#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include #include "icalls/mscorlib/System.Reflection/PropertyInfo.h" struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualActionInvoker6 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, 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 VirtualFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; struct GenericVirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)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 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); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // System.Action`1 struct Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`2 struct Action_2_tF57157662C4DABDD2551BCF8E5DB6D28210BDB8E; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tED8EC0DF62452D89154D9584AC19F62C79BF3938; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.EventHandler`1 struct EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A; // System.Func`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49; // System.Func`1 struct Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B; // System.Func`4 struct Func_4_t359F314C31D5EDAA983DB7DEE3FE46D5A47E6D8B; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tBDCDA838A2966A4F417D7E084B7E6D9DD75DDAED; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t0A3175E42D7B4FC8B83BCBF384D9202A04B1A5BE; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.List`1 struct List_1_t053589A158AAF0B471CF80825616560409AF43D4; // System.Collections.Generic.List`1 struct List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544; // System.Collections.Generic.List`1 struct List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7; // System.Collections.Concurrent.OrderablePartitioner`1> struct OrderablePartitioner_1_t263DAA586A496DE635334788DE25F326DDA56AF9; // System.Collections.Concurrent.OrderablePartitioner`1 struct OrderablePartitioner_1_t29DC082DEB5616CCFF72A0BF8D885FB7EBC5C8F3; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // System.Tuple`2 struct Tuple_2_t9780D2A61D8DBBB60BF3E0DEDBE022E5856BD800; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B; // System.SByte[] struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.ParameterizedStrings/FormatParam[] struct FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB; // Mono.Security.Cryptography.ARC4Managed struct ARC4Managed_t7D2721F1AF57F6B15CBBB4383350A196E0F50514; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // Mono.Math.BigInteger struct BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Globalization.Bootstring struct Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Threading.CancellationTokenSource struct CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Runtime.Remoting.Messaging.ConstructionCall struct ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C; // System.Runtime.Remoting.Contexts.Context struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B; // System.Runtime.Remoting.Contexts.ContextCallbackObject struct ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B; // System.Runtime.Remoting.Contexts.CrossContextChannel struct CrossContextChannel_tF0389BFF59F875ADDC660EBAF4BA5267F13A88AD; // System.Security.AccessControl.CryptoKeySecurity struct CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2; // System.Security.Cryptography.CryptoStream struct CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66; // System.Security.Cryptography.CryptographicException struct CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5; // System.Security.Cryptography.CryptographicUnexpectedOperationException struct CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5; // System.Security.Cryptography.CspParameters struct CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Security.Cryptography.DeriveBytes struct DeriveBytes_t97ADF04B17F93C92331F0F90B67C9E6C5EB014FD; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection struct DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Exception struct Exception_t; // System.Threading.ExecutionContext struct ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Runtime.Remoting.IChannelInfo struct IChannelInfo_t83FAE2C34F782234F4D52E0B8D6F8EDE5A3B39D3; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Runtime.Remoting.Activation.IConstructionCallMessage struct IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7; // System.Security.Cryptography.ICryptoTransform struct ICryptoTransform_t001D97000AA0178942D19FC52942472140472E5E; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Runtime.Remoting.IEnvoyInfo struct IEnvoyInfo_t0D9B51B59DD51C108742B0B18E09DC1B0AD6B713; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // System.Runtime.Remoting.Messaging.IMessageSink struct IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA; // System.Security.IPermission struct IPermission_tED4721D1396FA394EC9B40045F9DF423C452E252; // System.Runtime.Remoting.IRemotingTypeInfo struct IRemotingTypeInfo_t551E06F9B9BF8173F2A95347C73C027BAF78B61E; // System.Runtime.Serialization.ISerializationSurrogate struct ISerializationSurrogate_tC20BD4E08AA053727BE2CC53F4B95E9A2C4BEF8D; // System.Runtime.Remoting.Identity struct Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5; // System.Runtime.Remoting.Messaging.IllogicalCallContext struct IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E; // System.Runtime.InteropServices.InAttribute struct InAttribute_t7A70EB9EF1F01E6C3F189CE2B89EAB14C78AB83D; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Security.Cryptography.KeySizes struct KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3; // System.LocalDataStoreHolder struct LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146; // System.LocalDataStoreMgr struct LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A; // System.Runtime.Remoting.Messaging.LogicalCallContext struct LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3; // System.Runtime.InteropServices.MarshalAsAttribute struct MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8; // System.Security.Cryptography.MaskGenerationMethod struct MaskGenerationMethod_t60144916594E810B8D6D1091ACE519A4F4E20A2E; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.MonoParameterInfo struct MonoParameterInfo_tF3F69AF36EAE1C3AACFB76AC0945C7B387A6B16E; // System.MonoTypeInfo struct MonoTypeInfo_tD048FE6E8A79174435DD9BA986294B02C68DFC79; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.Runtime.Remoting.ObjRef struct ObjRef_t10D53E2178851535F38935DC53B48634063C84D3; // System.Runtime.Serialization.ObjectManager struct ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96; // System.OperationCanceledException struct OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB; // System.Runtime.InteropServices.OptionalAttribute struct OptionalAttribute_t9613B5775155FF16DDAC8B577061F32F238ED174; // System.Runtime.InteropServices.OutAttribute struct OutAttribute_t993A013085F642EF5C57EC86A6FA95C7BEFC8E25; // System.OverflowException struct OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9; // System.Security.Cryptography.PKCS1MaskGenerationMethod struct PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441; // System.Threading.Tasks.ParallelForReplicaTask struct ParallelForReplicaTask_tA8EF390CFE7A34F4D940DA70CFC2925E8E10E7A6; // System.Threading.Tasks.ParallelForReplicatingTask struct ParallelForReplicatingTask_t5C662CB60CF2C6AAAFD99BCE33295652B32762A9; // System.Threading.Tasks.ParallelLoopState struct ParallelLoopState_t59ED988EF9EE69D7BAF611EFF46AB61AE6A62C49; // System.Threading.Tasks.ParallelLoopState32 struct ParallelLoopState32_tE8B6448A0D6AD981C1F34A3F0021419C02A74BBF; // System.Threading.Tasks.ParallelLoopState64 struct ParallelLoopState64_t46D0AEDB6BFCE7D0537C7BF1ACAE8D3215F96B3D; // System.Threading.Tasks.ParallelLoopStateFlags struct ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127; // System.Threading.Tasks.ParallelLoopStateFlags32 struct ParallelLoopStateFlags32_tE14C230FA67145D03CE9AC57160161357F10C06D; // System.Threading.Tasks.ParallelLoopStateFlags64 struct ParallelLoopStateFlags64_t02802E24D1F0704DE49049347A2CA48812E0E004; // System.Threading.Tasks.ParallelOptions struct ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C; // System.ParamArrayAttribute struct ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F; // System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7; // System.Threading.ParameterizedThreadStart struct ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516; // System.Runtime.Serialization.Formatters.Binary.ParseRecord struct ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413; // System.Security.Util.Parser struct Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D; // System.Security.Cryptography.PasswordDeriveBytes struct PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873; // System.IO.PathTooLongException struct PathTooLongException_t117AA1F09A957F54EC7B0F100344E81E82AC71B7; // System.Security.PermissionSet struct PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503; // System.IO.PinnedBufferMemoryStream struct PinnedBufferMemoryStream_tDB1B8D639F3D8F7E60BA9E050BC48C575E573E78; // System.PlatformNotSupportedException struct PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E; // System.Reflection.Pointer struct Pointer_t97714CA5B772F5B09030CBEEBD58AAEBDE819DAF; // System.PointerSpec struct PointerSpec_tB19B3428FE50C5A17DB422F2951C51167FB18597; // System.Runtime.ConstrainedExecution.PrePrepareMethodAttribute struct PrePrepareMethodAttribute_t1AAC53736A3CC5D354702CBD6E20176AD663ADC8; // System.Runtime.InteropServices.PreserveSigAttribute struct PreserveSigAttribute_t7242C5AFDC267ABED85699B12E42FD4AF45307D1; // Mono.Math.Prime.PrimalityTest struct PrimalityTest_tACCB9F1C059A66CADCC2AB71638267E2487F06AF; // Mono.Math.Prime.Generator.PrimeGeneratorBase struct PrimeGeneratorBase_t214EED83211E78637C0C5E5A1EB42A3A073BB106; // System.Runtime.Serialization.Formatters.Binary.PrimitiveArray struct PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4; // System.Reflection.Emit.PropertyBuilder struct PropertyBuilder_tC6C9AA166B85748AE7E01EED48443244EB95CC7F; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.Runtime.Remoting.ProviderData struct ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582; // System.Runtime.Remoting.Proxies.ProxyAttribute struct ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35; // System.Globalization.Punycode struct Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513; // System.Collections.Queue struct Queue_t66723C58C7422102C36F8570BE048BD0CC489E52; // System.Threading.QueueUserWorkItemCallback struct QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A; // System.Security.Cryptography.RC2 struct RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9; // System.Security.Cryptography.RC2CryptoServiceProvider struct RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009; // System.Security.Cryptography.RC2Transform struct RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1; // Mono.Security.Cryptography.RC4 struct RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9; // System.Security.Cryptography.RIPEMD160 struct RIPEMD160_tC46FCE0C691B3F2E543969F484A39F7B3B6600C0; // System.Security.Cryptography.RIPEMD160Managed struct RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28; // System.Security.Cryptography.RNGCryptoServiceProvider struct RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo struct ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223; // System.Runtime.Remoting.Proxies.RealProxy struct RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744; // System.Runtime.Remoting.Proxies.RemotingProxy struct RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63; // System.Reflection.RuntimeConstructorInfo struct RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB; // System.RuntimeType struct RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07; // System.Runtime.InteropServices.SafeBuffer struct SafeBuffer_tABA0D0B754FCCF3625CD905D535296E353C630D2; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Security.SecureString struct SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94; // System.Security.SecurityDocument struct SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977; // System.Security.SecurityElement struct SecurityElement_tB9682077760936136392270197F642224B2141CC; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache struct SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB; // System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit struct SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Threading.Tasks.StackGuard struct StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Security.Cryptography.SymmetricAlgorithm struct SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754; // Mono.Security.Cryptography.SymmetricTransform struct SymmetricTransform_t7F2159C79FF7B594CAC28B7061F5891F9B7CDB76; // System.Threading.SynchronizationContext struct SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60; // System.Threading.Tasks.TaskFactory struct TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.Threading.ThreadAbortException struct ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153; // System.Security.Util.Tokenizer struct Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8; // System.Security.Util.TokenizerShortBlock struct TokenizerShortBlock_t06D7B4FC2A037006D69C4D04F2DB3307096B1077; // System.Security.Util.TokenizerStream struct TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E; // System.Security.Util.TokenizerStringBlock struct TokenizerStringBlock_t6100E21DB9878D1E4FABB2A6BB9FE447A20A848F; // System.Type struct Type_t; // System.Text.UTF8Encoding struct UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282; // System.IO.UnmanagedMemoryStream struct UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319; // System.Security.XmlSyntaxException struct XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47; // Mono.Math.BigInteger/ModulusRing struct ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6; // System.DateTimeParse/MatchNumberDelegate struct MatchNumberDelegate_t4EB7A242D7C0B4570F59DD93F38AB3422672B199; // System.ParameterizedStrings/LowLevelStack struct LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89; // System.Collections.Concurrent.Partitioner/d__9 struct U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320; // System.Collections.Queue/QueueEnumerator struct QueueEnumerator_t0A73A9F6902BEBD8BBF0AECB749DC08C1602158E; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0; // System.Security.Util.Tokenizer/ITokenReader struct ITokenReader_tD34F8D5892BB52B7EF50C124C653D63D68A5C7AC; // System.Security.Util.Tokenizer/StringMaker struct StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08; IL2CPP_EXTERN_C RuntimeClass* ARC4Managed_t7D2721F1AF57F6B15CBBB4383350A196E0F50514_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* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EmptyArray_1_tB2402F7A8151EE5618C0BCC8815C169E00142333_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t0A3175E42D7B4FC8B83BCBF384D9202A04B1A5BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t6539F48B1663C43B3427FA51934B89F85F6D3898_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPermission_tED4721D1396FA394EC9B40045F9DF423C452E252_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISecurityEncodable_t7E0D622F7E3E441B9697CFDFE3C12C86F5633A54_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InAttribute_t7A70EB9EF1F01E6C3F189CE2B89EAB14C78AB83D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoIO_t0C62EC04843C9D276C9DFB8B12D9D1FD8F81B24B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoParameterInfo_tF3F69AF36EAE1C3AACFB76AC0945C7B387A6B16E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OptionalAttribute_t9613B5775155FF16DDAC8B577061F32F238ED174_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OutAttribute_t993A013085F642EF5C57EC86A6FA95C7BEFC8E25_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParallelForReplicaTask_tA8EF390CFE7A34F4D940DA70CFC2925E8E10E7A6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Parallel_tB59282E278156AA32B2BACBD33B31FD4C9922646_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParameterizedStrings_t7D0C78F4AB917B3D3E3AB516CF0EFBE128369937_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PermissionState_t8992AD46805E92D07E3BB37657F9E2C75302D4D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlatformHelper_tF07DADE72B13BC22B013B744AD253732AE626811_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Pointer_t97714CA5B772F5B09030CBEEBD58AAEBDE819DAF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PrimalityTest_tACCB9F1C059A66CADCC2AB71638267E2487F06AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* QueueEnumerator_t0A73A9F6902BEBD8BBF0AECB749DC08C1602158E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Queue_t66723C58C7422102C36F8570BE048BD0CC489E52_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RIPEMD160_tC46FCE0C691B3F2E543969F484A39F7B3B6600C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityAction_t4D6245312D5B1C5D17C6E124944FE59AC6233996_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SinkProviderData_tDCF47C22643A26B1E1F6BB60FA7AE7034053D14E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____0392525BCB01691D1F319D89F2C12BF93A478467_0_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____8AEFB06C426E07A0A671A1E2488B4858D694A730_77_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____C6F364A0AD934EFED8909446C215752E565D77C1_116_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____D76478B994B312CD022DCA207AA2254880D2FCC9_124_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral02693BE56D23D49FBADB98D7AF6D95B6C888CA51; IL2CPP_EXTERN_C String_t* _stringLiteral03CF13FCF21F7356CB29CA6878C545117C724E80; IL2CPP_EXTERN_C String_t* _stringLiteral040B337A5817FD39541437C95901315498072E63; IL2CPP_EXTERN_C String_t* _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40; IL2CPP_EXTERN_C String_t* _stringLiteral0AC36C8FC0E0904D38458B6DBFC0F5571CA10260; IL2CPP_EXTERN_C String_t* _stringLiteral0C7AD8EA1BE2EDE013BD9C8A77CA656AEDED89DC; IL2CPP_EXTERN_C String_t* _stringLiteral0D89B88FC94E8CC19BCE749B99496598C24D30F2; IL2CPP_EXTERN_C String_t* _stringLiteral0F4BBBFA471C24196595235C87B3283075DB6F43; IL2CPP_EXTERN_C String_t* _stringLiteral1102619AA6FB2A4AADBDAA47DDC096AE04C772C0; IL2CPP_EXTERN_C String_t* _stringLiteral12C920C5678C914DFD1684E199D0E68146F9FABF; IL2CPP_EXTERN_C String_t* _stringLiteral14D4E24DCB7061CFB4EA32E07E5429B9A4168D47; IL2CPP_EXTERN_C String_t* _stringLiteral1665DD7C1B7477FE2163DDEAC999E5AA478B193D; IL2CPP_EXTERN_C String_t* _stringLiteral167E6E6EB13F42BCA02A2CAA251B92A9CCA2C7E4; IL2CPP_EXTERN_C String_t* _stringLiteral17BA770D472146F14CBDE2CFF7752F076430BCBE; IL2CPP_EXTERN_C String_t* _stringLiteral1A5E6167C9670E5BC3AE1719704B0899C16A6934; IL2CPP_EXTERN_C String_t* _stringLiteral1B3CFA6CA85971DACE810ED739F9CB91C4B09DE0; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral252115912CA60CC88926239ECA0FAB133529A3C3; IL2CPP_EXTERN_C String_t* _stringLiteral26AA6BF311D6D0CC33577281F9D8E788362EB433; IL2CPP_EXTERN_C String_t* _stringLiteral26DC9E6A16A2B862023CCDC29E42E5404E9ACD4F; IL2CPP_EXTERN_C String_t* _stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral2FF11C399516FCC1422777DAD83F4DA47FA3D2FA; IL2CPP_EXTERN_C String_t* _stringLiteral3227BC5517316F41D601A40DC84532F3C724DC04; IL2CPP_EXTERN_C String_t* _stringLiteral387C70AA3F7B0542222BA32A63545F95DDB011C5; IL2CPP_EXTERN_C String_t* _stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE; IL2CPP_EXTERN_C String_t* _stringLiteral3A62670D1F5C65FB6072CBE1A015065CB4F50077; IL2CPP_EXTERN_C String_t* _stringLiteral46D14732DEF33AB1FB3C066A7332CA8B42B7FE93; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral48DBA2326D7FDFFB7296A1A1B7388E04240D9841; IL2CPP_EXTERN_C String_t* _stringLiteral497E0727E6D4098F7DA86E306F0B961AA34D95FF; IL2CPP_EXTERN_C String_t* _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B; IL2CPP_EXTERN_C String_t* _stringLiteral52D5C9ABAEE14BB116010EAAE4B67D121410BFC3; IL2CPP_EXTERN_C String_t* _stringLiteral54848A593020D994A5F0C83B5054DDF394B2B252; IL2CPP_EXTERN_C String_t* _stringLiteral5532B82D2060F75CA6396B28F6055E0489D33733; IL2CPP_EXTERN_C String_t* _stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4; IL2CPP_EXTERN_C String_t* _stringLiteral614B501556B12B5890C878B29FB23C1807F2B680; IL2CPP_EXTERN_C String_t* _stringLiteral6481FC1636BEB597B430AECC275BB5A83EA4633B; IL2CPP_EXTERN_C String_t* _stringLiteral66772DFF7074179533AE9E369665607D2432629E; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral75C9716749EA210206E3467390B7A11F3F33DDFA; IL2CPP_EXTERN_C String_t* _stringLiteral7EF96EFFEB8D0A5A91F5E6C70126497F763BFC8C; IL2CPP_EXTERN_C String_t* _stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8; IL2CPP_EXTERN_C String_t* _stringLiteral83B4C2882FD3AA7B5248EB993CD86C13E0BDF274; IL2CPP_EXTERN_C String_t* _stringLiteral847FE3059C3CD6F8719A86023405C3E0846C0821; IL2CPP_EXTERN_C String_t* _stringLiteral849859401F9633D6C558FAFFBA018F4718DAA666; IL2CPP_EXTERN_C String_t* _stringLiteral87102D64632F52E6DB8D32B3D4606FD95D2877D2; IL2CPP_EXTERN_C String_t* _stringLiteral876037CEDCAC90F3A1F1362D5BC3DC05E823AC2D; IL2CPP_EXTERN_C String_t* _stringLiteral8C8081D2CD2DC0C40DD7D2134FD38B5AB2602937; IL2CPP_EXTERN_C String_t* _stringLiteral8E5A944F6D4F152518664D0F3C241707A110EC1A; IL2CPP_EXTERN_C String_t* _stringLiteral9330AAE2EC89B84B85B96B014601AC0AFB14040D; IL2CPP_EXTERN_C String_t* _stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5; IL2CPP_EXTERN_C String_t* _stringLiteral99C191933128F806168ECE83CFFE154EA7BD6485; IL2CPP_EXTERN_C String_t* _stringLiteral9A7166AB08474169288B9C572D802685BF29F5D8; IL2CPP_EXTERN_C String_t* _stringLiteralA21BA6E9C7B9945DF4BF1157CBFC3BF32CC241C1; IL2CPP_EXTERN_C String_t* _stringLiteralAEDE9C0990D1ADDD9861348A37A5E29C4719A991; IL2CPP_EXTERN_C String_t* _stringLiteralB3C8D23C90C9F01C333960195D4396A9F37637CD; IL2CPP_EXTERN_C String_t* _stringLiteralB467E92AA4FFE68C04BF0D4795B7C3F1E6591B03; IL2CPP_EXTERN_C String_t* _stringLiteralB5E709D03D17E89AB189BBD7D746E0EFCDCA9798; IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; IL2CPP_EXTERN_C String_t* _stringLiteralB971C875967B5FA81D38EBCAF75E22E41CEEA8CD; IL2CPP_EXTERN_C String_t* _stringLiteralBCE764F345C8FE08C3B139A11B8174C46EAC38D0; IL2CPP_EXTERN_C String_t* _stringLiteralBF2563E74F9540023FD791064905E23A69F0A847; IL2CPP_EXTERN_C String_t* _stringLiteralC1957D0C563A25A8BCA6CB31CBEB6D5B006E8F06; IL2CPP_EXTERN_C String_t* _stringLiteralC1DBFD077BF4C65C8AB0603105FA29629E38FD41; IL2CPP_EXTERN_C String_t* _stringLiteralC2042604997C1E131EFB2EEA7E19AB87CD218B16; IL2CPP_EXTERN_C String_t* _stringLiteralC37D78082ACFC8DEE7B32D9351C6E433A074FEC7; IL2CPP_EXTERN_C String_t* _stringLiteralC48047DC30C0105AD0A35E895D497910257F3688; IL2CPP_EXTERN_C String_t* _stringLiteralC5045045BB7F82BE045C9C765C735D8E591FEDD1; IL2CPP_EXTERN_C String_t* _stringLiteralC5978826869E3F9BF80F2AD7E8DC3428DB886683; IL2CPP_EXTERN_C String_t* _stringLiteralC7CBD65FE778331812E06064ABA73166FAE0CBF4; IL2CPP_EXTERN_C String_t* _stringLiteralC80EAF7D556B35E97D7BD4261C87B1BF066A0221; IL2CPP_EXTERN_C String_t* _stringLiteralC982403E039B3740CF6ABF8B06CB0613F7D9BDB0; IL2CPP_EXTERN_C String_t* _stringLiteralCD002DD70C7AAC9CFF6D7D4821927E13D2989493; IL2CPP_EXTERN_C String_t* _stringLiteralD022821CCC942F161E496B5F0F4FCF3CB5191B46; IL2CPP_EXTERN_C String_t* _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052; IL2CPP_EXTERN_C String_t* _stringLiteralD36F2A1E2D9C14B427558FDF2106B8A8B2702189; IL2CPP_EXTERN_C String_t* _stringLiteralD644F2C566C9FB4901D205A5EFD0613BD41A8EF8; IL2CPP_EXTERN_C String_t* _stringLiteralD6B3A72057C2639E498850718C3D8F9860606941; IL2CPP_EXTERN_C String_t* _stringLiteralD999C15961E364746AD7ED275769D73DA5AD2EC9; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralE01336461AFE27ED1134A8672ACE2AE7F754392F; IL2CPP_EXTERN_C String_t* _stringLiteralE0935598EDF5BD96AD81B52AB7B729E91D95D14B; IL2CPP_EXTERN_C String_t* _stringLiteralE493A589C92D423742E94550596D4C4E4B20CC33; IL2CPP_EXTERN_C String_t* _stringLiteralEA679BA125DC8FCCFEBE4D8BD647AC00151E7373; IL2CPP_EXTERN_C String_t* _stringLiteralEC11330AB90C730404B09371BF6242120E9C39D7; IL2CPP_EXTERN_C String_t* _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132; IL2CPP_EXTERN_C String_t* _stringLiteralEDEA98DD4F8C9C4F829C304B611D2C98564BD79A; IL2CPP_EXTERN_C String_t* _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE; IL2CPP_EXTERN_C String_t* _stringLiteralF3AB4D2B45A34EA3A9E2747A578958B56872E44B; IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024; IL2CPP_EXTERN_C String_t* _stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A; IL2CPP_EXTERN_C String_t* _stringLiteralFFEF3DBE279EE1F92E1E2E46F45BC18EBBF55A1A; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m4B65C10F11A56C51206C1894D604C9CB51DF08CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParallelOptions_set_MaxDegreeOfParallelism_mF39A47BFE485D2775642F467201DE7D01614F4D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Parallel_ForWorker_TisRuntimeObject_m2C1E5065CD2BE0F82647594EBDA90932B8C831B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Parallel_For_mE1857C70A16F29BDDB82D5BBD13569FE97488B7B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Parallel_ThrowIfReducableToSingleOCE_m293DFE29E812301A3D3B10266912029D955CB951_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParameterInfo_GetRealObject_m7ACA29AE35B8914DFF6EDFEAD6117EA7E9037984_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParameterInfo_get_DefaultValue_mB9DF96704C117C24C0D4ECDB2172D24DB4797DAF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParameterInfo_get_HasDefaultValue_m698C441CAED4F47F06ECA9D976CD6974E3595E16_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParameterizedStrings_EvaluateInternal_m380741628C71A598600E26132EDDD2CE4C710E37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParameterizedStrings_Evaluate_mFE97AAD1C46EEDA5284D925B2EE14155D5FE22CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParameterizedStrings_FormatPrintF_m8C7AF3F1344F695C4D2506C855F06962AD43C16C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParameterizedStrings_GetDynamicOrStaticVariables_m573C4C0B546DE150BDCEEB289710A3EACE6F6140_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParseNumbers_ConvertToBase8_m55AF1455797B7AD66C5A734CDE467222A24E1E5E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParseNumbers_IntToString_m1D5D470EE1BBD97C83D555B210102C2DAD2BEEA4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParseNumbers_LongToString_m9BFAA1825C2713FB504E47314EB3052B1CF98A89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParseNumbers_StringToInt_m58100833D719D961CBD5CE44BBCD55CDB546A193_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParseNumbers_StringToLong_mAD5095146C1729D0348A9ECBBD7B48CE903EFFEB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Parser_DetermineFormat_m9B72AB930637A05FD4AEAC333C22208D12336DB3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Parser_GetRequiredSizes_mC17DBCFB2496C9C4741E4046D78D92AC5EB03857_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Parser_ParseContents_mFEEABFF2CD0FEC2F493C5E339879529D5D71BCCE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Partitioner_Create_TisTuple_2_t9780D2A61D8DBBB60BF3E0DEDBE022E5856BD800_mA43BA1CA43F85F357FCD7F00B3CA21F151A898A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Partitioner_Create_m48E3D7F28AD7576C8ACB4F43747DD6778EA5479E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PasswordDeriveBytes_CryptDeriveKey_mD7602C34D4147200499B3AF4E16F2706079FD1C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PasswordDeriveBytes_GetBytes_m8C0B9FA22B4198D87A42972C51E4EC3A76EAFE9E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PasswordDeriveBytes_HashPrefix_mCC10C3F0F838C0078CC7C097E190CFB7DAACBB24_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PasswordDeriveBytes_set_HashName_m0A3E987EA59C6CF5733C079442EB3C2AC4F59E25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PasswordDeriveBytes_set_IterationCount_m95E8252C8B41E3A976FE296600BD1182957E5CD0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PasswordDeriveBytes_set_Salt_m8004E7AAA1B97EFDC6AA4EBEDC783544DA75A037_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Path_CheckInvalidPathChars_mC2FF9E5827DCE27157180A77793D18F1D69DFEFE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Path_CheckSearchPattern_m72045494540F131E4104EE0B042807094666A666_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Path_Combine_m0E747588B961ADE0E9439588F719A50DDE05E2F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Path_Combine_m7A2F79646794E197E588558EE81971A0C32A2A6A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Path_GetDirectoryName_mFF7B47C1E2D3A3FD4B769257808A619D7117BEDE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Path_GetFileName_m4CCFEEE8CA42DE16FCAF05D765EFB88E7086744A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Path_GetFullPathName_mEBEEB2924E0EF4751E72F16EC4B72F8BC261E0E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Path_GetPathRoot_mED09ECF3A556BD3AF9E9BDA391C138BAE6420665_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Path_InsecureGetFullPath_m883A68A4D235D2763FFF6470F18D8ED76A2E5056_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Path_InternalCombine_mB6F79A901ED0D07B546D00E95DA70F3B8B768EC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Path_IsPathRooted_m7AE5EE2D8E5FA9F9D6FD0AA840C532D1F6CD4EA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Path_Validate_m3FB1FDF15C701117E4C8EF52EEF46DEBF553EFB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PermissionSet_CopyTo_m1E1981CF2D1999CBBEFE2E636BC20FE2AA808A85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Pointer_Box_mFA90A1D9534EA6E3578C64F36FBA6821F45497D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PrimalityTests_GetSPPRounds_m1F25D95C26653F7CDF98C2643AF45B4F4DE9826E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PrimalityTests_RabinMillerTest_m091CBF379AEAE0A349B313081A9FC760D66A4D87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyBuilder_GetAccessors_m040EAADD9063427BC68013C46E36516B3F676F75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyBuilder_GetCustomAttributes_m402E985B7EDD0D23ADFB1DA1A914A08B967EEB4E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyBuilder_GetCustomAttributes_mC28D85763B81A4A31A68160C31A75AB97DEC2AAE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyBuilder_GetGetMethod_mA1D892FF3383D5580E38660833849E4F4E178A0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyBuilder_GetIndexParameters_m01E19AB79256280A332873AAA55C3AA5B29EEBED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyBuilder_GetSetMethod_m6D8D2B41E6D0B264BC4C5649A2A84FA1612A2328_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyBuilder_GetValue_mBE812791CA89BA9A3E08BD2DA64442C59D273C92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyBuilder_IsDefined_m46E14FB4C3670AE9BC65D95DF3638B3BF4207397_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyBuilder_SetValue_m7DC55149C836759041C03EB107DBE9F11E5B48DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyBuilder_get_Attributes_m31F01A5FEBA929E73AA8436B282A117A1FF059E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyBuilder_get_CanRead_m6A2400F779266862B96B3BDB4C02FA9B6D9DE1A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyBuilder_get_CanWrite_m4C6FE73BB6630EE962B50605A9E4569B0CC325B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyBuilder_get_DeclaringType_m8DE0B82E92DA9C9A2132F45915D19CFF8AD52895_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyBuilder_get_Name_m11893813474A7B440C4F706F7185AD8677F45406_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyBuilder_get_PropertyType_mB5FDCDBA475CCBF978602B6CC6002FCC0F082988_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyBuilder_get_ReflectedType_mC2AF5AB57DED4CC31AB364CB5E9F2D2BE8B551C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyInfo_GetConstantValue_m33238296A0909C116DAB34316FAED78F95418175_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyInfo_GetPropertyFromHandle_m2080D03F7C945112F336A72D033157FB4988DF8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyInfo_GetRawConstantValue_m3B7241FFC0832BE34CE67029A937EFB9C67D1181_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* QueueUserWorkItemCallback_WaitCallback_Context_m1A75027BF2F1A366A0E699A051729E3AAFEA2290_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_CopyTo_m764F2C02B13CB5C09ACFE1A84EE2725C8529EF3C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_Dequeue_m44215C0EFF78F54C737B8DC5BAB96714B4F194DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_Peek_m22BB3C4231ED16F44E8A2FEA7810FD03700897E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue__ctor_m45D5C7CCE8E99BB8F3B3ED6940C855BE7D1E335B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue__ctor_m6A3096FE381C0C489988AC0F0806C68CFBA33D2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RC2CryptoServiceProvider_CreateDecryptor_m6F853CB8BA52BDF2D0EA6C4590B5E04CA5F47E14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RC2CryptoServiceProvider_CreateEncryptor_mC26718E78C5124B2E2AA4EE26F13CE07DFD29EBF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RC2CryptoServiceProvider__ctor_m2E5B8BEA7FBCC8B048C86BC25D3D24E47443E7A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RC2CryptoServiceProvider_set_EffectiveKeySize_mE6A0E6373F711C107C923A4F1FFE24717795C41D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RC2Transform__ctor_m8B26A6319D5E5930D51DD64A054E1E61E26CBF5B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RC2_set_EffectiveKeySize_m2A184F0CB769F175AC7B4864526ECC871ACAFD5B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RC2_set_KeySize_mAF922CC7751BD562883281EB093FFA0D582ADC7A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RIPEMD160Managed__ctor_m6475071B6E800A8501CEF02A167CD182F0564196_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* CodeAccessPermission_t7C1071DF7520461EC0D3DC70980DADFFCE5701D3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IntPtr_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var; struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_com; struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_pinvoke; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com; struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; struct KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499; struct MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B; struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; struct FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB; 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_tB2402F7A8151EE5618C0BCC8815C169E00142333 : public RuntimeObject { public: public: }; struct EmptyArray_1_tB2402F7A8151EE5618C0BCC8815C169E00142333_StaticFields { public: // T[] System.EmptyArray`1::Value ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_tB2402F7A8151EE5618C0BCC8815C169E00142333_StaticFields, ___Value_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Value_0() const { return ___Value_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.EmptyArray`1 struct EmptyArray_1_t8C9D46673F64ABE360DE6F02C2BA0A5566DC9FDC : public RuntimeObject { public: public: }; struct EmptyArray_1_t8C9D46673F64ABE360DE6F02C2BA0A5566DC9FDC_StaticFields { public: // T[] System.EmptyArray`1::Value CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_t8C9D46673F64ABE360DE6F02C2BA0A5566DC9FDC_StaticFields, ___Value_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_Value_0() const { return ___Value_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Collections.Concurrent.Partitioner`1> struct Partitioner_1_t1833CF641E0534060BA028BD1354E7CD5CDF23BF : public RuntimeObject { public: public: }; struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_0; // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_2; // System.Object System.Collections.ArrayList::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__items_0() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_4; public: inline static int32_t get_offset_of_emptyArray_4() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields, ___emptyArray_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_4() const { return ___emptyArray_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_4() { return &___emptyArray_4; } inline void set_emptyArray_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value); } }; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // Mono.Math.BigInteger struct BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 : public RuntimeObject { public: // System.UInt32 Mono.Math.BigInteger::length uint32_t ___length_0; // System.UInt32[] Mono.Math.BigInteger::data UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___data_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00, ___length_0)); } inline uint32_t get_length_0() const { return ___length_0; } inline uint32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(uint32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_data_1() { return static_cast(offsetof(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00, ___data_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_data_1() const { return ___data_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_data_1() { return &___data_1; } inline void set_data_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___data_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_1), (void*)value); } }; struct BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_StaticFields { public: // System.UInt32[] Mono.Math.BigInteger::smallPrimes UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___smallPrimes_2; // System.Security.Cryptography.RandomNumberGenerator Mono.Math.BigInteger::rng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ___rng_3; public: inline static int32_t get_offset_of_smallPrimes_2() { return static_cast(offsetof(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_StaticFields, ___smallPrimes_2)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_smallPrimes_2() const { return ___smallPrimes_2; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_smallPrimes_2() { return &___smallPrimes_2; } inline void set_smallPrimes_2(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___smallPrimes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___smallPrimes_2), (void*)value); } inline static int32_t get_offset_of_rng_3() { return static_cast(offsetof(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_StaticFields, ___rng_3)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get_rng_3() const { return ___rng_3; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of_rng_3() { return &___rng_3; } inline void set_rng_3(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ___rng_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___rng_3), (void*)value); } }; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 : public RuntimeObject { public: public: }; // System.BitConverter struct BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654 : public RuntimeObject { public: public: }; struct BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields { public: // System.Boolean System.BitConverter::IsLittleEndian bool ___IsLittleEndian_0; public: inline static int32_t get_offset_of_IsLittleEndian_0() { return static_cast(offsetof(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields, ___IsLittleEndian_0)); } inline bool get_IsLittleEndian_0() const { return ___IsLittleEndian_0; } inline bool* get_address_of_IsLittleEndian_0() { return &___IsLittleEndian_0; } inline void set_IsLittleEndian_0(bool value) { ___IsLittleEndian_0 = value; } }; // System.Globalization.Bootstring struct Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882 : public RuntimeObject { public: // System.Char System.Globalization.Bootstring::delimiter Il2CppChar ___delimiter_0; // System.Int32 System.Globalization.Bootstring::base_num int32_t ___base_num_1; // System.Int32 System.Globalization.Bootstring::tmin int32_t ___tmin_2; // System.Int32 System.Globalization.Bootstring::tmax int32_t ___tmax_3; // System.Int32 System.Globalization.Bootstring::skew int32_t ___skew_4; // System.Int32 System.Globalization.Bootstring::damp int32_t ___damp_5; // System.Int32 System.Globalization.Bootstring::initial_bias int32_t ___initial_bias_6; // System.Int32 System.Globalization.Bootstring::initial_n int32_t ___initial_n_7; public: inline static int32_t get_offset_of_delimiter_0() { return static_cast(offsetof(Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882, ___delimiter_0)); } inline Il2CppChar get_delimiter_0() const { return ___delimiter_0; } inline Il2CppChar* get_address_of_delimiter_0() { return &___delimiter_0; } inline void set_delimiter_0(Il2CppChar value) { ___delimiter_0 = value; } inline static int32_t get_offset_of_base_num_1() { return static_cast(offsetof(Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882, ___base_num_1)); } inline int32_t get_base_num_1() const { return ___base_num_1; } inline int32_t* get_address_of_base_num_1() { return &___base_num_1; } inline void set_base_num_1(int32_t value) { ___base_num_1 = value; } inline static int32_t get_offset_of_tmin_2() { return static_cast(offsetof(Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882, ___tmin_2)); } inline int32_t get_tmin_2() const { return ___tmin_2; } inline int32_t* get_address_of_tmin_2() { return &___tmin_2; } inline void set_tmin_2(int32_t value) { ___tmin_2 = value; } inline static int32_t get_offset_of_tmax_3() { return static_cast(offsetof(Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882, ___tmax_3)); } inline int32_t get_tmax_3() const { return ___tmax_3; } inline int32_t* get_address_of_tmax_3() { return &___tmax_3; } inline void set_tmax_3(int32_t value) { ___tmax_3 = value; } inline static int32_t get_offset_of_skew_4() { return static_cast(offsetof(Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882, ___skew_4)); } inline int32_t get_skew_4() const { return ___skew_4; } inline int32_t* get_address_of_skew_4() { return &___skew_4; } inline void set_skew_4(int32_t value) { ___skew_4 = value; } inline static int32_t get_offset_of_damp_5() { return static_cast(offsetof(Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882, ___damp_5)); } inline int32_t get_damp_5() const { return ___damp_5; } inline int32_t* get_address_of_damp_5() { return &___damp_5; } inline void set_damp_5(int32_t value) { ___damp_5 = value; } inline static int32_t get_offset_of_initial_bias_6() { return static_cast(offsetof(Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882, ___initial_bias_6)); } inline int32_t get_initial_bias_6() const { return ___initial_bias_6; } inline int32_t* get_address_of_initial_bias_6() { return &___initial_bias_6; } inline void set_initial_bias_6(int32_t value) { ___initial_bias_6 = value; } inline static int32_t get_offset_of_initial_n_7() { return static_cast(offsetof(Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882, ___initial_n_7)); } inline int32_t get_initial_n_7() const { return ___initial_n_7; } inline int32_t* get_address_of_initial_n_7() { return &___initial_n_7; } inline void set_initial_n_7(int32_t value) { ___initial_n_7 = value; } }; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A : public RuntimeObject { public: // System.Int32 System.Globalization.Calendar::m_currentEraValue int32_t ___m_currentEraValue_38; // System.Boolean System.Globalization.Calendar::m_isReadOnly bool ___m_isReadOnly_39; // System.Int32 System.Globalization.Calendar::twoDigitYearMax int32_t ___twoDigitYearMax_41; public: inline static int32_t get_offset_of_m_currentEraValue_38() { return static_cast(offsetof(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A, ___m_currentEraValue_38)); } inline int32_t get_m_currentEraValue_38() const { return ___m_currentEraValue_38; } inline int32_t* get_address_of_m_currentEraValue_38() { return &___m_currentEraValue_38; } inline void set_m_currentEraValue_38(int32_t value) { ___m_currentEraValue_38 = value; } inline static int32_t get_offset_of_m_isReadOnly_39() { return static_cast(offsetof(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A, ___m_isReadOnly_39)); } inline bool get_m_isReadOnly_39() const { return ___m_isReadOnly_39; } inline bool* get_address_of_m_isReadOnly_39() { return &___m_isReadOnly_39; } inline void set_m_isReadOnly_39(bool value) { ___m_isReadOnly_39 = value; } inline static int32_t get_offset_of_twoDigitYearMax_41() { return static_cast(offsetof(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A, ___twoDigitYearMax_41)); } inline int32_t get_twoDigitYearMax_41() const { return ___twoDigitYearMax_41; } inline int32_t* get_address_of_twoDigitYearMax_41() { return &___twoDigitYearMax_41; } inline void set_twoDigitYearMax_41(int32_t value) { ___twoDigitYearMax_41 = value; } }; // System.Runtime.Remoting.Channels.ChannelServices struct ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28 : public RuntimeObject { public: public: }; struct ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_StaticFields { public: // System.Collections.ArrayList System.Runtime.Remoting.Channels.ChannelServices::registeredChannels ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___registeredChannels_0; // System.Collections.ArrayList System.Runtime.Remoting.Channels.ChannelServices::delayedClientChannels ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___delayedClientChannels_1; // System.Runtime.Remoting.Contexts.CrossContextChannel System.Runtime.Remoting.Channels.ChannelServices::_crossContextSink CrossContextChannel_tF0389BFF59F875ADDC660EBAF4BA5267F13A88AD * ____crossContextSink_2; // System.String System.Runtime.Remoting.Channels.ChannelServices::CrossContextUrl String_t* ___CrossContextUrl_3; // System.Collections.IList System.Runtime.Remoting.Channels.ChannelServices::oldStartModeTypes RuntimeObject* ___oldStartModeTypes_4; public: inline static int32_t get_offset_of_registeredChannels_0() { return static_cast(offsetof(ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_StaticFields, ___registeredChannels_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_registeredChannels_0() const { return ___registeredChannels_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_registeredChannels_0() { return &___registeredChannels_0; } inline void set_registeredChannels_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___registeredChannels_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___registeredChannels_0), (void*)value); } inline static int32_t get_offset_of_delayedClientChannels_1() { return static_cast(offsetof(ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_StaticFields, ___delayedClientChannels_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_delayedClientChannels_1() const { return ___delayedClientChannels_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_delayedClientChannels_1() { return &___delayedClientChannels_1; } inline void set_delayedClientChannels_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___delayedClientChannels_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___delayedClientChannels_1), (void*)value); } inline static int32_t get_offset_of__crossContextSink_2() { return static_cast(offsetof(ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_StaticFields, ____crossContextSink_2)); } inline CrossContextChannel_tF0389BFF59F875ADDC660EBAF4BA5267F13A88AD * get__crossContextSink_2() const { return ____crossContextSink_2; } inline CrossContextChannel_tF0389BFF59F875ADDC660EBAF4BA5267F13A88AD ** get_address_of__crossContextSink_2() { return &____crossContextSink_2; } inline void set__crossContextSink_2(CrossContextChannel_tF0389BFF59F875ADDC660EBAF4BA5267F13A88AD * value) { ____crossContextSink_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____crossContextSink_2), (void*)value); } inline static int32_t get_offset_of_CrossContextUrl_3() { return static_cast(offsetof(ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_StaticFields, ___CrossContextUrl_3)); } inline String_t* get_CrossContextUrl_3() const { return ___CrossContextUrl_3; } inline String_t** get_address_of_CrossContextUrl_3() { return &___CrossContextUrl_3; } inline void set_CrossContextUrl_3(String_t* value) { ___CrossContextUrl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrossContextUrl_3), (void*)value); } inline static int32_t get_offset_of_oldStartModeTypes_4() { return static_cast(offsetof(ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_StaticFields, ___oldStartModeTypes_4)); } inline RuntimeObject* get_oldStartModeTypes_4() const { return ___oldStartModeTypes_4; } inline RuntimeObject** get_address_of_oldStartModeTypes_4() { return &___oldStartModeTypes_4; } inline void set_oldStartModeTypes_4(RuntimeObject* value) { ___oldStartModeTypes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___oldStartModeTypes_4), (void*)value); } }; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.Security.Cryptography.DeriveBytes struct DeriveBytes_t97ADF04B17F93C92331F0F90B67C9E6C5EB014FD : public RuntimeObject { public: public: }; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_55; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___dataItem_56; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_57; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_58; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_59; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_60; public: inline static int32_t get_offset_of_m_codePage_55() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_codePage_55)); } inline int32_t get_m_codePage_55() const { return ___m_codePage_55; } inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; } inline void set_m_codePage_55(int32_t value) { ___m_codePage_55 = value; } inline static int32_t get_offset_of_dataItem_56() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_56)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_56() const { return ___dataItem_56; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_56() { return &___dataItem_56; } inline void set_dataItem_56(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_deserializedFromEverett_57)); } inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; } inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; } inline void set_m_deserializedFromEverett_57(bool value) { ___m_deserializedFromEverett_57 = value; } inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_isReadOnly_58)); } inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; } inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; } inline void set_m_isReadOnly_58(bool value) { ___m_isReadOnly_58 = value; } inline static int32_t get_offset_of_encoderFallback_59() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_59)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_59() const { return ___encoderFallback_59; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; } inline void set_encoderFallback_59(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value); } inline static int32_t get_offset_of_decoderFallback_60() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_60)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_60() const { return ___decoderFallback_60; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; } inline void set_decoderFallback_60(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)value); } }; struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_61; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___defaultEncoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___unicodeEncoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf7Encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf8Encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf32Encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___asciiEncoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___latin1Encoding_7)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___encodings_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___s_InternalSyncObject_61)); } inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; } inline void set_s_InternalSyncObject_61(RuntimeObject * value) { ___s_InternalSyncObject_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value); } }; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue int32_t ___HashSizeValue_0; // System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___HashValue_1; // System.Int32 System.Security.Cryptography.HashAlgorithm::State int32_t ___State_2; // System.Boolean System.Security.Cryptography.HashAlgorithm::m_bDisposed bool ___m_bDisposed_3; public: inline static int32_t get_offset_of_HashSizeValue_0() { return static_cast(offsetof(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31, ___HashSizeValue_0)); } inline int32_t get_HashSizeValue_0() const { return ___HashSizeValue_0; } inline int32_t* get_address_of_HashSizeValue_0() { return &___HashSizeValue_0; } inline void set_HashSizeValue_0(int32_t value) { ___HashSizeValue_0 = value; } inline static int32_t get_offset_of_HashValue_1() { return static_cast(offsetof(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31, ___HashValue_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_HashValue_1() const { return ___HashValue_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_HashValue_1() { return &___HashValue_1; } inline void set_HashValue_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___HashValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___HashValue_1), (void*)value); } inline static int32_t get_offset_of_State_2() { return static_cast(offsetof(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31, ___State_2)); } inline int32_t get_State_2() const { return ___State_2; } inline int32_t* get_address_of_State_2() { return &___State_2; } inline void set_State_2(int32_t value) { ___State_2 = value; } inline static int32_t get_offset_of_m_bDisposed_3() { return static_cast(offsetof(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31, ___m_bDisposed_3)); } inline bool get_m_bDisposed_3() const { return ___m_bDisposed_3; } inline bool* get_address_of_m_bDisposed_3() { return &___m_bDisposed_3; } inline void set_m_bDisposed_3(bool value) { ___m_bDisposed_3 = value; } }; // System.Security.Cryptography.KeySizes struct KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.KeySizes::m_minSize int32_t ___m_minSize_0; // System.Int32 System.Security.Cryptography.KeySizes::m_maxSize int32_t ___m_maxSize_1; // System.Int32 System.Security.Cryptography.KeySizes::m_skipSize int32_t ___m_skipSize_2; public: inline static int32_t get_offset_of_m_minSize_0() { return static_cast(offsetof(KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3, ___m_minSize_0)); } inline int32_t get_m_minSize_0() const { return ___m_minSize_0; } inline int32_t* get_address_of_m_minSize_0() { return &___m_minSize_0; } inline void set_m_minSize_0(int32_t value) { ___m_minSize_0 = value; } inline static int32_t get_offset_of_m_maxSize_1() { return static_cast(offsetof(KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3, ___m_maxSize_1)); } inline int32_t get_m_maxSize_1() const { return ___m_maxSize_1; } inline int32_t* get_address_of_m_maxSize_1() { return &___m_maxSize_1; } inline void set_m_maxSize_1(int32_t value) { ___m_maxSize_1 = value; } inline static int32_t get_offset_of_m_skipSize_2() { return static_cast(offsetof(KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3, ___m_skipSize_2)); } inline int32_t get_m_skipSize_2() const { return ___m_skipSize_2; } inline int32_t* get_address_of_m_skipSize_2() { return &___m_skipSize_2; } inline void set_m_skipSize_2(int32_t value) { ___m_skipSize_2 = value; } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Security.Cryptography.MaskGenerationMethod struct MaskGenerationMethod_t60144916594E810B8D6D1091ACE519A4F4E20A2E : public RuntimeObject { public: public: }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Runtime.Remoting.ObjRef struct ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 : public RuntimeObject { public: // System.Runtime.Remoting.IChannelInfo System.Runtime.Remoting.ObjRef::channel_info RuntimeObject* ___channel_info_0; // System.String System.Runtime.Remoting.ObjRef::uri String_t* ___uri_1; // System.Runtime.Remoting.IRemotingTypeInfo System.Runtime.Remoting.ObjRef::typeInfo RuntimeObject* ___typeInfo_2; // System.Runtime.Remoting.IEnvoyInfo System.Runtime.Remoting.ObjRef::envoyInfo RuntimeObject* ___envoyInfo_3; // System.Int32 System.Runtime.Remoting.ObjRef::flags int32_t ___flags_4; // System.Type System.Runtime.Remoting.ObjRef::_serverType Type_t * ____serverType_5; public: inline static int32_t get_offset_of_channel_info_0() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3, ___channel_info_0)); } inline RuntimeObject* get_channel_info_0() const { return ___channel_info_0; } inline RuntimeObject** get_address_of_channel_info_0() { return &___channel_info_0; } inline void set_channel_info_0(RuntimeObject* value) { ___channel_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___channel_info_0), (void*)value); } inline static int32_t get_offset_of_uri_1() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3, ___uri_1)); } inline String_t* get_uri_1() const { return ___uri_1; } inline String_t** get_address_of_uri_1() { return &___uri_1; } inline void set_uri_1(String_t* value) { ___uri_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_1), (void*)value); } inline static int32_t get_offset_of_typeInfo_2() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3, ___typeInfo_2)); } inline RuntimeObject* get_typeInfo_2() const { return ___typeInfo_2; } inline RuntimeObject** get_address_of_typeInfo_2() { return &___typeInfo_2; } inline void set_typeInfo_2(RuntimeObject* value) { ___typeInfo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeInfo_2), (void*)value); } inline static int32_t get_offset_of_envoyInfo_3() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3, ___envoyInfo_3)); } inline RuntimeObject* get_envoyInfo_3() const { return ___envoyInfo_3; } inline RuntimeObject** get_address_of_envoyInfo_3() { return &___envoyInfo_3; } inline void set_envoyInfo_3(RuntimeObject* value) { ___envoyInfo_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___envoyInfo_3), (void*)value); } inline static int32_t get_offset_of_flags_4() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3, ___flags_4)); } inline int32_t get_flags_4() const { return ___flags_4; } inline int32_t* get_address_of_flags_4() { return &___flags_4; } inline void set_flags_4(int32_t value) { ___flags_4 = value; } inline static int32_t get_offset_of__serverType_5() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3, ____serverType_5)); } inline Type_t * get__serverType_5() const { return ____serverType_5; } inline Type_t ** get_address_of__serverType_5() { return &____serverType_5; } inline void set__serverType_5(Type_t * value) { ____serverType_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____serverType_5), (void*)value); } }; struct ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_StaticFields { public: // System.Int32 System.Runtime.Remoting.ObjRef::MarshalledObjectRef int32_t ___MarshalledObjectRef_6; // System.Int32 System.Runtime.Remoting.ObjRef::WellKnowObjectRef int32_t ___WellKnowObjectRef_7; public: inline static int32_t get_offset_of_MarshalledObjectRef_6() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_StaticFields, ___MarshalledObjectRef_6)); } inline int32_t get_MarshalledObjectRef_6() const { return ___MarshalledObjectRef_6; } inline int32_t* get_address_of_MarshalledObjectRef_6() { return &___MarshalledObjectRef_6; } inline void set_MarshalledObjectRef_6(int32_t value) { ___MarshalledObjectRef_6 = value; } inline static int32_t get_offset_of_WellKnowObjectRef_7() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_StaticFields, ___WellKnowObjectRef_7)); } inline int32_t get_WellKnowObjectRef_7() const { return ___WellKnowObjectRef_7; } inline int32_t* get_address_of_WellKnowObjectRef_7() { return &___WellKnowObjectRef_7; } inline void set_WellKnowObjectRef_7(int32_t value) { ___WellKnowObjectRef_7 = value; } }; // Mono.Security.PKCS7 struct PKCS7_t393839DEA227D1A2806A3583FDBBACBBE757726E : public RuntimeObject { public: public: }; // Mono.Security.Cryptography.PKCS8 struct PKCS8_t2B5CEEB8EB59EF4B0D31EE404340C8B22CF69CFA : public RuntimeObject { public: public: }; // System.Threading.Tasks.Parallel struct Parallel_tB59282E278156AA32B2BACBD33B31FD4C9922646 : public RuntimeObject { public: public: }; struct Parallel_tB59282E278156AA32B2BACBD33B31FD4C9922646_StaticFields { public: // System.Threading.Tasks.ParallelOptions System.Threading.Tasks.Parallel::s_defaultParallelOptions ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * ___s_defaultParallelOptions_0; public: inline static int32_t get_offset_of_s_defaultParallelOptions_0() { return static_cast(offsetof(Parallel_tB59282E278156AA32B2BACBD33B31FD4C9922646_StaticFields, ___s_defaultParallelOptions_0)); } inline ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * get_s_defaultParallelOptions_0() const { return ___s_defaultParallelOptions_0; } inline ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C ** get_address_of_s_defaultParallelOptions_0() { return &___s_defaultParallelOptions_0; } inline void set_s_defaultParallelOptions_0(ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * value) { ___s_defaultParallelOptions_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultParallelOptions_0), (void*)value); } }; // System.Threading.Tasks.ParallelLoopState struct ParallelLoopState_t59ED988EF9EE69D7BAF611EFF46AB61AE6A62C49 : public RuntimeObject { public: // System.Threading.Tasks.ParallelLoopStateFlags System.Threading.Tasks.ParallelLoopState::m_flagsBase ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127 * ___m_flagsBase_0; public: inline static int32_t get_offset_of_m_flagsBase_0() { return static_cast(offsetof(ParallelLoopState_t59ED988EF9EE69D7BAF611EFF46AB61AE6A62C49, ___m_flagsBase_0)); } inline ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127 * get_m_flagsBase_0() const { return ___m_flagsBase_0; } inline ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127 ** get_address_of_m_flagsBase_0() { return &___m_flagsBase_0; } inline void set_m_flagsBase_0(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127 * value) { ___m_flagsBase_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_flagsBase_0), (void*)value); } }; // System.Reflection.Emit.ParameterBuilder struct ParameterBuilder_tE436521048B53BEBA1D16CCC804F09D6E2AFD4C0 : public RuntimeObject { public: public: }; // System.ParameterizedStrings struct ParameterizedStrings_t7D0C78F4AB917B3D3E3AB516CF0EFBE128369937 : public RuntimeObject { public: public: }; struct ParameterizedStrings_t7D0C78F4AB917B3D3E3AB516CF0EFBE128369937_ThreadStaticFields { public: // System.ParameterizedStrings/LowLevelStack System.ParameterizedStrings::_cachedStack LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * ____cachedStack_0; public: inline static int32_t get_offset_of__cachedStack_0() { return static_cast(offsetof(ParameterizedStrings_t7D0C78F4AB917B3D3E3AB516CF0EFBE128369937_ThreadStaticFields, ____cachedStack_0)); } inline LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * get__cachedStack_0() const { return ____cachedStack_0; } inline LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 ** get_address_of__cachedStack_0() { return &____cachedStack_0; } inline void set__cachedStack_0(LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * value) { ____cachedStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____cachedStack_0), (void*)value); } }; // System.ParseNumbers struct ParseNumbers_tEB885BD585783D9C75BF1F22F4C9F3E1BCF52ED6 : public RuntimeObject { public: public: }; // System.Security.Util.Parser struct Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D : public RuntimeObject { public: // System.Security.SecurityDocument System.Security.Util.Parser::_doc SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * ____doc_0; // System.Security.Util.Tokenizer System.Security.Util.Parser::_t Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * ____t_1; public: inline static int32_t get_offset_of__doc_0() { return static_cast(offsetof(Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D, ____doc_0)); } inline SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * get__doc_0() const { return ____doc_0; } inline SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 ** get_address_of__doc_0() { return &____doc_0; } inline void set__doc_0(SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * value) { ____doc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____doc_0), (void*)value); } inline static int32_t get_offset_of__t_1() { return static_cast(offsetof(Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D, ____t_1)); } inline Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * get__t_1() const { return ____t_1; } inline Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 ** get_address_of__t_1() { return &____t_1; } inline void set__t_1(Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * value) { ____t_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____t_1), (void*)value); } }; // System.Collections.Concurrent.Partitioner struct Partitioner_tC3F1517C9D215207FD8C90F9D336348A0606E85E : public RuntimeObject { public: public: }; // System.IO.Path struct Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921 : public RuntimeObject { public: public: }; struct Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields { public: // System.Char[] System.IO.Path::InvalidPathChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___InvalidPathChars_0; // System.Char System.IO.Path::AltDirectorySeparatorChar Il2CppChar ___AltDirectorySeparatorChar_1; // System.Char System.IO.Path::DirectorySeparatorChar Il2CppChar ___DirectorySeparatorChar_2; // System.Char System.IO.Path::PathSeparator Il2CppChar ___PathSeparator_3; // System.String System.IO.Path::DirectorySeparatorStr String_t* ___DirectorySeparatorStr_4; // System.Char System.IO.Path::VolumeSeparatorChar Il2CppChar ___VolumeSeparatorChar_5; // System.Char[] System.IO.Path::PathSeparatorChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___PathSeparatorChars_6; // System.Boolean System.IO.Path::dirEqualsVolume bool ___dirEqualsVolume_7; // System.Char[] System.IO.Path::trimEndCharsWindows CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___trimEndCharsWindows_8; // System.Char[] System.IO.Path::trimEndCharsUnix CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___trimEndCharsUnix_9; public: inline static int32_t get_offset_of_InvalidPathChars_0() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___InvalidPathChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_InvalidPathChars_0() const { return ___InvalidPathChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_InvalidPathChars_0() { return &___InvalidPathChars_0; } inline void set_InvalidPathChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___InvalidPathChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidPathChars_0), (void*)value); } inline static int32_t get_offset_of_AltDirectorySeparatorChar_1() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___AltDirectorySeparatorChar_1)); } inline Il2CppChar get_AltDirectorySeparatorChar_1() const { return ___AltDirectorySeparatorChar_1; } inline Il2CppChar* get_address_of_AltDirectorySeparatorChar_1() { return &___AltDirectorySeparatorChar_1; } inline void set_AltDirectorySeparatorChar_1(Il2CppChar value) { ___AltDirectorySeparatorChar_1 = value; } inline static int32_t get_offset_of_DirectorySeparatorChar_2() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___DirectorySeparatorChar_2)); } inline Il2CppChar get_DirectorySeparatorChar_2() const { return ___DirectorySeparatorChar_2; } inline Il2CppChar* get_address_of_DirectorySeparatorChar_2() { return &___DirectorySeparatorChar_2; } inline void set_DirectorySeparatorChar_2(Il2CppChar value) { ___DirectorySeparatorChar_2 = value; } inline static int32_t get_offset_of_PathSeparator_3() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___PathSeparator_3)); } inline Il2CppChar get_PathSeparator_3() const { return ___PathSeparator_3; } inline Il2CppChar* get_address_of_PathSeparator_3() { return &___PathSeparator_3; } inline void set_PathSeparator_3(Il2CppChar value) { ___PathSeparator_3 = value; } inline static int32_t get_offset_of_DirectorySeparatorStr_4() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___DirectorySeparatorStr_4)); } inline String_t* get_DirectorySeparatorStr_4() const { return ___DirectorySeparatorStr_4; } inline String_t** get_address_of_DirectorySeparatorStr_4() { return &___DirectorySeparatorStr_4; } inline void set_DirectorySeparatorStr_4(String_t* value) { ___DirectorySeparatorStr_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DirectorySeparatorStr_4), (void*)value); } inline static int32_t get_offset_of_VolumeSeparatorChar_5() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___VolumeSeparatorChar_5)); } inline Il2CppChar get_VolumeSeparatorChar_5() const { return ___VolumeSeparatorChar_5; } inline Il2CppChar* get_address_of_VolumeSeparatorChar_5() { return &___VolumeSeparatorChar_5; } inline void set_VolumeSeparatorChar_5(Il2CppChar value) { ___VolumeSeparatorChar_5 = value; } inline static int32_t get_offset_of_PathSeparatorChars_6() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___PathSeparatorChars_6)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_PathSeparatorChars_6() const { return ___PathSeparatorChars_6; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_PathSeparatorChars_6() { return &___PathSeparatorChars_6; } inline void set_PathSeparatorChars_6(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___PathSeparatorChars_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___PathSeparatorChars_6), (void*)value); } inline static int32_t get_offset_of_dirEqualsVolume_7() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___dirEqualsVolume_7)); } inline bool get_dirEqualsVolume_7() const { return ___dirEqualsVolume_7; } inline bool* get_address_of_dirEqualsVolume_7() { return &___dirEqualsVolume_7; } inline void set_dirEqualsVolume_7(bool value) { ___dirEqualsVolume_7 = value; } inline static int32_t get_offset_of_trimEndCharsWindows_8() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___trimEndCharsWindows_8)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_trimEndCharsWindows_8() const { return ___trimEndCharsWindows_8; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_trimEndCharsWindows_8() { return &___trimEndCharsWindows_8; } inline void set_trimEndCharsWindows_8(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___trimEndCharsWindows_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___trimEndCharsWindows_8), (void*)value); } inline static int32_t get_offset_of_trimEndCharsUnix_9() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___trimEndCharsUnix_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_trimEndCharsUnix_9() const { return ___trimEndCharsUnix_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_trimEndCharsUnix_9() { return &___trimEndCharsUnix_9; } inline void set_trimEndCharsUnix_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___trimEndCharsUnix_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___trimEndCharsUnix_9), (void*)value); } }; // System.IO.PathInternal struct PathInternal_tC0C5B06212EA5E23E939D9236742FF57FFC68F25 : public RuntimeObject { public: public: }; // System.Reflection.Pointer struct Pointer_t97714CA5B772F5B09030CBEEBD58AAEBDE819DAF : public RuntimeObject { public: // System.Void* System.Reflection.Pointer::_ptr void* ____ptr_0; // System.RuntimeType System.Reflection.Pointer::_ptrType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ____ptrType_1; public: inline static int32_t get_offset_of__ptr_0() { return static_cast(offsetof(Pointer_t97714CA5B772F5B09030CBEEBD58AAEBDE819DAF, ____ptr_0)); } inline void* get__ptr_0() const { return ____ptr_0; } inline void** get_address_of__ptr_0() { return &____ptr_0; } inline void set__ptr_0(void* value) { ____ptr_0 = value; } inline static int32_t get_offset_of__ptrType_1() { return static_cast(offsetof(Pointer_t97714CA5B772F5B09030CBEEBD58AAEBDE819DAF, ____ptrType_1)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get__ptrType_1() const { return ____ptrType_1; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of__ptrType_1() { return &____ptrType_1; } inline void set__ptrType_1(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ____ptrType_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____ptrType_1), (void*)value); } }; // System.PointerSpec struct PointerSpec_tB19B3428FE50C5A17DB422F2951C51167FB18597 : public RuntimeObject { public: // System.Int32 System.PointerSpec::pointer_level int32_t ___pointer_level_0; public: inline static int32_t get_offset_of_pointer_level_0() { return static_cast(offsetof(PointerSpec_tB19B3428FE50C5A17DB422F2951C51167FB18597, ___pointer_level_0)); } inline int32_t get_pointer_level_0() const { return ___pointer_level_0; } inline int32_t* get_address_of_pointer_level_0() { return &___pointer_level_0; } inline void set_pointer_level_0(int32_t value) { ___pointer_level_0 = value; } }; // Mono.Math.Prime.PrimalityTests struct PrimalityTests_tEA2628F01524FBD29D83B99109260F83207B717B : public RuntimeObject { public: public: }; // Mono.Math.Prime.Generator.PrimeGeneratorBase struct PrimeGeneratorBase_t214EED83211E78637C0C5E5A1EB42A3A073BB106 : public RuntimeObject { public: public: }; // System.Runtime.Remoting.ProviderData struct ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 : public RuntimeObject { public: // System.String System.Runtime.Remoting.ProviderData::Ref String_t* ___Ref_0; // System.String System.Runtime.Remoting.ProviderData::Type String_t* ___Type_1; // System.String System.Runtime.Remoting.ProviderData::Id String_t* ___Id_2; // System.Collections.Hashtable System.Runtime.Remoting.ProviderData::CustomProperties Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___CustomProperties_3; // System.Collections.IList System.Runtime.Remoting.ProviderData::CustomData RuntimeObject* ___CustomData_4; public: inline static int32_t get_offset_of_Ref_0() { return static_cast(offsetof(ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582, ___Ref_0)); } inline String_t* get_Ref_0() const { return ___Ref_0; } inline String_t** get_address_of_Ref_0() { return &___Ref_0; } inline void set_Ref_0(String_t* value) { ___Ref_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Ref_0), (void*)value); } inline static int32_t get_offset_of_Type_1() { return static_cast(offsetof(ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582, ___Type_1)); } inline String_t* get_Type_1() const { return ___Type_1; } inline String_t** get_address_of_Type_1() { return &___Type_1; } inline void set_Type_1(String_t* value) { ___Type_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Type_1), (void*)value); } inline static int32_t get_offset_of_Id_2() { return static_cast(offsetof(ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582, ___Id_2)); } inline String_t* get_Id_2() const { return ___Id_2; } inline String_t** get_address_of_Id_2() { return &___Id_2; } inline void set_Id_2(String_t* value) { ___Id_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Id_2), (void*)value); } inline static int32_t get_offset_of_CustomProperties_3() { return static_cast(offsetof(ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582, ___CustomProperties_3)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_CustomProperties_3() const { return ___CustomProperties_3; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_CustomProperties_3() { return &___CustomProperties_3; } inline void set_CustomProperties_3(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___CustomProperties_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___CustomProperties_3), (void*)value); } inline static int32_t get_offset_of_CustomData_4() { return static_cast(offsetof(ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582, ___CustomData_4)); } inline RuntimeObject* get_CustomData_4() const { return ___CustomData_4; } inline RuntimeObject** get_address_of_CustomData_4() { return &___CustomData_4; } inline void set_CustomData_4(RuntimeObject* value) { ___CustomData_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___CustomData_4), (void*)value); } }; // System.Collections.Queue struct Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 : public RuntimeObject { public: // System.Object[] System.Collections.Queue::_array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____array_0; // System.Int32 System.Collections.Queue::_head int32_t ____head_1; // System.Int32 System.Collections.Queue::_tail int32_t ____tail_2; // System.Int32 System.Collections.Queue::_size int32_t ____size_3; // System.Int32 System.Collections.Queue::_growFactor int32_t ____growFactor_4; // System.Int32 System.Collections.Queue::_version int32_t ____version_5; // System.Object System.Collections.Queue::_syncRoot RuntimeObject * ____syncRoot_6; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__growFactor_4() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____growFactor_4)); } inline int32_t get__growFactor_4() const { return ____growFactor_4; } inline int32_t* get_address_of__growFactor_4() { return &____growFactor_4; } inline void set__growFactor_4(int32_t value) { ____growFactor_4 = value; } inline static int32_t get_offset_of__version_5() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____version_5)); } inline int32_t get__version_5() const { return ____version_5; } inline int32_t* get_address_of__version_5() { return &____version_5; } inline void set__version_5(int32_t value) { ____version_5 = value; } inline static int32_t get_offset_of__syncRoot_6() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____syncRoot_6)); } inline RuntimeObject * get__syncRoot_6() const { return ____syncRoot_6; } inline RuntimeObject ** get_address_of__syncRoot_6() { return &____syncRoot_6; } inline void set__syncRoot_6(RuntimeObject * value) { ____syncRoot_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_6), (void*)value); } }; // System.Threading.QueueUserWorkItemCallback struct QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A : public RuntimeObject { public: // System.Threading.WaitCallback System.Threading.QueueUserWorkItemCallback::callback WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___callback_0; // System.Threading.ExecutionContext System.Threading.QueueUserWorkItemCallback::context ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___context_1; // System.Object System.Threading.QueueUserWorkItemCallback::state RuntimeObject * ___state_2; public: inline static int32_t get_offset_of_callback_0() { return static_cast(offsetof(QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A, ___callback_0)); } inline WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * get_callback_0() const { return ___callback_0; } inline WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 ** get_address_of_callback_0() { return &___callback_0; } inline void set_callback_0(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * value) { ___callback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_0), (void*)value); } inline static int32_t get_offset_of_context_1() { return static_cast(offsetof(QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A, ___context_1)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_context_1() const { return ___context_1; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_context_1() { return &___context_1; } inline void set_context_1(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___context_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_1), (void*)value); } inline static int32_t get_offset_of_state_2() { return static_cast(offsetof(QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A, ___state_2)); } inline RuntimeObject * get_state_2() const { return ___state_2; } inline RuntimeObject ** get_address_of_state_2() { return &___state_2; } inline void set_state_2(RuntimeObject * value) { ___state_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_2), (void*)value); } }; struct QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A_StaticFields { public: // System.Threading.ContextCallback System.Threading.QueueUserWorkItemCallback::ccb ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___ccb_3; public: inline static int32_t get_offset_of_ccb_3() { return static_cast(offsetof(QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A_StaticFields, ___ccb_3)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_ccb_3() const { return ___ccb_3; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_ccb_3() { return &___ccb_3; } inline void set_ccb_3(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___ccb_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ccb_3), (void*)value); } }; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 : public RuntimeObject { public: public: }; // System.Security.SecurityDocument struct SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 : public RuntimeObject { public: // System.Byte[] System.Security.SecurityDocument::m_data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_data_0; public: inline static int32_t get_offset_of_m_data_0() { return static_cast(offsetof(SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977, ___m_data_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_data_0() const { return ___m_data_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_data_0() { return &___m_data_0; } inline void set_m_data_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_0), (void*)value); } }; // System.Security.SecurityElement struct SecurityElement_tB9682077760936136392270197F642224B2141CC : public RuntimeObject { public: // System.String System.Security.SecurityElement::text String_t* ___text_0; // System.String System.Security.SecurityElement::tag String_t* ___tag_1; // System.Collections.ArrayList System.Security.SecurityElement::attributes ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___attributes_2; // System.Collections.ArrayList System.Security.SecurityElement::children ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___children_3; public: inline static int32_t get_offset_of_text_0() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC, ___text_0)); } inline String_t* get_text_0() const { return ___text_0; } inline String_t** get_address_of_text_0() { return &___text_0; } inline void set_text_0(String_t* value) { ___text_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_0), (void*)value); } inline static int32_t get_offset_of_tag_1() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC, ___tag_1)); } inline String_t* get_tag_1() const { return ___tag_1; } inline String_t** get_address_of_tag_1() { return &___tag_1; } inline void set_tag_1(String_t* value) { ___tag_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tag_1), (void*)value); } inline static int32_t get_offset_of_attributes_2() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC, ___attributes_2)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_attributes_2() const { return ___attributes_2; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_attributes_2() { return &___attributes_2; } inline void set_attributes_2(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___attributes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_2), (void*)value); } inline static int32_t get_offset_of_children_3() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC, ___children_3)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_children_3() const { return ___children_3; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_children_3() { return &___children_3; } inline void set_children_3(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___children_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___children_3), (void*)value); } }; struct SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields { public: // System.Char[] System.Security.SecurityElement::invalid_tag_chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___invalid_tag_chars_4; // System.Char[] System.Security.SecurityElement::invalid_text_chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___invalid_text_chars_5; // System.Char[] System.Security.SecurityElement::invalid_attr_name_chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___invalid_attr_name_chars_6; // System.Char[] System.Security.SecurityElement::invalid_attr_value_chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___invalid_attr_value_chars_7; // System.Char[] System.Security.SecurityElement::invalid_chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___invalid_chars_8; public: inline static int32_t get_offset_of_invalid_tag_chars_4() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields, ___invalid_tag_chars_4)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_invalid_tag_chars_4() const { return ___invalid_tag_chars_4; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_invalid_tag_chars_4() { return &___invalid_tag_chars_4; } inline void set_invalid_tag_chars_4(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___invalid_tag_chars_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___invalid_tag_chars_4), (void*)value); } inline static int32_t get_offset_of_invalid_text_chars_5() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields, ___invalid_text_chars_5)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_invalid_text_chars_5() const { return ___invalid_text_chars_5; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_invalid_text_chars_5() { return &___invalid_text_chars_5; } inline void set_invalid_text_chars_5(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___invalid_text_chars_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___invalid_text_chars_5), (void*)value); } inline static int32_t get_offset_of_invalid_attr_name_chars_6() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields, ___invalid_attr_name_chars_6)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_invalid_attr_name_chars_6() const { return ___invalid_attr_name_chars_6; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_invalid_attr_name_chars_6() { return &___invalid_attr_name_chars_6; } inline void set_invalid_attr_name_chars_6(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___invalid_attr_name_chars_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___invalid_attr_name_chars_6), (void*)value); } inline static int32_t get_offset_of_invalid_attr_value_chars_7() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields, ___invalid_attr_value_chars_7)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_invalid_attr_value_chars_7() const { return ___invalid_attr_value_chars_7; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_invalid_attr_value_chars_7() { return &___invalid_attr_value_chars_7; } inline void set_invalid_attr_value_chars_7(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___invalid_attr_value_chars_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___invalid_attr_value_chars_7), (void*)value); } inline static int32_t get_offset_of_invalid_chars_8() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields, ___invalid_chars_8)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_invalid_chars_8() const { return ___invalid_chars_8; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_invalid_chars_8() { return &___invalid_chars_8; } inline void set_invalid_chars_8(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___invalid_chars_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___invalid_chars_8), (void*)value); } }; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___m_nameToIndex_6; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_7; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_8; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_9; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_10; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t * ___objectType_11; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_12; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_13; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_14; public: inline static int32_t get_offset_of_m_members_3() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_members_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_3() const { return ___m_members_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_3() { return &___m_members_3; } inline void set_m_members_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value); } inline static int32_t get_offset_of_m_data_4() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_data_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_4() const { return ___m_data_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_4() { return &___m_data_4; } inline void set_m_data_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value); } inline static int32_t get_offset_of_m_types_5() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_types_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_5() const { return ___m_types_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_5() { return &___m_types_5; } inline void set_m_types_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value); } inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_nameToIndex_6)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; } inline void set_m_nameToIndex_6(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___m_nameToIndex_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value); } inline static int32_t get_offset_of_m_currMember_7() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_currMember_7)); } inline int32_t get_m_currMember_7() const { return ___m_currMember_7; } inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; } inline void set_m_currMember_7(int32_t value) { ___m_currMember_7 = value; } inline static int32_t get_offset_of_m_converter_8() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_converter_8)); } inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; } inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; } inline void set_m_converter_8(RuntimeObject* value) { ___m_converter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value); } inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_fullTypeName_9)); } inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; } inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; } inline void set_m_fullTypeName_9(String_t* value) { ___m_fullTypeName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value); } inline static int32_t get_offset_of_m_assemName_10() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_assemName_10)); } inline String_t* get_m_assemName_10() const { return ___m_assemName_10; } inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; } inline void set_m_assemName_10(String_t* value) { ___m_assemName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value); } inline static int32_t get_offset_of_objectType_11() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___objectType_11)); } inline Type_t * get_objectType_11() const { return ___objectType_11; } inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; } inline void set_objectType_11(Type_t * value) { ___objectType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value); } inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isFullTypeNameSetExplicit_12)); } inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; } inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; } inline void set_isFullTypeNameSetExplicit_12(bool value) { ___isFullTypeNameSetExplicit_12 = value; } inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isAssemblyNameSetExplicit_13)); } inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; } inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; } inline void set_isAssemblyNameSetExplicit_13(bool value) { ___isAssemblyNameSetExplicit_13 = value; } inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___requireSameTokenInPartialTrust_14)); } inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; } inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; } inline void set_requireSameTokenInPartialTrust_14(bool value) { ___requireSameTokenInPartialTrust_14 = value; } }; // System.Runtime.Remoting.Channels.SinkProviderData struct SinkProviderData_tDCF47C22643A26B1E1F6BB60FA7AE7034053D14E : public RuntimeObject { public: // System.String System.Runtime.Remoting.Channels.SinkProviderData::sinkName String_t* ___sinkName_0; // System.Collections.ArrayList System.Runtime.Remoting.Channels.SinkProviderData::children ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___children_1; // System.Collections.Hashtable System.Runtime.Remoting.Channels.SinkProviderData::properties Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___properties_2; public: inline static int32_t get_offset_of_sinkName_0() { return static_cast(offsetof(SinkProviderData_tDCF47C22643A26B1E1F6BB60FA7AE7034053D14E, ___sinkName_0)); } inline String_t* get_sinkName_0() const { return ___sinkName_0; } inline String_t** get_address_of_sinkName_0() { return &___sinkName_0; } inline void set_sinkName_0(String_t* value) { ___sinkName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___sinkName_0), (void*)value); } inline static int32_t get_offset_of_children_1() { return static_cast(offsetof(SinkProviderData_tDCF47C22643A26B1E1F6BB60FA7AE7034053D14E, ___children_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_children_1() const { return ___children_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_children_1() { return &___children_1; } inline void set_children_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___children_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___children_1), (void*)value); } inline static int32_t get_offset_of_properties_2() { return static_cast(offsetof(SinkProviderData_tDCF47C22643A26B1E1F6BB60FA7AE7034053D14E, ___properties_2)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_properties_2() const { return ___properties_2; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_properties_2() { return &___properties_2; } inline void set_properties_2(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___properties_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___properties_2), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.Security.Util.TokenizerStream struct TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E : public RuntimeObject { public: // System.Int32 System.Security.Util.TokenizerStream::m_countTokens int32_t ___m_countTokens_0; // System.Security.Util.TokenizerShortBlock System.Security.Util.TokenizerStream::m_headTokens TokenizerShortBlock_t06D7B4FC2A037006D69C4D04F2DB3307096B1077 * ___m_headTokens_1; // System.Security.Util.TokenizerShortBlock System.Security.Util.TokenizerStream::m_lastTokens TokenizerShortBlock_t06D7B4FC2A037006D69C4D04F2DB3307096B1077 * ___m_lastTokens_2; // System.Security.Util.TokenizerShortBlock System.Security.Util.TokenizerStream::m_currentTokens TokenizerShortBlock_t06D7B4FC2A037006D69C4D04F2DB3307096B1077 * ___m_currentTokens_3; // System.Int32 System.Security.Util.TokenizerStream::m_indexTokens int32_t ___m_indexTokens_4; // System.Security.Util.TokenizerStringBlock System.Security.Util.TokenizerStream::m_headStrings TokenizerStringBlock_t6100E21DB9878D1E4FABB2A6BB9FE447A20A848F * ___m_headStrings_5; // System.Security.Util.TokenizerStringBlock System.Security.Util.TokenizerStream::m_currentStrings TokenizerStringBlock_t6100E21DB9878D1E4FABB2A6BB9FE447A20A848F * ___m_currentStrings_6; // System.Int32 System.Security.Util.TokenizerStream::m_indexStrings int32_t ___m_indexStrings_7; public: inline static int32_t get_offset_of_m_countTokens_0() { return static_cast(offsetof(TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E, ___m_countTokens_0)); } inline int32_t get_m_countTokens_0() const { return ___m_countTokens_0; } inline int32_t* get_address_of_m_countTokens_0() { return &___m_countTokens_0; } inline void set_m_countTokens_0(int32_t value) { ___m_countTokens_0 = value; } inline static int32_t get_offset_of_m_headTokens_1() { return static_cast(offsetof(TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E, ___m_headTokens_1)); } inline TokenizerShortBlock_t06D7B4FC2A037006D69C4D04F2DB3307096B1077 * get_m_headTokens_1() const { return ___m_headTokens_1; } inline TokenizerShortBlock_t06D7B4FC2A037006D69C4D04F2DB3307096B1077 ** get_address_of_m_headTokens_1() { return &___m_headTokens_1; } inline void set_m_headTokens_1(TokenizerShortBlock_t06D7B4FC2A037006D69C4D04F2DB3307096B1077 * value) { ___m_headTokens_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_headTokens_1), (void*)value); } inline static int32_t get_offset_of_m_lastTokens_2() { return static_cast(offsetof(TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E, ___m_lastTokens_2)); } inline TokenizerShortBlock_t06D7B4FC2A037006D69C4D04F2DB3307096B1077 * get_m_lastTokens_2() const { return ___m_lastTokens_2; } inline TokenizerShortBlock_t06D7B4FC2A037006D69C4D04F2DB3307096B1077 ** get_address_of_m_lastTokens_2() { return &___m_lastTokens_2; } inline void set_m_lastTokens_2(TokenizerShortBlock_t06D7B4FC2A037006D69C4D04F2DB3307096B1077 * value) { ___m_lastTokens_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_lastTokens_2), (void*)value); } inline static int32_t get_offset_of_m_currentTokens_3() { return static_cast(offsetof(TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E, ___m_currentTokens_3)); } inline TokenizerShortBlock_t06D7B4FC2A037006D69C4D04F2DB3307096B1077 * get_m_currentTokens_3() const { return ___m_currentTokens_3; } inline TokenizerShortBlock_t06D7B4FC2A037006D69C4D04F2DB3307096B1077 ** get_address_of_m_currentTokens_3() { return &___m_currentTokens_3; } inline void set_m_currentTokens_3(TokenizerShortBlock_t06D7B4FC2A037006D69C4D04F2DB3307096B1077 * value) { ___m_currentTokens_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_currentTokens_3), (void*)value); } inline static int32_t get_offset_of_m_indexTokens_4() { return static_cast(offsetof(TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E, ___m_indexTokens_4)); } inline int32_t get_m_indexTokens_4() const { return ___m_indexTokens_4; } inline int32_t* get_address_of_m_indexTokens_4() { return &___m_indexTokens_4; } inline void set_m_indexTokens_4(int32_t value) { ___m_indexTokens_4 = value; } inline static int32_t get_offset_of_m_headStrings_5() { return static_cast(offsetof(TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E, ___m_headStrings_5)); } inline TokenizerStringBlock_t6100E21DB9878D1E4FABB2A6BB9FE447A20A848F * get_m_headStrings_5() const { return ___m_headStrings_5; } inline TokenizerStringBlock_t6100E21DB9878D1E4FABB2A6BB9FE447A20A848F ** get_address_of_m_headStrings_5() { return &___m_headStrings_5; } inline void set_m_headStrings_5(TokenizerStringBlock_t6100E21DB9878D1E4FABB2A6BB9FE447A20A848F * value) { ___m_headStrings_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_headStrings_5), (void*)value); } inline static int32_t get_offset_of_m_currentStrings_6() { return static_cast(offsetof(TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E, ___m_currentStrings_6)); } inline TokenizerStringBlock_t6100E21DB9878D1E4FABB2A6BB9FE447A20A848F * get_m_currentStrings_6() const { return ___m_currentStrings_6; } inline TokenizerStringBlock_t6100E21DB9878D1E4FABB2A6BB9FE447A20A848F ** get_address_of_m_currentStrings_6() { return &___m_currentStrings_6; } inline void set_m_currentStrings_6(TokenizerStringBlock_t6100E21DB9878D1E4FABB2A6BB9FE447A20A848F * value) { ___m_currentStrings_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_currentStrings_6), (void*)value); } inline static int32_t get_offset_of_m_indexStrings_7() { return static_cast(offsetof(TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E, ___m_indexStrings_7)); } inline int32_t get_m_indexStrings_7() const { return ___m_indexStrings_7; } inline int32_t* get_address_of_m_indexStrings_7() { return &___m_indexStrings_7; } inline void set_m_indexStrings_7(int32_t value) { ___m_indexStrings_7 = 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 { }; // Mono.Math.BigInteger/ModulusRing struct ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6 : public RuntimeObject { public: // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::mod BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___mod_0; // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::constant BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___constant_1; public: inline static int32_t get_offset_of_mod_0() { return static_cast(offsetof(ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6, ___mod_0)); } inline BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * get_mod_0() const { return ___mod_0; } inline BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 ** get_address_of_mod_0() { return &___mod_0; } inline void set_mod_0(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * value) { ___mod_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mod_0), (void*)value); } inline static int32_t get_offset_of_constant_1() { return static_cast(offsetof(ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6, ___constant_1)); } inline BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * get_constant_1() const { return ___constant_1; } inline BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 ** get_address_of_constant_1() { return &___constant_1; } inline void set_constant_1(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * value) { ___constant_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___constant_1), (void*)value); } }; // System.ParameterizedStrings/LowLevelStack struct LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 : public RuntimeObject { public: // System.ParameterizedStrings/FormatParam[] System.ParameterizedStrings/LowLevelStack::_arr FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* ____arr_0; // System.Int32 System.ParameterizedStrings/LowLevelStack::_count int32_t ____count_1; public: inline static int32_t get_offset_of__arr_0() { return static_cast(offsetof(LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89, ____arr_0)); } inline FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* get__arr_0() const { return ____arr_0; } inline FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB** get_address_of__arr_0() { return &____arr_0; } inline void set__arr_0(FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* value) { ____arr_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____arr_0), (void*)value); } inline static int32_t get_offset_of__count_1() { return static_cast(offsetof(LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89, ____count_1)); } inline int32_t get__count_1() const { return ____count_1; } inline int32_t* get_address_of__count_1() { return &____count_1; } inline void set__count_1(int32_t value) { ____count_1 = value; } }; // System.Collections.Concurrent.Partitioner/d__9 struct U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320 : public RuntimeObject { public: // System.Int32 System.Collections.Concurrent.Partitioner/d__9::<>1__state int32_t ___U3CU3E1__state_0; // System.Tuple`2 System.Collections.Concurrent.Partitioner/d__9::<>2__current Tuple_2_t9780D2A61D8DBBB60BF3E0DEDBE022E5856BD800 * ___U3CU3E2__current_1; // System.Int32 System.Collections.Concurrent.Partitioner/d__9::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Int32 System.Collections.Concurrent.Partitioner/d__9::fromInclusive int32_t ___fromInclusive_3; // System.Int32 System.Collections.Concurrent.Partitioner/d__9::<>3__fromInclusive int32_t ___U3CU3E3__fromInclusive_4; // System.Int32 System.Collections.Concurrent.Partitioner/d__9::rangeSize int32_t ___rangeSize_5; // System.Int32 System.Collections.Concurrent.Partitioner/d__9::<>3__rangeSize int32_t ___U3CU3E3__rangeSize_6; // System.Int32 System.Collections.Concurrent.Partitioner/d__9::toExclusive int32_t ___toExclusive_7; // System.Int32 System.Collections.Concurrent.Partitioner/d__9::<>3__toExclusive int32_t ___U3CU3E3__toExclusive_8; // System.Int32 System.Collections.Concurrent.Partitioner/d__9::5__1 int32_t ___U3CiU3E5__1_9; // System.Boolean System.Collections.Concurrent.Partitioner/d__9::5__2 bool ___U3CshouldQuitU3E5__2_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320, ___U3CU3E2__current_1)); } inline Tuple_2_t9780D2A61D8DBBB60BF3E0DEDBE022E5856BD800 * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Tuple_2_t9780D2A61D8DBBB60BF3E0DEDBE022E5856BD800 ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Tuple_2_t9780D2A61D8DBBB60BF3E0DEDBE022E5856BD800 * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_fromInclusive_3() { return static_cast(offsetof(U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320, ___fromInclusive_3)); } inline int32_t get_fromInclusive_3() const { return ___fromInclusive_3; } inline int32_t* get_address_of_fromInclusive_3() { return &___fromInclusive_3; } inline void set_fromInclusive_3(int32_t value) { ___fromInclusive_3 = value; } inline static int32_t get_offset_of_U3CU3E3__fromInclusive_4() { return static_cast(offsetof(U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320, ___U3CU3E3__fromInclusive_4)); } inline int32_t get_U3CU3E3__fromInclusive_4() const { return ___U3CU3E3__fromInclusive_4; } inline int32_t* get_address_of_U3CU3E3__fromInclusive_4() { return &___U3CU3E3__fromInclusive_4; } inline void set_U3CU3E3__fromInclusive_4(int32_t value) { ___U3CU3E3__fromInclusive_4 = value; } inline static int32_t get_offset_of_rangeSize_5() { return static_cast(offsetof(U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320, ___rangeSize_5)); } inline int32_t get_rangeSize_5() const { return ___rangeSize_5; } inline int32_t* get_address_of_rangeSize_5() { return &___rangeSize_5; } inline void set_rangeSize_5(int32_t value) { ___rangeSize_5 = value; } inline static int32_t get_offset_of_U3CU3E3__rangeSize_6() { return static_cast(offsetof(U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320, ___U3CU3E3__rangeSize_6)); } inline int32_t get_U3CU3E3__rangeSize_6() const { return ___U3CU3E3__rangeSize_6; } inline int32_t* get_address_of_U3CU3E3__rangeSize_6() { return &___U3CU3E3__rangeSize_6; } inline void set_U3CU3E3__rangeSize_6(int32_t value) { ___U3CU3E3__rangeSize_6 = value; } inline static int32_t get_offset_of_toExclusive_7() { return static_cast(offsetof(U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320, ___toExclusive_7)); } inline int32_t get_toExclusive_7() const { return ___toExclusive_7; } inline int32_t* get_address_of_toExclusive_7() { return &___toExclusive_7; } inline void set_toExclusive_7(int32_t value) { ___toExclusive_7 = value; } inline static int32_t get_offset_of_U3CU3E3__toExclusive_8() { return static_cast(offsetof(U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320, ___U3CU3E3__toExclusive_8)); } inline int32_t get_U3CU3E3__toExclusive_8() const { return ___U3CU3E3__toExclusive_8; } inline int32_t* get_address_of_U3CU3E3__toExclusive_8() { return &___U3CU3E3__toExclusive_8; } inline void set_U3CU3E3__toExclusive_8(int32_t value) { ___U3CU3E3__toExclusive_8 = value; } inline static int32_t get_offset_of_U3CiU3E5__1_9() { return static_cast(offsetof(U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320, ___U3CiU3E5__1_9)); } inline int32_t get_U3CiU3E5__1_9() const { return ___U3CiU3E5__1_9; } inline int32_t* get_address_of_U3CiU3E5__1_9() { return &___U3CiU3E5__1_9; } inline void set_U3CiU3E5__1_9(int32_t value) { ___U3CiU3E5__1_9 = value; } inline static int32_t get_offset_of_U3CshouldQuitU3E5__2_10() { return static_cast(offsetof(U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320, ___U3CshouldQuitU3E5__2_10)); } inline bool get_U3CshouldQuitU3E5__2_10() const { return ___U3CshouldQuitU3E5__2_10; } inline bool* get_address_of_U3CshouldQuitU3E5__2_10() { return &___U3CshouldQuitU3E5__2_10; } inline void set_U3CshouldQuitU3E5__2_10(bool value) { ___U3CshouldQuitU3E5__2_10 = value; } }; // System.Collections.Queue/QueueEnumerator struct QueueEnumerator_t0A73A9F6902BEBD8BBF0AECB749DC08C1602158E : public RuntimeObject { public: // System.Collections.Queue System.Collections.Queue/QueueEnumerator::_q Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * ____q_0; // System.Int32 System.Collections.Queue/QueueEnumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Queue/QueueEnumerator::_version int32_t ____version_2; // System.Object System.Collections.Queue/QueueEnumerator::currentElement RuntimeObject * ___currentElement_3; public: inline static int32_t get_offset_of__q_0() { return static_cast(offsetof(QueueEnumerator_t0A73A9F6902BEBD8BBF0AECB749DC08C1602158E, ____q_0)); } inline Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * get__q_0() const { return ____q_0; } inline Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 ** get_address_of__q_0() { return &____q_0; } inline void set__q_0(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * value) { ____q_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____q_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(QueueEnumerator_t0A73A9F6902BEBD8BBF0AECB749DC08C1602158E, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(QueueEnumerator_t0A73A9F6902BEBD8BBF0AECB749DC08C1602158E, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of_currentElement_3() { return static_cast(offsetof(QueueEnumerator_t0A73A9F6902BEBD8BBF0AECB749DC08C1602158E, ___currentElement_3)); } inline RuntimeObject * get_currentElement_3() const { return ___currentElement_3; } inline RuntimeObject ** get_address_of_currentElement_3() { return &___currentElement_3; } inline void set_currentElement_3(RuntimeObject * value) { ___currentElement_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentElement_3), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F { public: // T System.Nullable`1::value int64_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F, ___value_0)); } inline int64_t get_value_0() const { return ___value_0; } inline int64_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int64_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Collections.Concurrent.OrderablePartitioner`1> struct OrderablePartitioner_1_t263DAA586A496DE635334788DE25F326DDA56AF9 : public Partitioner_1_t1833CF641E0534060BA028BD1354E7CD5CDF23BF { public: // System.Boolean System.Collections.Concurrent.OrderablePartitioner`1::k__BackingField bool ___U3CKeysOrderedInEachPartitionU3Ek__BackingField_0; // System.Boolean System.Collections.Concurrent.OrderablePartitioner`1::k__BackingField bool ___U3CKeysOrderedAcrossPartitionsU3Ek__BackingField_1; // System.Boolean System.Collections.Concurrent.OrderablePartitioner`1::k__BackingField bool ___U3CKeysNormalizedU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CKeysOrderedInEachPartitionU3Ek__BackingField_0() { return static_cast(offsetof(OrderablePartitioner_1_t263DAA586A496DE635334788DE25F326DDA56AF9, ___U3CKeysOrderedInEachPartitionU3Ek__BackingField_0)); } inline bool get_U3CKeysOrderedInEachPartitionU3Ek__BackingField_0() const { return ___U3CKeysOrderedInEachPartitionU3Ek__BackingField_0; } inline bool* get_address_of_U3CKeysOrderedInEachPartitionU3Ek__BackingField_0() { return &___U3CKeysOrderedInEachPartitionU3Ek__BackingField_0; } inline void set_U3CKeysOrderedInEachPartitionU3Ek__BackingField_0(bool value) { ___U3CKeysOrderedInEachPartitionU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CKeysOrderedAcrossPartitionsU3Ek__BackingField_1() { return static_cast(offsetof(OrderablePartitioner_1_t263DAA586A496DE635334788DE25F326DDA56AF9, ___U3CKeysOrderedAcrossPartitionsU3Ek__BackingField_1)); } inline bool get_U3CKeysOrderedAcrossPartitionsU3Ek__BackingField_1() const { return ___U3CKeysOrderedAcrossPartitionsU3Ek__BackingField_1; } inline bool* get_address_of_U3CKeysOrderedAcrossPartitionsU3Ek__BackingField_1() { return &___U3CKeysOrderedAcrossPartitionsU3Ek__BackingField_1; } inline void set_U3CKeysOrderedAcrossPartitionsU3Ek__BackingField_1(bool value) { ___U3CKeysOrderedAcrossPartitionsU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CKeysNormalizedU3Ek__BackingField_2() { return static_cast(offsetof(OrderablePartitioner_1_t263DAA586A496DE635334788DE25F326DDA56AF9, ___U3CKeysNormalizedU3Ek__BackingField_2)); } inline bool get_U3CKeysNormalizedU3Ek__BackingField_2() const { return ___U3CKeysNormalizedU3Ek__BackingField_2; } inline bool* get_address_of_U3CKeysNormalizedU3Ek__BackingField_2() { return &___U3CKeysNormalizedU3Ek__BackingField_2; } inline void set_U3CKeysNormalizedU3Ek__BackingField_2(bool value) { ___U3CKeysNormalizedU3Ek__BackingField_2 = value; } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD { public: // System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; public: inline static int32_t get_offset_of_m_source_0() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD, ___m_source_0)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get_m_source_0() const { return ___m_source_0; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of_m_source_0() { return &___m_source_0; } inline void set_m_source_0(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ___m_source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value); } }; struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields { public: // System.Action`1 System.Threading.CancellationToken::s_ActionToActionObjShunt Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_ActionToActionObjShunt_1; public: inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields, ___s_ActionToActionObjShunt_1)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; } inline void set_s_ActionToActionObjShunt_1(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_ActionToActionObjShunt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ActionToActionObjShunt_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_pinvoke { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // Native definition for COM marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_com { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // 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); } }; // System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____key_0)); } inline RuntimeObject * get__key_0() const { return ____key_0; } inline RuntimeObject ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(RuntimeObject * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Runtime.InteropServices.GCHandle struct GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 { public: // System.Int32 System.Runtime.InteropServices.GCHandle::handle int32_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603, ___handle_0)); } inline int32_t get_handle_0() const { return ___handle_0; } inline int32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(int32_t value) { ___handle_0 = value; } }; // System.Runtime.InteropServices.InAttribute struct InAttribute_t7A70EB9EF1F01E6C3F189CE2B89EAB14C78AB83D : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // System.Runtime.InteropServices.OptionalAttribute struct OptionalAttribute_t9613B5775155FF16DDAC8B577061F32F238ED174 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Runtime.InteropServices.OutAttribute struct OutAttribute_t993A013085F642EF5C57EC86A6FA95C7BEFC8E25 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Security.Cryptography.PKCS1MaskGenerationMethod struct PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441 : public MaskGenerationMethod_t60144916594E810B8D6D1091ACE519A4F4E20A2E { public: // System.String System.Security.Cryptography.PKCS1MaskGenerationMethod::HashNameValue String_t* ___HashNameValue_0; public: inline static int32_t get_offset_of_HashNameValue_0() { return static_cast(offsetof(PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441, ___HashNameValue_0)); } inline String_t* get_HashNameValue_0() const { return ___HashNameValue_0; } inline String_t** get_address_of_HashNameValue_0() { return &___HashNameValue_0; } inline void set_HashNameValue_0(String_t* value) { ___HashNameValue_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___HashNameValue_0), (void*)value); } }; // System.Collections.Concurrent.PaddedHeadAndTail struct PaddedHeadAndTail_t8A7B91CEBB37B84E7FF3E985646C55FC707E7B03 { public: union { struct { union { #pragma pack(push, tp, 1) struct { char ___Head_0_OffsetPadding[128]; // System.Int32 System.Collections.Concurrent.PaddedHeadAndTail::Head int32_t ___Head_0; }; #pragma pack(pop, tp) struct { char ___Head_0_OffsetPadding_forAlignmentOnly[128]; int32_t ___Head_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___Tail_1_OffsetPadding[256]; // System.Int32 System.Collections.Concurrent.PaddedHeadAndTail::Tail int32_t ___Tail_1; }; #pragma pack(pop, tp) struct { char ___Tail_1_OffsetPadding_forAlignmentOnly[256]; int32_t ___Tail_1_forAlignmentOnly; }; }; }; uint8_t PaddedHeadAndTail_t8A7B91CEBB37B84E7FF3E985646C55FC707E7B03__padding[384]; }; public: inline static int32_t get_offset_of_Head_0() { return static_cast(offsetof(PaddedHeadAndTail_t8A7B91CEBB37B84E7FF3E985646C55FC707E7B03, ___Head_0)); } inline int32_t get_Head_0() const { return ___Head_0; } inline int32_t* get_address_of_Head_0() { return &___Head_0; } inline void set_Head_0(int32_t value) { ___Head_0 = value; } inline static int32_t get_offset_of_Tail_1() { return static_cast(offsetof(PaddedHeadAndTail_t8A7B91CEBB37B84E7FF3E985646C55FC707E7B03, ___Tail_1)); } inline int32_t get_Tail_1() const { return ___Tail_1; } inline int32_t* get_address_of_Tail_1() { return &___Tail_1; } inline void set_Tail_1(int32_t value) { ___Tail_1 = value; } }; // System.Threading.Tasks.ParallelLoopState32 struct ParallelLoopState32_tE8B6448A0D6AD981C1F34A3F0021419C02A74BBF : public ParallelLoopState_t59ED988EF9EE69D7BAF611EFF46AB61AE6A62C49 { public: // System.Threading.Tasks.ParallelLoopStateFlags32 System.Threading.Tasks.ParallelLoopState32::m_sharedParallelStateFlags ParallelLoopStateFlags32_tE14C230FA67145D03CE9AC57160161357F10C06D * ___m_sharedParallelStateFlags_1; // System.Int32 System.Threading.Tasks.ParallelLoopState32::m_currentIteration int32_t ___m_currentIteration_2; public: inline static int32_t get_offset_of_m_sharedParallelStateFlags_1() { return static_cast(offsetof(ParallelLoopState32_tE8B6448A0D6AD981C1F34A3F0021419C02A74BBF, ___m_sharedParallelStateFlags_1)); } inline ParallelLoopStateFlags32_tE14C230FA67145D03CE9AC57160161357F10C06D * get_m_sharedParallelStateFlags_1() const { return ___m_sharedParallelStateFlags_1; } inline ParallelLoopStateFlags32_tE14C230FA67145D03CE9AC57160161357F10C06D ** get_address_of_m_sharedParallelStateFlags_1() { return &___m_sharedParallelStateFlags_1; } inline void set_m_sharedParallelStateFlags_1(ParallelLoopStateFlags32_tE14C230FA67145D03CE9AC57160161357F10C06D * value) { ___m_sharedParallelStateFlags_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_sharedParallelStateFlags_1), (void*)value); } inline static int32_t get_offset_of_m_currentIteration_2() { return static_cast(offsetof(ParallelLoopState32_tE8B6448A0D6AD981C1F34A3F0021419C02A74BBF, ___m_currentIteration_2)); } inline int32_t get_m_currentIteration_2() const { return ___m_currentIteration_2; } inline int32_t* get_address_of_m_currentIteration_2() { return &___m_currentIteration_2; } inline void set_m_currentIteration_2(int32_t value) { ___m_currentIteration_2 = value; } }; // System.Threading.Tasks.ParallelLoopState64 struct ParallelLoopState64_t46D0AEDB6BFCE7D0537C7BF1ACAE8D3215F96B3D : public ParallelLoopState_t59ED988EF9EE69D7BAF611EFF46AB61AE6A62C49 { public: // System.Threading.Tasks.ParallelLoopStateFlags64 System.Threading.Tasks.ParallelLoopState64::m_sharedParallelStateFlags ParallelLoopStateFlags64_t02802E24D1F0704DE49049347A2CA48812E0E004 * ___m_sharedParallelStateFlags_1; // System.Int64 System.Threading.Tasks.ParallelLoopState64::m_currentIteration int64_t ___m_currentIteration_2; public: inline static int32_t get_offset_of_m_sharedParallelStateFlags_1() { return static_cast(offsetof(ParallelLoopState64_t46D0AEDB6BFCE7D0537C7BF1ACAE8D3215F96B3D, ___m_sharedParallelStateFlags_1)); } inline ParallelLoopStateFlags64_t02802E24D1F0704DE49049347A2CA48812E0E004 * get_m_sharedParallelStateFlags_1() const { return ___m_sharedParallelStateFlags_1; } inline ParallelLoopStateFlags64_t02802E24D1F0704DE49049347A2CA48812E0E004 ** get_address_of_m_sharedParallelStateFlags_1() { return &___m_sharedParallelStateFlags_1; } inline void set_m_sharedParallelStateFlags_1(ParallelLoopStateFlags64_t02802E24D1F0704DE49049347A2CA48812E0E004 * value) { ___m_sharedParallelStateFlags_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_sharedParallelStateFlags_1), (void*)value); } inline static int32_t get_offset_of_m_currentIteration_2() { return static_cast(offsetof(ParallelLoopState64_t46D0AEDB6BFCE7D0537C7BF1ACAE8D3215F96B3D, ___m_currentIteration_2)); } inline int64_t get_m_currentIteration_2() const { return ___m_currentIteration_2; } inline int64_t* get_address_of_m_currentIteration_2() { return &___m_currentIteration_2; } inline void set_m_currentIteration_2(int64_t value) { ___m_currentIteration_2 = value; } }; // System.ParamArrayAttribute struct ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA { public: // System.Boolean[] System.Reflection.ParameterModifier::_byRef BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ____byRef_0; public: inline static int32_t get_offset_of__byRef_0() { return static_cast(offsetof(ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA, ____byRef_0)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get__byRef_0() const { return ____byRef_0; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of__byRef_0() { return &____byRef_0; } inline void set__byRef_0(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ____byRef_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____byRef_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_pinvoke { int32_t* ____byRef_0; }; // Native definition for COM marshalling of System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_com { int32_t* ____byRef_0; }; // System.ParamsArray struct ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB { public: // System.Object System.ParamsArray::arg0 RuntimeObject * ___arg0_3; // System.Object System.ParamsArray::arg1 RuntimeObject * ___arg1_4; // System.Object System.ParamsArray::arg2 RuntimeObject * ___arg2_5; // System.Object[] System.ParamsArray::args ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args_6; public: inline static int32_t get_offset_of_arg0_3() { return static_cast(offsetof(ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB, ___arg0_3)); } inline RuntimeObject * get_arg0_3() const { return ___arg0_3; } inline RuntimeObject ** get_address_of_arg0_3() { return &___arg0_3; } inline void set_arg0_3(RuntimeObject * value) { ___arg0_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___arg0_3), (void*)value); } inline static int32_t get_offset_of_arg1_4() { return static_cast(offsetof(ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB, ___arg1_4)); } inline RuntimeObject * get_arg1_4() const { return ___arg1_4; } inline RuntimeObject ** get_address_of_arg1_4() { return &___arg1_4; } inline void set_arg1_4(RuntimeObject * value) { ___arg1_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___arg1_4), (void*)value); } inline static int32_t get_offset_of_arg2_5() { return static_cast(offsetof(ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB, ___arg2_5)); } inline RuntimeObject * get_arg2_5() const { return ___arg2_5; } inline RuntimeObject ** get_address_of_arg2_5() { return &___arg2_5; } inline void set_arg2_5(RuntimeObject * value) { ___arg2_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___arg2_5), (void*)value); } inline static int32_t get_offset_of_args_6() { return static_cast(offsetof(ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB, ___args_6)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_args_6() const { return ___args_6; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_args_6() { return &___args_6; } inline void set_args_6(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___args_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___args_6), (void*)value); } }; struct ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_StaticFields { public: // System.Object[] System.ParamsArray::oneArgArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___oneArgArray_0; // System.Object[] System.ParamsArray::twoArgArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___twoArgArray_1; // System.Object[] System.ParamsArray::threeArgArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___threeArgArray_2; public: inline static int32_t get_offset_of_oneArgArray_0() { return static_cast(offsetof(ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_StaticFields, ___oneArgArray_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_oneArgArray_0() const { return ___oneArgArray_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_oneArgArray_0() { return &___oneArgArray_0; } inline void set_oneArgArray_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___oneArgArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___oneArgArray_0), (void*)value); } inline static int32_t get_offset_of_twoArgArray_1() { return static_cast(offsetof(ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_StaticFields, ___twoArgArray_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_twoArgArray_1() const { return ___twoArgArray_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_twoArgArray_1() { return &___twoArgArray_1; } inline void set_twoArgArray_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___twoArgArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___twoArgArray_1), (void*)value); } inline static int32_t get_offset_of_threeArgArray_2() { return static_cast(offsetof(ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_StaticFields, ___threeArgArray_2)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_threeArgArray_2() const { return ___threeArgArray_2; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_threeArgArray_2() { return &___threeArgArray_2; } inline void set_threeArgArray_2(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___threeArgArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___threeArgArray_2), (void*)value); } }; // Native definition for P/Invoke marshalling of System.ParamsArray struct ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_marshaled_pinvoke { Il2CppIUnknown* ___arg0_3; Il2CppIUnknown* ___arg1_4; Il2CppIUnknown* ___arg2_5; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args_6; }; // Native definition for COM marshalling of System.ParamsArray struct ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_marshaled_com { Il2CppIUnknown* ___arg0_3; Il2CppIUnknown* ___arg1_4; Il2CppIUnknown* ___arg2_5; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args_6; }; // System.Security.Cryptography.PasswordDeriveBytes struct PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 : public DeriveBytes_t97ADF04B17F93C92331F0F90B67C9E6C5EB014FD { public: // System.Int32 System.Security.Cryptography.PasswordDeriveBytes::_extraCount int32_t ____extraCount_0; // System.Int32 System.Security.Cryptography.PasswordDeriveBytes::_prefix int32_t ____prefix_1; // System.Int32 System.Security.Cryptography.PasswordDeriveBytes::_iterations int32_t ____iterations_2; // System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::_baseValue ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____baseValue_3; // System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::_extra ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____extra_4; // System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::_salt ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____salt_5; // System.String System.Security.Cryptography.PasswordDeriveBytes::_hashName String_t* ____hashName_6; // System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::_password ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____password_7; // System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.PasswordDeriveBytes::_hash HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * ____hash_8; public: inline static int32_t get_offset_of__extraCount_0() { return static_cast(offsetof(PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873, ____extraCount_0)); } inline int32_t get__extraCount_0() const { return ____extraCount_0; } inline int32_t* get_address_of__extraCount_0() { return &____extraCount_0; } inline void set__extraCount_0(int32_t value) { ____extraCount_0 = value; } inline static int32_t get_offset_of__prefix_1() { return static_cast(offsetof(PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873, ____prefix_1)); } inline int32_t get__prefix_1() const { return ____prefix_1; } inline int32_t* get_address_of__prefix_1() { return &____prefix_1; } inline void set__prefix_1(int32_t value) { ____prefix_1 = value; } inline static int32_t get_offset_of__iterations_2() { return static_cast(offsetof(PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873, ____iterations_2)); } inline int32_t get__iterations_2() const { return ____iterations_2; } inline int32_t* get_address_of__iterations_2() { return &____iterations_2; } inline void set__iterations_2(int32_t value) { ____iterations_2 = value; } inline static int32_t get_offset_of__baseValue_3() { return static_cast(offsetof(PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873, ____baseValue_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__baseValue_3() const { return ____baseValue_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__baseValue_3() { return &____baseValue_3; } inline void set__baseValue_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____baseValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____baseValue_3), (void*)value); } inline static int32_t get_offset_of__extra_4() { return static_cast(offsetof(PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873, ____extra_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__extra_4() const { return ____extra_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__extra_4() { return &____extra_4; } inline void set__extra_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____extra_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____extra_4), (void*)value); } inline static int32_t get_offset_of__salt_5() { return static_cast(offsetof(PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873, ____salt_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__salt_5() const { return ____salt_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__salt_5() { return &____salt_5; } inline void set__salt_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____salt_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____salt_5), (void*)value); } inline static int32_t get_offset_of__hashName_6() { return static_cast(offsetof(PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873, ____hashName_6)); } inline String_t* get__hashName_6() const { return ____hashName_6; } inline String_t** get_address_of__hashName_6() { return &____hashName_6; } inline void set__hashName_6(String_t* value) { ____hashName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____hashName_6), (void*)value); } inline static int32_t get_offset_of__password_7() { return static_cast(offsetof(PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873, ____password_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__password_7() const { return ____password_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__password_7() { return &____password_7; } inline void set__password_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____password_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____password_7), (void*)value); } inline static int32_t get_offset_of__hash_8() { return static_cast(offsetof(PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873, ____hash_8)); } inline HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * get__hash_8() const { return ____hash_8; } inline HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 ** get_address_of__hash_8() { return &____hash_8; } inline void set__hash_8(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * value) { ____hash_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____hash_8), (void*)value); } }; // System.Runtime.ConstrainedExecution.PrePrepareMethodAttribute struct PrePrepareMethodAttribute_t1AAC53736A3CC5D354702CBD6E20176AD663ADC8 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Runtime.InteropServices.PreserveSigAttribute struct PreserveSigAttribute_t7242C5AFDC267ABED85699B12E42FD4AF45307D1 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; // System.Runtime.Remoting.Proxies.ProxyAttribute struct ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Globalization.Punycode struct Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513 : public Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882 { public: public: }; // System.Security.Cryptography.RIPEMD160 struct RIPEMD160_tC46FCE0C691B3F2E543969F484A39F7B3B6600C0 : public HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 { public: public: }; // System.Runtime.Remoting.Proxies.RealProxy struct RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 : public RuntimeObject { public: // System.Type System.Runtime.Remoting.Proxies.RealProxy::class_to_proxy Type_t * ___class_to_proxy_0; // System.Runtime.Remoting.Contexts.Context System.Runtime.Remoting.Proxies.RealProxy::_targetContext Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ____targetContext_1; // System.MarshalByRefObject System.Runtime.Remoting.Proxies.RealProxy::_server MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ____server_2; // System.Int32 System.Runtime.Remoting.Proxies.RealProxy::_targetDomainId int32_t ____targetDomainId_3; // System.String System.Runtime.Remoting.Proxies.RealProxy::_targetUri String_t* ____targetUri_4; // System.Runtime.Remoting.Identity System.Runtime.Remoting.Proxies.RealProxy::_objectIdentity Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ____objectIdentity_5; // System.Object System.Runtime.Remoting.Proxies.RealProxy::_objTP RuntimeObject * ____objTP_6; // System.Object System.Runtime.Remoting.Proxies.RealProxy::_stubData RuntimeObject * ____stubData_7; public: inline static int32_t get_offset_of_class_to_proxy_0() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ___class_to_proxy_0)); } inline Type_t * get_class_to_proxy_0() const { return ___class_to_proxy_0; } inline Type_t ** get_address_of_class_to_proxy_0() { return &___class_to_proxy_0; } inline void set_class_to_proxy_0(Type_t * value) { ___class_to_proxy_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___class_to_proxy_0), (void*)value); } inline static int32_t get_offset_of__targetContext_1() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ____targetContext_1)); } inline Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * get__targetContext_1() const { return ____targetContext_1; } inline Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 ** get_address_of__targetContext_1() { return &____targetContext_1; } inline void set__targetContext_1(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * value) { ____targetContext_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____targetContext_1), (void*)value); } inline static int32_t get_offset_of__server_2() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ____server_2)); } inline MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * get__server_2() const { return ____server_2; } inline MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 ** get_address_of__server_2() { return &____server_2; } inline void set__server_2(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * value) { ____server_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____server_2), (void*)value); } inline static int32_t get_offset_of__targetDomainId_3() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ____targetDomainId_3)); } inline int32_t get__targetDomainId_3() const { return ____targetDomainId_3; } inline int32_t* get_address_of__targetDomainId_3() { return &____targetDomainId_3; } inline void set__targetDomainId_3(int32_t value) { ____targetDomainId_3 = value; } inline static int32_t get_offset_of__targetUri_4() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ____targetUri_4)); } inline String_t* get__targetUri_4() const { return ____targetUri_4; } inline String_t** get_address_of__targetUri_4() { return &____targetUri_4; } inline void set__targetUri_4(String_t* value) { ____targetUri_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____targetUri_4), (void*)value); } inline static int32_t get_offset_of__objectIdentity_5() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ____objectIdentity_5)); } inline Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * get__objectIdentity_5() const { return ____objectIdentity_5; } inline Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 ** get_address_of__objectIdentity_5() { return &____objectIdentity_5; } inline void set__objectIdentity_5(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * value) { ____objectIdentity_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____objectIdentity_5), (void*)value); } inline static int32_t get_offset_of__objTP_6() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ____objTP_6)); } inline RuntimeObject * get__objTP_6() const { return ____objTP_6; } inline RuntimeObject ** get_address_of__objTP_6() { return &____objTP_6; } inline void set__objTP_6(RuntimeObject * value) { ____objTP_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____objTP_6), (void*)value); } inline static int32_t get_offset_of__stubData_7() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ____stubData_7)); } inline RuntimeObject * get__stubData_7() const { return ____stubData_7; } inline RuntimeObject ** get_address_of__stubData_7() { return &____stubData_7; } inline void set__stubData_7(RuntimeObject * value) { ____stubData_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stubData_7), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.Remoting.Proxies.RealProxy struct RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshaled_pinvoke { Type_t * ___class_to_proxy_0; Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_pinvoke* ____targetContext_1; MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke ____server_2; int32_t ____targetDomainId_3; char* ____targetUri_4; Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ____objectIdentity_5; Il2CppIUnknown* ____objTP_6; Il2CppIUnknown* ____stubData_7; }; // Native definition for COM marshalling of System.Runtime.Remoting.Proxies.RealProxy struct RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshaled_com { Type_t * ___class_to_proxy_0; Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_com* ____targetContext_1; MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com* ____server_2; int32_t ____targetDomainId_3; Il2CppChar* ____targetUri_4; Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ____objectIdentity_5; Il2CppIUnknown* ____objTP_6; Il2CppIUnknown* ____stubData_7; }; // System.SByte struct SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.Threading.SpinWait struct SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 { public: // System.Int32 System.Threading.SpinWait::m_count int32_t ___m_count_0; public: inline static int32_t get_offset_of_m_count_0() { return static_cast(offsetof(SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9, ___m_count_0)); } inline int32_t get_m_count_0() const { return ___m_count_0; } inline int32_t* get_address_of_m_count_0() { return &___m_count_0; } inline void set_m_count_0(int32_t value) { ___m_count_0 = value; } }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.UIntPtr struct UIntPtr_t { public: // System.Void* System.UIntPtr::_pointer void* ____pointer_1; public: inline static int32_t get_offset_of__pointer_1() { return static_cast(offsetof(UIntPtr_t, ____pointer_1)); } inline void* get__pointer_1() const { return ____pointer_1; } inline void** get_address_of__pointer_1() { return &____pointer_1; } inline void set__pointer_1(void* value) { ____pointer_1 = value; } }; struct UIntPtr_t_StaticFields { public: // System.UIntPtr System.UIntPtr::Zero uintptr_t ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(UIntPtr_t_StaticFields, ___Zero_0)); } inline uintptr_t get_Zero_0() const { return ___Zero_0; } inline uintptr_t* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(uintptr_t value) { ___Zero_0 = value; } }; // System.Text.UTF8Encoding struct UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 : public Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 { public: // System.Boolean System.Text.UTF8Encoding::emitUTF8Identifier bool ___emitUTF8Identifier_62; // System.Boolean System.Text.UTF8Encoding::isThrowException bool ___isThrowException_63; public: inline static int32_t get_offset_of_emitUTF8Identifier_62() { return static_cast(offsetof(UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282, ___emitUTF8Identifier_62)); } inline bool get_emitUTF8Identifier_62() const { return ___emitUTF8Identifier_62; } inline bool* get_address_of_emitUTF8Identifier_62() { return &___emitUTF8Identifier_62; } inline void set_emitUTF8Identifier_62(bool value) { ___emitUTF8Identifier_62 = value; } inline static int32_t get_offset_of_isThrowException_63() { return static_cast(offsetof(UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282, ___isThrowException_63)); } inline bool get_isThrowException_63() const { return ___isThrowException_63; } inline bool* get_address_of_isThrowException_63() { return &___isThrowException_63; } inline void set_isThrowException_63(bool value) { ___isThrowException_63 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // System.__DTString struct __DTString_t594255B76730E715A2A5655F8238B0029484B27A { public: // System.String System.__DTString::Value String_t* ___Value_0; // System.Int32 System.__DTString::Index int32_t ___Index_1; // System.Int32 System.__DTString::len int32_t ___len_2; // System.Char System.__DTString::m_current Il2CppChar ___m_current_3; // System.Globalization.CompareInfo System.__DTString::m_info CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___m_info_4; // System.Boolean System.__DTString::m_checkDigitToken bool ___m_checkDigitToken_5; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(__DTString_t594255B76730E715A2A5655F8238B0029484B27A, ___Value_0)); } inline String_t* get_Value_0() const { return ___Value_0; } inline String_t** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(String_t* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } inline static int32_t get_offset_of_Index_1() { return static_cast(offsetof(__DTString_t594255B76730E715A2A5655F8238B0029484B27A, ___Index_1)); } inline int32_t get_Index_1() const { return ___Index_1; } inline int32_t* get_address_of_Index_1() { return &___Index_1; } inline void set_Index_1(int32_t value) { ___Index_1 = value; } inline static int32_t get_offset_of_len_2() { return static_cast(offsetof(__DTString_t594255B76730E715A2A5655F8238B0029484B27A, ___len_2)); } inline int32_t get_len_2() const { return ___len_2; } inline int32_t* get_address_of_len_2() { return &___len_2; } inline void set_len_2(int32_t value) { ___len_2 = value; } inline static int32_t get_offset_of_m_current_3() { return static_cast(offsetof(__DTString_t594255B76730E715A2A5655F8238B0029484B27A, ___m_current_3)); } inline Il2CppChar get_m_current_3() const { return ___m_current_3; } inline Il2CppChar* get_address_of_m_current_3() { return &___m_current_3; } inline void set_m_current_3(Il2CppChar value) { ___m_current_3 = value; } inline static int32_t get_offset_of_m_info_4() { return static_cast(offsetof(__DTString_t594255B76730E715A2A5655F8238B0029484B27A, ___m_info_4)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_m_info_4() const { return ___m_info_4; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_m_info_4() { return &___m_info_4; } inline void set_m_info_4(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___m_info_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_info_4), (void*)value); } inline static int32_t get_offset_of_m_checkDigitToken_5() { return static_cast(offsetof(__DTString_t594255B76730E715A2A5655F8238B0029484B27A, ___m_checkDigitToken_5)); } inline bool get_m_checkDigitToken_5() const { return ___m_checkDigitToken_5; } inline bool* get_address_of_m_checkDigitToken_5() { return &___m_checkDigitToken_5; } inline void set_m_checkDigitToken_5(bool value) { ___m_checkDigitToken_5 = value; } }; struct __DTString_t594255B76730E715A2A5655F8238B0029484B27A_StaticFields { public: // System.Char[] System.__DTString::WhiteSpaceChecks CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___WhiteSpaceChecks_6; public: inline static int32_t get_offset_of_WhiteSpaceChecks_6() { return static_cast(offsetof(__DTString_t594255B76730E715A2A5655F8238B0029484B27A_StaticFields, ___WhiteSpaceChecks_6)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_WhiteSpaceChecks_6() const { return ___WhiteSpaceChecks_6; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_WhiteSpaceChecks_6() { return &___WhiteSpaceChecks_6; } inline void set_WhiteSpaceChecks_6(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___WhiteSpaceChecks_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___WhiteSpaceChecks_6), (void*)value); } }; // Native definition for P/Invoke marshalling of System.__DTString struct __DTString_t594255B76730E715A2A5655F8238B0029484B27A_marshaled_pinvoke { char* ___Value_0; int32_t ___Index_1; int32_t ___len_2; uint8_t ___m_current_3; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___m_info_4; int32_t ___m_checkDigitToken_5; }; // Native definition for COM marshalling of System.__DTString struct __DTString_t594255B76730E715A2A5655F8238B0029484B27A_marshaled_com { Il2CppChar* ___Value_0; int32_t ___Index_1; int32_t ___len_2; uint8_t ___m_current_3; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___m_info_4; int32_t ___m_checkDigitToken_5; }; // /__StaticArrayInitTypeSize=10 struct __StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3__padding[10]; }; public: }; // /__StaticArrayInitTypeSize=1018 struct __StaticArrayInitTypeSizeU3D1018_tC210B7B033B7D52771288C82C8E6DA21074FF7F3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1018_tC210B7B033B7D52771288C82C8E6DA21074FF7F3__padding[1018]; }; public: }; // /__StaticArrayInitTypeSize=1080 struct __StaticArrayInitTypeSizeU3D1080_tDD425A5824CFEEBEB897380BE535A4D579DD8DEB { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1080_tDD425A5824CFEEBEB897380BE535A4D579DD8DEB__padding[1080]; }; public: }; // /__StaticArrayInitTypeSize=11614 struct __StaticArrayInitTypeSizeU3D11614_t7947936AE0A455E7877908DB7A291DEE37965F6F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D11614_t7947936AE0A455E7877908DB7A291DEE37965F6F__padding[11614]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=120 struct __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1__padding[120]; }; public: }; // /__StaticArrayInitTypeSize=1208 struct __StaticArrayInitTypeSizeU3D1208_t7747605A5C3CD826A11C4196CCE9CF1996C344DF { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1208_t7747605A5C3CD826A11C4196CCE9CF1996C344DF__padding[1208]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_t0E65F82715F120C2585C93F35BFA548913720A71 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_t0E65F82715F120C2585C93F35BFA548913720A71__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=130 struct __StaticArrayInitTypeSizeU3D130_tF56FBBACF53AE9A551B962978B48A914536B6871 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D130_tF56FBBACF53AE9A551B962978B48A914536B6871__padding[130]; }; public: }; // /__StaticArrayInitTypeSize=14 struct __StaticArrayInitTypeSizeU3D14_t58382FABCFF20B34E4335B9667A964111AE4E194 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D14_t58382FABCFF20B34E4335B9667A964111AE4E194__padding[14]; }; public: }; // /__StaticArrayInitTypeSize=1450 struct __StaticArrayInitTypeSizeU3D1450_tAC1EF3610F74C31313DF1ADF3AC9D9A2A9EC2912 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1450_tAC1EF3610F74C31313DF1ADF3AC9D9A2A9EC2912__padding[1450]; }; public: }; // /__StaticArrayInitTypeSize=1472 struct __StaticArrayInitTypeSizeU3D1472_t51B459D4503F6B2C433F0233D96F4F6C3D3A3EA5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1472_t51B459D4503F6B2C433F0233D96F4F6C3D3A3EA5__padding[1472]; }; public: }; // /__StaticArrayInitTypeSize=16 struct __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26__padding[16]; }; public: }; // /__StaticArrayInitTypeSize=162 struct __StaticArrayInitTypeSizeU3D162_t11E10480FC4E2E4875323D07CD37B68D7040BD28 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D162_t11E10480FC4E2E4875323D07CD37B68D7040BD28__padding[162]; }; public: }; // /__StaticArrayInitTypeSize=1665 struct __StaticArrayInitTypeSizeU3D1665_tF300201390474873919B6C58C810DFAC718FE0F4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1665_tF300201390474873919B6C58C810DFAC718FE0F4__padding[1665]; }; public: }; // /__StaticArrayInitTypeSize=174 struct __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337__padding[174]; }; public: }; // /__StaticArrayInitTypeSize=20 struct __StaticArrayInitTypeSizeU3D20_t735EA379E123E08388D8386A18E85ECAD294CFF6 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_t735EA379E123E08388D8386A18E85ECAD294CFF6__padding[20]; }; public: }; // /__StaticArrayInitTypeSize=2048 struct __StaticArrayInitTypeSizeU3D2048_t4D6495D6F302422AB0E0702BD59E1A1BCD9A70CC { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2048_t4D6495D6F302422AB0E0702BD59E1A1BCD9A70CC__padding[2048]; }; public: }; // /__StaticArrayInitTypeSize=2100 struct __StaticArrayInitTypeSizeU3D2100_t77017A2656678C6EE4571B84C9F635820AB583B0 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2100_t77017A2656678C6EE4571B84C9F635820AB583B0__padding[2100]; }; public: }; // /__StaticArrayInitTypeSize=212 struct __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43__padding[212]; }; public: }; // /__StaticArrayInitTypeSize=21252 struct __StaticArrayInitTypeSizeU3D21252_t7F9940F69151C8490439C5AC4C3E8F115E6EFDD0 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D21252_t7F9940F69151C8490439C5AC4C3E8F115E6EFDD0__padding[21252]; }; public: }; // /__StaticArrayInitTypeSize=2350 struct __StaticArrayInitTypeSizeU3D2350_t029525D9BCF84611FB610B9E4D13EE898E0B055D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2350_t029525D9BCF84611FB610B9E4D13EE898E0B055D__padding[2350]; }; public: }; // /__StaticArrayInitTypeSize=2382 struct __StaticArrayInitTypeSizeU3D2382_t7764CC6AFDCA682AEBA6E78440AD21978F0AB7B1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2382_t7764CC6AFDCA682AEBA6E78440AD21978F0AB7B1__padding[2382]; }; public: }; // /__StaticArrayInitTypeSize=24 struct __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC__padding[24]; }; public: }; // /__StaticArrayInitTypeSize=240 struct __StaticArrayInitTypeSizeU3D240_t15F96E63E1A6759D1754EA684441DA49B3724B5F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D240_t15F96E63E1A6759D1754EA684441DA49B3724B5F__padding[240]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=262 struct __StaticArrayInitTypeSizeU3D262_tF74EA0E2AEDDD20898E5779445ABF7802D23911A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D262_tF74EA0E2AEDDD20898E5779445ABF7802D23911A__padding[262]; }; public: }; // /__StaticArrayInitTypeSize=288 struct __StaticArrayInitTypeSizeU3D288_t901CBC2EE96C2C63E8B3C6D507136F8A55FF5566 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D288_t901CBC2EE96C2C63E8B3C6D507136F8A55FF5566__padding[288]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=3132 struct __StaticArrayInitTypeSizeU3D3132_t43AC3922481679300CBED40C5796987716392294 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3132_t43AC3922481679300CBED40C5796987716392294__padding[3132]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_t99C29E8FAFAAE5B1E3F1CB981F557B0AA62EA81B { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t99C29E8FAFAAE5B1E3F1CB981F557B0AA62EA81B__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=320 struct __StaticArrayInitTypeSizeU3D320_tBE0C4C66577D53F18D8BA69E43FDC69DFA003F8F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D320_tBE0C4C66577D53F18D8BA69E43FDC69DFA003F8F__padding[320]; }; public: }; // /__StaticArrayInitTypeSize=36 struct __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA__padding[36]; }; public: }; // /__StaticArrayInitTypeSize=360 struct __StaticArrayInitTypeSizeU3D360_t0E9DE21DD2818B844977C0B5AEFD0AF5FA812D79 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D360_t0E9DE21DD2818B844977C0B5AEFD0AF5FA812D79__padding[360]; }; public: }; // /__StaticArrayInitTypeSize=38 struct __StaticArrayInitTypeSizeU3D38_tCB70BC8DEB0D12487BC902760AFB250798B64F83 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D38_tCB70BC8DEB0D12487BC902760AFB250798B64F83__padding[38]; }; public: }; // /__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525__padding[40]; }; public: }; // /__StaticArrayInitTypeSize=4096 struct __StaticArrayInitTypeSizeU3D4096_t3FFDFDF345903D8A4CD14B8B098AD1A28B8F2686 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D4096_t3FFDFDF345903D8A4CD14B8B098AD1A28B8F2686__padding[4096]; }; public: }; // /__StaticArrayInitTypeSize=42 struct __StaticArrayInitTypeSizeU3D42_t9FC2D1D81E2853CF5D36635AB6A30DDDB9ABFECA { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D42_t9FC2D1D81E2853CF5D36635AB6A30DDDB9ABFECA__padding[42]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=48 struct __StaticArrayInitTypeSizeU3D48_t3179A068337457DC15B3197060DBE7C0D0C3F19C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_t3179A068337457DC15B3197060DBE7C0D0C3F19C__padding[48]; }; public: }; // /__StaticArrayInitTypeSize=52 struct __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD__padding[52]; }; public: }; // /__StaticArrayInitTypeSize=56 struct __StaticArrayInitTypeSizeU3D56_t0194A3E9F9222887566B1CF6C0E8E013295108CC { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D56_t0194A3E9F9222887566B1CF6C0E8E013295108CC__padding[56]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=64 struct __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668__padding[64]; }; public: }; // /__StaticArrayInitTypeSize=640 struct __StaticArrayInitTypeSizeU3D640_tA39E683FBE57CAFBC99F5CE8D3DE706FC7BD95F0 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D640_tA39E683FBE57CAFBC99F5CE8D3DE706FC7BD95F0__padding[640]; }; public: }; // /__StaticArrayInitTypeSize=72 struct __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2__padding[72]; }; public: }; // /__StaticArrayInitTypeSize=76 struct __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60__padding[76]; }; public: }; // /__StaticArrayInitTypeSize=82 struct __StaticArrayInitTypeSizeU3D82_t640F230A48BB0EADFD7AAD68E2C7CCFE04BD327C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D82_t640F230A48BB0EADFD7AAD68E2C7CCFE04BD327C__padding[82]; }; public: }; // /__StaticArrayInitTypeSize=84 struct __StaticArrayInitTypeSizeU3D84_t2EF20E9BBEB47B540AFCA64F09777DFD5E348454 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D84_t2EF20E9BBEB47B540AFCA64F09777DFD5E348454__padding[84]; }; public: }; // /__StaticArrayInitTypeSize=9 struct __StaticArrayInitTypeSizeU3D9_tF593610E6301C48DFBE5E1745552862A63B75E3C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D9_tF593610E6301C48DFBE5E1745552862A63B75E3C__padding[9]; }; public: }; // /__StaticArrayInitTypeSize=94 struct __StaticArrayInitTypeSizeU3D94_t52D6560B7A2023DDDFDCF4D8F6C226742520B4C7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D94_t52D6560B7A2023DDDFDCF4D8F6C226742520B4C7__padding[94]; }; public: }; // /__StaticArrayInitTypeSize=998 struct __StaticArrayInitTypeSizeU3D998_t4B160A0C233D0CAB065432B008AFE2E02CF05C4D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D998_t4B160A0C233D0CAB065432B008AFE2E02CF05C4D__padding[998]; }; public: }; // System.ParameterizedStrings/FormatParam struct FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE { public: // System.Int32 System.ParameterizedStrings/FormatParam::_int32 int32_t ____int32_0; // System.String System.ParameterizedStrings/FormatParam::_string String_t* ____string_1; public: inline static int32_t get_offset_of__int32_0() { return static_cast(offsetof(FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE, ____int32_0)); } inline int32_t get__int32_0() const { return ____int32_0; } inline int32_t* get_address_of__int32_0() { return &____int32_0; } inline void set__int32_0(int32_t value) { ____int32_0 = value; } inline static int32_t get_offset_of__string_1() { return static_cast(offsetof(FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE, ____string_1)); } inline String_t* get__string_1() const { return ____string_1; } inline String_t** get_address_of__string_1() { return &____string_1; } inline void set__string_1(String_t* value) { ____string_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____string_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.ParameterizedStrings/FormatParam struct FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE_marshaled_pinvoke { int32_t ____int32_0; char* ____string_1; }; // Native definition for COM marshalling of System.ParameterizedStrings/FormatParam struct FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE_marshaled_com { int32_t ____int32_0; Il2CppChar* ____string_1; }; // struct U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields { public: // /__StaticArrayInitTypeSize=256 ::0392525BCB01691D1F319D89F2C12BF93A478467 __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 ___0392525BCB01691D1F319D89F2C12BF93A478467_0; // /__StaticArrayInitTypeSize=72 ::0588059ACBD52F7EA2835882F977A9CF72EB9775 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; // /__StaticArrayInitTypeSize=84 ::0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C __StaticArrayInitTypeSizeU3D84_t2EF20E9BBEB47B540AFCA64F09777DFD5E348454 ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; // /__StaticArrayInitTypeSize=240 ::121EC59E23F7559B28D338D562528F6299C2DE22 __StaticArrayInitTypeSizeU3D240_t15F96E63E1A6759D1754EA684441DA49B3724B5F ___121EC59E23F7559B28D338D562528F6299C2DE22_3; // /__StaticArrayInitTypeSize=3 ::12D04472A8285260EA12FD3813CDFA9F2D2B548C __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; // /__StaticArrayInitTypeSize=3 ::13A35EF1A549297C70E2AD46045BBD2ECA17852D __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; // /__StaticArrayInitTypeSize=24 ::1730F09044E91DB8371B849EFF5E6D17BDE4AED0 __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; // /__StaticArrayInitTypeSize=3 ::1A84029C80CB5518379F199F53FF08A7B764F8FD __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; // /__StaticArrayInitTypeSize=4096 ::1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3 __StaticArrayInitTypeSizeU3D4096_t3FFDFDF345903D8A4CD14B8B098AD1A28B8F2686 ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; // /__StaticArrayInitTypeSize=2048 ::1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5 __StaticArrayInitTypeSizeU3D2048_t4D6495D6F302422AB0E0702BD59E1A1BCD9A70CC ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; // /__StaticArrayInitTypeSize=16 ::1FE6CE411858B3D864679DE2139FB081F08BFACD __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; // /__StaticArrayInitTypeSize=3 ::235D99572263B22ADFEE10FDA0C25E12F4D94FFC __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; // /__StaticArrayInitTypeSize=40 ::25420D0055076FA8D3E4DD96BC53AE24DE6E619F __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; // /__StaticArrayInitTypeSize=1208 ::25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E __StaticArrayInitTypeSizeU3D1208_t7747605A5C3CD826A11C4196CCE9CF1996C344DF ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; // /__StaticArrayInitTypeSize=42 ::29C1A61550F0E3260E1953D4FAD71C256218EF40 __StaticArrayInitTypeSizeU3D42_t9FC2D1D81E2853CF5D36635AB6A30DDDB9ABFECA ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; // /__StaticArrayInitTypeSize=12 ::2B33BEC8C30DFDC49DAFE20D3BDE19487850D717 __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; // /__StaticArrayInitTypeSize=36 ::2BA840FF6020B8FF623DBCB7188248CF853FAF4F __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; // /__StaticArrayInitTypeSize=72 ::2C840AFA48C27B9C05593E468C1232CA1CC74AFD __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; // /__StaticArrayInitTypeSize=16 ::2D1DA5BB407F0C11C3B5116196C0C6374D932B20 __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; // /__StaticArrayInitTypeSize=14 ::2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130 __StaticArrayInitTypeSizeU3D14_t58382FABCFF20B34E4335B9667A964111AE4E194 ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; // /__StaticArrayInitTypeSize=72 ::2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; // /__StaticArrayInitTypeSize=64 ::320B018758ECE3752FFEDBAEB1A6DB67C80B9359 __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; // /__StaticArrayInitTypeSize=72 ::34476C29F6F81C989CFCA42F7C06E84C66236834 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___34476C29F6F81C989CFCA42F7C06E84C66236834_22; // /__StaticArrayInitTypeSize=2382 ::35EED060772F2748D13B745DAEC8CD7BD3B87604 __StaticArrayInitTypeSizeU3D2382_t7764CC6AFDCA682AEBA6E78440AD21978F0AB7B1 ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; // /__StaticArrayInitTypeSize=38 ::375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3 __StaticArrayInitTypeSizeU3D38_tCB70BC8DEB0D12487BC902760AFB250798B64F83 ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; // /__StaticArrayInitTypeSize=1450 ::379C06C9E702D31469C29033F0DD63931EB349F5 __StaticArrayInitTypeSizeU3D1450_tAC1EF3610F74C31313DF1ADF3AC9D9A2A9EC2912 ___379C06C9E702D31469C29033F0DD63931EB349F5_25; // /__StaticArrayInitTypeSize=10 ::399BD13E240F33F808CA7940293D6EC4E6FD5A00 __StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; // /__StaticArrayInitTypeSize=72 ::39C9CE73C7B0619D409EF28344F687C1B5C130FE __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; // /__StaticArrayInitTypeSize=320 ::3C53AFB51FEC23491684C7BEDBC6D4E0F409F851 __StaticArrayInitTypeSizeU3D320_tBE0C4C66577D53F18D8BA69E43FDC69DFA003F8F ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; // /__StaticArrayInitTypeSize=3 ::3E3442C7396F3F2BB4C7348F4A2074C7DC677D68 __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; // /__StaticArrayInitTypeSize=12 ::3E823444D2DFECF0F90B436B88F02A533CB376F1 __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; // /__StaticArrayInitTypeSize=72 ::3FE6C283BCF384FD2C8789880DFF59664E2AB4A1 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; // /__StaticArrayInitTypeSize=1665 ::40981BAA39513E58B28DCF0103CC04DE2A0A0444 __StaticArrayInitTypeSizeU3D1665_tF300201390474873919B6C58C810DFAC718FE0F4 ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; // /__StaticArrayInitTypeSize=40 ::40E7C49413D261F3F38AD3A870C0AC69C8BDA048 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; // /__StaticArrayInitTypeSize=72 ::421EC7E82F2967DF6CA8C3605514DC6F29EE5845 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; // /__StaticArrayInitTypeSize=256 ::433175D38B13FFE177FDD661A309F1B528B3F6E2 __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; // /__StaticArrayInitTypeSize=120 ::46232052BC757E030490D851F265FB47FA100902 __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 ___46232052BC757E030490D851F265FB47FA100902_36; // /__StaticArrayInitTypeSize=72 ::4858DB4AA76D3933F1CA9E6712D4FDB16903F628 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; // /__StaticArrayInitTypeSize=48 ::4E3B533C39447AAEB59A8E48FABD7E15B5B5D195 __StaticArrayInitTypeSizeU3D48_t3179A068337457DC15B3197060DBE7C0D0C3F19C ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; // /__StaticArrayInitTypeSize=40 ::4F7A8890F332B22B8DE0BD29D36FA7364748D76A __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; // /__StaticArrayInitTypeSize=72 ::536422B321459B242ADED7240B7447E904E083E3 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___536422B321459B242ADED7240B7447E904E083E3_40; // /__StaticArrayInitTypeSize=1080 ::5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3 __StaticArrayInitTypeSizeU3D1080_tDD425A5824CFEEBEB897380BE535A4D579DD8DEB ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; // /__StaticArrayInitTypeSize=10 ::56DFA5053B3131883637F53219E7D88CCEF35949 __StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 ___56DFA5053B3131883637F53219E7D88CCEF35949_42; // /__StaticArrayInitTypeSize=3 ::57218C316B6921E2CD61027A2387EDC31A2D9471 __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 ___57218C316B6921E2CD61027A2387EDC31A2D9471_43; // /__StaticArrayInitTypeSize=40 ::57F320D62696EC99727E0FE2045A05F1289CC0C6 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; // /__StaticArrayInitTypeSize=212 ::594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3 __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; // /__StaticArrayInitTypeSize=36 ::5BBDF8058D4235C33F2E8DCF76004031B6187A2F __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; // /__StaticArrayInitTypeSize=288 ::5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF __StaticArrayInitTypeSizeU3D288_t901CBC2EE96C2C63E8B3C6D507136F8A55FF5566 ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; // /__StaticArrayInitTypeSize=72 ::5BFE2819B4778217C56416C7585FF0E56EBACD89 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; // /__StaticArrayInitTypeSize=52 ::5EDFD8200B7AD157878FBA46F22A1C345662F2E3 __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD ___5EDFD8200B7AD157878FBA46F22A1C345662F2E3_49; // /__StaticArrayInitTypeSize=128 ::609C0E8D8DA86A09D6013D301C86BA8782C16B8C __StaticArrayInitTypeSizeU3D128_t0E65F82715F120C2585C93F35BFA548913720A71 ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50; // /__StaticArrayInitTypeSize=48 ::62BAB0F245E66C3EB982CF5A7015F0A7C3382283 __StaticArrayInitTypeSizeU3D48_t3179A068337457DC15B3197060DBE7C0D0C3F19C ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_51; // /__StaticArrayInitTypeSize=2048 ::646036A65DECCD6835C914A46E6E44B729433B60 __StaticArrayInitTypeSizeU3D2048_t4D6495D6F302422AB0E0702BD59E1A1BCD9A70CC ___646036A65DECCD6835C914A46E6E44B729433B60_52; // /__StaticArrayInitTypeSize=40 ::65E32B4E150FD8D24B93B0D42A17F1DAD146162B __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_53; // /__StaticArrayInitTypeSize=52 ::6770974FEF1E98B9C1864370E2B5B786EB0EA39E __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_54; // /__StaticArrayInitTypeSize=72 ::67EEAD805D708D9AA4E14BF747E44CED801744F3 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___67EEAD805D708D9AA4E14BF747E44CED801744F3_55; // /__StaticArrayInitTypeSize=120 ::6C71197D228427B2864C69B357FEF73D8C9D59DF __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 ___6C71197D228427B2864C69B357FEF73D8C9D59DF_56; // /__StaticArrayInitTypeSize=16 ::6CEE45445AFD150B047A5866FFA76AA651CDB7B7 __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_57; // /__StaticArrayInitTypeSize=9 ::6D49C9D487D7AD3491ECE08732D68A593CC2038D __StaticArrayInitTypeSizeU3D9_tF593610E6301C48DFBE5E1745552862A63B75E3C ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_58; // /__StaticArrayInitTypeSize=2048 ::6D797C11E1D4FB68B6570CF2A92B792433527065 __StaticArrayInitTypeSizeU3D2048_t4D6495D6F302422AB0E0702BD59E1A1BCD9A70CC ___6D797C11E1D4FB68B6570CF2A92B792433527065_59; // /__StaticArrayInitTypeSize=3132 ::6E5DC824F803F8565AF31B42199DAE39FE7F4EA9 __StaticArrayInitTypeSizeU3D3132_t43AC3922481679300CBED40C5796987716392294 ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60; // /__StaticArrayInitTypeSize=76 ::6FC754859E4EC74E447048364B216D825C6F8FE7 __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 ___6FC754859E4EC74E447048364B216D825C6F8FE7_61; // /__StaticArrayInitTypeSize=40 ::704939CD172085D1295FCE3F1D92431D685D7AA2 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___704939CD172085D1295FCE3F1D92431D685D7AA2_62; // /__StaticArrayInitTypeSize=24 ::7088AAE49F0627B72729078DE6E3182DDCF8ED99 __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_63; // /__StaticArrayInitTypeSize=72 ::7341C933A70EAE383CC50C4B945ADB8E08F06737 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___7341C933A70EAE383CC50C4B945ADB8E08F06737_64; // /__StaticArrayInitTypeSize=3 ::736D39815215889F11249D9958F6ED12D37B9F57 __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 ___736D39815215889F11249D9958F6ED12D37B9F57_65; // /__StaticArrayInitTypeSize=1472 ::75E0C38E75E507EDE41C1C4F5F5612852B31A4EF __StaticArrayInitTypeSizeU3D1472_t51B459D4503F6B2C433F0233D96F4F6C3D3A3EA5 ___75E0C38E75E507EDE41C1C4F5F5612852B31A4EF_66; // /__StaticArrayInitTypeSize=4096 ::7F42F2EDC974BE29B2746957416ED1AEFA605F47 __StaticArrayInitTypeSizeU3D4096_t3FFDFDF345903D8A4CD14B8B098AD1A28B8F2686 ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_67; // /__StaticArrayInitTypeSize=40 ::7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_68; // /__StaticArrayInitTypeSize=21252 ::811A927B7DADD378BE60BBDE794B9277AA9B50EC __StaticArrayInitTypeSizeU3D21252_t7F9940F69151C8490439C5AC4C3E8F115E6EFDD0 ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_69; // /__StaticArrayInitTypeSize=36 ::81917F1E21F3C22B9F916994547A614FB03E968E __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA ___81917F1E21F3C22B9F916994547A614FB03E968E_70; // /__StaticArrayInitTypeSize=40 ::823566DA642D6EA356E15585921F2A4CA23D6760 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___823566DA642D6EA356E15585921F2A4CA23D6760_71; // /__StaticArrayInitTypeSize=12 ::82C2A59850B2E85BCE1A45A479537A384DF6098D __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 ___82C2A59850B2E85BCE1A45A479537A384DF6098D_72; // /__StaticArrayInitTypeSize=44 ::82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4 __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_73; // /__StaticArrayInitTypeSize=3 ::86F4F563FA2C61798AE6238D789139739428463A __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 ___86F4F563FA2C61798AE6238D789139739428463A_74; // /__StaticArrayInitTypeSize=40 ::871B9CF85DB352BAADF12BAE8F19857683E385AC __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___871B9CF85DB352BAADF12BAE8F19857683E385AC_75; // /__StaticArrayInitTypeSize=16 ::89A040451C8CC5C8FB268BE44BDD74964C104155 __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 ___89A040451C8CC5C8FB268BE44BDD74964C104155_76; // /__StaticArrayInitTypeSize=3 ::8AEFB06C426E07A0A671A1E2488B4858D694A730 __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 ___8AEFB06C426E07A0A671A1E2488B4858D694A730_77; // /__StaticArrayInitTypeSize=40 ::8CAA092E783257106251246FF5C97F88D28517A6 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___8CAA092E783257106251246FF5C97F88D28517A6_78; // /__StaticArrayInitTypeSize=2100 ::8D231DD55FE1AD7631BBD0905A17D5EB616C2154 __StaticArrayInitTypeSizeU3D2100_t77017A2656678C6EE4571B84C9F635820AB583B0 ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_79; // /__StaticArrayInitTypeSize=40 ::8E10AC2F34545DFBBF3FCBC06055D797A8C99991 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_80; // /__StaticArrayInitTypeSize=256 ::8F22C9ECE1331718CBD268A9BBFD2F5E451441E3 __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_81; // /__StaticArrayInitTypeSize=640 ::90A0542282A011472F94E97CEAE59F8B3B1A3291 __StaticArrayInitTypeSizeU3D640_tA39E683FBE57CAFBC99F5CE8D3DE706FC7BD95F0 ___90A0542282A011472F94E97CEAE59F8B3B1A3291_82; // /__StaticArrayInitTypeSize=12 ::93A63E90605400F34B49F0EB3361D23C89164BDA __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 ___93A63E90605400F34B49F0EB3361D23C89164BDA_83; // /__StaticArrayInitTypeSize=72 ::94841DD2F330CCB1089BF413E4FA9B04505152E2 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___94841DD2F330CCB1089BF413E4FA9B04505152E2_84; // /__StaticArrayInitTypeSize=12 ::95264589E48F94B7857CFF398FB72A537E13EEE2 __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 ___95264589E48F94B7857CFF398FB72A537E13EEE2_85; // /__StaticArrayInitTypeSize=72 ::95C48758CAE1715783472FB073AB158AB8A0AB2A __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___95C48758CAE1715783472FB073AB158AB8A0AB2A_86; // /__StaticArrayInitTypeSize=72 ::973417296623D8DC6961B09664E54039E44CA5D8 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___973417296623D8DC6961B09664E54039E44CA5D8_87; // /__StaticArrayInitTypeSize=3 ::97FB30C84FF4A41CD4625B44B2940BFC8DB43003 __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_88; // /__StaticArrayInitTypeSize=4096 ::99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24 __StaticArrayInitTypeSizeU3D4096_t3FFDFDF345903D8A4CD14B8B098AD1A28B8F2686 ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_89; // /__StaticArrayInitTypeSize=64 ::9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5 __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_90; // /__StaticArrayInitTypeSize=3 ::9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88 __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_91; // /__StaticArrayInitTypeSize=40 ::A0074C15377C0C870B055927403EA9FA7A349D12 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___A0074C15377C0C870B055927403EA9FA7A349D12_92; // /__StaticArrayInitTypeSize=130 ::A1319B706116AB2C6D44483F60A7D0ACEA543396 __StaticArrayInitTypeSizeU3D130_tF56FBBACF53AE9A551B962978B48A914536B6871 ___A1319B706116AB2C6D44483F60A7D0ACEA543396_93; // System.Int64 ::A13AA52274D951A18029131A8DDECF76B569A15D int64_t ___A13AA52274D951A18029131A8DDECF76B569A15D_94; // /__StaticArrayInitTypeSize=3 ::A323DB0813C4D072957BA6FDA79D9776674CD06B __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 ___A323DB0813C4D072957BA6FDA79D9776674CD06B_95; // /__StaticArrayInitTypeSize=212 ::A5444763673307F6828C748D4B9708CFC02B0959 __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 ___A5444763673307F6828C748D4B9708CFC02B0959_96; // /__StaticArrayInitTypeSize=72 ::A6732F8E7FC23766AB329B492D6BF82E3B33233F __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_97; // /__StaticArrayInitTypeSize=174 ::A705A106D95282BD15E13EEA6B0AF583FF786D83 __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 ___A705A106D95282BD15E13EEA6B0AF583FF786D83_98; // /__StaticArrayInitTypeSize=1018 ::A8A491E4CED49AE0027560476C10D933CE70C8DF __StaticArrayInitTypeSizeU3D1018_tC210B7B033B7D52771288C82C8E6DA21074FF7F3 ___A8A491E4CED49AE0027560476C10D933CE70C8DF_99; // /__StaticArrayInitTypeSize=72 ::AC791C4F39504D1184B73478943D0636258DA7B1 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___AC791C4F39504D1184B73478943D0636258DA7B1_100; // /__StaticArrayInitTypeSize=52 ::AFCD4E1211233E99373A3367B23105A3D624B1F2 __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD ___AFCD4E1211233E99373A3367B23105A3D624B1F2_101; // /__StaticArrayInitTypeSize=40 ::B472ED77CB3B2A66D49D179F1EE2081B70A6AB61 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_102; // /__StaticArrayInitTypeSize=16 ::B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_103; // /__StaticArrayInitTypeSize=256 ::B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_104; // /__StaticArrayInitTypeSize=4096 ::B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B __StaticArrayInitTypeSizeU3D4096_t3FFDFDF345903D8A4CD14B8B098AD1A28B8F2686 ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_105; // /__StaticArrayInitTypeSize=998 ::B881DA88BE0B68D8A6B6B6893822586B8B2CFC45 __StaticArrayInitTypeSizeU3D998_t4B160A0C233D0CAB065432B008AFE2E02CF05C4D ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_106; // /__StaticArrayInitTypeSize=162 ::B8864ACB9DD69E3D42151513C840AAE270BF21C8 __StaticArrayInitTypeSizeU3D162_t11E10480FC4E2E4875323D07CD37B68D7040BD28 ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_107; // /__StaticArrayInitTypeSize=360 ::B8F87834C3597B2EEF22BA6D3A392CC925636401 __StaticArrayInitTypeSizeU3D360_t0E9DE21DD2818B844977C0B5AEFD0AF5FA812D79 ___B8F87834C3597B2EEF22BA6D3A392CC925636401_108; // /__StaticArrayInitTypeSize=72 ::B9B670F134A59FB1107AF01A9FE8F8E3980B3093 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_109; // /__StaticArrayInitTypeSize=20 ::BE1BDEC0AA74B4DCB079943E70528096CCA985F8 __StaticArrayInitTypeSizeU3D20_t735EA379E123E08388D8386A18E85ECAD294CFF6 ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_110; // /__StaticArrayInitTypeSize=72 ::BEBC9ECC660A13EFC359BA3383411F698CFF25DB __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_111; // /__StaticArrayInitTypeSize=40 ::BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_112; // /__StaticArrayInitTypeSize=3 ::BF477463CE2F5EF38FC4C644BBBF4DF109E7670A __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_113; // /__StaticArrayInitTypeSize=6 ::BF5EB60806ECB74EE484105DD9D6F463BF994867 __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 ___BF5EB60806ECB74EE484105DD9D6F463BF994867_114; // System.Int64 ::C1A1100642BA9685B30A84D97348484E14AA1865 int64_t ___C1A1100642BA9685B30A84D97348484E14AA1865_115; // /__StaticArrayInitTypeSize=16 ::C6F364A0AD934EFED8909446C215752E565D77C1 __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 ___C6F364A0AD934EFED8909446C215752E565D77C1_116; // /__StaticArrayInitTypeSize=174 ::CE5835130F5277F63D716FC9115526B0AC68FFAD __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 ___CE5835130F5277F63D716FC9115526B0AC68FFAD_117; // /__StaticArrayInitTypeSize=6 ::CE93C35B755802BC4B3D180716B048FC61701EF7 __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 ___CE93C35B755802BC4B3D180716B048FC61701EF7_118; // /__StaticArrayInitTypeSize=64 ::CF0B42666EF5E37EDEA0AB8E173E42C196D03814 __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_119; // /__StaticArrayInitTypeSize=256 ::D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7 __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_120; // /__StaticArrayInitTypeSize=32 ::D117188BE8D4609C0D531C51B0BB911A4219DEBE __StaticArrayInitTypeSizeU3D32_t99C29E8FAFAAE5B1E3F1CB981F557B0AA62EA81B ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_121; // /__StaticArrayInitTypeSize=32 ::D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE __StaticArrayInitTypeSizeU3D32_t99C29E8FAFAAE5B1E3F1CB981F557B0AA62EA81B ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_122; // /__StaticArrayInitTypeSize=256 ::D2C5BAE967587C6F3D9F2C4551911E0575A1101F __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_123; // /__StaticArrayInitTypeSize=82 ::D76478B994B312CD022DCA207AA2254880D2FCC9 __StaticArrayInitTypeSizeU3D82_t640F230A48BB0EADFD7AAD68E2C7CCFE04BD327C ___D76478B994B312CD022DCA207AA2254880D2FCC9_124; // /__StaticArrayInitTypeSize=44 ::D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636 __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_125; // /__StaticArrayInitTypeSize=76 ::DA19DB47B583EFCF7825D2E39D661D2354F28219 __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 ___DA19DB47B583EFCF7825D2E39D661D2354F28219_126; // /__StaticArrayInitTypeSize=56 ::DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82 __StaticArrayInitTypeSizeU3D56_t0194A3E9F9222887566B1CF6C0E8E013295108CC ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_127; // /__StaticArrayInitTypeSize=52 ::DD3AEFEADB1CD615F3017763F1568179FEE640B0 __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_128; // /__StaticArrayInitTypeSize=36 ::E1827270A5FE1C85F5352A66FD87BA747213D006 __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA ___E1827270A5FE1C85F5352A66FD87BA747213D006_129; // /__StaticArrayInitTypeSize=40 ::E45BAB43F7D5D038672B3E3431F92E34A7AF2571 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_130; // /__StaticArrayInitTypeSize=64 ::E75835D001C843F156FBA01B001DFE1B8029AC17 __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 ___E75835D001C843F156FBA01B001DFE1B8029AC17_131; // /__StaticArrayInitTypeSize=52 ::E92B39D8233061927D9ACDE54665E68E7535635A __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD ___E92B39D8233061927D9ACDE54665E68E7535635A_132; // /__StaticArrayInitTypeSize=12 ::EA9506959484C55CFE0C139C624DF6060E285866 __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 ___EA9506959484C55CFE0C139C624DF6060E285866_133; // /__StaticArrayInitTypeSize=262 ::EB5E9A80A40096AB74D2E226650C7258D7BC5E9D __StaticArrayInitTypeSizeU3D262_tF74EA0E2AEDDD20898E5779445ABF7802D23911A ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_134; // /__StaticArrayInitTypeSize=64 ::EBF68F411848D603D059DFDEA2321C5A5EA78044 __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 ___EBF68F411848D603D059DFDEA2321C5A5EA78044_135; // /__StaticArrayInitTypeSize=10 ::EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11 __StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_136; // /__StaticArrayInitTypeSize=3 ::EC83FB16C20052BEE2B4025159BC2ED45C9C70C3 __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_137; // /__StaticArrayInitTypeSize=72 ::EC89C317EA2BF49A70EFF5E89C691E34733D7C37 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_138; // /__StaticArrayInitTypeSize=40 ::F06E829E62F3AFBC045D064E10A4F5DF7C969612 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_139; // /__StaticArrayInitTypeSize=11614 ::F073AA332018FDA0D572E99448FFF1D6422BD520 __StaticArrayInitTypeSizeU3D11614_t7947936AE0A455E7877908DB7A291DEE37965F6F ___F073AA332018FDA0D572E99448FFF1D6422BD520_140; // /__StaticArrayInitTypeSize=120 ::F34B0E10653402E8F788F8BC3F7CD7090928A429 __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 ___F34B0E10653402E8F788F8BC3F7CD7090928A429_141; // /__StaticArrayInitTypeSize=72 ::F37E34BEADB04F34FCC31078A59F49856CA83D5B __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_142; // /__StaticArrayInitTypeSize=94 ::F512A9ABF88066AAEB92684F95CC05D8101B462B __StaticArrayInitTypeSizeU3D94_t52D6560B7A2023DDDFDCF4D8F6C226742520B4C7 ___F512A9ABF88066AAEB92684F95CC05D8101B462B_143; // /__StaticArrayInitTypeSize=12 ::F8FAABB821300AA500C2CEC6091B3782A7FB44A4 __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_144; // /__StaticArrayInitTypeSize=2350 ::FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B __StaticArrayInitTypeSizeU3D2350_t029525D9BCF84611FB610B9E4D13EE898E0B055D ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_145; public: inline static int32_t get_offset_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___0392525BCB01691D1F319D89F2C12BF93A478467_0)); } inline __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 get_U30392525BCB01691D1F319D89F2C12BF93A478467_0() const { return ___0392525BCB01691D1F319D89F2C12BF93A478467_0; } inline __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 * get_address_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return &___0392525BCB01691D1F319D89F2C12BF93A478467_0; } inline void set_U30392525BCB01691D1F319D89F2C12BF93A478467_0(__StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 value) { ___0392525BCB01691D1F319D89F2C12BF93A478467_0 = value; } inline static int32_t get_offset_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() const { return ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return &___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; } inline void set_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1 = value; } inline static int32_t get_offset_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2)); } inline __StaticArrayInitTypeSizeU3D84_t2EF20E9BBEB47B540AFCA64F09777DFD5E348454 get_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() const { return ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; } inline __StaticArrayInitTypeSizeU3D84_t2EF20E9BBEB47B540AFCA64F09777DFD5E348454 * get_address_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return &___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; } inline void set_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2(__StaticArrayInitTypeSizeU3D84_t2EF20E9BBEB47B540AFCA64F09777DFD5E348454 value) { ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2 = value; } inline static int32_t get_offset_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___121EC59E23F7559B28D338D562528F6299C2DE22_3)); } inline __StaticArrayInitTypeSizeU3D240_t15F96E63E1A6759D1754EA684441DA49B3724B5F get_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() const { return ___121EC59E23F7559B28D338D562528F6299C2DE22_3; } inline __StaticArrayInitTypeSizeU3D240_t15F96E63E1A6759D1754EA684441DA49B3724B5F * get_address_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return &___121EC59E23F7559B28D338D562528F6299C2DE22_3; } inline void set_U3121EC59E23F7559B28D338D562528F6299C2DE22_3(__StaticArrayInitTypeSizeU3D240_t15F96E63E1A6759D1754EA684441DA49B3724B5F value) { ___121EC59E23F7559B28D338D562528F6299C2DE22_3 = value; } inline static int32_t get_offset_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4)); } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 get_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() const { return ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 * get_address_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return &___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; } inline void set_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4(__StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 value) { ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4 = value; } inline static int32_t get_offset_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5)); } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 get_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() const { return ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 * get_address_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return &___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; } inline void set_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5(__StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 value) { ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5 = value; } inline static int32_t get_offset_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6)); } inline __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC get_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() const { return ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; } inline __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC * get_address_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return &___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; } inline void set_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6(__StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC value) { ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6 = value; } inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7)); } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; } inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7(__StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 value) { ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7 = value; } inline static int32_t get_offset_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8)); } inline __StaticArrayInitTypeSizeU3D4096_t3FFDFDF345903D8A4CD14B8B098AD1A28B8F2686 get_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() const { return ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; } inline __StaticArrayInitTypeSizeU3D4096_t3FFDFDF345903D8A4CD14B8B098AD1A28B8F2686 * get_address_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return &___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; } inline void set_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8(__StaticArrayInitTypeSizeU3D4096_t3FFDFDF345903D8A4CD14B8B098AD1A28B8F2686 value) { ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8 = value; } inline static int32_t get_offset_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9)); } inline __StaticArrayInitTypeSizeU3D2048_t4D6495D6F302422AB0E0702BD59E1A1BCD9A70CC get_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() const { return ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; } inline __StaticArrayInitTypeSizeU3D2048_t4D6495D6F302422AB0E0702BD59E1A1BCD9A70CC * get_address_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return &___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; } inline void set_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9(__StaticArrayInitTypeSizeU3D2048_t4D6495D6F302422AB0E0702BD59E1A1BCD9A70CC value) { ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9 = value; } inline static int32_t get_offset_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10)); } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 get_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() const { return ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 * get_address_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return &___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; } inline void set_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10(__StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 value) { ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10 = value; } inline static int32_t get_offset_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11)); } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 get_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() const { return ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 * get_address_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return &___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; } inline void set_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11(__StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 value) { ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11 = value; } inline static int32_t get_offset_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() const { return ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return &___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; } inline void set_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12 = value; } inline static int32_t get_offset_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13)); } inline __StaticArrayInitTypeSizeU3D1208_t7747605A5C3CD826A11C4196CCE9CF1996C344DF get_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() const { return ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; } inline __StaticArrayInitTypeSizeU3D1208_t7747605A5C3CD826A11C4196CCE9CF1996C344DF * get_address_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return &___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; } inline void set_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13(__StaticArrayInitTypeSizeU3D1208_t7747605A5C3CD826A11C4196CCE9CF1996C344DF value) { ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13 = value; } inline static int32_t get_offset_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14)); } inline __StaticArrayInitTypeSizeU3D42_t9FC2D1D81E2853CF5D36635AB6A30DDDB9ABFECA get_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() const { return ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; } inline __StaticArrayInitTypeSizeU3D42_t9FC2D1D81E2853CF5D36635AB6A30DDDB9ABFECA * get_address_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return &___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; } inline void set_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14(__StaticArrayInitTypeSizeU3D42_t9FC2D1D81E2853CF5D36635AB6A30DDDB9ABFECA value) { ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14 = value; } inline static int32_t get_offset_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15)); } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 get_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() const { return ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 * get_address_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return &___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; } inline void set_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15(__StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 value) { ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15 = value; } inline static int32_t get_offset_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16)); } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA get_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() const { return ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA * get_address_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return &___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; } inline void set_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16(__StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA value) { ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16 = value; } inline static int32_t get_offset_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() const { return ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return &___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; } inline void set_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17 = value; } inline static int32_t get_offset_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18)); } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 get_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() const { return ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 * get_address_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return &___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; } inline void set_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18(__StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 value) { ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18 = value; } inline static int32_t get_offset_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19)); } inline __StaticArrayInitTypeSizeU3D14_t58382FABCFF20B34E4335B9667A964111AE4E194 get_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() const { return ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; } inline __StaticArrayInitTypeSizeU3D14_t58382FABCFF20B34E4335B9667A964111AE4E194 * get_address_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return &___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; } inline void set_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19(__StaticArrayInitTypeSizeU3D14_t58382FABCFF20B34E4335B9667A964111AE4E194 value) { ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19 = value; } inline static int32_t get_offset_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() const { return ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return &___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; } inline void set_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20 = value; } inline static int32_t get_offset_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21)); } inline __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 get_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() const { return ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; } inline __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 * get_address_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return &___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; } inline void set_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21(__StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 value) { ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21 = value; } inline static int32_t get_offset_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___34476C29F6F81C989CFCA42F7C06E84C66236834_22)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() const { return ___34476C29F6F81C989CFCA42F7C06E84C66236834_22; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return &___34476C29F6F81C989CFCA42F7C06E84C66236834_22; } inline void set_U334476C29F6F81C989CFCA42F7C06E84C66236834_22(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___34476C29F6F81C989CFCA42F7C06E84C66236834_22 = value; } inline static int32_t get_offset_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23)); } inline __StaticArrayInitTypeSizeU3D2382_t7764CC6AFDCA682AEBA6E78440AD21978F0AB7B1 get_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() const { return ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; } inline __StaticArrayInitTypeSizeU3D2382_t7764CC6AFDCA682AEBA6E78440AD21978F0AB7B1 * get_address_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return &___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; } inline void set_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23(__StaticArrayInitTypeSizeU3D2382_t7764CC6AFDCA682AEBA6E78440AD21978F0AB7B1 value) { ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23 = value; } inline static int32_t get_offset_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24)); } inline __StaticArrayInitTypeSizeU3D38_tCB70BC8DEB0D12487BC902760AFB250798B64F83 get_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() const { return ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; } inline __StaticArrayInitTypeSizeU3D38_tCB70BC8DEB0D12487BC902760AFB250798B64F83 * get_address_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return &___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; } inline void set_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24(__StaticArrayInitTypeSizeU3D38_tCB70BC8DEB0D12487BC902760AFB250798B64F83 value) { ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24 = value; } inline static int32_t get_offset_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___379C06C9E702D31469C29033F0DD63931EB349F5_25)); } inline __StaticArrayInitTypeSizeU3D1450_tAC1EF3610F74C31313DF1ADF3AC9D9A2A9EC2912 get_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() const { return ___379C06C9E702D31469C29033F0DD63931EB349F5_25; } inline __StaticArrayInitTypeSizeU3D1450_tAC1EF3610F74C31313DF1ADF3AC9D9A2A9EC2912 * get_address_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return &___379C06C9E702D31469C29033F0DD63931EB349F5_25; } inline void set_U3379C06C9E702D31469C29033F0DD63931EB349F5_25(__StaticArrayInitTypeSizeU3D1450_tAC1EF3610F74C31313DF1ADF3AC9D9A2A9EC2912 value) { ___379C06C9E702D31469C29033F0DD63931EB349F5_25 = value; } inline static int32_t get_offset_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26)); } inline __StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 get_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() const { return ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; } inline __StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 * get_address_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return &___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; } inline void set_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26(__StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 value) { ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26 = value; } inline static int32_t get_offset_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() const { return ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return &___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; } inline void set_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27 = value; } inline static int32_t get_offset_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28)); } inline __StaticArrayInitTypeSizeU3D320_tBE0C4C66577D53F18D8BA69E43FDC69DFA003F8F get_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() const { return ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; } inline __StaticArrayInitTypeSizeU3D320_tBE0C4C66577D53F18D8BA69E43FDC69DFA003F8F * get_address_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return &___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; } inline void set_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28(__StaticArrayInitTypeSizeU3D320_tBE0C4C66577D53F18D8BA69E43FDC69DFA003F8F value) { ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28 = value; } inline static int32_t get_offset_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29)); } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 get_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() const { return ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 * get_address_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return &___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; } inline void set_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29(__StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 value) { ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29 = value; } inline static int32_t get_offset_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30)); } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 get_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() const { return ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 * get_address_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() { return &___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; } inline void set_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30(__StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 value) { ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30 = value; } inline static int32_t get_offset_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() const { return ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() { return &___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; } inline void set_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31 = value; } inline static int32_t get_offset_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32)); } inline __StaticArrayInitTypeSizeU3D1665_tF300201390474873919B6C58C810DFAC718FE0F4 get_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() const { return ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; } inline __StaticArrayInitTypeSizeU3D1665_tF300201390474873919B6C58C810DFAC718FE0F4 * get_address_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() { return &___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; } inline void set_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32(__StaticArrayInitTypeSizeU3D1665_tF300201390474873919B6C58C810DFAC718FE0F4 value) { ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32 = value; } inline static int32_t get_offset_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() const { return ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() { return &___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; } inline void set_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33 = value; } inline static int32_t get_offset_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() const { return ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() { return &___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; } inline void set_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34 = value; } inline static int32_t get_offset_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35)); } inline __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 get_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() const { return ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; } inline __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 * get_address_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() { return &___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; } inline void set_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35(__StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 value) { ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35 = value; } inline static int32_t get_offset_of_U346232052BC757E030490D851F265FB47FA100902_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___46232052BC757E030490D851F265FB47FA100902_36)); } inline __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 get_U346232052BC757E030490D851F265FB47FA100902_36() const { return ___46232052BC757E030490D851F265FB47FA100902_36; } inline __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 * get_address_of_U346232052BC757E030490D851F265FB47FA100902_36() { return &___46232052BC757E030490D851F265FB47FA100902_36; } inline void set_U346232052BC757E030490D851F265FB47FA100902_36(__StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 value) { ___46232052BC757E030490D851F265FB47FA100902_36 = value; } inline static int32_t get_offset_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() const { return ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() { return &___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; } inline void set_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37 = value; } inline static int32_t get_offset_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38)); } inline __StaticArrayInitTypeSizeU3D48_t3179A068337457DC15B3197060DBE7C0D0C3F19C get_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() const { return ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; } inline __StaticArrayInitTypeSizeU3D48_t3179A068337457DC15B3197060DBE7C0D0C3F19C * get_address_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() { return &___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; } inline void set_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38(__StaticArrayInitTypeSizeU3D48_t3179A068337457DC15B3197060DBE7C0D0C3F19C value) { ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38 = value; } inline static int32_t get_offset_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() const { return ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() { return &___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; } inline void set_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39 = value; } inline static int32_t get_offset_of_U3536422B321459B242ADED7240B7447E904E083E3_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___536422B321459B242ADED7240B7447E904E083E3_40)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U3536422B321459B242ADED7240B7447E904E083E3_40() const { return ___536422B321459B242ADED7240B7447E904E083E3_40; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U3536422B321459B242ADED7240B7447E904E083E3_40() { return &___536422B321459B242ADED7240B7447E904E083E3_40; } inline void set_U3536422B321459B242ADED7240B7447E904E083E3_40(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___536422B321459B242ADED7240B7447E904E083E3_40 = value; } inline static int32_t get_offset_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41)); } inline __StaticArrayInitTypeSizeU3D1080_tDD425A5824CFEEBEB897380BE535A4D579DD8DEB get_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() const { return ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; } inline __StaticArrayInitTypeSizeU3D1080_tDD425A5824CFEEBEB897380BE535A4D579DD8DEB * get_address_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() { return &___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; } inline void set_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41(__StaticArrayInitTypeSizeU3D1080_tDD425A5824CFEEBEB897380BE535A4D579DD8DEB value) { ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41 = value; } inline static int32_t get_offset_of_U356DFA5053B3131883637F53219E7D88CCEF35949_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___56DFA5053B3131883637F53219E7D88CCEF35949_42)); } inline __StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 get_U356DFA5053B3131883637F53219E7D88CCEF35949_42() const { return ___56DFA5053B3131883637F53219E7D88CCEF35949_42; } inline __StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 * get_address_of_U356DFA5053B3131883637F53219E7D88CCEF35949_42() { return &___56DFA5053B3131883637F53219E7D88CCEF35949_42; } inline void set_U356DFA5053B3131883637F53219E7D88CCEF35949_42(__StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 value) { ___56DFA5053B3131883637F53219E7D88CCEF35949_42 = value; } inline static int32_t get_offset_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___57218C316B6921E2CD61027A2387EDC31A2D9471_43)); } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 get_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() const { return ___57218C316B6921E2CD61027A2387EDC31A2D9471_43; } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 * get_address_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() { return &___57218C316B6921E2CD61027A2387EDC31A2D9471_43; } inline void set_U357218C316B6921E2CD61027A2387EDC31A2D9471_43(__StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 value) { ___57218C316B6921E2CD61027A2387EDC31A2D9471_43 = value; } inline static int32_t get_offset_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() const { return ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() { return &___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; } inline void set_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44 = value; } inline static int32_t get_offset_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45)); } inline __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 get_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() const { return ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; } inline __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 * get_address_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() { return &___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; } inline void set_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45(__StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 value) { ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45 = value; } inline static int32_t get_offset_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46)); } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA get_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() const { return ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA * get_address_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() { return &___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; } inline void set_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46(__StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA value) { ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46 = value; } inline static int32_t get_offset_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47)); } inline __StaticArrayInitTypeSizeU3D288_t901CBC2EE96C2C63E8B3C6D507136F8A55FF5566 get_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() const { return ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; } inline __StaticArrayInitTypeSizeU3D288_t901CBC2EE96C2C63E8B3C6D507136F8A55FF5566 * get_address_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() { return &___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; } inline void set_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47(__StaticArrayInitTypeSizeU3D288_t901CBC2EE96C2C63E8B3C6D507136F8A55FF5566 value) { ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47 = value; } inline static int32_t get_offset_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() const { return ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() { return &___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; } inline void set_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48 = value; } inline static int32_t get_offset_of_U35EDFD8200B7AD157878FBA46F22A1C345662F2E3_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___5EDFD8200B7AD157878FBA46F22A1C345662F2E3_49)); } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD get_U35EDFD8200B7AD157878FBA46F22A1C345662F2E3_49() const { return ___5EDFD8200B7AD157878FBA46F22A1C345662F2E3_49; } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD * get_address_of_U35EDFD8200B7AD157878FBA46F22A1C345662F2E3_49() { return &___5EDFD8200B7AD157878FBA46F22A1C345662F2E3_49; } inline void set_U35EDFD8200B7AD157878FBA46F22A1C345662F2E3_49(__StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD value) { ___5EDFD8200B7AD157878FBA46F22A1C345662F2E3_49 = value; } inline static int32_t get_offset_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50)); } inline __StaticArrayInitTypeSizeU3D128_t0E65F82715F120C2585C93F35BFA548913720A71 get_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50() const { return ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50; } inline __StaticArrayInitTypeSizeU3D128_t0E65F82715F120C2585C93F35BFA548913720A71 * get_address_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50() { return &___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50; } inline void set_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50(__StaticArrayInitTypeSizeU3D128_t0E65F82715F120C2585C93F35BFA548913720A71 value) { ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50 = value; } inline static int32_t get_offset_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_51)); } inline __StaticArrayInitTypeSizeU3D48_t3179A068337457DC15B3197060DBE7C0D0C3F19C get_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_51() const { return ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_51; } inline __StaticArrayInitTypeSizeU3D48_t3179A068337457DC15B3197060DBE7C0D0C3F19C * get_address_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_51() { return &___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_51; } inline void set_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_51(__StaticArrayInitTypeSizeU3D48_t3179A068337457DC15B3197060DBE7C0D0C3F19C value) { ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_51 = value; } inline static int32_t get_offset_of_U3646036A65DECCD6835C914A46E6E44B729433B60_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___646036A65DECCD6835C914A46E6E44B729433B60_52)); } inline __StaticArrayInitTypeSizeU3D2048_t4D6495D6F302422AB0E0702BD59E1A1BCD9A70CC get_U3646036A65DECCD6835C914A46E6E44B729433B60_52() const { return ___646036A65DECCD6835C914A46E6E44B729433B60_52; } inline __StaticArrayInitTypeSizeU3D2048_t4D6495D6F302422AB0E0702BD59E1A1BCD9A70CC * get_address_of_U3646036A65DECCD6835C914A46E6E44B729433B60_52() { return &___646036A65DECCD6835C914A46E6E44B729433B60_52; } inline void set_U3646036A65DECCD6835C914A46E6E44B729433B60_52(__StaticArrayInitTypeSizeU3D2048_t4D6495D6F302422AB0E0702BD59E1A1BCD9A70CC value) { ___646036A65DECCD6835C914A46E6E44B729433B60_52 = value; } inline static int32_t get_offset_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_53)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_53() const { return ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_53; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_53() { return &___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_53; } inline void set_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_53(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_53 = value; } inline static int32_t get_offset_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_54)); } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD get_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_54() const { return ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_54; } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD * get_address_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_54() { return &___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_54; } inline void set_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_54(__StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD value) { ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_54 = value; } inline static int32_t get_offset_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___67EEAD805D708D9AA4E14BF747E44CED801744F3_55)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U367EEAD805D708D9AA4E14BF747E44CED801744F3_55() const { return ___67EEAD805D708D9AA4E14BF747E44CED801744F3_55; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_55() { return &___67EEAD805D708D9AA4E14BF747E44CED801744F3_55; } inline void set_U367EEAD805D708D9AA4E14BF747E44CED801744F3_55(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___67EEAD805D708D9AA4E14BF747E44CED801744F3_55 = value; } inline static int32_t get_offset_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___6C71197D228427B2864C69B357FEF73D8C9D59DF_56)); } inline __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 get_U36C71197D228427B2864C69B357FEF73D8C9D59DF_56() const { return ___6C71197D228427B2864C69B357FEF73D8C9D59DF_56; } inline __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 * get_address_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_56() { return &___6C71197D228427B2864C69B357FEF73D8C9D59DF_56; } inline void set_U36C71197D228427B2864C69B357FEF73D8C9D59DF_56(__StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 value) { ___6C71197D228427B2864C69B357FEF73D8C9D59DF_56 = value; } inline static int32_t get_offset_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_57)); } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 get_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_57() const { return ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_57; } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 * get_address_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_57() { return &___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_57; } inline void set_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_57(__StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 value) { ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_57 = value; } inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_58)); } inline __StaticArrayInitTypeSizeU3D9_tF593610E6301C48DFBE5E1745552862A63B75E3C get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_58() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_58; } inline __StaticArrayInitTypeSizeU3D9_tF593610E6301C48DFBE5E1745552862A63B75E3C * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_58() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_58; } inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_58(__StaticArrayInitTypeSizeU3D9_tF593610E6301C48DFBE5E1745552862A63B75E3C value) { ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_58 = value; } inline static int32_t get_offset_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___6D797C11E1D4FB68B6570CF2A92B792433527065_59)); } inline __StaticArrayInitTypeSizeU3D2048_t4D6495D6F302422AB0E0702BD59E1A1BCD9A70CC get_U36D797C11E1D4FB68B6570CF2A92B792433527065_59() const { return ___6D797C11E1D4FB68B6570CF2A92B792433527065_59; } inline __StaticArrayInitTypeSizeU3D2048_t4D6495D6F302422AB0E0702BD59E1A1BCD9A70CC * get_address_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_59() { return &___6D797C11E1D4FB68B6570CF2A92B792433527065_59; } inline void set_U36D797C11E1D4FB68B6570CF2A92B792433527065_59(__StaticArrayInitTypeSizeU3D2048_t4D6495D6F302422AB0E0702BD59E1A1BCD9A70CC value) { ___6D797C11E1D4FB68B6570CF2A92B792433527065_59 = value; } inline static int32_t get_offset_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60)); } inline __StaticArrayInitTypeSizeU3D3132_t43AC3922481679300CBED40C5796987716392294 get_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60() const { return ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60; } inline __StaticArrayInitTypeSizeU3D3132_t43AC3922481679300CBED40C5796987716392294 * get_address_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60() { return &___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60; } inline void set_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60(__StaticArrayInitTypeSizeU3D3132_t43AC3922481679300CBED40C5796987716392294 value) { ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60 = value; } inline static int32_t get_offset_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___6FC754859E4EC74E447048364B216D825C6F8FE7_61)); } inline __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 get_U36FC754859E4EC74E447048364B216D825C6F8FE7_61() const { return ___6FC754859E4EC74E447048364B216D825C6F8FE7_61; } inline __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 * get_address_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_61() { return &___6FC754859E4EC74E447048364B216D825C6F8FE7_61; } inline void set_U36FC754859E4EC74E447048364B216D825C6F8FE7_61(__StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 value) { ___6FC754859E4EC74E447048364B216D825C6F8FE7_61 = value; } inline static int32_t get_offset_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___704939CD172085D1295FCE3F1D92431D685D7AA2_62)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U3704939CD172085D1295FCE3F1D92431D685D7AA2_62() const { return ___704939CD172085D1295FCE3F1D92431D685D7AA2_62; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_62() { return &___704939CD172085D1295FCE3F1D92431D685D7AA2_62; } inline void set_U3704939CD172085D1295FCE3F1D92431D685D7AA2_62(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___704939CD172085D1295FCE3F1D92431D685D7AA2_62 = value; } inline static int32_t get_offset_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_63)); } inline __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC get_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_63() const { return ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_63; } inline __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC * get_address_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_63() { return &___7088AAE49F0627B72729078DE6E3182DDCF8ED99_63; } inline void set_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_63(__StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC value) { ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_63 = value; } inline static int32_t get_offset_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___7341C933A70EAE383CC50C4B945ADB8E08F06737_64)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U37341C933A70EAE383CC50C4B945ADB8E08F06737_64() const { return ___7341C933A70EAE383CC50C4B945ADB8E08F06737_64; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_64() { return &___7341C933A70EAE383CC50C4B945ADB8E08F06737_64; } inline void set_U37341C933A70EAE383CC50C4B945ADB8E08F06737_64(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___7341C933A70EAE383CC50C4B945ADB8E08F06737_64 = value; } inline static int32_t get_offset_of_U3736D39815215889F11249D9958F6ED12D37B9F57_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___736D39815215889F11249D9958F6ED12D37B9F57_65)); } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 get_U3736D39815215889F11249D9958F6ED12D37B9F57_65() const { return ___736D39815215889F11249D9958F6ED12D37B9F57_65; } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 * get_address_of_U3736D39815215889F11249D9958F6ED12D37B9F57_65() { return &___736D39815215889F11249D9958F6ED12D37B9F57_65; } inline void set_U3736D39815215889F11249D9958F6ED12D37B9F57_65(__StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 value) { ___736D39815215889F11249D9958F6ED12D37B9F57_65 = value; } inline static int32_t get_offset_of_U375E0C38E75E507EDE41C1C4F5F5612852B31A4EF_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___75E0C38E75E507EDE41C1C4F5F5612852B31A4EF_66)); } inline __StaticArrayInitTypeSizeU3D1472_t51B459D4503F6B2C433F0233D96F4F6C3D3A3EA5 get_U375E0C38E75E507EDE41C1C4F5F5612852B31A4EF_66() const { return ___75E0C38E75E507EDE41C1C4F5F5612852B31A4EF_66; } inline __StaticArrayInitTypeSizeU3D1472_t51B459D4503F6B2C433F0233D96F4F6C3D3A3EA5 * get_address_of_U375E0C38E75E507EDE41C1C4F5F5612852B31A4EF_66() { return &___75E0C38E75E507EDE41C1C4F5F5612852B31A4EF_66; } inline void set_U375E0C38E75E507EDE41C1C4F5F5612852B31A4EF_66(__StaticArrayInitTypeSizeU3D1472_t51B459D4503F6B2C433F0233D96F4F6C3D3A3EA5 value) { ___75E0C38E75E507EDE41C1C4F5F5612852B31A4EF_66 = value; } inline static int32_t get_offset_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_67)); } inline __StaticArrayInitTypeSizeU3D4096_t3FFDFDF345903D8A4CD14B8B098AD1A28B8F2686 get_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_67() const { return ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_67; } inline __StaticArrayInitTypeSizeU3D4096_t3FFDFDF345903D8A4CD14B8B098AD1A28B8F2686 * get_address_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_67() { return &___7F42F2EDC974BE29B2746957416ED1AEFA605F47_67; } inline void set_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_67(__StaticArrayInitTypeSizeU3D4096_t3FFDFDF345903D8A4CD14B8B098AD1A28B8F2686 value) { ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_67 = value; } inline static int32_t get_offset_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_68)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_68() const { return ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_68; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_68() { return &___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_68; } inline void set_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_68(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_68 = value; } inline static int32_t get_offset_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_69)); } inline __StaticArrayInitTypeSizeU3D21252_t7F9940F69151C8490439C5AC4C3E8F115E6EFDD0 get_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_69() const { return ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_69; } inline __StaticArrayInitTypeSizeU3D21252_t7F9940F69151C8490439C5AC4C3E8F115E6EFDD0 * get_address_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_69() { return &___811A927B7DADD378BE60BBDE794B9277AA9B50EC_69; } inline void set_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_69(__StaticArrayInitTypeSizeU3D21252_t7F9940F69151C8490439C5AC4C3E8F115E6EFDD0 value) { ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_69 = value; } inline static int32_t get_offset_of_U381917F1E21F3C22B9F916994547A614FB03E968E_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___81917F1E21F3C22B9F916994547A614FB03E968E_70)); } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA get_U381917F1E21F3C22B9F916994547A614FB03E968E_70() const { return ___81917F1E21F3C22B9F916994547A614FB03E968E_70; } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA * get_address_of_U381917F1E21F3C22B9F916994547A614FB03E968E_70() { return &___81917F1E21F3C22B9F916994547A614FB03E968E_70; } inline void set_U381917F1E21F3C22B9F916994547A614FB03E968E_70(__StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA value) { ___81917F1E21F3C22B9F916994547A614FB03E968E_70 = value; } inline static int32_t get_offset_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___823566DA642D6EA356E15585921F2A4CA23D6760_71)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U3823566DA642D6EA356E15585921F2A4CA23D6760_71() const { return ___823566DA642D6EA356E15585921F2A4CA23D6760_71; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_71() { return &___823566DA642D6EA356E15585921F2A4CA23D6760_71; } inline void set_U3823566DA642D6EA356E15585921F2A4CA23D6760_71(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___823566DA642D6EA356E15585921F2A4CA23D6760_71 = value; } inline static int32_t get_offset_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___82C2A59850B2E85BCE1A45A479537A384DF6098D_72)); } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 get_U382C2A59850B2E85BCE1A45A479537A384DF6098D_72() const { return ___82C2A59850B2E85BCE1A45A479537A384DF6098D_72; } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 * get_address_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_72() { return &___82C2A59850B2E85BCE1A45A479537A384DF6098D_72; } inline void set_U382C2A59850B2E85BCE1A45A479537A384DF6098D_72(__StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 value) { ___82C2A59850B2E85BCE1A45A479537A384DF6098D_72 = value; } inline static int32_t get_offset_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_73)); } inline __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 get_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_73() const { return ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_73; } inline __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 * get_address_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_73() { return &___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_73; } inline void set_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_73(__StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 value) { ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_73 = value; } inline static int32_t get_offset_of_U386F4F563FA2C61798AE6238D789139739428463A_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___86F4F563FA2C61798AE6238D789139739428463A_74)); } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 get_U386F4F563FA2C61798AE6238D789139739428463A_74() const { return ___86F4F563FA2C61798AE6238D789139739428463A_74; } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 * get_address_of_U386F4F563FA2C61798AE6238D789139739428463A_74() { return &___86F4F563FA2C61798AE6238D789139739428463A_74; } inline void set_U386F4F563FA2C61798AE6238D789139739428463A_74(__StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 value) { ___86F4F563FA2C61798AE6238D789139739428463A_74 = value; } inline static int32_t get_offset_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___871B9CF85DB352BAADF12BAE8F19857683E385AC_75)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_75() const { return ___871B9CF85DB352BAADF12BAE8F19857683E385AC_75; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_75() { return &___871B9CF85DB352BAADF12BAE8F19857683E385AC_75; } inline void set_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_75(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___871B9CF85DB352BAADF12BAE8F19857683E385AC_75 = value; } inline static int32_t get_offset_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___89A040451C8CC5C8FB268BE44BDD74964C104155_76)); } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 get_U389A040451C8CC5C8FB268BE44BDD74964C104155_76() const { return ___89A040451C8CC5C8FB268BE44BDD74964C104155_76; } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 * get_address_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_76() { return &___89A040451C8CC5C8FB268BE44BDD74964C104155_76; } inline void set_U389A040451C8CC5C8FB268BE44BDD74964C104155_76(__StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 value) { ___89A040451C8CC5C8FB268BE44BDD74964C104155_76 = value; } inline static int32_t get_offset_of_U38AEFB06C426E07A0A671A1E2488B4858D694A730_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___8AEFB06C426E07A0A671A1E2488B4858D694A730_77)); } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 get_U38AEFB06C426E07A0A671A1E2488B4858D694A730_77() const { return ___8AEFB06C426E07A0A671A1E2488B4858D694A730_77; } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 * get_address_of_U38AEFB06C426E07A0A671A1E2488B4858D694A730_77() { return &___8AEFB06C426E07A0A671A1E2488B4858D694A730_77; } inline void set_U38AEFB06C426E07A0A671A1E2488B4858D694A730_77(__StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 value) { ___8AEFB06C426E07A0A671A1E2488B4858D694A730_77 = value; } inline static int32_t get_offset_of_U38CAA092E783257106251246FF5C97F88D28517A6_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___8CAA092E783257106251246FF5C97F88D28517A6_78)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U38CAA092E783257106251246FF5C97F88D28517A6_78() const { return ___8CAA092E783257106251246FF5C97F88D28517A6_78; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U38CAA092E783257106251246FF5C97F88D28517A6_78() { return &___8CAA092E783257106251246FF5C97F88D28517A6_78; } inline void set_U38CAA092E783257106251246FF5C97F88D28517A6_78(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___8CAA092E783257106251246FF5C97F88D28517A6_78 = value; } inline static int32_t get_offset_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_79)); } inline __StaticArrayInitTypeSizeU3D2100_t77017A2656678C6EE4571B84C9F635820AB583B0 get_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_79() const { return ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_79; } inline __StaticArrayInitTypeSizeU3D2100_t77017A2656678C6EE4571B84C9F635820AB583B0 * get_address_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_79() { return &___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_79; } inline void set_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_79(__StaticArrayInitTypeSizeU3D2100_t77017A2656678C6EE4571B84C9F635820AB583B0 value) { ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_79 = value; } inline static int32_t get_offset_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_80)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_80() const { return ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_80; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_80() { return &___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_80; } inline void set_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_80(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_80 = value; } inline static int32_t get_offset_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_81)); } inline __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 get_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_81() const { return ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_81; } inline __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 * get_address_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_81() { return &___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_81; } inline void set_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_81(__StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 value) { ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_81 = value; } inline static int32_t get_offset_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___90A0542282A011472F94E97CEAE59F8B3B1A3291_82)); } inline __StaticArrayInitTypeSizeU3D640_tA39E683FBE57CAFBC99F5CE8D3DE706FC7BD95F0 get_U390A0542282A011472F94E97CEAE59F8B3B1A3291_82() const { return ___90A0542282A011472F94E97CEAE59F8B3B1A3291_82; } inline __StaticArrayInitTypeSizeU3D640_tA39E683FBE57CAFBC99F5CE8D3DE706FC7BD95F0 * get_address_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_82() { return &___90A0542282A011472F94E97CEAE59F8B3B1A3291_82; } inline void set_U390A0542282A011472F94E97CEAE59F8B3B1A3291_82(__StaticArrayInitTypeSizeU3D640_tA39E683FBE57CAFBC99F5CE8D3DE706FC7BD95F0 value) { ___90A0542282A011472F94E97CEAE59F8B3B1A3291_82 = value; } inline static int32_t get_offset_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___93A63E90605400F34B49F0EB3361D23C89164BDA_83)); } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 get_U393A63E90605400F34B49F0EB3361D23C89164BDA_83() const { return ___93A63E90605400F34B49F0EB3361D23C89164BDA_83; } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 * get_address_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_83() { return &___93A63E90605400F34B49F0EB3361D23C89164BDA_83; } inline void set_U393A63E90605400F34B49F0EB3361D23C89164BDA_83(__StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 value) { ___93A63E90605400F34B49F0EB3361D23C89164BDA_83 = value; } inline static int32_t get_offset_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___94841DD2F330CCB1089BF413E4FA9B04505152E2_84)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U394841DD2F330CCB1089BF413E4FA9B04505152E2_84() const { return ___94841DD2F330CCB1089BF413E4FA9B04505152E2_84; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_84() { return &___94841DD2F330CCB1089BF413E4FA9B04505152E2_84; } inline void set_U394841DD2F330CCB1089BF413E4FA9B04505152E2_84(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___94841DD2F330CCB1089BF413E4FA9B04505152E2_84 = value; } inline static int32_t get_offset_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___95264589E48F94B7857CFF398FB72A537E13EEE2_85)); } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 get_U395264589E48F94B7857CFF398FB72A537E13EEE2_85() const { return ___95264589E48F94B7857CFF398FB72A537E13EEE2_85; } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 * get_address_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_85() { return &___95264589E48F94B7857CFF398FB72A537E13EEE2_85; } inline void set_U395264589E48F94B7857CFF398FB72A537E13EEE2_85(__StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 value) { ___95264589E48F94B7857CFF398FB72A537E13EEE2_85 = value; } inline static int32_t get_offset_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___95C48758CAE1715783472FB073AB158AB8A0AB2A_86)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U395C48758CAE1715783472FB073AB158AB8A0AB2A_86() const { return ___95C48758CAE1715783472FB073AB158AB8A0AB2A_86; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_86() { return &___95C48758CAE1715783472FB073AB158AB8A0AB2A_86; } inline void set_U395C48758CAE1715783472FB073AB158AB8A0AB2A_86(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___95C48758CAE1715783472FB073AB158AB8A0AB2A_86 = value; } inline static int32_t get_offset_of_U3973417296623D8DC6961B09664E54039E44CA5D8_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___973417296623D8DC6961B09664E54039E44CA5D8_87)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U3973417296623D8DC6961B09664E54039E44CA5D8_87() const { return ___973417296623D8DC6961B09664E54039E44CA5D8_87; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U3973417296623D8DC6961B09664E54039E44CA5D8_87() { return &___973417296623D8DC6961B09664E54039E44CA5D8_87; } inline void set_U3973417296623D8DC6961B09664E54039E44CA5D8_87(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___973417296623D8DC6961B09664E54039E44CA5D8_87 = value; } inline static int32_t get_offset_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_88)); } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 get_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_88() const { return ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_88; } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 * get_address_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_88() { return &___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_88; } inline void set_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_88(__StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 value) { ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_88 = value; } inline static int32_t get_offset_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_89)); } inline __StaticArrayInitTypeSizeU3D4096_t3FFDFDF345903D8A4CD14B8B098AD1A28B8F2686 get_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_89() const { return ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_89; } inline __StaticArrayInitTypeSizeU3D4096_t3FFDFDF345903D8A4CD14B8B098AD1A28B8F2686 * get_address_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_89() { return &___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_89; } inline void set_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_89(__StaticArrayInitTypeSizeU3D4096_t3FFDFDF345903D8A4CD14B8B098AD1A28B8F2686 value) { ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_89 = value; } inline static int32_t get_offset_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_90)); } inline __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 get_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_90() const { return ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_90; } inline __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 * get_address_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_90() { return &___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_90; } inline void set_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_90(__StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 value) { ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_90 = value; } inline static int32_t get_offset_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_91)); } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 get_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_91() const { return ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_91; } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 * get_address_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_91() { return &___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_91; } inline void set_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_91(__StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 value) { ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_91 = value; } inline static int32_t get_offset_of_A0074C15377C0C870B055927403EA9FA7A349D12_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A0074C15377C0C870B055927403EA9FA7A349D12_92)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_A0074C15377C0C870B055927403EA9FA7A349D12_92() const { return ___A0074C15377C0C870B055927403EA9FA7A349D12_92; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_A0074C15377C0C870B055927403EA9FA7A349D12_92() { return &___A0074C15377C0C870B055927403EA9FA7A349D12_92; } inline void set_A0074C15377C0C870B055927403EA9FA7A349D12_92(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___A0074C15377C0C870B055927403EA9FA7A349D12_92 = value; } inline static int32_t get_offset_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A1319B706116AB2C6D44483F60A7D0ACEA543396_93)); } inline __StaticArrayInitTypeSizeU3D130_tF56FBBACF53AE9A551B962978B48A914536B6871 get_A1319B706116AB2C6D44483F60A7D0ACEA543396_93() const { return ___A1319B706116AB2C6D44483F60A7D0ACEA543396_93; } inline __StaticArrayInitTypeSizeU3D130_tF56FBBACF53AE9A551B962978B48A914536B6871 * get_address_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_93() { return &___A1319B706116AB2C6D44483F60A7D0ACEA543396_93; } inline void set_A1319B706116AB2C6D44483F60A7D0ACEA543396_93(__StaticArrayInitTypeSizeU3D130_tF56FBBACF53AE9A551B962978B48A914536B6871 value) { ___A1319B706116AB2C6D44483F60A7D0ACEA543396_93 = value; } inline static int32_t get_offset_of_A13AA52274D951A18029131A8DDECF76B569A15D_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A13AA52274D951A18029131A8DDECF76B569A15D_94)); } inline int64_t get_A13AA52274D951A18029131A8DDECF76B569A15D_94() const { return ___A13AA52274D951A18029131A8DDECF76B569A15D_94; } inline int64_t* get_address_of_A13AA52274D951A18029131A8DDECF76B569A15D_94() { return &___A13AA52274D951A18029131A8DDECF76B569A15D_94; } inline void set_A13AA52274D951A18029131A8DDECF76B569A15D_94(int64_t value) { ___A13AA52274D951A18029131A8DDECF76B569A15D_94 = value; } inline static int32_t get_offset_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A323DB0813C4D072957BA6FDA79D9776674CD06B_95)); } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 get_A323DB0813C4D072957BA6FDA79D9776674CD06B_95() const { return ___A323DB0813C4D072957BA6FDA79D9776674CD06B_95; } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 * get_address_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_95() { return &___A323DB0813C4D072957BA6FDA79D9776674CD06B_95; } inline void set_A323DB0813C4D072957BA6FDA79D9776674CD06B_95(__StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 value) { ___A323DB0813C4D072957BA6FDA79D9776674CD06B_95 = value; } inline static int32_t get_offset_of_A5444763673307F6828C748D4B9708CFC02B0959_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A5444763673307F6828C748D4B9708CFC02B0959_96)); } inline __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 get_A5444763673307F6828C748D4B9708CFC02B0959_96() const { return ___A5444763673307F6828C748D4B9708CFC02B0959_96; } inline __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 * get_address_of_A5444763673307F6828C748D4B9708CFC02B0959_96() { return &___A5444763673307F6828C748D4B9708CFC02B0959_96; } inline void set_A5444763673307F6828C748D4B9708CFC02B0959_96(__StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 value) { ___A5444763673307F6828C748D4B9708CFC02B0959_96 = value; } inline static int32_t get_offset_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_97)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_A6732F8E7FC23766AB329B492D6BF82E3B33233F_97() const { return ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_97; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_97() { return &___A6732F8E7FC23766AB329B492D6BF82E3B33233F_97; } inline void set_A6732F8E7FC23766AB329B492D6BF82E3B33233F_97(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_97 = value; } inline static int32_t get_offset_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A705A106D95282BD15E13EEA6B0AF583FF786D83_98)); } inline __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 get_A705A106D95282BD15E13EEA6B0AF583FF786D83_98() const { return ___A705A106D95282BD15E13EEA6B0AF583FF786D83_98; } inline __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 * get_address_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_98() { return &___A705A106D95282BD15E13EEA6B0AF583FF786D83_98; } inline void set_A705A106D95282BD15E13EEA6B0AF583FF786D83_98(__StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 value) { ___A705A106D95282BD15E13EEA6B0AF583FF786D83_98 = value; } inline static int32_t get_offset_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A8A491E4CED49AE0027560476C10D933CE70C8DF_99)); } inline __StaticArrayInitTypeSizeU3D1018_tC210B7B033B7D52771288C82C8E6DA21074FF7F3 get_A8A491E4CED49AE0027560476C10D933CE70C8DF_99() const { return ___A8A491E4CED49AE0027560476C10D933CE70C8DF_99; } inline __StaticArrayInitTypeSizeU3D1018_tC210B7B033B7D52771288C82C8E6DA21074FF7F3 * get_address_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_99() { return &___A8A491E4CED49AE0027560476C10D933CE70C8DF_99; } inline void set_A8A491E4CED49AE0027560476C10D933CE70C8DF_99(__StaticArrayInitTypeSizeU3D1018_tC210B7B033B7D52771288C82C8E6DA21074FF7F3 value) { ___A8A491E4CED49AE0027560476C10D933CE70C8DF_99 = value; } inline static int32_t get_offset_of_AC791C4F39504D1184B73478943D0636258DA7B1_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___AC791C4F39504D1184B73478943D0636258DA7B1_100)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_AC791C4F39504D1184B73478943D0636258DA7B1_100() const { return ___AC791C4F39504D1184B73478943D0636258DA7B1_100; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_AC791C4F39504D1184B73478943D0636258DA7B1_100() { return &___AC791C4F39504D1184B73478943D0636258DA7B1_100; } inline void set_AC791C4F39504D1184B73478943D0636258DA7B1_100(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___AC791C4F39504D1184B73478943D0636258DA7B1_100 = value; } inline static int32_t get_offset_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___AFCD4E1211233E99373A3367B23105A3D624B1F2_101)); } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD get_AFCD4E1211233E99373A3367B23105A3D624B1F2_101() const { return ___AFCD4E1211233E99373A3367B23105A3D624B1F2_101; } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD * get_address_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_101() { return &___AFCD4E1211233E99373A3367B23105A3D624B1F2_101; } inline void set_AFCD4E1211233E99373A3367B23105A3D624B1F2_101(__StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD value) { ___AFCD4E1211233E99373A3367B23105A3D624B1F2_101 = value; } inline static int32_t get_offset_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_102)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_102() const { return ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_102; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_102() { return &___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_102; } inline void set_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_102(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_102 = value; } inline static int32_t get_offset_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_103() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_103)); } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 get_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_103() const { return ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_103; } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 * get_address_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_103() { return &___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_103; } inline void set_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_103(__StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 value) { ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_103 = value; } inline static int32_t get_offset_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_104() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_104)); } inline __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 get_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_104() const { return ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_104; } inline __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 * get_address_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_104() { return &___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_104; } inline void set_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_104(__StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 value) { ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_104 = value; } inline static int32_t get_offset_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_105() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_105)); } inline __StaticArrayInitTypeSizeU3D4096_t3FFDFDF345903D8A4CD14B8B098AD1A28B8F2686 get_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_105() const { return ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_105; } inline __StaticArrayInitTypeSizeU3D4096_t3FFDFDF345903D8A4CD14B8B098AD1A28B8F2686 * get_address_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_105() { return &___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_105; } inline void set_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_105(__StaticArrayInitTypeSizeU3D4096_t3FFDFDF345903D8A4CD14B8B098AD1A28B8F2686 value) { ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_105 = value; } inline static int32_t get_offset_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_106() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_106)); } inline __StaticArrayInitTypeSizeU3D998_t4B160A0C233D0CAB065432B008AFE2E02CF05C4D get_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_106() const { return ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_106; } inline __StaticArrayInitTypeSizeU3D998_t4B160A0C233D0CAB065432B008AFE2E02CF05C4D * get_address_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_106() { return &___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_106; } inline void set_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_106(__StaticArrayInitTypeSizeU3D998_t4B160A0C233D0CAB065432B008AFE2E02CF05C4D value) { ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_106 = value; } inline static int32_t get_offset_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_107() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_107)); } inline __StaticArrayInitTypeSizeU3D162_t11E10480FC4E2E4875323D07CD37B68D7040BD28 get_B8864ACB9DD69E3D42151513C840AAE270BF21C8_107() const { return ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_107; } inline __StaticArrayInitTypeSizeU3D162_t11E10480FC4E2E4875323D07CD37B68D7040BD28 * get_address_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_107() { return &___B8864ACB9DD69E3D42151513C840AAE270BF21C8_107; } inline void set_B8864ACB9DD69E3D42151513C840AAE270BF21C8_107(__StaticArrayInitTypeSizeU3D162_t11E10480FC4E2E4875323D07CD37B68D7040BD28 value) { ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_107 = value; } inline static int32_t get_offset_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_108() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___B8F87834C3597B2EEF22BA6D3A392CC925636401_108)); } inline __StaticArrayInitTypeSizeU3D360_t0E9DE21DD2818B844977C0B5AEFD0AF5FA812D79 get_B8F87834C3597B2EEF22BA6D3A392CC925636401_108() const { return ___B8F87834C3597B2EEF22BA6D3A392CC925636401_108; } inline __StaticArrayInitTypeSizeU3D360_t0E9DE21DD2818B844977C0B5AEFD0AF5FA812D79 * get_address_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_108() { return &___B8F87834C3597B2EEF22BA6D3A392CC925636401_108; } inline void set_B8F87834C3597B2EEF22BA6D3A392CC925636401_108(__StaticArrayInitTypeSizeU3D360_t0E9DE21DD2818B844977C0B5AEFD0AF5FA812D79 value) { ___B8F87834C3597B2EEF22BA6D3A392CC925636401_108 = value; } inline static int32_t get_offset_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_109() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_109)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_109() const { return ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_109; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_109() { return &___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_109; } inline void set_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_109(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_109 = value; } inline static int32_t get_offset_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_110() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_110)); } inline __StaticArrayInitTypeSizeU3D20_t735EA379E123E08388D8386A18E85ECAD294CFF6 get_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_110() const { return ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_110; } inline __StaticArrayInitTypeSizeU3D20_t735EA379E123E08388D8386A18E85ECAD294CFF6 * get_address_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_110() { return &___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_110; } inline void set_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_110(__StaticArrayInitTypeSizeU3D20_t735EA379E123E08388D8386A18E85ECAD294CFF6 value) { ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_110 = value; } inline static int32_t get_offset_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_111() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_111)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_111() const { return ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_111; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_111() { return &___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_111; } inline void set_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_111(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_111 = value; } inline static int32_t get_offset_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_112() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_112)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_112() const { return ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_112; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_112() { return &___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_112; } inline void set_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_112(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_112 = value; } inline static int32_t get_offset_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_113() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_113)); } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 get_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_113() const { return ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_113; } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 * get_address_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_113() { return &___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_113; } inline void set_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_113(__StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 value) { ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_113 = value; } inline static int32_t get_offset_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_114() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___BF5EB60806ECB74EE484105DD9D6F463BF994867_114)); } inline __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 get_BF5EB60806ECB74EE484105DD9D6F463BF994867_114() const { return ___BF5EB60806ECB74EE484105DD9D6F463BF994867_114; } inline __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 * get_address_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_114() { return &___BF5EB60806ECB74EE484105DD9D6F463BF994867_114; } inline void set_BF5EB60806ECB74EE484105DD9D6F463BF994867_114(__StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 value) { ___BF5EB60806ECB74EE484105DD9D6F463BF994867_114 = value; } inline static int32_t get_offset_of_C1A1100642BA9685B30A84D97348484E14AA1865_115() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___C1A1100642BA9685B30A84D97348484E14AA1865_115)); } inline int64_t get_C1A1100642BA9685B30A84D97348484E14AA1865_115() const { return ___C1A1100642BA9685B30A84D97348484E14AA1865_115; } inline int64_t* get_address_of_C1A1100642BA9685B30A84D97348484E14AA1865_115() { return &___C1A1100642BA9685B30A84D97348484E14AA1865_115; } inline void set_C1A1100642BA9685B30A84D97348484E14AA1865_115(int64_t value) { ___C1A1100642BA9685B30A84D97348484E14AA1865_115 = value; } inline static int32_t get_offset_of_C6F364A0AD934EFED8909446C215752E565D77C1_116() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___C6F364A0AD934EFED8909446C215752E565D77C1_116)); } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 get_C6F364A0AD934EFED8909446C215752E565D77C1_116() const { return ___C6F364A0AD934EFED8909446C215752E565D77C1_116; } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 * get_address_of_C6F364A0AD934EFED8909446C215752E565D77C1_116() { return &___C6F364A0AD934EFED8909446C215752E565D77C1_116; } inline void set_C6F364A0AD934EFED8909446C215752E565D77C1_116(__StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 value) { ___C6F364A0AD934EFED8909446C215752E565D77C1_116 = value; } inline static int32_t get_offset_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_117() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___CE5835130F5277F63D716FC9115526B0AC68FFAD_117)); } inline __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 get_CE5835130F5277F63D716FC9115526B0AC68FFAD_117() const { return ___CE5835130F5277F63D716FC9115526B0AC68FFAD_117; } inline __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 * get_address_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_117() { return &___CE5835130F5277F63D716FC9115526B0AC68FFAD_117; } inline void set_CE5835130F5277F63D716FC9115526B0AC68FFAD_117(__StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 value) { ___CE5835130F5277F63D716FC9115526B0AC68FFAD_117 = value; } inline static int32_t get_offset_of_CE93C35B755802BC4B3D180716B048FC61701EF7_118() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___CE93C35B755802BC4B3D180716B048FC61701EF7_118)); } inline __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 get_CE93C35B755802BC4B3D180716B048FC61701EF7_118() const { return ___CE93C35B755802BC4B3D180716B048FC61701EF7_118; } inline __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 * get_address_of_CE93C35B755802BC4B3D180716B048FC61701EF7_118() { return &___CE93C35B755802BC4B3D180716B048FC61701EF7_118; } inline void set_CE93C35B755802BC4B3D180716B048FC61701EF7_118(__StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 value) { ___CE93C35B755802BC4B3D180716B048FC61701EF7_118 = value; } inline static int32_t get_offset_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_119() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_119)); } inline __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 get_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_119() const { return ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_119; } inline __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 * get_address_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_119() { return &___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_119; } inline void set_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_119(__StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 value) { ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_119 = value; } inline static int32_t get_offset_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_120() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_120)); } inline __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 get_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_120() const { return ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_120; } inline __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 * get_address_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_120() { return &___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_120; } inline void set_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_120(__StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 value) { ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_120 = value; } inline static int32_t get_offset_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_121() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_121)); } inline __StaticArrayInitTypeSizeU3D32_t99C29E8FAFAAE5B1E3F1CB981F557B0AA62EA81B get_D117188BE8D4609C0D531C51B0BB911A4219DEBE_121() const { return ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_121; } inline __StaticArrayInitTypeSizeU3D32_t99C29E8FAFAAE5B1E3F1CB981F557B0AA62EA81B * get_address_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_121() { return &___D117188BE8D4609C0D531C51B0BB911A4219DEBE_121; } inline void set_D117188BE8D4609C0D531C51B0BB911A4219DEBE_121(__StaticArrayInitTypeSizeU3D32_t99C29E8FAFAAE5B1E3F1CB981F557B0AA62EA81B value) { ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_121 = value; } inline static int32_t get_offset_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_122() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_122)); } inline __StaticArrayInitTypeSizeU3D32_t99C29E8FAFAAE5B1E3F1CB981F557B0AA62EA81B get_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_122() const { return ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_122; } inline __StaticArrayInitTypeSizeU3D32_t99C29E8FAFAAE5B1E3F1CB981F557B0AA62EA81B * get_address_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_122() { return &___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_122; } inline void set_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_122(__StaticArrayInitTypeSizeU3D32_t99C29E8FAFAAE5B1E3F1CB981F557B0AA62EA81B value) { ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_122 = value; } inline static int32_t get_offset_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_123() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_123)); } inline __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 get_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_123() const { return ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_123; } inline __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 * get_address_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_123() { return &___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_123; } inline void set_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_123(__StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 value) { ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_123 = value; } inline static int32_t get_offset_of_D76478B994B312CD022DCA207AA2254880D2FCC9_124() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___D76478B994B312CD022DCA207AA2254880D2FCC9_124)); } inline __StaticArrayInitTypeSizeU3D82_t640F230A48BB0EADFD7AAD68E2C7CCFE04BD327C get_D76478B994B312CD022DCA207AA2254880D2FCC9_124() const { return ___D76478B994B312CD022DCA207AA2254880D2FCC9_124; } inline __StaticArrayInitTypeSizeU3D82_t640F230A48BB0EADFD7AAD68E2C7CCFE04BD327C * get_address_of_D76478B994B312CD022DCA207AA2254880D2FCC9_124() { return &___D76478B994B312CD022DCA207AA2254880D2FCC9_124; } inline void set_D76478B994B312CD022DCA207AA2254880D2FCC9_124(__StaticArrayInitTypeSizeU3D82_t640F230A48BB0EADFD7AAD68E2C7CCFE04BD327C value) { ___D76478B994B312CD022DCA207AA2254880D2FCC9_124 = value; } inline static int32_t get_offset_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_125() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_125)); } inline __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 get_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_125() const { return ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_125; } inline __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 * get_address_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_125() { return &___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_125; } inline void set_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_125(__StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 value) { ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_125 = value; } inline static int32_t get_offset_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_126() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___DA19DB47B583EFCF7825D2E39D661D2354F28219_126)); } inline __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 get_DA19DB47B583EFCF7825D2E39D661D2354F28219_126() const { return ___DA19DB47B583EFCF7825D2E39D661D2354F28219_126; } inline __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 * get_address_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_126() { return &___DA19DB47B583EFCF7825D2E39D661D2354F28219_126; } inline void set_DA19DB47B583EFCF7825D2E39D661D2354F28219_126(__StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 value) { ___DA19DB47B583EFCF7825D2E39D661D2354F28219_126 = value; } inline static int32_t get_offset_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_127() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_127)); } inline __StaticArrayInitTypeSizeU3D56_t0194A3E9F9222887566B1CF6C0E8E013295108CC get_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_127() const { return ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_127; } inline __StaticArrayInitTypeSizeU3D56_t0194A3E9F9222887566B1CF6C0E8E013295108CC * get_address_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_127() { return &___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_127; } inline void set_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_127(__StaticArrayInitTypeSizeU3D56_t0194A3E9F9222887566B1CF6C0E8E013295108CC value) { ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_127 = value; } inline static int32_t get_offset_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_128() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_128)); } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD get_DD3AEFEADB1CD615F3017763F1568179FEE640B0_128() const { return ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_128; } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD * get_address_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_128() { return &___DD3AEFEADB1CD615F3017763F1568179FEE640B0_128; } inline void set_DD3AEFEADB1CD615F3017763F1568179FEE640B0_128(__StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD value) { ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_128 = value; } inline static int32_t get_offset_of_E1827270A5FE1C85F5352A66FD87BA747213D006_129() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___E1827270A5FE1C85F5352A66FD87BA747213D006_129)); } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA get_E1827270A5FE1C85F5352A66FD87BA747213D006_129() const { return ___E1827270A5FE1C85F5352A66FD87BA747213D006_129; } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA * get_address_of_E1827270A5FE1C85F5352A66FD87BA747213D006_129() { return &___E1827270A5FE1C85F5352A66FD87BA747213D006_129; } inline void set_E1827270A5FE1C85F5352A66FD87BA747213D006_129(__StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA value) { ___E1827270A5FE1C85F5352A66FD87BA747213D006_129 = value; } inline static int32_t get_offset_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_130() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_130)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_130() const { return ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_130; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_130() { return &___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_130; } inline void set_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_130(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_130 = value; } inline static int32_t get_offset_of_E75835D001C843F156FBA01B001DFE1B8029AC17_131() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___E75835D001C843F156FBA01B001DFE1B8029AC17_131)); } inline __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 get_E75835D001C843F156FBA01B001DFE1B8029AC17_131() const { return ___E75835D001C843F156FBA01B001DFE1B8029AC17_131; } inline __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 * get_address_of_E75835D001C843F156FBA01B001DFE1B8029AC17_131() { return &___E75835D001C843F156FBA01B001DFE1B8029AC17_131; } inline void set_E75835D001C843F156FBA01B001DFE1B8029AC17_131(__StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 value) { ___E75835D001C843F156FBA01B001DFE1B8029AC17_131 = value; } inline static int32_t get_offset_of_E92B39D8233061927D9ACDE54665E68E7535635A_132() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___E92B39D8233061927D9ACDE54665E68E7535635A_132)); } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD get_E92B39D8233061927D9ACDE54665E68E7535635A_132() const { return ___E92B39D8233061927D9ACDE54665E68E7535635A_132; } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD * get_address_of_E92B39D8233061927D9ACDE54665E68E7535635A_132() { return &___E92B39D8233061927D9ACDE54665E68E7535635A_132; } inline void set_E92B39D8233061927D9ACDE54665E68E7535635A_132(__StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD value) { ___E92B39D8233061927D9ACDE54665E68E7535635A_132 = value; } inline static int32_t get_offset_of_EA9506959484C55CFE0C139C624DF6060E285866_133() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___EA9506959484C55CFE0C139C624DF6060E285866_133)); } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 get_EA9506959484C55CFE0C139C624DF6060E285866_133() const { return ___EA9506959484C55CFE0C139C624DF6060E285866_133; } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 * get_address_of_EA9506959484C55CFE0C139C624DF6060E285866_133() { return &___EA9506959484C55CFE0C139C624DF6060E285866_133; } inline void set_EA9506959484C55CFE0C139C624DF6060E285866_133(__StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 value) { ___EA9506959484C55CFE0C139C624DF6060E285866_133 = value; } inline static int32_t get_offset_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_134() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_134)); } inline __StaticArrayInitTypeSizeU3D262_tF74EA0E2AEDDD20898E5779445ABF7802D23911A get_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_134() const { return ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_134; } inline __StaticArrayInitTypeSizeU3D262_tF74EA0E2AEDDD20898E5779445ABF7802D23911A * get_address_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_134() { return &___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_134; } inline void set_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_134(__StaticArrayInitTypeSizeU3D262_tF74EA0E2AEDDD20898E5779445ABF7802D23911A value) { ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_134 = value; } inline static int32_t get_offset_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_135() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___EBF68F411848D603D059DFDEA2321C5A5EA78044_135)); } inline __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 get_EBF68F411848D603D059DFDEA2321C5A5EA78044_135() const { return ___EBF68F411848D603D059DFDEA2321C5A5EA78044_135; } inline __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 * get_address_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_135() { return &___EBF68F411848D603D059DFDEA2321C5A5EA78044_135; } inline void set_EBF68F411848D603D059DFDEA2321C5A5EA78044_135(__StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 value) { ___EBF68F411848D603D059DFDEA2321C5A5EA78044_135 = value; } inline static int32_t get_offset_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_136() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_136)); } inline __StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 get_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_136() const { return ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_136; } inline __StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 * get_address_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_136() { return &___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_136; } inline void set_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_136(__StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 value) { ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_136 = value; } inline static int32_t get_offset_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_137() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_137)); } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 get_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_137() const { return ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_137; } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 * get_address_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_137() { return &___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_137; } inline void set_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_137(__StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 value) { ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_137 = value; } inline static int32_t get_offset_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_138() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_138)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_138() const { return ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_138; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_138() { return &___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_138; } inline void set_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_138(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_138 = value; } inline static int32_t get_offset_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_139() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_139)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_F06E829E62F3AFBC045D064E10A4F5DF7C969612_139() const { return ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_139; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_139() { return &___F06E829E62F3AFBC045D064E10A4F5DF7C969612_139; } inline void set_F06E829E62F3AFBC045D064E10A4F5DF7C969612_139(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_139 = value; } inline static int32_t get_offset_of_F073AA332018FDA0D572E99448FFF1D6422BD520_140() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___F073AA332018FDA0D572E99448FFF1D6422BD520_140)); } inline __StaticArrayInitTypeSizeU3D11614_t7947936AE0A455E7877908DB7A291DEE37965F6F get_F073AA332018FDA0D572E99448FFF1D6422BD520_140() const { return ___F073AA332018FDA0D572E99448FFF1D6422BD520_140; } inline __StaticArrayInitTypeSizeU3D11614_t7947936AE0A455E7877908DB7A291DEE37965F6F * get_address_of_F073AA332018FDA0D572E99448FFF1D6422BD520_140() { return &___F073AA332018FDA0D572E99448FFF1D6422BD520_140; } inline void set_F073AA332018FDA0D572E99448FFF1D6422BD520_140(__StaticArrayInitTypeSizeU3D11614_t7947936AE0A455E7877908DB7A291DEE37965F6F value) { ___F073AA332018FDA0D572E99448FFF1D6422BD520_140 = value; } inline static int32_t get_offset_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_141() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___F34B0E10653402E8F788F8BC3F7CD7090928A429_141)); } inline __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 get_F34B0E10653402E8F788F8BC3F7CD7090928A429_141() const { return ___F34B0E10653402E8F788F8BC3F7CD7090928A429_141; } inline __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 * get_address_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_141() { return &___F34B0E10653402E8F788F8BC3F7CD7090928A429_141; } inline void set_F34B0E10653402E8F788F8BC3F7CD7090928A429_141(__StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 value) { ___F34B0E10653402E8F788F8BC3F7CD7090928A429_141 = value; } inline static int32_t get_offset_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_142() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_142)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_F37E34BEADB04F34FCC31078A59F49856CA83D5B_142() const { return ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_142; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_142() { return &___F37E34BEADB04F34FCC31078A59F49856CA83D5B_142; } inline void set_F37E34BEADB04F34FCC31078A59F49856CA83D5B_142(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_142 = value; } inline static int32_t get_offset_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_143() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___F512A9ABF88066AAEB92684F95CC05D8101B462B_143)); } inline __StaticArrayInitTypeSizeU3D94_t52D6560B7A2023DDDFDCF4D8F6C226742520B4C7 get_F512A9ABF88066AAEB92684F95CC05D8101B462B_143() const { return ___F512A9ABF88066AAEB92684F95CC05D8101B462B_143; } inline __StaticArrayInitTypeSizeU3D94_t52D6560B7A2023DDDFDCF4D8F6C226742520B4C7 * get_address_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_143() { return &___F512A9ABF88066AAEB92684F95CC05D8101B462B_143; } inline void set_F512A9ABF88066AAEB92684F95CC05D8101B462B_143(__StaticArrayInitTypeSizeU3D94_t52D6560B7A2023DDDFDCF4D8F6C226742520B4C7 value) { ___F512A9ABF88066AAEB92684F95CC05D8101B462B_143 = value; } inline static int32_t get_offset_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_144() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_144)); } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 get_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_144() const { return ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_144; } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 * get_address_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_144() { return &___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_144; } inline void set_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_144(__StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 value) { ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_144 = value; } inline static int32_t get_offset_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_145() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_145)); } inline __StaticArrayInitTypeSizeU3D2350_t029525D9BCF84611FB610B9E4D13EE898E0B055D get_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_145() const { return ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_145; } inline __StaticArrayInitTypeSizeU3D2350_t029525D9BCF84611FB610B9E4D13EE898E0B055D * get_address_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_145() { return &___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_145; } inline void set_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_145(__StaticArrayInitTypeSizeU3D2350_t029525D9BCF84611FB610B9E4D13EE898E0B055D value) { ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_145 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.CallingConventions struct CallingConventions_t9EE04367ABED67A03DB2971F80F83D3EBA9C04E0 { public: // System.Int32 System.Reflection.CallingConventions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CallingConventions_t9EE04367ABED67A03DB2971F80F83D3EBA9C04E0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Cryptography.CipherMode struct CipherMode_t4B09770C743AD8BCCA4B44539D0F4725DFCBCE50 { public: // System.Int32 System.Security.Cryptography.CipherMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CipherMode_t4B09770C743AD8BCCA4B44539D0F4725DFCBCE50, ___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; } }; // Mono.Math.Prime.ConfidenceFactor struct ConfidenceFactor_tF6E093292395A0166D6B8191466D7CA266E6F2DC { public: // System.Int32 Mono.Math.Prime.ConfidenceFactor::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConfidenceFactor_tF6E093292395A0166D6B8191466D7CA266E6F2DC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Remoting.Contexts.Context struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 : public RuntimeObject { public: // System.Int32 System.Runtime.Remoting.Contexts.Context::domain_id int32_t ___domain_id_0; // System.Int32 System.Runtime.Remoting.Contexts.Context::context_id int32_t ___context_id_1; // System.UIntPtr System.Runtime.Remoting.Contexts.Context::static_data uintptr_t ___static_data_2; // System.UIntPtr System.Runtime.Remoting.Contexts.Context::data uintptr_t ___data_3; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::server_context_sink_chain RuntimeObject* ___server_context_sink_chain_6; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::client_context_sink_chain RuntimeObject* ___client_context_sink_chain_7; // System.Collections.Generic.List`1 System.Runtime.Remoting.Contexts.Context::context_properties List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 * ___context_properties_8; // System.LocalDataStoreHolder modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Remoting.Contexts.Context::_localDataStore LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * ____localDataStore_10; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Contexts.Context::context_dynamic_properties DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ___context_dynamic_properties_13; // System.Runtime.Remoting.Contexts.ContextCallbackObject System.Runtime.Remoting.Contexts.Context::callback_object ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B * ___callback_object_14; public: inline static int32_t get_offset_of_domain_id_0() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___domain_id_0)); } inline int32_t get_domain_id_0() const { return ___domain_id_0; } inline int32_t* get_address_of_domain_id_0() { return &___domain_id_0; } inline void set_domain_id_0(int32_t value) { ___domain_id_0 = value; } inline static int32_t get_offset_of_context_id_1() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___context_id_1)); } inline int32_t get_context_id_1() const { return ___context_id_1; } inline int32_t* get_address_of_context_id_1() { return &___context_id_1; } inline void set_context_id_1(int32_t value) { ___context_id_1 = value; } inline static int32_t get_offset_of_static_data_2() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___static_data_2)); } inline uintptr_t get_static_data_2() const { return ___static_data_2; } inline uintptr_t* get_address_of_static_data_2() { return &___static_data_2; } inline void set_static_data_2(uintptr_t value) { ___static_data_2 = value; } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___data_3)); } inline uintptr_t get_data_3() const { return ___data_3; } inline uintptr_t* get_address_of_data_3() { return &___data_3; } inline void set_data_3(uintptr_t value) { ___data_3 = value; } inline static int32_t get_offset_of_server_context_sink_chain_6() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___server_context_sink_chain_6)); } inline RuntimeObject* get_server_context_sink_chain_6() const { return ___server_context_sink_chain_6; } inline RuntimeObject** get_address_of_server_context_sink_chain_6() { return &___server_context_sink_chain_6; } inline void set_server_context_sink_chain_6(RuntimeObject* value) { ___server_context_sink_chain_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___server_context_sink_chain_6), (void*)value); } inline static int32_t get_offset_of_client_context_sink_chain_7() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___client_context_sink_chain_7)); } inline RuntimeObject* get_client_context_sink_chain_7() const { return ___client_context_sink_chain_7; } inline RuntimeObject** get_address_of_client_context_sink_chain_7() { return &___client_context_sink_chain_7; } inline void set_client_context_sink_chain_7(RuntimeObject* value) { ___client_context_sink_chain_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___client_context_sink_chain_7), (void*)value); } inline static int32_t get_offset_of_context_properties_8() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___context_properties_8)); } inline List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 * get_context_properties_8() const { return ___context_properties_8; } inline List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 ** get_address_of_context_properties_8() { return &___context_properties_8; } inline void set_context_properties_8(List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 * value) { ___context_properties_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_properties_8), (void*)value); } inline static int32_t get_offset_of__localDataStore_10() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ____localDataStore_10)); } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * get__localDataStore_10() const { return ____localDataStore_10; } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 ** get_address_of__localDataStore_10() { return &____localDataStore_10; } inline void set__localDataStore_10(LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * value) { ____localDataStore_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____localDataStore_10), (void*)value); } inline static int32_t get_offset_of_context_dynamic_properties_13() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___context_dynamic_properties_13)); } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * get_context_dynamic_properties_13() const { return ___context_dynamic_properties_13; } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B ** get_address_of_context_dynamic_properties_13() { return &___context_dynamic_properties_13; } inline void set_context_dynamic_properties_13(DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * value) { ___context_dynamic_properties_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_dynamic_properties_13), (void*)value); } inline static int32_t get_offset_of_callback_object_14() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___callback_object_14)); } inline ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B * get_callback_object_14() const { return ___callback_object_14; } inline ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B ** get_address_of_callback_object_14() { return &___callback_object_14; } inline void set_callback_object_14(ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B * value) { ___callback_object_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_object_14), (void*)value); } }; struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields { public: // System.Object[] System.Runtime.Remoting.Contexts.Context::local_slots ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___local_slots_4; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::default_server_context_sink RuntimeObject* ___default_server_context_sink_5; // System.Int32 System.Runtime.Remoting.Contexts.Context::global_count int32_t ___global_count_9; // System.LocalDataStoreMgr System.Runtime.Remoting.Contexts.Context::_localDataStoreMgr LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * ____localDataStoreMgr_11; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Contexts.Context::global_dynamic_properties DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ___global_dynamic_properties_12; public: inline static int32_t get_offset_of_local_slots_4() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields, ___local_slots_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_local_slots_4() const { return ___local_slots_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_local_slots_4() { return &___local_slots_4; } inline void set_local_slots_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___local_slots_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___local_slots_4), (void*)value); } inline static int32_t get_offset_of_default_server_context_sink_5() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields, ___default_server_context_sink_5)); } inline RuntimeObject* get_default_server_context_sink_5() const { return ___default_server_context_sink_5; } inline RuntimeObject** get_address_of_default_server_context_sink_5() { return &___default_server_context_sink_5; } inline void set_default_server_context_sink_5(RuntimeObject* value) { ___default_server_context_sink_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_server_context_sink_5), (void*)value); } inline static int32_t get_offset_of_global_count_9() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields, ___global_count_9)); } inline int32_t get_global_count_9() const { return ___global_count_9; } inline int32_t* get_address_of_global_count_9() { return &___global_count_9; } inline void set_global_count_9(int32_t value) { ___global_count_9 = value; } inline static int32_t get_offset_of__localDataStoreMgr_11() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields, ____localDataStoreMgr_11)); } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * get__localDataStoreMgr_11() const { return ____localDataStoreMgr_11; } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A ** get_address_of__localDataStoreMgr_11() { return &____localDataStoreMgr_11; } inline void set__localDataStoreMgr_11(LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * value) { ____localDataStoreMgr_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____localDataStoreMgr_11), (void*)value); } inline static int32_t get_offset_of_global_dynamic_properties_12() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields, ___global_dynamic_properties_12)); } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * get_global_dynamic_properties_12() const { return ___global_dynamic_properties_12; } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B ** get_address_of_global_dynamic_properties_12() { return &___global_dynamic_properties_12; } inline void set_global_dynamic_properties_12(DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * value) { ___global_dynamic_properties_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___global_dynamic_properties_12), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.Remoting.Contexts.Context struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_pinvoke { int32_t ___domain_id_0; int32_t ___context_id_1; uintptr_t ___static_data_2; uintptr_t ___data_3; RuntimeObject* ___server_context_sink_chain_6; RuntimeObject* ___client_context_sink_chain_7; List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 * ___context_properties_8; LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * ____localDataStore_10; DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ___context_dynamic_properties_13; ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B * ___callback_object_14; }; // Native definition for COM marshalling of System.Runtime.Remoting.Contexts.Context struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_com { int32_t ___domain_id_0; int32_t ___context_id_1; uintptr_t ___static_data_2; uintptr_t ___data_3; RuntimeObject* ___server_context_sink_chain_6; RuntimeObject* ___client_context_sink_chain_7; List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 * ___context_properties_8; LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * ____localDataStore_10; DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ___context_dynamic_properties_13; ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B * ___callback_object_14; }; // System.Security.Cryptography.CryptoStreamMode struct CryptoStreamMode_t07EDEDDA82CABCD8B72DA0ABB2A8E384CBCF68D5 { public: // System.Int32 System.Security.Cryptography.CryptoStreamMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CryptoStreamMode_t07EDEDDA82CABCD8B72DA0ABB2A8E384CBCF68D5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Cryptography.CspParameters struct CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.CspParameters::ProviderType int32_t ___ProviderType_0; // System.String System.Security.Cryptography.CspParameters::ProviderName String_t* ___ProviderName_1; // System.String System.Security.Cryptography.CspParameters::KeyContainerName String_t* ___KeyContainerName_2; // System.Int32 System.Security.Cryptography.CspParameters::KeyNumber int32_t ___KeyNumber_3; // System.Int32 System.Security.Cryptography.CspParameters::m_flags int32_t ___m_flags_4; // System.Security.AccessControl.CryptoKeySecurity System.Security.Cryptography.CspParameters::m_cryptoKeySecurity CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 * ___m_cryptoKeySecurity_5; // System.Security.SecureString System.Security.Cryptography.CspParameters::m_keyPassword SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * ___m_keyPassword_6; // System.IntPtr System.Security.Cryptography.CspParameters::m_parentWindowHandle intptr_t ___m_parentWindowHandle_7; public: inline static int32_t get_offset_of_ProviderType_0() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___ProviderType_0)); } inline int32_t get_ProviderType_0() const { return ___ProviderType_0; } inline int32_t* get_address_of_ProviderType_0() { return &___ProviderType_0; } inline void set_ProviderType_0(int32_t value) { ___ProviderType_0 = value; } inline static int32_t get_offset_of_ProviderName_1() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___ProviderName_1)); } inline String_t* get_ProviderName_1() const { return ___ProviderName_1; } inline String_t** get_address_of_ProviderName_1() { return &___ProviderName_1; } inline void set_ProviderName_1(String_t* value) { ___ProviderName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProviderName_1), (void*)value); } inline static int32_t get_offset_of_KeyContainerName_2() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___KeyContainerName_2)); } inline String_t* get_KeyContainerName_2() const { return ___KeyContainerName_2; } inline String_t** get_address_of_KeyContainerName_2() { return &___KeyContainerName_2; } inline void set_KeyContainerName_2(String_t* value) { ___KeyContainerName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyContainerName_2), (void*)value); } inline static int32_t get_offset_of_KeyNumber_3() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___KeyNumber_3)); } inline int32_t get_KeyNumber_3() const { return ___KeyNumber_3; } inline int32_t* get_address_of_KeyNumber_3() { return &___KeyNumber_3; } inline void set_KeyNumber_3(int32_t value) { ___KeyNumber_3 = value; } inline static int32_t get_offset_of_m_flags_4() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___m_flags_4)); } inline int32_t get_m_flags_4() const { return ___m_flags_4; } inline int32_t* get_address_of_m_flags_4() { return &___m_flags_4; } inline void set_m_flags_4(int32_t value) { ___m_flags_4 = value; } inline static int32_t get_offset_of_m_cryptoKeySecurity_5() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___m_cryptoKeySecurity_5)); } inline CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 * get_m_cryptoKeySecurity_5() const { return ___m_cryptoKeySecurity_5; } inline CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 ** get_address_of_m_cryptoKeySecurity_5() { return &___m_cryptoKeySecurity_5; } inline void set_m_cryptoKeySecurity_5(CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 * value) { ___m_cryptoKeySecurity_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cryptoKeySecurity_5), (void*)value); } inline static int32_t get_offset_of_m_keyPassword_6() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___m_keyPassword_6)); } inline SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * get_m_keyPassword_6() const { return ___m_keyPassword_6; } inline SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 ** get_address_of_m_keyPassword_6() { return &___m_keyPassword_6; } inline void set_m_keyPassword_6(SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * value) { ___m_keyPassword_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_keyPassword_6), (void*)value); } inline static int32_t get_offset_of_m_parentWindowHandle_7() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___m_parentWindowHandle_7)); } inline intptr_t get_m_parentWindowHandle_7() const { return ___m_parentWindowHandle_7; } inline intptr_t* get_address_of_m_parentWindowHandle_7() { return &___m_parentWindowHandle_7; } inline void set_m_parentWindowHandle_7(intptr_t value) { ___m_parentWindowHandle_7 = value; } }; // System.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; }; // System.Collections.Concurrent.EnumerablePartitionerOptions struct EnumerablePartitionerOptions_t577444111D51DBB11AB12B75BA3E2AD3549D303D { public: // System.Int32 System.Collections.Concurrent.EnumerablePartitionerOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EnumerablePartitionerOptions_t577444111D51DBB11AB12B75BA3E2AD3549D303D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.IO.FileAccess struct FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.InteropServices.GCHandleType struct GCHandleType_t5D58978165671EDEFCCAE1E2B237BD5AE4E8BC38 { public: // System.Int32 System.Runtime.InteropServices.GCHandleType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(GCHandleType_t5D58978165671EDEFCCAE1E2B237BD5AE4E8BC38, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC : public RuntimeObject { public: // System.Collections.Hashtable/bucket[] System.Collections.Hashtable::buckets bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* ___buckets_10; // System.Int32 System.Collections.Hashtable::count int32_t ___count_11; // System.Int32 System.Collections.Hashtable::occupancy int32_t ___occupancy_12; // System.Int32 System.Collections.Hashtable::loadsize int32_t ___loadsize_13; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_14; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version int32_t ___version_15; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress bool ___isWriterInProgress_16; // System.Collections.ICollection System.Collections.Hashtable::keys RuntimeObject* ___keys_17; // System.Collections.ICollection System.Collections.Hashtable::values RuntimeObject* ___values_18; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_19; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject * ____syncRoot_20; public: inline static int32_t get_offset_of_buckets_10() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___buckets_10)); } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* get_buckets_10() const { return ___buckets_10; } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190** get_address_of_buckets_10() { return &___buckets_10; } inline void set_buckets_10(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* value) { ___buckets_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value); } inline static int32_t get_offset_of_count_11() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___count_11)); } inline int32_t get_count_11() const { return ___count_11; } inline int32_t* get_address_of_count_11() { return &___count_11; } inline void set_count_11(int32_t value) { ___count_11 = value; } inline static int32_t get_offset_of_occupancy_12() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___occupancy_12)); } inline int32_t get_occupancy_12() const { return ___occupancy_12; } inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; } inline void set_occupancy_12(int32_t value) { ___occupancy_12 = value; } inline static int32_t get_offset_of_loadsize_13() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadsize_13)); } inline int32_t get_loadsize_13() const { return ___loadsize_13; } inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; } inline void set_loadsize_13(int32_t value) { ___loadsize_13 = value; } inline static int32_t get_offset_of_loadFactor_14() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadFactor_14)); } inline float get_loadFactor_14() const { return ___loadFactor_14; } inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; } inline void set_loadFactor_14(float value) { ___loadFactor_14 = value; } inline static int32_t get_offset_of_version_15() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___version_15)); } inline int32_t get_version_15() const { return ___version_15; } inline int32_t* get_address_of_version_15() { return &___version_15; } inline void set_version_15(int32_t value) { ___version_15 = value; } inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___isWriterInProgress_16)); } inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; } inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; } inline void set_isWriterInProgress_16(bool value) { ___isWriterInProgress_16 = value; } inline static int32_t get_offset_of_keys_17() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___keys_17)); } inline RuntimeObject* get_keys_17() const { return ___keys_17; } inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; } inline void set_keys_17(RuntimeObject* value) { ___keys_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value); } inline static int32_t get_offset_of_values_18() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___values_18)); } inline RuntimeObject* get_values_18() const { return ___values_18; } inline RuntimeObject** get_address_of_values_18() { return &___values_18; } inline void set_values_18(RuntimeObject* value) { ___values_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value); } inline static int32_t get_offset_of__keycomparer_19() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____keycomparer_19)); } inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; } inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; } inline void set__keycomparer_19(RuntimeObject* value) { ____keycomparer_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value); } inline static int32_t get_offset_of__syncRoot_20() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____syncRoot_20)); } inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; } inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; } inline void set__syncRoot_20(RuntimeObject * value) { ____syncRoot_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)value); } }; // System.Runtime.Serialization.Formatters.Binary.InternalArrayTypeE struct InternalArrayTypeE_tC80F538779E7340C02E117C7053B3FE78D5D5AB0 { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalArrayTypeE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InternalArrayTypeE_tC80F538779E7340C02E117C7053B3FE78D5D5AB0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.Formatters.Binary.InternalMemberTypeE struct InternalMemberTypeE_t03641C77ACC7FE5D947022BC01640F78E746E44C { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalMemberTypeE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InternalMemberTypeE_t03641C77ACC7FE5D947022BC01640F78E746E44C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.Formatters.Binary.InternalMemberValueE struct InternalMemberValueE_tDA8F1C439912F5AEA83D550D559B061A07D6842D { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalMemberValueE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InternalMemberValueE_tDA8F1C439912F5AEA83D550D559B061A07D6842D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.Formatters.Binary.InternalObjectPositionE struct InternalObjectPositionE_tCFF1304BA98FBBC072AD7C33F256E5E272323F2A { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalObjectPositionE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InternalObjectPositionE_tCFF1304BA98FBBC072AD7C33F256E5E272323F2A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.Formatters.Binary.InternalObjectTypeE struct InternalObjectTypeE_t94A0E20132EEE44B14D7E5A2AE73210284EA724E { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalObjectTypeE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InternalObjectTypeE_t94A0E20132EEE44B14D7E5A2AE73210284EA724E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE struct InternalParseTypeE_t88A4E310E7634F2A9B4BF0B27096EFE93C5C097E { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InternalParseTypeE_t88A4E310E7634F2A9B4BF0B27096EFE93C5C097E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE struct InternalPrimitiveTypeE_t1E87BEE5075029E52AA901E3E961F91A98DB78B5 { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InternalPrimitiveTypeE_t1E87BEE5075029E52AA901E3E961F91A98DB78B5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.InternalTaskOptions struct InternalTaskOptions_tE9869E444962B12AAF216CDE276D379BD57D5EEF { public: // System.Int32 System.Threading.Tasks.InternalTaskOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InternalTaskOptions_tE9869E444962B12AAF216CDE276D379BD57D5EEF, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.MemberTypes struct MemberTypes_tA4C0F24E8DE2439AA9E716F96FF8D394F26A5EDE { public: // System.Int32 System.Reflection.MemberTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MemberTypes_tA4C0F24E8DE2439AA9E716F96FF8D394F26A5EDE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; // System.Security.Cryptography.PaddingMode struct PaddingMode_t290E663334E2B7C9D97E4E1985CB3CAAB7B432D3 { public: // System.Int32 System.Security.Cryptography.PaddingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PaddingMode_t290E663334E2B7C9D97E4E1985CB3CAAB7B432D3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.ParallelLoopResult struct ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3 { public: // System.Boolean System.Threading.Tasks.ParallelLoopResult::m_completed bool ___m_completed_0; // System.Nullable`1 System.Threading.Tasks.ParallelLoopResult::m_lowestBreakIteration Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F ___m_lowestBreakIteration_1; public: inline static int32_t get_offset_of_m_completed_0() { return static_cast(offsetof(ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3, ___m_completed_0)); } inline bool get_m_completed_0() const { return ___m_completed_0; } inline bool* get_address_of_m_completed_0() { return &___m_completed_0; } inline void set_m_completed_0(bool value) { ___m_completed_0 = value; } inline static int32_t get_offset_of_m_lowestBreakIteration_1() { return static_cast(offsetof(ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3, ___m_lowestBreakIteration_1)); } inline Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F get_m_lowestBreakIteration_1() const { return ___m_lowestBreakIteration_1; } inline Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F * get_address_of_m_lowestBreakIteration_1() { return &___m_lowestBreakIteration_1; } inline void set_m_lowestBreakIteration_1(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F value) { ___m_lowestBreakIteration_1 = value; } }; // Native definition for P/Invoke marshalling of System.Threading.Tasks.ParallelLoopResult struct ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3_marshaled_pinvoke { int32_t ___m_completed_0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F ___m_lowestBreakIteration_1; }; // Native definition for COM marshalling of System.Threading.Tasks.ParallelLoopResult struct ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3_marshaled_com { int32_t ___m_completed_0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F ___m_lowestBreakIteration_1; }; // System.Threading.Tasks.ParallelLoopStateFlags struct ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.ParallelLoopStateFlags::m_LoopStateFlags int32_t ___m_LoopStateFlags_5; public: inline static int32_t get_offset_of_m_LoopStateFlags_5() { return static_cast(offsetof(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127, ___m_LoopStateFlags_5)); } inline int32_t get_m_LoopStateFlags_5() const { return ___m_LoopStateFlags_5; } inline int32_t* get_address_of_m_LoopStateFlags_5() { return &___m_LoopStateFlags_5; } inline void set_m_LoopStateFlags_5(int32_t value) { ___m_LoopStateFlags_5 = value; } }; struct ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields { public: // System.Int32 System.Threading.Tasks.ParallelLoopStateFlags::PLS_NONE int32_t ___PLS_NONE_0; // System.Int32 System.Threading.Tasks.ParallelLoopStateFlags::PLS_EXCEPTIONAL int32_t ___PLS_EXCEPTIONAL_1; // System.Int32 System.Threading.Tasks.ParallelLoopStateFlags::PLS_BROKEN int32_t ___PLS_BROKEN_2; // System.Int32 System.Threading.Tasks.ParallelLoopStateFlags::PLS_STOPPED int32_t ___PLS_STOPPED_3; // System.Int32 System.Threading.Tasks.ParallelLoopStateFlags::PLS_CANCELED int32_t ___PLS_CANCELED_4; public: inline static int32_t get_offset_of_PLS_NONE_0() { return static_cast(offsetof(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields, ___PLS_NONE_0)); } inline int32_t get_PLS_NONE_0() const { return ___PLS_NONE_0; } inline int32_t* get_address_of_PLS_NONE_0() { return &___PLS_NONE_0; } inline void set_PLS_NONE_0(int32_t value) { ___PLS_NONE_0 = value; } inline static int32_t get_offset_of_PLS_EXCEPTIONAL_1() { return static_cast(offsetof(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields, ___PLS_EXCEPTIONAL_1)); } inline int32_t get_PLS_EXCEPTIONAL_1() const { return ___PLS_EXCEPTIONAL_1; } inline int32_t* get_address_of_PLS_EXCEPTIONAL_1() { return &___PLS_EXCEPTIONAL_1; } inline void set_PLS_EXCEPTIONAL_1(int32_t value) { ___PLS_EXCEPTIONAL_1 = value; } inline static int32_t get_offset_of_PLS_BROKEN_2() { return static_cast(offsetof(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields, ___PLS_BROKEN_2)); } inline int32_t get_PLS_BROKEN_2() const { return ___PLS_BROKEN_2; } inline int32_t* get_address_of_PLS_BROKEN_2() { return &___PLS_BROKEN_2; } inline void set_PLS_BROKEN_2(int32_t value) { ___PLS_BROKEN_2 = value; } inline static int32_t get_offset_of_PLS_STOPPED_3() { return static_cast(offsetof(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields, ___PLS_STOPPED_3)); } inline int32_t get_PLS_STOPPED_3() const { return ___PLS_STOPPED_3; } inline int32_t* get_address_of_PLS_STOPPED_3() { return &___PLS_STOPPED_3; } inline void set_PLS_STOPPED_3(int32_t value) { ___PLS_STOPPED_3 = value; } inline static int32_t get_offset_of_PLS_CANCELED_4() { return static_cast(offsetof(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields, ___PLS_CANCELED_4)); } inline int32_t get_PLS_CANCELED_4() const { return ___PLS_CANCELED_4; } inline int32_t* get_address_of_PLS_CANCELED_4() { return &___PLS_CANCELED_4; } inline void set_PLS_CANCELED_4(int32_t value) { ___PLS_CANCELED_4 = value; } }; // System.Threading.Tasks.ParallelOptions struct ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C : public RuntimeObject { public: // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.ParallelOptions::m_scheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___m_scheduler_0; // System.Int32 System.Threading.Tasks.ParallelOptions::m_maxDegreeOfParallelism int32_t ___m_maxDegreeOfParallelism_1; // System.Threading.CancellationToken System.Threading.Tasks.ParallelOptions::m_cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___m_cancellationToken_2; public: inline static int32_t get_offset_of_m_scheduler_0() { return static_cast(offsetof(ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C, ___m_scheduler_0)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_m_scheduler_0() const { return ___m_scheduler_0; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_m_scheduler_0() { return &___m_scheduler_0; } inline void set_m_scheduler_0(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___m_scheduler_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_scheduler_0), (void*)value); } inline static int32_t get_offset_of_m_maxDegreeOfParallelism_1() { return static_cast(offsetof(ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C, ___m_maxDegreeOfParallelism_1)); } inline int32_t get_m_maxDegreeOfParallelism_1() const { return ___m_maxDegreeOfParallelism_1; } inline int32_t* get_address_of_m_maxDegreeOfParallelism_1() { return &___m_maxDegreeOfParallelism_1; } inline void set_m_maxDegreeOfParallelism_1(int32_t value) { ___m_maxDegreeOfParallelism_1 = value; } inline static int32_t get_offset_of_m_cancellationToken_2() { return static_cast(offsetof(ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C, ___m_cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_m_cancellationToken_2() const { return ___m_cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_m_cancellationToken_2() { return &___m_cancellationToken_2; } inline void set_m_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___m_cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_cancellationToken_2))->___m_source_0), (void*)NULL); } }; // System.Reflection.ParameterAttributes struct ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.ParseFailureKind struct ParseFailureKind_t40447F7993B949EF7D44052DBD89ACDEBEE4B7C9 { public: // System.Int32 System.ParseFailureKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParseFailureKind_t40447F7993B949EF7D44052DBD89ACDEBEE4B7C9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.ParseFlags struct ParseFlags_tAA2AAC09BAF2AFD8A8432E97F3F57BAF7794B011 { public: // System.Int32 System.ParseFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParseFlags_tAA2AAC09BAF2AFD8A8432E97F3F57BAF7794B011, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Permissions.PermissionState struct PermissionState_t8992AD46805E92D07E3BB37657F9E2C75302D4D9 { public: // System.Int32 System.Security.Permissions.PermissionState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PermissionState_t8992AD46805E92D07E3BB37657F9E2C75302D4D9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.PlatformHelper struct PlatformHelper_tF07DADE72B13BC22B013B744AD253732AE626811 : public RuntimeObject { public: public: }; struct PlatformHelper_tF07DADE72B13BC22B013B744AD253732AE626811_StaticFields { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.PlatformHelper::s_processorCount int32_t ___s_processorCount_0; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.PlatformHelper::s_lastProcessorCountRefreshTicks int32_t ___s_lastProcessorCountRefreshTicks_1; public: inline static int32_t get_offset_of_s_processorCount_0() { return static_cast(offsetof(PlatformHelper_tF07DADE72B13BC22B013B744AD253732AE626811_StaticFields, ___s_processorCount_0)); } inline int32_t get_s_processorCount_0() const { return ___s_processorCount_0; } inline int32_t* get_address_of_s_processorCount_0() { return &___s_processorCount_0; } inline void set_s_processorCount_0(int32_t value) { ___s_processorCount_0 = value; } inline static int32_t get_offset_of_s_lastProcessorCountRefreshTicks_1() { return static_cast(offsetof(PlatformHelper_tF07DADE72B13BC22B013B744AD253732AE626811_StaticFields, ___s_lastProcessorCountRefreshTicks_1)); } inline int32_t get_s_lastProcessorCountRefreshTicks_1() const { return ___s_lastProcessorCountRefreshTicks_1; } inline int32_t* get_address_of_s_lastProcessorCountRefreshTicks_1() { return &___s_lastProcessorCountRefreshTicks_1; } inline void set_s_lastProcessorCountRefreshTicks_1(int32_t value) { ___s_lastProcessorCountRefreshTicks_1 = value; } }; // System.PlatformID struct PlatformID_tAE7D984C08AF0DB2E5398AAE4842B704DBDDE159 { public: // System.Int32 System.PlatformID::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PlatformID_tAE7D984C08AF0DB2E5398AAE4842B704DBDDE159, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.ProcessorArchitecture struct ProcessorArchitecture_t80DDC787E34DBB9769E1CA90689FDB0131D60AAB { public: // System.Int32 System.Reflection.ProcessorArchitecture::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProcessorArchitecture_t80DDC787E34DBB9769E1CA90689FDB0131D60AAB, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.PropertyAttributes struct PropertyAttributes_tD4697434E7DA092DDE18E7D5863B2BC2EA5CD3C1 { public: // System.Int32 System.Reflection.PropertyAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PropertyAttributes_tD4697434E7DA092DDE18E7D5863B2BC2EA5CD3C1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.Emit.PropertyBuilder struct PropertyBuilder_tC6C9AA166B85748AE7E01EED48443244EB95CC7F : public PropertyInfo_t { public: public: }; // System.Security.Cryptography.RIPEMD160Managed struct RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28 : public RIPEMD160_tC46FCE0C691B3F2E543969F484A39F7B3B6600C0 { public: // System.Byte[] System.Security.Cryptography.RIPEMD160Managed::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_4; // System.Int64 System.Security.Cryptography.RIPEMD160Managed::_count int64_t ____count_5; // System.UInt32[] System.Security.Cryptography.RIPEMD160Managed::_stateMD160 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____stateMD160_6; // System.UInt32[] System.Security.Cryptography.RIPEMD160Managed::_blockDWords UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____blockDWords_7; public: inline static int32_t get_offset_of__buffer_4() { return static_cast(offsetof(RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28, ____buffer_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_4() const { return ____buffer_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_4() { return &____buffer_4; } inline void set__buffer_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value); } inline static int32_t get_offset_of__count_5() { return static_cast(offsetof(RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28, ____count_5)); } inline int64_t get__count_5() const { return ____count_5; } inline int64_t* get_address_of__count_5() { return &____count_5; } inline void set__count_5(int64_t value) { ____count_5 = value; } inline static int32_t get_offset_of__stateMD160_6() { return static_cast(offsetof(RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28, ____stateMD160_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__stateMD160_6() const { return ____stateMD160_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__stateMD160_6() { return &____stateMD160_6; } inline void set__stateMD160_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____stateMD160_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stateMD160_6), (void*)value); } inline static int32_t get_offset_of__blockDWords_7() { return static_cast(offsetof(RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28, ____blockDWords_7)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__blockDWords_7() const { return ____blockDWords_7; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__blockDWords_7() { return &____blockDWords_7; } inline void set__blockDWords_7(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____blockDWords_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____blockDWords_7), (void*)value); } }; // System.Security.Cryptography.RNGCryptoServiceProvider struct RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1 : public RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 { public: // System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::_handle intptr_t ____handle_1; public: inline static int32_t get_offset_of__handle_1() { return static_cast(offsetof(RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1, ____handle_1)); } inline intptr_t get__handle_1() const { return ____handle_1; } inline intptr_t* get_address_of__handle_1() { return &____handle_1; } inline void set__handle_1(intptr_t value) { ____handle_1 = value; } }; struct RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_StaticFields { public: // System.Object System.Security.Cryptography.RNGCryptoServiceProvider::_lock RuntimeObject * ____lock_0; public: inline static int32_t get_offset_of__lock_0() { return static_cast(offsetof(RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_StaticFields, ____lock_0)); } inline RuntimeObject * get__lock_0() const { return ____lock_0; } inline RuntimeObject ** get_address_of__lock_0() { return &____lock_0; } inline void set__lock_0(RuntimeObject * value) { ____lock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____lock_0), (void*)value); } }; // System.Runtime.Remoting.Proxies.RemotingProxy struct RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 : public RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 { public: // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Proxies.RemotingProxy::_sink RuntimeObject* ____sink_10; // System.Boolean System.Runtime.Remoting.Proxies.RemotingProxy::_hasEnvoySink bool ____hasEnvoySink_11; // System.Runtime.Remoting.Messaging.ConstructionCall System.Runtime.Remoting.Proxies.RemotingProxy::_ctorCall ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C * ____ctorCall_12; public: inline static int32_t get_offset_of__sink_10() { return static_cast(offsetof(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63, ____sink_10)); } inline RuntimeObject* get__sink_10() const { return ____sink_10; } inline RuntimeObject** get_address_of__sink_10() { return &____sink_10; } inline void set__sink_10(RuntimeObject* value) { ____sink_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____sink_10), (void*)value); } inline static int32_t get_offset_of__hasEnvoySink_11() { return static_cast(offsetof(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63, ____hasEnvoySink_11)); } inline bool get__hasEnvoySink_11() const { return ____hasEnvoySink_11; } inline bool* get_address_of__hasEnvoySink_11() { return &____hasEnvoySink_11; } inline void set__hasEnvoySink_11(bool value) { ____hasEnvoySink_11 = value; } inline static int32_t get_offset_of__ctorCall_12() { return static_cast(offsetof(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63, ____ctorCall_12)); } inline ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C * get__ctorCall_12() const { return ____ctorCall_12; } inline ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C ** get_address_of__ctorCall_12() { return &____ctorCall_12; } inline void set__ctorCall_12(ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C * value) { ____ctorCall_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____ctorCall_12), (void*)value); } }; struct RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_StaticFields { public: // System.Reflection.MethodInfo System.Runtime.Remoting.Proxies.RemotingProxy::_cache_GetTypeMethod MethodInfo_t * ____cache_GetTypeMethod_8; // System.Reflection.MethodInfo System.Runtime.Remoting.Proxies.RemotingProxy::_cache_GetHashCodeMethod MethodInfo_t * ____cache_GetHashCodeMethod_9; public: inline static int32_t get_offset_of__cache_GetTypeMethod_8() { return static_cast(offsetof(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_StaticFields, ____cache_GetTypeMethod_8)); } inline MethodInfo_t * get__cache_GetTypeMethod_8() const { return ____cache_GetTypeMethod_8; } inline MethodInfo_t ** get_address_of__cache_GetTypeMethod_8() { return &____cache_GetTypeMethod_8; } inline void set__cache_GetTypeMethod_8(MethodInfo_t * value) { ____cache_GetTypeMethod_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____cache_GetTypeMethod_8), (void*)value); } inline static int32_t get_offset_of__cache_GetHashCodeMethod_9() { return static_cast(offsetof(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_StaticFields, ____cache_GetHashCodeMethod_9)); } inline MethodInfo_t * get__cache_GetHashCodeMethod_9() const { return ____cache_GetHashCodeMethod_9; } inline MethodInfo_t ** get_address_of__cache_GetHashCodeMethod_9() { return &____cache_GetHashCodeMethod_9; } inline void set__cache_GetHashCodeMethod_9(MethodInfo_t * value) { ____cache_GetHashCodeMethod_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____cache_GetHashCodeMethod_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; } }; // Mono.RuntimePropertyHandle struct RuntimePropertyHandle_t843D2A2D5C9669456565E0F68CD088C7503CDAF0 { public: // System.IntPtr Mono.RuntimePropertyHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimePropertyHandle_t843D2A2D5C9669456565E0F68CD088C7503CDAF0, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.Security.Permissions.SecurityAction struct SecurityAction_t4D6245312D5B1C5D17C6E124944FE59AC6233996 { public: // System.Int32 System.Security.Permissions.SecurityAction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SecurityAction_t4D6245312D5B1C5D17C6E124944FE59AC6233996, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.SecurityElementType struct SecurityElementType_t79E5D7ED971581D92094F0F8BA1DB384E612DC4E { public: // System.Int32 System.Security.SecurityElementType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SecurityElementType_t79E5D7ED971581D92094F0F8BA1DB384E612DC4E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.StackCrawlMark struct StackCrawlMark_t2BEE6EC5F8EA322B986CA375A594BBD34B98EBA5 { public: // System.Int32 System.Threading.StackCrawlMark::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StackCrawlMark_t2BEE6EC5F8EA322B986CA375A594BBD34B98EBA5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.StringComparison struct StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_4; // System.Object System.Threading.Tasks.Task::m_action RuntimeObject * ___m_action_5; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject * ___m_stateObject_6; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___m_taskScheduler_7; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_parent_8; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_9; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject * ___m_continuationObject_28; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * ___m_contingentProperties_33; public: inline static int32_t get_offset_of_m_taskId_4() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskId_4)); } inline int32_t get_m_taskId_4() const { return ___m_taskId_4; } inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; } inline void set_m_taskId_4(int32_t value) { ___m_taskId_4 = value; } inline static int32_t get_offset_of_m_action_5() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_action_5)); } inline RuntimeObject * get_m_action_5() const { return ___m_action_5; } inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; } inline void set_m_action_5(RuntimeObject * value) { ___m_action_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_action_5), (void*)value); } inline static int32_t get_offset_of_m_stateObject_6() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateObject_6)); } inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; } inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; } inline void set_m_stateObject_6(RuntimeObject * value) { ___m_stateObject_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateObject_6), (void*)value); } inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskScheduler_7)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; } inline void set_m_taskScheduler_7(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___m_taskScheduler_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_7), (void*)value); } inline static int32_t get_offset_of_m_parent_8() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_parent_8)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_parent_8() const { return ___m_parent_8; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_parent_8() { return &___m_parent_8; } inline void set_m_parent_8(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_parent_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_parent_8), (void*)value); } inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateFlags_9)); } inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; } inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; } inline void set_m_stateFlags_9(int32_t value) { ___m_stateFlags_9 = value; } inline static int32_t get_offset_of_m_continuationObject_28() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_continuationObject_28)); } inline RuntimeObject * get_m_continuationObject_28() const { return ___m_continuationObject_28; } inline RuntimeObject ** get_address_of_m_continuationObject_28() { return &___m_continuationObject_28; } inline void set_m_continuationObject_28(RuntimeObject * value) { ___m_continuationObject_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_28), (void*)value); } inline static int32_t get_offset_of_m_contingentProperties_33() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_contingentProperties_33)); } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * get_m_contingentProperties_33() const { return ___m_contingentProperties_33; } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 ** get_address_of_m_contingentProperties_33() { return &___m_contingentProperties_33; } inline void set_m_contingentProperties_33(ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * value) { ___m_contingentProperties_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_33), (void*)value); } }; struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields { public: // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_2; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * ___s_factory_3; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject * ___s_taskCompletionSentinel_29; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_30; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * ___s_currentActiveTasks_31; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject * ___s_activeTasksLock_32; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_taskCancelCallback_34; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * ___s_createContingentProperties_35; // System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___s_completedTask_36; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * ___s_IsExceptionObservedByParentPredicate_37; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___s_ecCallback_38; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___s_IsTaskContinuationNullPredicate_39; public: inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskIdCounter_2)); } inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; } inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; } inline void set_s_taskIdCounter_2(int32_t value) { ___s_taskIdCounter_2 = value; } inline static int32_t get_offset_of_s_factory_3() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_factory_3)); } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * get_s_factory_3() const { return ___s_factory_3; } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B ** get_address_of_s_factory_3() { return &___s_factory_3; } inline void set_s_factory_3(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * value) { ___s_factory_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value); } inline static int32_t get_offset_of_s_taskCompletionSentinel_29() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCompletionSentinel_29)); } inline RuntimeObject * get_s_taskCompletionSentinel_29() const { return ___s_taskCompletionSentinel_29; } inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_29() { return &___s_taskCompletionSentinel_29; } inline void set_s_taskCompletionSentinel_29(RuntimeObject * value) { ___s_taskCompletionSentinel_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_29), (void*)value); } inline static int32_t get_offset_of_s_asyncDebuggingEnabled_30() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_asyncDebuggingEnabled_30)); } inline bool get_s_asyncDebuggingEnabled_30() const { return ___s_asyncDebuggingEnabled_30; } inline bool* get_address_of_s_asyncDebuggingEnabled_30() { return &___s_asyncDebuggingEnabled_30; } inline void set_s_asyncDebuggingEnabled_30(bool value) { ___s_asyncDebuggingEnabled_30 = value; } inline static int32_t get_offset_of_s_currentActiveTasks_31() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_currentActiveTasks_31)); } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * get_s_currentActiveTasks_31() const { return ___s_currentActiveTasks_31; } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 ** get_address_of_s_currentActiveTasks_31() { return &___s_currentActiveTasks_31; } inline void set_s_currentActiveTasks_31(Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * value) { ___s_currentActiveTasks_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_31), (void*)value); } inline static int32_t get_offset_of_s_activeTasksLock_32() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_activeTasksLock_32)); } inline RuntimeObject * get_s_activeTasksLock_32() const { return ___s_activeTasksLock_32; } inline RuntimeObject ** get_address_of_s_activeTasksLock_32() { return &___s_activeTasksLock_32; } inline void set_s_activeTasksLock_32(RuntimeObject * value) { ___s_activeTasksLock_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_32), (void*)value); } inline static int32_t get_offset_of_s_taskCancelCallback_34() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCancelCallback_34)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_taskCancelCallback_34() const { return ___s_taskCancelCallback_34; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_taskCancelCallback_34() { return &___s_taskCancelCallback_34; } inline void set_s_taskCancelCallback_34(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_taskCancelCallback_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_34), (void*)value); } inline static int32_t get_offset_of_s_createContingentProperties_35() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_createContingentProperties_35)); } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * get_s_createContingentProperties_35() const { return ___s_createContingentProperties_35; } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B ** get_address_of_s_createContingentProperties_35() { return &___s_createContingentProperties_35; } inline void set_s_createContingentProperties_35(Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * value) { ___s_createContingentProperties_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_35), (void*)value); } inline static int32_t get_offset_of_s_completedTask_36() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_completedTask_36)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_s_completedTask_36() const { return ___s_completedTask_36; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_s_completedTask_36() { return &___s_completedTask_36; } inline void set_s_completedTask_36(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___s_completedTask_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_36), (void*)value); } inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_37() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsExceptionObservedByParentPredicate_37)); } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * get_s_IsExceptionObservedByParentPredicate_37() const { return ___s_IsExceptionObservedByParentPredicate_37; } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD ** get_address_of_s_IsExceptionObservedByParentPredicate_37() { return &___s_IsExceptionObservedByParentPredicate_37; } inline void set_s_IsExceptionObservedByParentPredicate_37(Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * value) { ___s_IsExceptionObservedByParentPredicate_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_37), (void*)value); } inline static int32_t get_offset_of_s_ecCallback_38() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_ecCallback_38)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_s_ecCallback_38() const { return ___s_ecCallback_38; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_s_ecCallback_38() { return &___s_ecCallback_38; } inline void set_s_ecCallback_38(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___s_ecCallback_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_38), (void*)value); } inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_39() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsTaskContinuationNullPredicate_39)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_s_IsTaskContinuationNullPredicate_39() const { return ___s_IsTaskContinuationNullPredicate_39; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_s_IsTaskContinuationNullPredicate_39() { return &___s_IsTaskContinuationNullPredicate_39; } inline void set_s_IsTaskContinuationNullPredicate_39(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___s_IsTaskContinuationNullPredicate_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_39), (void*)value); } }; struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields { public: // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___t_currentTask_0; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * ___t_stackGuard_1; public: inline static int32_t get_offset_of_t_currentTask_0() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_currentTask_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_t_currentTask_0() const { return ___t_currentTask_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; } inline void set_t_currentTask_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___t_currentTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_currentTask_0), (void*)value); } inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_stackGuard_1)); } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * get_t_stackGuard_1() const { return ___t_stackGuard_1; } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; } inline void set_t_stackGuard_1(StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * value) { ___t_stackGuard_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value); } }; // System.Threading.Tasks.TaskCreationOptions struct TaskCreationOptions_t469019F1B0F93FA60337952E265311E8048D2112 { public: // System.Int32 System.Threading.Tasks.TaskCreationOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TaskCreationOptions_t469019F1B0F93FA60337952E265311E8048D2112, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.TaskScheduler::m_taskSchedulerId int32_t ___m_taskSchedulerId_3; public: inline static int32_t get_offset_of_m_taskSchedulerId_3() { return static_cast(offsetof(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D, ___m_taskSchedulerId_3)); } inline int32_t get_m_taskSchedulerId_3() const { return ___m_taskSchedulerId_3; } inline int32_t* get_address_of_m_taskSchedulerId_3() { return &___m_taskSchedulerId_3; } inline void set_m_taskSchedulerId_3(int32_t value) { ___m_taskSchedulerId_3 = value; } }; struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields { public: // System.Runtime.CompilerServices.ConditionalWeakTable`2 System.Threading.Tasks.TaskScheduler::s_activeTaskSchedulers ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 * ___s_activeTaskSchedulers_0; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler::s_defaultTaskScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___s_defaultTaskScheduler_1; // System.Int32 System.Threading.Tasks.TaskScheduler::s_taskSchedulerIdCounter int32_t ___s_taskSchedulerIdCounter_2; // System.EventHandler`1 System.Threading.Tasks.TaskScheduler::_unobservedTaskException EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A * ____unobservedTaskException_4; // System.Object System.Threading.Tasks.TaskScheduler::_unobservedTaskExceptionLockObject RuntimeObject * ____unobservedTaskExceptionLockObject_5; public: inline static int32_t get_offset_of_s_activeTaskSchedulers_0() { return static_cast(offsetof(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields, ___s_activeTaskSchedulers_0)); } inline ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 * get_s_activeTaskSchedulers_0() const { return ___s_activeTaskSchedulers_0; } inline ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 ** get_address_of_s_activeTaskSchedulers_0() { return &___s_activeTaskSchedulers_0; } inline void set_s_activeTaskSchedulers_0(ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 * value) { ___s_activeTaskSchedulers_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_activeTaskSchedulers_0), (void*)value); } inline static int32_t get_offset_of_s_defaultTaskScheduler_1() { return static_cast(offsetof(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields, ___s_defaultTaskScheduler_1)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_s_defaultTaskScheduler_1() const { return ___s_defaultTaskScheduler_1; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_s_defaultTaskScheduler_1() { return &___s_defaultTaskScheduler_1; } inline void set_s_defaultTaskScheduler_1(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___s_defaultTaskScheduler_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultTaskScheduler_1), (void*)value); } inline static int32_t get_offset_of_s_taskSchedulerIdCounter_2() { return static_cast(offsetof(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields, ___s_taskSchedulerIdCounter_2)); } inline int32_t get_s_taskSchedulerIdCounter_2() const { return ___s_taskSchedulerIdCounter_2; } inline int32_t* get_address_of_s_taskSchedulerIdCounter_2() { return &___s_taskSchedulerIdCounter_2; } inline void set_s_taskSchedulerIdCounter_2(int32_t value) { ___s_taskSchedulerIdCounter_2 = value; } inline static int32_t get_offset_of__unobservedTaskException_4() { return static_cast(offsetof(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields, ____unobservedTaskException_4)); } inline EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A * get__unobservedTaskException_4() const { return ____unobservedTaskException_4; } inline EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A ** get_address_of__unobservedTaskException_4() { return &____unobservedTaskException_4; } inline void set__unobservedTaskException_4(EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A * value) { ____unobservedTaskException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____unobservedTaskException_4), (void*)value); } inline static int32_t get_offset_of__unobservedTaskExceptionLockObject_5() { return static_cast(offsetof(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields, ____unobservedTaskExceptionLockObject_5)); } inline RuntimeObject * get__unobservedTaskExceptionLockObject_5() const { return ____unobservedTaskExceptionLockObject_5; } inline RuntimeObject ** get_address_of__unobservedTaskExceptionLockObject_5() { return &____unobservedTaskExceptionLockObject_5; } inline void set__unobservedTaskExceptionLockObject_5(RuntimeObject * value) { ____unobservedTaskExceptionLockObject_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____unobservedTaskExceptionLockObject_5), (void*)value); } }; // System.Runtime.InteropServices.UnmanagedType struct UnmanagedType_t53405B47066ADAD062611907B4277685EA0F330E { public: // System.Int32 System.Runtime.InteropServices.UnmanagedType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UnmanagedType_t53405B47066ADAD062611907B4277685EA0F330E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.InteropServices.VarEnum struct VarEnum_tAB88E7C29FB9B005044E4BEBD46097CE78A88218 { public: // System.Int32 System.Runtime.InteropServices.VarEnum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VarEnum_tAB88E7C29FB9B005044E4BEBD46097CE78A88218, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.DateTimeParse/TM struct TM_t03D2966F618270C85678E2E753D94475B43FC5F3 { public: // System.Int32 System.DateTimeParse/TM::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TM_t03D2966F618270C85678E2E753D94475B43FC5F3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.ExecutionContext/CaptureOptions struct CaptureOptions_t9DBDF67BE8DFE3AC07C9AF489F95FC8C14CB9C9E { public: // System.Int32 System.Threading.ExecutionContext/CaptureOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CaptureOptions_t9DBDF67BE8DFE3AC07C9AF489F95FC8C14CB9C9E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.ExecutionContext/Flags struct Flags_t84E4B7439C575026B3A9D10B43AC61B9709011E4 { public: // System.Int32 System.Threading.ExecutionContext/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t84E4B7439C575026B3A9D10B43AC61B9709011E4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Util.Tokenizer/TokenSource struct TokenSource_t8783785998A9252ECD91B4A5B0985F2067C3B5B3 { public: // System.Int32 System.Security.Util.Tokenizer/TokenSource::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TokenSource_t8783785998A9252ECD91B4A5B0985F2067C3B5B3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Cryptography.CryptoStream struct CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream System.Security.Cryptography.CryptoStream::_stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____stream_5; // System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.CryptoStream::_Transform RuntimeObject* ____Transform_6; // System.Byte[] System.Security.Cryptography.CryptoStream::_InputBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____InputBuffer_7; // System.Int32 System.Security.Cryptography.CryptoStream::_InputBufferIndex int32_t ____InputBufferIndex_8; // System.Int32 System.Security.Cryptography.CryptoStream::_InputBlockSize int32_t ____InputBlockSize_9; // System.Byte[] System.Security.Cryptography.CryptoStream::_OutputBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____OutputBuffer_10; // System.Int32 System.Security.Cryptography.CryptoStream::_OutputBufferIndex int32_t ____OutputBufferIndex_11; // System.Int32 System.Security.Cryptography.CryptoStream::_OutputBlockSize int32_t ____OutputBlockSize_12; // System.Security.Cryptography.CryptoStreamMode System.Security.Cryptography.CryptoStream::_transformMode int32_t ____transformMode_13; // System.Boolean System.Security.Cryptography.CryptoStream::_canRead bool ____canRead_14; // System.Boolean System.Security.Cryptography.CryptoStream::_canWrite bool ____canWrite_15; // System.Boolean System.Security.Cryptography.CryptoStream::_finalBlockTransformed bool ____finalBlockTransformed_16; public: inline static int32_t get_offset_of__stream_5() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__stream_5() const { return ____stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__stream_5() { return &____stream_5; } inline void set__stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____stream_5), (void*)value); } inline static int32_t get_offset_of__Transform_6() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____Transform_6)); } inline RuntimeObject* get__Transform_6() const { return ____Transform_6; } inline RuntimeObject** get_address_of__Transform_6() { return &____Transform_6; } inline void set__Transform_6(RuntimeObject* value) { ____Transform_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____Transform_6), (void*)value); } inline static int32_t get_offset_of__InputBuffer_7() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____InputBuffer_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__InputBuffer_7() const { return ____InputBuffer_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__InputBuffer_7() { return &____InputBuffer_7; } inline void set__InputBuffer_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____InputBuffer_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____InputBuffer_7), (void*)value); } inline static int32_t get_offset_of__InputBufferIndex_8() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____InputBufferIndex_8)); } inline int32_t get__InputBufferIndex_8() const { return ____InputBufferIndex_8; } inline int32_t* get_address_of__InputBufferIndex_8() { return &____InputBufferIndex_8; } inline void set__InputBufferIndex_8(int32_t value) { ____InputBufferIndex_8 = value; } inline static int32_t get_offset_of__InputBlockSize_9() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____InputBlockSize_9)); } inline int32_t get__InputBlockSize_9() const { return ____InputBlockSize_9; } inline int32_t* get_address_of__InputBlockSize_9() { return &____InputBlockSize_9; } inline void set__InputBlockSize_9(int32_t value) { ____InputBlockSize_9 = value; } inline static int32_t get_offset_of__OutputBuffer_10() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____OutputBuffer_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__OutputBuffer_10() const { return ____OutputBuffer_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__OutputBuffer_10() { return &____OutputBuffer_10; } inline void set__OutputBuffer_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____OutputBuffer_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____OutputBuffer_10), (void*)value); } inline static int32_t get_offset_of__OutputBufferIndex_11() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____OutputBufferIndex_11)); } inline int32_t get__OutputBufferIndex_11() const { return ____OutputBufferIndex_11; } inline int32_t* get_address_of__OutputBufferIndex_11() { return &____OutputBufferIndex_11; } inline void set__OutputBufferIndex_11(int32_t value) { ____OutputBufferIndex_11 = value; } inline static int32_t get_offset_of__OutputBlockSize_12() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____OutputBlockSize_12)); } inline int32_t get__OutputBlockSize_12() const { return ____OutputBlockSize_12; } inline int32_t* get_address_of__OutputBlockSize_12() { return &____OutputBlockSize_12; } inline void set__OutputBlockSize_12(int32_t value) { ____OutputBlockSize_12 = value; } inline static int32_t get_offset_of__transformMode_13() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____transformMode_13)); } inline int32_t get__transformMode_13() const { return ____transformMode_13; } inline int32_t* get_address_of__transformMode_13() { return &____transformMode_13; } inline void set__transformMode_13(int32_t value) { ____transformMode_13 = value; } inline static int32_t get_offset_of__canRead_14() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____canRead_14)); } inline bool get__canRead_14() const { return ____canRead_14; } inline bool* get_address_of__canRead_14() { return &____canRead_14; } inline void set__canRead_14(bool value) { ____canRead_14 = value; } inline static int32_t get_offset_of__canWrite_15() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____canWrite_15)); } inline bool get__canWrite_15() const { return ____canWrite_15; } inline bool* get_address_of__canWrite_15() { return &____canWrite_15; } inline void set__canWrite_15(bool value) { ____canWrite_15 = value; } inline static int32_t get_offset_of__finalBlockTransformed_16() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____finalBlockTransformed_16)); } inline bool get__finalBlockTransformed_16() const { return ____finalBlockTransformed_16; } inline bool* get_address_of__finalBlockTransformed_16() { return &____finalBlockTransformed_16; } inline void set__finalBlockTransformed_16(bool value) { ____finalBlockTransformed_16 = value; } }; // System.Threading.ExecutionContext struct ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 : public RuntimeObject { public: // System.Threading.SynchronizationContext System.Threading.ExecutionContext::_syncContext SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ____syncContext_0; // System.Threading.SynchronizationContext System.Threading.ExecutionContext::_syncContextNoFlow SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ____syncContextNoFlow_1; // System.Runtime.Remoting.Messaging.LogicalCallContext System.Threading.ExecutionContext::_logicalCallContext LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ____logicalCallContext_2; // System.Runtime.Remoting.Messaging.IllogicalCallContext System.Threading.ExecutionContext::_illogicalCallContext IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * ____illogicalCallContext_3; // System.Threading.ExecutionContext/Flags System.Threading.ExecutionContext::_flags int32_t ____flags_4; // System.Collections.Generic.Dictionary`2 System.Threading.ExecutionContext::_localValues Dictionary_2_tED8EC0DF62452D89154D9584AC19F62C79BF3938 * ____localValues_5; // System.Collections.Generic.List`1 System.Threading.ExecutionContext::_localChangeNotifications List_1_t053589A158AAF0B471CF80825616560409AF43D4 * ____localChangeNotifications_6; public: inline static int32_t get_offset_of__syncContext_0() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____syncContext_0)); } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * get__syncContext_0() const { return ____syncContext_0; } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 ** get_address_of__syncContext_0() { return &____syncContext_0; } inline void set__syncContext_0(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * value) { ____syncContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncContext_0), (void*)value); } inline static int32_t get_offset_of__syncContextNoFlow_1() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____syncContextNoFlow_1)); } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * get__syncContextNoFlow_1() const { return ____syncContextNoFlow_1; } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 ** get_address_of__syncContextNoFlow_1() { return &____syncContextNoFlow_1; } inline void set__syncContextNoFlow_1(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * value) { ____syncContextNoFlow_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncContextNoFlow_1), (void*)value); } inline static int32_t get_offset_of__logicalCallContext_2() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____logicalCallContext_2)); } inline LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * get__logicalCallContext_2() const { return ____logicalCallContext_2; } inline LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 ** get_address_of__logicalCallContext_2() { return &____logicalCallContext_2; } inline void set__logicalCallContext_2(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * value) { ____logicalCallContext_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____logicalCallContext_2), (void*)value); } inline static int32_t get_offset_of__illogicalCallContext_3() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____illogicalCallContext_3)); } inline IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * get__illogicalCallContext_3() const { return ____illogicalCallContext_3; } inline IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E ** get_address_of__illogicalCallContext_3() { return &____illogicalCallContext_3; } inline void set__illogicalCallContext_3(IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * value) { ____illogicalCallContext_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____illogicalCallContext_3), (void*)value); } inline static int32_t get_offset_of__flags_4() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____flags_4)); } inline int32_t get__flags_4() const { return ____flags_4; } inline int32_t* get_address_of__flags_4() { return &____flags_4; } inline void set__flags_4(int32_t value) { ____flags_4 = value; } inline static int32_t get_offset_of__localValues_5() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____localValues_5)); } inline Dictionary_2_tED8EC0DF62452D89154D9584AC19F62C79BF3938 * get__localValues_5() const { return ____localValues_5; } inline Dictionary_2_tED8EC0DF62452D89154D9584AC19F62C79BF3938 ** get_address_of__localValues_5() { return &____localValues_5; } inline void set__localValues_5(Dictionary_2_tED8EC0DF62452D89154D9584AC19F62C79BF3938 * value) { ____localValues_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____localValues_5), (void*)value); } inline static int32_t get_offset_of__localChangeNotifications_6() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____localChangeNotifications_6)); } inline List_1_t053589A158AAF0B471CF80825616560409AF43D4 * get__localChangeNotifications_6() const { return ____localChangeNotifications_6; } inline List_1_t053589A158AAF0B471CF80825616560409AF43D4 ** get_address_of__localChangeNotifications_6() { return &____localChangeNotifications_6; } inline void set__localChangeNotifications_6(List_1_t053589A158AAF0B471CF80825616560409AF43D4 * value) { ____localChangeNotifications_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____localChangeNotifications_6), (void*)value); } }; struct ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_StaticFields { public: // System.Threading.ExecutionContext System.Threading.ExecutionContext::s_dummyDefaultEC ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___s_dummyDefaultEC_7; public: inline static int32_t get_offset_of_s_dummyDefaultEC_7() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_StaticFields, ___s_dummyDefaultEC_7)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_s_dummyDefaultEC_7() const { return ___s_dummyDefaultEC_7; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_s_dummyDefaultEC_7() { return &___s_dummyDefaultEC_7; } inline void set_s_dummyDefaultEC_7(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___s_dummyDefaultEC_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_dummyDefaultEC_7), (void*)value); } }; // System.Runtime.InteropServices.MarshalAsAttribute struct MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Runtime.InteropServices.MarshalAsAttribute::MarshalCookie String_t* ___MarshalCookie_0; // System.String System.Runtime.InteropServices.MarshalAsAttribute::MarshalType String_t* ___MarshalType_1; // System.Type System.Runtime.InteropServices.MarshalAsAttribute::MarshalTypeRef Type_t * ___MarshalTypeRef_2; // System.Type System.Runtime.InteropServices.MarshalAsAttribute::SafeArrayUserDefinedSubType Type_t * ___SafeArrayUserDefinedSubType_3; // System.Runtime.InteropServices.UnmanagedType System.Runtime.InteropServices.MarshalAsAttribute::utype int32_t ___utype_4; // System.Runtime.InteropServices.UnmanagedType System.Runtime.InteropServices.MarshalAsAttribute::ArraySubType int32_t ___ArraySubType_5; // System.Runtime.InteropServices.VarEnum System.Runtime.InteropServices.MarshalAsAttribute::SafeArraySubType int32_t ___SafeArraySubType_6; // System.Int32 System.Runtime.InteropServices.MarshalAsAttribute::SizeConst int32_t ___SizeConst_7; // System.Int32 System.Runtime.InteropServices.MarshalAsAttribute::IidParameterIndex int32_t ___IidParameterIndex_8; // System.Int16 System.Runtime.InteropServices.MarshalAsAttribute::SizeParamIndex int16_t ___SizeParamIndex_9; public: inline static int32_t get_offset_of_MarshalCookie_0() { return static_cast(offsetof(MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6, ___MarshalCookie_0)); } inline String_t* get_MarshalCookie_0() const { return ___MarshalCookie_0; } inline String_t** get_address_of_MarshalCookie_0() { return &___MarshalCookie_0; } inline void set_MarshalCookie_0(String_t* value) { ___MarshalCookie_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___MarshalCookie_0), (void*)value); } inline static int32_t get_offset_of_MarshalType_1() { return static_cast(offsetof(MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6, ___MarshalType_1)); } inline String_t* get_MarshalType_1() const { return ___MarshalType_1; } inline String_t** get_address_of_MarshalType_1() { return &___MarshalType_1; } inline void set_MarshalType_1(String_t* value) { ___MarshalType_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MarshalType_1), (void*)value); } inline static int32_t get_offset_of_MarshalTypeRef_2() { return static_cast(offsetof(MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6, ___MarshalTypeRef_2)); } inline Type_t * get_MarshalTypeRef_2() const { return ___MarshalTypeRef_2; } inline Type_t ** get_address_of_MarshalTypeRef_2() { return &___MarshalTypeRef_2; } inline void set_MarshalTypeRef_2(Type_t * value) { ___MarshalTypeRef_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___MarshalTypeRef_2), (void*)value); } inline static int32_t get_offset_of_SafeArrayUserDefinedSubType_3() { return static_cast(offsetof(MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6, ___SafeArrayUserDefinedSubType_3)); } inline Type_t * get_SafeArrayUserDefinedSubType_3() const { return ___SafeArrayUserDefinedSubType_3; } inline Type_t ** get_address_of_SafeArrayUserDefinedSubType_3() { return &___SafeArrayUserDefinedSubType_3; } inline void set_SafeArrayUserDefinedSubType_3(Type_t * value) { ___SafeArrayUserDefinedSubType_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SafeArrayUserDefinedSubType_3), (void*)value); } inline static int32_t get_offset_of_utype_4() { return static_cast(offsetof(MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6, ___utype_4)); } inline int32_t get_utype_4() const { return ___utype_4; } inline int32_t* get_address_of_utype_4() { return &___utype_4; } inline void set_utype_4(int32_t value) { ___utype_4 = value; } inline static int32_t get_offset_of_ArraySubType_5() { return static_cast(offsetof(MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6, ___ArraySubType_5)); } inline int32_t get_ArraySubType_5() const { return ___ArraySubType_5; } inline int32_t* get_address_of_ArraySubType_5() { return &___ArraySubType_5; } inline void set_ArraySubType_5(int32_t value) { ___ArraySubType_5 = value; } inline static int32_t get_offset_of_SafeArraySubType_6() { return static_cast(offsetof(MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6, ___SafeArraySubType_6)); } inline int32_t get_SafeArraySubType_6() const { return ___SafeArraySubType_6; } inline int32_t* get_address_of_SafeArraySubType_6() { return &___SafeArraySubType_6; } inline void set_SafeArraySubType_6(int32_t value) { ___SafeArraySubType_6 = value; } inline static int32_t get_offset_of_SizeConst_7() { return static_cast(offsetof(MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6, ___SizeConst_7)); } inline int32_t get_SizeConst_7() const { return ___SizeConst_7; } inline int32_t* get_address_of_SizeConst_7() { return &___SizeConst_7; } inline void set_SizeConst_7(int32_t value) { ___SizeConst_7 = value; } inline static int32_t get_offset_of_IidParameterIndex_8() { return static_cast(offsetof(MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6, ___IidParameterIndex_8)); } inline int32_t get_IidParameterIndex_8() const { return ___IidParameterIndex_8; } inline int32_t* get_address_of_IidParameterIndex_8() { return &___IidParameterIndex_8; } inline void set_IidParameterIndex_8(int32_t value) { ___IidParameterIndex_8 = value; } inline static int32_t get_offset_of_SizeParamIndex_9() { return static_cast(offsetof(MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6, ___SizeParamIndex_9)); } inline int16_t get_SizeParamIndex_9() const { return ___SizeParamIndex_9; } inline int16_t* get_address_of_SizeParamIndex_9() { return &___SizeParamIndex_9; } inline void set_SizeParamIndex_9(int16_t value) { ___SizeParamIndex_9 = 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; }; // System.Threading.Tasks.ParallelForReplicaTask struct ParallelForReplicaTask_tA8EF390CFE7A34F4D940DA70CFC2925E8E10E7A6 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // System.Object System.Threading.Tasks.ParallelForReplicaTask::m_stateForNextReplica RuntimeObject * ___m_stateForNextReplica_40; // System.Object System.Threading.Tasks.ParallelForReplicaTask::m_stateFromPreviousReplica RuntimeObject * ___m_stateFromPreviousReplica_41; // System.Threading.Tasks.Task System.Threading.Tasks.ParallelForReplicaTask::m_handedOverChildReplica Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_handedOverChildReplica_42; public: inline static int32_t get_offset_of_m_stateForNextReplica_40() { return static_cast(offsetof(ParallelForReplicaTask_tA8EF390CFE7A34F4D940DA70CFC2925E8E10E7A6, ___m_stateForNextReplica_40)); } inline RuntimeObject * get_m_stateForNextReplica_40() const { return ___m_stateForNextReplica_40; } inline RuntimeObject ** get_address_of_m_stateForNextReplica_40() { return &___m_stateForNextReplica_40; } inline void set_m_stateForNextReplica_40(RuntimeObject * value) { ___m_stateForNextReplica_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateForNextReplica_40), (void*)value); } inline static int32_t get_offset_of_m_stateFromPreviousReplica_41() { return static_cast(offsetof(ParallelForReplicaTask_tA8EF390CFE7A34F4D940DA70CFC2925E8E10E7A6, ___m_stateFromPreviousReplica_41)); } inline RuntimeObject * get_m_stateFromPreviousReplica_41() const { return ___m_stateFromPreviousReplica_41; } inline RuntimeObject ** get_address_of_m_stateFromPreviousReplica_41() { return &___m_stateFromPreviousReplica_41; } inline void set_m_stateFromPreviousReplica_41(RuntimeObject * value) { ___m_stateFromPreviousReplica_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateFromPreviousReplica_41), (void*)value); } inline static int32_t get_offset_of_m_handedOverChildReplica_42() { return static_cast(offsetof(ParallelForReplicaTask_tA8EF390CFE7A34F4D940DA70CFC2925E8E10E7A6, ___m_handedOverChildReplica_42)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_handedOverChildReplica_42() const { return ___m_handedOverChildReplica_42; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_handedOverChildReplica_42() { return &___m_handedOverChildReplica_42; } inline void set_m_handedOverChildReplica_42(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_handedOverChildReplica_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_handedOverChildReplica_42), (void*)value); } }; // System.Threading.Tasks.ParallelForReplicatingTask struct ParallelForReplicatingTask_t5C662CB60CF2C6AAAFD99BCE33295652B32762A9 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // System.Int32 System.Threading.Tasks.ParallelForReplicatingTask::m_replicationDownCount int32_t ___m_replicationDownCount_40; public: inline static int32_t get_offset_of_m_replicationDownCount_40() { return static_cast(offsetof(ParallelForReplicatingTask_t5C662CB60CF2C6AAAFD99BCE33295652B32762A9, ___m_replicationDownCount_40)); } inline int32_t get_m_replicationDownCount_40() const { return ___m_replicationDownCount_40; } inline int32_t* get_address_of_m_replicationDownCount_40() { return &___m_replicationDownCount_40; } inline void set_m_replicationDownCount_40(int32_t value) { ___m_replicationDownCount_40 = value; } }; // System.Threading.Tasks.ParallelLoopStateFlags32 struct ParallelLoopStateFlags32_tE14C230FA67145D03CE9AC57160161357F10C06D : public ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127 { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.ParallelLoopStateFlags32::m_lowestBreakIteration int32_t ___m_lowestBreakIteration_6; public: inline static int32_t get_offset_of_m_lowestBreakIteration_6() { return static_cast(offsetof(ParallelLoopStateFlags32_tE14C230FA67145D03CE9AC57160161357F10C06D, ___m_lowestBreakIteration_6)); } inline int32_t get_m_lowestBreakIteration_6() const { return ___m_lowestBreakIteration_6; } inline int32_t* get_address_of_m_lowestBreakIteration_6() { return &___m_lowestBreakIteration_6; } inline void set_m_lowestBreakIteration_6(int32_t value) { ___m_lowestBreakIteration_6 = value; } }; // System.Threading.Tasks.ParallelLoopStateFlags64 struct ParallelLoopStateFlags64_t02802E24D1F0704DE49049347A2CA48812E0E004 : public ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127 { public: // System.Int64 System.Threading.Tasks.ParallelLoopStateFlags64::m_lowestBreakIteration int64_t ___m_lowestBreakIteration_6; public: inline static int32_t get_offset_of_m_lowestBreakIteration_6() { return static_cast(offsetof(ParallelLoopStateFlags64_t02802E24D1F0704DE49049347A2CA48812E0E004, ___m_lowestBreakIteration_6)); } inline int64_t get_m_lowestBreakIteration_6() const { return ___m_lowestBreakIteration_6; } inline int64_t* get_address_of_m_lowestBreakIteration_6() { return &___m_lowestBreakIteration_6; } inline void set_m_lowestBreakIteration_6(int64_t value) { ___m_lowestBreakIteration_6 = value; } }; // System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 : public RuntimeObject { public: // System.Type System.Reflection.ParameterInfo::ClassImpl Type_t * ___ClassImpl_0; // System.Object System.Reflection.ParameterInfo::DefaultValueImpl RuntimeObject * ___DefaultValueImpl_1; // System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl MemberInfo_t * ___MemberImpl_2; // System.String System.Reflection.ParameterInfo::NameImpl String_t* ___NameImpl_3; // System.Int32 System.Reflection.ParameterInfo::PositionImpl int32_t ___PositionImpl_4; // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl int32_t ___AttrsImpl_5; // System.Runtime.InteropServices.MarshalAsAttribute System.Reflection.ParameterInfo::marshalAs MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; public: inline static int32_t get_offset_of_ClassImpl_0() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___ClassImpl_0)); } inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; } inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; } inline void set_ClassImpl_0(Type_t * value) { ___ClassImpl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassImpl_0), (void*)value); } inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___DefaultValueImpl_1)); } inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; } inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; } inline void set_DefaultValueImpl_1(RuntimeObject * value) { ___DefaultValueImpl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultValueImpl_1), (void*)value); } inline static int32_t get_offset_of_MemberImpl_2() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___MemberImpl_2)); } inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; } inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; } inline void set_MemberImpl_2(MemberInfo_t * value) { ___MemberImpl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___MemberImpl_2), (void*)value); } inline static int32_t get_offset_of_NameImpl_3() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___NameImpl_3)); } inline String_t* get_NameImpl_3() const { return ___NameImpl_3; } inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; } inline void set_NameImpl_3(String_t* value) { ___NameImpl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameImpl_3), (void*)value); } inline static int32_t get_offset_of_PositionImpl_4() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___PositionImpl_4)); } inline int32_t get_PositionImpl_4() const { return ___PositionImpl_4; } inline int32_t* get_address_of_PositionImpl_4() { return &___PositionImpl_4; } inline void set_PositionImpl_4(int32_t value) { ___PositionImpl_4 = value; } inline static int32_t get_offset_of_AttrsImpl_5() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___AttrsImpl_5)); } inline int32_t get_AttrsImpl_5() const { return ___AttrsImpl_5; } inline int32_t* get_address_of_AttrsImpl_5() { return &___AttrsImpl_5; } inline void set_AttrsImpl_5(int32_t value) { ___AttrsImpl_5 = value; } inline static int32_t get_offset_of_marshalAs_6() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___marshalAs_6)); } inline MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * get_marshalAs_6() const { return ___marshalAs_6; } inline MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 ** get_address_of_marshalAs_6() { return &___marshalAs_6; } inline void set_marshalAs_6(MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * value) { ___marshalAs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___marshalAs_6), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_pinvoke { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; char* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; }; // Native definition for COM marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_com { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; Il2CppChar* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; }; // System.Runtime.Serialization.Formatters.Binary.ParseRecord struct ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413 : public RuntimeObject { public: // System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRparseTypeEnum int32_t ___PRparseTypeEnum_1; // System.Runtime.Serialization.Formatters.Binary.InternalObjectTypeE System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRobjectTypeEnum int32_t ___PRobjectTypeEnum_2; // System.Runtime.Serialization.Formatters.Binary.InternalArrayTypeE System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRarrayTypeEnum int32_t ___PRarrayTypeEnum_3; // System.Runtime.Serialization.Formatters.Binary.InternalMemberTypeE System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRmemberTypeEnum int32_t ___PRmemberTypeEnum_4; // System.Runtime.Serialization.Formatters.Binary.InternalMemberValueE System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRmemberValueEnum int32_t ___PRmemberValueEnum_5; // System.Runtime.Serialization.Formatters.Binary.InternalObjectPositionE System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRobjectPositionEnum int32_t ___PRobjectPositionEnum_6; // System.String System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRname String_t* ___PRname_7; // System.String System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRvalue String_t* ___PRvalue_8; // System.Object System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRvarValue RuntimeObject * ___PRvarValue_9; // System.String System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRkeyDt String_t* ___PRkeyDt_10; // System.Type System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRdtType Type_t * ___PRdtType_11; // System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRdtTypeCode int32_t ___PRdtTypeCode_12; // System.Boolean System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRisEnum bool ___PRisEnum_13; // System.Int64 System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRobjectId int64_t ___PRobjectId_14; // System.Int64 System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRidRef int64_t ___PRidRef_15; // System.String System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRarrayElementTypeString String_t* ___PRarrayElementTypeString_16; // System.Type System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRarrayElementType Type_t * ___PRarrayElementType_17; // System.Boolean System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRisArrayVariant bool ___PRisArrayVariant_18; // System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRarrayElementTypeCode int32_t ___PRarrayElementTypeCode_19; // System.Int32 System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRrank int32_t ___PRrank_20; // System.Int32[] System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRlengthA Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___PRlengthA_21; // System.Int32[] System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRpositionA Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___PRpositionA_22; // System.Int32[] System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRlowerBoundA Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___PRlowerBoundA_23; // System.Int32[] System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRupperBoundA Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___PRupperBoundA_24; // System.Int32[] System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRindexMap Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___PRindexMap_25; // System.Int32 System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRmemberIndex int32_t ___PRmemberIndex_26; // System.Int32 System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRlinearlength int32_t ___PRlinearlength_27; // System.Int32[] System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRrectangularMap Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___PRrectangularMap_28; // System.Boolean System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRisLowerBound bool ___PRisLowerBound_29; // System.Int64 System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRtopId int64_t ___PRtopId_30; // System.Int64 System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRheaderId int64_t ___PRheaderId_31; // System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRobjectInfo ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * ___PRobjectInfo_32; // System.Boolean System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRisValueTypeFixup bool ___PRisValueTypeFixup_33; // System.Object System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRnewObj RuntimeObject * ___PRnewObj_34; // System.Object[] System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRobjectA ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___PRobjectA_35; // System.Runtime.Serialization.Formatters.Binary.PrimitiveArray System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRprimitiveArray PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4 * ___PRprimitiveArray_36; // System.Boolean System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRisRegistered bool ___PRisRegistered_37; // System.Object[] System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRmemberData ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___PRmemberData_38; // System.Runtime.Serialization.SerializationInfo System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRsi SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___PRsi_39; // System.Int32 System.Runtime.Serialization.Formatters.Binary.ParseRecord::PRnullCount int32_t ___PRnullCount_40; public: inline static int32_t get_offset_of_PRparseTypeEnum_1() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRparseTypeEnum_1)); } inline int32_t get_PRparseTypeEnum_1() const { return ___PRparseTypeEnum_1; } inline int32_t* get_address_of_PRparseTypeEnum_1() { return &___PRparseTypeEnum_1; } inline void set_PRparseTypeEnum_1(int32_t value) { ___PRparseTypeEnum_1 = value; } inline static int32_t get_offset_of_PRobjectTypeEnum_2() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRobjectTypeEnum_2)); } inline int32_t get_PRobjectTypeEnum_2() const { return ___PRobjectTypeEnum_2; } inline int32_t* get_address_of_PRobjectTypeEnum_2() { return &___PRobjectTypeEnum_2; } inline void set_PRobjectTypeEnum_2(int32_t value) { ___PRobjectTypeEnum_2 = value; } inline static int32_t get_offset_of_PRarrayTypeEnum_3() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRarrayTypeEnum_3)); } inline int32_t get_PRarrayTypeEnum_3() const { return ___PRarrayTypeEnum_3; } inline int32_t* get_address_of_PRarrayTypeEnum_3() { return &___PRarrayTypeEnum_3; } inline void set_PRarrayTypeEnum_3(int32_t value) { ___PRarrayTypeEnum_3 = value; } inline static int32_t get_offset_of_PRmemberTypeEnum_4() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRmemberTypeEnum_4)); } inline int32_t get_PRmemberTypeEnum_4() const { return ___PRmemberTypeEnum_4; } inline int32_t* get_address_of_PRmemberTypeEnum_4() { return &___PRmemberTypeEnum_4; } inline void set_PRmemberTypeEnum_4(int32_t value) { ___PRmemberTypeEnum_4 = value; } inline static int32_t get_offset_of_PRmemberValueEnum_5() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRmemberValueEnum_5)); } inline int32_t get_PRmemberValueEnum_5() const { return ___PRmemberValueEnum_5; } inline int32_t* get_address_of_PRmemberValueEnum_5() { return &___PRmemberValueEnum_5; } inline void set_PRmemberValueEnum_5(int32_t value) { ___PRmemberValueEnum_5 = value; } inline static int32_t get_offset_of_PRobjectPositionEnum_6() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRobjectPositionEnum_6)); } inline int32_t get_PRobjectPositionEnum_6() const { return ___PRobjectPositionEnum_6; } inline int32_t* get_address_of_PRobjectPositionEnum_6() { return &___PRobjectPositionEnum_6; } inline void set_PRobjectPositionEnum_6(int32_t value) { ___PRobjectPositionEnum_6 = value; } inline static int32_t get_offset_of_PRname_7() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRname_7)); } inline String_t* get_PRname_7() const { return ___PRname_7; } inline String_t** get_address_of_PRname_7() { return &___PRname_7; } inline void set_PRname_7(String_t* value) { ___PRname_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRname_7), (void*)value); } inline static int32_t get_offset_of_PRvalue_8() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRvalue_8)); } inline String_t* get_PRvalue_8() const { return ___PRvalue_8; } inline String_t** get_address_of_PRvalue_8() { return &___PRvalue_8; } inline void set_PRvalue_8(String_t* value) { ___PRvalue_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRvalue_8), (void*)value); } inline static int32_t get_offset_of_PRvarValue_9() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRvarValue_9)); } inline RuntimeObject * get_PRvarValue_9() const { return ___PRvarValue_9; } inline RuntimeObject ** get_address_of_PRvarValue_9() { return &___PRvarValue_9; } inline void set_PRvarValue_9(RuntimeObject * value) { ___PRvarValue_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRvarValue_9), (void*)value); } inline static int32_t get_offset_of_PRkeyDt_10() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRkeyDt_10)); } inline String_t* get_PRkeyDt_10() const { return ___PRkeyDt_10; } inline String_t** get_address_of_PRkeyDt_10() { return &___PRkeyDt_10; } inline void set_PRkeyDt_10(String_t* value) { ___PRkeyDt_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRkeyDt_10), (void*)value); } inline static int32_t get_offset_of_PRdtType_11() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRdtType_11)); } inline Type_t * get_PRdtType_11() const { return ___PRdtType_11; } inline Type_t ** get_address_of_PRdtType_11() { return &___PRdtType_11; } inline void set_PRdtType_11(Type_t * value) { ___PRdtType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRdtType_11), (void*)value); } inline static int32_t get_offset_of_PRdtTypeCode_12() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRdtTypeCode_12)); } inline int32_t get_PRdtTypeCode_12() const { return ___PRdtTypeCode_12; } inline int32_t* get_address_of_PRdtTypeCode_12() { return &___PRdtTypeCode_12; } inline void set_PRdtTypeCode_12(int32_t value) { ___PRdtTypeCode_12 = value; } inline static int32_t get_offset_of_PRisEnum_13() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRisEnum_13)); } inline bool get_PRisEnum_13() const { return ___PRisEnum_13; } inline bool* get_address_of_PRisEnum_13() { return &___PRisEnum_13; } inline void set_PRisEnum_13(bool value) { ___PRisEnum_13 = value; } inline static int32_t get_offset_of_PRobjectId_14() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRobjectId_14)); } inline int64_t get_PRobjectId_14() const { return ___PRobjectId_14; } inline int64_t* get_address_of_PRobjectId_14() { return &___PRobjectId_14; } inline void set_PRobjectId_14(int64_t value) { ___PRobjectId_14 = value; } inline static int32_t get_offset_of_PRidRef_15() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRidRef_15)); } inline int64_t get_PRidRef_15() const { return ___PRidRef_15; } inline int64_t* get_address_of_PRidRef_15() { return &___PRidRef_15; } inline void set_PRidRef_15(int64_t value) { ___PRidRef_15 = value; } inline static int32_t get_offset_of_PRarrayElementTypeString_16() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRarrayElementTypeString_16)); } inline String_t* get_PRarrayElementTypeString_16() const { return ___PRarrayElementTypeString_16; } inline String_t** get_address_of_PRarrayElementTypeString_16() { return &___PRarrayElementTypeString_16; } inline void set_PRarrayElementTypeString_16(String_t* value) { ___PRarrayElementTypeString_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRarrayElementTypeString_16), (void*)value); } inline static int32_t get_offset_of_PRarrayElementType_17() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRarrayElementType_17)); } inline Type_t * get_PRarrayElementType_17() const { return ___PRarrayElementType_17; } inline Type_t ** get_address_of_PRarrayElementType_17() { return &___PRarrayElementType_17; } inline void set_PRarrayElementType_17(Type_t * value) { ___PRarrayElementType_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRarrayElementType_17), (void*)value); } inline static int32_t get_offset_of_PRisArrayVariant_18() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRisArrayVariant_18)); } inline bool get_PRisArrayVariant_18() const { return ___PRisArrayVariant_18; } inline bool* get_address_of_PRisArrayVariant_18() { return &___PRisArrayVariant_18; } inline void set_PRisArrayVariant_18(bool value) { ___PRisArrayVariant_18 = value; } inline static int32_t get_offset_of_PRarrayElementTypeCode_19() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRarrayElementTypeCode_19)); } inline int32_t get_PRarrayElementTypeCode_19() const { return ___PRarrayElementTypeCode_19; } inline int32_t* get_address_of_PRarrayElementTypeCode_19() { return &___PRarrayElementTypeCode_19; } inline void set_PRarrayElementTypeCode_19(int32_t value) { ___PRarrayElementTypeCode_19 = value; } inline static int32_t get_offset_of_PRrank_20() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRrank_20)); } inline int32_t get_PRrank_20() const { return ___PRrank_20; } inline int32_t* get_address_of_PRrank_20() { return &___PRrank_20; } inline void set_PRrank_20(int32_t value) { ___PRrank_20 = value; } inline static int32_t get_offset_of_PRlengthA_21() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRlengthA_21)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_PRlengthA_21() const { return ___PRlengthA_21; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_PRlengthA_21() { return &___PRlengthA_21; } inline void set_PRlengthA_21(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___PRlengthA_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRlengthA_21), (void*)value); } inline static int32_t get_offset_of_PRpositionA_22() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRpositionA_22)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_PRpositionA_22() const { return ___PRpositionA_22; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_PRpositionA_22() { return &___PRpositionA_22; } inline void set_PRpositionA_22(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___PRpositionA_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRpositionA_22), (void*)value); } inline static int32_t get_offset_of_PRlowerBoundA_23() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRlowerBoundA_23)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_PRlowerBoundA_23() const { return ___PRlowerBoundA_23; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_PRlowerBoundA_23() { return &___PRlowerBoundA_23; } inline void set_PRlowerBoundA_23(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___PRlowerBoundA_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRlowerBoundA_23), (void*)value); } inline static int32_t get_offset_of_PRupperBoundA_24() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRupperBoundA_24)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_PRupperBoundA_24() const { return ___PRupperBoundA_24; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_PRupperBoundA_24() { return &___PRupperBoundA_24; } inline void set_PRupperBoundA_24(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___PRupperBoundA_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRupperBoundA_24), (void*)value); } inline static int32_t get_offset_of_PRindexMap_25() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRindexMap_25)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_PRindexMap_25() const { return ___PRindexMap_25; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_PRindexMap_25() { return &___PRindexMap_25; } inline void set_PRindexMap_25(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___PRindexMap_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRindexMap_25), (void*)value); } inline static int32_t get_offset_of_PRmemberIndex_26() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRmemberIndex_26)); } inline int32_t get_PRmemberIndex_26() const { return ___PRmemberIndex_26; } inline int32_t* get_address_of_PRmemberIndex_26() { return &___PRmemberIndex_26; } inline void set_PRmemberIndex_26(int32_t value) { ___PRmemberIndex_26 = value; } inline static int32_t get_offset_of_PRlinearlength_27() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRlinearlength_27)); } inline int32_t get_PRlinearlength_27() const { return ___PRlinearlength_27; } inline int32_t* get_address_of_PRlinearlength_27() { return &___PRlinearlength_27; } inline void set_PRlinearlength_27(int32_t value) { ___PRlinearlength_27 = value; } inline static int32_t get_offset_of_PRrectangularMap_28() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRrectangularMap_28)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_PRrectangularMap_28() const { return ___PRrectangularMap_28; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_PRrectangularMap_28() { return &___PRrectangularMap_28; } inline void set_PRrectangularMap_28(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___PRrectangularMap_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRrectangularMap_28), (void*)value); } inline static int32_t get_offset_of_PRisLowerBound_29() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRisLowerBound_29)); } inline bool get_PRisLowerBound_29() const { return ___PRisLowerBound_29; } inline bool* get_address_of_PRisLowerBound_29() { return &___PRisLowerBound_29; } inline void set_PRisLowerBound_29(bool value) { ___PRisLowerBound_29 = value; } inline static int32_t get_offset_of_PRtopId_30() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRtopId_30)); } inline int64_t get_PRtopId_30() const { return ___PRtopId_30; } inline int64_t* get_address_of_PRtopId_30() { return &___PRtopId_30; } inline void set_PRtopId_30(int64_t value) { ___PRtopId_30 = value; } inline static int32_t get_offset_of_PRheaderId_31() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRheaderId_31)); } inline int64_t get_PRheaderId_31() const { return ___PRheaderId_31; } inline int64_t* get_address_of_PRheaderId_31() { return &___PRheaderId_31; } inline void set_PRheaderId_31(int64_t value) { ___PRheaderId_31 = value; } inline static int32_t get_offset_of_PRobjectInfo_32() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRobjectInfo_32)); } inline ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * get_PRobjectInfo_32() const { return ___PRobjectInfo_32; } inline ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 ** get_address_of_PRobjectInfo_32() { return &___PRobjectInfo_32; } inline void set_PRobjectInfo_32(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * value) { ___PRobjectInfo_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRobjectInfo_32), (void*)value); } inline static int32_t get_offset_of_PRisValueTypeFixup_33() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRisValueTypeFixup_33)); } inline bool get_PRisValueTypeFixup_33() const { return ___PRisValueTypeFixup_33; } inline bool* get_address_of_PRisValueTypeFixup_33() { return &___PRisValueTypeFixup_33; } inline void set_PRisValueTypeFixup_33(bool value) { ___PRisValueTypeFixup_33 = value; } inline static int32_t get_offset_of_PRnewObj_34() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRnewObj_34)); } inline RuntimeObject * get_PRnewObj_34() const { return ___PRnewObj_34; } inline RuntimeObject ** get_address_of_PRnewObj_34() { return &___PRnewObj_34; } inline void set_PRnewObj_34(RuntimeObject * value) { ___PRnewObj_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRnewObj_34), (void*)value); } inline static int32_t get_offset_of_PRobjectA_35() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRobjectA_35)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_PRobjectA_35() const { return ___PRobjectA_35; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_PRobjectA_35() { return &___PRobjectA_35; } inline void set_PRobjectA_35(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___PRobjectA_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRobjectA_35), (void*)value); } inline static int32_t get_offset_of_PRprimitiveArray_36() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRprimitiveArray_36)); } inline PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4 * get_PRprimitiveArray_36() const { return ___PRprimitiveArray_36; } inline PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4 ** get_address_of_PRprimitiveArray_36() { return &___PRprimitiveArray_36; } inline void set_PRprimitiveArray_36(PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4 * value) { ___PRprimitiveArray_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRprimitiveArray_36), (void*)value); } inline static int32_t get_offset_of_PRisRegistered_37() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRisRegistered_37)); } inline bool get_PRisRegistered_37() const { return ___PRisRegistered_37; } inline bool* get_address_of_PRisRegistered_37() { return &___PRisRegistered_37; } inline void set_PRisRegistered_37(bool value) { ___PRisRegistered_37 = value; } inline static int32_t get_offset_of_PRmemberData_38() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRmemberData_38)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_PRmemberData_38() const { return ___PRmemberData_38; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_PRmemberData_38() { return &___PRmemberData_38; } inline void set_PRmemberData_38(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___PRmemberData_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRmemberData_38), (void*)value); } inline static int32_t get_offset_of_PRsi_39() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRsi_39)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get_PRsi_39() const { return ___PRsi_39; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of_PRsi_39() { return &___PRsi_39; } inline void set_PRsi_39(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ___PRsi_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRsi_39), (void*)value); } inline static int32_t get_offset_of_PRnullCount_40() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413, ___PRnullCount_40)); } inline int32_t get_PRnullCount_40() const { return ___PRnullCount_40; } inline int32_t* get_address_of_PRnullCount_40() { return &___PRnullCount_40; } inline void set_PRnullCount_40(int32_t value) { ___PRnullCount_40 = value; } }; struct ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413_StaticFields { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.ParseRecord::parseRecordIdCount int32_t ___parseRecordIdCount_0; public: inline static int32_t get_offset_of_parseRecordIdCount_0() { return static_cast(offsetof(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413_StaticFields, ___parseRecordIdCount_0)); } inline int32_t get_parseRecordIdCount_0() const { return ___parseRecordIdCount_0; } inline int32_t* get_address_of_parseRecordIdCount_0() { return &___parseRecordIdCount_0; } inline void set_parseRecordIdCount_0(int32_t value) { ___parseRecordIdCount_0 = value; } }; // System.ParsingInfo struct ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252 { public: // System.Globalization.Calendar System.ParsingInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_0; // System.Int32 System.ParsingInfo::dayOfWeek int32_t ___dayOfWeek_1; // System.DateTimeParse/TM System.ParsingInfo::timeMark int32_t ___timeMark_2; // System.Boolean System.ParsingInfo::fUseHour12 bool ___fUseHour12_3; // System.Boolean System.ParsingInfo::fUseTwoDigitYear bool ___fUseTwoDigitYear_4; // System.Boolean System.ParsingInfo::fAllowInnerWhite bool ___fAllowInnerWhite_5; // System.Boolean System.ParsingInfo::fAllowTrailingWhite bool ___fAllowTrailingWhite_6; // System.Boolean System.ParsingInfo::fCustomNumberParser bool ___fCustomNumberParser_7; // System.DateTimeParse/MatchNumberDelegate System.ParsingInfo::parseNumberDelegate MatchNumberDelegate_t4EB7A242D7C0B4570F59DD93F38AB3422672B199 * ___parseNumberDelegate_8; public: inline static int32_t get_offset_of_calendar_0() { return static_cast(offsetof(ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252, ___calendar_0)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_0() const { return ___calendar_0; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_0() { return &___calendar_0; } inline void set_calendar_0(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_0), (void*)value); } inline static int32_t get_offset_of_dayOfWeek_1() { return static_cast(offsetof(ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252, ___dayOfWeek_1)); } inline int32_t get_dayOfWeek_1() const { return ___dayOfWeek_1; } inline int32_t* get_address_of_dayOfWeek_1() { return &___dayOfWeek_1; } inline void set_dayOfWeek_1(int32_t value) { ___dayOfWeek_1 = value; } inline static int32_t get_offset_of_timeMark_2() { return static_cast(offsetof(ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252, ___timeMark_2)); } inline int32_t get_timeMark_2() const { return ___timeMark_2; } inline int32_t* get_address_of_timeMark_2() { return &___timeMark_2; } inline void set_timeMark_2(int32_t value) { ___timeMark_2 = value; } inline static int32_t get_offset_of_fUseHour12_3() { return static_cast(offsetof(ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252, ___fUseHour12_3)); } inline bool get_fUseHour12_3() const { return ___fUseHour12_3; } inline bool* get_address_of_fUseHour12_3() { return &___fUseHour12_3; } inline void set_fUseHour12_3(bool value) { ___fUseHour12_3 = value; } inline static int32_t get_offset_of_fUseTwoDigitYear_4() { return static_cast(offsetof(ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252, ___fUseTwoDigitYear_4)); } inline bool get_fUseTwoDigitYear_4() const { return ___fUseTwoDigitYear_4; } inline bool* get_address_of_fUseTwoDigitYear_4() { return &___fUseTwoDigitYear_4; } inline void set_fUseTwoDigitYear_4(bool value) { ___fUseTwoDigitYear_4 = value; } inline static int32_t get_offset_of_fAllowInnerWhite_5() { return static_cast(offsetof(ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252, ___fAllowInnerWhite_5)); } inline bool get_fAllowInnerWhite_5() const { return ___fAllowInnerWhite_5; } inline bool* get_address_of_fAllowInnerWhite_5() { return &___fAllowInnerWhite_5; } inline void set_fAllowInnerWhite_5(bool value) { ___fAllowInnerWhite_5 = value; } inline static int32_t get_offset_of_fAllowTrailingWhite_6() { return static_cast(offsetof(ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252, ___fAllowTrailingWhite_6)); } inline bool get_fAllowTrailingWhite_6() const { return ___fAllowTrailingWhite_6; } inline bool* get_address_of_fAllowTrailingWhite_6() { return &___fAllowTrailingWhite_6; } inline void set_fAllowTrailingWhite_6(bool value) { ___fAllowTrailingWhite_6 = value; } inline static int32_t get_offset_of_fCustomNumberParser_7() { return static_cast(offsetof(ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252, ___fCustomNumberParser_7)); } inline bool get_fCustomNumberParser_7() const { return ___fCustomNumberParser_7; } inline bool* get_address_of_fCustomNumberParser_7() { return &___fCustomNumberParser_7; } inline void set_fCustomNumberParser_7(bool value) { ___fCustomNumberParser_7 = value; } inline static int32_t get_offset_of_parseNumberDelegate_8() { return static_cast(offsetof(ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252, ___parseNumberDelegate_8)); } inline MatchNumberDelegate_t4EB7A242D7C0B4570F59DD93F38AB3422672B199 * get_parseNumberDelegate_8() const { return ___parseNumberDelegate_8; } inline MatchNumberDelegate_t4EB7A242D7C0B4570F59DD93F38AB3422672B199 ** get_address_of_parseNumberDelegate_8() { return &___parseNumberDelegate_8; } inline void set_parseNumberDelegate_8(MatchNumberDelegate_t4EB7A242D7C0B4570F59DD93F38AB3422672B199 * value) { ___parseNumberDelegate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___parseNumberDelegate_8), (void*)value); } }; // Native definition for P/Invoke marshalling of System.ParsingInfo struct ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252_marshaled_pinvoke { Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_0; int32_t ___dayOfWeek_1; int32_t ___timeMark_2; int32_t ___fUseHour12_3; int32_t ___fUseTwoDigitYear_4; int32_t ___fAllowInnerWhite_5; int32_t ___fAllowTrailingWhite_6; int32_t ___fCustomNumberParser_7; Il2CppMethodPointer ___parseNumberDelegate_8; }; // Native definition for COM marshalling of System.ParsingInfo struct ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252_marshaled_com { Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_0; int32_t ___dayOfWeek_1; int32_t ___timeMark_2; int32_t ___fUseHour12_3; int32_t ___fUseTwoDigitYear_4; int32_t ___fAllowInnerWhite_5; int32_t ___fAllowTrailingWhite_6; int32_t ___fCustomNumberParser_7; Il2CppMethodPointer ___parseNumberDelegate_8; }; // System.Security.PermissionSet struct PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 : public RuntimeObject { public: // System.Security.Permissions.PermissionState System.Security.PermissionSet::state int32_t ___state_1; // System.Collections.ArrayList System.Security.PermissionSet::list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list_2; // System.Boolean System.Security.PermissionSet::_declsec bool ____declsec_3; // System.Boolean[] System.Security.PermissionSet::_ignored BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ____ignored_4; public: inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_list_2() { return static_cast(offsetof(PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503, ___list_2)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_list_2() const { return ___list_2; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_list_2() { return &___list_2; } inline void set_list_2(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___list_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_2), (void*)value); } inline static int32_t get_offset_of__declsec_3() { return static_cast(offsetof(PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503, ____declsec_3)); } inline bool get__declsec_3() const { return ____declsec_3; } inline bool* get_address_of__declsec_3() { return &____declsec_3; } inline void set__declsec_3(bool value) { ____declsec_3 = value; } inline static int32_t get_offset_of__ignored_4() { return static_cast(offsetof(PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503, ____ignored_4)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get__ignored_4() const { return ____ignored_4; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of__ignored_4() { return &____ignored_4; } inline void set__ignored_4(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ____ignored_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____ignored_4), (void*)value); } }; struct PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503_StaticFields { public: // System.Object[] System.Security.PermissionSet::psUnrestricted ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___psUnrestricted_0; // System.Object[] System.Security.PermissionSet::action ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___action_5; public: inline static int32_t get_offset_of_psUnrestricted_0() { return static_cast(offsetof(PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503_StaticFields, ___psUnrestricted_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_psUnrestricted_0() const { return ___psUnrestricted_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_psUnrestricted_0() { return &___psUnrestricted_0; } inline void set_psUnrestricted_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___psUnrestricted_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___psUnrestricted_0), (void*)value); } inline static int32_t get_offset_of_action_5() { return static_cast(offsetof(PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503_StaticFields, ___action_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_action_5() const { return ___action_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_action_5() { return &___action_5; } inline void set_action_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___action_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_5), (void*)value); } }; // System.Runtime.Serialization.Formatters.Binary.PrimitiveArray struct PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4 : public RuntimeObject { public: // System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::code int32_t ___code_0; // System.Boolean[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::booleanA BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___booleanA_1; // System.Char[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::charA CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___charA_2; // System.Double[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::doubleA DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* ___doubleA_3; // System.Int16[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::int16A Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___int16A_4; // System.Int32[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::int32A Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___int32A_5; // System.Int64[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::int64A Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___int64A_6; // System.SByte[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::sbyteA SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* ___sbyteA_7; // System.Single[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::singleA SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___singleA_8; // System.UInt16[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::uint16A UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___uint16A_9; // System.UInt32[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::uint32A UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___uint32A_10; // System.UInt64[] System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::uint64A UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___uint64A_11; public: inline static int32_t get_offset_of_code_0() { return static_cast(offsetof(PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4, ___code_0)); } inline int32_t get_code_0() const { return ___code_0; } inline int32_t* get_address_of_code_0() { return &___code_0; } inline void set_code_0(int32_t value) { ___code_0 = value; } inline static int32_t get_offset_of_booleanA_1() { return static_cast(offsetof(PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4, ___booleanA_1)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_booleanA_1() const { return ___booleanA_1; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_booleanA_1() { return &___booleanA_1; } inline void set_booleanA_1(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___booleanA_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___booleanA_1), (void*)value); } inline static int32_t get_offset_of_charA_2() { return static_cast(offsetof(PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4, ___charA_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_charA_2() const { return ___charA_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_charA_2() { return &___charA_2; } inline void set_charA_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___charA_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___charA_2), (void*)value); } inline static int32_t get_offset_of_doubleA_3() { return static_cast(offsetof(PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4, ___doubleA_3)); } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* get_doubleA_3() const { return ___doubleA_3; } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB** get_address_of_doubleA_3() { return &___doubleA_3; } inline void set_doubleA_3(DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* value) { ___doubleA_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___doubleA_3), (void*)value); } inline static int32_t get_offset_of_int16A_4() { return static_cast(offsetof(PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4, ___int16A_4)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_int16A_4() const { return ___int16A_4; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_int16A_4() { return &___int16A_4; } inline void set_int16A_4(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___int16A_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___int16A_4), (void*)value); } inline static int32_t get_offset_of_int32A_5() { return static_cast(offsetof(PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4, ___int32A_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_int32A_5() const { return ___int32A_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_int32A_5() { return &___int32A_5; } inline void set_int32A_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___int32A_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___int32A_5), (void*)value); } inline static int32_t get_offset_of_int64A_6() { return static_cast(offsetof(PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4, ___int64A_6)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_int64A_6() const { return ___int64A_6; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_int64A_6() { return &___int64A_6; } inline void set_int64A_6(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___int64A_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___int64A_6), (void*)value); } inline static int32_t get_offset_of_sbyteA_7() { return static_cast(offsetof(PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4, ___sbyteA_7)); } inline SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* get_sbyteA_7() const { return ___sbyteA_7; } inline SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7** get_address_of_sbyteA_7() { return &___sbyteA_7; } inline void set_sbyteA_7(SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* value) { ___sbyteA_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___sbyteA_7), (void*)value); } inline static int32_t get_offset_of_singleA_8() { return static_cast(offsetof(PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4, ___singleA_8)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_singleA_8() const { return ___singleA_8; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_singleA_8() { return &___singleA_8; } inline void set_singleA_8(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___singleA_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___singleA_8), (void*)value); } inline static int32_t get_offset_of_uint16A_9() { return static_cast(offsetof(PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4, ___uint16A_9)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get_uint16A_9() const { return ___uint16A_9; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of_uint16A_9() { return &___uint16A_9; } inline void set_uint16A_9(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* value) { ___uint16A_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___uint16A_9), (void*)value); } inline static int32_t get_offset_of_uint32A_10() { return static_cast(offsetof(PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4, ___uint32A_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_uint32A_10() const { return ___uint32A_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_uint32A_10() { return &___uint32A_10; } inline void set_uint32A_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___uint32A_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___uint32A_10), (void*)value); } inline static int32_t get_offset_of_uint64A_11() { return static_cast(offsetof(PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4, ___uint64A_11)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_uint64A_11() const { return ___uint64A_11; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_uint64A_11() { return &___uint64A_11; } inline void set_uint64A_11(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___uint64A_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___uint64A_11), (void*)value); } }; // System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 { public: // System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext RuntimeObject * ___m_additionalContext_0; // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state int32_t ___m_state_1; public: inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_additionalContext_0)); } inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; } inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; } inline void set_m_additionalContext_0(RuntimeObject * value) { ___m_additionalContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_state_1)); } inline int32_t get_m_state_1() const { return ___m_state_1; } inline int32_t* get_address_of_m_state_1() { return &___m_state_1; } inline void set_m_state_1(int32_t value) { ___m_state_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // System.Security.Cryptography.SymmetricAlgorithm struct SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::BlockSizeValue int32_t ___BlockSizeValue_0; // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::FeedbackSizeValue int32_t ___FeedbackSizeValue_1; // System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::IVValue ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IVValue_2; // System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::KeyValue ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___KeyValue_3; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalBlockSizesValue KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___LegalBlockSizesValue_4; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___LegalKeySizesValue_5; // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_6; // System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::ModeValue int32_t ___ModeValue_7; // System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::PaddingValue int32_t ___PaddingValue_8; public: inline static int32_t get_offset_of_BlockSizeValue_0() { return static_cast(offsetof(SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754, ___BlockSizeValue_0)); } inline int32_t get_BlockSizeValue_0() const { return ___BlockSizeValue_0; } inline int32_t* get_address_of_BlockSizeValue_0() { return &___BlockSizeValue_0; } inline void set_BlockSizeValue_0(int32_t value) { ___BlockSizeValue_0 = value; } inline static int32_t get_offset_of_FeedbackSizeValue_1() { return static_cast(offsetof(SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754, ___FeedbackSizeValue_1)); } inline int32_t get_FeedbackSizeValue_1() const { return ___FeedbackSizeValue_1; } inline int32_t* get_address_of_FeedbackSizeValue_1() { return &___FeedbackSizeValue_1; } inline void set_FeedbackSizeValue_1(int32_t value) { ___FeedbackSizeValue_1 = value; } inline static int32_t get_offset_of_IVValue_2() { return static_cast(offsetof(SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754, ___IVValue_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IVValue_2() const { return ___IVValue_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IVValue_2() { return &___IVValue_2; } inline void set_IVValue_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IVValue_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IVValue_2), (void*)value); } inline static int32_t get_offset_of_KeyValue_3() { return static_cast(offsetof(SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754, ___KeyValue_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_KeyValue_3() const { return ___KeyValue_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_KeyValue_3() { return &___KeyValue_3; } inline void set_KeyValue_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___KeyValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyValue_3), (void*)value); } inline static int32_t get_offset_of_LegalBlockSizesValue_4() { return static_cast(offsetof(SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754, ___LegalBlockSizesValue_4)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_LegalBlockSizesValue_4() const { return ___LegalBlockSizesValue_4; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_LegalBlockSizesValue_4() { return &___LegalBlockSizesValue_4; } inline void set_LegalBlockSizesValue_4(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___LegalBlockSizesValue_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___LegalBlockSizesValue_4), (void*)value); } inline static int32_t get_offset_of_LegalKeySizesValue_5() { return static_cast(offsetof(SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754, ___LegalKeySizesValue_5)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_LegalKeySizesValue_5() const { return ___LegalKeySizesValue_5; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_LegalKeySizesValue_5() { return &___LegalKeySizesValue_5; } inline void set_LegalKeySizesValue_5(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___LegalKeySizesValue_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___LegalKeySizesValue_5), (void*)value); } inline static int32_t get_offset_of_KeySizeValue_6() { return static_cast(offsetof(SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754, ___KeySizeValue_6)); } inline int32_t get_KeySizeValue_6() const { return ___KeySizeValue_6; } inline int32_t* get_address_of_KeySizeValue_6() { return &___KeySizeValue_6; } inline void set_KeySizeValue_6(int32_t value) { ___KeySizeValue_6 = value; } inline static int32_t get_offset_of_ModeValue_7() { return static_cast(offsetof(SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754, ___ModeValue_7)); } inline int32_t get_ModeValue_7() const { return ___ModeValue_7; } inline int32_t* get_address_of_ModeValue_7() { return &___ModeValue_7; } inline void set_ModeValue_7(int32_t value) { ___ModeValue_7 = value; } inline static int32_t get_offset_of_PaddingValue_8() { return static_cast(offsetof(SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754, ___PaddingValue_8)); } inline int32_t get_PaddingValue_8() const { return ___PaddingValue_8; } inline int32_t* get_address_of_PaddingValue_8() { return &___PaddingValue_8; } inline void set_PaddingValue_8(int32_t value) { ___PaddingValue_8 = value; } }; // Mono.Security.Cryptography.SymmetricTransform struct SymmetricTransform_t7F2159C79FF7B594CAC28B7061F5891F9B7CDB76 : public RuntimeObject { public: // System.Security.Cryptography.SymmetricAlgorithm Mono.Security.Cryptography.SymmetricTransform::algo SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 * ___algo_0; // System.Boolean Mono.Security.Cryptography.SymmetricTransform::encrypt bool ___encrypt_1; // System.Int32 Mono.Security.Cryptography.SymmetricTransform::BlockSizeByte int32_t ___BlockSizeByte_2; // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::temp ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___temp_3; // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::temp2 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___temp2_4; // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::workBuff ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___workBuff_5; // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::workout ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___workout_6; // System.Security.Cryptography.PaddingMode Mono.Security.Cryptography.SymmetricTransform::padmode int32_t ___padmode_7; // System.Int32 Mono.Security.Cryptography.SymmetricTransform::FeedBackByte int32_t ___FeedBackByte_8; // System.Boolean Mono.Security.Cryptography.SymmetricTransform::m_disposed bool ___m_disposed_9; // System.Boolean Mono.Security.Cryptography.SymmetricTransform::lastBlock bool ___lastBlock_10; // System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.SymmetricTransform::_rng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____rng_11; public: inline static int32_t get_offset_of_algo_0() { return static_cast(offsetof(SymmetricTransform_t7F2159C79FF7B594CAC28B7061F5891F9B7CDB76, ___algo_0)); } inline SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 * get_algo_0() const { return ___algo_0; } inline SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 ** get_address_of_algo_0() { return &___algo_0; } inline void set_algo_0(SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 * value) { ___algo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___algo_0), (void*)value); } inline static int32_t get_offset_of_encrypt_1() { return static_cast(offsetof(SymmetricTransform_t7F2159C79FF7B594CAC28B7061F5891F9B7CDB76, ___encrypt_1)); } inline bool get_encrypt_1() const { return ___encrypt_1; } inline bool* get_address_of_encrypt_1() { return &___encrypt_1; } inline void set_encrypt_1(bool value) { ___encrypt_1 = value; } inline static int32_t get_offset_of_BlockSizeByte_2() { return static_cast(offsetof(SymmetricTransform_t7F2159C79FF7B594CAC28B7061F5891F9B7CDB76, ___BlockSizeByte_2)); } inline int32_t get_BlockSizeByte_2() const { return ___BlockSizeByte_2; } inline int32_t* get_address_of_BlockSizeByte_2() { return &___BlockSizeByte_2; } inline void set_BlockSizeByte_2(int32_t value) { ___BlockSizeByte_2 = value; } inline static int32_t get_offset_of_temp_3() { return static_cast(offsetof(SymmetricTransform_t7F2159C79FF7B594CAC28B7061F5891F9B7CDB76, ___temp_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_temp_3() const { return ___temp_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_temp_3() { return &___temp_3; } inline void set_temp_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___temp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___temp_3), (void*)value); } inline static int32_t get_offset_of_temp2_4() { return static_cast(offsetof(SymmetricTransform_t7F2159C79FF7B594CAC28B7061F5891F9B7CDB76, ___temp2_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_temp2_4() const { return ___temp2_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_temp2_4() { return &___temp2_4; } inline void set_temp2_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___temp2_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___temp2_4), (void*)value); } inline static int32_t get_offset_of_workBuff_5() { return static_cast(offsetof(SymmetricTransform_t7F2159C79FF7B594CAC28B7061F5891F9B7CDB76, ___workBuff_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_workBuff_5() const { return ___workBuff_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_workBuff_5() { return &___workBuff_5; } inline void set_workBuff_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___workBuff_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___workBuff_5), (void*)value); } inline static int32_t get_offset_of_workout_6() { return static_cast(offsetof(SymmetricTransform_t7F2159C79FF7B594CAC28B7061F5891F9B7CDB76, ___workout_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_workout_6() const { return ___workout_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_workout_6() { return &___workout_6; } inline void set_workout_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___workout_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___workout_6), (void*)value); } inline static int32_t get_offset_of_padmode_7() { return static_cast(offsetof(SymmetricTransform_t7F2159C79FF7B594CAC28B7061F5891F9B7CDB76, ___padmode_7)); } inline int32_t get_padmode_7() const { return ___padmode_7; } inline int32_t* get_address_of_padmode_7() { return &___padmode_7; } inline void set_padmode_7(int32_t value) { ___padmode_7 = value; } inline static int32_t get_offset_of_FeedBackByte_8() { return static_cast(offsetof(SymmetricTransform_t7F2159C79FF7B594CAC28B7061F5891F9B7CDB76, ___FeedBackByte_8)); } inline int32_t get_FeedBackByte_8() const { return ___FeedBackByte_8; } inline int32_t* get_address_of_FeedBackByte_8() { return &___FeedBackByte_8; } inline void set_FeedBackByte_8(int32_t value) { ___FeedBackByte_8 = value; } inline static int32_t get_offset_of_m_disposed_9() { return static_cast(offsetof(SymmetricTransform_t7F2159C79FF7B594CAC28B7061F5891F9B7CDB76, ___m_disposed_9)); } inline bool get_m_disposed_9() const { return ___m_disposed_9; } inline bool* get_address_of_m_disposed_9() { return &___m_disposed_9; } inline void set_m_disposed_9(bool value) { ___m_disposed_9 = value; } inline static int32_t get_offset_of_lastBlock_10() { return static_cast(offsetof(SymmetricTransform_t7F2159C79FF7B594CAC28B7061F5891F9B7CDB76, ___lastBlock_10)); } inline bool get_lastBlock_10() const { return ___lastBlock_10; } inline bool* get_address_of_lastBlock_10() { return &___lastBlock_10; } inline void set_lastBlock_10(bool value) { ___lastBlock_10 = value; } inline static int32_t get_offset_of__rng_11() { return static_cast(offsetof(SymmetricTransform_t7F2159C79FF7B594CAC28B7061F5891F9B7CDB76, ____rng_11)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__rng_11() const { return ____rng_11; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__rng_11() { return &____rng_11; } inline void set__rng_11(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____rng_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_11), (void*)value); } }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Security.Util.Tokenizer struct Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 : public RuntimeObject { public: // System.Int32 System.Security.Util.Tokenizer::LineNo int32_t ___LineNo_0; // System.Int32 System.Security.Util.Tokenizer::_inProcessingTag int32_t ____inProcessingTag_1; // System.Byte[] System.Security.Util.Tokenizer::_inBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____inBytes_2; // System.Char[] System.Security.Util.Tokenizer::_inChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____inChars_3; // System.String System.Security.Util.Tokenizer::_inString String_t* ____inString_4; // System.Int32 System.Security.Util.Tokenizer::_inIndex int32_t ____inIndex_5; // System.Int32 System.Security.Util.Tokenizer::_inSize int32_t ____inSize_6; // System.Int32 System.Security.Util.Tokenizer::_inSavedCharacter int32_t ____inSavedCharacter_7; // System.Security.Util.Tokenizer/TokenSource System.Security.Util.Tokenizer::_inTokenSource int32_t ____inTokenSource_8; // System.Security.Util.Tokenizer/ITokenReader System.Security.Util.Tokenizer::_inTokenReader RuntimeObject* ____inTokenReader_9; // System.Security.Util.Tokenizer/StringMaker System.Security.Util.Tokenizer::_maker StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * ____maker_10; // System.String[] System.Security.Util.Tokenizer::_searchStrings StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____searchStrings_11; // System.String[] System.Security.Util.Tokenizer::_replaceStrings StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____replaceStrings_12; // System.Int32 System.Security.Util.Tokenizer::_inNestedIndex int32_t ____inNestedIndex_13; // System.Int32 System.Security.Util.Tokenizer::_inNestedSize int32_t ____inNestedSize_14; // System.String System.Security.Util.Tokenizer::_inNestedString String_t* ____inNestedString_15; public: inline static int32_t get_offset_of_LineNo_0() { return static_cast(offsetof(Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8, ___LineNo_0)); } inline int32_t get_LineNo_0() const { return ___LineNo_0; } inline int32_t* get_address_of_LineNo_0() { return &___LineNo_0; } inline void set_LineNo_0(int32_t value) { ___LineNo_0 = value; } inline static int32_t get_offset_of__inProcessingTag_1() { return static_cast(offsetof(Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8, ____inProcessingTag_1)); } inline int32_t get__inProcessingTag_1() const { return ____inProcessingTag_1; } inline int32_t* get_address_of__inProcessingTag_1() { return &____inProcessingTag_1; } inline void set__inProcessingTag_1(int32_t value) { ____inProcessingTag_1 = value; } inline static int32_t get_offset_of__inBytes_2() { return static_cast(offsetof(Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8, ____inBytes_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__inBytes_2() const { return ____inBytes_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__inBytes_2() { return &____inBytes_2; } inline void set__inBytes_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____inBytes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____inBytes_2), (void*)value); } inline static int32_t get_offset_of__inChars_3() { return static_cast(offsetof(Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8, ____inChars_3)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__inChars_3() const { return ____inChars_3; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__inChars_3() { return &____inChars_3; } inline void set__inChars_3(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____inChars_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____inChars_3), (void*)value); } inline static int32_t get_offset_of__inString_4() { return static_cast(offsetof(Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8, ____inString_4)); } inline String_t* get__inString_4() const { return ____inString_4; } inline String_t** get_address_of__inString_4() { return &____inString_4; } inline void set__inString_4(String_t* value) { ____inString_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____inString_4), (void*)value); } inline static int32_t get_offset_of__inIndex_5() { return static_cast(offsetof(Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8, ____inIndex_5)); } inline int32_t get__inIndex_5() const { return ____inIndex_5; } inline int32_t* get_address_of__inIndex_5() { return &____inIndex_5; } inline void set__inIndex_5(int32_t value) { ____inIndex_5 = value; } inline static int32_t get_offset_of__inSize_6() { return static_cast(offsetof(Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8, ____inSize_6)); } inline int32_t get__inSize_6() const { return ____inSize_6; } inline int32_t* get_address_of__inSize_6() { return &____inSize_6; } inline void set__inSize_6(int32_t value) { ____inSize_6 = value; } inline static int32_t get_offset_of__inSavedCharacter_7() { return static_cast(offsetof(Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8, ____inSavedCharacter_7)); } inline int32_t get__inSavedCharacter_7() const { return ____inSavedCharacter_7; } inline int32_t* get_address_of__inSavedCharacter_7() { return &____inSavedCharacter_7; } inline void set__inSavedCharacter_7(int32_t value) { ____inSavedCharacter_7 = value; } inline static int32_t get_offset_of__inTokenSource_8() { return static_cast(offsetof(Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8, ____inTokenSource_8)); } inline int32_t get__inTokenSource_8() const { return ____inTokenSource_8; } inline int32_t* get_address_of__inTokenSource_8() { return &____inTokenSource_8; } inline void set__inTokenSource_8(int32_t value) { ____inTokenSource_8 = value; } inline static int32_t get_offset_of__inTokenReader_9() { return static_cast(offsetof(Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8, ____inTokenReader_9)); } inline RuntimeObject* get__inTokenReader_9() const { return ____inTokenReader_9; } inline RuntimeObject** get_address_of__inTokenReader_9() { return &____inTokenReader_9; } inline void set__inTokenReader_9(RuntimeObject* value) { ____inTokenReader_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____inTokenReader_9), (void*)value); } inline static int32_t get_offset_of__maker_10() { return static_cast(offsetof(Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8, ____maker_10)); } inline StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * get__maker_10() const { return ____maker_10; } inline StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 ** get_address_of__maker_10() { return &____maker_10; } inline void set__maker_10(StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * value) { ____maker_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____maker_10), (void*)value); } inline static int32_t get_offset_of__searchStrings_11() { return static_cast(offsetof(Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8, ____searchStrings_11)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__searchStrings_11() const { return ____searchStrings_11; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__searchStrings_11() { return &____searchStrings_11; } inline void set__searchStrings_11(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____searchStrings_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____searchStrings_11), (void*)value); } inline static int32_t get_offset_of__replaceStrings_12() { return static_cast(offsetof(Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8, ____replaceStrings_12)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__replaceStrings_12() const { return ____replaceStrings_12; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__replaceStrings_12() { return &____replaceStrings_12; } inline void set__replaceStrings_12(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____replaceStrings_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____replaceStrings_12), (void*)value); } inline static int32_t get_offset_of__inNestedIndex_13() { return static_cast(offsetof(Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8, ____inNestedIndex_13)); } inline int32_t get__inNestedIndex_13() const { return ____inNestedIndex_13; } inline int32_t* get_address_of__inNestedIndex_13() { return &____inNestedIndex_13; } inline void set__inNestedIndex_13(int32_t value) { ____inNestedIndex_13 = value; } inline static int32_t get_offset_of__inNestedSize_14() { return static_cast(offsetof(Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8, ____inNestedSize_14)); } inline int32_t get__inNestedSize_14() const { return ____inNestedSize_14; } inline int32_t* get_address_of__inNestedSize_14() { return &____inNestedSize_14; } inline void set__inNestedSize_14(int32_t value) { ____inNestedSize_14 = value; } inline static int32_t get_offset_of__inNestedString_15() { return static_cast(offsetof(Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8, ____inNestedString_15)); } inline String_t* get__inNestedString_15() const { return ____inNestedString_15; } inline String_t** get_address_of__inNestedString_15() { return &____inNestedString_15; } inline void set__inNestedString_15(String_t* value) { ____inNestedString_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____inNestedString_15), (void*)value); } }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.IO.UnmanagedMemoryStream struct UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Runtime.InteropServices.SafeBuffer System.IO.UnmanagedMemoryStream::_buffer SafeBuffer_tABA0D0B754FCCF3625CD905D535296E353C630D2 * ____buffer_5; // System.Byte* System.IO.UnmanagedMemoryStream::_mem uint8_t* ____mem_6; // System.Int64 System.IO.UnmanagedMemoryStream::_length int64_t ____length_7; // System.Int64 System.IO.UnmanagedMemoryStream::_capacity int64_t ____capacity_8; // System.Int64 System.IO.UnmanagedMemoryStream::_position int64_t ____position_9; // System.Int64 System.IO.UnmanagedMemoryStream::_offset int64_t ____offset_10; // System.IO.FileAccess System.IO.UnmanagedMemoryStream::_access int32_t ____access_11; // System.Boolean System.IO.UnmanagedMemoryStream::_isOpen bool ____isOpen_12; // System.Threading.Tasks.Task`1 System.IO.UnmanagedMemoryStream::_lastReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastReadTask_13; public: inline static int32_t get_offset_of__buffer_5() { return static_cast(offsetof(UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62, ____buffer_5)); } inline SafeBuffer_tABA0D0B754FCCF3625CD905D535296E353C630D2 * get__buffer_5() const { return ____buffer_5; } inline SafeBuffer_tABA0D0B754FCCF3625CD905D535296E353C630D2 ** get_address_of__buffer_5() { return &____buffer_5; } inline void set__buffer_5(SafeBuffer_tABA0D0B754FCCF3625CD905D535296E353C630D2 * value) { ____buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_5), (void*)value); } inline static int32_t get_offset_of__mem_6() { return static_cast(offsetof(UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62, ____mem_6)); } inline uint8_t* get__mem_6() const { return ____mem_6; } inline uint8_t** get_address_of__mem_6() { return &____mem_6; } inline void set__mem_6(uint8_t* value) { ____mem_6 = value; } inline static int32_t get_offset_of__length_7() { return static_cast(offsetof(UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62, ____length_7)); } inline int64_t get__length_7() const { return ____length_7; } inline int64_t* get_address_of__length_7() { return &____length_7; } inline void set__length_7(int64_t value) { ____length_7 = value; } inline static int32_t get_offset_of__capacity_8() { return static_cast(offsetof(UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62, ____capacity_8)); } inline int64_t get__capacity_8() const { return ____capacity_8; } inline int64_t* get_address_of__capacity_8() { return &____capacity_8; } inline void set__capacity_8(int64_t value) { ____capacity_8 = value; } inline static int32_t get_offset_of__position_9() { return static_cast(offsetof(UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62, ____position_9)); } inline int64_t get__position_9() const { return ____position_9; } inline int64_t* get_address_of__position_9() { return &____position_9; } inline void set__position_9(int64_t value) { ____position_9 = value; } inline static int32_t get_offset_of__offset_10() { return static_cast(offsetof(UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62, ____offset_10)); } inline int64_t get__offset_10() const { return ____offset_10; } inline int64_t* get_address_of__offset_10() { return &____offset_10; } inline void set__offset_10(int64_t value) { ____offset_10 = value; } inline static int32_t get_offset_of__access_11() { return static_cast(offsetof(UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62, ____access_11)); } inline int32_t get__access_11() const { return ____access_11; } inline int32_t* get_address_of__access_11() { return &____access_11; } inline void set__access_11(int32_t value) { ____access_11 = value; } inline static int32_t get_offset_of__isOpen_12() { return static_cast(offsetof(UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62, ____isOpen_12)); } inline bool get__isOpen_12() const { return ____isOpen_12; } inline bool* get_address_of__isOpen_12() { return &____isOpen_12; } inline void set__isOpen_12(bool value) { ____isOpen_12 = value; } inline static int32_t get_offset_of__lastReadTask_13() { return static_cast(offsetof(UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62, ____lastReadTask_13)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastReadTask_13() const { return ____lastReadTask_13; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastReadTask_13() { return &____lastReadTask_13; } inline void set__lastReadTask_13(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastReadTask_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_13), (void*)value); } }; // System.Action`1 struct Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_tF57157662C4DABDD2551BCF8E5DB6D28210BDB8E : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 : public MulticastDelegate_t { public: public: }; // System.Func`4 struct Func_4_t359F314C31D5EDAA983DB7DEE3FE46D5A47E6D8B : public MulticastDelegate_t { public: public: }; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.ArithmeticException struct ArithmeticException_t8E5F44FABC7FAE0966CBA6DE9BFD545F2660ED47 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B : public MulticastDelegate_t { public: public: }; // System.Security.Cryptography.CryptographicException struct CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA, ____maybeFullPath_17)); } inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; } inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; } inline void set__maybeFullPath_17(String_t* value) { ____maybeFullPath_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value); } }; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.OperationCanceledException struct OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.Threading.CancellationToken System.OperationCanceledException::_cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ____cancellationToken_17; public: inline static int32_t get_offset_of__cancellationToken_17() { return static_cast(offsetof(OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB, ____cancellationToken_17)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get__cancellationToken_17() const { return ____cancellationToken_17; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of__cancellationToken_17() { return &____cancellationToken_17; } inline void set__cancellationToken_17(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ____cancellationToken_17 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____cancellationToken_17))->___m_source_0), (void*)NULL); } }; // System.Threading.ParameterizedThreadStart struct ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516 : public MulticastDelegate_t { public: public: }; // System.IO.PinnedBufferMemoryStream struct PinnedBufferMemoryStream_tDB1B8D639F3D8F7E60BA9E050BC48C575E573E78 : public UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 { public: // System.Byte[] System.IO.PinnedBufferMemoryStream::_array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____array_14; // System.Runtime.InteropServices.GCHandle System.IO.PinnedBufferMemoryStream::_pinningHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ____pinningHandle_15; public: inline static int32_t get_offset_of__array_14() { return static_cast(offsetof(PinnedBufferMemoryStream_tDB1B8D639F3D8F7E60BA9E050BC48C575E573E78, ____array_14)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__array_14() const { return ____array_14; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__array_14() { return &____array_14; } inline void set__array_14(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____array_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_14), (void*)value); } inline static int32_t get_offset_of__pinningHandle_15() { return static_cast(offsetof(PinnedBufferMemoryStream_tDB1B8D639F3D8F7E60BA9E050BC48C575E573E78, ____pinningHandle_15)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get__pinningHandle_15() const { return ____pinningHandle_15; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of__pinningHandle_15() { return &____pinningHandle_15; } inline void set__pinningHandle_15(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ____pinningHandle_15 = value; } }; // Mono.Math.Prime.PrimalityTest struct PrimalityTest_tACCB9F1C059A66CADCC2AB71638267E2487F06AF : public MulticastDelegate_t { public: public: }; // System.Security.Cryptography.RC2 struct RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9 : public SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 { public: // System.Int32 System.Security.Cryptography.RC2::EffectiveKeySizeValue int32_t ___EffectiveKeySizeValue_9; public: inline static int32_t get_offset_of_EffectiveKeySizeValue_9() { return static_cast(offsetof(RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9, ___EffectiveKeySizeValue_9)); } inline int32_t get_EffectiveKeySizeValue_9() const { return ___EffectiveKeySizeValue_9; } inline int32_t* get_address_of_EffectiveKeySizeValue_9() { return &___EffectiveKeySizeValue_9; } inline void set_EffectiveKeySizeValue_9(int32_t value) { ___EffectiveKeySizeValue_9 = value; } }; struct RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_StaticFields { public: // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.RC2::s_legalBlockSizes KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___s_legalBlockSizes_10; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.RC2::s_legalKeySizes KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___s_legalKeySizes_11; public: inline static int32_t get_offset_of_s_legalBlockSizes_10() { return static_cast(offsetof(RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_StaticFields, ___s_legalBlockSizes_10)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_s_legalBlockSizes_10() const { return ___s_legalBlockSizes_10; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_s_legalBlockSizes_10() { return &___s_legalBlockSizes_10; } inline void set_s_legalBlockSizes_10(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___s_legalBlockSizes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalBlockSizes_10), (void*)value); } inline static int32_t get_offset_of_s_legalKeySizes_11() { return static_cast(offsetof(RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_StaticFields, ___s_legalKeySizes_11)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_s_legalKeySizes_11() const { return ___s_legalKeySizes_11; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_s_legalKeySizes_11() { return &___s_legalKeySizes_11; } inline void set_s_legalKeySizes_11(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___s_legalKeySizes_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_11), (void*)value); } }; // System.Security.Cryptography.RC2Transform struct RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1 : public SymmetricTransform_t7F2159C79FF7B594CAC28B7061F5891F9B7CDB76 { public: // System.UInt16 System.Security.Cryptography.RC2Transform::R0 uint16_t ___R0_12; // System.UInt16 System.Security.Cryptography.RC2Transform::R1 uint16_t ___R1_13; // System.UInt16 System.Security.Cryptography.RC2Transform::R2 uint16_t ___R2_14; // System.UInt16 System.Security.Cryptography.RC2Transform::R3 uint16_t ___R3_15; // System.UInt16[] System.Security.Cryptography.RC2Transform::K UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___K_16; // System.Int32 System.Security.Cryptography.RC2Transform::j int32_t ___j_17; public: inline static int32_t get_offset_of_R0_12() { return static_cast(offsetof(RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1, ___R0_12)); } inline uint16_t get_R0_12() const { return ___R0_12; } inline uint16_t* get_address_of_R0_12() { return &___R0_12; } inline void set_R0_12(uint16_t value) { ___R0_12 = value; } inline static int32_t get_offset_of_R1_13() { return static_cast(offsetof(RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1, ___R1_13)); } inline uint16_t get_R1_13() const { return ___R1_13; } inline uint16_t* get_address_of_R1_13() { return &___R1_13; } inline void set_R1_13(uint16_t value) { ___R1_13 = value; } inline static int32_t get_offset_of_R2_14() { return static_cast(offsetof(RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1, ___R2_14)); } inline uint16_t get_R2_14() const { return ___R2_14; } inline uint16_t* get_address_of_R2_14() { return &___R2_14; } inline void set_R2_14(uint16_t value) { ___R2_14 = value; } inline static int32_t get_offset_of_R3_15() { return static_cast(offsetof(RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1, ___R3_15)); } inline uint16_t get_R3_15() const { return ___R3_15; } inline uint16_t* get_address_of_R3_15() { return &___R3_15; } inline void set_R3_15(uint16_t value) { ___R3_15 = value; } inline static int32_t get_offset_of_K_16() { return static_cast(offsetof(RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1, ___K_16)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get_K_16() const { return ___K_16; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of_K_16() { return &___K_16; } inline void set_K_16(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* value) { ___K_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___K_16), (void*)value); } inline static int32_t get_offset_of_j_17() { return static_cast(offsetof(RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1, ___j_17)); } inline int32_t get_j_17() const { return ___j_17; } inline int32_t* get_address_of_j_17() { return &___j_17; } inline void set_j_17(int32_t value) { ___j_17 = value; } }; struct RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1_StaticFields { public: // System.Byte[] System.Security.Cryptography.RC2Transform::pitable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pitable_18; public: inline static int32_t get_offset_of_pitable_18() { return static_cast(offsetof(RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1_StaticFields, ___pitable_18)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_pitable_18() const { return ___pitable_18; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_pitable_18() { return &___pitable_18; } inline void set_pitable_18(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___pitable_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___pitable_18), (void*)value); } }; // Mono.Security.Cryptography.RC4 struct RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9 : public SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 { public: public: }; struct RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9_StaticFields { public: // System.Security.Cryptography.KeySizes[] Mono.Security.Cryptography.RC4::s_legalBlockSizes KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___s_legalBlockSizes_9; // System.Security.Cryptography.KeySizes[] Mono.Security.Cryptography.RC4::s_legalKeySizes KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___s_legalKeySizes_10; public: inline static int32_t get_offset_of_s_legalBlockSizes_9() { return static_cast(offsetof(RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9_StaticFields, ___s_legalBlockSizes_9)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_s_legalBlockSizes_9() const { return ___s_legalBlockSizes_9; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_s_legalBlockSizes_9() { return &___s_legalBlockSizes_9; } inline void set_s_legalBlockSizes_9(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___s_legalBlockSizes_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalBlockSizes_9), (void*)value); } inline static int32_t get_offset_of_s_legalKeySizes_10() { return static_cast(offsetof(RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9_StaticFields, ___s_legalKeySizes_10)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_s_legalKeySizes_10() const { return ___s_legalKeySizes_10; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_s_legalKeySizes_10() { return &___s_legalKeySizes_10; } inline void set_s_legalKeySizes_10(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___s_legalKeySizes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_10), (void*)value); } }; // System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo struct ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 : public RuntimeObject { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::objectInfoId int32_t ___objectInfoId_0; // System.Type System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::objectType Type_t * ___objectType_2; // System.Runtime.Serialization.ObjectManager System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::objectManager ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96 * ___objectManager_3; // System.Int32 System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::count int32_t ___count_4; // System.Boolean System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::isSi bool ___isSi_5; // System.Boolean System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::isNamed bool ___isNamed_6; // System.Boolean System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::isTyped bool ___isTyped_7; // System.Boolean System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::bSimpleAssembly bool ___bSimpleAssembly_8; // System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::cache SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * ___cache_9; // System.String[] System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::wireMemberNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___wireMemberNames_10; // System.Type[] System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::wireMemberTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___wireMemberTypes_11; // System.Int32 System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::lastPosition int32_t ___lastPosition_12; // System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::serializationSurrogate RuntimeObject* ___serializationSurrogate_13; // System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::context StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context_14; // System.Collections.Generic.List`1 System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::memberTypesList List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * ___memberTypesList_15; // System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::serObjectInfoInit SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D * ___serObjectInfoInit_16; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::formatterConverter RuntimeObject* ___formatterConverter_17; public: inline static int32_t get_offset_of_objectInfoId_0() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___objectInfoId_0)); } inline int32_t get_objectInfoId_0() const { return ___objectInfoId_0; } inline int32_t* get_address_of_objectInfoId_0() { return &___objectInfoId_0; } inline void set_objectInfoId_0(int32_t value) { ___objectInfoId_0 = value; } inline static int32_t get_offset_of_objectType_2() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___objectType_2)); } inline Type_t * get_objectType_2() const { return ___objectType_2; } inline Type_t ** get_address_of_objectType_2() { return &___objectType_2; } inline void set_objectType_2(Type_t * value) { ___objectType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectType_2), (void*)value); } inline static int32_t get_offset_of_objectManager_3() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___objectManager_3)); } inline ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96 * get_objectManager_3() const { return ___objectManager_3; } inline ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96 ** get_address_of_objectManager_3() { return &___objectManager_3; } inline void set_objectManager_3(ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96 * value) { ___objectManager_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectManager_3), (void*)value); } inline static int32_t get_offset_of_count_4() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___count_4)); } inline int32_t get_count_4() const { return ___count_4; } inline int32_t* get_address_of_count_4() { return &___count_4; } inline void set_count_4(int32_t value) { ___count_4 = value; } inline static int32_t get_offset_of_isSi_5() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___isSi_5)); } inline bool get_isSi_5() const { return ___isSi_5; } inline bool* get_address_of_isSi_5() { return &___isSi_5; } inline void set_isSi_5(bool value) { ___isSi_5 = value; } inline static int32_t get_offset_of_isNamed_6() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___isNamed_6)); } inline bool get_isNamed_6() const { return ___isNamed_6; } inline bool* get_address_of_isNamed_6() { return &___isNamed_6; } inline void set_isNamed_6(bool value) { ___isNamed_6 = value; } inline static int32_t get_offset_of_isTyped_7() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___isTyped_7)); } inline bool get_isTyped_7() const { return ___isTyped_7; } inline bool* get_address_of_isTyped_7() { return &___isTyped_7; } inline void set_isTyped_7(bool value) { ___isTyped_7 = value; } inline static int32_t get_offset_of_bSimpleAssembly_8() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___bSimpleAssembly_8)); } inline bool get_bSimpleAssembly_8() const { return ___bSimpleAssembly_8; } inline bool* get_address_of_bSimpleAssembly_8() { return &___bSimpleAssembly_8; } inline void set_bSimpleAssembly_8(bool value) { ___bSimpleAssembly_8 = value; } inline static int32_t get_offset_of_cache_9() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___cache_9)); } inline SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * get_cache_9() const { return ___cache_9; } inline SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB ** get_address_of_cache_9() { return &___cache_9; } inline void set_cache_9(SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * value) { ___cache_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_9), (void*)value); } inline static int32_t get_offset_of_wireMemberNames_10() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___wireMemberNames_10)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_wireMemberNames_10() const { return ___wireMemberNames_10; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_wireMemberNames_10() { return &___wireMemberNames_10; } inline void set_wireMemberNames_10(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___wireMemberNames_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___wireMemberNames_10), (void*)value); } inline static int32_t get_offset_of_wireMemberTypes_11() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___wireMemberTypes_11)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_wireMemberTypes_11() const { return ___wireMemberTypes_11; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_wireMemberTypes_11() { return &___wireMemberTypes_11; } inline void set_wireMemberTypes_11(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___wireMemberTypes_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___wireMemberTypes_11), (void*)value); } inline static int32_t get_offset_of_lastPosition_12() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___lastPosition_12)); } inline int32_t get_lastPosition_12() const { return ___lastPosition_12; } inline int32_t* get_address_of_lastPosition_12() { return &___lastPosition_12; } inline void set_lastPosition_12(int32_t value) { ___lastPosition_12 = value; } inline static int32_t get_offset_of_serializationSurrogate_13() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___serializationSurrogate_13)); } inline RuntimeObject* get_serializationSurrogate_13() const { return ___serializationSurrogate_13; } inline RuntimeObject** get_address_of_serializationSurrogate_13() { return &___serializationSurrogate_13; } inline void set_serializationSurrogate_13(RuntimeObject* value) { ___serializationSurrogate_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___serializationSurrogate_13), (void*)value); } inline static int32_t get_offset_of_context_14() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___context_14)); } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 get_context_14() const { return ___context_14; } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 * get_address_of_context_14() { return &___context_14; } inline void set_context_14(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 value) { ___context_14 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___context_14))->___m_additionalContext_0), (void*)NULL); } inline static int32_t get_offset_of_memberTypesList_15() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___memberTypesList_15)); } inline List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * get_memberTypesList_15() const { return ___memberTypesList_15; } inline List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 ** get_address_of_memberTypesList_15() { return &___memberTypesList_15; } inline void set_memberTypesList_15(List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * value) { ___memberTypesList_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberTypesList_15), (void*)value); } inline static int32_t get_offset_of_serObjectInfoInit_16() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___serObjectInfoInit_16)); } inline SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D * get_serObjectInfoInit_16() const { return ___serObjectInfoInit_16; } inline SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D ** get_address_of_serObjectInfoInit_16() { return &___serObjectInfoInit_16; } inline void set_serObjectInfoInit_16(SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D * value) { ___serObjectInfoInit_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___serObjectInfoInit_16), (void*)value); } inline static int32_t get_offset_of_formatterConverter_17() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___formatterConverter_17)); } inline RuntimeObject* get_formatterConverter_17() const { return ___formatterConverter_17; } inline RuntimeObject** get_address_of_formatterConverter_17() { return &___formatterConverter_17; } inline void set_formatterConverter_17(RuntimeObject* value) { ___formatterConverter_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___formatterConverter_17), (void*)value); } }; struct ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223_StaticFields { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::readObjectInfoCounter int32_t ___readObjectInfoCounter_1; public: inline static int32_t get_offset_of_readObjectInfoCounter_1() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223_StaticFields, ___readObjectInfoCounter_1)); } inline int32_t get_readObjectInfoCounter_1() const { return ___readObjectInfoCounter_1; } inline int32_t* get_address_of_readObjectInfoCounter_1() { return &___readObjectInfoCounter_1; } inline void set_readObjectInfoCounter_1(int32_t value) { ___readObjectInfoCounter_1 = value; } }; // System.Reflection.RuntimeParameterInfo struct RuntimeParameterInfo_tC859DD5E91FA8533CE17C5DD9667EF16389FD85B : public ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 { public: public: }; // System.Threading.ThreadAbortException struct ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Reflection.TypeInfo struct TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F : public Type_t { public: public: }; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 : public MulticastDelegate_t { public: public: }; // System.Security.XmlSyntaxException struct XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.DateTimeParse/MatchNumberDelegate struct MatchNumberDelegate_t4EB7A242D7C0B4570F59DD93F38AB3422672B199 : public MulticastDelegate_t { public: public: }; // Mono.Security.Cryptography.ARC4Managed struct ARC4Managed_t7D2721F1AF57F6B15CBBB4383350A196E0F50514 : public RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9 { public: // System.Byte[] Mono.Security.Cryptography.ARC4Managed::key ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key_11; // System.Byte[] Mono.Security.Cryptography.ARC4Managed::state ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___state_12; // System.Byte Mono.Security.Cryptography.ARC4Managed::x uint8_t ___x_13; // System.Byte Mono.Security.Cryptography.ARC4Managed::y uint8_t ___y_14; // System.Boolean Mono.Security.Cryptography.ARC4Managed::m_disposed bool ___m_disposed_15; public: inline static int32_t get_offset_of_key_11() { return static_cast(offsetof(ARC4Managed_t7D2721F1AF57F6B15CBBB4383350A196E0F50514, ___key_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_key_11() const { return ___key_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_key_11() { return &___key_11; } inline void set_key_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___key_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_11), (void*)value); } inline static int32_t get_offset_of_state_12() { return static_cast(offsetof(ARC4Managed_t7D2721F1AF57F6B15CBBB4383350A196E0F50514, ___state_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_state_12() const { return ___state_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_state_12() { return &___state_12; } inline void set_state_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___state_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_12), (void*)value); } inline static int32_t get_offset_of_x_13() { return static_cast(offsetof(ARC4Managed_t7D2721F1AF57F6B15CBBB4383350A196E0F50514, ___x_13)); } inline uint8_t get_x_13() const { return ___x_13; } inline uint8_t* get_address_of_x_13() { return &___x_13; } inline void set_x_13(uint8_t value) { ___x_13 = value; } inline static int32_t get_offset_of_y_14() { return static_cast(offsetof(ARC4Managed_t7D2721F1AF57F6B15CBBB4383350A196E0F50514, ___y_14)); } inline uint8_t get_y_14() const { return ___y_14; } inline uint8_t* get_address_of_y_14() { return &___y_14; } inline void set_y_14(uint8_t value) { ___y_14 = value; } inline static int32_t get_offset_of_m_disposed_15() { return static_cast(offsetof(ARC4Managed_t7D2721F1AF57F6B15CBBB4383350A196E0F50514, ___m_disposed_15)); } inline bool get_m_disposed_15() const { return ___m_disposed_15; } inline bool* get_address_of_m_disposed_15() { return &___m_disposed_15; } inline void set_m_disposed_15(bool value) { ___m_disposed_15 = value; } }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // System.Security.Cryptography.CryptographicUnexpectedOperationException struct CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 : public CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 { public: public: }; // System.Reflection.MonoParameterInfo struct MonoParameterInfo_tF3F69AF36EAE1C3AACFB76AC0945C7B387A6B16E : public RuntimeParameterInfo_tC859DD5E91FA8533CE17C5DD9667EF16389FD85B { public: public: }; // System.OverflowException struct OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 : public ArithmeticException_t8E5F44FABC7FAE0966CBA6DE9BFD545F2660ED47 { public: public: }; // System.IO.PathTooLongException struct PathTooLongException_t117AA1F09A957F54EC7B0F100344E81E82AC71B7 : public IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA { public: public: }; // System.PlatformNotSupportedException struct PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E : public NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 { public: public: }; // System.Security.Cryptography.RC2CryptoServiceProvider struct RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009 : public RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9 { public: // System.Boolean System.Security.Cryptography.RC2CryptoServiceProvider::m_use40bitSalt bool ___m_use40bitSalt_12; public: inline static int32_t get_offset_of_m_use40bitSalt_12() { return static_cast(offsetof(RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009, ___m_use40bitSalt_12)); } inline bool get_m_use40bitSalt_12() const { return ___m_use40bitSalt_12; } inline bool* get_address_of_m_use40bitSalt_12() { return &___m_use40bitSalt_12; } inline void set_m_use40bitSalt_12(bool value) { ___m_use40bitSalt_12 = value; } }; struct RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009_StaticFields { public: // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.RC2CryptoServiceProvider::s_legalKeySizes KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___s_legalKeySizes_13; public: inline static int32_t get_offset_of_s_legalKeySizes_13() { return static_cast(offsetof(RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009_StaticFields, ___s_legalKeySizes_13)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_s_legalKeySizes_13() const { return ___s_legalKeySizes_13; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_s_legalKeySizes_13() { return &___s_legalKeySizes_13; } inline void set_s_legalKeySizes_13(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___s_legalKeySizes_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_13), (void*)value); } }; // System.RuntimeType struct RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 : public TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F { public: // System.MonoTypeInfo System.RuntimeType::type_info MonoTypeInfo_tD048FE6E8A79174435DD9BA986294B02C68DFC79 * ___type_info_26; // System.Object System.RuntimeType::GenericCache RuntimeObject * ___GenericCache_27; // System.Reflection.RuntimeConstructorInfo System.RuntimeType::m_serializationCtor RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB * ___m_serializationCtor_28; public: inline static int32_t get_offset_of_type_info_26() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07, ___type_info_26)); } inline MonoTypeInfo_tD048FE6E8A79174435DD9BA986294B02C68DFC79 * get_type_info_26() const { return ___type_info_26; } inline MonoTypeInfo_tD048FE6E8A79174435DD9BA986294B02C68DFC79 ** get_address_of_type_info_26() { return &___type_info_26; } inline void set_type_info_26(MonoTypeInfo_tD048FE6E8A79174435DD9BA986294B02C68DFC79 * value) { ___type_info_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_info_26), (void*)value); } inline static int32_t get_offset_of_GenericCache_27() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07, ___GenericCache_27)); } inline RuntimeObject * get_GenericCache_27() const { return ___GenericCache_27; } inline RuntimeObject ** get_address_of_GenericCache_27() { return &___GenericCache_27; } inline void set_GenericCache_27(RuntimeObject * value) { ___GenericCache_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___GenericCache_27), (void*)value); } inline static int32_t get_offset_of_m_serializationCtor_28() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07, ___m_serializationCtor_28)); } inline RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB * get_m_serializationCtor_28() const { return ___m_serializationCtor_28; } inline RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB ** get_address_of_m_serializationCtor_28() { return &___m_serializationCtor_28; } inline void set_m_serializationCtor_28(RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB * value) { ___m_serializationCtor_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_serializationCtor_28), (void*)value); } }; struct RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields { public: // System.RuntimeType System.RuntimeType::ValueType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___ValueType_10; // System.RuntimeType System.RuntimeType::EnumType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___EnumType_11; // System.RuntimeType System.RuntimeType::ObjectType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___ObjectType_12; // System.RuntimeType System.RuntimeType::StringType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___StringType_13; // System.RuntimeType System.RuntimeType::DelegateType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___DelegateType_14; // System.Type[] System.RuntimeType::s_SICtorParamTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___s_SICtorParamTypes_15; // System.RuntimeType System.RuntimeType::s_typedRef RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___s_typedRef_25; public: inline static int32_t get_offset_of_ValueType_10() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___ValueType_10)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_ValueType_10() const { return ___ValueType_10; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_ValueType_10() { return &___ValueType_10; } inline void set_ValueType_10(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___ValueType_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ValueType_10), (void*)value); } inline static int32_t get_offset_of_EnumType_11() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___EnumType_11)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_EnumType_11() const { return ___EnumType_11; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_EnumType_11() { return &___EnumType_11; } inline void set_EnumType_11(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___EnumType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___EnumType_11), (void*)value); } inline static int32_t get_offset_of_ObjectType_12() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___ObjectType_12)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_ObjectType_12() const { return ___ObjectType_12; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_ObjectType_12() { return &___ObjectType_12; } inline void set_ObjectType_12(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___ObjectType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ObjectType_12), (void*)value); } inline static int32_t get_offset_of_StringType_13() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___StringType_13)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_StringType_13() const { return ___StringType_13; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_StringType_13() { return &___StringType_13; } inline void set_StringType_13(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___StringType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringType_13), (void*)value); } inline static int32_t get_offset_of_DelegateType_14() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___DelegateType_14)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_DelegateType_14() const { return ___DelegateType_14; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_DelegateType_14() { return &___DelegateType_14; } inline void set_DelegateType_14(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___DelegateType_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___DelegateType_14), (void*)value); } inline static int32_t get_offset_of_s_SICtorParamTypes_15() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___s_SICtorParamTypes_15)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_s_SICtorParamTypes_15() const { return ___s_SICtorParamTypes_15; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_s_SICtorParamTypes_15() { return &___s_SICtorParamTypes_15; } inline void set_s_SICtorParamTypes_15(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___s_SICtorParamTypes_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_SICtorParamTypes_15), (void*)value); } inline static int32_t get_offset_of_s_typedRef_25() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___s_typedRef_25)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_s_typedRef_25() const { return ___s_typedRef_25; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_s_typedRef_25() { return &___s_typedRef_25; } inline void set_s_typedRef_25(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___s_typedRef_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_typedRef_25), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B : public RuntimeArray { public: ALIGN_FIELD (8) ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * m_Items[1]; public: inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.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; } }; // System.ParameterizedStrings/FormatParam[] struct FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB : public RuntimeArray { public: ALIGN_FIELD (8) FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE m_Items[1]; public: inline FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE * 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, FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____string_1), (void*)NULL); } inline FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____string_1), (void*)NULL); } }; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.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.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB : public RuntimeArray { public: ALIGN_FIELD (8) double m_Items[1]; public: inline double GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline double* 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, double value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline double GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline double* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, double value) { m_Items[index] = value; } }; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD : public RuntimeArray { public: ALIGN_FIELD (8) int16_t m_Items[1]; public: inline int16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int16_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value) { m_Items[index] = value; } }; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // System.SByte[] struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7 : public RuntimeArray { public: ALIGN_FIELD (8) int8_t m_Items[1]; public: inline int8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int8_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, int8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int8_t value) { m_Items[index] = value; } }; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67 : public RuntimeArray { public: ALIGN_FIELD (8) uint16_t m_Items[1]; public: inline uint16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint16_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, uint16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint16_t value) { m_Items[index] = value; } }; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2 : public RuntimeArray { public: ALIGN_FIELD (8) uint64_t m_Items[1]; public: inline uint64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint64_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value) { m_Items[index] = value; } }; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E : public RuntimeArray { public: ALIGN_FIELD (8) MethodInfo_t * m_Items[1]; public: inline MethodInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MethodInfo_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, MethodInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MethodInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MethodInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MethodInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755 : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_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, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499 : public RuntimeArray { public: ALIGN_FIELD (8) KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 * m_Items[1]; public: inline KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 ** 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, KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Threading.Tasks.ParallelLoopResult System.Threading.Tasks.Parallel::ForWorker(System.Int32,System.Int32,System.Threading.Tasks.ParallelOptions,System.Action`1,System.Action`2,System.Func`4,System.Func`1,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3 Parallel_ForWorker_TisRuntimeObject_m2C1E5065CD2BE0F82647594EBDA90932B8C831B5_gshared (int32_t ___fromInclusive0, int32_t ___toExclusive1, ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * ___parallelOptions2, Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * ___body3, Action_2_tF57157662C4DABDD2551BCF8E5DB6D28210BDB8E * ___bodyWithState4, Func_4_t359F314C31D5EDAA983DB7DEE3FE46D5A47E6D8B * ___bodyWithLocal5, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___localInit6, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___localFinally7, const RuntimeMethod* method); // System.Collections.Concurrent.OrderablePartitioner`1 System.Collections.Concurrent.Partitioner::Create(System.Collections.Generic.IEnumerable`1,System.Collections.Concurrent.EnumerablePartitionerOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OrderablePartitioner_1_t29DC082DEB5616CCFF72A0BF8D885FB7EBC5C8F3 * Partitioner_Create_TisRuntimeObject_mEC98DFE301861A0E59682965C0A7EDFFB0DF9576_gshared (RuntimeObject* ___source0, int32_t ___partitionerOptions1, const RuntimeMethod* method); // T[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* Array_Empty_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m4B65C10F11A56C51206C1894D604C9CB51DF08CF_gshared_inline (const RuntimeMethod* method); // System.Void System.Security.Cryptography.MaskGenerationMethod::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskGenerationMethod__ctor_m33FF64BCAAE9C39B0C24C8380B3E79EABBD3962D (MaskGenerationMethod_t60144916594E810B8D6D1091ACE519A4F4E20A2E * __this, const RuntimeMethod* method); // System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HashAlgorithm::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * HashAlgorithm_Create_mD9211775DFB224A40EC1F96711AE36C00C827EA3 (String_t* ___hashName0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS1::MGF1(System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PKCS1_MGF1_m8391E1ACC8A6C3BAD7D06F125A6493429120C0CB (HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * ___hash0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mgfSeed1, int32_t ___maskLen2, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Threading.Tasks.ParallelLoopResult System.Threading.Tasks.Parallel::ForWorker(System.Int32,System.Int32,System.Threading.Tasks.ParallelOptions,System.Action`1,System.Action`2,System.Func`4,System.Func`1,System.Action`1) inline ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3 Parallel_ForWorker_TisRuntimeObject_m2C1E5065CD2BE0F82647594EBDA90932B8C831B5 (int32_t ___fromInclusive0, int32_t ___toExclusive1, ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * ___parallelOptions2, Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * ___body3, Action_2_tF57157662C4DABDD2551BCF8E5DB6D28210BDB8E * ___bodyWithState4, Func_4_t359F314C31D5EDAA983DB7DEE3FE46D5A47E6D8B * ___bodyWithLocal5, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___localInit6, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___localFinally7, const RuntimeMethod* method) { return (( ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3 (*) (int32_t, int32_t, ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C *, Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B *, Action_2_tF57157662C4DABDD2551BCF8E5DB6D28210BDB8E *, Func_4_t359F314C31D5EDAA983DB7DEE3FE46D5A47E6D8B *, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, const RuntimeMethod*))Parallel_ForWorker_TisRuntimeObject_m2C1E5065CD2BE0F82647594EBDA90932B8C831B5_gshared)(___fromInclusive0, ___toExclusive1, ___parallelOptions2, ___body3, ___bodyWithState4, ___bodyWithLocal5, ___localInit6, ___localFinally7, method); } // System.Boolean System.Threading.CancellationToken::get_IsCancellationRequested() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationToken_get_IsCancellationRequested_mC0A51CBEAEDE8789A0D04A79B20884ADABEB0D90 (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * __this, const RuntimeMethod* method); // System.Threading.CancellationToken System.OperationCanceledException::get_CancellationToken() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD OperationCanceledException_get_CancellationToken_m1755384EF3D1F01B524D2B545723709D5B3487DA_inline (OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB * __this, const RuntimeMethod* method); // System.Boolean System.Threading.CancellationToken::op_Inequality(System.Threading.CancellationToken,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationToken_op_Inequality_m7CC475A961147C03C3665DBF0CB9DA0D1F08B2B7 (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___left0, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___right1, const RuntimeMethod* method); // System.Void System.OperationCanceledException::.ctor(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperationCanceledException__ctor_m658F2C4D113014CA68D0BB5D40D3FB0AEA0FC3D6 (OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB * __this, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___token0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.ParallelOptions::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelOptions__ctor_mF1F7F521D2BB1255A33677EAF6ED3FADBF156DA2 (ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::.ctor(System.Delegate,System.Object,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task__ctor_m3D10764ADAA8079A58C62BE79261EFA5230D2220 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, Delegate_t * ___action0, RuntimeObject * ___state1, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___parent2, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken3, int32_t ___creationOptions4, int32_t ___internalOptions5, TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___scheduler6, const RuntimeMethod* method); // System.Threading.Tasks.Task System.Threading.Tasks.Task::get_InternalCurrent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * Task_get_InternalCurrent_m557FDDC9AA0F289D2E00266B3E231DF5299A719D_inline (const RuntimeMethod* method); // System.Int32 System.Threading.Tasks.ParallelOptions::get_EffectiveMaxConcurrencyLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParallelOptions_get_EffectiveMaxConcurrencyLevel_m7143477767438E1C0FCF6BA8712E1634C19DFCEA (ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::PossiblyCaptureContext(System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_PossiblyCaptureContext_m027EA18025BF0A326DA9464B122B42843F7CB068 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, int32_t* ___stackMark0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.ParallelForReplicaTask::.ctor(System.Action`1,System.Object,System.Threading.Tasks.Task,System.Threading.Tasks.TaskScheduler,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelForReplicaTask__ctor_m5CA9C4E7D23AE2367EC646033EC86D804685425F (ParallelForReplicaTask_tA8EF390CFE7A34F4D940DA70CFC2925E8E10E7A6 * __this, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___taskReplicaDelegate0, RuntimeObject * ___stateObject1, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___parentTask2, TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___taskScheduler3, int32_t ___creationOptionsForReplica4, int32_t ___internalOptionsForReplica5, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.ParallelLoopState::.ctor(System.Threading.Tasks.ParallelLoopStateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelLoopState__ctor_m1C6F08DEFFF8F0A934719260D78F8FCC08936040 (ParallelLoopState_t59ED988EF9EE69D7BAF611EFF46AB61AE6A62C49 * __this, ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127 * ___fbase0, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.ParallelLoopStateFlags::AtomicLoopStateUpdate(System.Int32,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParallelLoopStateFlags_AtomicLoopStateUpdate_mF03FF24CAF19EF936C512DBFEB9F3A81192D2679 (ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127 * __this, int32_t ___newState0, int32_t ___illegalStates1, int32_t* ___oldState2, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::CompareExchange(System.Int32&,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_CompareExchange_m317AD9524376B7BE74DD9069346E345F2B131382 (int32_t* ___location10, int32_t ___value1, int32_t ___comparand2, const RuntimeMethod* method); // System.Void System.Threading.SpinWait::SpinOnce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinWait_SpinOnce_m79A8F770ED24E400B6AEFA421A33084CA54E59DB (SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.ParallelLoopStateFlags::AtomicLoopStateUpdate(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParallelLoopStateFlags_AtomicLoopStateUpdate_m009A18BF2BAEFCD792993B961BA1CC98487A41B1 (ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127 * __this, int32_t ___newState0, int32_t ___illegalStates1, const RuntimeMethod* method); // System.Int32 System.Threading.Tasks.ParallelLoopStateFlags::get_LoopStateFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParallelLoopStateFlags_get_LoopStateFlags_m523BE0415C789996741D576E0F24F11E6DCBFCCE (ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127 * __this, const RuntimeMethod* method); // System.Int32 System.Threading.Tasks.ParallelLoopStateFlags32::get_LowestBreakIteration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParallelLoopStateFlags32_get_LowestBreakIteration_m155C74C512C8C2235C0694F11EE8F8E680DAEC4A (ParallelLoopStateFlags32_tE14C230FA67145D03CE9AC57160161357F10C06D * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.ParallelLoopStateFlags::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelLoopStateFlags__ctor_mBC483D34795FDC028F082FDF93E9BC7F0FE42F25 (ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127 * __this, const RuntimeMethod* method); // System.Int32 System.IntPtr::get_Size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_get_Size_mD8038A1C440DE87E685F4D879DC80A6704D9C77B (const RuntimeMethod* method); // System.Int64 System.Threading.Interlocked::Read(System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Interlocked_Read_mBFC0A4421F88CFC8CC0D04735B6FDD38C9C0CE7A (int64_t* ___location0, const RuntimeMethod* method); // System.Int64 System.Threading.Tasks.ParallelLoopStateFlags64::get_LowestBreakIteration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ParallelLoopStateFlags64_get_LowestBreakIteration_mD0F45E1EBA1D7AC308E947EB6D2C7A6700A432B9 (ParallelLoopStateFlags64_t02802E24D1F0704DE49049347A2CA48812E0E004 * __this, const RuntimeMethod* method); // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler::get_Default() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * TaskScheduler_get_Default_m3FAE18B08A620C75BF0256917EFB236D30AB6BCB_inline (const RuntimeMethod* method); // System.Threading.CancellationToken System.Threading.CancellationToken::get_None() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD CancellationToken_get_None_m13F4B9DCF5D7BE8E9E3F60026C98E50A946FE9DF (const RuntimeMethod* method); // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * TaskScheduler_get_Current_m9B2B54B9B43FC6E157E04ABE9151F6A0FF124C01 (const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Int32 System.Threading.Tasks.ParallelOptions::get_MaxDegreeOfParallelism() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ParallelOptions_get_MaxDegreeOfParallelism_mB3559A2C68FAAF9BFA79EEBB117ED6FAD22F0F79_inline (ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * __this, const RuntimeMethod* method); // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.ParallelOptions::get_EffectiveTaskScheduler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ParallelOptions_get_EffectiveTaskScheduler_m8100F4B96B5AACEEFA753F4DC3BC00C7EFCAB283 (ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * __this, 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 System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_HasElementType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_HasElementType_m0E9BE136D7122FF3C2C92176B2FB40A39E5597D8 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsPrimitive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPrimitive_m43E50D507C45CE3BD51C0DC07C8AB061AFD6B3C3 (Type_t * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Boolean System.Reflection.ParameterInfo::get_IsRetval() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsRetval_mED20A297790DF1854E71658AC74B584EA4DF2EF4 (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.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.Boolean System.Type::get_IsByRef() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsByRef_mDB28F5482F9AE4407101B294CD3ADB01106CA4A3 (Type_t * __this, const RuntimeMethod* method); // System.String System.String::TrimEnd(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimEnd_mA98B5B9C45CCAB016F32F1C8BBE29A215B9D277E (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___trimChars0, const RuntimeMethod* method); // System.Boolean System.Reflection.ParameterInfo::get_IsIn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsIn_m096C407CE29F61E2B5F5DC331CA7C18211501FAB (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.ParameterInfo::get_IsOut() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsOut_m8ABFCEF4C82F3C4F92BD79130A85E562B788997C (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.ParameterInfo::get_IsOptional() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsOptional_m4C59DEAC6B2A13FB8F502592CF6E468FF1E90F4B (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.InAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InAttribute__ctor_m5030A74C7D81E209A157627F0B76558526B82CB9 (InAttribute_t7A70EB9EF1F01E6C3F189CE2B89EAB14C78AB83D * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.OptionalAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionalAttribute__ctor_m866CF15C7B7B8412BB33EC0E7B0C1DA3181D4B7C (OptionalAttribute_t9613B5775155FF16DDAC8B577061F32F238ED174 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.OutAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OutAttribute__ctor_mD7069F166ECF7F846DEBFAAA7B301A71AE41FE25 (OutAttribute_t993A013085F642EF5C57EC86A6FA95C7BEFC8E25 * __this, const RuntimeMethod* method); // System.Runtime.InteropServices.MarshalAsAttribute System.Runtime.InteropServices.MarshalAsAttribute::Copy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * MarshalAsAttribute_Copy_m39B51C1C5D7D9E75F410E3B581FB4EF8D06FE241 (MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * __this, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83 (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, const RuntimeMethod* method); // System.Void System.Reflection.MonoParameterInfo::.ctor(System.Reflection.ParameterInfo,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoParameterInfo__ctor_mB8C63DB361771F0B7DB19E70B8465A87F0FD5896 (MonoParameterInfo_tF3F69AF36EAE1C3AACFB76AC0945C7B387A6B16E * __this, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * ___pinfo0, MemberInfo_t * ___member1, const RuntimeMethod* method); // System.Void System.ParameterizedStrings/LowLevelStack::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LowLevelStack__ctor_mA10E9007FA52F7BB0885CC7E6CE9697CA0143329 (LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * __this, const RuntimeMethod* method); // System.Void System.ParameterizedStrings/LowLevelStack::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LowLevelStack_Clear_m4B3CA65283D027D3976E2172F79D1AF2F9881EFC (LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * __this, const RuntimeMethod* method); // System.String System.ParameterizedStrings::EvaluateInternal(System.String,System.Int32&,System.ParameterizedStrings/FormatParam[],System.ParameterizedStrings/LowLevelStack,System.ParameterizedStrings/FormatParam[]&,System.ParameterizedStrings/FormatParam[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterizedStrings_EvaluateInternal_m380741628C71A598600E26132EDDD2CE4C710E37 (String_t* ___format0, int32_t* ___pos1, FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* ___args2, LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * ___stack3, FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB** ___dynamicVars4, FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB** ___staticVars5, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.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.ParameterizedStrings/FormatParam System.ParameterizedStrings/LowLevelStack::Pop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE LowLevelStack_Pop_mF67AF886957B4910779303B166FC436CC02505F3 (LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * __this, const RuntimeMethod* method); // System.Int32 System.ParameterizedStrings/FormatParam::get_Int32() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FormatParam_get_Int32_mB6D8191C0C5033625731FE5C94247D03C1D78C66_inline (FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE * __this, const RuntimeMethod* method); // System.String System.ParameterizedStrings/FormatParam::get_String() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatParam_get_String_mD983C95AF11C88D11DBC0BE71F6F5B8F5C707AED (FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m796285D173EEA5261E85B95FC79DD4F996CC93DD (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.String System.String::Remove(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Remove_mA7DE3D6FE3344FD65108B33BD1DE8020D22ADAC0 (String_t* __this, int32_t ___startIndex0, int32_t ___count1, const RuntimeMethod* method); // System.Object System.ParameterizedStrings/FormatParam::get_Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * FormatParam_get_Object_mA8C9647D5931B852373A36986A093210071896A1 (FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE * __this, const RuntimeMethod* method); // System.String System.ParameterizedStrings::FormatPrintF(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterizedStrings_FormatPrintF_m8C7AF3F1344F695C4D2506C855F06962AD43C16C (String_t* ___format0, RuntimeObject * ___arg1, const RuntimeMethod* method); // System.Void System.ParameterizedStrings/LowLevelStack::Push(System.ParameterizedStrings/FormatParam) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LowLevelStack_Push_mE2AC497FF9F58F9F316F7D25C7F550E12C1B6DD7 (LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * __this, FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE ___item0, const RuntimeMethod* method); // System.ParameterizedStrings/FormatParam System.ParameterizedStrings/FormatParam::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE FormatParam_op_Implicit_mA72C0FC36F1914E176B6DBBF62E989566615C897 (int32_t ___value0, const RuntimeMethod* method); // System.ParameterizedStrings/FormatParam[] System.ParameterizedStrings::GetDynamicOrStaticVariables(System.Char,System.ParameterizedStrings/FormatParam[]&,System.ParameterizedStrings/FormatParam[]&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* ParameterizedStrings_GetDynamicOrStaticVariables_m573C4C0B546DE150BDCEEB289710A3EACE6F6140 (Il2CppChar ___c0, FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB** ___dynamicVars1, FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB** ___staticVars2, int32_t* ___index3, const RuntimeMethod* method); // System.Int32 System.ParameterizedStrings::AsInt(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterizedStrings_AsInt_m7B8E9D98D60EB28116A3D3227A6E78AD2E520509 (bool ___b0, const RuntimeMethod* method); // System.Boolean System.ParameterizedStrings::AsBool(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterizedStrings_AsBool_mFC5BE630ECC19327C0D24C51851F642F272F3818 (int32_t ___i0, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344 (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___val0, const RuntimeMethod* method); // System.Int32 System.ParameterizedStrings::snprintf(System.Byte*,System.IntPtr,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterizedStrings_snprintf_m49AB4589B15C15800FE78EDF1AA8488EB5D4B961 (uint8_t* ___str0, intptr_t ___size1, String_t* ___format2, int32_t ___arg13, const RuntimeMethod* method); // System.Int32 System.ParameterizedStrings::snprintf(System.Byte*,System.IntPtr,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterizedStrings_snprintf_m2EAB77921E3C1B18F860E8250C627ED7BC2061AD (uint8_t* ___str0, intptr_t ___size1, String_t* ___format2, String_t* ___arg13, const RuntimeMethod* method); // System.IntPtr System.IntPtr::op_Explicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF (int32_t ___value0, const RuntimeMethod* method); // System.String System.ParameterizedStrings::StringFromAsciiBytes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterizedStrings_StringFromAsciiBytes_mBDA5242B9D7DE3C892988915FD38D16BC0A582E3 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.ParamsArray::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_m4C0D1E8FEEC40A65CDB14E4178099C7D71FD574F (ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * __this, RuntimeObject * ___arg00, const RuntimeMethod* method); // System.Void System.ParamsArray::.ctor(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_m292570A14E2BD3E737A64BF4006BD7C5266D465B (ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method); // System.Void System.ParamsArray::.ctor(System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_m8B39D25B110D8468518150E11F97DCFFD92A712C (ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method); // System.Void System.ParamsArray::.ctor(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_mB6651804CF584301B8CBE7F57D5B11595EF16F2E (ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method); // System.Int32 System.ParamsArray::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParamsArray_get_Length_m9A6EE92E24AF4D1EC0A69C1CF0858DB26AF216E9 (ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * __this, const RuntimeMethod* method); // System.Object System.ParamsArray::GetAtSlow(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ParamsArray_GetAtSlow_mA479420B0B69DAD3D4483C15566C31CEE15D18B3 (ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * __this, int32_t ___index0, const RuntimeMethod* method); // System.Object System.ParamsArray::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ParamsArray_get_Item_m5EE046A486C0651AD0DAD2E9D5BF02E9D9442DE0 (ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.ParseNumbers::StringToInt(System.String,System.Int32,System.Int32,System.Int32*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParseNumbers_StringToInt_m58100833D719D961CBD5CE44BBCD55CDB546A193 (String_t* ___value0, int32_t ___fromBase1, int32_t ___flags2, int32_t* ___parsePos3, const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, String_t* ___message0, 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 System.OverflowException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Char::IsNumber(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsNumber_m1575CB90219C78EABADD70B3E53D53522CB0BB9D (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Char::IsLetter(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetter_mF204E476D37A9EC10C965929AF16A362CBEA8950 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Char System.Char::ToLowerInvariant(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToLowerInvariant_mA5541ADE6FA5082D0877F64FAA44F3C7C518866C (Il2CppChar ___c0, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.OverflowException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m9D5C4C7E08BE06B4D72424590FB4365733FC351D (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * __this, const RuntimeMethod* method); // System.String System.Int64::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F (int64_t* __this, const RuntimeMethod* method); // System.Byte[] System.BitConverter::GetBytes(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BitConverter_GetBytes_m4BCB9C5EF4286885A640995E44AB52E5F629E3C7 (int64_t ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.ParseNumbers::ConvertToBase2(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * ParseNumbers_ConvertToBase2_mB5E26CEAE327BA81F5DEE8D5CEDFFBB5F1C2D255 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.ParseNumbers::ConvertToBase8(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * ParseNumbers_ConvertToBase8_m55AF1455797B7AD66C5A734CDE467222A24E1E5E (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.ParseNumbers::ConvertToBase16(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * ParseNumbers_ConvertToBase16_m4D30F73B5EC6258ED7F155D55789030A43E7F6C5 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method); // System.Int64 System.ParseNumbers::StringToLong(System.String,System.Int32,System.Int32,System.Int32*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ParseNumbers_StringToLong_mAD5095146C1729D0348A9ECBBD7B48CE903EFFEB (String_t* ___value0, int32_t ___fromBase1, int32_t ___flags2, int32_t* ___parsePos3, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mE87B9746FC40A7ECC0149A24685BD0713459FAF1 (StringBuilder_t * __this, String_t* ___value0, int32_t ___capacity1, 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.Byte[] System.BitConverter::GetBytes(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BitConverter_GetBytes_m4178DFE7B47F12FAF452AA4742B16FC3BA9618A8 (int16_t ___value0, const RuntimeMethod* method); // System.Byte[] System.BitConverter::GetBytes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BitConverter_GetBytes_m5C926FE938C878F7E4E95A5DED46C34DB1431D39 (int32_t ___value0, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Insert(System.Int32,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Insert_m61BB1B6FAF08B662E8D676B844A88AD7C6B0749B (StringBuilder_t * __this, int32_t ___index0, Il2CppChar ___value1, const RuntimeMethod* method); // System.Void System.ParseNumbers::EndianSwap(System.Byte[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParseNumbers_EndianSwap_m9A4642E80F61F819ED6BD95AADE0EED8F32B355B (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** ___value0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.UInt16 System.BitConverter::ToUInt16(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t BitConverter_ToUInt16_mC0BC841737707601466D79AD3E1EDEEA8F107525 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.UInt32 System.BitConverter::ToUInt32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BitConverter_ToUInt32_m0C9F3D9840110CC82D4C18FD882AC5C7EA595366 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.UInt64 System.BitConverter::ToUInt64(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t BitConverter_ToUInt64_m31CEAF20A0774C6BB55663CD8A06EBCD4C1F79BC (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.SecurityDocument::GetRootElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_tB9682077760936136392270197F642224B2141CC * SecurityDocument_GetRootElement_m0736DC13D95F43AD70A11DD301027C76E7CD265B (SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * __this, const RuntimeMethod* method); // System.Int16 System.Security.Util.TokenizerStream::GetNextToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t TokenizerStream_GetNextToken_m4D35638D34FAA8A4E5765EE974E1D0DF2105FF00 (TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * __this, const RuntimeMethod* method); // System.Void System.Security.Util.TokenizerStream::ThrowAwayNextString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerStream_ThrowAwayNextString_mE13969D1AB186A0FB730F9A6E47301B5666ECE12 (TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * __this, const RuntimeMethod* method); // System.Void System.Security.Util.TokenizerStream::TagLastToken(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerStream_TagLastToken_mDD37A7384BBA747F260A332866AC053A52D1B885 (TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * __this, int16_t ___tag0, const RuntimeMethod* method); // System.String System.Security.Util.TokenizerStream::GetNextString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TokenizerStream_GetNextString_m109B54CF2458B5AA19C5316194010260D8B1D6A1 (TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * __this, const RuntimeMethod* method); // System.Void System.Security.XmlSyntaxException::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_mEE5AEF0E4BA9A998EB56FBBCAB00FC53D8BE2064 (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * __this, int32_t ___lineNumber0, const RuntimeMethod* method); // System.Int32 System.Security.SecurityDocument::EncodedStringSize(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecurityDocument_EncodedStringSize_m40ADB795BC782BADAD0BACCAC073B4F697C580D6 (String_t* ___str0, const RuntimeMethod* method); // System.String System.Environment::GetResourceString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617 (String_t* ___key0, const RuntimeMethod* method); // System.Void System.Security.XmlSyntaxException::.ctor(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_m67040DE21B88FC70B6DBFF303BBCE5AF5F8EF089 (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * __this, int32_t ___lineNumber0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.Security.Util.Tokenizer::GetTokens(System.Security.Util.TokenizerStream,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tokenizer_GetTokens_m299879E13D151506A1DA8024DBCD5F9A6090C2B6 (Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * __this, TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * ___stream0, int32_t ___maxNum1, bool ___endAfterKet2, const RuntimeMethod* method); // System.Void System.Security.Util.TokenizerStream::GoToPosition(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerStream_GoToPosition_mDE9AF1252F7525AEBDCF942BFA3DFBCE1D0225A5 (TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * __this, int32_t ___position0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::GetEncoding(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_GetEncoding_mD5352F1522341280E9025D16463E63916549F9E3 (String_t* ___name0, const RuntimeMethod* method); // System.Void System.Security.Util.Tokenizer::ChangeFormat(System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tokenizer_ChangeFormat_m177134AF299EFB43BAD2561616941DBB5FC92C9B (Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * __this, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding0, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Void System.Security.Util.TokenizerStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerStream__ctor_m9C5B346506F3094B7CA3933F17C8300C1C2C5BDC (TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * __this, const RuntimeMethod* method); // System.Void System.Security.Util.TokenizerStream::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerStream_Reset_m68685EC153153B1819C020EEBE8AFCB66D165A2B (TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * __this, const RuntimeMethod* method); // System.Int32 System.Security.Util.Parser::DetermineFormat(System.Security.Util.TokenizerStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Parser_DetermineFormat_m9B72AB930637A05FD4AEAC333C22208D12336DB3 (Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D * __this, TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * ___stream0, const RuntimeMethod* method); // System.Void System.Security.Util.Parser::GetRequiredSizes(System.Security.Util.TokenizerStream,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser_GetRequiredSizes_mC17DBCFB2496C9C4741E4046D78D92AC5EB03857 (Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D * __this, TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * ___stream0, int32_t* ___index1, const RuntimeMethod* method); // System.Void System.Security.SecurityDocument::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityDocument__ctor_mCF80C410DE4DE2F4A6C0EE6724EED1E1236697C1 (SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * __this, int32_t ___numData0, const RuntimeMethod* method); // System.Int16 System.Security.Util.TokenizerStream::GetNextFullToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t TokenizerStream_GetNextFullToken_mB8C58C7FBE49A237C2092DE7E24F57991E224625 (TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * __this, const RuntimeMethod* method); // System.Void System.Security.SecurityDocument::AddToken(System.Byte,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityDocument_AddToken_mEA998C00A32191BF0B16E6F9F5DA8E2427E2AD05 (SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * __this, uint8_t ___b0, int32_t* ___position1, const RuntimeMethod* method); // System.Void System.Security.SecurityDocument::AddString(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityDocument_AddString_mD466726DDB7FB9F2520079F849A6D7D76426F8EF (SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * __this, String_t* ___str0, int32_t* ___position1, const RuntimeMethod* method); // System.Void System.Security.SecurityDocument::AppendString(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityDocument_AppendString_mEFABE7593F59D4562AD165D9B65F17D514C83C60 (SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * __this, String_t* ___str0, int32_t* ___position1, const RuntimeMethod* method); // System.Void System.Security.XmlSyntaxException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_m1BF2F08A80B5C96E8115AD8DD0EFE198B9F6016B (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * __this, const RuntimeMethod* method); // System.Void System.Security.Util.Parser::ParseContents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser_ParseContents_mFEEABFF2CD0FEC2F493C5E339879529D5D71BCCE (Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D * __this, const RuntimeMethod* method); // System.Void System.Security.Util.Tokenizer::Recycle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tokenizer_Recycle_m55AE740464656A61BBF8F214600CA3AA2D7D35EB (Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * __this, const RuntimeMethod* method); // System.Void System.Security.Util.Tokenizer::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tokenizer__ctor_m14A8FB67F3A2F7E8E45C64ECAD83389CD1D25D76 (Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * __this, String_t* ___input0, const RuntimeMethod* method); // System.Void System.Security.Util.Parser::.ctor(System.Security.Util.Tokenizer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser__ctor_m136460325FC996D3AFC841CF69192227EF1FFE74 (Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D * __this, Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * ___t0, const RuntimeMethod* method); // System.Void System.ParsingInfo::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParsingInfo_Init_mCB401CFAF6B5955F7C6EF79244703719D00826A3 (ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1> System.Collections.Concurrent.Partitioner::CreateRanges(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Partitioner_CreateRanges_m3B05E808D0E14A2A0FD185F837C657D3AB69B148 (int32_t ___fromInclusive0, int32_t ___toExclusive1, int32_t ___rangeSize2, const RuntimeMethod* method); // System.Collections.Concurrent.OrderablePartitioner`1 System.Collections.Concurrent.Partitioner::Create>(System.Collections.Generic.IEnumerable`1,System.Collections.Concurrent.EnumerablePartitionerOptions) inline OrderablePartitioner_1_t263DAA586A496DE635334788DE25F326DDA56AF9 * Partitioner_Create_TisTuple_2_t9780D2A61D8DBBB60BF3E0DEDBE022E5856BD800_mA43BA1CA43F85F357FCD7F00B3CA21F151A898A0 (RuntimeObject* ___source0, int32_t ___partitionerOptions1, const RuntimeMethod* method) { return (( OrderablePartitioner_1_t263DAA586A496DE635334788DE25F326DDA56AF9 * (*) (RuntimeObject*, int32_t, const RuntimeMethod*))Partitioner_Create_TisRuntimeObject_mEC98DFE301861A0E59682965C0A7EDFFB0DF9576_gshared)(___source0, ___partitionerOptions1, method); } // System.Void System.Collections.Concurrent.Partitioner/d__9::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCreateRangesU3Ed__9__ctor_m4878962E1C6D765BE1CF6750DF163A2A1C519007 (U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CspParameters::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_mA5F11E1EA0F0841876916834296DD6C49A0D5978 (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.String,System.Byte[],System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_mFC847048A36EB9001894FB2110057BEF69D83AC9 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, String_t* ___strPassword0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbSalt1, CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * ___cspParams2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.Byte[],System.Byte[],System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_m83FD54C34C805DD9084EE7F7A5DF9D484FE1C552 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___password0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt1, CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * ___cspParams2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.String,System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_mCB0F0C0188D233808AD3E1F6ACAB6631E44E489C (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, String_t* ___strPassword0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbSalt1, String_t* ___strHashName2, int32_t ___iterations3, CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * ___cspParams4, const RuntimeMethod* method); // System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.Byte[],System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_mB3311DC00A928F295CEEDEC4C7C98E3E0593E9D0 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___password0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt1, String_t* ___hashName2, int32_t ___iterations3, CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * ___cspParams4, const RuntimeMethod* method); // System.Void System.Text.UTF8Encoding::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_mA83C010AF67DEDDC3E671DFDAF49634DFB2A2C90 (UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 * __this, bool ___encoderShouldEmitUTF8Identifier0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.DeriveBytes::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeriveBytes__ctor_m5F0B2CFC952C5C094AFF9180048CF47BA974B7E7 (DeriveBytes_t97ADF04B17F93C92331F0F90B67C9E6C5EB014FD * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.PasswordDeriveBytes::set_IterationCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes_set_IterationCount_m95E8252C8B41E3A976FE296600BD1182957E5CD0 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.PasswordDeriveBytes::set_Salt(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes_set_Salt_m8004E7AAA1B97EFDC6AA4EBEDC783544DA75A037 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.PasswordDeriveBytes::set_HashName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes_set_HashName_m0A3E987EA59C6CF5733C079442EB3C2AC4F59E25 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Environment::GetResourceString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602 (String_t* ___key0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___values1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31 (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Object System.Security.Cryptography.CryptoConfig::CreateFromName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CryptoConfig_CreateFromName_mAA87578CA5E4BA407B6946595D7B58F60FF84F46 (String_t* ___name0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_mC5747EC0E0F49AAD1AD782ACC7A0CCD80D192FEF (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * __this, String_t* ___message0, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::ComputeBaseValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PasswordDeriveBytes_ComputeBaseValue_m8C227FA009E14EA9107277138863AAB3F05D71E2 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, const RuntimeMethod* method); // System.Boolean System.Buffer::InternalBlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97 (RuntimeArray * ___src0, int32_t ___srcOffsetBytes1, RuntimeArray * ___dst2, int32_t ___dstOffsetBytes3, int32_t ___byteCount4, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::ComputeBytes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PasswordDeriveBytes_ComputeBytes_mB5D1190B798030920E478CC7A7B8DBF2654939A8 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, int32_t ___cb0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.DeriveBytes::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeriveBytes_Dispose_m0BE686E9449C7D8D1CC1D9B7CFBAD600C6B1F31F (DeriveBytes_t97ADF04B17F93C92331F0F90B67C9E6C5EB014FD * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.HashAlgorithm::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm_Dispose_m86F1BF229B404E93F485BDA94BBA54467F722764 (HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * __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 System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90 (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.HashAlgorithm::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashAlgorithm_TransformBlock_mC2D44001FB38682B4BDFBD9D8C9C3D79922E9972 (HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HashAlgorithm_TransformFinalBlock_m0FF6D2A6326D05E043C229FAFF24318F7751F5A7 (HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HashAlgorithm_ComputeHash_m54AE40F9CD9E46736384369DBB5739FBCBDF67D9 (HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptoStream::.ctor(System.IO.Stream,System.Security.Cryptography.ICryptoTransform,System.Security.Cryptography.CryptoStreamMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream__ctor_m690A130C7B6793E8D752DD3017419FFB12A0DBAE (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, RuntimeObject* ___transform1, int32_t ___mode2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.PasswordDeriveBytes::HashPrefix(System.Security.Cryptography.CryptoStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes_HashPrefix_mCC10C3F0F838C0078CC7C097E190CFB7DAACBB24 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * ___cs0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038 (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___anyOf0, const RuntimeMethod* method); // System.Boolean System.IO.Path::IsPathRooted(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Path_IsPathRooted_m7AE5EE2D8E5FA9F9D6FD0AA840C532D1F6CD4EA3 (String_t* ___path0, 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.IO.Path::GetPathRoot(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetPathRoot_mED09ECF3A556BD3AF9E9BDA391C138BAE6420665 (String_t* ___path0, const RuntimeMethod* method); // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOfAny(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAny_m84EB34C7448EB6B8869A82057570227F1C1C2595 (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___anyOf0, const RuntimeMethod* method); // System.String System.Char::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8 (Il2CppChar* __this, const RuntimeMethod* method); // System.String System.IO.Path::CleanPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_CleanPath_m881E7D82D119BF5D1B0030E8EA27B02E0E6C8DD3 (String_t* ___s0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.String System.IO.Path::InsecureGetFullPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_InsecureGetFullPath_m883A68A4D235D2763FFF6470F18D8ED76A2E5056 (String_t* ___path0, const RuntimeMethod* method); // System.Void System.Security.SecurityManager::EnsureElevatedPermissions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityManager_EnsureElevatedPermissions_m0001DD198EAC7A894C4AC9C9D7443379C0E4899B (const RuntimeMethod* method); // System.Int32 System.IO.Path::GetFullPathName(System.String,System.Int32,System.Text.StringBuilder,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Path_GetFullPathName_m3D5947F17123D32D97742A0DB48B7FD02F523587 (String_t* ___path0, int32_t ___numBufferChars1, StringBuilder_t * ___buffer2, intptr_t* ___lpFilePartOrNull3, const RuntimeMethod* method); // System.Int32 System.Runtime.InteropServices.Marshal::GetLastWin32Error() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_GetLastWin32Error_m87DFFDB64662B46C9CF913EC08E5CEFF3A6E314D (const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.IO.Directory::GetCurrentDirectory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Directory_GetCurrentDirectory_m5A9D7F3AC59EB9E06BBAC35A0C2DDD757359D8DD (const RuntimeMethod* method); // System.String System.IO.Directory::InsecureGetCurrentDirectory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Directory_InsecureGetCurrentDirectory_mE0F2AC6ACFBC7327D656F9B85F465CD6FB227A76 (const RuntimeMethod* method); // System.String System.IO.Path::GetFullPathName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFullPathName_mEBEEB2924E0EF4751E72F16EC4B72F8BC261E0E3 (String_t* ___path0, const RuntimeMethod* method); // System.String System.IO.Path::Combine(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF (String_t* ___path10, String_t* ___path21, const RuntimeMethod* method); // System.String Locale::GetText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E (String_t* ___msg0, const RuntimeMethod* method); // System.Boolean System.Environment::get_IsRunningOnWindows() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Environment_get_IsRunningOnWindows_mE76AAF860536728E20DCFE0CC34D13EB241366AD (const RuntimeMethod* method); // System.String System.IO.Path::WindowsDriveAdjustment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_WindowsDriveAdjustment_m9DDF0FDCEEEC59B01BD04BE94642D7A23EBCB194 (String_t* ___path0, const RuntimeMethod* method); // System.Boolean System.IO.Path::IsDirectorySeparator(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD (Il2CppChar ___c0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mAD7052CB25BA1D60A8F055AA89D09809F61233DB (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.String System.String::Replace(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method); // System.Int32 System.String::IndexOfUnchecked(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfUnchecked_m594D9BC1820305912EA18D15E8E5CD96754BDDD1 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.String System.IO.Path::CanonicalizePath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_CanonicalizePath_mC4DB5CEAB83FCD0A85B03C1DBBAD4CD4484150DD (String_t* ___path0, const RuntimeMethod* method); // System.Boolean System.IO.MonoIO::RemapPath(System.String,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_RemapPath_mCA13E28157144B5288559DAFD9A5C046364A7E57 (String_t* ___path0, String_t** ___newPath1, const RuntimeMethod* method); // System.Char System.IO.MonoIO::get_VolumeSeparatorChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar MonoIO_get_VolumeSeparatorChar_m26CF88B14705AF6DDE6CEF3B2165ED8987733E96 (const RuntimeMethod* method); // System.Char System.IO.MonoIO::get_DirectorySeparatorChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar MonoIO_get_DirectorySeparatorChar_mE758D7CC22A1FCA8D37C507D17A550B62C058EA7 (const RuntimeMethod* method); // System.Char System.IO.MonoIO::get_AltDirectorySeparatorChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar MonoIO_get_AltDirectorySeparatorChar_mD44A461A7D30B100B9BA0FDCBA11F46764BE23CF (const RuntimeMethod* method); // System.Char System.IO.MonoIO::get_PathSeparator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar MonoIO_get_PathSeparator_mE6B0CCA16A9F57C9B8E2B644F0AE0DF535A82F82 (const RuntimeMethod* method); // System.Char[] System.IO.Path::GetInvalidPathChars() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* Path_GetInvalidPathChars_mE2CAA9DFBE94DD6A8CD57E5C0B5315052C93EBC3 (const RuntimeMethod* method); // System.String System.IO.Path::GetServerAndShare(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetServerAndShare_m7BEAC240CA212EEEA9DD661D026E736D05B9FD24 (String_t* ___path0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m9F1E9B6775D84D1AA666C272F51CF828A88EFD9C (String_t* ___strA0, String_t* ___strB1, bool ___ignoreCase2, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture3, const RuntimeMethod* method); // System.Boolean System.Char::Equals(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_Equals_m9A48E390489A3A6074F4FE5A37058A208C35A919 (Il2CppChar* __this, Il2CppChar ___obj0, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___separator0, const RuntimeMethod* method); // T[] System.Array::Empty() inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* Array_Empty_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m4B65C10F11A56C51206C1894D604C9CB51DF08CF_inline (const RuntimeMethod* method) { return (( CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* (*) (const RuntimeMethod*))Array_Empty_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m4B65C10F11A56C51206C1894D604C9CB51DF08CF_gshared_inline)(method); } // System.String System.String::Join(System.String,System.String[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m6AF5368CDD1B3F198609181598ACB42A6FE987FA (String_t* ___separator0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method); // System.Boolean System.IO.Path::SameRoot(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Path_SameRoot_m9458AB7AB64DDE375A1845ABAC5A649F19522E70 (String_t* ___root0, String_t* ___path1, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m9A6011FDF8EBFFD3BCB51FE5BE58BE265116DCBE (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.String System.IO.Path::Combine(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_m0E747588B961ADE0E9439588F719A50DDE05E2F6 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___paths0, const RuntimeMethod* method); // System.Void System.IO.Path::Validate(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Path_Validate_m3FB1FDF15C701117E4C8EF52EEF46DEBF553EFB7 (String_t* ___path0, String_t* ___parameterName1, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrWhiteSpace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrWhiteSpace_m4C4266AE4097F5B61FF72A8D0D083611231B9CA6 (String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mD99F5378A4220A0DA0D5097007417E777722ABDA (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.Boolean System.IO.PathInternal::HasIllegalCharacters(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PathInternal_HasIllegalCharacters_m6C814A732D57E507512140BA49B678BB50A0D5B4 (String_t* ___path0, bool ___checkAdditional1, const RuntimeMethod* method); // System.Void System.IO.Path::CheckInvalidPathChars(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Path_CheckInvalidPathChars_mC2FF9E5827DCE27157180A77793D18F1D69DFEFE (String_t* ___path0, bool ___checkAdditional1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.String System.IO.Path::get_DirectorySeparatorCharAsString() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Path_get_DirectorySeparatorCharAsString_mC3EDD6ADB4EDFDB3A359E8434CA4F40491A60430_inline (const RuntimeMethod* method); // System.Void System.Exception::SetErrorCode(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D (Exception_t * __this, int32_t ___hr0, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m346C7ED07EB96B665C75AA653743A30CE5E095D5 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, const RuntimeMethod* method); // System.Void System.Security.PermissionSet::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PermissionSet__ctor_mB54A35722307BF964AD35BB61235114DC4AD4963 (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, const RuntimeMethod* method); // System.Security.Permissions.PermissionState System.Security.CodeAccessPermission::CheckPermissionState(System.Security.Permissions.PermissionState,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CodeAccessPermission_CheckPermissionState_mE416E51A234830E90522770844491CE5AED1EA1C (int32_t ___state0, bool ___allowUnrestricted1, const RuntimeMethod* method); // System.Int32 System.Array::get_Rank() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0 (RuntimeArray * __this, 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.Boolean System.Security.PermissionSet::IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PermissionSet_IsEmpty_mC5031FB503C689A3DC2CC8109C13E3EF5C974D2F (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, const RuntimeMethod* method); // System.Boolean System.Security.PermissionSet::IsUnrestricted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PermissionSet_IsUnrestricted_mACB8F4EEB195F26CA8F28AF142EEA5060268C900 (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean System.Security.SecurityManager::get_SecurityEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityManager_get_SecurityEnabled_m82618A310534A02FCF0F085295F377BDD04FB3CC (const RuntimeMethod* method); // System.Void System.Security.PermissionSet::CasOnlyDemand(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PermissionSet_CasOnlyDemand_m2F2452321F73CCB6BF71D9C1EC298F736F95D6B6 (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, int32_t ___skip0, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement__ctor_m8352E5DACBF8CD356106E2DFFDF39079B2F31FC3 (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, String_t* ___tag0, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::AddAttribute(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_AddAttribute_m27E27E930F492BC7AD32352A8FF22DC516D487B1 (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::AddChild(System.Security.SecurityElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_AddChild_m6342B0169BF927C26E29FB709922CF18B7B04A8C (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, SecurityElement_tB9682077760936136392270197F642224B2141CC * ___child0, const RuntimeMethod* method); // System.Int32 System.Object::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_GetHashCode_m29972277898725CF5403FB9765F335F0FAEA8162 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.IO.UnmanagedMemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedMemoryStream__ctor_mDBCC31702AAC312AAE976395F7F04323A971C0C8 (UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.GCHandle::.ctor(System.Object,System.Runtime.InteropServices.GCHandleType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GCHandle__ctor_m7524AB9C67138780EEB4288681DDCE1952809D17 (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * __this, RuntimeObject * ___value0, int32_t ___type1, const RuntimeMethod* method); // System.Void System.IO.UnmanagedMemoryStream::Initialize(System.Byte*,System.Int64,System.Int64,System.IO.FileAccess,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedMemoryStream_Initialize_mB88C90BA5C8310FE84F08785AD16183991DBBABC (UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * __this, uint8_t* ___pointer0, int64_t ___length1, int64_t ___capacity2, int32_t ___access3, bool ___skipSecurityCheck4, const RuntimeMethod* method); // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.GCHandle::Free() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GCHandle_Free_mB4E9415544FC9F0075C02AB17E270E49AF006025 (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * __this, const RuntimeMethod* method); // System.Void System.IO.UnmanagedMemoryStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedMemoryStream_Dispose_m378D0EC170DD09BEDA465E0445BC16318F2D729C (UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * __this, bool ___disposing0, const RuntimeMethod* method); // System.Int32 System.Environment::get_TickCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_TickCount_mBA4279B1C0BC197BF2121166E7C1F6A46D2B5D4E (const RuntimeMethod* method); // System.Int32 System.Environment::get_ProcessorCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_ProcessorCount_m32354B9724A21AE041AC75C0E470687E33B93D33 (const RuntimeMethod* method); // System.Int32 System.Threading.PlatformHelper::get_ProcessorCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PlatformHelper_get_ProcessorCount_m2FC3FF428431A972832C7BFE6CFAB8A262F42CA0 (const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mF9AA32494BB42CCBFEACE3F31214844F702BD9B5 (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // System.Void* System.IntPtr::ToPointer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline (intptr_t* __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsPointer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPointer_mAD86040E1709C9A16431CB66C3D247A3DB9EBCEE (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.RuntimeType::op_Equality(System.RuntimeType,System.RuntimeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_op_Equality_m8A22BBB7101C4F761562D1C12628DAFACC000848 (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___left0, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___right1, const RuntimeMethod* method); // System.Void System.Reflection.Pointer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pointer__ctor_m0A82159E5A0F2A800A9AFF6B7ED278C403CC416F (Pointer_t97714CA5B772F5B09030CBEEBD58AAEBDE819DAF * __this, const RuntimeMethod* method); // System.Void System.IntPtr::.ctor(System.Void*) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mB04B8FAD8E322DF8E69F3F85BCE4A8D041AE8BFB (StringBuilder_t * __this, Il2CppChar ___value0, int32_t ___repeatCount1, const RuntimeMethod* method); // System.Text.StringBuilder System.PointerSpec::Append(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * PointerSpec_Append_m478DBD340CA53D7458F368D970DDF33ED1A40CB4 (PointerSpec_tB19B3428FE50C5A17DB422F2951C51167FB18597 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method); // System.Int32 Mono.Math.BigInteger::BitCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_BitCount_m7702CF0C094EC84ADA0AE35FC86C7A4C3742267C (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean Mono.Math.Prime.PrimalityTests::SmallPrimeSppTest(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimalityTests_SmallPrimeSppTest_m1E26017A1815F88ABB0FBD9226BE61F5750CD5F3 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi0, int32_t ___confidence1, const RuntimeMethod* method); // System.Boolean Mono.Math.Prime.PrimalityTests::RabinMillerTest(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimalityTests_RabinMillerTest_m091CBF379AEAE0A349B313081A9FC760D66A4D87 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___n0, int32_t ___confidence1, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * BigInteger_op_Implicit_m290A664D584954BAA362136E5C4E9BC0502CE31A (int32_t ___value0, const RuntimeMethod* method); // System.Int32 Mono.Math.Prime.PrimalityTests::GetSPPRounds(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimalityTests_GetSPPRounds_m1F25D95C26653F7CDF98C2643AF45B4F4DE9826E (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi0, int32_t ___confidence1, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Subtraction(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * BigInteger_op_Subtraction_mA33F5580E6ACA04BDB0046437FD1CF3A391A1550 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi10, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi21, const RuntimeMethod* method); // System.Int32 Mono.Math.BigInteger::LowestSetBit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_LowestSetBit_m9F896DED32E7B7E97CD154C3C393AFACF39F4EDC (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * __this, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_RightShift(Mono.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * BigInteger_op_RightShift_m4F66F10F24AA783056513C85BA5A098A60F2F129 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi10, int32_t ___shiftVal1, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger/ModulusRing::.ctor(Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModulusRing__ctor_m9BD69E2B110754CDC061230F4DA1649F8B41F201 (ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6 * __this, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___modulus0, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Pow(System.UInt32,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ModulusRing_Pow_mDBBD2E44FB1104902D5827A8DA0E7B933409412C (ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6 * __this, uint32_t ___b0, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___exp1, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_Equality(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Equality_mEC40AC8B3A0841CD873CDD19B5BD8B612550C45E (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi10, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi21, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::GenerateRandom(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * BigInteger_GenerateRandom_mE5F0D05CC99BA615CE392D5432E780B374830A7C (int32_t ___bits0, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_LessThanOrEqual(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_LessThanOrEqual_mBB2241845DB8E9E00F60C21A5C7FE8308C3EE840 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi10, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi21, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_GreaterThanOrEqual(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_GreaterThanOrEqual_m4807C8C3F1EAC6AB7AF064E0DA106F19608384C3 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi10, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi21, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Pow(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ModulusRing_Pow_m08BCE5ECF7A9443A600431DDCE47D36384BE876D (ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6 * __this, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___a0, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___k1, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_Equality(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Equality_mF143970E3A8EF974F60F2F1D25BDF4F97EC03197 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi10, uint32_t ___ui1, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_Inequality(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi10, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi21, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Multiply(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * BigInteger_op_Multiply_mDBF69C024A364DBBBC3AB031823830225D557836 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi10, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi21, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * BigInteger_op_Modulus_mE1915B07C6FB8876BC099BCD5F485D40BFE3A8CF (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi10, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi21, const RuntimeMethod* method); // System.Void Mono.Math.Prime.PrimalityTest::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimalityTest__ctor_mF360EB4D7CD17F750F24841050A59025127806BC (PrimalityTest_tACCB9F1C059A66CADCC2AB71638267E2487F06AF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::Init(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Array) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveArray_Init_m1CEC4BE786B03D181EF8DCE71971B01489C05415 (PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4 * __this, int32_t ___code0, RuntimeArray * ___array1, const RuntimeMethod* method); // System.Boolean System.Boolean::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Boolean_Parse_m97AFBD113AE4629041678100C5A595F3529C7F7D (String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Char System.Char::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_Parse_m47770850BCFCC5ABE9AA260294EB56BEF85531DE (String_t* ___s0, const RuntimeMethod* method); // System.Double System.Double::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_Parse_m281C3FAE601723AC732D26BAFC6D61CEFD2E0F7D (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int16 System.Int16::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int16_Parse_mAE47C17BE0A5C7A6B369E4DF51B07031A56FDCB8 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_mCCC6B0A23CE31124F68EF486CC61705CDE61F084 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int64 System.Int64::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int64_Parse_m8DDFA7706B4470D748A591EA89D224D608BD756C (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.SByte System.SByte::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_Parse_mA51CD860E0C994ED05897B53F0F98814F20BDFEA (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Single System.Single::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_m2CEE3E81A3D2E04934160117DFA3729B8158F101 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.UInt16 System.UInt16::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t UInt16_Parse_m286F1944E7457B74F5DF9732C86307476BC91B8A (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.UInt32 System.UInt32::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UInt32_Parse_m0459E23B10AC17C8F421A7C3E2FAC841E1D95DAF (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.UInt64 System.UInt64::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UInt64_Parse_mE803A7F2BA4C7147A7EF71410DAA923F666C9E97 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.PlatformNotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_mF4122BD5C9FF6CF441C2A4BCECF012EEF603AE05 (PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E * __this, const RuntimeMethod* method); // System.Void System.Reflection.MemberInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberInfo__ctor_m7C397FDF82E54E82DA85509AE124A358FFDBA0C3 (MemberInfo_t * __this, const RuntimeMethod* method); // System.NotImplementedException System.Reflection.PropertyInfo::CreateNIE() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * PropertyInfo_CreateNIE_m47E5D317F8A549BCC3C303E5B096E9CE106D08F7 (const RuntimeMethod* method); // System.Int32 System.Reflection.MemberInfo::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemberInfo_GetHashCode_mD7CA143E3740C77193707D831BB277458969A5C5 (MemberInfo_t * __this, const RuntimeMethod* method); // System.IntPtr Mono.RuntimePropertyHandle::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t RuntimePropertyHandle_get_Value_m084C9F03C43A5256299155C48BB12182DC7D7522_inline (RuntimePropertyHandle_t843D2A2D5C9669456565E0F68CD088C7503CDAF0 * __this, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.IntPtr System.RuntimeTypeHandle::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t RuntimeTypeHandle_get_Value_m78299A03EF551606AEA2F77C9ECEE38E1D741885_inline (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * __this, const RuntimeMethod* method); // System.Reflection.PropertyInfo System.Reflection.PropertyInfo::internal_from_handle_type(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * PropertyInfo_internal_from_handle_type_m1460B56C30E31DDCE2CF08BF0546F9ED46AE58E1 (intptr_t ___event_handle0, intptr_t ___type_handle1, const RuntimeMethod* method); // System.Boolean System.Reflection.PropertyInfo::op_Equality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Equality_m94A58A417AD82DA8ABCE4B0DCAA3019A586D5B16 (PropertyInfo_t * ___left0, PropertyInfo_t * ___right1, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Proxies.RemotingProxy::.ctor(System.Type,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingProxy__ctor_m68D9ED0C30EC4C8A88E103A838AEA52E9639B3C9 (RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * __this, Type_t * ___type0, String_t* ___activationUrl1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___activationAttributes2, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.RemotingServices::GetProxyForRemoteObject(System.Runtime.Remoting.ObjRef,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_GetProxyForRemoteObject_m44FB6595702C1B9D5C509EF35DC702339C259990 (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * ___objref0, Type_t * ___classToProxy1, const RuntimeMethod* method); // System.Runtime.Remoting.Proxies.RealProxy System.Runtime.Remoting.RemotingServices::GetRealProxy(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * RemotingServices_GetRealProxy_mFCB1900298F8E18FFF3FE08180B53760DFD5F86E (RuntimeObject * ___proxy0, const RuntimeMethod* method); // System.Void System.Globalization.Bootstring::.ctor(System.Char,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bootstring__ctor_m712507FBB61730426ED9771945A44DEF2FBA932A (Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882 * __this, Il2CppChar ___delimiter0, int32_t ___baseNum1, int32_t ___tmin2, int32_t ___tmax3, int32_t ___skew4, int32_t ___damp5, int32_t ___initialBias6, int32_t ___initialN7, const RuntimeMethod* method); // System.Void System.Collections.Queue::.ctor(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue__ctor_m45D5C7CCE8E99BB8F3B3ED6940C855BE7D1E335B (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * __this, int32_t ___capacity0, float ___growFactor1, const RuntimeMethod* method); // System.Void System.Collections.Queue::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue__ctor_m8BC33CEC0A8D9D6171C65367B56CBC3439582004 (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * __this, int32_t ___capacity0, 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.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_CompareExchange_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961 (RuntimeObject ** ___location10, RuntimeObject * ___value1, RuntimeObject * ___comparand2, const RuntimeMethod* method); // System.Void System.Collections.Queue::SetCapacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_SetCapacity_mBD6053B0BA04C22FDE80DD2AFC81BBCB4B8D2BF9 (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Queue/QueueEnumerator::.ctor(System.Collections.Queue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueueEnumerator__ctor_mD996C91F8983381335690EEB50BA1CB8F882EBB5 (QueueEnumerator_t0A73A9F6902BEBD8BBF0AECB749DC08C1602158E * __this, Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * ___q0, const RuntimeMethod* method); // System.Void System.Threading.ContextCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextCallback__ctor_mC019DFC7EF9F0900B3B8915F92706BC3BC4EB477 (ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean System.Threading.ExecutionContext::IsFlowSuppressed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExecutionContext_IsFlowSuppressed_mC96DC48000719962BA8C51636A3655BC2DB99448 (const RuntimeMethod* method); // System.Threading.ExecutionContext System.Threading.ExecutionContext::Capture(System.Threading.StackCrawlMark&,System.Threading.ExecutionContext/CaptureOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ExecutionContext_Capture_m7D895FB8D9C0005CF084E521BA4F030148D984A3 (int32_t* ___stackMark0, int32_t ___options1, const RuntimeMethod* method); // System.Void System.Threading.WaitCallback::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitCallback_Invoke_m8381182A104DD22C5EB4A8425A75821A56B54D09 (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * __this, RuntimeObject * ___state0, const RuntimeMethod* method); // System.Void System.Threading.ExecutionContext::Run(System.Threading.ExecutionContext,System.Threading.ContextCallback,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_Run_mD1481A474AE16E77BD9AEAF5BD09C2819B60FB29 (ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___executionContext0, ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___callback1, RuntimeObject * ___state2, bool ___preserveSyncCtx3, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SymmetricAlgorithm::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricAlgorithm__ctor_mD5D5ED5CB5F6BBB98629E560B8A9147FE5C05F16 (SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.SymmetricAlgorithm::ValidKeySize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SymmetricAlgorithm_ValidKeySize_mD9A55FE9CC3ADA203B6E1704F877A750A68A0514 (SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 * __this, int32_t ___bitLength0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SymmetricAlgorithm::set_KeySize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricAlgorithm_set_KeySize_mE442D2BEE16679C2F20CF1CE680C2FB7EC1798A3 (SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RC2CryptoServiceProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2CryptoServiceProvider__ctor_m2E5B8BEA7FBCC8B048C86BC25D3D24E47443E7A6 (RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.KeySizes::.ctor(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeySizes__ctor_m3E926AE5EB6EE3A75028118474262765CC767F5A (KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 * __this, int32_t ___minSize0, int32_t ___maxSize1, int32_t ___skipSize2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RC2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2__ctor_mA1A500BD824642EF18A4FA2390FD8D112CB80FBD (RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.CryptoConfig::get_AllowOnlyFipsAlgorithms() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoConfig_get_AllowOnlyFipsAlgorithms_m5727A4E316AE115D2E891B3727745C100BB74CD5 (const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.Utils::HasAlgorithm(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utils_HasAlgorithm_m26C98453A1CA283AADBCE819424AADD94D1F62B7 (int32_t ___dwCalg0, int32_t ___dwKeySize1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicUnexpectedOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicUnexpectedOperationException__ctor_mA8E82D91BEC42230B1409A5E436F10F0907DA9E6 (CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RC2Transform::.ctor(System.Security.Cryptography.RC2,System.Boolean,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Transform__ctor_m8B26A6319D5E5930D51DD64A054E1E61E26CBF5B (RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1 * __this, RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9 * ___rc2Algo0, bool ___encryption1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv3, const RuntimeMethod* method); // System.Security.Cryptography.RNGCryptoServiceProvider System.Security.Cryptography.Utils::get_StaticRandomNumberGenerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1 * Utils_get_StaticRandomNumberGenerator_m727EF60A60E7F126532A7847FBA23A2AD90BF9B5 (const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.SymmetricTransform::.ctor(System.Security.Cryptography.SymmetricAlgorithm,System.Boolean,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform__ctor_m9C5CF3DDF8C94E36D642CFA223A7D155A10D8827 (SymmetricTransform_t7F2159C79FF7B594CAC28B7061F5891F9B7CDB76 * __this, SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 * ___symmAlgo0, bool ___encryption1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbIV2, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.KeyBuilder::Key(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* KeyBuilder_Key_m3ABEBE6D1D42B469EF3626FF15E473FF0CEC7CA0 (int32_t ___size0, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.KeySizes::IsLegalKeySize(System.Security.Cryptography.KeySizes[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeySizes_IsLegalKeySize_m0466CCE05154C87AB4985E9F39902306DA23B6B2 (KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___legalKeys0, int32_t ___size1, const RuntimeMethod* method); // System.String Locale::GetText(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m9472C71D4F5D9E384D5964D8A2281B9F895F386A (String_t* ___fmt0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.ARC4Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed__ctor_m40D1080D72B9F443A74880225F91F7357705320F (ARC4Managed_t7D2721F1AF57F6B15CBBB4383350A196E0F50514 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.HashAlgorithm::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm__ctor_mD4FD9DCEF621EE948FBEF8BA40A4660F1A8E951A (HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RIPEMD160Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RIPEMD160Managed__ctor_m6475071B6E800A8501CEF02A167CD182F0564196 (RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RIPEMD160::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RIPEMD160__ctor_mC618810C34A3395E0A3D420ADD1E47CC4095A004 (RIPEMD160_tC46FCE0C691B3F2E543969F484A39F7B3B6600C0 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RIPEMD160Managed::InitializeState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RIPEMD160Managed_InitializeState_m9DA51B5E51BAD035B6FFC25E1A96C3809FE14BB8 (RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RIPEMD160Managed::_HashData(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RIPEMD160Managed__HashData_m6A4686F54FE89ECF4C2E8222B73BF035DD740C1F (RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___partIn0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.RIPEMD160Managed::_EndHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RIPEMD160Managed__EndHash_m58B08873886ECDD6C44117D1C29CE17DE328074B (RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RIPEMD160Managed::MDTransform(System.UInt32*,System.UInt32*,System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RIPEMD160Managed_MDTransform_m0A1E2D4C60917FF541DEE39632BEB1F9AD055ED4 (uint32_t* ___blockDWords0, uint32_t* ___state1, uint8_t* ___block2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.Utils::DWORDToLittleEndian(System.Byte[],System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utils_DWORDToLittleEndian_m726E5AF95F2B268D50382F173000BD45B60B434B (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___block0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, int32_t ___digits2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.Utils::DWORDFromLittleEndian(System.UInt32*,System.Int32,System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utils_DWORDFromLittleEndian_m53B97EFA19B90794BC068A5A09E7083763C7CD57 (uint32_t* ___x0, int32_t ___digits1, uint8_t* ___block2, const RuntimeMethod* method); // System.UInt32 System.Security.Cryptography.RIPEMD160Managed::F(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); // System.UInt32 System.Security.Cryptography.RIPEMD160Managed::G(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736 (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); // System.UInt32 System.Security.Cryptography.RIPEMD160Managed::H(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); // System.UInt32 System.Security.Cryptography.RIPEMD160Managed::I(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); // System.UInt32 System.Security.Cryptography.RIPEMD160Managed::J(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8 (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libc_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL snprintf(uint8_t*, intptr_t, char*, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_Kernel32_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL GetFullPathName(Il2CppChar*, int32_t, Il2CppChar*, intptr_t*); #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.PKCS1MaskGenerationMethod::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS1MaskGenerationMethod__ctor_m4BA72AA5C3B14F5D13A90276C534882F7D3E1A4D (PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B); s_Il2CppMethodInitialized = true; } { MaskGenerationMethod__ctor_m33FF64BCAAE9C39B0C24C8380B3E79EABBD3962D(__this, /*hidden argument*/NULL); __this->set_HashNameValue_0(_stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B); return; } } // System.String System.Security.Cryptography.PKCS1MaskGenerationMethod::get_HashName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PKCS1MaskGenerationMethod_get_HashName_mC6AAB1614C67678158B05809A34C9527B1CC8343 (PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_HashNameValue_0(); return L_0; } } // System.Void System.Security.Cryptography.PKCS1MaskGenerationMethod::set_HashName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS1MaskGenerationMethod_set_HashName_mD823FAD15E64ECBD0580AAAE5A93BCA920CF6E79 (PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; __this->set_HashNameValue_0(L_0); String_t* L_1 = __this->get_HashNameValue_0(); if (L_1) { goto IL_001a; } } { __this->set_HashNameValue_0(_stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B); } IL_001a: { return; } } // System.Byte[] System.Security.Cryptography.PKCS1MaskGenerationMethod::GenerateMask(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PKCS1MaskGenerationMethod_GenerateMask_mBA8BECFB51FF2F6FAB56A39B717E44AFF1CFEB69 (PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbSeed0, int32_t ___cbReturn1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_HashNameValue_0(); HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_1; L_1 = HashAlgorithm_Create_mD9211775DFB224A40EC1F96711AE36C00C827EA3(L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___rgbSeed0; int32_t L_3 = ___cbReturn1; IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = PKCS1_MGF1_m8391E1ACC8A6C3BAD7D06F125A6493429120C0CB(L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.Threading.Tasks.ParallelLoopResult System.Threading.Tasks.Parallel::For(System.Int32,System.Int32,System.Threading.Tasks.ParallelOptions,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3 Parallel_For_mE1857C70A16F29BDDB82D5BBD13569FE97488B7B (int32_t ___fromInclusive0, int32_t ___toExclusive1, ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * ___parallelOptions2, Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * ___body3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Parallel_ForWorker_TisRuntimeObject_m2C1E5065CD2BE0F82647594EBDA90932B8C831B5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Parallel_tB59282E278156AA32B2BACBD33B31FD4C9922646_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * L_0 = ___body3; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCD002DD70C7AAC9CFF6D7D4821927E13D2989493)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Parallel_For_mE1857C70A16F29BDDB82D5BBD13569FE97488B7B_RuntimeMethod_var))); } IL_000e: { ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * L_2 = ___parallelOptions2; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC7CBD65FE778331812E06064ABA73166FAE0CBF4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Parallel_For_mE1857C70A16F29BDDB82D5BBD13569FE97488B7B_RuntimeMethod_var))); } IL_001c: { int32_t L_4 = ___fromInclusive0; int32_t L_5 = ___toExclusive1; ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * L_6 = ___parallelOptions2; Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * L_7 = ___body3; IL2CPP_RUNTIME_CLASS_INIT(Parallel_tB59282E278156AA32B2BACBD33B31FD4C9922646_il2cpp_TypeInfo_var); ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3 L_8; L_8 = Parallel_ForWorker_TisRuntimeObject_m2C1E5065CD2BE0F82647594EBDA90932B8C831B5(L_4, L_5, L_6, L_7, (Action_2_tF57157662C4DABDD2551BCF8E5DB6D28210BDB8E *)NULL, (Func_4_t359F314C31D5EDAA983DB7DEE3FE46D5A47E6D8B *)NULL, (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)NULL, (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)NULL, /*hidden argument*/Parallel_ForWorker_TisRuntimeObject_m2C1E5065CD2BE0F82647594EBDA90932B8C831B5_RuntimeMethod_var); return L_8; } } // System.Void System.Threading.Tasks.Parallel::ThrowIfReducableToSingleOCE(System.Collections.Generic.IEnumerable`1,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parallel_ThrowIfReducableToSingleOCE_m293DFE29E812301A3D3B10266912029D955CB951 (RuntimeObject* ___excCollection0, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___ct1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t0A3175E42D7B4FC8B83BCBF384D9202A04B1A5BE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t6539F48B1663C43B3427FA51934B89F85F6D3898_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (bool)0; bool L_0; L_0 = CancellationToken_get_IsCancellationRequested_mC0A51CBEAEDE8789A0D04A79B20884ADABEB0D90((CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD *)(&___ct1), /*hidden argument*/NULL); if (!L_0) { goto IL_0053; } } { RuntimeObject* L_1 = ___excCollection0; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t0A3175E42D7B4FC8B83BCBF384D9202A04B1A5BE_il2cpp_TypeInfo_var, L_1); V_1 = L_2; } IL_0012: try {// begin try (depth: 1) { goto IL_0035; } IL_0014: { RuntimeObject* L_3 = V_1; NullCheck(L_3); Exception_t * L_4; L_4 = InterfaceFuncInvoker0< Exception_t * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t6539F48B1663C43B3427FA51934B89F85F6D3898_il2cpp_TypeInfo_var, L_3); V_0 = (bool)1; V_2 = ((OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB *)IsInstClass((RuntimeObject*)L_4, OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB_il2cpp_TypeInfo_var)); OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB * L_5 = V_2; if (!L_5) { goto IL_0033; } } IL_0025: { OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB * L_6 = V_2; NullCheck(L_6); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_7; L_7 = OperationCanceledException_get_CancellationToken_m1755384EF3D1F01B524D2B545723709D5B3487DA_inline(L_6, /*hidden argument*/NULL); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_8 = ___ct1; IL2CPP_RUNTIME_CLASS_INIT(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); bool L_9; L_9 = CancellationToken_op_Inequality_m7CC475A961147C03C3665DBF0CB9DA0D1F08B2B7(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0035; } } IL_0033: { IL2CPP_LEAVE(0x53, FINALLY_003f); } IL_0035: { RuntimeObject* L_10 = V_1; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0014; } } IL_003d: { IL2CPP_LEAVE(0x49, FINALLY_003f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003f; } FINALLY_003f: {// begin finally (depth: 1) { RuntimeObject* L_12 = V_1; if (!L_12) { goto IL_0048; } } IL_0042: { RuntimeObject* L_13 = V_1; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_13); } IL_0048: { IL2CPP_END_FINALLY(63) } }// end finally (depth: 1) IL2CPP_CLEANUP(63) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) IL2CPP_JUMP_TBL(0x49, IL_0049) } IL_0049: { bool L_14 = V_0; if (!L_14) { goto IL_0053; } } { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_15 = ___ct1; OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB * L_16 = (OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB_il2cpp_TypeInfo_var))); OperationCanceledException__ctor_m658F2C4D113014CA68D0BB5D40D3FB0AEA0FC3D6(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Parallel_ThrowIfReducableToSingleOCE_m293DFE29E812301A3D3B10266912029D955CB951_RuntimeMethod_var))); } IL_0053: { return; } } // System.Void System.Threading.Tasks.Parallel::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parallel__cctor_m386F7EC72A2AA8AEBB8B5CDB7E5F58DCE2EF2F63 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Parallel_tB59282E278156AA32B2BACBD33B31FD4C9922646_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * L_0 = (ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C *)il2cpp_codegen_object_new(ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C_il2cpp_TypeInfo_var); ParallelOptions__ctor_mF1F7F521D2BB1255A33677EAF6ED3FADBF156DA2(L_0, /*hidden argument*/NULL); ((Parallel_tB59282E278156AA32B2BACBD33B31FD4C9922646_StaticFields*)il2cpp_codegen_static_fields_for(Parallel_tB59282E278156AA32B2BACBD33B31FD4C9922646_il2cpp_TypeInfo_var))->set_s_defaultParallelOptions_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.Tasks.ParallelForReplicaTask::.ctor(System.Action`1,System.Object,System.Threading.Tasks.Task,System.Threading.Tasks.TaskScheduler,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelForReplicaTask__ctor_m5CA9C4E7D23AE2367EC646033EC86D804685425F (ParallelForReplicaTask_tA8EF390CFE7A34F4D940DA70CFC2925E8E10E7A6 * __this, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___taskReplicaDelegate0, RuntimeObject * ___stateObject1, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___parentTask2, TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___taskScheduler3, int32_t ___creationOptionsForReplica4, int32_t ___internalOptionsForReplica5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_0 = ___taskReplicaDelegate0; RuntimeObject * L_1 = ___stateObject1; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_2 = ___parentTask2; il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_3 = V_0; int32_t L_4 = ___creationOptionsForReplica4; int32_t L_5 = ___internalOptionsForReplica5; TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_6 = ___taskScheduler3; IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); Task__ctor_m3D10764ADAA8079A58C62BE79261EFA5230D2220(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Object System.Threading.Tasks.ParallelForReplicaTask::get_SavedStateForNextReplica() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ParallelForReplicaTask_get_SavedStateForNextReplica_mF28AA7090DABAE03412E9EBEE93E150A332F2A86 (ParallelForReplicaTask_tA8EF390CFE7A34F4D940DA70CFC2925E8E10E7A6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_stateForNextReplica_40(); return L_0; } } // System.Void System.Threading.Tasks.ParallelForReplicaTask::set_SavedStateForNextReplica(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelForReplicaTask_set_SavedStateForNextReplica_m07CDBEFB0C3C225D55A8F9C9C6BE87E452C33794 (ParallelForReplicaTask_tA8EF390CFE7A34F4D940DA70CFC2925E8E10E7A6 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_m_stateForNextReplica_40(L_0); return; } } // System.Object System.Threading.Tasks.ParallelForReplicaTask::get_SavedStateFromPreviousReplica() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ParallelForReplicaTask_get_SavedStateFromPreviousReplica_m8EA9CD62B1A8D1A0C5044E249FAB82CD1BFBEB45 (ParallelForReplicaTask_tA8EF390CFE7A34F4D940DA70CFC2925E8E10E7A6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_stateFromPreviousReplica_41(); return L_0; } } // System.Void System.Threading.Tasks.ParallelForReplicaTask::set_SavedStateFromPreviousReplica(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelForReplicaTask_set_SavedStateFromPreviousReplica_m0A9BD44E6AAB806C96A383B1AD811297128382F1 (ParallelForReplicaTask_tA8EF390CFE7A34F4D940DA70CFC2925E8E10E7A6 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_m_stateFromPreviousReplica_41(L_0); return; } } // System.Threading.Tasks.Task System.Threading.Tasks.ParallelForReplicaTask::get_HandedOverChildReplica() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ParallelForReplicaTask_get_HandedOverChildReplica_m4041D4E41294250DCACFBCA5A6EE5E941E570A3A (ParallelForReplicaTask_tA8EF390CFE7A34F4D940DA70CFC2925E8E10E7A6 * __this, const RuntimeMethod* method) { { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_0 = __this->get_m_handedOverChildReplica_42(); return L_0; } } // System.Void System.Threading.Tasks.ParallelForReplicaTask::set_HandedOverChildReplica(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelForReplicaTask_set_HandedOverChildReplica_mA7F4B350438B7F773EB5A3F40A7793AF3A9E0BBC (ParallelForReplicaTask_tA8EF390CFE7A34F4D940DA70CFC2925E8E10E7A6 * __this, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___value0, const RuntimeMethod* method) { { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_0 = ___value0; __this->set_m_handedOverChildReplica_42(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.Tasks.ParallelForReplicatingTask::.ctor(System.Threading.Tasks.ParallelOptions,System.Action,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ParallelForReplicatingTask__ctor_m602863D534F43B630361B068F2A0FB5D86CEC01D (ParallelForReplicatingTask_t5C662CB60CF2C6AAAFD99BCE33295652B32762A9 * __this, ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * ___parallelOptions0, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action1, int32_t ___creationOptions2, int32_t ___internalOptions3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_0 = ___action1; IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_1; L_1 = Task_get_InternalCurrent_m557FDDC9AA0F289D2E00266B3E231DF5299A719D_inline(/*hidden argument*/NULL); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = V_0; int32_t L_3 = ___creationOptions2; int32_t L_4 = ___internalOptions3; Task__ctor_m3D10764ADAA8079A58C62BE79261EFA5230D2220(__this, L_0, NULL, L_1, L_2, L_3, ((int32_t)((int32_t)L_4|(int32_t)((int32_t)2048))), (TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D *)NULL, /*hidden argument*/NULL); ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * L_5 = ___parallelOptions0; NullCheck(L_5); int32_t L_6; L_6 = ParallelOptions_get_EffectiveMaxConcurrencyLevel_m7143477767438E1C0FCF6BA8712E1634C19DFCEA(L_5, /*hidden argument*/NULL); __this->set_m_replicationDownCount_40(L_6); V_1 = 1; Task_PossiblyCaptureContext_m027EA18025BF0A326DA9464B122B42843F7CB068(__this, (int32_t*)(&V_1), /*hidden argument*/NULL); return; } } // System.Boolean System.Threading.Tasks.ParallelForReplicatingTask::ShouldReplicate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParallelForReplicatingTask_ShouldReplicate_m1FFB005DA077A8334312BD7624B53D0EECFD4FC9 (ParallelForReplicatingTask_t5C662CB60CF2C6AAAFD99BCE33295652B32762A9 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_replicationDownCount_40(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_000b; } } { return (bool)1; } IL_000b: { int32_t L_1 = __this->get_m_replicationDownCount_40(); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0024; } } { int32_t L_2 = __this->get_m_replicationDownCount_40(); __this->set_m_replicationDownCount_40(((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))); return (bool)1; } IL_0024: { return (bool)0; } } // System.Threading.Tasks.Task System.Threading.Tasks.ParallelForReplicatingTask::CreateReplicaTask(System.Action`1,System.Object,System.Threading.Tasks.Task,System.Threading.Tasks.TaskScheduler,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ParallelForReplicatingTask_CreateReplicaTask_mE137CFDA6A7A5C32B1DB98FFBC6BA7554246CC90 (ParallelForReplicatingTask_t5C662CB60CF2C6AAAFD99BCE33295652B32762A9 * __this, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___taskReplicaDelegate0, RuntimeObject * ___stateObject1, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___parentTask2, TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___taskScheduler3, int32_t ___creationOptionsForReplica4, int32_t ___internalOptionsForReplica5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParallelForReplicaTask_tA8EF390CFE7A34F4D940DA70CFC2925E8E10E7A6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_0 = ___taskReplicaDelegate0; RuntimeObject * L_1 = ___stateObject1; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_2 = ___parentTask2; TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_3 = ___taskScheduler3; int32_t L_4 = ___creationOptionsForReplica4; int32_t L_5 = ___internalOptionsForReplica5; ParallelForReplicaTask_tA8EF390CFE7A34F4D940DA70CFC2925E8E10E7A6 * L_6 = (ParallelForReplicaTask_tA8EF390CFE7A34F4D940DA70CFC2925E8E10E7A6 *)il2cpp_codegen_object_new(ParallelForReplicaTask_tA8EF390CFE7A34F4D940DA70CFC2925E8E10E7A6_il2cpp_TypeInfo_var); ParallelForReplicaTask__ctor_m5CA9C4E7D23AE2367EC646033EC86D804685425F(L_6, L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Threading.Tasks.ParallelLoopResult IL2CPP_EXTERN_C void ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3_marshal_pinvoke(const ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3& unmarshaled, ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3_marshaled_pinvoke& marshaled) { Exception_t* ___m_lowestBreakIteration_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_lowestBreakIteration' of type 'ParallelLoopResult'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_lowestBreakIteration_1Exception, NULL); } IL2CPP_EXTERN_C void ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3_marshal_pinvoke_back(const ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3_marshaled_pinvoke& marshaled, ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3& unmarshaled) { Exception_t* ___m_lowestBreakIteration_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_lowestBreakIteration' of type 'ParallelLoopResult'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_lowestBreakIteration_1Exception, NULL); } // Conversion method for clean up from marshalling of: System.Threading.Tasks.ParallelLoopResult IL2CPP_EXTERN_C void ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3_marshal_pinvoke_cleanup(ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Threading.Tasks.ParallelLoopResult IL2CPP_EXTERN_C void ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3_marshal_com(const ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3& unmarshaled, ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3_marshaled_com& marshaled) { Exception_t* ___m_lowestBreakIteration_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_lowestBreakIteration' of type 'ParallelLoopResult'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_lowestBreakIteration_1Exception, NULL); } IL2CPP_EXTERN_C void ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3_marshal_com_back(const ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3_marshaled_com& marshaled, ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3& unmarshaled) { Exception_t* ___m_lowestBreakIteration_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_lowestBreakIteration' of type 'ParallelLoopResult'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_lowestBreakIteration_1Exception, NULL); } // Conversion method for clean up from marshalling of: System.Threading.Tasks.ParallelLoopResult IL2CPP_EXTERN_C void ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3_marshal_com_cleanup(ParallelLoopResult_t23A783309EEC5F5EE29FFA083DD242DF6E2613D3_marshaled_com& marshaled) { } #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 System.Threading.Tasks.ParallelLoopState::.ctor(System.Threading.Tasks.ParallelLoopStateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelLoopState__ctor_m1C6F08DEFFF8F0A934719260D78F8FCC08936040 (ParallelLoopState_t59ED988EF9EE69D7BAF611EFF46AB61AE6A62C49 * __this, ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127 * ___fbase0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127 * L_0 = ___fbase0; __this->set_m_flagsBase_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.Tasks.ParallelLoopState32::.ctor(System.Threading.Tasks.ParallelLoopStateFlags32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelLoopState32__ctor_m4014807F36233C77E86C0786F9943B55D9DCB589 (ParallelLoopState32_tE8B6448A0D6AD981C1F34A3F0021419C02A74BBF * __this, ParallelLoopStateFlags32_tE14C230FA67145D03CE9AC57160161357F10C06D * ___sharedParallelStateFlags0, const RuntimeMethod* method) { { ParallelLoopStateFlags32_tE14C230FA67145D03CE9AC57160161357F10C06D * L_0 = ___sharedParallelStateFlags0; ParallelLoopState__ctor_m1C6F08DEFFF8F0A934719260D78F8FCC08936040(__this, L_0, /*hidden argument*/NULL); ParallelLoopStateFlags32_tE14C230FA67145D03CE9AC57160161357F10C06D * L_1 = ___sharedParallelStateFlags0; __this->set_m_sharedParallelStateFlags_1(L_1); return; } } // System.Void System.Threading.Tasks.ParallelLoopState32::set_CurrentIteration(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelLoopState32_set_CurrentIteration_m3CDCDA34881DD04BB13D5691F2102EFE1388BF41 (ParallelLoopState32_tE8B6448A0D6AD981C1F34A3F0021419C02A74BBF * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_currentIteration_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.Tasks.ParallelLoopState64::.ctor(System.Threading.Tasks.ParallelLoopStateFlags64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelLoopState64__ctor_m494104252161D8B2A45DC90A8AEBCABE98318367 (ParallelLoopState64_t46D0AEDB6BFCE7D0537C7BF1ACAE8D3215F96B3D * __this, ParallelLoopStateFlags64_t02802E24D1F0704DE49049347A2CA48812E0E004 * ___sharedParallelStateFlags0, const RuntimeMethod* method) { { ParallelLoopStateFlags64_t02802E24D1F0704DE49049347A2CA48812E0E004 * L_0 = ___sharedParallelStateFlags0; ParallelLoopState__ctor_m1C6F08DEFFF8F0A934719260D78F8FCC08936040(__this, L_0, /*hidden argument*/NULL); ParallelLoopStateFlags64_t02802E24D1F0704DE49049347A2CA48812E0E004 * L_1 = ___sharedParallelStateFlags0; __this->set_m_sharedParallelStateFlags_1(L_1); return; } } // System.Void System.Threading.Tasks.ParallelLoopState64::set_CurrentIteration(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelLoopState64_set_CurrentIteration_m12F06462D8920D3970C7650488F372120EF4F2DE (ParallelLoopState64_t46D0AEDB6BFCE7D0537C7BF1ACAE8D3215F96B3D * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_m_currentIteration_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Threading.Tasks.ParallelLoopStateFlags::get_LoopStateFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParallelLoopStateFlags_get_LoopStateFlags_m523BE0415C789996741D576E0F24F11E6DCBFCCE (ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_LoopStateFlags_5(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.Boolean System.Threading.Tasks.ParallelLoopStateFlags::AtomicLoopStateUpdate(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParallelLoopStateFlags_AtomicLoopStateUpdate_m009A18BF2BAEFCD792993B961BA1CC98487A41B1 (ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127 * __this, int32_t ___newState0, int32_t ___illegalStates1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; int32_t L_0 = ___newState0; int32_t L_1 = ___illegalStates1; bool L_2; L_2 = ParallelLoopStateFlags_AtomicLoopStateUpdate_mF03FF24CAF19EF936C512DBFEB9F3A81192D2679(__this, L_0, L_1, (int32_t*)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Threading.Tasks.ParallelLoopStateFlags::AtomicLoopStateUpdate(System.Int32,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParallelLoopStateFlags_AtomicLoopStateUpdate_mF03FF24CAF19EF936C512DBFEB9F3A81192D2679 (ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127 * __this, int32_t ___newState0, int32_t ___illegalStates1, int32_t* ___oldState2, const RuntimeMethod* method) { SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 )); } IL_0008: { int32_t* L_0 = ___oldState2; int32_t L_1 = __this->get_m_LoopStateFlags_5(); il2cpp_codegen_memory_barrier(); *((int32_t*)L_0) = (int32_t)L_1; int32_t* L_2 = ___oldState2; int32_t L_3 = *((int32_t*)L_2); int32_t L_4 = ___illegalStates1; if (!((int32_t)((int32_t)L_3&(int32_t)L_4))) { goto IL_001a; } } { return (bool)0; } IL_001a: { int32_t* L_5 = __this->get_address_of_m_LoopStateFlags_5(); il2cpp_codegen_memory_barrier(); int32_t* L_6 = ___oldState2; int32_t L_7 = *((int32_t*)L_6); int32_t L_8 = ___newState0; int32_t* L_9 = ___oldState2; int32_t L_10 = *((int32_t*)L_9); int32_t L_11; L_11 = Interlocked_CompareExchange_m317AD9524376B7BE74DD9069346E345F2B131382((int32_t*)L_5, ((int32_t)((int32_t)L_7|(int32_t)L_8)), L_10, /*hidden argument*/NULL); int32_t* L_12 = ___oldState2; int32_t L_13 = *((int32_t*)L_12); if ((!(((uint32_t)L_11) == ((uint32_t)L_13)))) { goto IL_0031; } } { return (bool)1; } IL_0031: { SpinWait_SpinOnce_m79A8F770ED24E400B6AEFA421A33084CA54E59DB((SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 *)(&V_0), /*hidden argument*/NULL); goto IL_0008; } } // System.Void System.Threading.Tasks.ParallelLoopStateFlags::SetExceptional() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelLoopStateFlags_SetExceptional_m9A9475CF55871BA9545A61E6FE1FC922BB80A633 (ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); int32_t L_0 = ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->get_PLS_EXCEPTIONAL_1(); int32_t L_1 = ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->get_PLS_NONE_0(); bool L_2; L_2 = ParallelLoopStateFlags_AtomicLoopStateUpdate_m009A18BF2BAEFCD792993B961BA1CC98487A41B1(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Boolean System.Threading.Tasks.ParallelLoopStateFlags::Cancel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParallelLoopStateFlags_Cancel_mD86998A6D3EBDBAEB9CAAD40BDBAB8BBCB2E15A2 (ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); int32_t L_0 = ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->get_PLS_CANCELED_4(); int32_t L_1 = ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->get_PLS_NONE_0(); bool L_2; L_2 = ParallelLoopStateFlags_AtomicLoopStateUpdate_m009A18BF2BAEFCD792993B961BA1CC98487A41B1(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Threading.Tasks.ParallelLoopStateFlags::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelLoopStateFlags__ctor_mBC483D34795FDC028F082FDF93E9BC7F0FE42F25 (ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); int32_t L_0 = ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->get_PLS_NONE_0(); il2cpp_codegen_memory_barrier(); __this->set_m_LoopStateFlags_5(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.ParallelLoopStateFlags::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelLoopStateFlags__cctor_mD25E8CEB447E4D5986650CCA2F6D5C37F3D8B9D0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->set_PLS_EXCEPTIONAL_1(1); ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->set_PLS_BROKEN_2(2); ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->set_PLS_STOPPED_3(4); ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->set_PLS_CANCELED_4(8); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Threading.Tasks.ParallelLoopStateFlags32::get_LowestBreakIteration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParallelLoopStateFlags32_get_LowestBreakIteration_m155C74C512C8C2235C0694F11EE8F8E680DAEC4A (ParallelLoopStateFlags32_tE14C230FA67145D03CE9AC57160161357F10C06D * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_lowestBreakIteration_6(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.Boolean System.Threading.Tasks.ParallelLoopStateFlags32::ShouldExitLoop(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParallelLoopStateFlags32_ShouldExitLoop_m8498A916FD2803EA69900A573451BE497C570D61 (ParallelLoopStateFlags32_tE14C230FA67145D03CE9AC57160161357F10C06D * __this, int32_t ___CallerIteration0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0; L_0 = ParallelLoopStateFlags_get_LoopStateFlags_m523BE0415C789996741D576E0F24F11E6DCBFCCE(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); int32_t L_2 = ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->get_PLS_NONE_0(); if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_003b; } } { int32_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); int32_t L_4 = ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->get_PLS_EXCEPTIONAL_1(); int32_t L_5 = ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->get_PLS_STOPPED_3(); int32_t L_6 = ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->get_PLS_CANCELED_4(); if (((int32_t)((int32_t)L_3&(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_4|(int32_t)L_5))|(int32_t)L_6))))) { goto IL_0039; } } { int32_t L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); int32_t L_8 = ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->get_PLS_BROKEN_2(); if (!((int32_t)((int32_t)L_7&(int32_t)L_8))) { goto IL_0037; } } { int32_t L_9 = ___CallerIteration0; int32_t L_10; L_10 = ParallelLoopStateFlags32_get_LowestBreakIteration_m155C74C512C8C2235C0694F11EE8F8E680DAEC4A(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_9) > ((int32_t)L_10))? 1 : 0); } IL_0037: { return (bool)0; } IL_0039: { return (bool)1; } IL_003b: { return (bool)0; } } // System.Boolean System.Threading.Tasks.ParallelLoopStateFlags32::ShouldExitLoop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParallelLoopStateFlags32_ShouldExitLoop_mF1E032D553BB8F766F227706AA6B38FD70A4B12D (ParallelLoopStateFlags32_tE14C230FA67145D03CE9AC57160161357F10C06D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0; L_0 = ParallelLoopStateFlags_get_LoopStateFlags_m523BE0415C789996741D576E0F24F11E6DCBFCCE(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); int32_t L_2 = ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->get_PLS_NONE_0(); if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_0020; } } { int32_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); int32_t L_4 = ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->get_PLS_EXCEPTIONAL_1(); int32_t L_5 = ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->get_PLS_CANCELED_4(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)((int32_t)L_4|(int32_t)L_5))))) <= ((uint32_t)0)))? 1 : 0); } IL_0020: { return (bool)0; } } // System.Void System.Threading.Tasks.ParallelLoopStateFlags32::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelLoopStateFlags32__ctor_mB28ACA0A1331691609DFB879D346137961695A2C (ParallelLoopStateFlags32_tE14C230FA67145D03CE9AC57160161357F10C06D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_memory_barrier(); __this->set_m_lowestBreakIteration_6(((int32_t)2147483647LL)); IL2CPP_RUNTIME_CLASS_INIT(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); ParallelLoopStateFlags__ctor_mBC483D34795FDC028F082FDF93E9BC7F0FE42F25(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 System.Threading.Tasks.ParallelLoopStateFlags64::get_LowestBreakIteration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ParallelLoopStateFlags64_get_LowestBreakIteration_mD0F45E1EBA1D7AC308E947EB6D2C7A6700A432B9 (ParallelLoopStateFlags64_t02802E24D1F0704DE49049347A2CA48812E0E004 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = IntPtr_get_Size_mD8038A1C440DE87E685F4D879DC80A6704D9C77B(/*hidden argument*/NULL); if ((((int32_t)L_0) < ((int32_t)8))) { goto IL_000f; } } { int64_t L_1 = __this->get_m_lowestBreakIteration_6(); return L_1; } IL_000f: { int64_t* L_2 = __this->get_address_of_m_lowestBreakIteration_6(); int64_t L_3; L_3 = Interlocked_Read_mBFC0A4421F88CFC8CC0D04735B6FDD38C9C0CE7A((int64_t*)L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.Threading.Tasks.ParallelLoopStateFlags64::ShouldExitLoop(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParallelLoopStateFlags64_ShouldExitLoop_m2FA196B30B59293163636DADDB9B1746A94F6125 (ParallelLoopStateFlags64_t02802E24D1F0704DE49049347A2CA48812E0E004 * __this, int64_t ___CallerIteration0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0; L_0 = ParallelLoopStateFlags_get_LoopStateFlags_m523BE0415C789996741D576E0F24F11E6DCBFCCE(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); int32_t L_2 = ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->get_PLS_NONE_0(); if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_003b; } } { int32_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); int32_t L_4 = ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->get_PLS_EXCEPTIONAL_1(); int32_t L_5 = ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->get_PLS_STOPPED_3(); int32_t L_6 = ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->get_PLS_CANCELED_4(); if (((int32_t)((int32_t)L_3&(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_4|(int32_t)L_5))|(int32_t)L_6))))) { goto IL_0039; } } { int32_t L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); int32_t L_8 = ((ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_StaticFields*)il2cpp_codegen_static_fields_for(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var))->get_PLS_BROKEN_2(); if (!((int32_t)((int32_t)L_7&(int32_t)L_8))) { goto IL_0037; } } { int64_t L_9 = ___CallerIteration0; int64_t L_10; L_10 = ParallelLoopStateFlags64_get_LowestBreakIteration_mD0F45E1EBA1D7AC308E947EB6D2C7A6700A432B9(__this, /*hidden argument*/NULL); return (bool)((((int64_t)L_9) > ((int64_t)L_10))? 1 : 0); } IL_0037: { return (bool)0; } IL_0039: { return (bool)1; } IL_003b: { return (bool)0; } } // System.Void System.Threading.Tasks.ParallelLoopStateFlags64::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelLoopStateFlags64__ctor_m25AFCBAF3897192911046FF04C976B37DAC6E122 (ParallelLoopStateFlags64_t02802E24D1F0704DE49049347A2CA48812E0E004 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_m_lowestBreakIteration_6(((int64_t)(std::numeric_limits::max)())); IL2CPP_RUNTIME_CLASS_INIT(ParallelLoopStateFlags_tEDC5F4829C1DD8D820A16E8F9E072664FEEDC127_il2cpp_TypeInfo_var); ParallelLoopStateFlags__ctor_mBC483D34795FDC028F082FDF93E9BC7F0FE42F25(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.Tasks.ParallelOptions::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelOptions__ctor_mF1F7F521D2BB1255A33677EAF6ED3FADBF156DA2 (ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_0; L_0 = TaskScheduler_get_Default_m3FAE18B08A620C75BF0256917EFB236D30AB6BCB_inline(/*hidden argument*/NULL); __this->set_m_scheduler_0(L_0); __this->set_m_maxDegreeOfParallelism_1((-1)); IL2CPP_RUNTIME_CLASS_INIT(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1; L_1 = CancellationToken_get_None_m13F4B9DCF5D7BE8E9E3F60026C98E50A946FE9DF(/*hidden argument*/NULL); __this->set_m_cancellationToken_2(L_1); return; } } // System.Void System.Threading.Tasks.ParallelOptions::set_TaskScheduler(System.Threading.Tasks.TaskScheduler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelOptions_set_TaskScheduler_mAE773AD7EA4EE45208559D1694EB1DCFBFD9C9BB (ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * __this, TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___value0, const RuntimeMethod* method) { { TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_0 = ___value0; __this->set_m_scheduler_0(L_0); return; } } // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.ParallelOptions::get_EffectiveTaskScheduler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ParallelOptions_get_EffectiveTaskScheduler_m8100F4B96B5AACEEFA753F4DC3BC00C7EFCAB283 (ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_0 = __this->get_m_scheduler_0(); if (L_0) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_1; L_1 = TaskScheduler_get_Current_m9B2B54B9B43FC6E157E04ABE9151F6A0FF124C01(/*hidden argument*/NULL); return L_1; } IL_000e: { TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_2 = __this->get_m_scheduler_0(); return L_2; } } // System.Int32 System.Threading.Tasks.ParallelOptions::get_MaxDegreeOfParallelism() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParallelOptions_get_MaxDegreeOfParallelism_mB3559A2C68FAAF9BFA79EEBB117ED6FAD22F0F79 (ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_maxDegreeOfParallelism_1(); return L_0; } } // System.Void System.Threading.Tasks.ParallelOptions::set_MaxDegreeOfParallelism(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelOptions_set_MaxDegreeOfParallelism_mF39A47BFE485D2775642F467201DE7D01614F4D5 (ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if (!L_0) { goto IL_0007; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) >= ((int32_t)(-1)))) { goto IL_0012; } } IL_0007: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC11330AB90C730404B09371BF6242120E9C39D7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParallelOptions_set_MaxDegreeOfParallelism_mF39A47BFE485D2775642F467201DE7D01614F4D5_RuntimeMethod_var))); } IL_0012: { int32_t L_3 = ___value0; __this->set_m_maxDegreeOfParallelism_1(L_3); return; } } // System.Threading.CancellationToken System.Threading.Tasks.ParallelOptions::get_CancellationToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ParallelOptions_get_CancellationToken_m3BEFA91C6F47F8F18C2CB31342FE62C876AB74A2 (ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * __this, const RuntimeMethod* method) { { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = __this->get_m_cancellationToken_2(); return L_0; } } // System.Int32 System.Threading.Tasks.ParallelOptions::get_EffectiveMaxConcurrencyLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParallelOptions_get_EffectiveMaxConcurrencyLevel_m7143477767438E1C0FCF6BA8712E1634C19DFCEA (ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B5_0 = 0; { int32_t L_0; L_0 = ParallelOptions_get_MaxDegreeOfParallelism_mB3559A2C68FAAF9BFA79EEBB117ED6FAD22F0F79_inline(__this, /*hidden argument*/NULL); V_0 = L_0; TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_1; L_1 = ParallelOptions_get_EffectiveTaskScheduler_m8100F4B96B5AACEEFA753F4DC3BC00C7EFCAB283(__this, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Threading.Tasks.TaskScheduler::get_MaximumConcurrencyLevel() */, L_1); V_1 = L_2; int32_t L_3 = V_1; if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_002e; } } { int32_t L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)((int32_t)2147483647LL)))) { goto IL_002e; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_002c; } } { int32_t L_6 = V_1; int32_t L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_6, L_7, /*hidden argument*/NULL); G_B5_0 = L_8; goto IL_002d; } IL_002c: { int32_t L_9 = V_1; G_B5_0 = L_9; } IL_002d: { V_0 = G_B5_0; } IL_002e: { int32_t L_10 = V_0; return L_10; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ParamArrayAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719 (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Reflection.ParameterInfo IL2CPP_EXTERN_C void ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshal_pinvoke(const ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7& unmarshaled, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_pinvoke& marshaled) { Exception_t* ___ClassImpl_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'ClassImpl' of type 'ParameterInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___ClassImpl_0Exception, NULL); } IL2CPP_EXTERN_C void ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshal_pinvoke_back(const ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_pinvoke& marshaled, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7& unmarshaled) { Exception_t* ___ClassImpl_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'ClassImpl' of type 'ParameterInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___ClassImpl_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Reflection.ParameterInfo IL2CPP_EXTERN_C void ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshal_pinvoke_cleanup(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Reflection.ParameterInfo IL2CPP_EXTERN_C void ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshal_com(const ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7& unmarshaled, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_com& marshaled) { Exception_t* ___ClassImpl_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'ClassImpl' of type 'ParameterInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___ClassImpl_0Exception, NULL); } IL2CPP_EXTERN_C void ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshal_com_back(const ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_com& marshaled, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7& unmarshaled) { Exception_t* ___ClassImpl_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'ClassImpl' of type 'ParameterInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___ClassImpl_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Reflection.ParameterInfo IL2CPP_EXTERN_C void ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshal_com_cleanup(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_com& marshaled) { } // System.Void System.Reflection.ParameterInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterInfo__ctor_mD4D2F9B50654495D7B52B244FC593F6AF57C659E (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.String System.Reflection.ParameterInfo::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterInfo_ToString_m851AA48D8F0B189E2587F822565E49BE7CF25C09 (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; String_t* V_1 = NULL; int32_t G_B7_0 = 0; String_t* G_B10_0 = NULL; { Type_t * L_0 = __this->get_ClassImpl_0(); V_0 = L_0; goto IL_0010; } IL_0009: { Type_t * L_1 = V_0; NullCheck(L_1); Type_t * L_2; L_2 = VirtualFuncInvoker0< Type_t * >::Invoke(108 /* System.Type System.Type::GetElementType() */, L_1); V_0 = L_2; } IL_0010: { Type_t * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = Type_get_HasElementType_m0E9BE136D7122FF3C2C92176B2FB40A39E5597D8(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0009; } } { Type_t * L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = Type_get_IsPrimitive_m43E50D507C45CE3BD51C0DC07C8AB061AFD6B3C3(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0059; } } { Type_t * L_7 = __this->get_ClassImpl_0(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_8, /*hidden argument*/NULL); bool L_10; L_10 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_7, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0059; } } { Type_t * L_11 = __this->get_ClassImpl_0(); NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Type::get_Namespace() */, L_11); MemberInfo_t * L_13 = __this->get_MemberImpl_2(); NullCheck(L_13); Type_t * L_14; L_14 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_13); NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Type::get_Namespace() */, L_14); bool L_16; L_16 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_12, L_15, /*hidden argument*/NULL); G_B7_0 = ((int32_t)(L_16)); goto IL_005a; } IL_0059: { G_B7_0 = 1; } IL_005a: { if (G_B7_0) { goto IL_0069; } } { Type_t * L_17 = __this->get_ClassImpl_0(); NullCheck(L_17); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_17); G_B10_0 = L_18; goto IL_0074; } IL_0069: { Type_t * L_19 = __this->get_ClassImpl_0(); NullCheck(L_19); String_t* L_20; L_20 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_19); G_B10_0 = L_20; } IL_0074: { V_1 = G_B10_0; bool L_21; L_21 = ParameterInfo_get_IsRetval_mED20A297790DF1854E71658AC74B584EA4DF2EF4(__this, /*hidden argument*/NULL); if (L_21) { goto IL_0096; } } { String_t* L_22 = V_1; String_t* L_23; L_23 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_22, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, /*hidden argument*/NULL); V_1 = L_23; String_t* L_24 = V_1; String_t* L_25 = __this->get_NameImpl_3(); String_t* L_26; L_26 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_24, L_25, /*hidden argument*/NULL); V_1 = L_26; } IL_0096: { String_t* L_27 = V_1; return L_27; } } // System.Void System.Reflection.ParameterInfo::FormatParameters(System.Text.StringBuilder,System.Reflection.ParameterInfo[],System.Reflection.CallingConventions,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterInfo_FormatParameters_m0A36436EF9217C83818E79EB6E372A68900F8F0A (StringBuilder_t * ___sb0, ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* ___p1, int32_t ___callingConvention2, bool ___serialization3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2042604997C1E131EFB2EEA7E19AB87CD218B16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFEF3DBE279EE1F92E1E2E46F45BC18EBBF55A1A); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { V_0 = 0; goto IL_0060; } IL_0004: { int32_t L_0 = V_0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0014; } } { StringBuilder_t * L_1 = ___sb0; NullCheck(L_1); StringBuilder_t * L_2; L_2 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_1, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_0014: { ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_3 = ___p1; int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); Type_t * L_7; L_7 = VirtualFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_6); Type_t * L_8 = L_7; bool L_9 = ___serialization3; NullCheck(L_8); String_t* L_10; L_10 = VirtualFuncInvoker1< String_t*, bool >::Invoke(123 /* System.String System.Type::FormatTypeName(System.Boolean) */, L_8, L_9); V_1 = L_10; NullCheck(L_8); bool L_11; L_11 = Type_get_IsByRef_mDB28F5482F9AE4407101B294CD3ADB01106CA4A3(L_8, /*hidden argument*/NULL); if (!L_11) { goto IL_0054; } } { bool L_12 = ___serialization3; if (L_12) { goto IL_0054; } } { StringBuilder_t * L_13 = ___sb0; String_t* L_14 = V_1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_15 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = L_15; NullCheck(L_16); (L_16)->SetAt(static_cast(0), (Il2CppChar)((int32_t)38)); NullCheck(L_14); String_t* L_17; L_17 = String_TrimEnd_mA98B5B9C45CCAB016F32F1C8BBE29A215B9D277E(L_14, L_16, /*hidden argument*/NULL); NullCheck(L_13); StringBuilder_t * L_18; L_18 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_13, L_17, /*hidden argument*/NULL); StringBuilder_t * L_19 = ___sb0; NullCheck(L_19); StringBuilder_t * L_20; L_20 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_19, _stringLiteralC2042604997C1E131EFB2EEA7E19AB87CD218B16, /*hidden argument*/NULL); goto IL_005c; } IL_0054: { StringBuilder_t * L_21 = ___sb0; String_t* L_22 = V_1; NullCheck(L_21); StringBuilder_t * L_23; L_23 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_21, L_22, /*hidden argument*/NULL); } IL_005c: { int32_t L_24 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0060: { int32_t L_25 = V_0; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_26 = ___p1; NullCheck(L_26); if ((((int32_t)L_25) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))) { goto IL_0004; } } { int32_t L_27 = ___callingConvention2; if (!((int32_t)((int32_t)L_27&(int32_t)2))) { goto IL_0087; } } { ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_28 = ___p1; NullCheck(L_28); if (!(((RuntimeArray*)L_28)->max_length)) { goto IL_007b; } } { StringBuilder_t * L_29 = ___sb0; NullCheck(L_29); StringBuilder_t * L_30; L_30 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_29, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_007b: { StringBuilder_t * L_31 = ___sb0; NullCheck(L_31); StringBuilder_t * L_32; L_32 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_31, _stringLiteralFFEF3DBE279EE1F92E1E2E46F45BC18EBBF55A1A, /*hidden argument*/NULL); } IL_0087: { return; } } // System.Type System.Reflection.ParameterInfo::get_ParameterType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ParameterInfo_get_ParameterType_m1FCFF5621697BE42328CDC813BA0B94EF313C9B2 (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_ClassImpl_0(); return L_0; } } // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterInfo_get_Attributes_m939EBD6207859F6F90E6D426C5FB5B8F2D24749F (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_AttrsImpl_5(); return L_0; } } // System.Boolean System.Reflection.ParameterInfo::get_IsIn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsIn_m096C407CE29F61E2B5F5DC331CA7C18211501FAB (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::get_Attributes() */, __this); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean System.Reflection.ParameterInfo::get_IsOptional() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsOptional_m4C59DEAC6B2A13FB8F502592CF6E468FF1E90F4B (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::get_Attributes() */, __this); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean System.Reflection.ParameterInfo::get_IsOut() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsOut_m8ABFCEF4C82F3C4F92BD79130A85E562B788997C (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::get_Attributes() */, __this); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean System.Reflection.ParameterInfo::get_IsRetval() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsRetval_mED20A297790DF1854E71658AC74B584EA4DF2EF4 (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::get_Attributes() */, __this); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0); } } // System.Reflection.MemberInfo System.Reflection.ParameterInfo::get_Member() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfo_t * ParameterInfo_get_Member_mA99C1FE2B5DFC37B49BC40B622E23E14B2F1B6DF (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, const RuntimeMethod* method) { { MemberInfo_t * L_0 = __this->get_MemberImpl_2(); return L_0; } } // System.String System.Reflection.ParameterInfo::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterInfo_get_Name_m6F6CFE2FD14F80DB0A9F1245F72EE49198B45072 (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_NameImpl_3(); return L_0; } } // System.Int32 System.Reflection.ParameterInfo::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterInfo_get_Position_mF9A9C18E6884B5320E67B3CC9D7451E57D757132 (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_PositionImpl_4(); return L_0; } } // System.Object[] System.Reflection.ParameterInfo::GetPseudoCustomAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ParameterInfo_GetPseudoCustomAttributes_m830CE58A715E285938505DAA6739924C672BDBBC (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InAttribute_t7A70EB9EF1F01E6C3F189CE2B89EAB14C78AB83D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OptionalAttribute_t9613B5775155FF16DDAC8B577061F32F238ED174_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OutAttribute_t993A013085F642EF5C57EC86A6FA95C7BEFC8E25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; { V_0 = 0; bool L_0; L_0 = ParameterInfo_get_IsIn_m096C407CE29F61E2B5F5DC331CA7C18211501FAB(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000e; } } { int32_t L_1 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_000e: { bool L_2; L_2 = ParameterInfo_get_IsOut_m8ABFCEF4C82F3C4F92BD79130A85E562B788997C(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_001a: { bool L_4; L_4 = ParameterInfo_get_IsOptional_m4C59DEAC6B2A13FB8F502592CF6E468FF1E90F4B(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_0026; } } { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0026: { MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * L_6 = __this->get_marshalAs_6(); if (!L_6) { goto IL_0032; } } { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0032: { int32_t L_8 = V_0; if (L_8) { goto IL_0037; } } { return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL; } IL_0037: { int32_t L_9 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_9); V_1 = L_10; V_0 = 0; bool L_11; L_11 = ParameterInfo_get_IsIn_m096C407CE29F61E2B5F5DC331CA7C18211501FAB(__this, /*hidden argument*/NULL); if (!L_11) { goto IL_0054; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = V_1; int32_t L_13 = V_0; int32_t L_14 = L_13; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); InAttribute_t7A70EB9EF1F01E6C3F189CE2B89EAB14C78AB83D * L_15 = (InAttribute_t7A70EB9EF1F01E6C3F189CE2B89EAB14C78AB83D *)il2cpp_codegen_object_new(InAttribute_t7A70EB9EF1F01E6C3F189CE2B89EAB14C78AB83D_il2cpp_TypeInfo_var); InAttribute__ctor_m5030A74C7D81E209A157627F0B76558526B82CB9(L_15, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_15); (L_12)->SetAt(static_cast(L_14), (RuntimeObject *)L_15); } IL_0054: { bool L_16; L_16 = ParameterInfo_get_IsOptional_m4C59DEAC6B2A13FB8F502592CF6E468FF1E90F4B(__this, /*hidden argument*/NULL); if (!L_16) { goto IL_0068; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = V_1; int32_t L_18 = V_0; int32_t L_19 = L_18; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); OptionalAttribute_t9613B5775155FF16DDAC8B577061F32F238ED174 * L_20 = (OptionalAttribute_t9613B5775155FF16DDAC8B577061F32F238ED174 *)il2cpp_codegen_object_new(OptionalAttribute_t9613B5775155FF16DDAC8B577061F32F238ED174_il2cpp_TypeInfo_var); OptionalAttribute__ctor_m866CF15C7B7B8412BB33EC0E7B0C1DA3181D4B7C(L_20, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_20); (L_17)->SetAt(static_cast(L_19), (RuntimeObject *)L_20); } IL_0068: { bool L_21; L_21 = ParameterInfo_get_IsOut_m8ABFCEF4C82F3C4F92BD79130A85E562B788997C(__this, /*hidden argument*/NULL); if (!L_21) { goto IL_007c; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = V_1; int32_t L_23 = V_0; int32_t L_24 = L_23; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); OutAttribute_t993A013085F642EF5C57EC86A6FA95C7BEFC8E25 * L_25 = (OutAttribute_t993A013085F642EF5C57EC86A6FA95C7BEFC8E25 *)il2cpp_codegen_object_new(OutAttribute_t993A013085F642EF5C57EC86A6FA95C7BEFC8E25_il2cpp_TypeInfo_var); OutAttribute__ctor_mD7069F166ECF7F846DEBFAAA7B301A71AE41FE25(L_25, /*hidden argument*/NULL); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_25); (L_22)->SetAt(static_cast(L_24), (RuntimeObject *)L_25); } IL_007c: { MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * L_26 = __this->get_marshalAs_6(); if (!L_26) { goto IL_0096; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = V_1; int32_t L_28 = V_0; int32_t L_29 = L_28; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * L_30 = __this->get_marshalAs_6(); NullCheck(L_30); MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * L_31; L_31 = MarshalAsAttribute_Copy_m39B51C1C5D7D9E75F410E3B581FB4EF8D06FE241(L_30, /*hidden argument*/NULL); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_31); (L_27)->SetAt(static_cast(L_29), (RuntimeObject *)L_31); } IL_0096: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_32 = V_1; return L_32; } } // System.Object System.Reflection.ParameterInfo::GetDefaultValueImpl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ParameterInfo_GetDefaultValueImpl_m2D6B9AADC49060ED4B0A3EA3F668232D3E2A7875 (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_DefaultValueImpl_1(); return L_0; } } // System.Boolean System.Reflection.ParameterInfo::get_HasDefaultValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_get_HasDefaultValue_m698C441CAED4F47F06ECA9D976CD6974E3595E16 (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, const RuntimeMethod* method) { { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParameterInfo_get_HasDefaultValue_m698C441CAED4F47F06ECA9D976CD6974E3595E16_RuntimeMethod_var))); } } // System.Object System.Reflection.ParameterInfo::get_DefaultValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ParameterInfo_get_DefaultValue_mB9DF96704C117C24C0D4ECDB2172D24DB4797DAF (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, const RuntimeMethod* method) { { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParameterInfo_get_DefaultValue_mB9DF96704C117C24C0D4ECDB2172D24DB4797DAF_RuntimeMethod_var))); } } // System.Object[] System.Reflection.ParameterInfo::GetCustomAttributes(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ParameterInfo_GetCustomAttributes_mEFB16DEB109594E403C747D35A6C95C33793870E (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)0); return L_0; } } // System.Object[] System.Reflection.ParameterInfo::GetCustomAttributes(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ParameterInfo_GetCustomAttributes_mC57BF66E64F173F403098829C70323AB429BC4AB (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)0); return L_0; } } // System.Object System.Reflection.ParameterInfo::GetRealObject(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ParameterInfo_GetRealObject_m7ACA29AE35B8914DFF6EDFEAD6117EA7E9037984 (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context0, const RuntimeMethod* method) { { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParameterInfo_GetRealObject_m7ACA29AE35B8914DFF6EDFEAD6117EA7E9037984_RuntimeMethod_var))); } } // System.Boolean System.Reflection.ParameterInfo::IsDefined(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_IsDefined_mB4992334FA5278F316B27DE318F6304626777194 (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { { return (bool)0; } } // System.Reflection.ParameterInfo System.Reflection.ParameterInfo::New(System.Reflection.ParameterInfo,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * ParameterInfo_New_m96466FC648B3AAEF89C035861E591C8D67CCCBCF (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * ___pinfo0, MemberInfo_t * ___member1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoParameterInfo_tF3F69AF36EAE1C3AACFB76AC0945C7B387A6B16E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_0 = ___pinfo0; MemberInfo_t * L_1 = ___member1; MonoParameterInfo_tF3F69AF36EAE1C3AACFB76AC0945C7B387A6B16E * L_2 = (MonoParameterInfo_tF3F69AF36EAE1C3AACFB76AC0945C7B387A6B16E *)il2cpp_codegen_object_new(MonoParameterInfo_tF3F69AF36EAE1C3AACFB76AC0945C7B387A6B16E_il2cpp_TypeInfo_var); MonoParameterInfo__ctor_mB8C63DB361771F0B7DB19E70B8465A87F0FD5896(L_2, L_0, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Reflection.ParameterModifier IL2CPP_EXTERN_C void ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshal_pinvoke(const ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA& unmarshaled, ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_pinvoke& marshaled) { if (unmarshaled.get__byRef_0() != NULL) { il2cpp_array_size_t _unmarshaled__byRef_Length = (unmarshaled.get__byRef_0())->max_length; marshaled.____byRef_0 = il2cpp_codegen_marshal_allocate_array(_unmarshaled__byRef_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled__byRef_Length); i++) { (marshaled.____byRef_0)[i] = static_cast((unmarshaled.get__byRef_0())->GetAtUnchecked(static_cast(i))); } } else { marshaled.____byRef_0 = NULL; } } IL2CPP_EXTERN_C void ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshal_pinvoke_back(const ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_pinvoke& marshaled, ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } if (marshaled.____byRef_0 != NULL) { if (unmarshaled.get__byRef_0() == NULL) { unmarshaled.set__byRef_0(reinterpret_cast((BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)SZArrayNew(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get__byRef_0())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get__byRef_0())->SetAtUnchecked(static_cast(i), static_cast((marshaled.____byRef_0)[i])); } } } // Conversion method for clean up from marshalling of: System.Reflection.ParameterModifier IL2CPP_EXTERN_C void ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshal_pinvoke_cleanup(ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_pinvoke& marshaled) { if (marshaled.____byRef_0 != NULL) { il2cpp_codegen_marshal_free(marshaled.____byRef_0); marshaled.____byRef_0 = NULL; } } // Conversion methods for marshalling of: System.Reflection.ParameterModifier IL2CPP_EXTERN_C void ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshal_com(const ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA& unmarshaled, ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_com& marshaled) { if (unmarshaled.get__byRef_0() != NULL) { il2cpp_array_size_t _unmarshaled__byRef_Length = (unmarshaled.get__byRef_0())->max_length; marshaled.____byRef_0 = il2cpp_codegen_marshal_allocate_array(_unmarshaled__byRef_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled__byRef_Length); i++) { (marshaled.____byRef_0)[i] = static_cast((unmarshaled.get__byRef_0())->GetAtUnchecked(static_cast(i))); } } else { marshaled.____byRef_0 = NULL; } } IL2CPP_EXTERN_C void ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshal_com_back(const ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_com& marshaled, ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } if (marshaled.____byRef_0 != NULL) { if (unmarshaled.get__byRef_0() == NULL) { unmarshaled.set__byRef_0(reinterpret_cast((BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)SZArrayNew(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get__byRef_0())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get__byRef_0())->SetAtUnchecked(static_cast(i), static_cast((marshaled.____byRef_0)[i])); } } } // Conversion method for clean up from marshalling of: System.Reflection.ParameterModifier IL2CPP_EXTERN_C void ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshal_com_cleanup(ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_com& marshaled) { if (marshaled.____byRef_0 != NULL) { il2cpp_codegen_marshal_free(marshaled.____byRef_0); marshaled.____byRef_0 = NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.ParameterizedStrings::Evaluate(System.String,System.ParameterizedStrings/FormatParam[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterizedStrings_Evaluate_mFE97AAD1C46EEDA5284D925B2EE14155D5FE22CA (String_t* ___format0, FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterizedStrings_t7D0C78F4AB917B3D3E3AB516CF0EFBE128369937_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * V_0 = NULL; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* V_1 = NULL; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* V_2 = NULL; int32_t V_3 = 0; { String_t* L_0 = ___format0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral75C9716749EA210206E3467390B7A11F3F33DDFA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParameterizedStrings_Evaluate_mFE97AAD1C46EEDA5284D925B2EE14155D5FE22CA_RuntimeMethod_var))); } IL_000e: { FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_2 = ___args1; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParameterizedStrings_Evaluate_mFE97AAD1C46EEDA5284D925B2EE14155D5FE22CA_RuntimeMethod_var))); } IL_001c: { LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_4 = ((ParameterizedStrings_t7D0C78F4AB917B3D3E3AB516CF0EFBE128369937_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(ParameterizedStrings_t7D0C78F4AB917B3D3E3AB516CF0EFBE128369937_il2cpp_TypeInfo_var))->get__cachedStack_0(); V_0 = L_4; LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_5 = V_0; if (L_5) { goto IL_0033; } } { LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_6 = (LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 *)il2cpp_codegen_object_new(LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89_il2cpp_TypeInfo_var); LowLevelStack__ctor_mA10E9007FA52F7BB0885CC7E6CE9697CA0143329(L_6, /*hidden argument*/NULL); LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_7 = L_6; V_0 = L_7; ((ParameterizedStrings_t7D0C78F4AB917B3D3E3AB516CF0EFBE128369937_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(ParameterizedStrings_t7D0C78F4AB917B3D3E3AB516CF0EFBE128369937_il2cpp_TypeInfo_var))->set__cachedStack_0(L_7); goto IL_0039; } IL_0033: { LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_8 = V_0; NullCheck(L_8); LowLevelStack_Clear_m4B3CA65283D027D3976E2172F79D1AF2F9881EFC(L_8, /*hidden argument*/NULL); } IL_0039: { V_1 = (FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB*)NULL; V_2 = (FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB*)NULL; V_3 = 0; String_t* L_9 = ___format0; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_10 = ___args1; LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_11 = V_0; String_t* L_12; L_12 = ParameterizedStrings_EvaluateInternal_m380741628C71A598600E26132EDDD2CE4C710E37(L_9, (int32_t*)(&V_3), L_10, L_11, (FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB**)(&V_1), (FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB**)(&V_2), /*hidden argument*/NULL); return L_12; } } // System.String System.ParameterizedStrings::EvaluateInternal(System.String,System.Int32&,System.ParameterizedStrings/FormatParam[],System.ParameterizedStrings/LowLevelStack,System.ParameterizedStrings/FormatParam[]&,System.ParameterizedStrings/FormatParam[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterizedStrings_EvaluateInternal_m380741628C71A598600E26132EDDD2CE4C710E37 (String_t* ___format0, int32_t* ___pos1, FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* ___args2, LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * ___stack3, FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB** ___dynamicVars4, FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB** ___staticVars5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; bool V_1 = false; Il2CppChar V_2 = 0x0; int32_t V_3 = 0; String_t* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; bool V_13 = false; String_t* V_14 = NULL; FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE V_15; memset((&V_15), 0, sizeof(V_15)); Il2CppChar V_16 = 0x0; String_t* V_17 = NULL; int32_t G_B63_0 = 0; int32_t G_B67_0 = 0; LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * G_B72_0 = NULL; LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * G_B71_0 = NULL; int32_t G_B73_0 = 0; LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * G_B73_1 = NULL; { String_t* L_0 = ___format0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; V_1 = (bool)0; goto IL_0689; } IL_0013: { String_t* L_3 = ___format0; int32_t* L_4 = ___pos1; int32_t L_5 = *((int32_t*)L_4); NullCheck(L_3); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)((int32_t)37)))) { goto IL_0033; } } { StringBuilder_t * L_7 = V_0; String_t* L_8 = ___format0; int32_t* L_9 = ___pos1; int32_t L_10 = *((int32_t*)L_9); NullCheck(L_8); Il2CppChar L_11; L_11 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, L_10, /*hidden argument*/NULL); NullCheck(L_7); StringBuilder_t * L_12; L_12 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_7, L_11, /*hidden argument*/NULL); goto IL_0683; } IL_0033: { int32_t* L_13 = ___pos1; int32_t* L_14 = ___pos1; int32_t L_15 = *((int32_t*)L_14); *((int32_t*)L_13) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); String_t* L_16 = ___format0; int32_t* L_17 = ___pos1; int32_t L_18 = *((int32_t*)L_17); NullCheck(L_16); Il2CppChar L_19; L_19 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_16, L_18, /*hidden argument*/NULL); V_2 = L_19; Il2CppChar L_20 = V_2; if ((!(((uint32_t)L_20) <= ((uint32_t)((int32_t)88))))) { goto IL_0120; } } { Il2CppChar L_21 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)((int32_t)33)))) { case 0: { goto IL_0529; } case 1: { goto IL_0678; } case 2: { goto IL_0678; } case 3: { goto IL_0678; } case 4: { goto IL_01af; } case 5: { goto IL_03b3; } case 6: { goto IL_0339; } case 7: { goto IL_0678; } case 8: { goto IL_0678; } case 9: { goto IL_03b3; } case 10: { goto IL_03b3; } case 11: { goto IL_0678; } case 12: { goto IL_03b3; } case 13: { goto IL_0678; } case 14: { goto IL_03b3; } case 15: { goto IL_020f; } case 16: { goto IL_020f; } case 17: { goto IL_020f; } case 18: { goto IL_020f; } case 19: { goto IL_020f; } case 20: { goto IL_020f; } case 21: { goto IL_020f; } case 22: { goto IL_020f; } case 23: { goto IL_020f; } case 24: { goto IL_020f; } case 25: { goto IL_020f; } case 26: { goto IL_0655; } case 27: { goto IL_03b3; } case 28: { goto IL_03b3; } case 29: { goto IL_03b3; } case 30: { goto IL_05a3; } case 31: { goto IL_0678; } case 32: { goto IL_03b3; } case 33: { goto IL_0678; } case 34: { goto IL_0678; } case 35: { goto IL_0678; } case 36: { goto IL_0678; } case 37: { goto IL_0678; } case 38: { goto IL_0678; } case 39: { goto IL_0678; } case 40: { goto IL_0678; } case 41: { goto IL_0678; } case 42: { goto IL_0678; } case 43: { goto IL_0678; } case 44: { goto IL_0678; } case 45: { goto IL_0678; } case 46: { goto IL_03b3; } case 47: { goto IL_0359; } } } { Il2CppChar L_22 = V_2; if ((((int32_t)L_22) == ((int32_t)((int32_t)88)))) { goto IL_020f; } } { goto IL_0678; } IL_0120: { Il2CppChar L_23 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)((int32_t)94)))) { case 0: { goto IL_03b3; } case 1: { goto IL_0678; } case 2: { goto IL_0678; } case 3: { goto IL_0678; } case 4: { goto IL_0678; } case 5: { goto IL_01bd; } case 6: { goto IL_01f4; } case 7: { goto IL_0655; } case 8: { goto IL_0678; } case 9: { goto IL_0384; } case 10: { goto IL_0678; } case 11: { goto IL_056a; } case 12: { goto IL_0678; } case 13: { goto IL_0678; } case 14: { goto IL_02d3; } case 15: { goto IL_03b3; } case 16: { goto IL_0678; } case 17: { goto IL_020f; } case 18: { goto IL_02b1; } case 19: { goto IL_0678; } case 20: { goto IL_0678; } case 21: { goto IL_01d9; } case 22: { goto IL_05aa; } } } { Il2CppChar L_24 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)((int32_t)120)))) { case 0: { goto IL_020f; } case 1: { goto IL_0678; } case 2: { goto IL_0678; } case 3: { goto IL_02f7; } case 4: { goto IL_03b3; } case 5: { goto IL_0678; } case 6: { goto IL_0529; } } } { goto IL_0678; } IL_01af: { StringBuilder_t * L_25 = V_0; NullCheck(L_25); StringBuilder_t * L_26; L_26 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_25, ((int32_t)37), /*hidden argument*/NULL); goto IL_0683; } IL_01bd: { StringBuilder_t * L_27 = V_0; LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_28 = ___stack3; NullCheck(L_28); FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_29; L_29 = LowLevelStack_Pop_mF67AF886957B4910779303B166FC436CC02505F3(L_28, /*hidden argument*/NULL); V_15 = L_29; int32_t L_30; L_30 = FormatParam_get_Int32_mB6D8191C0C5033625731FE5C94247D03C1D78C66_inline((FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE *)(&V_15), /*hidden argument*/NULL); NullCheck(L_27); StringBuilder_t * L_31; L_31 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_27, ((int32_t)((uint16_t)L_30)), /*hidden argument*/NULL); goto IL_0683; } IL_01d9: { StringBuilder_t * L_32 = V_0; LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_33 = ___stack3; NullCheck(L_33); FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_34; L_34 = LowLevelStack_Pop_mF67AF886957B4910779303B166FC436CC02505F3(L_33, /*hidden argument*/NULL); V_15 = L_34; String_t* L_35; L_35 = FormatParam_get_String_mD983C95AF11C88D11DBC0BE71F6F5B8F5C707AED((FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE *)(&V_15), /*hidden argument*/NULL); NullCheck(L_32); StringBuilder_t * L_36; L_36 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_32, L_35, /*hidden argument*/NULL); goto IL_0683; } IL_01f4: { StringBuilder_t * L_37 = V_0; LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_38 = ___stack3; NullCheck(L_38); FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_39; L_39 = LowLevelStack_Pop_mF67AF886957B4910779303B166FC436CC02505F3(L_38, /*hidden argument*/NULL); V_15 = L_39; int32_t L_40; L_40 = FormatParam_get_Int32_mB6D8191C0C5033625731FE5C94247D03C1D78C66_inline((FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE *)(&V_15), /*hidden argument*/NULL); NullCheck(L_37); StringBuilder_t * L_41; L_41 = StringBuilder_Append_m796285D173EEA5261E85B95FC79DD4F996CC93DD(L_37, L_40, /*hidden argument*/NULL); goto IL_0683; } IL_020f: { int32_t* L_42 = ___pos1; int32_t L_43 = *((int32_t*)L_42); V_3 = L_43; goto IL_023f; } IL_0214: { String_t* L_44 = ___format0; int32_t L_45 = V_3; NullCheck(L_44); Il2CppChar L_46; L_46 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_44, L_45, /*hidden argument*/NULL); V_16 = L_46; Il2CppChar L_47 = V_16; if ((((int32_t)L_47) == ((int32_t)((int32_t)100)))) { goto IL_0248; } } { Il2CppChar L_48 = V_16; if ((((int32_t)L_48) == ((int32_t)((int32_t)111)))) { goto IL_0248; } } { Il2CppChar L_49 = V_16; if ((((int32_t)L_49) == ((int32_t)((int32_t)120)))) { goto IL_0248; } } { Il2CppChar L_50 = V_16; if ((((int32_t)L_50) == ((int32_t)((int32_t)88)))) { goto IL_0248; } } { Il2CppChar L_51 = V_16; if ((((int32_t)L_51) == ((int32_t)((int32_t)115)))) { goto IL_0248; } } { int32_t L_52 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); } IL_023f: { int32_t L_53 = V_3; String_t* L_54 = ___format0; NullCheck(L_54); int32_t L_55; L_55 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_54, /*hidden argument*/NULL); if ((((int32_t)L_53) < ((int32_t)L_55))) { goto IL_0214; } } IL_0248: { int32_t L_56 = V_3; String_t* L_57 = ___format0; NullCheck(L_57); int32_t L_58; L_58 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_57, /*hidden argument*/NULL); if ((((int32_t)L_56) < ((int32_t)L_58))) { goto IL_025c; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_59 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_59, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEA679BA125DC8FCCFEBE4D8BD647AC00151E7373)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_59, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParameterizedStrings_EvaluateInternal_m380741628C71A598600E26132EDDD2CE4C710E37_RuntimeMethod_var))); } IL_025c: { String_t* L_60 = ___format0; int32_t* L_61 = ___pos1; int32_t L_62 = *((int32_t*)L_61); int32_t L_63 = V_3; int32_t* L_64 = ___pos1; int32_t L_65 = *((int32_t*)L_64); NullCheck(L_60); String_t* L_66; L_66 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_60, ((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)L_65)), (int32_t)2)), /*hidden argument*/NULL); V_4 = L_66; String_t* L_67 = V_4; NullCheck(L_67); int32_t L_68; L_68 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_67, /*hidden argument*/NULL); if ((((int32_t)L_68) <= ((int32_t)1))) { goto IL_028f; } } { String_t* L_69 = V_4; NullCheck(L_69); Il2CppChar L_70; L_70 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_69, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_70) == ((uint32_t)((int32_t)58))))) { goto IL_028f; } } { String_t* L_71 = V_4; NullCheck(L_71); String_t* L_72; L_72 = String_Remove_mA7DE3D6FE3344FD65108B33BD1DE8020D22ADAC0(L_71, 1, 1, /*hidden argument*/NULL); V_4 = L_72; } IL_028f: { StringBuilder_t * L_73 = V_0; String_t* L_74 = V_4; LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_75 = ___stack3; NullCheck(L_75); FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_76; L_76 = LowLevelStack_Pop_mF67AF886957B4910779303B166FC436CC02505F3(L_75, /*hidden argument*/NULL); V_15 = L_76; RuntimeObject * L_77; L_77 = FormatParam_get_Object_mA8C9647D5931B852373A36986A093210071896A1((FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE *)(&V_15), /*hidden argument*/NULL); String_t* L_78; L_78 = ParameterizedStrings_FormatPrintF_m8C7AF3F1344F695C4D2506C855F06962AD43C16C(L_74, L_77, /*hidden argument*/NULL); NullCheck(L_73); StringBuilder_t * L_79; L_79 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_73, L_78, /*hidden argument*/NULL); goto IL_0683; } IL_02b1: { int32_t* L_80 = ___pos1; int32_t* L_81 = ___pos1; int32_t L_82 = *((int32_t*)L_81); *((int32_t*)L_80) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)); LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_83 = ___stack3; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_84 = ___args2; String_t* L_85 = ___format0; int32_t* L_86 = ___pos1; int32_t L_87 = *((int32_t*)L_86); NullCheck(L_85); Il2CppChar L_88; L_88 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_85, L_87, /*hidden argument*/NULL); NullCheck(L_84); int32_t L_89 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_88, (int32_t)((int32_t)49))); FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_90 = (L_84)->GetAt(static_cast(L_89)); NullCheck(L_83); LowLevelStack_Push_mE2AC497FF9F58F9F316F7D25C7F550E12C1B6DD7(L_83, L_90, /*hidden argument*/NULL); goto IL_0683; } IL_02d3: { LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_91 = ___stack3; LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_92 = ___stack3; NullCheck(L_92); FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_93; L_93 = LowLevelStack_Pop_mF67AF886957B4910779303B166FC436CC02505F3(L_92, /*hidden argument*/NULL); V_15 = L_93; String_t* L_94; L_94 = FormatParam_get_String_mD983C95AF11C88D11DBC0BE71F6F5B8F5C707AED((FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE *)(&V_15), /*hidden argument*/NULL); NullCheck(L_94); int32_t L_95; L_95 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_94, /*hidden argument*/NULL); FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_96; L_96 = FormatParam_op_Implicit_mA72C0FC36F1914E176B6DBBF62E989566615C897(L_95, /*hidden argument*/NULL); NullCheck(L_91); LowLevelStack_Push_mE2AC497FF9F58F9F316F7D25C7F550E12C1B6DD7(L_91, L_96, /*hidden argument*/NULL); goto IL_0683; } IL_02f7: { int32_t* L_97 = ___pos1; int32_t* L_98 = ___pos1; int32_t L_99 = *((int32_t*)L_98); *((int32_t*)L_97) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1)); V_5 = 0; goto IL_031b; } IL_0302: { int32_t L_100 = V_5; String_t* L_101 = ___format0; int32_t* L_102 = ___pos1; int32_t L_103 = *((int32_t*)L_102); NullCheck(L_101); Il2CppChar L_104; L_104 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_101, L_103, /*hidden argument*/NULL); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_100, (int32_t)((int32_t)10))), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_104, (int32_t)((int32_t)48))))); int32_t* L_105 = ___pos1; int32_t* L_106 = ___pos1; int32_t L_107 = *((int32_t*)L_106); *((int32_t*)L_105) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)1)); } IL_031b: { String_t* L_108 = ___format0; int32_t* L_109 = ___pos1; int32_t L_110 = *((int32_t*)L_109); NullCheck(L_108); Il2CppChar L_111; L_111 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_108, L_110, /*hidden argument*/NULL); if ((!(((uint32_t)L_111) == ((uint32_t)((int32_t)125))))) { goto IL_0302; } } { LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_112 = ___stack3; int32_t L_113 = V_5; FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_114; L_114 = FormatParam_op_Implicit_mA72C0FC36F1914E176B6DBBF62E989566615C897(L_113, /*hidden argument*/NULL); NullCheck(L_112); LowLevelStack_Push_mE2AC497FF9F58F9F316F7D25C7F550E12C1B6DD7(L_112, L_114, /*hidden argument*/NULL); goto IL_0683; } IL_0339: { LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_115 = ___stack3; String_t* L_116 = ___format0; int32_t* L_117 = ___pos1; int32_t L_118 = *((int32_t*)L_117); NullCheck(L_116); Il2CppChar L_119; L_119 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_116, ((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)1)), /*hidden argument*/NULL); FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_120; L_120 = FormatParam_op_Implicit_mA72C0FC36F1914E176B6DBBF62E989566615C897(L_119, /*hidden argument*/NULL); NullCheck(L_115); LowLevelStack_Push_mE2AC497FF9F58F9F316F7D25C7F550E12C1B6DD7(L_115, L_120, /*hidden argument*/NULL); int32_t* L_121 = ___pos1; int32_t* L_122 = ___pos1; int32_t L_123 = *((int32_t*)L_122); *((int32_t*)L_121) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)2)); goto IL_0683; } IL_0359: { int32_t* L_124 = ___pos1; int32_t* L_125 = ___pos1; int32_t L_126 = *((int32_t*)L_125); *((int32_t*)L_124) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)1)); String_t* L_127 = ___format0; int32_t* L_128 = ___pos1; int32_t L_129 = *((int32_t*)L_128); NullCheck(L_127); Il2CppChar L_130; L_130 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_127, L_129, /*hidden argument*/NULL); FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB** L_131 = ___dynamicVars4; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB** L_132 = ___staticVars5; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_133; L_133 = ParameterizedStrings_GetDynamicOrStaticVariables_m573C4C0B546DE150BDCEEB289710A3EACE6F6140(L_130, (FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB**)L_131, (FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB**)L_132, (int32_t*)(&V_6), /*hidden argument*/NULL); int32_t L_134 = V_6; LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_135 = ___stack3; NullCheck(L_135); FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_136; L_136 = LowLevelStack_Pop_mF67AF886957B4910779303B166FC436CC02505F3(L_135, /*hidden argument*/NULL); NullCheck(L_133); (L_133)->SetAt(static_cast(L_134), (FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE )L_136); goto IL_0683; } IL_0384: { int32_t* L_137 = ___pos1; int32_t* L_138 = ___pos1; int32_t L_139 = *((int32_t*)L_138); *((int32_t*)L_137) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)1)); String_t* L_140 = ___format0; int32_t* L_141 = ___pos1; int32_t L_142 = *((int32_t*)L_141); NullCheck(L_140); Il2CppChar L_143; L_143 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_140, L_142, /*hidden argument*/NULL); FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB** L_144 = ___dynamicVars4; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB** L_145 = ___staticVars5; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_146; L_146 = ParameterizedStrings_GetDynamicOrStaticVariables_m573C4C0B546DE150BDCEEB289710A3EACE6F6140(L_143, (FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB**)L_144, (FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB**)L_145, (int32_t*)(&V_7), /*hidden argument*/NULL); V_8 = L_146; LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_147 = ___stack3; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_148 = V_8; int32_t L_149 = V_7; NullCheck(L_148); int32_t L_150 = L_149; FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_151 = (L_148)->GetAt(static_cast(L_150)); NullCheck(L_147); LowLevelStack_Push_mE2AC497FF9F58F9F316F7D25C7F550E12C1B6DD7(L_147, L_151, /*hidden argument*/NULL); goto IL_0683; } IL_03b3: { LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_152 = ___stack3; NullCheck(L_152); FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_153; L_153 = LowLevelStack_Pop_mF67AF886957B4910779303B166FC436CC02505F3(L_152, /*hidden argument*/NULL); V_15 = L_153; int32_t L_154; L_154 = FormatParam_get_Int32_mB6D8191C0C5033625731FE5C94247D03C1D78C66_inline((FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE *)(&V_15), /*hidden argument*/NULL); V_9 = L_154; LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_155 = ___stack3; NullCheck(L_155); FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_156; L_156 = LowLevelStack_Pop_mF67AF886957B4910779303B166FC436CC02505F3(L_155, /*hidden argument*/NULL); V_15 = L_156; int32_t L_157; L_157 = FormatParam_get_Int32_mB6D8191C0C5033625731FE5C94247D03C1D78C66_inline((FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE *)(&V_15), /*hidden argument*/NULL); V_10 = L_157; String_t* L_158 = ___format0; int32_t* L_159 = ___pos1; int32_t L_160 = *((int32_t*)L_159); NullCheck(L_158); Il2CppChar L_161; L_161 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_158, L_160, /*hidden argument*/NULL); V_2 = L_161; Il2CppChar L_162 = V_2; if ((!(((uint32_t)L_162) <= ((uint32_t)((int32_t)65))))) { goto IL_0432; } } { Il2CppChar L_163 = V_2; if ((((int32_t)L_163) == ((int32_t)((int32_t)38)))) { goto IL_049d; } } { Il2CppChar L_164 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_164, (int32_t)((int32_t)42)))) { case 0: { goto IL_0470; } case 1: { goto IL_0458; } case 2: { goto IL_0514; } case 3: { goto IL_0464; } case 4: { goto IL_0514; } case 5: { goto IL_047c; } } } { Il2CppChar L_165 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_165, (int32_t)((int32_t)60)))) { case 0: { goto IL_04cd; } case 1: { goto IL_04af; } case 2: { goto IL_04be; } case 3: { goto IL_0514; } case 4: { goto IL_0514; } case 5: { goto IL_04dc; } } } { goto IL_0514; } IL_0432: { Il2CppChar L_166 = V_2; if ((!(((uint32_t)L_166) <= ((uint32_t)((int32_t)94))))) { goto IL_0449; } } { Il2CppChar L_167 = V_2; if ((((int32_t)L_167) == ((int32_t)((int32_t)79)))) { goto IL_04f8; } } { Il2CppChar L_168 = V_2; if ((((int32_t)L_168) == ((int32_t)((int32_t)94)))) { goto IL_0494; } } { goto IL_0514; } IL_0449: { Il2CppChar L_169 = V_2; if ((((int32_t)L_169) == ((int32_t)((int32_t)109)))) { goto IL_0488; } } { Il2CppChar L_170 = V_2; if ((((int32_t)L_170) == ((int32_t)((int32_t)124)))) { goto IL_04a6; } } { goto IL_0514; } IL_0458: { int32_t L_171 = V_10; int32_t L_172 = V_9; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_171, (int32_t)L_172)); goto IL_0517; } IL_0464: { int32_t L_173 = V_10; int32_t L_174 = V_9; V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_173, (int32_t)L_174)); goto IL_0517; } IL_0470: { int32_t L_175 = V_10; int32_t L_176 = V_9; V_11 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_175, (int32_t)L_176)); goto IL_0517; } IL_047c: { int32_t L_177 = V_10; int32_t L_178 = V_9; V_11 = ((int32_t)((int32_t)L_177/(int32_t)L_178)); goto IL_0517; } IL_0488: { int32_t L_179 = V_10; int32_t L_180 = V_9; V_11 = ((int32_t)((int32_t)L_179%(int32_t)L_180)); goto IL_0517; } IL_0494: { int32_t L_181 = V_10; int32_t L_182 = V_9; V_11 = ((int32_t)((int32_t)L_181^(int32_t)L_182)); goto IL_0517; } IL_049d: { int32_t L_183 = V_10; int32_t L_184 = V_9; V_11 = ((int32_t)((int32_t)L_183&(int32_t)L_184)); goto IL_0517; } IL_04a6: { int32_t L_185 = V_10; int32_t L_186 = V_9; V_11 = ((int32_t)((int32_t)L_185|(int32_t)L_186)); goto IL_0517; } IL_04af: { int32_t L_187 = V_10; int32_t L_188 = V_9; int32_t L_189; L_189 = ParameterizedStrings_AsInt_m7B8E9D98D60EB28116A3D3227A6E78AD2E520509((bool)((((int32_t)L_187) == ((int32_t)L_188))? 1 : 0), /*hidden argument*/NULL); V_11 = L_189; goto IL_0517; } IL_04be: { int32_t L_190 = V_10; int32_t L_191 = V_9; int32_t L_192; L_192 = ParameterizedStrings_AsInt_m7B8E9D98D60EB28116A3D3227A6E78AD2E520509((bool)((((int32_t)L_190) > ((int32_t)L_191))? 1 : 0), /*hidden argument*/NULL); V_11 = L_192; goto IL_0517; } IL_04cd: { int32_t L_193 = V_10; int32_t L_194 = V_9; int32_t L_195; L_195 = ParameterizedStrings_AsInt_m7B8E9D98D60EB28116A3D3227A6E78AD2E520509((bool)((((int32_t)L_193) < ((int32_t)L_194))? 1 : 0), /*hidden argument*/NULL); V_11 = L_195; goto IL_0517; } IL_04dc: { int32_t L_196 = V_10; bool L_197; L_197 = ParameterizedStrings_AsBool_mFC5BE630ECC19327C0D24C51851F642F272F3818(L_196, /*hidden argument*/NULL); if (!L_197) { goto IL_04ee; } } { int32_t L_198 = V_9; bool L_199; L_199 = ParameterizedStrings_AsBool_mFC5BE630ECC19327C0D24C51851F642F272F3818(L_198, /*hidden argument*/NULL); G_B63_0 = ((int32_t)(L_199)); goto IL_04ef; } IL_04ee: { G_B63_0 = 0; } IL_04ef: { int32_t L_200; L_200 = ParameterizedStrings_AsInt_m7B8E9D98D60EB28116A3D3227A6E78AD2E520509((bool)G_B63_0, /*hidden argument*/NULL); V_11 = L_200; goto IL_0517; } IL_04f8: { int32_t L_201 = V_10; bool L_202; L_202 = ParameterizedStrings_AsBool_mFC5BE630ECC19327C0D24C51851F642F272F3818(L_201, /*hidden argument*/NULL); if (L_202) { goto IL_050a; } } { int32_t L_203 = V_9; bool L_204; L_204 = ParameterizedStrings_AsBool_mFC5BE630ECC19327C0D24C51851F642F272F3818(L_203, /*hidden argument*/NULL); G_B67_0 = ((int32_t)(L_204)); goto IL_050b; } IL_050a: { G_B67_0 = 1; } IL_050b: { int32_t L_205; L_205 = ParameterizedStrings_AsInt_m7B8E9D98D60EB28116A3D3227A6E78AD2E520509((bool)G_B67_0, /*hidden argument*/NULL); V_11 = L_205; goto IL_0517; } IL_0514: { V_11 = 0; } IL_0517: { LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_206 = ___stack3; int32_t L_207 = V_11; FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_208; L_208 = FormatParam_op_Implicit_mA72C0FC36F1914E176B6DBBF62E989566615C897(L_207, /*hidden argument*/NULL); NullCheck(L_206); LowLevelStack_Push_mE2AC497FF9F58F9F316F7D25C7F550E12C1B6DD7(L_206, L_208, /*hidden argument*/NULL); goto IL_0683; } IL_0529: { LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_209 = ___stack3; NullCheck(L_209); FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_210; L_210 = LowLevelStack_Pop_mF67AF886957B4910779303B166FC436CC02505F3(L_209, /*hidden argument*/NULL); V_15 = L_210; int32_t L_211; L_211 = FormatParam_get_Int32_mB6D8191C0C5033625731FE5C94247D03C1D78C66_inline((FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE *)(&V_15), /*hidden argument*/NULL); V_12 = L_211; LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_212 = ___stack3; String_t* L_213 = ___format0; int32_t* L_214 = ___pos1; int32_t L_215 = *((int32_t*)L_214); NullCheck(L_213); Il2CppChar L_216; L_216 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_213, L_215, /*hidden argument*/NULL); G_B71_0 = L_212; if ((((int32_t)L_216) == ((int32_t)((int32_t)33)))) { G_B72_0 = L_212; goto IL_054c; } } { int32_t L_217 = V_12; G_B73_0 = ((~L_217)); G_B73_1 = G_B71_0; goto IL_055b; } IL_054c: { int32_t L_218 = V_12; bool L_219; L_219 = ParameterizedStrings_AsBool_mFC5BE630ECC19327C0D24C51851F642F272F3818(L_218, /*hidden argument*/NULL); int32_t L_220; L_220 = ParameterizedStrings_AsInt_m7B8E9D98D60EB28116A3D3227A6E78AD2E520509((bool)((((int32_t)L_219) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); G_B73_0 = L_220; G_B73_1 = G_B72_0; } IL_055b: { FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_221; L_221 = FormatParam_op_Implicit_mA72C0FC36F1914E176B6DBBF62E989566615C897(G_B73_0, /*hidden argument*/NULL); NullCheck(G_B73_1); LowLevelStack_Push_mE2AC497FF9F58F9F316F7D25C7F550E12C1B6DD7(G_B73_1, L_221, /*hidden argument*/NULL); goto IL_0683; } IL_056a: { FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_222 = ___args2; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_223 = ___args2; NullCheck(L_223); int32_t L_224; L_224 = FormatParam_get_Int32_mB6D8191C0C5033625731FE5C94247D03C1D78C66_inline((FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE *)((L_223)->GetAddressAt(static_cast(0))), /*hidden argument*/NULL); FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_225; L_225 = FormatParam_op_Implicit_mA72C0FC36F1914E176B6DBBF62E989566615C897(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_224)), /*hidden argument*/NULL); NullCheck(L_222); (L_222)->SetAt(static_cast(0), (FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE )L_225); FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_226 = ___args2; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_227 = ___args2; NullCheck(L_227); int32_t L_228; L_228 = FormatParam_get_Int32_mB6D8191C0C5033625731FE5C94247D03C1D78C66_inline((FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE *)((L_227)->GetAddressAt(static_cast(1))), /*hidden argument*/NULL); FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_229; L_229 = FormatParam_op_Implicit_mA72C0FC36F1914E176B6DBBF62E989566615C897(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_228)), /*hidden argument*/NULL); NullCheck(L_226); (L_226)->SetAt(static_cast(1), (FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE )L_229); goto IL_0683; } IL_05a3: { V_1 = (bool)1; goto IL_0683; } IL_05aa: { LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_230 = ___stack3; NullCheck(L_230); FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_231; L_231 = LowLevelStack_Pop_mF67AF886957B4910779303B166FC436CC02505F3(L_230, /*hidden argument*/NULL); V_15 = L_231; int32_t L_232; L_232 = FormatParam_get_Int32_mB6D8191C0C5033625731FE5C94247D03C1D78C66_inline((FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE *)(&V_15), /*hidden argument*/NULL); bool L_233; L_233 = ParameterizedStrings_AsBool_mFC5BE630ECC19327C0D24C51851F642F272F3818(L_232, /*hidden argument*/NULL); V_13 = L_233; int32_t* L_234 = ___pos1; int32_t* L_235 = ___pos1; int32_t L_236 = *((int32_t*)L_235); *((int32_t*)L_234) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_236, (int32_t)1)); String_t* L_237 = ___format0; int32_t* L_238 = ___pos1; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_239 = ___args2; LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_240 = ___stack3; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB** L_241 = ___dynamicVars4; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB** L_242 = ___staticVars5; String_t* L_243; L_243 = ParameterizedStrings_EvaluateInternal_m380741628C71A598600E26132EDDD2CE4C710E37(L_237, (int32_t*)L_238, L_239, L_240, (FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB**)L_241, (FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB**)L_242, /*hidden argument*/NULL); V_14 = L_243; bool L_244 = V_13; if (!L_244) { goto IL_05e2; } } { StringBuilder_t * L_245 = V_0; String_t* L_246 = V_14; NullCheck(L_245); StringBuilder_t * L_247; L_247 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_245, L_246, /*hidden argument*/NULL); } IL_05e2: { LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_248 = ___stack3; NullCheck(L_248); FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_249; L_249 = LowLevelStack_Pop_mF67AF886957B4910779303B166FC436CC02505F3(L_248, /*hidden argument*/NULL); V_15 = L_249; int32_t L_250; L_250 = FormatParam_get_Int32_mB6D8191C0C5033625731FE5C94247D03C1D78C66_inline((FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE *)(&V_15), /*hidden argument*/NULL); bool L_251; L_251 = ParameterizedStrings_AsBool_mFC5BE630ECC19327C0D24C51851F642F272F3818(L_250, /*hidden argument*/NULL); if (L_251) { goto IL_063b; } } { int32_t* L_252 = ___pos1; int32_t* L_253 = ___pos1; int32_t L_254 = *((int32_t*)L_253); *((int32_t*)L_252) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_254, (int32_t)1)); String_t* L_255 = ___format0; int32_t* L_256 = ___pos1; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_257 = ___args2; LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_258 = ___stack3; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB** L_259 = ___dynamicVars4; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB** L_260 = ___staticVars5; String_t* L_261; L_261 = ParameterizedStrings_EvaluateInternal_m380741628C71A598600E26132EDDD2CE4C710E37(L_255, (int32_t*)L_256, L_257, L_258, (FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB**)L_259, (FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB**)L_260, /*hidden argument*/NULL); V_17 = L_261; bool L_262 = V_13; if (L_262) { goto IL_061a; } } { StringBuilder_t * L_263 = V_0; String_t* L_264 = V_17; NullCheck(L_263); StringBuilder_t * L_265; L_265 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_263, L_264, /*hidden argument*/NULL); } IL_061a: { LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_266 = ___stack3; NullCheck(L_266); FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_267; L_267 = LowLevelStack_Pop_mF67AF886957B4910779303B166FC436CC02505F3(L_266, /*hidden argument*/NULL); V_15 = L_267; int32_t L_268; L_268 = FormatParam_get_Int32_mB6D8191C0C5033625731FE5C94247D03C1D78C66_inline((FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE *)(&V_15), /*hidden argument*/NULL); bool L_269; L_269 = ParameterizedStrings_AsBool_mFC5BE630ECC19327C0D24C51851F642F272F3818(L_268, /*hidden argument*/NULL); if (L_269) { goto IL_063b; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_270 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_270, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEA679BA125DC8FCCFEBE4D8BD647AC00151E7373)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_270, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParameterizedStrings_EvaluateInternal_m380741628C71A598600E26132EDDD2CE4C710E37_RuntimeMethod_var))); } IL_063b: { bool L_271 = V_1; if (L_271) { goto IL_0651; } } { LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_272 = ___stack3; FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_273; L_273 = FormatParam_op_Implicit_mA72C0FC36F1914E176B6DBBF62E989566615C897(1, /*hidden argument*/NULL); NullCheck(L_272); LowLevelStack_Push_mE2AC497FF9F58F9F316F7D25C7F550E12C1B6DD7(L_272, L_273, /*hidden argument*/NULL); StringBuilder_t * L_274 = V_0; NullCheck(L_274); String_t* L_275; L_275 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_274); return L_275; } IL_0651: { V_1 = (bool)0; goto IL_0683; } IL_0655: { LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_276 = ___stack3; String_t* L_277 = ___format0; int32_t* L_278 = ___pos1; int32_t L_279 = *((int32_t*)L_278); NullCheck(L_277); Il2CppChar L_280; L_280 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_277, L_279, /*hidden argument*/NULL); int32_t L_281; L_281 = ParameterizedStrings_AsInt_m7B8E9D98D60EB28116A3D3227A6E78AD2E520509((bool)((((int32_t)L_280) == ((int32_t)((int32_t)59)))? 1 : 0), /*hidden argument*/NULL); FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_282; L_282 = FormatParam_op_Implicit_mA72C0FC36F1914E176B6DBBF62E989566615C897(L_281, /*hidden argument*/NULL); NullCheck(L_276); LowLevelStack_Push_mE2AC497FF9F58F9F316F7D25C7F550E12C1B6DD7(L_276, L_282, /*hidden argument*/NULL); StringBuilder_t * L_283 = V_0; NullCheck(L_283); String_t* L_284; L_284 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_283); return L_284; } IL_0678: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_285 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_285, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEA679BA125DC8FCCFEBE4D8BD647AC00151E7373)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_285, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParameterizedStrings_EvaluateInternal_m380741628C71A598600E26132EDDD2CE4C710E37_RuntimeMethod_var))); } IL_0683: { int32_t* L_286 = ___pos1; int32_t* L_287 = ___pos1; int32_t L_288 = *((int32_t*)L_287); *((int32_t*)L_286) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_288, (int32_t)1)); } IL_0689: { int32_t* L_289 = ___pos1; int32_t L_290 = *((int32_t*)L_289); String_t* L_291 = ___format0; NullCheck(L_291); int32_t L_292; L_292 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_291, /*hidden argument*/NULL); if ((((int32_t)L_290) < ((int32_t)L_292))) { goto IL_0013; } } { LowLevelStack_t2806989725D172838E82BE0AF369B5FF4A780A89 * L_293 = ___stack3; FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_294; L_294 = FormatParam_op_Implicit_mA72C0FC36F1914E176B6DBBF62E989566615C897(1, /*hidden argument*/NULL); NullCheck(L_293); LowLevelStack_Push_mE2AC497FF9F58F9F316F7D25C7F550E12C1B6DD7(L_293, L_294, /*hidden argument*/NULL); StringBuilder_t * L_295 = V_0; NullCheck(L_295); String_t* L_296; L_296 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_295); return L_296; } } // System.Boolean System.ParameterizedStrings::AsBool(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterizedStrings_AsBool_mFC5BE630ECC19327C0D24C51851F642F272F3818 (int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0); } } // System.Int32 System.ParameterizedStrings::AsInt(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterizedStrings_AsInt_m7B8E9D98D60EB28116A3D3227A6E78AD2E520509 (bool ___b0, const RuntimeMethod* method) { { bool L_0 = ___b0; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { return 1; } } // System.String System.ParameterizedStrings::StringFromAsciiBytes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterizedStrings_StringFromAsciiBytes_mBDA5242B9D7DE3C892988915FD38D16BC0A582E3 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___length2; if (L_0) { goto IL_0009; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_0009: { int32_t L_2 = ___length2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; V_1 = 0; int32_t L_4 = ___offset1; V_2 = L_4; goto IL_0024; } IL_0016: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = V_0; int32_t L_6 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buffer0; int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_5); (L_5)->SetAt(static_cast(L_6), (Il2CppChar)L_10); int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0024: { int32_t L_13 = V_1; int32_t L_14 = ___length2; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0016; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_15 = V_0; String_t* L_16; L_16 = String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344(NULL, L_15, /*hidden argument*/NULL); return L_16; } } // System.Int32 System.ParameterizedStrings::snprintf(System.Byte*,System.IntPtr,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterizedStrings_snprintf_m2EAB77921E3C1B18F860E8250C627ED7BC2061AD (uint8_t* ___str0, intptr_t ___size1, String_t* ___format2, String_t* ___arg13, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (uint8_t*, intptr_t, char*, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libc_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(uint8_t*) + sizeof(intptr_t) + sizeof(char*) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("libc"), "snprintf", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___format2' to native representation char* ____format2_marshaled = NULL; ____format2_marshaled = il2cpp_codegen_marshal_string(___format2); // Marshaling of parameter '___arg13' to native representation char* ____arg13_marshaled = NULL; ____arg13_marshaled = il2cpp_codegen_marshal_string(___arg13); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libc_INTERNAL int32_t returnValue = reinterpret_cast(snprintf)(___str0, ___size1, ____format2_marshaled, ____arg13_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___str0, ___size1, ____format2_marshaled, ____arg13_marshaled); #endif // Marshaling cleanup of parameter '___format2' native representation il2cpp_codegen_marshal_free(____format2_marshaled); ____format2_marshaled = NULL; // Marshaling cleanup of parameter '___arg13' native representation il2cpp_codegen_marshal_free(____arg13_marshaled); ____arg13_marshaled = NULL; return returnValue; } // System.Int32 System.ParameterizedStrings::snprintf(System.Byte*,System.IntPtr,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterizedStrings_snprintf_m49AB4589B15C15800FE78EDF1AA8488EB5D4B961 (uint8_t* ___str0, intptr_t ___size1, String_t* ___format2, int32_t ___arg13, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (uint8_t*, intptr_t, char*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libc_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(uint8_t*) + sizeof(intptr_t) + sizeof(char*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("libc"), "snprintf", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___format2' to native representation char* ____format2_marshaled = NULL; ____format2_marshaled = il2cpp_codegen_marshal_string(___format2); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libc_INTERNAL int32_t returnValue = reinterpret_cast(snprintf)(___str0, ___size1, ____format2_marshaled, ___arg13); #else int32_t returnValue = il2cppPInvokeFunc(___str0, ___size1, ____format2_marshaled, ___arg13); #endif // Marshaling cleanup of parameter '___format2' native representation il2cpp_codegen_marshal_free(____format2_marshaled); ____format2_marshaled = NULL; return returnValue; } // System.String System.ParameterizedStrings::FormatPrintF(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterizedStrings_FormatPrintF_m8C7AF3F1344F695C4D2506C855F06962AD43C16C (String_t* ___format0, RuntimeObject * ___arg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; uint8_t* V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; int32_t G_B3_0 = 0; int32_t G_B14_0 = 0; { RuntimeObject * L_0 = ___arg1; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); String_t* L_1 = V_0; if (L_1) { goto IL_001f; } } { String_t* L_2 = ___format0; RuntimeObject * L_3 = ___arg1; int32_t L_4; L_4 = ParameterizedStrings_snprintf_m49AB4589B15C15800FE78EDF1AA8488EB5D4B961((uint8_t*)(uint8_t*)((uintptr_t)0), (intptr_t)(0), L_2, ((*(int32_t*)((int32_t*)UnBox(L_3, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); G_B3_0 = L_4; goto IL_002d; } IL_001f: { String_t* L_5 = ___format0; String_t* L_6 = V_0; int32_t L_7; L_7 = ParameterizedStrings_snprintf_m2EAB77921E3C1B18F860E8250C627ED7BC2061AD((uint8_t*)(uint8_t*)((uintptr_t)0), (intptr_t)(0), L_5, L_6, /*hidden argument*/NULL); G_B3_0 = L_7; } IL_002d: { V_1 = G_B3_0; int32_t L_8 = V_1; if (L_8) { goto IL_0037; } } { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_9; } IL_0037: { int32_t L_10 = V_1; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0046; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_11 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBCE764F345C8FE08C3B139A11B8174C46EAC38D0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParameterizedStrings_FormatPrintF_m8C7AF3F1344F695C4D2506C855F06962AD43C16C_RuntimeMethod_var))); } IL_0046: { int32_t L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); V_2 = L_13; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = L_14; V_4 = L_15; if (!L_15) { goto IL_005b; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_4; NullCheck(L_16); if (((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))) { goto IL_0060; } } IL_005b: { V_3 = (uint8_t*)((uintptr_t)0); goto IL_006a; } IL_0060: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_4; NullCheck(L_17); V_3 = (uint8_t*)((uintptr_t)((L_17)->GetAddressAt(static_cast(0)))); } IL_006a: { String_t* L_18 = V_0; if (L_18) { goto IL_0084; } } { uint8_t* L_19 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_2; NullCheck(L_20); intptr_t L_21; L_21 = IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF(((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))), /*hidden argument*/NULL); String_t* L_22 = ___format0; RuntimeObject * L_23 = ___arg1; int32_t L_24; L_24 = ParameterizedStrings_snprintf_m49AB4589B15C15800FE78EDF1AA8488EB5D4B961((uint8_t*)(uint8_t*)L_19, (intptr_t)L_21, L_22, ((*(int32_t*)((int32_t*)UnBox(L_23, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); G_B14_0 = L_24; goto IL_0094; } IL_0084: { uint8_t* L_25 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_2; NullCheck(L_26); intptr_t L_27; L_27 = IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF(((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length))), /*hidden argument*/NULL); String_t* L_28 = ___format0; String_t* L_29 = V_0; int32_t L_30; L_30 = ParameterizedStrings_snprintf_m2EAB77921E3C1B18F860E8250C627ED7BC2061AD((uint8_t*)(uint8_t*)L_25, (intptr_t)L_27, L_28, L_29, /*hidden argument*/NULL); G_B14_0 = L_30; } IL_0094: { int32_t L_31 = V_1; if ((((int32_t)G_B14_0) == ((int32_t)L_31))) { goto IL_00a2; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_32 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_32, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46D14732DEF33AB1FB3C066A7332CA8B42B7FE93)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParameterizedStrings_FormatPrintF_m8C7AF3F1344F695C4D2506C855F06962AD43C16C_RuntimeMethod_var))); } IL_00a2: { V_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = V_2; int32_t L_34 = V_1; String_t* L_35; L_35 = ParameterizedStrings_StringFromAsciiBytes_mBDA5242B9D7DE3C892988915FD38D16BC0A582E3(L_33, 0, L_34, /*hidden argument*/NULL); return L_35; } } // System.ParameterizedStrings/FormatParam[] System.ParameterizedStrings::GetDynamicOrStaticVariables(System.Char,System.ParameterizedStrings/FormatParam[]&,System.ParameterizedStrings/FormatParam[]&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* ParameterizedStrings_GetDynamicOrStaticVariables_m573C4C0B546DE150BDCEEB289710A3EACE6F6140 (Il2CppChar ___c0, FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB** ___dynamicVars1, FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB** ___staticVars2, int32_t* ___index3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* V_0 = NULL; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* G_B4_0 = NULL; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* G_B3_0 = NULL; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* G_B9_0 = NULL; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* G_B8_0 = NULL; { Il2CppChar L_0 = ___c0; if ((((int32_t)L_0) < ((int32_t)((int32_t)65)))) { goto IL_0023; } } { Il2CppChar L_1 = ___c0; if ((((int32_t)L_1) > ((int32_t)((int32_t)90)))) { goto IL_0023; } } { int32_t* L_2 = ___index3; Il2CppChar L_3 = ___c0; *((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)65))); FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB** L_4 = ___staticVars2; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_5 = *((FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB**)L_4); FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_6 = L_5; G_B3_0 = L_6; if (L_6) { G_B4_0 = L_6; goto IL_0022; } } { FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB** L_7 = ___staticVars2; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_8 = (FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB*)(FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB*)SZArrayNew(FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)26)); FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_9 = L_8; V_0 = L_9; *((RuntimeObject **)L_7) = (RuntimeObject *)L_9; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_7, (void*)(RuntimeObject *)L_9); FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_10 = V_0; G_B4_0 = L_10; } IL_0022: { return G_B4_0; } IL_0023: { Il2CppChar L_11 = ___c0; if ((((int32_t)L_11) < ((int32_t)((int32_t)97)))) { goto IL_0046; } } { Il2CppChar L_12 = ___c0; if ((((int32_t)L_12) > ((int32_t)((int32_t)122)))) { goto IL_0046; } } { int32_t* L_13 = ___index3; Il2CppChar L_14 = ___c0; *((int32_t*)L_13) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)((int32_t)97))); FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB** L_15 = ___dynamicVars1; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_16 = *((FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB**)L_15); FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_17 = L_16; G_B8_0 = L_17; if (L_17) { G_B9_0 = L_17; goto IL_0045; } } { FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB** L_18 = ___dynamicVars1; FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_19 = (FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB*)(FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB*)SZArrayNew(FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)26)); FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_20 = L_19; V_0 = L_20; *((RuntimeObject **)L_18) = (RuntimeObject *)L_20; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_18, (void*)(RuntimeObject *)L_20); FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_21 = V_0; G_B9_0 = L_21; } IL_0045: { return G_B9_0; } IL_0046: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_22 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEA679BA125DC8FCCFEBE4D8BD647AC00151E7373)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParameterizedStrings_GetDynamicOrStaticVariables_m573C4C0B546DE150BDCEEB289710A3EACE6F6140_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.ParameterizedThreadStart::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterizedThreadStart__ctor_m6F49448AAE802068CE1DB1BE519962708DA871B0 (ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Threading.ParameterizedThreadStart::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterizedThreadStart_Invoke_m1293332FBB6F4432B40B60F7349571D3633CFC26 (ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else if (___parameterCount != 1) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___obj0); else GenericVirtualActionInvoker0::Invoke(targetMethod, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___obj0); else VirtualActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___obj0); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #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 // Conversion methods for marshalling of: System.ParamsArray IL2CPP_EXTERN_C void ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_marshal_pinvoke(const ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB& unmarshaled, ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_marshaled_pinvoke& marshaled) { Exception_t* ___args_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'args' of type 'ParamsArray'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___args_6Exception, NULL); } IL2CPP_EXTERN_C void ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_marshal_pinvoke_back(const ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_marshaled_pinvoke& marshaled, ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB& unmarshaled) { Exception_t* ___args_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'args' of type 'ParamsArray'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___args_6Exception, NULL); } // Conversion method for clean up from marshalling of: System.ParamsArray IL2CPP_EXTERN_C void ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_marshal_pinvoke_cleanup(ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.ParamsArray IL2CPP_EXTERN_C void ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_marshal_com(const ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB& unmarshaled, ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_marshaled_com& marshaled) { Exception_t* ___args_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'args' of type 'ParamsArray'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___args_6Exception, NULL); } IL2CPP_EXTERN_C void ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_marshal_com_back(const ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_marshaled_com& marshaled, ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB& unmarshaled) { Exception_t* ___args_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'args' of type 'ParamsArray'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___args_6Exception, NULL); } // Conversion method for clean up from marshalling of: System.ParamsArray IL2CPP_EXTERN_C void ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_marshal_com_cleanup(ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_marshaled_com& marshaled) { } // System.Void System.ParamsArray::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_m4C0D1E8FEEC40A65CDB14E4178099C7D71FD574F (ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * __this, RuntimeObject * ___arg00, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___arg00; __this->set_arg0_3(L_0); __this->set_arg1_4(NULL); __this->set_arg2_5(NULL); IL2CPP_RUNTIME_CLASS_INIT(ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_il2cpp_TypeInfo_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ((ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_StaticFields*)il2cpp_codegen_static_fields_for(ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_il2cpp_TypeInfo_var))->get_oneArgArray_0(); __this->set_args_6(L_1); return; } } IL2CPP_EXTERN_C void ParamsArray__ctor_m4C0D1E8FEEC40A65CDB14E4178099C7D71FD574F_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___arg00, const RuntimeMethod* method) { ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ParamsArray__ctor_m4C0D1E8FEEC40A65CDB14E4178099C7D71FD574F(_thisAdjusted, ___arg00, method); } // System.Void System.ParamsArray::.ctor(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_m292570A14E2BD3E737A64BF4006BD7C5266D465B (ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___arg00; __this->set_arg0_3(L_0); RuntimeObject * L_1 = ___arg11; __this->set_arg1_4(L_1); __this->set_arg2_5(NULL); IL2CPP_RUNTIME_CLASS_INIT(ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_il2cpp_TypeInfo_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ((ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_StaticFields*)il2cpp_codegen_static_fields_for(ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_il2cpp_TypeInfo_var))->get_twoArgArray_1(); __this->set_args_6(L_2); return; } } IL2CPP_EXTERN_C void ParamsArray__ctor_m292570A14E2BD3E737A64BF4006BD7C5266D465B_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method) { ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ParamsArray__ctor_m292570A14E2BD3E737A64BF4006BD7C5266D465B(_thisAdjusted, ___arg00, ___arg11, method); } // System.Void System.ParamsArray::.ctor(System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_m8B39D25B110D8468518150E11F97DCFFD92A712C (ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___arg00; __this->set_arg0_3(L_0); RuntimeObject * L_1 = ___arg11; __this->set_arg1_4(L_1); RuntimeObject * L_2 = ___arg22; __this->set_arg2_5(L_2); IL2CPP_RUNTIME_CLASS_INIT(ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_il2cpp_TypeInfo_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = ((ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_StaticFields*)il2cpp_codegen_static_fields_for(ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_il2cpp_TypeInfo_var))->get_threeArgArray_2(); __this->set_args_6(L_3); return; } } IL2CPP_EXTERN_C void ParamsArray__ctor_m8B39D25B110D8468518150E11F97DCFFD92A712C_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method) { ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ParamsArray__ctor_m8B39D25B110D8468518150E11F97DCFFD92A712C(_thisAdjusted, ___arg00, ___arg11, ___arg22, method); } // System.Void System.ParamsArray::.ctor(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_mB6651804CF584301B8CBE7F57D5B11595EF16F2E (ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method) { int32_t V_0 = 0; ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * G_B2_0 = NULL; ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * G_B1_0 = NULL; RuntimeObject * G_B3_0 = NULL; ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * G_B3_1 = NULL; ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * G_B5_0 = NULL; ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * G_B4_0 = NULL; RuntimeObject * G_B6_0 = NULL; ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * G_B6_1 = NULL; ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * G_B8_0 = NULL; ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * G_B7_0 = NULL; RuntimeObject * G_B9_0 = NULL; ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * G_B9_1 = NULL; { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___args0; NullCheck(L_0); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); int32_t L_1 = V_0; G_B1_0 = __this; if ((((int32_t)L_1) > ((int32_t)0))) { G_B2_0 = __this; goto IL_000c; } } { G_B3_0 = NULL; G_B3_1 = G_B1_0; goto IL_000f; } IL_000c: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___args0; NullCheck(L_2); int32_t L_3 = 0; RuntimeObject * L_4 = (L_2)->GetAt(static_cast(L_3)); G_B3_0 = L_4; G_B3_1 = G_B2_0; } IL_000f: { G_B3_1->set_arg0_3(G_B3_0); int32_t L_5 = V_0; G_B4_0 = __this; if ((((int32_t)L_5) > ((int32_t)1))) { G_B5_0 = __this; goto IL_001c; } } { G_B6_0 = NULL; G_B6_1 = G_B4_0; goto IL_001f; } IL_001c: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = ___args0; NullCheck(L_6); int32_t L_7 = 1; RuntimeObject * L_8 = (L_6)->GetAt(static_cast(L_7)); G_B6_0 = L_8; G_B6_1 = G_B5_0; } IL_001f: { G_B6_1->set_arg1_4(G_B6_0); int32_t L_9 = V_0; G_B7_0 = __this; if ((((int32_t)L_9) > ((int32_t)2))) { G_B8_0 = __this; goto IL_002c; } } { G_B9_0 = NULL; G_B9_1 = G_B7_0; goto IL_002f; } IL_002c: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = ___args0; NullCheck(L_10); int32_t L_11 = 2; RuntimeObject * L_12 = (L_10)->GetAt(static_cast(L_11)); G_B9_0 = L_12; G_B9_1 = G_B8_0; } IL_002f: { G_B9_1->set_arg2_5(G_B9_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = ___args0; __this->set_args_6(L_13); return; } } IL2CPP_EXTERN_C void ParamsArray__ctor_mB6651804CF584301B8CBE7F57D5B11595EF16F2E_AdjustorThunk (RuntimeObject * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method) { ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ParamsArray__ctor_mB6651804CF584301B8CBE7F57D5B11595EF16F2E(_thisAdjusted, ___args0, method); } // System.Int32 System.ParamsArray::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParamsArray_get_Length_m9A6EE92E24AF4D1EC0A69C1CF0858DB26AF216E9 (ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * __this, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = __this->get_args_6(); NullCheck(L_0); return ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); } } IL2CPP_EXTERN_C int32_t ParamsArray_get_Length_m9A6EE92E24AF4D1EC0A69C1CF0858DB26AF216E9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ParamsArray_get_Length_m9A6EE92E24AF4D1EC0A69C1CF0858DB26AF216E9(_thisAdjusted, method); return _returnValue; } // System.Object System.ParamsArray::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ParamsArray_get_Item_m5EE046A486C0651AD0DAD2E9D5BF02E9D9442DE0 (ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; if (!L_0) { goto IL_000b; } } { int32_t L_1 = ___index0; RuntimeObject * L_2; L_2 = ParamsArray_GetAtSlow_mA479420B0B69DAD3D4483C15566C31CEE15D18B3((ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB *)__this, L_1, /*hidden argument*/NULL); return L_2; } IL_000b: { RuntimeObject * L_3 = __this->get_arg0_3(); return L_3; } } IL2CPP_EXTERN_C RuntimeObject * ParamsArray_get_Item_m5EE046A486C0651AD0DAD2E9D5BF02E9D9442DE0_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method) { ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = ParamsArray_get_Item_m5EE046A486C0651AD0DAD2E9D5BF02E9D9442DE0(_thisAdjusted, ___index0, method); return _returnValue; } // System.Object System.ParamsArray::GetAtSlow(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ParamsArray_GetAtSlow_mA479420B0B69DAD3D4483C15566C31CEE15D18B3 (ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_000b; } } { RuntimeObject * L_1 = __this->get_arg1_4(); return L_1; } IL_000b: { int32_t L_2 = ___index0; if ((!(((uint32_t)L_2) == ((uint32_t)2)))) { goto IL_0016; } } { RuntimeObject * L_3 = __this->get_arg2_5(); return L_3; } IL_0016: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = __this->get_args_6(); int32_t L_5 = ___index0; NullCheck(L_4); int32_t L_6 = L_5; RuntimeObject * L_7 = (L_4)->GetAt(static_cast(L_6)); return L_7; } } IL2CPP_EXTERN_C RuntimeObject * ParamsArray_GetAtSlow_mA479420B0B69DAD3D4483C15566C31CEE15D18B3_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method) { ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = ParamsArray_GetAtSlow_mA479420B0B69DAD3D4483C15566C31CEE15D18B3(_thisAdjusted, ___index0, method); return _returnValue; } // System.Void System.ParamsArray::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__cctor_m04AC5ED527D4A8DB52F1747B4B93D56907324595 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ((ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_StaticFields*)il2cpp_codegen_static_fields_for(ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_il2cpp_TypeInfo_var))->set_oneArgArray_0(L_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ((ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_StaticFields*)il2cpp_codegen_static_fields_for(ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_il2cpp_TypeInfo_var))->set_twoArgArray_1(L_1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)3); ((ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_StaticFields*)il2cpp_codegen_static_fields_for(ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_il2cpp_TypeInfo_var))->set_threeArgArray_2(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.ParseNumbers::StringToInt(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParseNumbers_StringToInt_mF9632F0E68020B7A46501A1D74786E2CDA91539C (String_t* ___value0, int32_t ___fromBase1, int32_t ___flags2, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1 = ___fromBase1; int32_t L_2 = ___flags2; int32_t L_3; L_3 = ParseNumbers_StringToInt_m58100833D719D961CBD5CE44BBCD55CDB546A193(L_0, L_1, L_2, (int32_t*)(int32_t*)((uintptr_t)0), /*hidden argument*/NULL); return L_3; } } // System.Int32 System.ParseNumbers::StringToInt(System.String,System.Int32,System.Int32,System.Int32*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParseNumbers_StringToInt_m58100833D719D961CBD5CE44BBCD55CDB546A193 (String_t* ___value0, int32_t ___fromBase1, int32_t ___flags2, int32_t* ___parsePos3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; bool V_4 = false; int32_t V_5 = 0; uint32_t V_6 = 0; Il2CppChar V_7 = 0x0; int32_t G_B9_0 = 0; int64_t G_B42_0 = 0; int64_t G_B41_0 = 0; { int32_t L_0 = ___flags2; if (((int32_t)((int32_t)L_0&(int32_t)((int32_t)12288)))) { goto IL_0016; } } { String_t* L_1; L_1 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___flags2), /*hidden argument*/NULL); NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_2 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToInt_m58100833D719D961CBD5CE44BBCD55CDB546A193_RuntimeMethod_var))); } IL_0016: { String_t* L_3 = ___value0; if (L_3) { goto IL_001b; } } { return 0; } IL_001b: { V_0 = 0; V_1 = 0; String_t* L_4 = ___value0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); V_3 = L_5; V_4 = (bool)0; int32_t L_6 = V_3; if (L_6) { goto IL_0037; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_7 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B3CFA6CA85971DACE810ED739F9CB91C4B09DE0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToInt_m58100833D719D961CBD5CE44BBCD55CDB546A193_RuntimeMethod_var))); } IL_0037: { int32_t* L_8 = ___parsePos3; if ((((intptr_t)L_8) == ((intptr_t)((uintptr_t)0)))) { goto IL_0040; } } { int32_t* L_9 = ___parsePos3; int32_t L_10 = *((int32_t*)L_9); G_B9_0 = L_10; goto IL_0041; } IL_0040: { G_B9_0 = 0; } IL_0041: { V_5 = G_B9_0; String_t* L_11 = ___value0; int32_t L_12 = V_5; NullCheck(L_11); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_11, L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)45))))) { goto IL_007e; } } { int32_t L_14 = ___fromBase1; if ((((int32_t)L_14) == ((int32_t)((int32_t)10)))) { goto IL_005f; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_15 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC982403E039B3740CF6ABF8B06CB0613F7D9BDB0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToInt_m58100833D719D961CBD5CE44BBCD55CDB546A193_RuntimeMethod_var))); } IL_005f: { int32_t L_16 = ___flags2; if (!((int32_t)((int32_t)L_16&(int32_t)((int32_t)512)))) { goto IL_0073; } } { OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_17 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral87102D64632F52E6DB8D32B3D4606FD95D2877D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToInt_m58100833D719D961CBD5CE44BBCD55CDB546A193_RuntimeMethod_var))); } IL_0073: { V_4 = (bool)1; int32_t L_18 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); goto IL_0090; } IL_007e: { String_t* L_19 = ___value0; int32_t L_20 = V_5; NullCheck(L_19); Il2CppChar L_21; L_21 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_19, L_20, /*hidden argument*/NULL); if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)43))))) { goto IL_0090; } } { int32_t L_22 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0090: { int32_t L_23 = ___fromBase1; if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)16))))) { goto IL_00ca; } } { int32_t L_24 = V_5; int32_t L_25 = V_3; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))) >= ((int32_t)L_25))) { goto IL_00ca; } } { String_t* L_26 = ___value0; int32_t L_27 = V_5; NullCheck(L_26); Il2CppChar L_28; L_28 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_26, L_27, /*hidden argument*/NULL); if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)48))))) { goto IL_00ca; } } { String_t* L_29 = ___value0; int32_t L_30 = V_5; NullCheck(L_29); Il2CppChar L_31; L_31 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_31) == ((int32_t)((int32_t)120)))) { goto IL_00c4; } } { String_t* L_32 = ___value0; int32_t L_33 = V_5; NullCheck(L_32); Il2CppChar L_34; L_34 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_32, ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_34) == ((uint32_t)((int32_t)88))))) { goto IL_00ca; } } IL_00c4: { int32_t L_35 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)2)); } IL_00ca: { int32_t L_36 = ___flags2; if (!((int32_t)((int32_t)L_36&(int32_t)((int32_t)1024)))) { goto IL_00df; } } { V_6 = ((int32_t)255); goto IL_0191; } IL_00df: { int32_t L_37 = ___flags2; if (!((int32_t)((int32_t)L_37&(int32_t)((int32_t)2048)))) { goto IL_00f4; } } { V_6 = ((int32_t)65535); goto IL_0191; } IL_00f4: { V_6 = (-1); goto IL_0191; } IL_00fc: { String_t* L_38 = ___value0; int32_t L_39 = V_5; NullCheck(L_38); Il2CppChar L_40; L_40 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_38, L_39, /*hidden argument*/NULL); V_7 = L_40; Il2CppChar L_41 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_42; L_42 = Char_IsNumber_m1575CB90219C78EABADD70B3E53D53522CB0BB9D(L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_0117; } } { Il2CppChar L_43 = V_7; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)((int32_t)48))); goto IL_0153; } IL_0117: { Il2CppChar L_44 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_45; L_45 = Char_IsLetter_mF204E476D37A9EC10C965929AF16A362CBEA8950(L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_0130; } } { Il2CppChar L_46 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_47; L_47 = Char_ToLowerInvariant_mA5541ADE6FA5082D0877F64FAA44F3C7C518866C(L_46, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)((int32_t)97))), (int32_t)((int32_t)10))); goto IL_0153; } IL_0130: { int32_t L_48 = V_5; if (L_48) { goto IL_013f; } } { FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_49 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_49, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB971C875967B5FA81D38EBCAF75E22E41CEEA8CD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToInt_m58100833D719D961CBD5CE44BBCD55CDB546A193_RuntimeMethod_var))); } IL_013f: { int32_t L_50 = ___flags2; if (!((int32_t)((int32_t)L_50&(int32_t)((int32_t)4096)))) { goto IL_0199; } } { FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_51 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_51, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral14D4E24DCB7061CFB4EA32E07E5429B9A4168D47)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToInt_m58100833D719D961CBD5CE44BBCD55CDB546A193_RuntimeMethod_var))); } IL_0153: { int32_t L_52 = V_2; int32_t L_53 = ___fromBase1; if ((((int32_t)L_52) < ((int32_t)L_53))) { goto IL_0171; } } { int32_t L_54 = V_0; if ((((int32_t)L_54) <= ((int32_t)0))) { goto IL_0166; } } { FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_55 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_55, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral14D4E24DCB7061CFB4EA32E07E5429B9A4168D47)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToInt_m58100833D719D961CBD5CE44BBCD55CDB546A193_RuntimeMethod_var))); } IL_0166: { FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_56 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_56, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB971C875967B5FA81D38EBCAF75E22E41CEEA8CD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_56, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToInt_m58100833D719D961CBD5CE44BBCD55CDB546A193_RuntimeMethod_var))); } IL_0171: { int32_t L_57 = ___fromBase1; uint32_t L_58 = V_1; int32_t L_59 = V_2; int64_t L_60 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_57)), (int64_t)((int64_t)((uint64_t)L_58)))), (int64_t)((int64_t)((int64_t)L_59)))); uint32_t L_61 = V_6; G_B41_0 = L_60; if ((((int64_t)L_60) <= ((int64_t)((int64_t)((uint64_t)L_61))))) { G_B42_0 = L_60; goto IL_0185; } } { OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_62 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m9D5C4C7E08BE06B4D72424590FB4365733FC351D(L_62, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_62, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToInt_m58100833D719D961CBD5CE44BBCD55CDB546A193_RuntimeMethod_var))); } IL_0185: { V_1 = ((int32_t)((uint32_t)G_B42_0)); int32_t L_63 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); int32_t L_64 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); } IL_0191: { int32_t L_65 = V_5; int32_t L_66 = V_3; if ((((int32_t)L_65) < ((int32_t)L_66))) { goto IL_00fc; } } IL_0199: { int32_t L_67 = V_0; if (L_67) { goto IL_01a7; } } { FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_68 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_68, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB971C875967B5FA81D38EBCAF75E22E41CEEA8CD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_68, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToInt_m58100833D719D961CBD5CE44BBCD55CDB546A193_RuntimeMethod_var))); } IL_01a7: { int32_t* L_69 = ___parsePos3; if ((((intptr_t)L_69) == ((intptr_t)((uintptr_t)0)))) { goto IL_01b0; } } { int32_t* L_70 = ___parsePos3; int32_t L_71 = V_5; *((int32_t*)L_70) = (int32_t)L_71; } IL_01b0: { bool L_72 = V_4; if (L_72) { goto IL_01b6; } } { uint32_t L_73 = V_1; return L_73; } IL_01b6: { uint32_t L_74 = V_1; return ((-((int32_t)L_74))); } } // System.String System.ParseNumbers::LongToString(System.Int64,System.Int32,System.Int32,System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParseNumbers_LongToString_m9BFAA1825C2713FB504E47314EB3052B1CF98A89 (int64_t ___value0, int32_t ___toBase1, int32_t ___width2, Il2CppChar ___paddingChar3, int32_t ___flags4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { int64_t L_0 = ___value0; if (L_0) { goto IL_0009; } } { return _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024; } IL_0009: { int32_t L_1 = ___toBase1; if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)10))))) { goto IL_0016; } } { String_t* L_2; L_2 = Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F((int64_t*)(&___value0), /*hidden argument*/NULL); return L_2; } IL_0016: { int64_t L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = BitConverter_GetBytes_m4BCB9C5EF4286885A640995E44AB52E5F629E3C7(L_3, /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = ___toBase1; if ((((int32_t)L_5) == ((int32_t)2))) { goto IL_002c; } } { int32_t L_6 = ___toBase1; if ((((int32_t)L_6) == ((int32_t)8))) { goto IL_0038; } } { int32_t L_7 = ___toBase1; if ((((int32_t)L_7) == ((int32_t)((int32_t)16)))) { goto IL_0044; } } { goto IL_0050; } IL_002c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; StringBuilder_t * L_9; L_9 = ParseNumbers_ConvertToBase2_mB5E26CEAE327BA81F5DEE8D5CEDFFBB5F1C2D255(L_8, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_9); return L_10; } IL_0038: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; StringBuilder_t * L_12; L_12 = ParseNumbers_ConvertToBase8_m55AF1455797B7AD66C5A734CDE467222A24E1E5E(L_11, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); return L_13; } IL_0044: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; StringBuilder_t * L_15; L_15 = ParseNumbers_ConvertToBase16_m4D30F73B5EC6258ED7F155D55789030A43E7F6C5(L_14, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15); return L_16; } IL_0050: { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_17 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_LongToString_m9BFAA1825C2713FB504E47314EB3052B1CF98A89_RuntimeMethod_var))); } } // System.Int64 System.ParseNumbers::StringToLong(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ParseNumbers_StringToLong_m876C50780659BF7E8D03EF289AB3FF7DF92B0000 (String_t* ___value0, int32_t ___fromBase1, int32_t ___flags2, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1 = ___fromBase1; int32_t L_2 = ___flags2; int64_t L_3; L_3 = ParseNumbers_StringToLong_mAD5095146C1729D0348A9ECBBD7B48CE903EFFEB(L_0, L_1, L_2, (int32_t*)(int32_t*)((uintptr_t)0), /*hidden argument*/NULL); return L_3; } } // System.Int64 System.ParseNumbers::StringToLong(System.String,System.Int32,System.Int32,System.Int32*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ParseNumbers_StringToLong_mAD5095146C1729D0348A9ECBBD7B48CE903EFFEB (String_t* ___value0, int32_t ___fromBase1, int32_t ___flags2, int32_t* ___parsePos3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; int32_t V_4 = 0; bool V_5 = false; bool V_6 = false; int32_t V_7 = 0; Il2CppChar V_8 = 0x0; uint64_t V_9 = 0; uint64_t V_10 = 0; int32_t G_B9_0 = 0; { int32_t L_0 = ___flags2; if (((int32_t)((int32_t)L_0&(int32_t)((int32_t)12288)))) { goto IL_0016; } } { String_t* L_1; L_1 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___flags2), /*hidden argument*/NULL); NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_2 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToLong_mAD5095146C1729D0348A9ECBBD7B48CE903EFFEB_RuntimeMethod_var))); } IL_0016: { String_t* L_3 = ___value0; if (L_3) { goto IL_001c; } } { return ((int64_t)((int64_t)0)); } IL_001c: { V_0 = 0; int32_t L_4 = ___fromBase1; V_1 = ((int64_t)((int64_t)L_4)); V_2 = ((int64_t)((int64_t)0)); V_3 = ((int64_t)((int64_t)0)); String_t* L_5 = ___value0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); V_4 = L_6; V_5 = (bool)0; int32_t L_7 = ___flags2; V_6 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)512)))) <= ((uint32_t)0)))? 1 : 0); int32_t L_8 = V_4; if (L_8) { goto IL_004d; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_9 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B3CFA6CA85971DACE810ED739F9CB91C4B09DE0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToLong_mAD5095146C1729D0348A9ECBBD7B48CE903EFFEB_RuntimeMethod_var))); } IL_004d: { int32_t* L_10 = ___parsePos3; if ((((intptr_t)L_10) == ((intptr_t)((uintptr_t)0)))) { goto IL_0056; } } { int32_t* L_11 = ___parsePos3; int32_t L_12 = *((int32_t*)L_11); G_B9_0 = L_12; goto IL_0057; } IL_0056: { G_B9_0 = 0; } IL_0057: { V_7 = G_B9_0; String_t* L_13 = ___value0; int32_t L_14 = V_7; NullCheck(L_13); Il2CppChar L_15; L_15 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_13, L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)45))))) { goto IL_008f; } } { int32_t L_16 = ___fromBase1; if ((((int32_t)L_16) == ((int32_t)((int32_t)10)))) { goto IL_0075; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_17 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC982403E039B3740CF6ABF8B06CB0613F7D9BDB0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToLong_mAD5095146C1729D0348A9ECBBD7B48CE903EFFEB_RuntimeMethod_var))); } IL_0075: { bool L_18 = V_6; if (!L_18) { goto IL_0084; } } { OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_19 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral87102D64632F52E6DB8D32B3D4606FD95D2877D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToLong_mAD5095146C1729D0348A9ECBBD7B48CE903EFFEB_RuntimeMethod_var))); } IL_0084: { V_5 = (bool)1; int32_t L_20 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); goto IL_00a1; } IL_008f: { String_t* L_21 = ___value0; int32_t L_22 = V_7; NullCheck(L_21); Il2CppChar L_23; L_23 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_21, L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)43))))) { goto IL_00a1; } } { int32_t L_24 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_00a1: { int32_t L_25 = ___fromBase1; if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)16))))) { goto IL_01af; } } { int32_t L_26 = V_7; int32_t L_27 = V_4; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1))) >= ((int32_t)L_27))) { goto IL_01af; } } { String_t* L_28 = ___value0; int32_t L_29 = V_7; NullCheck(L_28); Il2CppChar L_30; L_30 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_28, L_29, /*hidden argument*/NULL); if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)48))))) { goto IL_01af; } } { String_t* L_31 = ___value0; int32_t L_32 = V_7; NullCheck(L_31); Il2CppChar L_33; L_33 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_31, ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_33) == ((int32_t)((int32_t)120)))) { goto IL_00e2; } } { String_t* L_34 = ___value0; int32_t L_35 = V_7; NullCheck(L_34); Il2CppChar L_36; L_36 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_34, ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)88))))) { goto IL_01af; } } IL_00e2: { int32_t L_37 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)2)); goto IL_01af; } IL_00ed: { String_t* L_38 = ___value0; int32_t L_39 = V_7; NullCheck(L_38); Il2CppChar L_40; L_40 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_38, L_39, /*hidden argument*/NULL); V_8 = L_40; Il2CppChar L_41 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_42; L_42 = Char_IsNumber_m1575CB90219C78EABADD70B3E53D53522CB0BB9D(L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_0109; } } { Il2CppChar L_43 = V_8; V_2 = ((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)((int32_t)48))))); goto IL_0146; } IL_0109: { Il2CppChar L_44 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_45; L_45 = Char_IsLetter_mF204E476D37A9EC10C965929AF16A362CBEA8950(L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_0123; } } { Il2CppChar L_46 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_47; L_47 = Char_ToLowerInvariant_mA5541ADE6FA5082D0877F64FAA44F3C7C518866C(L_46, /*hidden argument*/NULL); V_2 = ((int64_t)((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)((int32_t)97))), (int32_t)((int32_t)10))))); goto IL_0146; } IL_0123: { int32_t L_48 = V_7; if (L_48) { goto IL_0132; } } { FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_49 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_49, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB971C875967B5FA81D38EBCAF75E22E41CEEA8CD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToLong_mAD5095146C1729D0348A9ECBBD7B48CE903EFFEB_RuntimeMethod_var))); } IL_0132: { int32_t L_50 = ___flags2; if (!((int32_t)((int32_t)L_50&(int32_t)((int32_t)4096)))) { goto IL_01b8; } } { FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_51 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_51, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral14D4E24DCB7061CFB4EA32E07E5429B9A4168D47)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToLong_mAD5095146C1729D0348A9ECBBD7B48CE903EFFEB_RuntimeMethod_var))); } IL_0146: { uint64_t L_52 = V_2; uint64_t L_53 = V_1; if ((!(((uint64_t)L_52) >= ((uint64_t)L_53)))) { goto IL_0164; } } { int32_t L_54 = V_0; if ((((int32_t)L_54) <= ((int32_t)0))) { goto IL_0159; } } { FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_55 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_55, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral14D4E24DCB7061CFB4EA32E07E5429B9A4168D47)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToLong_mAD5095146C1729D0348A9ECBBD7B48CE903EFFEB_RuntimeMethod_var))); } IL_0159: { FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_56 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_56, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB971C875967B5FA81D38EBCAF75E22E41CEEA8CD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_56, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToLong_mAD5095146C1729D0348A9ECBBD7B48CE903EFFEB_RuntimeMethod_var))); } IL_0164: { uint64_t L_57 = V_3; if ((!(((uint64_t)L_57) <= ((uint64_t)((int64_t)72057594037927935LL))))) { goto IL_0178; } } { uint64_t L_58 = V_3; uint64_t L_59 = V_1; uint64_t L_60 = V_2; V_3 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_58, (int64_t)L_59)), (int64_t)L_60)); goto IL_01a5; } IL_0178: { uint64_t L_61 = V_3; uint64_t L_62 = V_1; V_9 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((uint64_t)L_61>>((int32_t)32))), (int64_t)L_62)); uint64_t L_63 = V_3; uint64_t L_64 = V_1; uint64_t L_65 = V_2; V_10 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_63&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))), (int64_t)L_64)), (int64_t)L_65)); uint64_t L_66 = V_10; uint64_t L_67 = V_9; if ((!(((uint64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_66>>((int32_t)32))), (int64_t)L_67))) > ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_019c; } } { OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_68 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m9D5C4C7E08BE06B4D72424590FB4365733FC351D(L_68, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_68, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToLong_mAD5095146C1729D0348A9ECBBD7B48CE903EFFEB_RuntimeMethod_var))); } IL_019c: { uint64_t L_69 = V_9; uint64_t L_70 = V_10; V_3 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)L_69<<(int32_t)((int32_t)32))), (int64_t)L_70)); } IL_01a5: { int32_t L_71 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); int32_t L_72 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)); } IL_01af: { int32_t L_73 = V_7; int32_t L_74 = V_4; if ((((int32_t)L_73) < ((int32_t)L_74))) { goto IL_00ed; } } IL_01b8: { int32_t L_75 = V_0; if (L_75) { goto IL_01c6; } } { FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_76 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_76, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB971C875967B5FA81D38EBCAF75E22E41CEEA8CD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_76, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToLong_mAD5095146C1729D0348A9ECBBD7B48CE903EFFEB_RuntimeMethod_var))); } IL_01c6: { int32_t* L_77 = ___parsePos3; if ((((intptr_t)L_77) == ((intptr_t)((uintptr_t)0)))) { goto IL_01cf; } } { int32_t* L_78 = ___parsePos3; int32_t L_79 = V_7; *((int32_t*)L_78) = (int32_t)L_79; } IL_01cf: { bool L_80 = V_6; if (!L_80) { goto IL_01d5; } } { uint64_t L_81 = V_3; return L_81; } IL_01d5: { bool L_82 = V_5; if (L_82) { goto IL_01f2; } } { int32_t L_83 = ___fromBase1; if ((!(((uint32_t)L_83) == ((uint32_t)((int32_t)10))))) { goto IL_01f0; } } { uint64_t L_84 = V_3; if ((!(((uint64_t)L_84) > ((uint64_t)((int64_t)(std::numeric_limits::max)()))))) { goto IL_01f0; } } { OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_85 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m9D5C4C7E08BE06B4D72424590FB4365733FC351D(L_85, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_85, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToLong_mAD5095146C1729D0348A9ECBBD7B48CE903EFFEB_RuntimeMethod_var))); } IL_01f0: { uint64_t L_86 = V_3; return L_86; } IL_01f2: { uint64_t L_87 = V_3; if ((!(((uint64_t)L_87) <= ((uint64_t)((int64_t)(std::numeric_limits::max)()))))) { goto IL_0201; } } { uint64_t L_88 = V_3; return ((-((int64_t)L_88))); } IL_0201: { uint64_t L_89 = V_3; if ((!(((uint64_t)L_89) > ((uint64_t)((int64_t)(std::numeric_limits::min)()))))) { goto IL_0213; } } { OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_90 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m9D5C4C7E08BE06B4D72424590FB4365733FC351D(L_90, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_90, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_StringToLong_mAD5095146C1729D0348A9ECBBD7B48CE903EFFEB_RuntimeMethod_var))); } IL_0213: { uint64_t L_91 = V_3; return ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)(std::numeric_limits::min)()), (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)(std::numeric_limits::min)()), (int64_t)L_91)))); } } // System.String System.ParseNumbers::IntToString(System.Int32,System.Int32,System.Int32,System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParseNumbers_IntToString_m1D5D470EE1BBD97C83D555B210102C2DAD2BEEA4 (int32_t ___value0, int32_t ___toBase1, int32_t ___width2, Il2CppChar ___paddingChar3, int32_t ___flags4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; { int32_t L_0 = ___value0; if (L_0) { goto IL_001b; } } { int32_t L_1 = ___width2; if ((((int32_t)L_1) > ((int32_t)0))) { goto IL_000d; } } { return _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024; } IL_000d: { int32_t L_2 = ___width2; StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mE87B9746FC40A7ECC0149A24685BD0713459FAF1(L_3, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_008b; } IL_001b: { int32_t L_4 = ___toBase1; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)10))))) { goto IL_002f; } } { String_t* L_5; L_5 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___value0), /*hidden argument*/NULL); StringBuilder_t * L_6 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77(L_6, L_5, /*hidden argument*/NULL); V_0 = L_6; goto IL_008b; } IL_002f: { int32_t L_7 = ___flags4; if (!((int32_t)((int32_t)L_7&(int32_t)((int32_t)64)))) { goto IL_0040; } } { int32_t L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = BitConverter_GetBytes_m4178DFE7B47F12FAF452AA4742B16FC3BA9618A8((int16_t)((int32_t)((uint8_t)L_8)), /*hidden argument*/NULL); V_2 = L_9; goto IL_005b; } IL_0040: { int32_t L_10 = ___flags4; if (!((int32_t)((int32_t)L_10&(int32_t)((int32_t)128)))) { goto IL_0054; } } { int32_t L_11 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12; L_12 = BitConverter_GetBytes_m4178DFE7B47F12FAF452AA4742B16FC3BA9618A8(((int16_t)((int16_t)L_11)), /*hidden argument*/NULL); V_2 = L_12; goto IL_005b; } IL_0054: { int32_t L_13 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = BitConverter_GetBytes_m5C926FE938C878F7E4E95A5DED46C34DB1431D39(L_13, /*hidden argument*/NULL); V_2 = L_14; } IL_005b: { int32_t L_15 = ___toBase1; if ((((int32_t)L_15) == ((int32_t)2))) { goto IL_006a; } } { int32_t L_16 = ___toBase1; if ((((int32_t)L_16) == ((int32_t)8))) { goto IL_0073; } } { int32_t L_17 = ___toBase1; if ((((int32_t)L_17) == ((int32_t)((int32_t)16)))) { goto IL_007c; } } { goto IL_0085; } IL_006a: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_2; StringBuilder_t * L_19; L_19 = ParseNumbers_ConvertToBase2_mB5E26CEAE327BA81F5DEE8D5CEDFFBB5F1C2D255(L_18, /*hidden argument*/NULL); V_0 = L_19; goto IL_008b; } IL_0073: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_2; StringBuilder_t * L_21; L_21 = ParseNumbers_ConvertToBase8_m55AF1455797B7AD66C5A734CDE467222A24E1E5E(L_20, /*hidden argument*/NULL); V_0 = L_21; goto IL_008b; } IL_007c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_2; StringBuilder_t * L_23; L_23 = ParseNumbers_ConvertToBase16_m4D30F73B5EC6258ED7F155D55789030A43E7F6C5(L_22, /*hidden argument*/NULL); V_0 = L_23; goto IL_008b; } IL_0085: { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_24 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_IntToString_m1D5D470EE1BBD97C83D555B210102C2DAD2BEEA4_RuntimeMethod_var))); } IL_008b: { int32_t L_25 = ___width2; StringBuilder_t * L_26 = V_0; NullCheck(L_26); int32_t L_27; L_27 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_26, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_27)); goto IL_00a3; } IL_0096: { StringBuilder_t * L_28 = V_0; Il2CppChar L_29 = ___paddingChar3; NullCheck(L_28); StringBuilder_t * L_30; L_30 = StringBuilder_Insert_m61BB1B6FAF08B662E8D676B844A88AD7C6B0749B(L_28, 0, L_29, /*hidden argument*/NULL); int32_t L_31 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1)); } IL_00a3: { int32_t L_32 = V_1; if ((((int32_t)L_32) > ((int32_t)0))) { goto IL_0096; } } { StringBuilder_t * L_33 = V_0; NullCheck(L_33); String_t* L_34; L_34 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_33); return L_34; } } // System.Void System.ParseNumbers::EndianSwap(System.Byte[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParseNumbers_EndianSwap_m9A4642E80F61F819ED6BD95AADE0EED8F32B355B (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_0 = ___value0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = *((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_0); NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))); V_0 = L_2; V_1 = 0; goto IL_0020; } IL_000e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; int32_t L_4 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_5 = ___value0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = *((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_7 = ___value0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = *((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_7); NullCheck(L_8); int32_t L_9 = V_1; NullCheck(L_6); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), (int32_t)1)), (int32_t)L_9)); uint8_t L_11 = (L_6)->GetAt(static_cast(L_10)); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (uint8_t)L_11); int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0020: { int32_t L_13 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_14 = ___value0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = *((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_14); NullCheck(L_15); if ((((int32_t)L_13) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))) { goto IL_000e; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_16 = ___value0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_0; *((RuntimeObject **)L_16) = (RuntimeObject *)L_17; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_16, (void*)(RuntimeObject *)L_17); return; } } // System.Text.StringBuilder System.ParseNumbers::ConvertToBase2(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * ParseNumbers_ConvertToBase2_mB5E26CEAE327BA81F5DEE8D5CEDFFBB5F1C2D255 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; uint8_t V_2 = 0x0; int32_t V_3 = 0; { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_0) { goto IL_000e; } } { ParseNumbers_EndianSwap_m9A4642E80F61F819ED6BD95AADE0EED8F32B355B((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)(&___value0), /*hidden argument*/NULL); } IL_000e: { StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_1, /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___value0; NullCheck(L_2); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), (int32_t)1)); goto IL_0060; } IL_001c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___value0; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); V_2 = L_6; V_3 = 0; goto IL_0058; } IL_0024: { uint8_t L_7 = V_2; if ((!(((uint32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)128)))) == ((uint32_t)((int32_t)128))))) { goto IL_003d; } } { StringBuilder_t * L_8 = V_0; NullCheck(L_8); StringBuilder_t * L_9; L_9 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_8, ((int32_t)49), /*hidden argument*/NULL); goto IL_004f; } IL_003d: { StringBuilder_t * L_10 = V_0; NullCheck(L_10); int32_t L_11; L_11 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_10, /*hidden argument*/NULL); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_004f; } } { StringBuilder_t * L_12 = V_0; NullCheck(L_12); StringBuilder_t * L_13; L_13 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_12, ((int32_t)48), /*hidden argument*/NULL); } IL_004f: { uint8_t L_14 = V_2; V_2 = (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_14<<(int32_t)1)))); int32_t L_15 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0058: { int32_t L_16 = V_3; if ((((int32_t)L_16) < ((int32_t)8))) { goto IL_0024; } } { int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); } IL_0060: { int32_t L_18 = V_1; if ((((int32_t)L_18) >= ((int32_t)0))) { goto IL_001c; } } { StringBuilder_t * L_19 = V_0; return L_19; } } // System.Text.StringBuilder System.ParseNumbers::ConvertToBase8(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * ParseNumbers_ConvertToBase8_m55AF1455797B7AD66C5A734CDE467222A24E1E5E (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; StringBuilder_t * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; { V_0 = ((int64_t)((int64_t)0)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___value0; NullCheck(L_0); V_2 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); int32_t L_1 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_0025; } case 1: { goto IL_002c; } case 2: { goto IL_004c; } case 3: { goto IL_0037; } } } { int32_t L_2 = V_2; if ((((int32_t)L_2) == ((int32_t)8))) { goto IL_0042; } } { goto IL_004c; } IL_0025: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___value0; NullCheck(L_3); int32_t L_4 = 0; uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); V_0 = ((int64_t)((uint64_t)L_5)); goto IL_0057; } IL_002c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); uint16_t L_7; L_7 = BitConverter_ToUInt16_mC0BC841737707601466D79AD3E1EDEEA8F107525(L_6, 0, /*hidden argument*/NULL); V_0 = ((int64_t)((uint64_t)L_7)); goto IL_0057; } IL_0037: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); uint32_t L_9; L_9 = BitConverter_ToUInt32_m0C9F3D9840110CC82D4C18FD882AC5C7EA595366(L_8, 0, /*hidden argument*/NULL); V_0 = ((int64_t)((uint64_t)L_9)); goto IL_0057; } IL_0042: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); uint64_t L_11; L_11 = BitConverter_ToUInt64_m31CEAF20A0774C6BB55663CD8A06EBCD4C1F79BC(L_10, 0, /*hidden argument*/NULL); V_0 = L_11; goto IL_0057; } IL_004c: { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParseNumbers_ConvertToBase8_m55AF1455797B7AD66C5A734CDE467222A24E1E5E_RuntimeMethod_var))); } IL_0057: { StringBuilder_t * L_13 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_13, /*hidden argument*/NULL); V_1 = L_13; V_3 = ((int32_t)21); goto IL_0092; } IL_0062: { uint64_t L_14 = V_0; int32_t L_15 = V_3; V_4 = ((int32_t)((uint16_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_14>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)3))&(int32_t)((int32_t)63)))))&(int64_t)((int64_t)((int64_t)7)))))); Il2CppChar L_16 = V_4; if (L_16) { goto IL_007d; } } { StringBuilder_t * L_17 = V_1; NullCheck(L_17); int32_t L_18; L_18 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_008e; } } IL_007d: { Il2CppChar L_19 = V_4; V_4 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)((int32_t)48))))); StringBuilder_t * L_20 = V_1; Il2CppChar L_21 = V_4; NullCheck(L_20); StringBuilder_t * L_22; L_22 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_20, L_21, /*hidden argument*/NULL); } IL_008e: { int32_t L_23 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); } IL_0092: { int32_t L_24 = V_3; if ((((int32_t)L_24) >= ((int32_t)0))) { goto IL_0062; } } { StringBuilder_t * L_25 = V_1; return L_25; } } // System.Text.StringBuilder System.ParseNumbers::ConvertToBase16(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * ParseNumbers_ConvertToBase16_m4D30F73B5EC6258ED7F155D55789030A43E7F6C5 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; Il2CppChar V_3 = 0x0; { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_0) { goto IL_000e; } } { ParseNumbers_EndianSwap_m9A4642E80F61F819ED6BD95AADE0EED8F32B355B((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)(&___value0), /*hidden argument*/NULL); } IL_000e: { StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_1, /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___value0; NullCheck(L_2); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), (int32_t)1)); goto IL_008c; } IL_001c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___value0; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); V_2 = ((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6>>(int32_t)4))&(int32_t)((int32_t)15))))); Il2CppChar L_7 = V_2; if (L_7) { goto IL_0032; } } { StringBuilder_t * L_8 = V_0; NullCheck(L_8); int32_t L_9; L_9 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_0053; } } IL_0032: { Il2CppChar L_10 = V_2; if ((((int32_t)L_10) >= ((int32_t)((int32_t)10)))) { goto IL_003f; } } { Il2CppChar L_11 = V_2; V_2 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)48))))); goto IL_004b; } IL_003f: { Il2CppChar L_12 = V_2; V_2 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)((int32_t)10))))); Il2CppChar L_13 = V_2; V_2 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)97))))); } IL_004b: { StringBuilder_t * L_14 = V_0; Il2CppChar L_15 = V_2; NullCheck(L_14); StringBuilder_t * L_16; L_16 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_14, L_15, /*hidden argument*/NULL); } IL_0053: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___value0; int32_t L_18 = V_1; NullCheck(L_17); int32_t L_19 = L_18; uint8_t L_20 = (L_17)->GetAt(static_cast(L_19)); V_3 = ((int32_t)((uint16_t)((int32_t)((int32_t)L_20&(int32_t)((int32_t)15))))); Il2CppChar L_21 = V_3; if (L_21) { goto IL_0067; } } { StringBuilder_t * L_22 = V_0; NullCheck(L_22); int32_t L_23; L_23 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_22, /*hidden argument*/NULL); if ((((int32_t)L_23) <= ((int32_t)0))) { goto IL_0088; } } IL_0067: { Il2CppChar L_24 = V_3; if ((((int32_t)L_24) >= ((int32_t)((int32_t)10)))) { goto IL_0074; } } { Il2CppChar L_25 = V_3; V_3 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)((int32_t)48))))); goto IL_0080; } IL_0074: { Il2CppChar L_26 = V_3; V_3 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)((int32_t)10))))); Il2CppChar L_27 = V_3; V_3 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)((int32_t)97))))); } IL_0080: { StringBuilder_t * L_28 = V_0; Il2CppChar L_29 = V_3; NullCheck(L_28); StringBuilder_t * L_30; L_30 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_28, L_29, /*hidden argument*/NULL); } IL_0088: { int32_t L_31 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1)); } IL_008c: { int32_t L_32 = V_1; if ((((int32_t)L_32) >= ((int32_t)0))) { goto IL_001c; } } { StringBuilder_t * L_33 = V_0; return L_33; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Serialization.Formatters.Binary.ParseRecord::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParseRecord__ctor_m4A5A7317FB520C128D77A70E85DBD0B233B3661A (ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ParseRecord::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParseRecord_Init_m2C348921F2D64090CF7DA4B3712DBA5DCCCFFD29 (ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413 * __this, const RuntimeMethod* method) { { __this->set_PRparseTypeEnum_1(0); __this->set_PRobjectTypeEnum_2(0); __this->set_PRarrayTypeEnum_3(0); __this->set_PRmemberTypeEnum_4(0); __this->set_PRmemberValueEnum_5(0); __this->set_PRobjectPositionEnum_6(0); __this->set_PRname_7((String_t*)NULL); __this->set_PRvalue_8((String_t*)NULL); __this->set_PRkeyDt_10((String_t*)NULL); __this->set_PRdtType_11((Type_t *)NULL); __this->set_PRdtTypeCode_12(0); __this->set_PRisEnum_13((bool)0); __this->set_PRobjectId_14(((int64_t)((int64_t)0))); __this->set_PRidRef_15(((int64_t)((int64_t)0))); __this->set_PRarrayElementTypeString_16((String_t*)NULL); __this->set_PRarrayElementType_17((Type_t *)NULL); __this->set_PRisArrayVariant_18((bool)0); __this->set_PRarrayElementTypeCode_19(0); __this->set_PRrank_20(0); __this->set_PRlengthA_21((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)NULL); __this->set_PRpositionA_22((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)NULL); __this->set_PRlowerBoundA_23((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)NULL); __this->set_PRupperBoundA_24((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)NULL); __this->set_PRindexMap_25((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)NULL); __this->set_PRmemberIndex_26(0); __this->set_PRlinearlength_27(0); __this->set_PRrectangularMap_28((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)NULL); __this->set_PRisLowerBound_29((bool)0); __this->set_PRtopId_30(((int64_t)((int64_t)0))); __this->set_PRheaderId_31(((int64_t)((int64_t)0))); __this->set_PRisValueTypeFixup_33((bool)0); __this->set_PRnewObj_34(NULL); __this->set_PRobjectA_35((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL); __this->set_PRprimitiveArray_36((PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4 *)NULL); __this->set_PRobjectInfo_32((ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 *)NULL); __this->set_PRisRegistered_37((bool)0); __this->set_PRmemberData_38((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL); __this->set_PRsi_39((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)NULL); __this->set_PRnullCount_40(0); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ParseRecord::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParseRecord__cctor_mF0A6B93AE1DC3FE12DFEE302A02F70759EA521BC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413_StaticFields*)il2cpp_codegen_static_fields_for(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413_il2cpp_TypeInfo_var))->set_parseRecordIdCount_0(1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecurityElement System.Security.Util.Parser::GetTopElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_tB9682077760936136392270197F642224B2141CC * Parser_GetTopElement_mDC8DF07EB881D8835871E16D6FD4A44FCA38112C (Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D * __this, const RuntimeMethod* method) { { SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * L_0 = __this->get__doc_0(); NullCheck(L_0); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_1; L_1 = SecurityDocument_GetRootElement_m0736DC13D95F43AD70A11DD301027C76E7CD265B(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Security.Util.Parser::GetRequiredSizes(System.Security.Util.TokenizerStream,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser_GetRequiredSizes_mC17DBCFB2496C9C4741E4046D78D92AC5EB03857 (Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D * __this, TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * ___stream0, int32_t* ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; String_t* V_6 = NULL; bool V_7 = false; bool V_8 = false; int32_t V_9 = 0; int16_t V_10 = 0; int32_t V_11 = 0; { V_0 = (bool)0; V_1 = (bool)0; V_2 = (bool)0; V_3 = (bool)0; V_4 = 1; V_5 = 0; V_6 = (String_t*)NULL; V_7 = (bool)0; V_8 = (bool)0; V_9 = 0; } IL_001a: { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_0 = ___stream0; NullCheck(L_0); int16_t L_1; L_1 = TokenizerStream_GetNextToken_m4D35638D34FAA8A4E5765EE974E1D0DF2105FF00(L_0, /*hidden argument*/NULL); V_10 = L_1; goto IL_03cc; } IL_0027: { int16_t L_2 = V_10; V_11 = ((int32_t)((int32_t)L_2&(int32_t)((int32_t)255))); int32_t L_3 = V_11; switch (L_3) { case 0: { goto IL_0125; } case 1: { goto IL_02d6; } case 2: { goto IL_02fb; } case 3: { goto IL_005d; } case 4: { goto IL_02ce; } case 5: { goto IL_0344; } case 6: { goto IL_03a8; } case 7: { goto IL_03a8; } } } { goto IL_03a8; } IL_005d: { bool L_4 = V_3; if (!L_4) { goto IL_00d1; } } { int32_t L_5 = V_5; if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_007b; } } { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_6 = ___stream0; NullCheck(L_6); TokenizerStream_ThrowAwayNextString_mE13969D1AB186A0FB730F9A6E47301B5666ECE12(L_6, /*hidden argument*/NULL); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_7 = ___stream0; NullCheck(L_7); TokenizerStream_TagLastToken_mDD37A7384BBA747F260A332866AC053A52D1B885(L_7, (int16_t)((int32_t)20480), /*hidden argument*/NULL); goto IL_03b9; } IL_007b: { String_t* L_8 = V_6; if (L_8) { goto IL_008c; } } { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_9 = ___stream0; NullCheck(L_9); String_t* L_10; L_10 = TokenizerStream_GetNextString_m109B54CF2458B5AA19C5316194010260D8B1D6A1(L_9, /*hidden argument*/NULL); V_6 = L_10; goto IL_03b9; } IL_008c: { bool L_11 = V_7; if (L_11) { goto IL_00a1; } } { Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * L_12 = __this->get__t_1(); NullCheck(L_12); int32_t L_13 = L_12->get_LineNo_0(); XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * L_14 = (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_il2cpp_TypeInfo_var))); XmlSyntaxException__ctor_mEE5AEF0E4BA9A998EB56FBBCAB00FC53D8BE2064(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Parser_GetRequiredSizes_mC17DBCFB2496C9C4741E4046D78D92AC5EB03857_RuntimeMethod_var))); } IL_00a1: { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_15 = ___stream0; NullCheck(L_15); TokenizerStream_TagLastToken_mDD37A7384BBA747F260A332866AC053A52D1B885(L_15, (int16_t)((int32_t)16896), /*hidden argument*/NULL); int32_t* L_16 = ___index1; int32_t* L_17 = ___index1; int32_t L_18 = *((int32_t*)L_17); String_t* L_19 = V_6; int32_t L_20; L_20 = SecurityDocument_EncodedStringSize_m40ADB795BC782BADAD0BACCAC073B4F697C580D6(L_19, /*hidden argument*/NULL); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_21 = ___stream0; NullCheck(L_21); String_t* L_22; L_22 = TokenizerStream_GetNextString_m109B54CF2458B5AA19C5316194010260D8B1D6A1(L_21, /*hidden argument*/NULL); int32_t L_23; L_23 = SecurityDocument_EncodedStringSize_m40ADB795BC782BADAD0BACCAC073B4F697C580D6(L_22, /*hidden argument*/NULL); *((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_23)), (int32_t)1)))); V_6 = (String_t*)NULL; V_7 = (bool)0; goto IL_03b9; } IL_00d1: { bool L_24 = V_8; if (!L_24) { goto IL_0100; } } { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_25 = ___stream0; NullCheck(L_25); TokenizerStream_TagLastToken_mDD37A7384BBA747F260A332866AC053A52D1B885(L_25, (int16_t)((int32_t)25344), /*hidden argument*/NULL); int32_t* L_26 = ___index1; int32_t* L_27 = ___index1; int32_t L_28 = *((int32_t*)L_27); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_29 = ___stream0; NullCheck(L_29); String_t* L_30; L_30 = TokenizerStream_GetNextString_m109B54CF2458B5AA19C5316194010260D8B1D6A1(L_29, /*hidden argument*/NULL); int32_t L_31; L_31 = SecurityDocument_EncodedStringSize_m40ADB795BC782BADAD0BACCAC073B4F697C580D6(L_30, /*hidden argument*/NULL); int32_t L_32; L_32 = SecurityDocument_EncodedStringSize_m40ADB795BC782BADAD0BACCAC073B4F697C580D6(_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, /*hidden argument*/NULL); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)))); goto IL_03b9; } IL_0100: { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_33 = ___stream0; NullCheck(L_33); TokenizerStream_TagLastToken_mDD37A7384BBA747F260A332866AC053A52D1B885(L_33, (int16_t)((int32_t)17152), /*hidden argument*/NULL); int32_t* L_34 = ___index1; int32_t* L_35 = ___index1; int32_t L_36 = *((int32_t*)L_35); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_37 = ___stream0; NullCheck(L_37); String_t* L_38; L_38 = TokenizerStream_GetNextString_m109B54CF2458B5AA19C5316194010260D8B1D6A1(L_37, /*hidden argument*/NULL); int32_t L_39; L_39 = SecurityDocument_EncodedStringSize_m40ADB795BC782BADAD0BACCAC073B4F697C580D6(L_38, /*hidden argument*/NULL); *((int32_t*)L_34) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)))); V_8 = (bool)1; goto IL_03b9; } IL_0125: { V_3 = (bool)1; V_8 = (bool)0; TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_40 = ___stream0; NullCheck(L_40); int16_t L_41; L_41 = TokenizerStream_GetNextToken_m4D35638D34FAA8A4E5765EE974E1D0DF2105FF00(L_40, /*hidden argument*/NULL); V_10 = L_41; int16_t L_42 = V_10; if ((!(((uint32_t)L_42) == ((uint32_t)2)))) { goto IL_01bd; } } { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_43 = ___stream0; NullCheck(L_43); TokenizerStream_TagLastToken_mDD37A7384BBA747F260A332866AC053A52D1B885(L_43, (int16_t)((int32_t)17408), /*hidden argument*/NULL); } IL_0145: { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_44 = ___stream0; NullCheck(L_44); int16_t L_45; L_45 = TokenizerStream_GetNextToken_m4D35638D34FAA8A4E5765EE974E1D0DF2105FF00(L_44, /*hidden argument*/NULL); V_10 = L_45; int16_t L_46 = V_10; if ((!(((uint32_t)L_46) == ((uint32_t)3)))) { goto IL_0165; } } { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_47 = ___stream0; NullCheck(L_47); TokenizerStream_ThrowAwayNextString_mE13969D1AB186A0FB730F9A6E47301B5666ECE12(L_47, /*hidden argument*/NULL); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_48 = ___stream0; NullCheck(L_48); TokenizerStream_TagLastToken_mDD37A7384BBA747F260A332866AC053A52D1B885(L_48, (int16_t)((int32_t)20480), /*hidden argument*/NULL); goto IL_0145; } IL_0165: { int16_t L_49 = V_10; if ((!(((uint32_t)L_49) == ((uint32_t)(-1))))) { goto IL_0185; } } { Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * L_50 = __this->get__t_1(); NullCheck(L_50); int32_t L_51 = L_50->get_LineNo_0(); String_t* L_52; L_52 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8C8081D2CD2DC0C40DD7D2134FD38B5AB2602937)), /*hidden argument*/NULL); XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * L_53 = (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_il2cpp_TypeInfo_var))); XmlSyntaxException__ctor_m67040DE21B88FC70B6DBFF303BBCE5AF5F8EF089(L_53, L_51, L_52, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Parser_GetRequiredSizes_mC17DBCFB2496C9C4741E4046D78D92AC5EB03857_RuntimeMethod_var))); } IL_0185: { int16_t L_54 = V_10; if ((((int32_t)L_54) == ((int32_t)1))) { goto IL_01a5; } } { Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * L_55 = __this->get__t_1(); NullCheck(L_55); int32_t L_56 = L_55->get_LineNo_0(); String_t* L_57; L_57 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAEDE9C0990D1ADDD9861348A37A5E29C4719A991)), /*hidden argument*/NULL); XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * L_58 = (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_il2cpp_TypeInfo_var))); XmlSyntaxException__ctor_m67040DE21B88FC70B6DBFF303BBCE5AF5F8EF089(L_58, L_56, L_57, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_58, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Parser_GetRequiredSizes_mC17DBCFB2496C9C4741E4046D78D92AC5EB03857_RuntimeMethod_var))); } IL_01a5: { V_3 = (bool)0; int32_t* L_59 = ___index1; int32_t* L_60 = ___index1; int32_t L_61 = *((int32_t*)L_60); *((int32_t*)L_59) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); V_8 = (bool)0; int32_t L_62 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)1)); V_0 = (bool)1; goto IL_03b9; } IL_01bd: { int16_t L_63 = V_10; if ((!(((uint32_t)L_63) == ((uint32_t)3)))) { goto IL_0203; } } { V_2 = (bool)1; TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_64 = ___stream0; NullCheck(L_64); TokenizerStream_TagLastToken_mDD37A7384BBA747F260A332866AC053A52D1B885(L_64, (int16_t)((int32_t)16640), /*hidden argument*/NULL); int32_t* L_65 = ___index1; int32_t* L_66 = ___index1; int32_t L_67 = *((int32_t*)L_66); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_68 = ___stream0; NullCheck(L_68); String_t* L_69; L_69 = TokenizerStream_GetNextString_m109B54CF2458B5AA19C5316194010260D8B1D6A1(L_68, /*hidden argument*/NULL); int32_t L_70; L_70 = SecurityDocument_EncodedStringSize_m40ADB795BC782BADAD0BACCAC073B4F697C580D6(L_69, /*hidden argument*/NULL); *((int32_t*)L_65) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)))); int32_t L_71 = V_5; if (!L_71) { goto IL_01f6; } } { Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * L_72 = __this->get__t_1(); NullCheck(L_72); int32_t L_73 = L_72->get_LineNo_0(); XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * L_74 = (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_il2cpp_TypeInfo_var))); XmlSyntaxException__ctor_mEE5AEF0E4BA9A998EB56FBBCAB00FC53D8BE2064(L_74, L_73, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_74, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Parser_GetRequiredSizes_mC17DBCFB2496C9C4741E4046D78D92AC5EB03857_RuntimeMethod_var))); } IL_01f6: { V_0 = (bool)1; int32_t L_75 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); goto IL_03b9; } IL_0203: { int16_t L_76 = V_10; if ((!(((uint32_t)L_76) == ((uint32_t)6)))) { goto IL_025e; } } { V_9 = 1; } IL_020b: { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_77 = ___stream0; NullCheck(L_77); int16_t L_78; L_78 = TokenizerStream_GetNextToken_m4D35638D34FAA8A4E5765EE974E1D0DF2105FF00(L_77, /*hidden argument*/NULL); V_10 = L_78; int16_t L_79 = V_10; switch (L_79) { case 0: { goto IL_022c; } case 1: { goto IL_0234; } case 2: { goto IL_024d; } case 3: { goto IL_023c; } } } { goto IL_024d; } IL_022c: { int32_t L_80 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)); goto IL_024d; } IL_0234: { int32_t L_81 = V_9; V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)1)); goto IL_024d; } IL_023c: { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_82 = ___stream0; NullCheck(L_82); TokenizerStream_ThrowAwayNextString_mE13969D1AB186A0FB730F9A6E47301B5666ECE12(L_82, /*hidden argument*/NULL); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_83 = ___stream0; NullCheck(L_83); TokenizerStream_TagLastToken_mDD37A7384BBA747F260A332866AC053A52D1B885(L_83, (int16_t)((int32_t)20480), /*hidden argument*/NULL); } IL_024d: { int32_t L_84 = V_9; if ((((int32_t)L_84) > ((int32_t)0))) { goto IL_020b; } } { V_3 = (bool)0; V_8 = (bool)0; V_0 = (bool)1; goto IL_03b9; } IL_025e: { int16_t L_85 = V_10; if ((!(((uint32_t)L_85) == ((uint32_t)5)))) { goto IL_02b3; } } { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_86 = ___stream0; NullCheck(L_86); int16_t L_87; L_87 = TokenizerStream_GetNextToken_m4D35638D34FAA8A4E5765EE974E1D0DF2105FF00(L_86, /*hidden argument*/NULL); V_10 = L_87; int16_t L_88 = V_10; if ((((int32_t)L_88) == ((int32_t)3))) { goto IL_0281; } } { Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * L_89 = __this->get__t_1(); NullCheck(L_89); int32_t L_90 = L_89->get_LineNo_0(); XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * L_91 = (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_il2cpp_TypeInfo_var))); XmlSyntaxException__ctor_mEE5AEF0E4BA9A998EB56FBBCAB00FC53D8BE2064(L_91, L_90, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_91, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Parser_GetRequiredSizes_mC17DBCFB2496C9C4741E4046D78D92AC5EB03857_RuntimeMethod_var))); } IL_0281: { V_2 = (bool)1; V_5 = 1; TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_92 = ___stream0; NullCheck(L_92); TokenizerStream_TagLastToken_mDD37A7384BBA747F260A332866AC053A52D1B885(L_92, (int16_t)((int32_t)16640), /*hidden argument*/NULL); int32_t* L_93 = ___index1; int32_t* L_94 = ___index1; int32_t L_95 = *((int32_t*)L_94); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_96 = ___stream0; NullCheck(L_96); String_t* L_97; L_97 = TokenizerStream_GetNextString_m109B54CF2458B5AA19C5316194010260D8B1D6A1(L_96, /*hidden argument*/NULL); int32_t L_98; L_98 = SecurityDocument_EncodedStringSize_m40ADB795BC782BADAD0BACCAC073B4F697C580D6(L_97, /*hidden argument*/NULL); *((int32_t*)L_93) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)))); V_9 = 1; int32_t L_99 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1)); V_0 = (bool)1; goto IL_03b9; } IL_02b3: { Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * L_100 = __this->get__t_1(); NullCheck(L_100); int32_t L_101 = L_100->get_LineNo_0(); String_t* L_102; L_102 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5532B82D2060F75CA6396B28F6055E0489D33733)), /*hidden argument*/NULL); XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * L_103 = (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_il2cpp_TypeInfo_var))); XmlSyntaxException__ctor_m67040DE21B88FC70B6DBFF303BBCE5AF5F8EF089(L_103, L_101, L_102, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_103, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Parser_GetRequiredSizes_mC17DBCFB2496C9C4741E4046D78D92AC5EB03857_RuntimeMethod_var))); } IL_02ce: { V_7 = (bool)1; goto IL_03b9; } IL_02d6: { bool L_104 = V_3; if (!L_104) { goto IL_02e0; } } { V_3 = (bool)0; goto IL_03c4; } IL_02e0: { Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * L_105 = __this->get__t_1(); NullCheck(L_105); int32_t L_106 = L_105->get_LineNo_0(); String_t* L_107; L_107 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A7166AB08474169288B9C572D802685BF29F5D8)), /*hidden argument*/NULL); XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * L_108 = (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_il2cpp_TypeInfo_var))); XmlSyntaxException__ctor_m67040DE21B88FC70B6DBFF303BBCE5AF5F8EF089(L_108, L_106, L_107, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_108, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Parser_GetRequiredSizes_mC17DBCFB2496C9C4741E4046D78D92AC5EB03857_RuntimeMethod_var))); } IL_02fb: { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_109 = ___stream0; NullCheck(L_109); int16_t L_110; L_110 = TokenizerStream_GetNextToken_m4D35638D34FAA8A4E5765EE974E1D0DF2105FF00(L_109, /*hidden argument*/NULL); V_10 = L_110; int16_t L_111 = V_10; if ((!(((uint32_t)L_111) == ((uint32_t)1)))) { goto IL_0329; } } { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_112 = ___stream0; NullCheck(L_112); TokenizerStream_TagLastToken_mDD37A7384BBA747F260A332866AC053A52D1B885(L_112, (int16_t)((int32_t)17408), /*hidden argument*/NULL); int32_t* L_113 = ___index1; int32_t* L_114 = ___index1; int32_t L_115 = *((int32_t*)L_114); *((int32_t*)L_113) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)1)); int32_t L_116 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_116, (int32_t)1)); V_8 = (bool)0; V_0 = (bool)1; goto IL_03b9; } IL_0329: { Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * L_117 = __this->get__t_1(); NullCheck(L_117); int32_t L_118 = L_117->get_LineNo_0(); String_t* L_119; L_119 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAEDE9C0990D1ADDD9861348A37A5E29C4719A991)), /*hidden argument*/NULL); XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * L_120 = (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_il2cpp_TypeInfo_var))); XmlSyntaxException__ctor_m67040DE21B88FC70B6DBFF303BBCE5AF5F8EF089(L_120, L_118, L_119, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_120, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Parser_GetRequiredSizes_mC17DBCFB2496C9C4741E4046D78D92AC5EB03857_RuntimeMethod_var))); } IL_0344: { bool L_121 = V_3; if (!L_121) { goto IL_0397; } } { int32_t L_122 = V_5; if ((!(((uint32_t)L_122) == ((uint32_t)1)))) { goto IL_0397; } } { int32_t L_123 = V_9; if ((!(((uint32_t)L_123) == ((uint32_t)1)))) { goto IL_0397; } } { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_124 = ___stream0; NullCheck(L_124); int16_t L_125; L_125 = TokenizerStream_GetNextToken_m4D35638D34FAA8A4E5765EE974E1D0DF2105FF00(L_124, /*hidden argument*/NULL); V_10 = L_125; int16_t L_126 = V_10; if ((!(((uint32_t)L_126) == ((uint32_t)1)))) { goto IL_037c; } } { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_127 = ___stream0; NullCheck(L_127); TokenizerStream_TagLastToken_mDD37A7384BBA747F260A332866AC053A52D1B885(L_127, (int16_t)((int32_t)17408), /*hidden argument*/NULL); int32_t* L_128 = ___index1; int32_t* L_129 = ___index1; int32_t L_130 = *((int32_t*)L_129); *((int32_t*)L_128) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)1)); int32_t L_131 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_131, (int32_t)1)); V_8 = (bool)0; V_0 = (bool)1; goto IL_03b9; } IL_037c: { Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * L_132 = __this->get__t_1(); NullCheck(L_132); int32_t L_133 = L_132->get_LineNo_0(); String_t* L_134; L_134 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAEDE9C0990D1ADDD9861348A37A5E29C4719A991)), /*hidden argument*/NULL); XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * L_135 = (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_il2cpp_TypeInfo_var))); XmlSyntaxException__ctor_m67040DE21B88FC70B6DBFF303BBCE5AF5F8EF089(L_135, L_133, L_134, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_135, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Parser_GetRequiredSizes_mC17DBCFB2496C9C4741E4046D78D92AC5EB03857_RuntimeMethod_var))); } IL_0397: { Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * L_136 = __this->get__t_1(); NullCheck(L_136); int32_t L_137 = L_136->get_LineNo_0(); XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * L_138 = (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_il2cpp_TypeInfo_var))); XmlSyntaxException__ctor_mEE5AEF0E4BA9A998EB56FBBCAB00FC53D8BE2064(L_138, L_137, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_138, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Parser_GetRequiredSizes_mC17DBCFB2496C9C4741E4046D78D92AC5EB03857_RuntimeMethod_var))); } IL_03a8: { Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * L_139 = __this->get__t_1(); NullCheck(L_139); int32_t L_140 = L_139->get_LineNo_0(); XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * L_141 = (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_il2cpp_TypeInfo_var))); XmlSyntaxException__ctor_mEE5AEF0E4BA9A998EB56FBBCAB00FC53D8BE2064(L_141, L_140, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_141, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Parser_GetRequiredSizes_mC17DBCFB2496C9C4741E4046D78D92AC5EB03857_RuntimeMethod_var))); } IL_03b9: { bool L_142 = V_0; if (!L_142) { goto IL_03c2; } } { V_0 = (bool)0; V_1 = (bool)0; goto IL_03d4; } IL_03c2: { V_1 = (bool)1; } IL_03c4: { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_143 = ___stream0; NullCheck(L_143); int16_t L_144; L_144 = TokenizerStream_GetNextToken_m4D35638D34FAA8A4E5765EE974E1D0DF2105FF00(L_143, /*hidden argument*/NULL); V_10 = L_144; } IL_03cc: { int16_t L_145 = V_10; if ((!(((uint32_t)L_145) == ((uint32_t)(-1))))) { goto IL_0027; } } IL_03d4: { bool L_146 = V_1; if (!L_146) { goto IL_03e8; } } { int32_t* L_147 = ___index1; int32_t* L_148 = ___index1; int32_t L_149 = *((int32_t*)L_148); *((int32_t*)L_147) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)1)); int32_t L_150 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_150, (int32_t)1)); V_8 = (bool)0; goto IL_0410; } IL_03e8: { int16_t L_151 = V_10; if ((!(((uint32_t)L_151) == ((uint32_t)(-1))))) { goto IL_0410; } } { int32_t L_152 = V_4; if ((!(((uint32_t)L_152) == ((uint32_t)1)))) { goto IL_03f5; } } { bool L_153 = V_2; if (L_153) { goto IL_0410; } } IL_03f5: { Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * L_154 = __this->get__t_1(); NullCheck(L_154); int32_t L_155 = L_154->get_LineNo_0(); String_t* L_156; L_156 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8C8081D2CD2DC0C40DD7D2134FD38B5AB2602937)), /*hidden argument*/NULL); XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * L_157 = (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_il2cpp_TypeInfo_var))); XmlSyntaxException__ctor_m67040DE21B88FC70B6DBFF303BBCE5AF5F8EF089(L_157, L_155, L_156, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_157, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Parser_GetRequiredSizes_mC17DBCFB2496C9C4741E4046D78D92AC5EB03857_RuntimeMethod_var))); } IL_0410: { int32_t L_158 = V_4; if ((((int32_t)L_158) > ((int32_t)1))) { goto IL_001a; } } { return; } } // System.Int32 System.Security.Util.Parser::DetermineFormat(System.Security.Util.TokenizerStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Parser_DetermineFormat_m9B72AB930637A05FD4AEAC333C22208D12336DB3 (Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D * __this, TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int16_t V_2 = 0; { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_0 = ___stream0; NullCheck(L_0); int16_t L_1; L_1 = TokenizerStream_GetNextToken_m4D35638D34FAA8A4E5765EE974E1D0DF2105FF00(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_00b6; } } { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_2 = ___stream0; NullCheck(L_2); int16_t L_3; L_3 = TokenizerStream_GetNextToken_m4D35638D34FAA8A4E5765EE974E1D0DF2105FF00(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)5)))) { goto IL_00b6; } } { Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * L_4 = __this->get__t_1(); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_5 = ___stream0; NullCheck(L_4); Tokenizer_GetTokens_m299879E13D151506A1DA8024DBCD5F9A6090C2B6(L_4, L_5, (-1), (bool)1, /*hidden argument*/NULL); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_6 = ___stream0; NullCheck(L_6); TokenizerStream_GoToPosition_mDE9AF1252F7525AEBDCF942BFA3DFBCE1D0225A5(L_6, 2, /*hidden argument*/NULL); V_0 = (bool)0; V_1 = (bool)0; TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_7 = ___stream0; NullCheck(L_7); int16_t L_8; L_8 = TokenizerStream_GetNextToken_m4D35638D34FAA8A4E5765EE974E1D0DF2105FF00(L_7, /*hidden argument*/NULL); V_2 = L_8; goto IL_00ac; } IL_0039: { int16_t L_9 = V_2; if ((((int32_t)L_9) == ((int32_t)3))) { goto IL_0043; } } { int16_t L_10 = V_2; if ((((int32_t)L_10) == ((int32_t)4))) { goto IL_0086; } } { goto IL_008a; } IL_0043: { bool L_11 = V_0; bool L_12 = V_1; if (!((int32_t)((int32_t)L_11&(int32_t)L_12))) { goto IL_0060; } } { Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * L_13 = __this->get__t_1(); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_14 = ___stream0; NullCheck(L_14); String_t* L_15; L_15 = TokenizerStream_GetNextString_m109B54CF2458B5AA19C5316194010260D8B1D6A1(L_14, /*hidden argument*/NULL); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_16; L_16 = Encoding_GetEncoding_mD5352F1522341280E9025D16463E63916549F9E3(L_15, /*hidden argument*/NULL); NullCheck(L_13); Tokenizer_ChangeFormat_m177134AF299EFB43BAD2561616941DBB5FC92C9B(L_13, L_16, /*hidden argument*/NULL); return 0; } IL_0060: { bool L_17 = V_0; if (L_17) { goto IL_007a; } } { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_18 = ___stream0; NullCheck(L_18); String_t* L_19; L_19 = TokenizerStream_GetNextString_m109B54CF2458B5AA19C5316194010260D8B1D6A1(L_18, /*hidden argument*/NULL); int32_t L_20; L_20 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_19, _stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128, 4, /*hidden argument*/NULL); if (L_20) { goto IL_00a5; } } { V_1 = (bool)1; goto IL_00a5; } IL_007a: { V_0 = (bool)0; V_1 = (bool)0; TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_21 = ___stream0; NullCheck(L_21); TokenizerStream_ThrowAwayNextString_mE13969D1AB186A0FB730F9A6E47301B5666ECE12(L_21, /*hidden argument*/NULL); goto IL_00a5; } IL_0086: { V_0 = (bool)1; goto IL_00a5; } IL_008a: { Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * L_22 = __this->get__t_1(); NullCheck(L_22); int32_t L_23 = L_22->get_LineNo_0(); String_t* L_24; L_24 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8C8081D2CD2DC0C40DD7D2134FD38B5AB2602937)), /*hidden argument*/NULL); XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * L_25 = (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_il2cpp_TypeInfo_var))); XmlSyntaxException__ctor_m67040DE21B88FC70B6DBFF303BBCE5AF5F8EF089(L_25, L_23, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Parser_DetermineFormat_m9B72AB930637A05FD4AEAC333C22208D12336DB3_RuntimeMethod_var))); } IL_00a5: { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_26 = ___stream0; NullCheck(L_26); int16_t L_27; L_27 = TokenizerStream_GetNextToken_m4D35638D34FAA8A4E5765EE974E1D0DF2105FF00(L_26, /*hidden argument*/NULL); V_2 = L_27; } IL_00ac: { int16_t L_28 = V_2; if ((((int32_t)L_28) == ((int32_t)(-1)))) { goto IL_00b4; } } { int16_t L_29 = V_2; if ((!(((uint32_t)L_29) == ((uint32_t)1)))) { goto IL_0039; } } IL_00b4: { return 0; } IL_00b6: { return 2; } } // System.Void System.Security.Util.Parser::ParseContents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser_ParseContents_mFEEABFF2CD0FEC2F493C5E339879529D5D71BCCE (Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int16_t V_5 = 0; { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_0 = (TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E *)il2cpp_codegen_object_new(TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E_il2cpp_TypeInfo_var); TokenizerStream__ctor_m9C5B346506F3094B7CA3933F17C8300C1C2C5BDC(L_0, /*hidden argument*/NULL); V_1 = L_0; Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * L_1 = __this->get__t_1(); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_2 = V_1; NullCheck(L_1); Tokenizer_GetTokens_m299879E13D151506A1DA8024DBCD5F9A6090C2B6(L_1, L_2, 2, (bool)0, /*hidden argument*/NULL); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_3 = V_1; NullCheck(L_3); TokenizerStream_Reset_m68685EC153153B1819C020EEBE8AFCB66D165A2B(L_3, /*hidden argument*/NULL); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_4 = V_1; int32_t L_5; L_5 = Parser_DetermineFormat_m9B72AB930637A05FD4AEAC333C22208D12336DB3(__this, L_4, /*hidden argument*/NULL); V_2 = L_5; TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_6 = V_1; int32_t L_7 = V_2; NullCheck(L_6); TokenizerStream_GoToPosition_mDE9AF1252F7525AEBDCF942BFA3DFBCE1D0225A5(L_6, L_7, /*hidden argument*/NULL); Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * L_8 = __this->get__t_1(); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_9 = V_1; NullCheck(L_8); Tokenizer_GetTokens_m299879E13D151506A1DA8024DBCD5F9A6090C2B6(L_8, L_9, (-1), (bool)0, /*hidden argument*/NULL); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_10 = V_1; NullCheck(L_10); TokenizerStream_Reset_m68685EC153153B1819C020EEBE8AFCB66D165A2B(L_10, /*hidden argument*/NULL); V_3 = 0; TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_11 = V_1; Parser_GetRequiredSizes_mC17DBCFB2496C9C4741E4046D78D92AC5EB03857(__this, L_11, (int32_t*)(&V_3), /*hidden argument*/NULL); int32_t L_12 = V_3; SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * L_13 = (SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 *)il2cpp_codegen_object_new(SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977_il2cpp_TypeInfo_var); SecurityDocument__ctor_mCF80C410DE4DE2F4A6C0EE6724EED1E1236697C1(L_13, L_12, /*hidden argument*/NULL); __this->set__doc_0(L_13); V_4 = 0; TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_14 = V_1; NullCheck(L_14); TokenizerStream_Reset_m68685EC153153B1819C020EEBE8AFCB66D165A2B(L_14, /*hidden argument*/NULL); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_15 = V_1; NullCheck(L_15); int16_t L_16; L_16 = TokenizerStream_GetNextFullToken_mB8C58C7FBE49A237C2092DE7E24F57991E224625(L_15, /*hidden argument*/NULL); V_0 = L_16; goto IL_01a4; } IL_0069: { int16_t L_17 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_17&(int32_t)((int32_t)16384)))) == ((uint32_t)((int32_t)16384))))) { goto IL_019d; } } { int16_t L_18 = V_0; V_5 = ((int16_t)((int16_t)((int32_t)((int32_t)L_18&(int32_t)((int32_t)65280))))); int16_t L_19 = V_5; if ((((int32_t)L_19) > ((int32_t)((int32_t)17152)))) { goto IL_00b0; } } { int16_t L_20 = V_5; if ((((int32_t)L_20) == ((int32_t)((int32_t)16640)))) { goto IL_00d9; } } { int16_t L_21 = V_5; if ((((int32_t)L_21) == ((int32_t)((int32_t)16896)))) { goto IL_00ff; } } { int16_t L_22 = V_5; if ((((int32_t)L_22) == ((int32_t)((int32_t)17152)))) { goto IL_0135; } } { goto IL_0197; } IL_00b0: { int16_t L_23 = V_5; if ((((int32_t)L_23) == ((int32_t)((int32_t)17408)))) { goto IL_017f; } } { int16_t L_24 = V_5; if ((((int32_t)L_24) == ((int32_t)((int32_t)20480)))) { goto IL_018f; } } { int16_t L_25 = V_5; if ((((int32_t)L_25) == ((int32_t)((int32_t)25344)))) { goto IL_0158; } } { goto IL_0197; } IL_00d9: { SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * L_26 = __this->get__doc_0(); NullCheck(L_26); SecurityDocument_AddToken_mEA998C00A32191BF0B16E6F9F5DA8E2427E2AD05(L_26, (uint8_t)1, (int32_t*)(&V_4), /*hidden argument*/NULL); SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * L_27 = __this->get__doc_0(); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_28 = V_1; NullCheck(L_28); String_t* L_29; L_29 = TokenizerStream_GetNextString_m109B54CF2458B5AA19C5316194010260D8B1D6A1(L_28, /*hidden argument*/NULL); NullCheck(L_27); SecurityDocument_AddString_mD466726DDB7FB9F2520079F849A6D7D76426F8EF(L_27, L_29, (int32_t*)(&V_4), /*hidden argument*/NULL); goto IL_019d; } IL_00ff: { SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * L_30 = __this->get__doc_0(); NullCheck(L_30); SecurityDocument_AddToken_mEA998C00A32191BF0B16E6F9F5DA8E2427E2AD05(L_30, (uint8_t)2, (int32_t*)(&V_4), /*hidden argument*/NULL); SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * L_31 = __this->get__doc_0(); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_32 = V_1; NullCheck(L_32); String_t* L_33; L_33 = TokenizerStream_GetNextString_m109B54CF2458B5AA19C5316194010260D8B1D6A1(L_32, /*hidden argument*/NULL); NullCheck(L_31); SecurityDocument_AddString_mD466726DDB7FB9F2520079F849A6D7D76426F8EF(L_31, L_33, (int32_t*)(&V_4), /*hidden argument*/NULL); SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * L_34 = __this->get__doc_0(); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_35 = V_1; NullCheck(L_35); String_t* L_36; L_36 = TokenizerStream_GetNextString_m109B54CF2458B5AA19C5316194010260D8B1D6A1(L_35, /*hidden argument*/NULL); NullCheck(L_34); SecurityDocument_AddString_mD466726DDB7FB9F2520079F849A6D7D76426F8EF(L_34, L_36, (int32_t*)(&V_4), /*hidden argument*/NULL); goto IL_019d; } IL_0135: { SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * L_37 = __this->get__doc_0(); NullCheck(L_37); SecurityDocument_AddToken_mEA998C00A32191BF0B16E6F9F5DA8E2427E2AD05(L_37, (uint8_t)3, (int32_t*)(&V_4), /*hidden argument*/NULL); SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * L_38 = __this->get__doc_0(); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_39 = V_1; NullCheck(L_39); String_t* L_40; L_40 = TokenizerStream_GetNextString_m109B54CF2458B5AA19C5316194010260D8B1D6A1(L_39, /*hidden argument*/NULL); NullCheck(L_38); SecurityDocument_AddString_mD466726DDB7FB9F2520079F849A6D7D76426F8EF(L_38, L_40, (int32_t*)(&V_4), /*hidden argument*/NULL); goto IL_019d; } IL_0158: { SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * L_41 = __this->get__doc_0(); NullCheck(L_41); SecurityDocument_AppendString_mEFABE7593F59D4562AD165D9B65F17D514C83C60(L_41, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, (int32_t*)(&V_4), /*hidden argument*/NULL); SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * L_42 = __this->get__doc_0(); TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_43 = V_1; NullCheck(L_43); String_t* L_44; L_44 = TokenizerStream_GetNextString_m109B54CF2458B5AA19C5316194010260D8B1D6A1(L_43, /*hidden argument*/NULL); NullCheck(L_42); SecurityDocument_AppendString_mEFABE7593F59D4562AD165D9B65F17D514C83C60(L_42, L_44, (int32_t*)(&V_4), /*hidden argument*/NULL); goto IL_019d; } IL_017f: { SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * L_45 = __this->get__doc_0(); NullCheck(L_45); SecurityDocument_AddToken_mEA998C00A32191BF0B16E6F9F5DA8E2427E2AD05(L_45, (uint8_t)4, (int32_t*)(&V_4), /*hidden argument*/NULL); goto IL_019d; } IL_018f: { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_46 = V_1; NullCheck(L_46); TokenizerStream_ThrowAwayNextString_mE13969D1AB186A0FB730F9A6E47301B5666ECE12(L_46, /*hidden argument*/NULL); goto IL_019d; } IL_0197: { XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * L_47 = (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_il2cpp_TypeInfo_var))); XmlSyntaxException__ctor_m1BF2F08A80B5C96E8115AD8DD0EFE198B9F6016B(L_47, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Parser_ParseContents_mFEEABFF2CD0FEC2F493C5E339879529D5D71BCCE_RuntimeMethod_var))); } IL_019d: { TokenizerStream_t4AB21E17143F35EA6FD609A4810ED7370C093C7E * L_48 = V_1; NullCheck(L_48); int16_t L_49; L_49 = TokenizerStream_GetNextFullToken_mB8C58C7FBE49A237C2092DE7E24F57991E224625(L_48, /*hidden argument*/NULL); V_0 = L_49; } IL_01a4: { int16_t L_50 = V_0; if ((!(((uint32_t)L_50) == ((uint32_t)(-1))))) { goto IL_0069; } } { return; } } // System.Void System.Security.Util.Parser::.ctor(System.Security.Util.Tokenizer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser__ctor_m136460325FC996D3AFC841CF69192227EF1FFE74 (Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D * __this, Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * ___t0, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * L_0 = ___t0; __this->set__t_1(L_0); __this->set__doc_0((SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 *)NULL); } IL_0014: try {// begin try (depth: 1) Parser_ParseContents_mFEEABFF2CD0FEC2F493C5E339879529D5D71BCCE(__this, /*hidden argument*/NULL); IL2CPP_LEAVE(0x28, FINALLY_001c); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001c; } FINALLY_001c: {// begin finally (depth: 1) Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * L_1 = __this->get__t_1(); NullCheck(L_1); Tokenizer_Recycle_m55AE740464656A61BBF8F214600CA3AA2D7D35EB(L_1, /*hidden argument*/NULL); IL2CPP_END_FINALLY(28) }// end finally (depth: 1) IL2CPP_CLEANUP(28) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x28, IL_0028) } IL_0028: { return; } } // System.Void System.Security.Util.Parser::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser__ctor_mA7C3871586CC8E640485115C89B782A9E78CD28C (Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D * __this, String_t* ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___input0; Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * L_1 = (Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 *)il2cpp_codegen_object_new(Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8_il2cpp_TypeInfo_var); Tokenizer__ctor_m14A8FB67F3A2F7E8E45C64ECAD83389CD1D25D76(L_1, L_0, /*hidden argument*/NULL); Parser__ctor_m136460325FC996D3AFC841CF69192227EF1FFE74(__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 // Conversion methods for marshalling of: System.ParsingInfo IL2CPP_EXTERN_C void ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252_marshal_pinvoke(const ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252& unmarshaled, ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252_marshaled_pinvoke& marshaled) { Exception_t* ___calendar_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'calendar' of type 'ParsingInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___calendar_0Exception, NULL); } IL2CPP_EXTERN_C void ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252_marshal_pinvoke_back(const ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252_marshaled_pinvoke& marshaled, ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252& unmarshaled) { Exception_t* ___calendar_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'calendar' of type 'ParsingInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___calendar_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.ParsingInfo IL2CPP_EXTERN_C void ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252_marshal_pinvoke_cleanup(ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.ParsingInfo IL2CPP_EXTERN_C void ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252_marshal_com(const ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252& unmarshaled, ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252_marshaled_com& marshaled) { Exception_t* ___calendar_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'calendar' of type 'ParsingInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___calendar_0Exception, NULL); } IL2CPP_EXTERN_C void ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252_marshal_com_back(const ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252_marshaled_com& marshaled, ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252& unmarshaled) { Exception_t* ___calendar_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'calendar' of type 'ParsingInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___calendar_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.ParsingInfo IL2CPP_EXTERN_C void ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252_marshal_com_cleanup(ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252_marshaled_com& marshaled) { } // System.Void System.ParsingInfo::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParsingInfo_Init_mCB401CFAF6B5955F7C6EF79244703719D00826A3 (ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252 * __this, const RuntimeMethod* method) { { __this->set_dayOfWeek_1((-1)); __this->set_timeMark_2((-1)); return; } } IL2CPP_EXTERN_C void ParsingInfo_Init_mCB401CFAF6B5955F7C6EF79244703719D00826A3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ParsingInfo_t361818FEDEF2985ADB188B800920AA75576E8252 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ParsingInfo_Init_mCB401CFAF6B5955F7C6EF79244703719D00826A3(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Concurrent.OrderablePartitioner`1> System.Collections.Concurrent.Partitioner::Create(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OrderablePartitioner_1_t263DAA586A496DE635334788DE25F326DDA56AF9 * Partitioner_Create_m48E3D7F28AD7576C8ACB4F43747DD6778EA5479E (int32_t ___fromInclusive0, int32_t ___toExclusive1, int32_t ___rangeSize2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Partitioner_Create_TisTuple_2_t9780D2A61D8DBBB60BF3E0DEDBE022E5856BD800_mA43BA1CA43F85F357FCD7F00B3CA21F151A898A0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___toExclusive1; int32_t L_1 = ___fromInclusive0; if ((((int32_t)L_0) > ((int32_t)L_1))) { goto IL_000f; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48DBA2326D7FDFFB7296A1A1B7388E04240D9841)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Partitioner_Create_m48E3D7F28AD7576C8ACB4F43747DD6778EA5479E_RuntimeMethod_var))); } IL_000f: { int32_t L_3 = ___rangeSize2; if ((((int32_t)L_3) > ((int32_t)0))) { goto IL_001e; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral387C70AA3F7B0542222BA32A63545F95DDB011C5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Partitioner_Create_m48E3D7F28AD7576C8ACB4F43747DD6778EA5479E_RuntimeMethod_var))); } IL_001e: { int32_t L_5 = ___fromInclusive0; int32_t L_6 = ___toExclusive1; int32_t L_7 = ___rangeSize2; RuntimeObject* L_8; L_8 = Partitioner_CreateRanges_m3B05E808D0E14A2A0FD185F837C657D3AB69B148(L_5, L_6, L_7, /*hidden argument*/NULL); OrderablePartitioner_1_t263DAA586A496DE635334788DE25F326DDA56AF9 * L_9; L_9 = Partitioner_Create_TisTuple_2_t9780D2A61D8DBBB60BF3E0DEDBE022E5856BD800_mA43BA1CA43F85F357FCD7F00B3CA21F151A898A0(L_8, 1, /*hidden argument*/Partitioner_Create_TisTuple_2_t9780D2A61D8DBBB60BF3E0DEDBE022E5856BD800_mA43BA1CA43F85F357FCD7F00B3CA21F151A898A0_RuntimeMethod_var); return L_9; } } // System.Collections.Generic.IEnumerable`1> System.Collections.Concurrent.Partitioner::CreateRanges(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Partitioner_CreateRanges_m3B05E808D0E14A2A0FD185F837C657D3AB69B148 (int32_t ___fromInclusive0, int32_t ___toExclusive1, int32_t ___rangeSize2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320 * L_0 = (U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320 *)il2cpp_codegen_object_new(U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320_il2cpp_TypeInfo_var); U3CCreateRangesU3Ed__9__ctor_m4878962E1C6D765BE1CF6750DF163A2A1C519007(L_0, ((int32_t)-2), /*hidden argument*/NULL); U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320 * L_1 = L_0; int32_t L_2 = ___fromInclusive0; NullCheck(L_1); L_1->set_U3CU3E3__fromInclusive_4(L_2); U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320 * L_3 = L_1; int32_t L_4 = ___toExclusive1; NullCheck(L_3); L_3->set_U3CU3E3__toExclusive_8(L_4); U3CCreateRangesU3Ed__9_t9DD3BCE1A2FBDC19C10D823A62F8C03156A40320 * L_5 = L_3; int32_t L_6 = ___rangeSize2; NullCheck(L_5); L_5->set_U3CU3E3__rangeSize_6(L_6); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.String,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_mB7C3EA4A238B10EFC2F8CD30F8AD438206BACD25 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, String_t* ___strPassword0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbSalt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___strPassword0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___rgbSalt1; CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_2 = (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC *)il2cpp_codegen_object_new(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC_il2cpp_TypeInfo_var); CspParameters__ctor_mA5F11E1EA0F0841876916834296DD6C49A0D5978(L_2, /*hidden argument*/NULL); PasswordDeriveBytes__ctor_mFC847048A36EB9001894FB2110057BEF69D83AC9(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_m13756A5480D4ED60C562E44D514136CFA202ABAD (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___password0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___password0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___salt1; CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_2 = (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC *)il2cpp_codegen_object_new(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC_il2cpp_TypeInfo_var); CspParameters__ctor_mA5F11E1EA0F0841876916834296DD6C49A0D5978(L_2, /*hidden argument*/NULL); PasswordDeriveBytes__ctor_m83FD54C34C805DD9084EE7F7A5DF9D484FE1C552(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.String,System.Byte[],System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_m00537AFDE02E34B7242AC0D55EC6BDE9A1DAABB2 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, String_t* ___strPassword0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbSalt1, String_t* ___strHashName2, int32_t ___iterations3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___strPassword0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___rgbSalt1; String_t* L_2 = ___strHashName2; int32_t L_3 = ___iterations3; CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_4 = (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC *)il2cpp_codegen_object_new(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC_il2cpp_TypeInfo_var); CspParameters__ctor_mA5F11E1EA0F0841876916834296DD6C49A0D5978(L_4, /*hidden argument*/NULL); PasswordDeriveBytes__ctor_mCB0F0C0188D233808AD3E1F6ACAB6631E44E489C(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.Byte[],System.Byte[],System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_mEE248A85EEDA5BAD031B406EF88320C2DCBD7D62 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___password0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt1, String_t* ___hashName2, int32_t ___iterations3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___password0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___salt1; String_t* L_2 = ___hashName2; int32_t L_3 = ___iterations3; CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_4 = (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC *)il2cpp_codegen_object_new(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC_il2cpp_TypeInfo_var); CspParameters__ctor_mA5F11E1EA0F0841876916834296DD6C49A0D5978(L_4, /*hidden argument*/NULL); PasswordDeriveBytes__ctor_mB3311DC00A928F295CEEDEC4C7C98E3E0593E9D0(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.String,System.Byte[],System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_mFC847048A36EB9001894FB2110057BEF69D83AC9 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, String_t* ___strPassword0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbSalt1, CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * ___cspParams2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___strPassword0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___rgbSalt1; CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_2 = ___cspParams2; PasswordDeriveBytes__ctor_mCB0F0C0188D233808AD3E1F6ACAB6631E44E489C(__this, L_0, L_1, _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B, ((int32_t)100), L_2, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.Byte[],System.Byte[],System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_m83FD54C34C805DD9084EE7F7A5DF9D484FE1C552 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___password0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt1, CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * ___cspParams2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___password0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___salt1; CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_2 = ___cspParams2; PasswordDeriveBytes__ctor_mB3311DC00A928F295CEEDEC4C7C98E3E0593E9D0(__this, L_0, L_1, _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B, ((int32_t)100), L_2, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.String,System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_mCB0F0C0188D233808AD3E1F6ACAB6631E44E489C (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, String_t* ___strPassword0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbSalt1, String_t* ___strHashName2, int32_t ___iterations3, CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * ___cspParams4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 * L_0 = (UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 *)il2cpp_codegen_object_new(UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_il2cpp_TypeInfo_var); UTF8Encoding__ctor_mA83C010AF67DEDDC3E671DFDAF49634DFB2A2C90(L_0, (bool)0, /*hidden argument*/NULL); String_t* L_1 = ___strPassword0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_0, L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___rgbSalt1; String_t* L_4 = ___strHashName2; int32_t L_5 = ___iterations3; CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_6 = ___cspParams4; PasswordDeriveBytes__ctor_mB3311DC00A928F295CEEDEC4C7C98E3E0593E9D0(__this, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.Byte[],System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_mB3311DC00A928F295CEEDEC4C7C98E3E0593E9D0 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___password0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt1, String_t* ___hashName2, int32_t ___iterations3, CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * ___cspParams4, const RuntimeMethod* method) { { DeriveBytes__ctor_m5F0B2CFC952C5C094AFF9180048CF47BA974B7E7(__this, /*hidden argument*/NULL); int32_t L_0 = ___iterations3; PasswordDeriveBytes_set_IterationCount_m95E8252C8B41E3A976FE296600BD1182957E5CD0(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___salt1; PasswordDeriveBytes_set_Salt_m8004E7AAA1B97EFDC6AA4EBEDC783544DA75A037(__this, L_1, /*hidden argument*/NULL); String_t* L_2 = ___hashName2; PasswordDeriveBytes_set_HashName_m0A3E987EA59C6CF5733C079442EB3C2AC4F59E25(__this, L_2, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___password0; __this->set__password_7(L_3); return; } } // System.String System.Security.Cryptography.PasswordDeriveBytes::get_HashName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PasswordDeriveBytes_get_HashName_mD95FF095F4D0A53DC9744AAC850F252595890CC7 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__hashName_6(); return L_0; } } // System.Void System.Security.Cryptography.PasswordDeriveBytes::set_HashName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes_set_HashName_m0A3E987EA59C6CF5733C079442EB3C2AC4F59E25 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get__baseValue_3(); if (!L_0) { goto IL_0026; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB467E92AA4FFE68C04BF0D4795B7C3F1E6591B03))); (L_2)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB467E92AA4FFE68C04BF0D4795B7C3F1E6591B03))); String_t* L_3; L_3 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD6B3A72057C2639E498850718C3D8F9860606941)), L_2, /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_4 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PasswordDeriveBytes_set_HashName_m0A3E987EA59C6CF5733C079442EB3C2AC4F59E25_RuntimeMethod_var))); } IL_0026: { String_t* L_5 = ___value0; __this->set__hashName_6(L_5); String_t* L_6 = __this->get__hashName_6(); RuntimeObject * L_7; L_7 = CryptoConfig_CreateFromName_mAA87578CA5E4BA407B6946595D7B58F60FF84F46(L_6, /*hidden argument*/NULL); __this->set__hash_8(((HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 *)CastclassClass((RuntimeObject*)L_7, HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31_il2cpp_TypeInfo_var))); return; } } // System.Int32 System.Security.Cryptography.PasswordDeriveBytes::get_IterationCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PasswordDeriveBytes_get_IterationCount_m18B266C707DC6E4F654A3FC788AEDC72B0F48FF2 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__iterations_2(); return L_0; } } // System.Void System.Security.Cryptography.PasswordDeriveBytes::set_IterationCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes_set_IterationCount_m95E8252C8B41E3A976FE296600BD1182957E5CD0 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0019; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC80EAF7D556B35E97D7BD4261C87B1BF066A0221)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PasswordDeriveBytes_set_IterationCount_m95E8252C8B41E3A976FE296600BD1182957E5CD0_RuntimeMethod_var))); } IL_0019: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get__baseValue_3(); if (!L_3) { goto IL_003f; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9330AAE2EC89B84B85B96B014601AC0AFB14040D))); (L_5)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9330AAE2EC89B84B85B96B014601AC0AFB14040D))); String_t* L_6; L_6 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD6B3A72057C2639E498850718C3D8F9860606941)), L_5, /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_7 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PasswordDeriveBytes_set_IterationCount_m95E8252C8B41E3A976FE296600BD1182957E5CD0_RuntimeMethod_var))); } IL_003f: { int32_t L_8 = ___value0; __this->set__iterations_2(L_8); return; } } // System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::get_Salt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PasswordDeriveBytes_get_Salt_mAA8DB4F9635AD5AD58710CCE7B5F8B49053268C0 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get__salt_5(); if (L_0) { goto IL_000a; } } { return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_000a: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get__salt_5(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2; L_2 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); } } // System.Void System.Security.Cryptography.PasswordDeriveBytes::set_Salt(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes_set_Salt_m8004E7AAA1B97EFDC6AA4EBEDC783544DA75A037 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get__baseValue_3(); if (!L_0) { goto IL_0026; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA21BA6E9C7B9945DF4BF1157CBFC3BF32CC241C1))); (L_2)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA21BA6E9C7B9945DF4BF1157CBFC3BF32CC241C1))); String_t* L_3; L_3 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD6B3A72057C2639E498850718C3D8F9860606941)), L_2, /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_4 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PasswordDeriveBytes_set_Salt_m8004E7AAA1B97EFDC6AA4EBEDC783544DA75A037_RuntimeMethod_var))); } IL_0026: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___value0; if (L_5) { goto IL_0031; } } { __this->set__salt_5((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } IL_0031: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___value0; NullCheck((RuntimeArray *)(RuntimeArray *)L_6); RuntimeObject * L_7; L_7 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_6, /*hidden argument*/NULL); __this->set__salt_5(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_7, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))); return; } } // System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::GetBytes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PasswordDeriveBytes_GetBytes_m8C0B9FA22B4198D87A42972C51E4EC3A76EAFE9E (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, int32_t ___cb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; { int32_t L_0 = ___cb0; if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_000f; } } { IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * L_1 = (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var))); IndexOutOfRangeException__ctor_mC5747EC0E0F49AAD1AD782ACC7A0CCD80D192FEF(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC5978826869E3F9BF80F2AD7E8DC3428DB886683)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PasswordDeriveBytes_GetBytes_m8C0B9FA22B4198D87A42972C51E4EC3A76EAFE9E_RuntimeMethod_var))); } IL_000f: { V_0 = 0; int32_t L_2 = ___cb0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_2); V_2 = L_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get__baseValue_3(); if (L_4) { goto IL_0029; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = PasswordDeriveBytes_ComputeBaseValue_m8C227FA009E14EA9107277138863AAB3F05D71E2(__this, /*hidden argument*/NULL); goto IL_008e; } IL_0029: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get__extra_4(); if (!L_6) { goto IL_008e; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get__extra_4(); NullCheck(L_7); int32_t L_8 = __this->get__extraCount_0(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), (int32_t)L_8)); int32_t L_9 = V_0; int32_t L_10 = ___cb0; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0077; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = __this->get__extra_4(); int32_t L_12 = __this->get__extraCount_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_2; int32_t L_14 = ___cb0; bool L_15; L_15 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_11, L_12, (RuntimeArray *)(RuntimeArray *)L_13, 0, L_14, /*hidden argument*/NULL); int32_t L_16 = V_0; int32_t L_17 = ___cb0; if ((((int32_t)L_16) <= ((int32_t)L_17))) { goto IL_006e; } } { int32_t L_18 = __this->get__extraCount_0(); int32_t L_19 = ___cb0; __this->set__extraCount_0(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19))); goto IL_0075; } IL_006e: { __this->set__extra_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); } IL_0075: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_2; return L_20; } IL_0077: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = __this->get__extra_4(); int32_t L_22 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_2; int32_t L_24 = V_0; bool L_25; L_25 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_21, L_22, (RuntimeArray *)(RuntimeArray *)L_23, 0, L_24, /*hidden argument*/NULL); __this->set__extra_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); } IL_008e: { int32_t L_26 = ___cb0; int32_t L_27 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28; L_28 = PasswordDeriveBytes_ComputeBytes_mB5D1190B798030920E478CC7A7B8DBF2654939A8(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27)), /*hidden argument*/NULL); V_1 = L_28; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = V_2; int32_t L_31 = V_0; int32_t L_32 = ___cb0; int32_t L_33 = V_0; bool L_34; L_34 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_29, 0, (RuntimeArray *)(RuntimeArray *)L_30, L_31, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33)), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = V_1; NullCheck(L_35); int32_t L_36 = V_0; int32_t L_37 = ___cb0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length))), (int32_t)L_36))) <= ((int32_t)L_37))) { goto IL_00bd; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = V_1; __this->set__extra_4(L_38); int32_t L_39 = ___cb0; int32_t L_40 = V_0; __this->set__extraCount_0(((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)L_40))); } IL_00bd: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = V_2; return L_41; } } // System.Void System.Security.Cryptography.PasswordDeriveBytes::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes_Reset_m1AAEDB06573F730E14694DF4B44F349BD7C3B43B (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, const RuntimeMethod* method) { { __this->set__prefix_1(0); __this->set__extra_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); __this->set__baseValue_3((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } // System.Void System.Security.Cryptography.PasswordDeriveBytes::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes_Dispose_m38D512D333FBC290DC4EB1BDDBC3B15B626CFFAB (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; DeriveBytes_Dispose_m0BE686E9449C7D8D1CC1D9B7CFBAD600C6B1F31F(__this, L_0, /*hidden argument*/NULL); bool L_1 = ___disposing0; if (!L_1) { goto IL_0090; } } { HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_2 = __this->get__hash_8(); if (!L_2) { goto IL_0020; } } { HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_3 = __this->get__hash_8(); NullCheck(L_3); HashAlgorithm_Dispose_m86F1BF229B404E93F485BDA94BBA54467F722764(L_3, /*hidden argument*/NULL); } IL_0020: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get__baseValue_3(); if (!L_4) { goto IL_003c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get__baseValue_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get__baseValue_3(); NullCheck(L_6); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_5, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), /*hidden argument*/NULL); } IL_003c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get__extra_4(); if (!L_7) { goto IL_0058; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get__extra_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get__extra_4(); NullCheck(L_9); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_8, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), /*hidden argument*/NULL); } IL_0058: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get__password_7(); if (!L_10) { goto IL_0074; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = __this->get__password_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get__password_7(); NullCheck(L_12); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_11, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), /*hidden argument*/NULL); } IL_0074: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = __this->get__salt_5(); if (!L_13) { goto IL_0090; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get__salt_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get__salt_5(); NullCheck(L_15); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_14, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), /*hidden argument*/NULL); } IL_0090: { return; } } // System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::CryptDeriveKey(System.String,System.String,System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PasswordDeriveBytes_CryptDeriveKey_mD7602C34D4147200499B3AF4E16F2706079FD1C6 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, String_t* ___algname0, String_t* ___alghashname1, int32_t ___keySize2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbIV3, const RuntimeMethod* method) { { int32_t L_0 = ___keySize2; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral167E6E6EB13F42BCA02A2CAA251B92A9CCA2C7E4)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_2 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PasswordDeriveBytes_CryptDeriveKey_mD7602C34D4147200499B3AF4E16F2706079FD1C6_RuntimeMethod_var))); } IL_0014: { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_3 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEDEA98DD4F8C9C4F829C304B611D2C98564BD79A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PasswordDeriveBytes_CryptDeriveKey_mD7602C34D4147200499B3AF4E16F2706079FD1C6_RuntimeMethod_var))); } } // System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::ComputeBaseValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PasswordDeriveBytes_ComputeBaseValue_m8C227FA009E14EA9107277138863AAB3F05D71E2 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyArray_1_tB2402F7A8151EE5618C0BCC8815C169E00142333_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_0 = __this->get__hash_8(); NullCheck(L_0); VirtualActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_0); HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_1 = __this->get__hash_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get__password_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get__password_7(); NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get__password_7(); NullCheck(L_1); int32_t L_5; L_5 = HashAlgorithm_TransformBlock_mC2D44001FB38682B4BDFBD9D8C9C3D79922E9972(L_1, L_2, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), L_4, 0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get__salt_5(); if (!L_6) { goto IL_0057; } } { HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_7 = __this->get__hash_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get__salt_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get__salt_5(); NullCheck(L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get__salt_5(); NullCheck(L_7); int32_t L_11; L_11 = HashAlgorithm_TransformBlock_mC2D44001FB38682B4BDFBD9D8C9C3D79922E9972(L_7, L_8, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), L_10, 0, /*hidden argument*/NULL); } IL_0057: { HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_12 = __this->get__hash_8(); IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_tB2402F7A8151EE5618C0BCC8815C169E00142333_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ((EmptyArray_1_tB2402F7A8151EE5618C0BCC8815C169E00142333_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_tB2402F7A8151EE5618C0BCC8815C169E00142333_il2cpp_TypeInfo_var))->get_Value_0(); NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = HashAlgorithm_TransformFinalBlock_m0FF6D2A6326D05E043C229FAFF24318F7751F5A7(L_12, L_13, 0, 0, /*hidden argument*/NULL); HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_15 = __this->get__hash_8(); NullCheck(L_15); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16; L_16 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(12 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_15); __this->set__baseValue_3(L_16); HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_17 = __this->get__hash_8(); NullCheck(L_17); VirtualActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_17); V_0 = 1; goto IL_00b1; } IL_008a: { HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_18 = __this->get__hash_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = __this->get__baseValue_3(); NullCheck(L_18); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20; L_20 = HashAlgorithm_ComputeHash_m54AE40F9CD9E46736384369DBB5739FBCBDF67D9(L_18, L_19, /*hidden argument*/NULL); HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_21 = __this->get__hash_8(); NullCheck(L_21); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22; L_22 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(12 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_21); __this->set__baseValue_3(L_22); int32_t L_23 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_00b1: { int32_t L_24 = V_0; int32_t L_25 = __this->get__iterations_2(); if ((((int32_t)L_24) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1))))) { goto IL_008a; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = __this->get__baseValue_3(); return L_26; } } // System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::ComputeBytes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PasswordDeriveBytes_ComputeBytes_mB5D1190B798030920E478CC7A7B8DBF2654939A8 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, int32_t ___cb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * V_3 = NULL; CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_1 = 0; HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_0 = __this->get__hash_8(); NullCheck(L_0); VirtualActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_0); HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_1 = __this->get__hash_8(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Security.Cryptography.HashAlgorithm::get_HashSize() */, L_1); V_0 = ((int32_t)((int32_t)L_2/(int32_t)8)); int32_t L_3 = ___cb0; int32_t L_4 = V_0; int32_t L_5 = V_0; int32_t L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)), (int32_t)1))/(int32_t)L_5)), (int32_t)L_6))); V_2 = L_7; IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_8 = ((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields*)il2cpp_codegen_static_fields_for(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var))->get_Null_1(); HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_9 = __this->get__hash_8(); CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * L_10 = (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 *)il2cpp_codegen_object_new(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66_il2cpp_TypeInfo_var); CryptoStream__ctor_m690A130C7B6793E8D752DD3017419FFB12A0DBAE(L_10, L_8, L_9, 1, /*hidden argument*/NULL); V_3 = L_10; } IL_003c: try {// begin try (depth: 1) CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * L_11 = V_3; PasswordDeriveBytes_HashPrefix_mCC10C3F0F838C0078CC7C097E190CFB7DAACBB24(__this, L_11, /*hidden argument*/NULL); CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * L_12 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = __this->get__baseValue_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get__baseValue_3(); NullCheck(L_14); NullCheck(L_12); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_12, L_13, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))); CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * L_15 = V_3; NullCheck(L_15); VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, L_15); IL2CPP_LEAVE(0x6A, FINALLY_0060); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0060; } FINALLY_0060: {// begin finally (depth: 1) { CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * L_16 = V_3; if (!L_16) { goto IL_0069; } } IL_0063: { CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * L_17 = V_3; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_17); } IL_0069: { IL2CPP_END_FINALLY(96) } }// end finally (depth: 1) IL2CPP_CLEANUP(96) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6A, IL_006a) } IL_006a: { HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_18 = __this->get__hash_8(); NullCheck(L_18); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19; L_19 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(12 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_18); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_2; int32_t L_21 = V_1; int32_t L_22 = V_0; bool L_23; L_23 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_19, 0, (RuntimeArray *)(RuntimeArray *)L_20, L_21, L_22, /*hidden argument*/NULL); int32_t L_24 = V_1; int32_t L_25 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25)); goto IL_00ef; } IL_0085: { HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_26 = __this->get__hash_8(); NullCheck(L_26); VirtualActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_26); IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_27 = ((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields*)il2cpp_codegen_static_fields_for(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var))->get_Null_1(); HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_28 = __this->get__hash_8(); CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * L_29 = (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 *)il2cpp_codegen_object_new(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66_il2cpp_TypeInfo_var); CryptoStream__ctor_m690A130C7B6793E8D752DD3017419FFB12A0DBAE(L_29, L_27, L_28, 1, /*hidden argument*/NULL); V_4 = L_29; } IL_00a3: try {// begin try (depth: 1) CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * L_30 = V_4; PasswordDeriveBytes_HashPrefix_mCC10C3F0F838C0078CC7C097E190CFB7DAACBB24(__this, L_30, /*hidden argument*/NULL); CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * L_31 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = __this->get__baseValue_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = __this->get__baseValue_3(); NullCheck(L_33); NullCheck(L_31); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_31, L_32, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))); CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * L_34 = V_4; NullCheck(L_34); VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, L_34); IL2CPP_LEAVE(0xD6, FINALLY_00ca); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ca; } FINALLY_00ca: {// begin finally (depth: 1) { CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * L_35 = V_4; if (!L_35) { goto IL_00d5; } } IL_00ce: { CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * L_36 = V_4; NullCheck(L_36); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_36); } IL_00d5: { IL2CPP_END_FINALLY(202) } }// end finally (depth: 1) IL2CPP_CLEANUP(202) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD6, IL_00d6) } IL_00d6: { HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_37 = __this->get__hash_8(); NullCheck(L_37); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38; L_38 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(12 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_37); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = V_2; int32_t L_40 = V_1; int32_t L_41 = V_0; bool L_42; L_42 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_38, 0, (RuntimeArray *)(RuntimeArray *)L_39, L_40, L_41, /*hidden argument*/NULL); int32_t L_43 = V_1; int32_t L_44 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_44)); } IL_00ef: { int32_t L_45 = ___cb0; int32_t L_46 = V_1; if ((((int32_t)L_45) > ((int32_t)L_46))) { goto IL_0085; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = V_2; return L_47; } } // System.Void System.Security.Cryptography.PasswordDeriveBytes::HashPrefix(System.Security.Cryptography.CryptoStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes_HashPrefix_mCC10C3F0F838C0078CC7C097E190CFB7DAACBB24 (PasswordDeriveBytes_t98D2B2812C14CED7B3594ECA77ABC2987E6B5873 * __this, CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * ___cs0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____8AEFB06C426E07A0A671A1E2488B4858D694A730_77_FieldInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____8AEFB06C426E07A0A671A1E2488B4858D694A730_77_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); V_1 = L_1; int32_t L_3 = __this->get__prefix_1(); if ((((int32_t)L_3) <= ((int32_t)((int32_t)999)))) { goto IL_0031; } } { String_t* L_4; L_4 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD644F2C566C9FB4901D205A5EFD0613BD41A8EF8)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_5 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PasswordDeriveBytes_HashPrefix_mCC10C3F0F838C0078CC7C097E190CFB7DAACBB24_RuntimeMethod_var))); } IL_0031: { int32_t L_6 = __this->get__prefix_1(); if ((((int32_t)L_6) < ((int32_t)((int32_t)100)))) { goto IL_0055; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; NullCheck(L_7); uint8_t* L_8 = ((L_7)->GetAddressAt(static_cast(0))); int32_t L_9 = *((uint8_t*)L_8); int32_t L_10 = __this->get__prefix_1(); *((int8_t*)L_8) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_10/(int32_t)((int32_t)100))))))))); int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0055: { int32_t L_12 = __this->get__prefix_1(); if ((((int32_t)L_12) < ((int32_t)((int32_t)10)))) { goto IL_007c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_1; int32_t L_14 = V_0; NullCheck(L_13); uint8_t* L_15 = ((L_13)->GetAddressAt(static_cast(L_14))); int32_t L_16 = *((uint8_t*)L_15); int32_t L_17 = __this->get__prefix_1(); *((int8_t*)L_15) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17%(int32_t)((int32_t)100)))/(int32_t)((int32_t)10))))))))); int32_t L_18 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_007c: { int32_t L_19 = __this->get__prefix_1(); if ((((int32_t)L_19) <= ((int32_t)0))) { goto IL_00a8; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_1; int32_t L_21 = V_0; NullCheck(L_20); uint8_t* L_22 = ((L_20)->GetAddressAt(static_cast(L_21))); int32_t L_23 = *((uint8_t*)L_22); int32_t L_24 = __this->get__prefix_1(); *((int8_t*)L_22) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_24%(int32_t)((int32_t)10))))))))); int32_t L_25 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * L_26 = ___cs0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_1; int32_t L_28 = V_0; NullCheck(L_26); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_26, L_27, 0, L_28); } IL_00a8: { int32_t L_29 = __this->get__prefix_1(); __this->set__prefix_1(((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1))); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.IO.Path::Combine(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF (String_t* ___path10, String_t* ___path21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { String_t* L_0 = ___path10; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD999C15961E364746AD7ED275769D73DA5AD2EC9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___path21; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD022821CCC942F161E496B5F0F4FCF3CB5191B46)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF_RuntimeMethod_var))); } IL_001c: { String_t* L_4 = ___path10; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0026; } } { String_t* L_6 = ___path21; return L_6; } IL_0026: { String_t* L_7 = ___path21; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0030; } } { String_t* L_9 = ___path10; return L_9; } IL_0030: { String_t* L_10 = ___path10; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_10); int32_t L_12; L_12 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_10, L_11, /*hidden argument*/NULL); if ((((int32_t)L_12) == ((int32_t)(-1)))) { goto IL_0049; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD36F2A1E2D9C14B427558FDF2106B8A8B2702189)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF_RuntimeMethod_var))); } IL_0049: { String_t* L_14 = ___path21; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_15 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_14); int32_t L_16; L_16 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_14, L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) == ((int32_t)(-1)))) { goto IL_0062; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_17 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD36F2A1E2D9C14B427558FDF2106B8A8B2702189)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF_RuntimeMethod_var))); } IL_0062: { String_t* L_18 = ___path21; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_19; L_19 = Path_IsPathRooted_m7AE5EE2D8E5FA9F9D6FD0AA840C532D1F6CD4EA3(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_006c; } } { String_t* L_20 = ___path21; return L_20; } IL_006c: { String_t* L_21 = ___path10; String_t* L_22 = ___path10; NullCheck(L_22); int32_t L_23; L_23 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_22, /*hidden argument*/NULL); NullCheck(L_21); Il2CppChar L_24; L_24 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_21, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_24; Il2CppChar L_25 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_26 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_25) == ((int32_t)L_26))) { goto IL_00a0; } } { Il2CppChar L_27 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_28 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((((int32_t)L_27) == ((int32_t)L_28))) { goto IL_00a0; } } { Il2CppChar L_29 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_30 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); if ((((int32_t)L_29) == ((int32_t)L_30))) { goto IL_00a0; } } { String_t* L_31 = ___path10; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_32 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); String_t* L_33 = ___path21; String_t* L_34; L_34 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_31, L_32, L_33, /*hidden argument*/NULL); return L_34; } IL_00a0: { String_t* L_35 = ___path10; String_t* L_36 = ___path21; String_t* L_37; L_37 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_35, L_36, /*hidden argument*/NULL); return L_37; } } // System.String System.IO.Path::CleanPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_CleanPath_m881E7D82D119BF5D1B0030E8EA27B02E0E6C8DD3 (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_5 = NULL; int32_t V_6 = 0; Il2CppChar V_7 = 0x0; int32_t V_8 = 0; int32_t V_9 = 0; Il2CppChar V_10 = 0x0; { String_t* L_0 = ___s0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; V_2 = 0; V_3 = 0; String_t* L_2 = ___s0; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, 0, /*hidden argument*/NULL); V_4 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) <= ((int32_t)2))) { goto IL_002d; } } { Il2CppChar L_5 = V_4; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)92))))) { goto IL_002d; } } { String_t* L_6 = ___s0; NullCheck(L_6); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_6, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)92))))) { goto IL_002d; } } { V_3 = 2; } IL_002d: { int32_t L_8 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_0045; } } { Il2CppChar L_9 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_10 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_9) == ((int32_t)L_10))) { goto IL_0043; } } { Il2CppChar L_11 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_12 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((!(((uint32_t)L_11) == ((uint32_t)L_12)))) { goto IL_0045; } } IL_0043: { String_t* L_13 = ___s0; return L_13; } IL_0045: { int32_t L_14 = V_3; V_6 = L_14; goto IL_00b4; } IL_004a: { String_t* L_15 = ___s0; int32_t L_16 = V_6; NullCheck(L_15); Il2CppChar L_17; L_17 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_15, L_16, /*hidden argument*/NULL); V_7 = L_17; Il2CppChar L_18 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_19 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_18) == ((int32_t)L_19))) { goto IL_0066; } } { Il2CppChar L_20 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_21 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((!(((uint32_t)L_20) == ((uint32_t)L_21)))) { goto IL_00ae; } } IL_0066: { IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_22 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); Il2CppChar L_23 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((((int32_t)L_22) == ((int32_t)L_23))) { goto IL_007f; } } { Il2CppChar L_24 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_25 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((!(((uint32_t)L_24) == ((uint32_t)L_25)))) { goto IL_007f; } } { int32_t L_26 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_007f: { int32_t L_27 = V_6; int32_t L_28 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))) == ((uint32_t)L_28)))) { goto IL_008c; } } { int32_t L_29 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); goto IL_00ae; } IL_008c: { String_t* L_30 = ___s0; int32_t L_31 = V_6; NullCheck(L_30); Il2CppChar L_32; L_32 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_30, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)), /*hidden argument*/NULL); V_7 = L_32; Il2CppChar L_33 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_34 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_33) == ((int32_t)L_34))) { goto IL_00aa; } } { Il2CppChar L_35 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_36 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((!(((uint32_t)L_35) == ((uint32_t)L_36)))) { goto IL_00ae; } } IL_00aa: { int32_t L_37 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_00ae: { int32_t L_38 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00b4: { int32_t L_39 = V_6; int32_t L_40 = V_0; if ((((int32_t)L_39) < ((int32_t)L_40))) { goto IL_004a; } } { int32_t L_41 = V_1; if (L_41) { goto IL_00c1; } } { int32_t L_42 = V_2; if (L_42) { goto IL_00c1; } } { String_t* L_43 = ___s0; return L_43; } IL_00c1: { int32_t L_44 = V_0; int32_t L_45 = V_1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_46 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45))); V_5 = L_46; int32_t L_47 = V_3; if (!L_47) { goto IL_00da; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_48 = V_5; NullCheck(L_48); (L_48)->SetAt(static_cast(0), (Il2CppChar)((int32_t)92)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_49 = V_5; NullCheck(L_49); (L_49)->SetAt(static_cast(1), (Il2CppChar)((int32_t)92)); } IL_00da: { int32_t L_50 = V_3; V_8 = L_50; int32_t L_51 = V_3; V_9 = L_51; goto IL_0158; } IL_00e2: { String_t* L_52 = ___s0; int32_t L_53 = V_8; NullCheck(L_52); Il2CppChar L_54; L_54 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_52, L_53, /*hidden argument*/NULL); V_10 = L_54; Il2CppChar L_55 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_56 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_55) == ((int32_t)L_56))) { goto IL_010c; } } { Il2CppChar L_57 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_58 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((((int32_t)L_57) == ((int32_t)L_58))) { goto IL_010c; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_59 = V_5; int32_t L_60 = V_9; int32_t L_61 = L_60; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); Il2CppChar L_62 = V_10; NullCheck(L_59); (L_59)->SetAt(static_cast(L_61), (Il2CppChar)L_62); goto IL_0152; } IL_010c: { int32_t L_63 = V_9; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_64 = V_5; NullCheck(L_64); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1))) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_64)->max_length)))))) { goto IL_0152; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_65 = V_5; int32_t L_66 = V_9; int32_t L_67 = L_66; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_68 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); NullCheck(L_65); (L_65)->SetAt(static_cast(L_67), (Il2CppChar)L_68); goto IL_014b; } IL_0127: { String_t* L_69 = ___s0; int32_t L_70 = V_8; NullCheck(L_69); Il2CppChar L_71; L_71 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_69, ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)), /*hidden argument*/NULL); V_10 = L_71; Il2CppChar L_72 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_73 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_72) == ((int32_t)L_73))) { goto IL_0145; } } { Il2CppChar L_74 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_75 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((!(((uint32_t)L_74) == ((uint32_t)L_75)))) { goto IL_0152; } } IL_0145: { int32_t L_76 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); } IL_014b: { int32_t L_77 = V_8; int32_t L_78 = V_0; if ((((int32_t)L_77) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)1))))) { goto IL_0127; } } IL_0152: { int32_t L_79 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)); } IL_0158: { int32_t L_80 = V_8; int32_t L_81 = V_0; if ((((int32_t)L_80) >= ((int32_t)L_81))) { goto IL_0168; } } { int32_t L_82 = V_9; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_83 = V_5; NullCheck(L_83); if ((((int32_t)L_82) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_83)->max_length)))))) { goto IL_00e2; } } IL_0168: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_84 = V_5; String_t* L_85; L_85 = String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344(NULL, L_84, /*hidden argument*/NULL); return L_85; } } // System.String System.IO.Path::GetDirectoryName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetDirectoryName_mFF7B47C1E2D3A3FD4B769257808A619D7117BEDE (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; { String_t* L_0 = ___path0; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_2; L_2 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0018; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3AB4D2B45A34EA3A9E2747A578958B56872E44B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_GetDirectoryName_mFF7B47C1E2D3A3FD4B769257808A619D7117BEDE_RuntimeMethod_var))); } IL_0018: { String_t* L_4 = ___path0; if (!L_4) { goto IL_0029; } } { String_t* L_5 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_6; L_6 = Path_GetPathRoot_mED09ECF3A556BD3AF9E9BDA391C138BAE6420665(L_5, /*hidden argument*/NULL); String_t* L_7 = ___path0; bool L_8; L_8 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_002b; } } IL_0029: { return (String_t*)NULL; } IL_002b: { String_t* L_9 = ___path0; NullCheck(L_9); String_t* L_10; L_10 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_9, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0043; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral252115912CA60CC88926239ECA0FAB133529A3C3)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_GetDirectoryName_mFF7B47C1E2D3A3FD4B769257808A619D7117BEDE_RuntimeMethod_var))); } IL_0043: { String_t* L_13 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_13); int32_t L_15; L_15 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_13, L_14, /*hidden argument*/NULL); if ((((int32_t)L_15) <= ((int32_t)(-1)))) { goto IL_005c; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_16 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6481FC1636BEB597B430AECC275BB5A83EA4633B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_GetDirectoryName_mFF7B47C1E2D3A3FD4B769257808A619D7117BEDE_RuntimeMethod_var))); } IL_005c: { String_t* L_17 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_18 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_PathSeparatorChars_6(); NullCheck(L_17); int32_t L_19; L_19 = String_LastIndexOfAny_m84EB34C7448EB6B8869A82057570227F1C1C2595(L_17, L_18, /*hidden argument*/NULL); V_0 = L_19; int32_t L_20 = V_0; if (L_20) { goto IL_006f; } } { int32_t L_21 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_006f: { int32_t L_22 = V_0; if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_00f6; } } { String_t* L_23 = ___path0; int32_t L_24 = V_0; NullCheck(L_23); String_t* L_25; L_25 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_23, 0, L_24, /*hidden argument*/NULL); V_1 = L_25; String_t* L_26 = V_1; NullCheck(L_26); int32_t L_27; L_27 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_26, /*hidden argument*/NULL); V_2 = L_27; int32_t L_28 = V_2; if ((((int32_t)L_28) < ((int32_t)2))) { goto IL_00b7; } } { IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_29 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)92))))) { goto IL_00b7; } } { String_t* L_30 = V_1; int32_t L_31 = V_2; NullCheck(L_30); Il2CppChar L_32; L_32 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_30, ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_33 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); if ((!(((uint32_t)L_32) == ((uint32_t)L_33)))) { goto IL_00b7; } } { String_t* L_34 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_35 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); V_3 = L_35; String_t* L_36; L_36 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_3), /*hidden argument*/NULL); String_t* L_37; L_37 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_34, L_36, /*hidden argument*/NULL); return L_37; } IL_00b7: { int32_t L_38 = V_2; if ((!(((uint32_t)L_38) == ((uint32_t)1)))) { goto IL_00ef; } } { IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_39 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)92))))) { goto IL_00ef; } } { String_t* L_40 = ___path0; NullCheck(L_40); int32_t L_41; L_41 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_40, /*hidden argument*/NULL); if ((((int32_t)L_41) < ((int32_t)2))) { goto IL_00ef; } } { String_t* L_42 = ___path0; int32_t L_43 = V_0; NullCheck(L_42); Il2CppChar L_44; L_44 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_42, L_43, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_45 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); if ((!(((uint32_t)L_44) == ((uint32_t)L_45)))) { goto IL_00ef; } } { String_t* L_46 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_47 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); V_3 = L_47; String_t* L_48; L_48 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_3), /*hidden argument*/NULL); String_t* L_49; L_49 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_46, L_48, /*hidden argument*/NULL); return L_49; } IL_00ef: { String_t* L_50 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_51; L_51 = Path_CleanPath_m881E7D82D119BF5D1B0030E8EA27B02E0E6C8DD3(L_50, /*hidden argument*/NULL); return L_51; } IL_00f6: { String_t* L_52 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_52; } } // System.String System.IO.Path::GetFileName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFileName_m4CCFEEE8CA42DE16FCAF05D765EFB88E7086744A (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___path0; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___path0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000d; } } IL_000b: { String_t* L_3 = ___path0; return L_3; } IL_000d: { String_t* L_4 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_4); int32_t L_6; L_6 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_4, L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_0026; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD36F2A1E2D9C14B427558FDF2106B8A8B2702189)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_GetFileName_m4CCFEEE8CA42DE16FCAF05D765EFB88E7086744A_RuntimeMethod_var))); } IL_0026: { String_t* L_8 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_PathSeparatorChars_6(); NullCheck(L_8); int32_t L_10; L_10 = String_LastIndexOfAny_m84EB34C7448EB6B8869A82057570227F1C1C2595(L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; int32_t L_11 = V_0; if ((((int32_t)L_11) < ((int32_t)0))) { goto IL_0040; } } { String_t* L_12 = ___path0; int32_t L_13 = V_0; NullCheck(L_12); String_t* L_14; L_14 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_12, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); return L_14; } IL_0040: { String_t* L_15 = ___path0; return L_15; } } // System.String System.IO.Path::GetFullPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFullPath_m4AECE56CB0187AD8375137200EDA24AE4F317963 (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_1; L_1 = Path_InsecureGetFullPath_m883A68A4D235D2763FFF6470F18D8ED76A2E5056(L_0, /*hidden argument*/NULL); SecurityManager_EnsureElevatedPermissions_m0001DD198EAC7A894C4AC9C9D7443379C0E4899B(/*hidden argument*/NULL); return L_1; } } // System.String System.IO.Path::GetFullPathInternal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFullPathInternal_mB631FABBF2F871D3241D0E1DFB610ADA4A49F862 (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_1; L_1 = Path_InsecureGetFullPath_m883A68A4D235D2763FFF6470F18D8ED76A2E5056(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.IO.Path::GetFullPathName(System.String,System.Int32,System.Text.StringBuilder,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Path_GetFullPathName_m3D5947F17123D32D97742A0DB48B7FD02F523587 (String_t* ___path0, int32_t ___numBufferChars1, StringBuilder_t * ___buffer2, intptr_t* ___lpFilePartOrNull3, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (Il2CppChar*, int32_t, Il2CppChar*, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_Kernel32_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(Il2CppChar*) + sizeof(int32_t) + sizeof(void*) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("Kernel32.dll"), "GetFullPathName", IL2CPP_CALL_DEFAULT, CHARSET_UNICODE, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___path0' to native representation Il2CppChar* ____path0_marshaled = NULL; if (___path0 != NULL) { ____path0_marshaled = ___path0->get_address_of_m_firstChar_1(); } // Marshaling of parameter '___buffer2' to native representation Il2CppChar* ____buffer2_marshaled = NULL; ____buffer2_marshaled = il2cpp_codegen_marshal_wstring_builder(___buffer2); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_Kernel32_INTERNAL int32_t returnValue = reinterpret_cast(GetFullPathName)(____path0_marshaled, ___numBufferChars1, ____buffer2_marshaled, ___lpFilePartOrNull3); #else int32_t returnValue = il2cppPInvokeFunc(____path0_marshaled, ___numBufferChars1, ____buffer2_marshaled, ___lpFilePartOrNull3); #endif il2cpp_codegen_marshal_store_last_error(); // Marshaling of parameter '___buffer2' back from native representation il2cpp_codegen_marshal_wstring_builder_result(___buffer2, ____buffer2_marshaled); // Marshaling cleanup of parameter '___buffer2' native representation il2cpp_codegen_marshal_free(____buffer2_marshaled); ____buffer2_marshaled = NULL; return returnValue; } // System.String System.IO.Path::GetFullPathName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFullPathName_mEBEEB2924E0EF4751E72F16EC4B72F8BC261E0E3 (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_0, ((int32_t)260), /*hidden argument*/NULL); V_0 = L_0; V_1 = (intptr_t)(0); String_t* L_1 = ___path0; StringBuilder_t * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Path_GetFullPathName_m3D5947F17123D32D97742A0DB48B7FD02F523587(L_1, ((int32_t)260), L_2, (intptr_t*)(&V_1), /*hidden argument*/NULL); V_2 = L_3; int32_t L_4 = V_2; if (L_4) { goto IL_003f; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var))); int32_t L_5; L_5 = Marshal_GetLastWin32Error_m87DFFDB64662B46C9CF913EC08E5CEFF3A6E314D(/*hidden argument*/NULL); V_3 = L_5; int32_t L_6 = V_3; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_7); String_t* L_9; L_9 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0F4BBBFA471C24196595235C87B3283075DB6F43)), L_8, /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_10 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_GetFullPathName_mEBEEB2924E0EF4751E72F16EC4B72F8BC261E0E3_RuntimeMethod_var))); } IL_003f: { int32_t L_11 = V_2; if ((((int32_t)L_11) <= ((int32_t)((int32_t)260)))) { goto IL_0059; } } { int32_t L_12 = V_2; StringBuilder_t * L_13 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_13, L_12, /*hidden argument*/NULL); V_0 = L_13; String_t* L_14 = ___path0; int32_t L_15 = V_2; StringBuilder_t * L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); int32_t L_17; L_17 = Path_GetFullPathName_m3D5947F17123D32D97742A0DB48B7FD02F523587(L_14, L_15, L_16, (intptr_t*)(&V_1), /*hidden argument*/NULL); } IL_0059: { StringBuilder_t * L_18 = V_0; NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18); return L_19; } } // System.String System.IO.Path::WindowsDriveAdjustment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_WindowsDriveAdjustment_m9DDF0FDCEEEC59B01BD04BE94642D7A23EBCB194 (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___path0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) >= ((int32_t)2))) { goto IL_0035; } } { String_t* L_2 = ___path0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0033; } } { String_t* L_4 = ___path0; NullCheck(L_4); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, 0, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)((int32_t)92)))) { goto IL_0028; } } { String_t* L_6 = ___path0; NullCheck(L_6); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_6, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)47))))) { goto IL_0033; } } IL_0028: { String_t* L_8; L_8 = Directory_GetCurrentDirectory_m5A9D7F3AC59EB9E06BBAC35A0C2DDD757359D8DD(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_9; L_9 = Path_GetPathRoot_mED09ECF3A556BD3AF9E9BDA391C138BAE6420665(L_8, /*hidden argument*/NULL); return L_9; } IL_0033: { String_t* L_10 = ___path0; return L_10; } IL_0035: { String_t* L_11 = ___path0; NullCheck(L_11); Il2CppChar L_12; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_11, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)58))))) { goto IL_004e; } } { String_t* L_13 = ___path0; NullCheck(L_13); Il2CppChar L_14; L_14 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_13, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_15; L_15 = Char_IsLetter_mF204E476D37A9EC10C965929AF16A362CBEA8950(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0050; } } IL_004e: { String_t* L_16 = ___path0; return L_16; } IL_0050: { String_t* L_17; L_17 = Directory_InsecureGetCurrentDirectory_mE0F2AC6ACFBC7327D656F9B85F465CD6FB227A76(/*hidden argument*/NULL); V_0 = L_17; String_t* L_18 = ___path0; NullCheck(L_18); int32_t L_19; L_19 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_18, /*hidden argument*/NULL); if ((!(((uint32_t)L_19) == ((uint32_t)2)))) { goto IL_007e; } } { String_t* L_20 = V_0; NullCheck(L_20); Il2CppChar L_21; L_21 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_20, 0, /*hidden argument*/NULL); String_t* L_22 = ___path0; NullCheck(L_22); Il2CppChar L_23; L_23 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_22, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_21) == ((uint32_t)L_23)))) { goto IL_0074; } } { String_t* L_24 = V_0; ___path0 = L_24; goto IL_00cb; } IL_0074: { String_t* L_25 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_26; L_26 = Path_GetFullPathName_mEBEEB2924E0EF4751E72F16EC4B72F8BC261E0E3(L_25, /*hidden argument*/NULL); ___path0 = L_26; goto IL_00cb; } IL_007e: { String_t* L_27 = ___path0; NullCheck(L_27); Il2CppChar L_28; L_28 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_27, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_29 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_28) == ((int32_t)L_29))) { goto IL_00cb; } } { String_t* L_30 = ___path0; NullCheck(L_30); Il2CppChar L_31; L_31 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_30, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_32 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((((int32_t)L_31) == ((int32_t)L_32))) { goto IL_00cb; } } { String_t* L_33 = V_0; NullCheck(L_33); Il2CppChar L_34; L_34 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_33, 0, /*hidden argument*/NULL); String_t* L_35 = ___path0; NullCheck(L_35); Il2CppChar L_36; L_36 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_35, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_34) == ((uint32_t)L_36)))) { goto IL_00c3; } } { String_t* L_37 = V_0; String_t* L_38 = ___path0; String_t* L_39 = ___path0; NullCheck(L_39); int32_t L_40; L_40 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_39, /*hidden argument*/NULL); NullCheck(L_38); String_t* L_41; L_41 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_38, 2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)2)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_42; L_42 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_37, L_41, /*hidden argument*/NULL); ___path0 = L_42; goto IL_00cb; } IL_00c3: { String_t* L_43 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_44; L_44 = Path_GetFullPathName_mEBEEB2924E0EF4751E72F16EC4B72F8BC261E0E3(L_43, /*hidden argument*/NULL); ___path0 = L_44; } IL_00cb: { String_t* L_45 = ___path0; return L_45; } } // System.String System.IO.Path::InsecureGetFullPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_InsecureGetFullPath_m883A68A4D235D2763FFF6470F18D8ED76A2E5056 (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoIO_t0C62EC04843C9D276C9DFB8B12D9D1FD8F81B24B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; bool V_1 = false; String_t* V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; String_t* V_6 = NULL; { String_t* L_0 = ___path0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_InsecureGetFullPath_m883A68A4D235D2763FFF6470F18D8ED76A2E5056_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___path0; NullCheck(L_2); String_t* L_3; L_3 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002b; } } { String_t* L_5; L_5 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB3C8D23C90C9F01C333960195D4396A9F37637CD)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_InsecureGetFullPath_m883A68A4D235D2763FFF6470F18D8ED76A2E5056_RuntimeMethod_var))); } IL_002b: { bool L_7; L_7 = Environment_get_IsRunningOnWindows_mE76AAF860536728E20DCFE0CC34D13EB241366AD(/*hidden argument*/NULL); if (!L_7) { goto IL_003a; } } { String_t* L_8 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_9; L_9 = Path_WindowsDriveAdjustment_m9DDF0FDCEEEC59B01BD04BE94642D7A23EBCB194(L_8, /*hidden argument*/NULL); ___path0 = L_9; } IL_003a: { String_t* L_10 = ___path0; String_t* L_11 = ___path0; NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_11, /*hidden argument*/NULL); NullCheck(L_10); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_13; V_1 = (bool)1; String_t* L_14 = ___path0; NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_14, /*hidden argument*/NULL); if ((((int32_t)L_15) < ((int32_t)2))) { goto IL_00bd; } } { String_t* L_16 = ___path0; NullCheck(L_16); Il2CppChar L_17; L_17 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_16, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_18; L_18 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_00bd; } } { String_t* L_19 = ___path0; NullCheck(L_19); Il2CppChar L_20; L_20 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_19, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_21; L_21 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00bd; } } { String_t* L_22 = ___path0; NullCheck(L_22); int32_t L_23; L_23 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_22, /*hidden argument*/NULL); if ((((int32_t)L_23) == ((int32_t)2))) { goto IL_008a; } } { String_t* L_24 = ___path0; String_t* L_25 = ___path0; NullCheck(L_25); Il2CppChar L_26; L_26 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_25, 0, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_27; L_27 = String_IndexOf_mAD7052CB25BA1D60A8F055AA89D09809F61233DB(L_24, L_26, 2, /*hidden argument*/NULL); if ((((int32_t)L_27) >= ((int32_t)0))) { goto IL_0095; } } IL_008a: { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_28 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_28, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0D89B88FC94E8CC19BCE749B99496598C24D30F2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_InsecureGetFullPath_m883A68A4D235D2763FFF6470F18D8ED76A2E5056_RuntimeMethod_var))); } IL_0095: { String_t* L_29 = ___path0; NullCheck(L_29); Il2CppChar L_30; L_30 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_29, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_31 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_30) == ((int32_t)L_31))) { goto IL_01dc; } } { String_t* L_32 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_33 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); Il2CppChar L_34 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); NullCheck(L_32); String_t* L_35; L_35 = String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618(L_32, L_33, L_34, /*hidden argument*/NULL); ___path0 = L_35; goto IL_01dc; } IL_00bd: { String_t* L_36 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_37; L_37 = Path_IsPathRooted_m7AE5EE2D8E5FA9F9D6FD0AA840C532D1F6CD4EA3(L_36, /*hidden argument*/NULL); if (L_37) { goto IL_015c; } } { bool L_38; L_38 = Environment_get_IsRunningOnWindows_mE76AAF860536728E20DCFE0CC34D13EB241366AD(/*hidden argument*/NULL); if (L_38) { goto IL_0117; } } { V_4 = 0; goto IL_0101; } IL_00d4: { int32_t L_39 = V_4; int32_t L_40 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); V_4 = L_40; String_t* L_41 = ___path0; NullCheck(L_41); int32_t L_42; L_42 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_41, /*hidden argument*/NULL); if ((((int32_t)L_40) == ((int32_t)L_42))) { goto IL_0111; } } { String_t* L_43 = ___path0; int32_t L_44 = V_4; NullCheck(L_43); Il2CppChar L_45; L_45 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_43, L_44, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_46 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_45) == ((int32_t)L_46))) { goto IL_0111; } } { String_t* L_47 = ___path0; int32_t L_48 = V_4; NullCheck(L_47); Il2CppChar L_49; L_49 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_47, L_48, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_50 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((((int32_t)L_49) == ((int32_t)L_50))) { goto IL_0111; } } IL_0101: { String_t* L_51 = ___path0; int32_t L_52 = V_4; NullCheck(L_51); int32_t L_53; L_53 = String_IndexOf_mAD7052CB25BA1D60A8F055AA89D09809F61233DB(L_51, ((int32_t)46), L_52, /*hidden argument*/NULL); int32_t L_54 = L_53; V_4 = L_54; if ((!(((uint32_t)L_54) == ((uint32_t)(-1))))) { goto IL_00d4; } } IL_0111: { int32_t L_55 = V_4; V_1 = (bool)((((int32_t)L_55) > ((int32_t)0))? 1 : 0); } IL_0117: { String_t* L_56; L_56 = Directory_InsecureGetCurrentDirectory_mE0F2AC6ACFBC7327D656F9B85F465CD6FB227A76(/*hidden argument*/NULL); V_3 = L_56; String_t* L_57 = V_3; String_t* L_58 = V_3; NullCheck(L_58); int32_t L_59; L_59 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_58, /*hidden argument*/NULL); NullCheck(L_57); Il2CppChar L_60; L_60 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_57, ((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_61 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((!(((uint32_t)L_60) == ((uint32_t)L_61)))) { goto IL_0140; } } { String_t* L_62 = V_3; String_t* L_63 = ___path0; String_t* L_64; L_64 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_62, L_63, /*hidden argument*/NULL); ___path0 = L_64; goto IL_01dc; } IL_0140: { String_t* L_65 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_66 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); V_5 = L_66; String_t* L_67; L_67 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_5), /*hidden argument*/NULL); String_t* L_68 = ___path0; String_t* L_69; L_69 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_65, L_67, L_68, /*hidden argument*/NULL); ___path0 = L_69; goto IL_01dc; } IL_015c: { IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_70 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((!(((uint32_t)L_70) == ((uint32_t)((int32_t)92))))) { goto IL_01dc; } } { String_t* L_71 = ___path0; NullCheck(L_71); int32_t L_72; L_72 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_71, /*hidden argument*/NULL); if ((((int32_t)L_72) < ((int32_t)2))) { goto IL_01dc; } } { String_t* L_73 = ___path0; NullCheck(L_73); Il2CppChar L_74; L_74 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_73, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_75; L_75 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_74, /*hidden argument*/NULL); if (!L_75) { goto IL_01dc; } } { String_t* L_76 = ___path0; NullCheck(L_76); Il2CppChar L_77; L_77 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_76, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_78; L_78 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_77, /*hidden argument*/NULL); if (L_78) { goto IL_01dc; } } { String_t* L_79; L_79 = Directory_InsecureGetCurrentDirectory_mE0F2AC6ACFBC7327D656F9B85F465CD6FB227A76(/*hidden argument*/NULL); V_6 = L_79; String_t* L_80 = V_6; NullCheck(L_80); Il2CppChar L_81; L_81 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_80, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_82 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); if ((!(((uint32_t)L_81) == ((uint32_t)L_82)))) { goto IL_01b3; } } { String_t* L_83 = V_6; NullCheck(L_83); String_t* L_84; L_84 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_83, 0, 2, /*hidden argument*/NULL); String_t* L_85 = ___path0; String_t* L_86; L_86 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_84, L_85, /*hidden argument*/NULL); ___path0 = L_86; goto IL_01dc; } IL_01b3: { String_t* L_87 = V_6; String_t* L_88 = V_6; String_t* L_89 = V_6; String_t* L_90 = V_6; NullCheck(L_90); int32_t L_91; L_91 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_90, /*hidden argument*/NULL); NullCheck(L_89); int32_t L_92; L_92 = String_IndexOfUnchecked_m594D9BC1820305912EA18D15E8E5CD96754BDDD1(L_89, _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE, 0, L_91, /*hidden argument*/NULL); NullCheck(L_88); int32_t L_93; L_93 = String_IndexOf_mAD7052CB25BA1D60A8F055AA89D09809F61233DB(L_88, ((int32_t)92), ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_87); String_t* L_94; L_94 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_87, 0, L_93, /*hidden argument*/NULL); ___path0 = L_94; } IL_01dc: { bool L_95 = V_1; if (!L_95) { goto IL_01e7; } } { String_t* L_96 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_97; L_97 = Path_CanonicalizePath_mC4DB5CEAB83FCD0A85B03C1DBBAD4CD4484150DD(L_96, /*hidden argument*/NULL); ___path0 = L_97; } IL_01e7: { Il2CppChar L_98 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_99; L_99 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_98, /*hidden argument*/NULL); if (!L_99) { goto IL_021a; } } { String_t* L_100 = ___path0; String_t* L_101 = ___path0; NullCheck(L_101); int32_t L_102; L_102 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_101, /*hidden argument*/NULL); NullCheck(L_100); Il2CppChar L_103; L_103 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_100, ((int32_t)il2cpp_codegen_subtract((int32_t)L_102, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_104 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_103) == ((int32_t)L_104))) { goto IL_021a; } } { String_t* L_105 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_106 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); V_5 = L_106; String_t* L_107; L_107 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_5), /*hidden argument*/NULL); String_t* L_108; L_108 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_105, L_107, /*hidden argument*/NULL); ___path0 = L_108; } IL_021a: { String_t* L_109 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t0C62EC04843C9D276C9DFB8B12D9D1FD8F81B24B_il2cpp_TypeInfo_var); bool L_110; L_110 = MonoIO_RemapPath_mCA13E28157144B5288559DAFD9A5C046364A7E57(L_109, (String_t**)(&V_2), /*hidden argument*/NULL); if (!L_110) { goto IL_0227; } } { String_t* L_111 = V_2; ___path0 = L_111; } IL_0227: { String_t* L_112 = ___path0; return L_112; } } // System.Boolean System.IO.Path::IsDirectorySeparator(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD (Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_1 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0011; } } { Il2CppChar L_2 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_3 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); return (bool)((((int32_t)L_2) == ((int32_t)L_3))? 1 : 0); } IL_0011: { return (bool)1; } } // System.String System.IO.Path::GetPathRoot(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetPathRoot_mED09ECF3A556BD3AF9E9BDA391C138BAE6420665 (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___path0; if (L_0) { goto IL_0005; } } { return (String_t*)NULL; } IL_0005: { String_t* L_1 = ___path0; NullCheck(L_1); String_t* L_2; L_2 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001d; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB5E709D03D17E89AB189BBD7D746E0EFCDCA9798)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_GetPathRoot_mED09ECF3A556BD3AF9E9BDA391C138BAE6420665_RuntimeMethod_var))); } IL_001d: { String_t* L_5 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_6; L_6 = Path_IsPathRooted_m7AE5EE2D8E5FA9F9D6FD0AA840C532D1F6CD4EA3(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_002b; } } { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_7; } IL_002b: { IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_8 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)47))))) { goto IL_004e; } } { String_t* L_9 = ___path0; NullCheck(L_9); Il2CppChar L_10; L_10 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_9, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_11; L_11 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0048; } } { String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_12; } IL_0048: { IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_13 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); return L_13; } IL_004e: { V_0 = 2; String_t* L_14 = ___path0; NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_006d; } } { String_t* L_16 = ___path0; NullCheck(L_16); Il2CppChar L_17; L_17 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_16, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_18; L_18 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_006d; } } { IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_19 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); return L_19; } IL_006d: { String_t* L_20 = ___path0; NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_20, /*hidden argument*/NULL); if ((((int32_t)L_21) >= ((int32_t)2))) { goto IL_007c; } } { String_t* L_22 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_22; } IL_007c: { String_t* L_23 = ___path0; NullCheck(L_23); Il2CppChar L_24; L_24 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_23, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_25; L_25 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_0108; } } { String_t* L_26 = ___path0; NullCheck(L_26); Il2CppChar L_27; L_27 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_26, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_28; L_28 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_0108; } } { goto IL_009e; } IL_009a: { int32_t L_29 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_009e: { int32_t L_30 = V_0; String_t* L_31 = ___path0; NullCheck(L_31); int32_t L_32; L_32 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_31, /*hidden argument*/NULL); if ((((int32_t)L_30) >= ((int32_t)L_32))) { goto IL_00b5; } } { String_t* L_33 = ___path0; int32_t L_34 = V_0; NullCheck(L_33); Il2CppChar L_35; L_35 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_33, L_34, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_36; L_36 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_009a; } } IL_00b5: { int32_t L_37 = V_0; String_t* L_38 = ___path0; NullCheck(L_38); int32_t L_39; L_39 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_38, /*hidden argument*/NULL); if ((((int32_t)L_37) >= ((int32_t)L_39))) { goto IL_00df; } } { int32_t L_40 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); goto IL_00c8; } IL_00c4: { int32_t L_41 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00c8: { int32_t L_42 = V_0; String_t* L_43 = ___path0; NullCheck(L_43); int32_t L_44; L_44 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_43, /*hidden argument*/NULL); if ((((int32_t)L_42) >= ((int32_t)L_44))) { goto IL_00df; } } { String_t* L_45 = ___path0; int32_t L_46 = V_0; NullCheck(L_45); Il2CppChar L_47; L_47 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_45, L_46, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_48; L_48 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_00c4; } } IL_00df: { IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_49 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); String_t* L_50 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); String_t* L_51 = ___path0; int32_t L_52 = V_0; NullCheck(L_51); String_t* L_53; L_53 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_51, 2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)2)), /*hidden argument*/NULL); Il2CppChar L_54 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); Il2CppChar L_55 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); NullCheck(L_53); String_t* L_56; L_56 = String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618(L_53, L_54, L_55, /*hidden argument*/NULL); String_t* L_57; L_57 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_49, L_50, L_56, /*hidden argument*/NULL); return L_57; } IL_0108: { String_t* L_58 = ___path0; NullCheck(L_58); Il2CppChar L_59; L_59 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_58, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_60; L_60 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_011c; } } { IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_61 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); return L_61; } IL_011c: { String_t* L_62 = ___path0; NullCheck(L_62); Il2CppChar L_63; L_63 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_62, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_64 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); if ((!(((uint32_t)L_63) == ((uint32_t)L_64)))) { goto IL_0147; } } { String_t* L_65 = ___path0; NullCheck(L_65); int32_t L_66; L_66 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_65, /*hidden argument*/NULL); if ((((int32_t)L_66) < ((int32_t)3))) { goto IL_0154; } } { String_t* L_67 = ___path0; NullCheck(L_67); Il2CppChar L_68; L_68 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_67, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_69; L_69 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_0154; } } { int32_t L_70 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); goto IL_0154; } IL_0147: { String_t* L_71; L_71 = Directory_GetCurrentDirectory_m5A9D7F3AC59EB9E06BBAC35A0C2DDD757359D8DD(/*hidden argument*/NULL); NullCheck(L_71); String_t* L_72; L_72 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_71, 0, 2, /*hidden argument*/NULL); return L_72; } IL_0154: { String_t* L_73 = ___path0; int32_t L_74 = V_0; NullCheck(L_73); String_t* L_75; L_75 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_73, 0, L_74, /*hidden argument*/NULL); return L_75; } } // System.Boolean System.IO.Path::IsPathRooted(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Path_IsPathRooted_m7AE5EE2D8E5FA9F9D6FD0AA840C532D1F6CD4EA3 (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { String_t* L_0 = ___path0; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___path0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000d; } } IL_000b: { return (bool)0; } IL_000d: { String_t* L_3 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_3); int32_t L_5; L_5 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_3, L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_0026; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD36F2A1E2D9C14B427558FDF2106B8A8B2702189)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_IsPathRooted_m7AE5EE2D8E5FA9F9D6FD0AA840C532D1F6CD4EA3_RuntimeMethod_var))); } IL_0026: { String_t* L_7 = ___path0; NullCheck(L_7); Il2CppChar L_8; L_8 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_7, 0, /*hidden argument*/NULL); V_0 = L_8; Il2CppChar L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_10 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_9) == ((int32_t)L_10))) { goto IL_005f; } } { Il2CppChar L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_12 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((((int32_t)L_11) == ((int32_t)L_12))) { goto IL_005f; } } { IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_13 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_dirEqualsVolume_7(); if (L_13) { goto IL_005d; } } { String_t* L_14 = ___path0; NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_14, /*hidden argument*/NULL); if ((((int32_t)L_15) <= ((int32_t)1))) { goto IL_005d; } } { String_t* L_16 = ___path0; NullCheck(L_16); Il2CppChar L_17; L_17 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_16, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_18 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); return (bool)((((int32_t)L_17) == ((int32_t)L_18))? 1 : 0); } IL_005d: { return (bool)0; } IL_005f: { return (bool)1; } } // System.Char[] System.IO.Path::GetInvalidFileNameChars() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* Path_GetInvalidFileNameChars_mCF95619FA17CB25513C003AAFB1BDEED67C25D23 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____D76478B994B312CD022DCA207AA2254880D2FCC9_124_FieldInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Environment_get_IsRunningOnWindows_mE76AAF860536728E20DCFE0CC34D13EB241366AD(/*hidden argument*/NULL); if (!L_0) { goto IL_001a; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)41)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = L_1; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____D76478B994B312CD022DCA207AA2254880D2FCC9_124_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); return L_2; } IL_001a: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)2); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = L_4; NullCheck(L_5); (L_5)->SetAt(static_cast(1), (Il2CppChar)((int32_t)47)); return L_5; } } // System.Char[] System.IO.Path::GetInvalidPathChars() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* Path_GetInvalidPathChars_mE2CAA9DFBE94DD6A8CD57E5C0B5315052C93EBC3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34_FieldInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Environment_get_IsRunningOnWindows_mE76AAF860536728E20DCFE0CC34D13EB241366AD(/*hidden argument*/NULL); if (!L_0) { goto IL_001a; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)36)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = L_1; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); return L_2; } IL_001a: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); return L_4; } } // System.Void System.IO.Path::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Path__cctor_m414F8C2E477E40B7C2B7F2A2C081A807F8C8AF45 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoIO_t0C62EC04843C9D276C9DFB8B12D9D1FD8F81B24B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____C6F364A0AD934EFED8909446C215752E565D77C1_116_FieldInfo_var); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)8); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____C6F364A0AD934EFED8909446C215752E565D77C1_116_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->set_trimEndCharsWindows_8(L_1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)0); ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->set_trimEndCharsUnix_9(L_3); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t0C62EC04843C9D276C9DFB8B12D9D1FD8F81B24B_il2cpp_TypeInfo_var); Il2CppChar L_4; L_4 = MonoIO_get_VolumeSeparatorChar_m26CF88B14705AF6DDE6CEF3B2165ED8987733E96(/*hidden argument*/NULL); ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->set_VolumeSeparatorChar_5(L_4); Il2CppChar L_5; L_5 = MonoIO_get_DirectorySeparatorChar_mE758D7CC22A1FCA8D37C507D17A550B62C058EA7(/*hidden argument*/NULL); ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->set_DirectorySeparatorChar_2(L_5); Il2CppChar L_6; L_6 = MonoIO_get_AltDirectorySeparatorChar_mD44A461A7D30B100B9BA0FDCBA11F46764BE23CF(/*hidden argument*/NULL); ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->set_AltDirectorySeparatorChar_1(L_6); Il2CppChar L_7; L_7 = MonoIO_get_PathSeparator_mE6B0CCA16A9F57C9B8E2B644F0AE0DF535A82F82(/*hidden argument*/NULL); ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->set_PathSeparator_3(L_7); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8; L_8 = Path_GetInvalidPathChars_mE2CAA9DFBE94DD6A8CD57E5C0B5315052C93EBC3(/*hidden argument*/NULL); ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->set_InvalidPathChars_0(L_8); String_t* L_9; L_9 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_address_of_DirectorySeparatorChar_2()), /*hidden argument*/NULL); ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->set_DirectorySeparatorStr_4(L_9); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)3); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = L_10; Il2CppChar L_12 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); NullCheck(L_11); (L_11)->SetAt(static_cast(0), (Il2CppChar)L_12); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = L_11; Il2CppChar L_14 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); NullCheck(L_13); (L_13)->SetAt(static_cast(1), (Il2CppChar)L_14); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_15 = L_13; Il2CppChar L_16 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); NullCheck(L_15); (L_15)->SetAt(static_cast(2), (Il2CppChar)L_16); ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->set_PathSeparatorChars_6(L_15); Il2CppChar L_17 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); Il2CppChar L_18 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->set_dirEqualsVolume_7((bool)((((int32_t)L_17) == ((int32_t)L_18))? 1 : 0)); return; } } // System.String System.IO.Path::GetServerAndShare(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetServerAndShare_m7BEAC240CA212EEEA9DD661D026E736D05B9FD24 (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 2; goto IL_0008; } IL_0004: { int32_t L_0 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); } IL_0008: { int32_t L_1 = V_0; String_t* L_2 = ___path0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_001f; } } { String_t* L_4 = ___path0; int32_t L_5 = V_0; NullCheck(L_4); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_7; L_7 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0004; } } IL_001f: { int32_t L_8 = V_0; String_t* L_9 = ___path0; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_8) >= ((int32_t)L_10))) { goto IL_0049; } } { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); goto IL_0032; } IL_002e: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0032: { int32_t L_13 = V_0; String_t* L_14 = ___path0; NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_14, /*hidden argument*/NULL); if ((((int32_t)L_13) >= ((int32_t)L_15))) { goto IL_0049; } } { String_t* L_16 = ___path0; int32_t L_17 = V_0; NullCheck(L_16); Il2CppChar L_18; L_18 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_16, L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_19; L_19 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_002e; } } IL_0049: { String_t* L_20 = ___path0; int32_t L_21 = V_0; NullCheck(L_20); String_t* L_22; L_22 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_20, 2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)2)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_23 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); Il2CppChar L_24 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); NullCheck(L_22); String_t* L_25; L_25 = String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618(L_22, L_23, L_24, /*hidden argument*/NULL); return L_25; } } // System.Boolean System.IO.Path::SameRoot(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Path_SameRoot_m9458AB7AB64DDE375A1845ABAC5A649F19522E70 (String_t* ___root0, String_t* ___path1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar V_1 = 0x0; { String_t* L_0 = ___root0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)2))) { goto IL_0012; } } { String_t* L_2 = ___path1; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)2))) { goto IL_0014; } } IL_0012: { return (bool)0; } IL_0014: { String_t* L_4 = ___root0; NullCheck(L_4); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_6; L_6 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_006b; } } { String_t* L_7 = ___root0; NullCheck(L_7); Il2CppChar L_8; L_8 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_7, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_9; L_9 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_006b; } } { String_t* L_10 = ___path1; NullCheck(L_10); Il2CppChar L_11; L_11 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_12; L_12 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_004c; } } { String_t* L_13 = ___path1; NullCheck(L_13); Il2CppChar L_14; L_14 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_13, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_15; L_15 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_004e; } } IL_004c: { return (bool)0; } IL_004e: { String_t* L_16 = ___root0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_17; L_17 = Path_GetServerAndShare_m7BEAC240CA212EEEA9DD661D026E736D05B9FD24(L_16, /*hidden argument*/NULL); String_t* L_18 = ___path1; String_t* L_19; L_19 = Path_GetServerAndShare_m7BEAC240CA212EEEA9DD661D026E736D05B9FD24(L_18, /*hidden argument*/NULL); V_0 = L_19; String_t* L_20 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_21; L_21 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int32_t L_22; L_22 = String_Compare_m9F1E9B6775D84D1AA666C272F51CF828A88EFD9C(L_17, L_20, (bool)1, L_21, /*hidden argument*/NULL); return (bool)((((int32_t)L_22) == ((int32_t)0))? 1 : 0); } IL_006b: { String_t* L_23 = ___root0; NullCheck(L_23); Il2CppChar L_24; L_24 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_23, 0, /*hidden argument*/NULL); V_1 = L_24; String_t* L_25 = ___path1; NullCheck(L_25); Il2CppChar L_26; L_26 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_25, 0, /*hidden argument*/NULL); bool L_27; L_27 = Char_Equals_m9A48E390489A3A6074F4FE5A37058A208C35A919((Il2CppChar*)(&V_1), L_26, /*hidden argument*/NULL); if (L_27) { goto IL_0085; } } { return (bool)0; } IL_0085: { String_t* L_28 = ___path1; NullCheck(L_28); Il2CppChar L_29; L_29 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_28, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_30 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); if ((((int32_t)L_29) == ((int32_t)L_30))) { goto IL_0095; } } { return (bool)0; } IL_0095: { String_t* L_31 = ___root0; NullCheck(L_31); int32_t L_32; L_32 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_31, /*hidden argument*/NULL); if ((((int32_t)L_32) <= ((int32_t)2))) { goto IL_00c4; } } { String_t* L_33 = ___path1; NullCheck(L_33); int32_t L_34; L_34 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_33, /*hidden argument*/NULL); if ((((int32_t)L_34) <= ((int32_t)2))) { goto IL_00c4; } } { String_t* L_35 = ___root0; NullCheck(L_35); Il2CppChar L_36; L_36 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_35, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_37; L_37 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00c2; } } { String_t* L_38 = ___path1; NullCheck(L_38); Il2CppChar L_39; L_39 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_38, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_40; L_40 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_39, /*hidden argument*/NULL); return L_40; } IL_00c2: { return (bool)0; } IL_00c4: { return (bool)1; } } // System.String System.IO.Path::CanonicalizePath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_CanonicalizePath_mC4DB5CEAB83FCD0A85B03C1DBBAD4CD4484150DD (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m4B65C10F11A56C51206C1894D604C9CB51DF08CF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC9E6A16A2B862023CCDC29E42E5404E9ACD4F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; int32_t V_2 = 0; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; String_t* V_6 = NULL; Il2CppChar V_7 = 0x0; String_t* V_8 = NULL; int32_t G_B11_0 = 0; int32_t G_B14_0 = 0; { String_t* L_0 = ___path0; if (L_0) { goto IL_0005; } } { String_t* L_1 = ___path0; return L_1; } IL_0005: { bool L_2; L_2 = Environment_get_IsRunningOnWindows_mE76AAF860536728E20DCFE0CC34D13EB241366AD(/*hidden argument*/NULL); if (!L_2) { goto IL_0014; } } { String_t* L_3 = ___path0; NullCheck(L_3); String_t* L_4; L_4 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_3, /*hidden argument*/NULL); ___path0 = L_4; } IL_0014: { String_t* L_5 = ___path0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_001e; } } { String_t* L_7 = ___path0; return L_7; } IL_001e: { String_t* L_8 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_9; L_9 = Path_GetPathRoot_mED09ECF3A556BD3AF9E9BDA391C138BAE6420665(L_8, /*hidden argument*/NULL); V_0 = L_9; String_t* L_10 = ___path0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)2); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = L_11; Il2CppChar L_13 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); NullCheck(L_12); (L_12)->SetAt(static_cast(0), (Il2CppChar)L_13); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = L_12; Il2CppChar L_15 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); NullCheck(L_14); (L_14)->SetAt(static_cast(1), (Il2CppChar)L_15); NullCheck(L_10); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16; L_16 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_10, L_14, /*hidden argument*/NULL); V_1 = L_16; V_2 = 0; bool L_17; L_17 = Environment_get_IsRunningOnWindows_mE76AAF860536728E20DCFE0CC34D13EB241366AD(/*hidden argument*/NULL); if (!L_17) { goto IL_0070; } } { String_t* L_18 = V_0; NullCheck(L_18); int32_t L_19; L_19 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_18, /*hidden argument*/NULL); if ((((int32_t)L_19) <= ((int32_t)2))) { goto IL_0070; } } { String_t* L_20 = V_0; NullCheck(L_20); Il2CppChar L_21; L_21 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_20, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_22; L_22 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0070; } } { String_t* L_23 = V_0; NullCheck(L_23); Il2CppChar L_24; L_24 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_23, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_25; L_25 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_24, /*hidden argument*/NULL); G_B11_0 = ((int32_t)(L_25)); goto IL_0071; } IL_0070: { G_B11_0 = 0; } IL_0071: { V_3 = (bool)G_B11_0; bool L_26 = V_3; if (L_26) { goto IL_0078; } } { G_B14_0 = 0; goto IL_0079; } IL_0078: { G_B14_0 = 3; } IL_0079: { V_4 = G_B14_0; V_5 = 0; goto IL_00e4; } IL_0080: { bool L_27; L_27 = Environment_get_IsRunningOnWindows_mE76AAF860536728E20DCFE0CC34D13EB241366AD(/*hidden argument*/NULL); if (!L_27) { goto IL_0099; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_28 = V_1; int32_t L_29 = V_5; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_30 = V_1; int32_t L_31 = V_5; NullCheck(L_30); int32_t L_32 = L_31; String_t* L_33 = (L_30)->GetAt(static_cast(L_32)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_34; L_34 = Array_Empty_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m4B65C10F11A56C51206C1894D604C9CB51DF08CF_inline(/*hidden argument*/Array_Empty_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m4B65C10F11A56C51206C1894D604C9CB51DF08CF_RuntimeMethod_var); NullCheck(L_33); String_t* L_35; L_35 = String_TrimEnd_mA98B5B9C45CCAB016F32F1C8BBE29A215B9D277E(L_33, L_34, /*hidden argument*/NULL); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_35); (L_28)->SetAt(static_cast(L_29), (String_t*)L_35); } IL_0099: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_36 = V_1; int32_t L_37 = V_5; NullCheck(L_36); int32_t L_38 = L_37; String_t* L_39 = (L_36)->GetAt(static_cast(L_38)); bool L_40; L_40 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_39, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); if (L_40) { goto IL_00de; } } { int32_t L_41 = V_5; if (!L_41) { goto IL_00b8; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_42 = V_1; int32_t L_43 = V_5; NullCheck(L_42); int32_t L_44 = L_43; String_t* L_45 = (L_42)->GetAt(static_cast(L_44)); NullCheck(L_45); int32_t L_46; L_46 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_00de; } } IL_00b8: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_47 = V_1; int32_t L_48 = V_5; NullCheck(L_47); int32_t L_49 = L_48; String_t* L_50 = (L_47)->GetAt(static_cast(L_49)); bool L_51; L_51 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_50, _stringLiteral26DC9E6A16A2B862023CCDC29E42E5404E9ACD4F, /*hidden argument*/NULL); if (!L_51) { goto IL_00d3; } } { int32_t L_52 = V_2; int32_t L_53 = V_4; if ((((int32_t)L_52) <= ((int32_t)L_53))) { goto IL_00de; } } { int32_t L_54 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)1)); goto IL_00de; } IL_00d3: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_55 = V_1; int32_t L_56 = V_2; int32_t L_57 = L_56; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_58 = V_1; int32_t L_59 = V_5; NullCheck(L_58); int32_t L_60 = L_59; String_t* L_61 = (L_58)->GetAt(static_cast(L_60)); NullCheck(L_55); ArrayElementTypeCheck (L_55, L_61); (L_55)->SetAt(static_cast(L_57), (String_t*)L_61); } IL_00de: { int32_t L_62 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_00e4: { int32_t L_63 = V_5; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_64 = V_1; NullCheck(L_64); if ((((int32_t)L_63) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_64)->max_length)))))) { goto IL_0080; } } { int32_t L_65 = V_2; if (!L_65) { goto IL_0101; } } { int32_t L_66 = V_2; if ((!(((uint32_t)L_66) == ((uint32_t)1)))) { goto IL_0103; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_67 = V_1; NullCheck(L_67); int32_t L_68 = 0; String_t* L_69 = (L_67)->GetAt(static_cast(L_68)); bool L_70; L_70 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_69, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_70) { goto IL_0103; } } IL_0101: { String_t* L_71 = V_0; return L_71; } IL_0103: { IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_72 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_73 = V_1; int32_t L_74 = V_2; String_t* L_75; L_75 = String_Join_m6AF5368CDD1B3F198609181598ACB42A6FE987FA(L_72, L_73, 0, L_74, /*hidden argument*/NULL); V_6 = L_75; bool L_76; L_76 = Environment_get_IsRunningOnWindows_mE76AAF860536728E20DCFE0CC34D13EB241366AD(/*hidden argument*/NULL); if (!L_76) { goto IL_0227; } } { bool L_77 = V_3; if (!L_77) { goto IL_012d; } } { IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_78 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); String_t* L_79 = V_6; String_t* L_80; L_80 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_78, L_79, /*hidden argument*/NULL); V_6 = L_80; } IL_012d: { String_t* L_81 = V_0; String_t* L_82 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_83; L_83 = Path_SameRoot_m9458AB7AB64DDE375A1845ABAC5A649F19522E70(L_81, L_82, /*hidden argument*/NULL); if (L_83) { goto IL_0141; } } { String_t* L_84 = V_0; String_t* L_85 = V_6; String_t* L_86; L_86 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_84, L_85, /*hidden argument*/NULL); V_6 = L_86; } IL_0141: { bool L_87 = V_3; if (!L_87) { goto IL_0147; } } { String_t* L_88 = V_6; return L_88; } IL_0147: { String_t* L_89 = ___path0; NullCheck(L_89); Il2CppChar L_90; L_90 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_89, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_91; L_91 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_90, /*hidden argument*/NULL); if (L_91) { goto IL_0190; } } { String_t* L_92 = V_0; String_t* L_93 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_94; L_94 = Path_SameRoot_m9458AB7AB64DDE375A1845ABAC5A649F19522E70(L_92, L_93, /*hidden argument*/NULL); if (!L_94) { goto IL_0190; } } { String_t* L_95 = V_6; NullCheck(L_95); int32_t L_96; L_96 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_95, /*hidden argument*/NULL); if ((((int32_t)L_96) > ((int32_t)2))) { goto IL_018d; } } { String_t* L_97 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_98 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); NullCheck(L_97); bool L_99; L_99 = String_EndsWith_m9A6011FDF8EBFFD3BCB51FE5BE58BE265116DCBE(L_97, L_98, /*hidden argument*/NULL); if (L_99) { goto IL_018d; } } { String_t* L_100 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_101 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); V_7 = L_101; String_t* L_102; L_102 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_7), /*hidden argument*/NULL); String_t* L_103; L_103 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_100, L_102, /*hidden argument*/NULL); V_6 = L_103; } IL_018d: { String_t* L_104 = V_6; return L_104; } IL_0190: { String_t* L_105; L_105 = Directory_GetCurrentDirectory_m5A9D7F3AC59EB9E06BBAC35A0C2DDD757359D8DD(/*hidden argument*/NULL); V_8 = L_105; String_t* L_106 = V_8; NullCheck(L_106); int32_t L_107; L_107 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_106, /*hidden argument*/NULL); if ((((int32_t)L_107) <= ((int32_t)1))) { goto IL_01e7; } } { String_t* L_108 = V_8; NullCheck(L_108); Il2CppChar L_109; L_109 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_108, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_110 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); if ((!(((uint32_t)L_109) == ((uint32_t)L_110)))) { goto IL_01e7; } } { String_t* L_111 = V_6; NullCheck(L_111); int32_t L_112; L_112 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_111, /*hidden argument*/NULL); if (!L_112) { goto IL_01c8; } } { String_t* L_113 = V_6; NullCheck(L_113); Il2CppChar L_114; L_114 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_113, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_115; L_115 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_114, /*hidden argument*/NULL); if (!L_115) { goto IL_01d6; } } IL_01c8: { String_t* L_116 = V_6; String_t* L_117; L_117 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_116, _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40, /*hidden argument*/NULL); V_6 = L_117; } IL_01d6: { String_t* L_118 = V_8; NullCheck(L_118); String_t* L_119; L_119 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_118, 0, 2, /*hidden argument*/NULL); String_t* L_120 = V_6; String_t* L_121; L_121 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_119, L_120, /*hidden argument*/NULL); return L_121; } IL_01e7: { String_t* L_122 = V_8; String_t* L_123 = V_8; NullCheck(L_123); int32_t L_124; L_124 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_123, /*hidden argument*/NULL); NullCheck(L_122); Il2CppChar L_125; L_125 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_122, ((int32_t)il2cpp_codegen_subtract((int32_t)L_124, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_126; L_126 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_125, /*hidden argument*/NULL); if (!L_126) { goto IL_021d; } } { String_t* L_127 = V_6; NullCheck(L_127); Il2CppChar L_128; L_128 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_127, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_129; L_129 = Path_IsDirectorySeparator_m76234D38DEE92CAD098C39C5872FA7BAC2F8F8DD(L_128, /*hidden argument*/NULL); if (!L_129) { goto IL_021d; } } { String_t* L_130 = V_8; String_t* L_131 = V_6; NullCheck(L_131); String_t* L_132; L_132 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_131, 1, /*hidden argument*/NULL); String_t* L_133; L_133 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_130, L_132, /*hidden argument*/NULL); return L_133; } IL_021d: { String_t* L_134 = V_8; String_t* L_135 = V_6; String_t* L_136; L_136 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_134, L_135, /*hidden argument*/NULL); return L_136; } IL_0227: { String_t* L_137 = V_0; bool L_138; L_138 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_137, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_138) { goto IL_0254; } } { String_t* L_139 = V_6; NullCheck(L_139); int32_t L_140; L_140 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_139, /*hidden argument*/NULL); if ((((int32_t)L_140) <= ((int32_t)0))) { goto IL_0254; } } { String_t* L_141 = V_6; NullCheck(L_141); Il2CppChar L_142; L_142 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_141, 0, /*hidden argument*/NULL); if ((((int32_t)L_142) == ((int32_t)((int32_t)47)))) { goto IL_0254; } } { String_t* L_143 = V_0; String_t* L_144 = V_6; String_t* L_145; L_145 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_143, L_144, /*hidden argument*/NULL); V_6 = L_145; } IL_0254: { String_t* L_146 = V_6; return L_146; } } // System.String System.IO.Path::Combine(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_m0E747588B961ADE0E9439588F719A50DDE05E2F6 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___paths0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; StringBuilder_t * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_4 = NULL; int32_t V_5 = 0; String_t* V_6 = NULL; Il2CppChar V_7 = 0x0; { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ___paths0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral02693BE56D23D49FBADB98D7AF6D95B6C888CA51)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_Combine_m0E747588B961ADE0E9439588F719A50DDE05E2F6_RuntimeMethod_var))); } IL_000e: { StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_2, /*hidden argument*/NULL); V_1 = L_2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = ___paths0; NullCheck(L_3); V_2 = ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))); V_0 = (bool)0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = ___paths0; V_4 = L_4; V_5 = 0; goto IL_00d3; } IL_0025: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = V_4; int32_t L_6 = V_5; NullCheck(L_5); int32_t L_7 = L_6; String_t* L_8 = (L_5)->GetAt(static_cast(L_7)); V_6 = L_8; String_t* L_9 = V_6; if (L_9) { goto IL_0040; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_10 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral99C191933128F806168ECE83CFFE154EA7BD6485)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral02693BE56D23D49FBADB98D7AF6D95B6C888CA51)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_Combine_m0E747588B961ADE0E9439588F719A50DDE05E2F6_RuntimeMethod_var))); } IL_0040: { String_t* L_11 = V_6; NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_00cd; } } { String_t* L_13 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_13); int32_t L_15; L_15 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_13, L_14, /*hidden argument*/NULL); if ((((int32_t)L_15) == ((int32_t)(-1)))) { goto IL_0066; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_16 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD36F2A1E2D9C14B427558FDF2106B8A8B2702189)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_Combine_m0E747588B961ADE0E9439588F719A50DDE05E2F6_RuntimeMethod_var))); } IL_0066: { bool L_17 = V_0; if (!L_17) { goto IL_0077; } } { V_0 = (bool)0; StringBuilder_t * L_18 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_19 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); NullCheck(L_18); StringBuilder_t * L_20; L_20 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_18, L_19, /*hidden argument*/NULL); } IL_0077: { int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)); String_t* L_22 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_23; L_23 = Path_IsPathRooted_m7AE5EE2D8E5FA9F9D6FD0AA840C532D1F6CD4EA3(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_008b; } } { StringBuilder_t * L_24 = V_1; NullCheck(L_24); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_24, 0, /*hidden argument*/NULL); } IL_008b: { StringBuilder_t * L_25 = V_1; String_t* L_26 = V_6; NullCheck(L_25); StringBuilder_t * L_27; L_27 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_25, L_26, /*hidden argument*/NULL); String_t* L_28 = V_6; NullCheck(L_28); int32_t L_29; L_29 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_28, /*hidden argument*/NULL); V_3 = L_29; int32_t L_30 = V_3; if ((((int32_t)L_30) <= ((int32_t)0))) { goto IL_00cd; } } { int32_t L_31 = V_2; if ((((int32_t)L_31) <= ((int32_t)0))) { goto IL_00cd; } } { String_t* L_32 = V_6; int32_t L_33 = V_3; NullCheck(L_32); Il2CppChar L_34; L_34 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_32, ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1)), /*hidden argument*/NULL); V_7 = L_34; Il2CppChar L_35 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_36 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_35) == ((int32_t)L_36))) { goto IL_00cd; } } { Il2CppChar L_37 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_38 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((((int32_t)L_37) == ((int32_t)L_38))) { goto IL_00cd; } } { Il2CppChar L_39 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_40 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); if ((((int32_t)L_39) == ((int32_t)L_40))) { goto IL_00cd; } } { V_0 = (bool)1; } IL_00cd: { int32_t L_41 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00d3: { int32_t L_42 = V_5; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_43 = V_4; NullCheck(L_43); if ((((int32_t)L_42) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_43)->max_length)))))) { goto IL_0025; } } { StringBuilder_t * L_44 = V_1; NullCheck(L_44); String_t* L_45; L_45 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_44); return L_45; } } // System.String System.IO.Path::Combine(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_m7A2F79646794E197E588558EE81971A0C32A2A6A (String_t* ___path10, String_t* ___path21, String_t* ___path32, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path10; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD999C15961E364746AD7ED275769D73DA5AD2EC9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_Combine_m7A2F79646794E197E588558EE81971A0C32A2A6A_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___path21; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD022821CCC942F161E496B5F0F4FCF3CB5191B46)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_Combine_m7A2F79646794E197E588558EE81971A0C32A2A6A_RuntimeMethod_var))); } IL_001c: { String_t* L_4 = ___path32; if (L_4) { goto IL_002a; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral03CF13FCF21F7356CB29CA6878C545117C724E80)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_Combine_m7A2F79646794E197E588558EE81971A0C32A2A6A_RuntimeMethod_var))); } IL_002a: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = L_6; String_t* L_8 = ___path10; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (String_t*)L_8); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_7; String_t* L_10 = ___path21; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(1), (String_t*)L_10); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = L_9; String_t* L_12 = ___path32; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(2), (String_t*)L_12); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_13; L_13 = Path_Combine_m0E747588B961ADE0E9439588F719A50DDE05E2F6(L_11, /*hidden argument*/NULL); return L_13; } } // System.Void System.IO.Path::Validate(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Path_Validate_m4B2A87926E2C5390B35F766DD3880F33471AA255 (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Path_Validate_m3FB1FDF15C701117E4C8EF52EEF46DEBF553EFB7(L_0, _stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A, /*hidden argument*/NULL); return; } } // System.Void System.IO.Path::Validate(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Path_Validate_m3FB1FDF15C701117E4C8EF52EEF46DEBF553EFB7 (String_t* ___path0, String_t* ___parameterName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___path0; if (L_0) { goto IL_000a; } } { String_t* L_1 = ___parameterName1; ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_Validate_m3FB1FDF15C701117E4C8EF52EEF46DEBF553EFB7_RuntimeMethod_var))); } IL_000a: { String_t* L_3 = ___path0; bool L_4; L_4 = String_IsNullOrWhiteSpace_m4C4266AE4097F5B61FF72A8D0D083611231B9CA6(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0022; } } { String_t* L_5; L_5 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral876037CEDCAC90F3A1F1362D5BC3DC05E823AC2D)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_Validate_m3FB1FDF15C701117E4C8EF52EEF46DEBF553EFB7_RuntimeMethod_var))); } IL_0022: { String_t* L_7 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_7); int32_t L_9; L_9 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_7, L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)(-1)))) { goto IL_0040; } } { String_t* L_10; L_10 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC1957D0C563A25A8BCA6CB31CBEB6D5B006E8F06)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_Validate_m3FB1FDF15C701117E4C8EF52EEF46DEBF553EFB7_RuntimeMethod_var))); } IL_0040: { bool L_12; L_12 = Environment_get_IsRunningOnWindows_mE76AAF860536728E20DCFE0CC34D13EB241366AD(/*hidden argument*/NULL); if (!L_12) { goto IL_005f; } } { String_t* L_13 = ___path0; NullCheck(L_13); int32_t L_14; L_14 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_13, ((int32_t)58), /*hidden argument*/NULL); V_0 = L_14; int32_t L_15 = V_0; if ((((int32_t)L_15) < ((int32_t)0))) { goto IL_005f; } } { int32_t L_16 = V_0; if ((((int32_t)L_16) == ((int32_t)1))) { goto IL_005f; } } { String_t* L_17 = ___parameterName1; ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_18 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_Validate_m3FB1FDF15C701117E4C8EF52EEF46DEBF553EFB7_RuntimeMethod_var))); } IL_005f: { return; } } // System.String System.IO.Path::get_DirectorySeparatorCharAsString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_get_DirectorySeparatorCharAsString_mC3EDD6ADB4EDFDB3A359E8434CA4F40491A60430 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_0 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); return L_0; } } // System.Char[] System.IO.Path::get_TrimEndChars() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* Path_get_TrimEndChars_mFE1E5A6B7456817A0FB45F6A7E4369D93A154A93 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Environment_get_IsRunningOnWindows_mE76AAF860536728E20DCFE0CC34D13EB241366AD(/*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_trimEndCharsUnix_9(); return L_1; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_trimEndCharsWindows_8(); return L_2; } } // System.Void System.IO.Path::CheckSearchPattern(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Path_CheckSearchPattern_m72045494540F131E4104EE0B042807094666A666 (String_t* ___searchPattern0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC9E6A16A2B862023CCDC29E42E5404E9ACD4F); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { goto IL_0058; } IL_0002: { int32_t L_0 = V_0; String_t* L_1 = ___searchPattern0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)2))) == ((uint32_t)L_2)))) { goto IL_001d; } } { String_t* L_3; L_3 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66772DFF7074179533AE9E369665607D2432629E)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_CheckSearchPattern_m72045494540F131E4104EE0B042807094666A666_RuntimeMethod_var))); } IL_001d: { String_t* L_5 = ___searchPattern0; int32_t L_6 = V_0; NullCheck(L_5); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)2)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_8 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_7) == ((int32_t)L_8))) { goto IL_003d; } } { String_t* L_9 = ___searchPattern0; int32_t L_10 = V_0; NullCheck(L_9); Il2CppChar L_11; L_11 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_12 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((!(((uint32_t)L_11) == ((uint32_t)L_12)))) { goto IL_004d; } } IL_003d: { String_t* L_13; L_13 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66772DFF7074179533AE9E369665607D2432629E)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_14 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_CheckSearchPattern_m72045494540F131E4104EE0B042807094666A666_RuntimeMethod_var))); } IL_004d: { String_t* L_15 = ___searchPattern0; int32_t L_16 = V_0; NullCheck(L_15); String_t* L_17; L_17 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_15, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)2)), /*hidden argument*/NULL); ___searchPattern0 = L_17; } IL_0058: { String_t* L_18 = ___searchPattern0; NullCheck(L_18); int32_t L_19; L_19 = String_IndexOf_mD99F5378A4220A0DA0D5097007417E777722ABDA(L_18, _stringLiteral26DC9E6A16A2B862023CCDC29E42E5404E9ACD4F, 4, /*hidden argument*/NULL); int32_t L_20 = L_19; V_0 = L_20; if ((!(((uint32_t)L_20) == ((uint32_t)(-1))))) { goto IL_0002; } } { return; } } // System.Void System.IO.Path::CheckInvalidPathChars(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Path_CheckInvalidPathChars_mC2FF9E5827DCE27157180A77793D18F1D69DFEFE (String_t* ___path0, bool ___checkAdditional1, const RuntimeMethod* method) { { String_t* L_0 = ___path0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_CheckInvalidPathChars_mC2FF9E5827DCE27157180A77793D18F1D69DFEFE_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___path0; bool L_3 = ___checkAdditional1; bool L_4; L_4 = PathInternal_HasIllegalCharacters_m6C814A732D57E507512140BA49B678BB50A0D5B4(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0027; } } { String_t* L_5; L_5 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD36F2A1E2D9C14B427558FDF2106B8A8B2702189)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_CheckInvalidPathChars_mC2FF9E5827DCE27157180A77793D18F1D69DFEFE_RuntimeMethod_var))); } IL_0027: { return; } } // System.String System.IO.Path::InternalCombine(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_InternalCombine_mB6F79A901ED0D07B546D00E95DA70F3B8B768EC2 (String_t* ___path10, String_t* ___path21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar V_1 = 0x0; String_t* G_B5_0 = NULL; { String_t* L_0 = ___path10; if (!L_0) { goto IL_0006; } } { String_t* L_1 = ___path21; if (L_1) { goto IL_001b; } } IL_0006: { String_t* L_2 = ___path10; if (!L_2) { goto IL_0010; } } { G_B5_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD022821CCC942F161E496B5F0F4FCF3CB5191B46)); goto IL_0015; } IL_0010: { G_B5_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD999C15961E364746AD7ED275769D73DA5AD2EC9)); } IL_0015: { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, G_B5_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_InternalCombine_mB6F79A901ED0D07B546D00E95DA70F3B8B768EC2_RuntimeMethod_var))); } IL_001b: { String_t* L_4 = ___path10; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Path_CheckInvalidPathChars_mC2FF9E5827DCE27157180A77793D18F1D69DFEFE(L_4, (bool)0, /*hidden argument*/NULL); String_t* L_5 = ___path21; Path_CheckInvalidPathChars_mC2FF9E5827DCE27157180A77793D18F1D69DFEFE(L_5, (bool)0, /*hidden argument*/NULL); String_t* L_6 = ___path21; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0046; } } { String_t* L_8; L_8 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral12C920C5678C914DFD1684E199D0E68146F9FABF)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD022821CCC942F161E496B5F0F4FCF3CB5191B46)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_InternalCombine_mB6F79A901ED0D07B546D00E95DA70F3B8B768EC2_RuntimeMethod_var))); } IL_0046: { String_t* L_10 = ___path21; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_11; L_11 = Path_IsPathRooted_m7AE5EE2D8E5FA9F9D6FD0AA840C532D1F6CD4EA3(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0063; } } { String_t* L_12; L_12 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0C7AD8EA1BE2EDE013BD9C8A77CA656AEDED89DC)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD022821CCC942F161E496B5F0F4FCF3CB5191B46)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Path_InternalCombine_mB6F79A901ED0D07B546D00E95DA70F3B8B768EC2_RuntimeMethod_var))); } IL_0063: { String_t* L_14 = ___path10; NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_14, /*hidden argument*/NULL); V_0 = L_15; int32_t L_16 = V_0; if (L_16) { goto IL_006f; } } { String_t* L_17 = ___path21; return L_17; } IL_006f: { String_t* L_18 = ___path10; int32_t L_19 = V_0; NullCheck(L_18); Il2CppChar L_20; L_20 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_20; Il2CppChar L_21 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_22 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_21) == ((int32_t)L_22))) { goto IL_009e; } } { Il2CppChar L_23 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_24 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((((int32_t)L_23) == ((int32_t)L_24))) { goto IL_009e; } } { Il2CppChar L_25 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_26 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); if ((((int32_t)L_25) == ((int32_t)L_26))) { goto IL_009e; } } { String_t* L_27 = ___path10; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_28; L_28 = Path_get_DirectorySeparatorCharAsString_mC3EDD6ADB4EDFDB3A359E8434CA4F40491A60430_inline(/*hidden argument*/NULL); String_t* L_29 = ___path21; String_t* L_30; L_30 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_27, L_28, L_29, /*hidden argument*/NULL); return L_30; } IL_009e: { String_t* L_31 = ___path10; String_t* L_32 = ___path21; String_t* L_33; L_33 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_31, L_32, /*hidden argument*/NULL); return L_33; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.IO.PathInternal::IsPartiallyQualified(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PathInternal_IsPartiallyQualified_m2D29D01A9049B61D9F20D192650F077B83C2A905 (String_t* ___path0, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.IO.PathInternal::HasIllegalCharacters(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PathInternal_HasIllegalCharacters_m6C814A732D57E507512140BA49B678BB50A0D5B4 (String_t* ___path0, bool ___checkAdditional1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_0); int32_t L_2; L_2 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_2) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.PathTooLongException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathTooLongException__ctor_mA00097C383F70EA2430F2C40656F5E0514A1CA0F (PathTooLongException_t117AA1F09A957F54EC7B0F100344E81E82AC71B7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1DBFD077BF4C65C8AB0603105FA29629E38FD41); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteralC1DBFD077BF4C65C8AB0603105FA29629E38FD41, /*hidden argument*/NULL); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2147024690), /*hidden argument*/NULL); return; } } // System.Void System.IO.PathTooLongException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathTooLongException__ctor_m55EEF94300422D2A4A3F371713DABEF1A2535893 (PathTooLongException_t117AA1F09A957F54EC7B0F100344E81E82AC71B7 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2147024690), /*hidden argument*/NULL); return; } } // System.Void System.IO.PathTooLongException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathTooLongException__ctor_mC23AC112914E6E87181C1BD1C571AD7ED7EFAA06 (PathTooLongException_t117AA1F09A957F54EC7B0F100344E81E82AC71B7 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; IOException__ctor_m346C7ED07EB96B665C75AA653743A30CE5E095D5(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.PermissionSet::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PermissionSet__ctor_mB54A35722307BF964AD35BB61235114DC4AD4963 (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_0, /*hidden argument*/NULL); __this->set_list_2(L_0); return; } } // System.Void System.Security.PermissionSet::.ctor(System.Security.Permissions.PermissionState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PermissionSet__ctor_mA3334A9026E672F09E09589A0D6E0E35F35AC8B6 (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, int32_t ___state0, const RuntimeMethod* method) { { PermissionSet__ctor_mB54A35722307BF964AD35BB61235114DC4AD4963(__this, /*hidden argument*/NULL); int32_t L_0 = ___state0; int32_t L_1; L_1 = CodeAccessPermission_CheckPermissionState_mE416E51A234830E90522770844491CE5AED1EA1C(L_0, (bool)1, /*hidden argument*/NULL); __this->set_state_1(L_1); return; } } // System.Void System.Security.PermissionSet::.ctor(System.Security.IPermission) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PermissionSet__ctor_mFDD4FC3027BE2F678159B3051E583D8FC5682F74 (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, RuntimeObject* ___perm0, const RuntimeMethod* method) { { PermissionSet__ctor_mB54A35722307BF964AD35BB61235114DC4AD4963(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___perm0; if (!L_0) { goto IL_0016; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = __this->get_list_2(); RuntimeObject* L_2 = ___perm0; NullCheck(L_1); int32_t L_3; L_3 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_1, L_2); } IL_0016: { return; } } // System.Void System.Security.PermissionSet::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PermissionSet_CopyTo_m1E1981CF2D1999CBBEFE2E636BC20FE2AA808A85 (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PermissionSet_CopyTo_m1E1981CF2D1999CBBEFE2E636BC20FE2AA808A85_RuntimeMethod_var))); } IL_000e: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = __this->get_list_2(); NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_005a; } } { RuntimeArray * L_4 = ___array0; NullCheck(L_4); int32_t L_5; L_5 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)1))) { goto IL_0035; } } { String_t* L_6; L_6 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3A62670D1F5C65FB6072CBE1A015065CB4F50077)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PermissionSet_CopyTo_m1E1981CF2D1999CBBEFE2E636BC20FE2AA808A85_RuntimeMethod_var))); } IL_0035: { int32_t L_8 = ___index1; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_0042; } } { int32_t L_9 = ___index1; RuntimeArray * L_10 = ___array0; NullCheck(L_10); int32_t L_11; L_11 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_004d; } } IL_0042: { IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * L_12 = (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var))); IndexOutOfRangeException__ctor_mC5747EC0E0F49AAD1AD782ACC7A0CCD80D192FEF(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PermissionSet_CopyTo_m1E1981CF2D1999CBBEFE2E636BC20FE2AA808A85_RuntimeMethod_var))); } IL_004d: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_13 = __this->get_list_2(); RuntimeArray * L_14 = ___array0; int32_t L_15 = ___index1; NullCheck(L_13); VirtualActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_13, L_14, L_15); } IL_005a: { return; } } // System.Void System.Security.PermissionSet::Demand() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PermissionSet_Demand_m4D524D15B15C915895D0F5D48276EB3FBABE90A7 (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CodeAccessPermission_t7C1071DF7520461EC0D3DC70980DADFFCE5701D3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPermission_tED4721D1396FA394EC9B40045F9DF423C452E252_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * G_B15_0 = NULL; PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * G_B14_0 = NULL; int32_t G_B16_0 = 0; PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * G_B16_1 = NULL; { bool L_0; L_0 = PermissionSet_IsEmpty_mC5031FB503C689A3DC2CC8109C13E3EF5C974D2F(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = __this->get_list_2(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); V_0 = L_2; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_3 = __this->get__ignored_4(); if (!L_3) { goto IL_0028; } } { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_4 = __this->get__ignored_4(); NullCheck(L_4); int32_t L_5 = V_0; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))) == ((int32_t)L_5))) { goto IL_0034; } } IL_0028: { int32_t L_6 = V_0; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_7 = (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)SZArrayNew(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var, (uint32_t)L_6); __this->set__ignored_4(L_7); } IL_0034: { bool L_8; L_8 = PermissionSet_IsUnrestricted_mACB8F4EEB195F26CA8F28AF142EEA5060268C900(__this, /*hidden argument*/NULL); V_1 = L_8; V_2 = 0; goto IL_0088; } IL_003f: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_9 = __this->get_list_2(); int32_t L_10 = V_2; NullCheck(L_9); RuntimeObject * L_11; L_11 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_9, L_10); V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_11, IPermission_tED4721D1396FA394EC9B40045F9DF423C452E252_il2cpp_TypeInfo_var)); RuntimeObject* L_12 = V_3; NullCheck(L_12); Type_t * L_13; L_13 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_12, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (CodeAccessPermission_t7C1071DF7520461EC0D3DC70980DADFFCE5701D3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_14, /*hidden argument*/NULL); NullCheck(L_13); bool L_16; L_16 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(119 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_13, L_15); if (!L_16) { goto IL_0075; } } { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_17 = __this->get__ignored_4(); int32_t L_18 = V_2; NullCheck(L_17); (L_17)->SetAt(static_cast(L_18), (bool)0); V_1 = (bool)1; goto IL_0084; } IL_0075: { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_19 = __this->get__ignored_4(); int32_t L_20 = V_2; NullCheck(L_19); (L_19)->SetAt(static_cast(L_20), (bool)1); RuntimeObject* L_21 = V_3; NullCheck(L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.Security.IPermission::Demand() */, IPermission_tED4721D1396FA394EC9B40045F9DF423C452E252_il2cpp_TypeInfo_var, L_21); } IL_0084: { int32_t L_22 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0088: { int32_t L_23 = V_2; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_003f; } } { bool L_25 = V_1; if (!L_25) { goto IL_00a8; } } { bool L_26; L_26 = SecurityManager_get_SecurityEnabled_m82618A310534A02FCF0F085295F377BDD04FB3CC(/*hidden argument*/NULL); if (!L_26) { goto IL_00a8; } } { bool L_27 = __this->get__declsec_3(); G_B14_0 = __this; if (L_27) { G_B15_0 = __this; goto IL_00a2; } } { G_B16_0 = 3; G_B16_1 = G_B14_0; goto IL_00a3; } IL_00a2: { G_B16_0 = 5; G_B16_1 = G_B15_0; } IL_00a3: { NullCheck(G_B16_1); PermissionSet_CasOnlyDemand_m2F2452321F73CCB6BF71D9C1EC298F736F95D6B6(G_B16_1, G_B16_0, /*hidden argument*/NULL); } IL_00a8: { return; } } // System.Void System.Security.PermissionSet::CasOnlyDemand(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PermissionSet_CasOnlyDemand_m2F2452321F73CCB6BF71D9C1EC298F736F95D6B6 (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, int32_t ___skip0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_0 = __this->get__ignored_4(); if (L_0) { goto IL_001e; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = __this->get_list_2(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_3 = (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)SZArrayNew(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var, (uint32_t)L_2); __this->set__ignored_4(L_3); } IL_001e: { return; } } // System.Collections.IEnumerator System.Security.PermissionSet::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PermissionSet_GetEnumerator_m3A0D736694CA815E604B0B67A3BB9062BE535BEC (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_list_2(); NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); return L_1; } } // System.Boolean System.Security.PermissionSet::IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PermissionSet_IsEmpty_mC5031FB503C689A3DC2CC8109C13E3EF5C974D2F (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPermission_tED4721D1396FA394EC9B40045F9DF423C452E252_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_state_1(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_000b; } } { return (bool)0; } IL_000b: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = __this->get_list_2(); if (!L_1) { goto IL_0020; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = __this->get_list_2(); NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2); if (L_3) { goto IL_0022; } } IL_0020: { return (bool)1; } IL_0022: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = __this->get_list_2(); NullCheck(L_4); RuntimeObject* L_5; L_5 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_4); V_0 = L_5; } IL_002e: try {// begin try (depth: 1) { goto IL_0047; } IL_0030: { RuntimeObject* L_6 = V_0; NullCheck(L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_7, IPermission_tED4721D1396FA394EC9B40045F9DF423C452E252_il2cpp_TypeInfo_var))); bool L_8; L_8 = InterfaceFuncInvoker1< bool, RuntimeObject* >::Invoke(1 /* System.Boolean System.Security.IPermission::IsSubsetOf(System.Security.IPermission) */, IPermission_tED4721D1396FA394EC9B40045F9DF423C452E252_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_7, IPermission_tED4721D1396FA394EC9B40045F9DF423C452E252_il2cpp_TypeInfo_var)), (RuntimeObject*)NULL); if (L_8) { goto IL_0047; } } IL_0043: { V_1 = (bool)0; IL2CPP_LEAVE(0x64, FINALLY_0051); } IL_0047: { RuntimeObject* L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_0030; } } IL_004f: { IL2CPP_LEAVE(0x62, FINALLY_0051); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0051; } FINALLY_0051: {// begin finally (depth: 1) { RuntimeObject* L_11 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_12 = V_2; if (!L_12) { goto IL_0061; } } IL_005b: { RuntimeObject* L_13 = V_2; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_13); } IL_0061: { IL2CPP_END_FINALLY(81) } }// end finally (depth: 1) IL2CPP_CLEANUP(81) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x64, IL_0064) IL2CPP_JUMP_TBL(0x62, IL_0062) } IL_0062: { return (bool)1; } IL_0064: { bool L_14 = V_1; return L_14; } } // System.Boolean System.Security.PermissionSet::IsUnrestricted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PermissionSet_IsUnrestricted_mACB8F4EEB195F26CA8F28AF142EEA5060268C900 (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_state_1(); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } // System.String System.Security.PermissionSet::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PermissionSet_ToString_m46E635617CA656280F752CAB0E59DDBBEFEBF9E7 (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, const RuntimeMethod* method) { { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_0; L_0 = VirtualFuncInvoker0< SecurityElement_tB9682077760936136392270197F642224B2141CC * >::Invoke(13 /* System.Security.SecurityElement System.Security.PermissionSet::ToXml() */, __this); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); return L_1; } } // System.Security.SecurityElement System.Security.PermissionSet::ToXml() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_tB9682077760936136392270197F642224B2141CC * PermissionSet_ToXml_mC7C554D9F885FB12CC399BC9210F97CD0014A440 (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPermission_tED4721D1396FA394EC9B40045F9DF423C452E252_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISecurityEncodable_t7E0D622F7E3E441B9697CFDFE3C12C86F5633A54_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral54848A593020D994A5F0C83B5054DDF394B2B252); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral614B501556B12B5890C878B29FB23C1807F2B680); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral849859401F9633D6C558FAFFBA018F4718DAA666); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052); s_Il2CppMethodInitialized = true; } SecurityElement_tB9682077760936136392270197F642224B2141CC * V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_0 = (SecurityElement_tB9682077760936136392270197F642224B2141CC *)il2cpp_codegen_object_new(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); SecurityElement__ctor_m8352E5DACBF8CD356106E2DFFDF39079B2F31FC3(L_0, _stringLiteral54848A593020D994A5F0C83B5054DDF394B2B252, /*hidden argument*/NULL); V_0 = L_0; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_1 = V_0; Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_2); NullCheck(L_1); SecurityElement_AddAttribute_m27E27E930F492BC7AD32352A8FF22DC516D487B1(L_1, _stringLiteral614B501556B12B5890C878B29FB23C1807F2B680, L_3, /*hidden argument*/NULL); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_4 = V_0; V_1 = 1; String_t* L_5; L_5 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_1), /*hidden argument*/NULL); NullCheck(L_4); SecurityElement_AddAttribute_m27E27E930F492BC7AD32352A8FF22DC516D487B1(L_4, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, L_5, /*hidden argument*/NULL); int32_t L_6 = __this->get_state_1(); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_004e; } } { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_7 = V_0; NullCheck(L_7); SecurityElement_AddAttribute_m27E27E930F492BC7AD32352A8FF22DC516D487B1(L_7, _stringLiteral849859401F9633D6C558FAFFBA018F4718DAA666, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, /*hidden argument*/NULL); } IL_004e: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_8 = __this->get_list_2(); NullCheck(L_8); RuntimeObject* L_9; L_9 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_8); V_2 = L_9; } IL_005a: try {// begin try (depth: 1) { goto IL_0074; } IL_005c: { RuntimeObject* L_10 = V_2; NullCheck(L_10); RuntimeObject * L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_11, IPermission_tED4721D1396FA394EC9B40045F9DF423C452E252_il2cpp_TypeInfo_var)); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_12 = V_0; RuntimeObject* L_13 = V_3; NullCheck(L_13); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_14; L_14 = InterfaceFuncInvoker0< SecurityElement_tB9682077760936136392270197F642224B2141CC * >::Invoke(0 /* System.Security.SecurityElement System.Security.ISecurityEncodable::ToXml() */, ISecurityEncodable_t7E0D622F7E3E441B9697CFDFE3C12C86F5633A54_il2cpp_TypeInfo_var, L_13); NullCheck(L_12); SecurityElement_AddChild_m6342B0169BF927C26E29FB709922CF18B7B04A8C(L_12, L_14, /*hidden argument*/NULL); } IL_0074: { RuntimeObject* L_15 = V_2; NullCheck(L_15); bool L_16; L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_15); if (L_16) { goto IL_005c; } } IL_007c: { IL2CPP_LEAVE(0x92, FINALLY_007e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007e; } FINALLY_007e: {// begin finally (depth: 1) { RuntimeObject* L_17 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_18 = V_4; if (!L_18) { goto IL_0091; } } IL_008a: { RuntimeObject* L_19 = V_4; NullCheck(L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_19); } IL_0091: { IL2CPP_END_FINALLY(126) } }// end finally (depth: 1) IL2CPP_CLEANUP(126) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x92, IL_0092) } IL_0092: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_20 = V_0; return L_20; } } // System.Int32 System.Security.PermissionSet::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PermissionSet_get_Count_m2ABC3DDFEACA768EFA5777DE3DC719FF4C2525F0 (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_list_2(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Boolean System.Security.PermissionSet::get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PermissionSet_get_IsSynchronized_m8BF58961217A888911D9079B6133C807FA11CA7A (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_list_2(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(25 /* System.Boolean System.Collections.ArrayList::get_IsSynchronized() */, L_0); return L_1; } } // System.Object System.Security.PermissionSet::get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PermissionSet_get_SyncRoot_m87754C5CBA482964E9BA65F5B6649A1923B11C7E (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, const RuntimeMethod* method) { { return __this; } } // System.Void System.Security.PermissionSet::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PermissionSet_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m35E51A332192F96D4D581D324F6D86791F656F2A (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { { return; } } // System.Boolean System.Security.PermissionSet::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PermissionSet_Equals_m3485955A23228322C5DE58E23C2152C65A60CF1D (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; int32_t V_3 = 0; { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { RuntimeObject * L_1 = ___obj0; V_0 = ((PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 *)IsInstClass((RuntimeObject*)L_1, PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503_il2cpp_TypeInfo_var)); PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * L_2 = V_0; if (L_2) { goto IL_0011; } } { return (bool)0; } IL_0011: { int32_t L_3 = __this->get_state_1(); PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = L_4->get_state_1(); if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_0021; } } { return (bool)0; } IL_0021: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_6 = __this->get_list_2(); NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_6); PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * L_8 = V_0; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Security.PermissionSet::get_Count() */, L_8); if ((((int32_t)L_7) == ((int32_t)L_9))) { goto IL_0036; } } { return (bool)0; } IL_0036: { V_1 = 0; goto IL_007e; } IL_003a: { V_2 = (bool)0; V_3 = 0; goto IL_0067; } IL_0040: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_10 = __this->get_list_2(); int32_t L_11 = V_1; NullCheck(L_10); RuntimeObject * L_12; L_12 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_10, L_11); PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * L_13 = V_0; NullCheck(L_13); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_14 = L_13->get_list_2(); int32_t L_15 = V_3; NullCheck(L_14); RuntimeObject * L_16; L_16 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_14, L_15); NullCheck(L_12); bool L_17; L_17 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_12, L_16); if (!L_17) { goto IL_0063; } } { V_2 = (bool)1; goto IL_0075; } IL_0063: { int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0067: { int32_t L_19 = V_1; PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * L_20 = V_0; NullCheck(L_20); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_21 = L_20->get_list_2(); NullCheck(L_21); int32_t L_22; L_22 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_21); if ((((int32_t)L_19) < ((int32_t)L_22))) { goto IL_0040; } } IL_0075: { bool L_23 = V_2; if (L_23) { goto IL_007a; } } { return (bool)0; } IL_007a: { int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_007e: { int32_t L_25 = V_1; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_26 = __this->get_list_2(); NullCheck(L_26); int32_t L_27; L_27 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_26); if ((((int32_t)L_25) < ((int32_t)L_27))) { goto IL_003a; } } { return (bool)1; } } // System.Int32 System.Security.PermissionSet::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PermissionSet_GetHashCode_m234C206EB4B1094CCC4235D5D9CDDF7DED47FC97 (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_list_2(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); if (!L_1) { goto IL_0014; } } { int32_t L_2; L_2 = Object_GetHashCode_m29972277898725CF5403FB9765F335F0FAEA8162(__this, /*hidden argument*/NULL); return L_2; } IL_0014: { int32_t L_3 = __this->get_state_1(); return L_3; } } // System.Void System.Security.PermissionSet::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PermissionSet__cctor_m5BDC61F93DB212144789D8134E37E9954D9F3706 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PermissionState_t8992AD46805E92D07E3BB37657F9E2C75302D4D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityAction_t4D6245312D5B1C5D17C6E124944FE59AC6233996_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0; int32_t L_2 = 1; RuntimeObject * L_3 = Box(PermissionState_t8992AD46805E92D07E3BB37657F9E2C75302D4D9_il2cpp_TypeInfo_var, &L_2); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_3); ((PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503_StaticFields*)il2cpp_codegen_static_fields_for(PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503_il2cpp_TypeInfo_var))->set_psUnrestricted_0(L_1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_4; int32_t L_6 = 0; RuntimeObject * L_7 = Box(SecurityAction_t4D6245312D5B1C5D17C6E124944FE59AC6233996_il2cpp_TypeInfo_var, &L_6); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_7); ((PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503_StaticFields*)il2cpp_codegen_static_fields_for(PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503_il2cpp_TypeInfo_var))->set_action_5(L_5); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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 System.IO.PinnedBufferMemoryStream::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PinnedBufferMemoryStream__ctor_m644452CADE76286647B6D49C3890B514B4F72A71 (PinnedBufferMemoryStream_tDB1B8D639F3D8F7E60BA9E050BC48C575E573E78 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; { UnmanagedMemoryStream__ctor_mDBCC31702AAC312AAE976395F7F04323A971C0C8(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; NullCheck(L_0); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); int32_t L_1 = V_0; if (L_1) { goto IL_0017; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)1); ___array0 = L_2; V_0 = 0; } IL_0017: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___array0; __this->set__array_14(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___array0; GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_5; memset((&L_5), 0, sizeof(L_5)); GCHandle__ctor_m7524AB9C67138780EEB4288681DDCE1952809D17((&L_5), (RuntimeObject *)(RuntimeObject *)L_4, 3, /*hidden argument*/NULL); __this->set__pinningHandle_15(L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get__array_14(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = L_6; V_2 = L_7; if (!L_7) { goto IL_003a; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_2; NullCheck(L_8); if (((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))) { goto IL_003f; } } IL_003a: { V_1 = (uint8_t*)((uintptr_t)0); goto IL_0048; } IL_003f: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_2; NullCheck(L_9); V_1 = (uint8_t*)((uintptr_t)((L_9)->GetAddressAt(static_cast(0)))); } IL_0048: { uint8_t* L_10 = V_1; int32_t L_11 = V_0; int32_t L_12 = V_0; UnmanagedMemoryStream_Initialize_mB88C90BA5C8310FE84F08785AD16183991DBBABC(__this, (uint8_t*)(uint8_t*)L_10, ((int64_t)((int64_t)L_11)), ((int64_t)((int64_t)L_12)), 1, (bool)1, /*hidden argument*/NULL); V_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; return; } } // System.Void System.IO.PinnedBufferMemoryStream::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PinnedBufferMemoryStream_Finalize_mB902B4E4BB6569CDBACF0D6C765CDA9FF76D0940 (PinnedBufferMemoryStream_tDB1B8D639F3D8F7E60BA9E050BC48C575E573E78 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(19 /* System.Void System.IO.Stream::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x10, FINALLY_0009); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0009; } FINALLY_0009: {// begin finally (depth: 1) Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(9) }// end finally (depth: 1) IL2CPP_CLEANUP(9) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10, IL_0010) } IL_0010: { return; } } // System.Void System.IO.PinnedBufferMemoryStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PinnedBufferMemoryStream_Dispose_mB7BC0FD2932647CA09E616BE2D0E2A7B9DD1D36F (PinnedBufferMemoryStream_tDB1B8D639F3D8F7E60BA9E050BC48C575E573E78 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ((UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 *)__this)->get__isOpen_12(); if (!L_0) { goto IL_001a; } } { GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * L_1 = __this->get_address_of__pinningHandle_15(); GCHandle_Free_mB4E9415544FC9F0075C02AB17E270E49AF006025((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)L_1, /*hidden argument*/NULL); ((UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 *)__this)->set__isOpen_12((bool)0); } IL_001a: { bool L_2 = ___disposing0; UnmanagedMemoryStream_Dispose_m378D0EC170DD09BEDA465E0445BC16318F2D729C(__this, L_2, /*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 System.Threading.PlatformHelper::get_ProcessorCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PlatformHelper_get_ProcessorCount_m2FC3FF428431A972832C7BFE6CFAB8A262F42CA0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformHelper_tF07DADE72B13BC22B013B744AD253732AE626811_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0; L_0 = Environment_get_TickCount_mBA4279B1C0BC197BF2121166E7C1F6A46D2B5D4E(/*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = ((PlatformHelper_tF07DADE72B13BC22B013B744AD253732AE626811_StaticFields*)il2cpp_codegen_static_fields_for(PlatformHelper_tF07DADE72B13BC22B013B744AD253732AE626811_il2cpp_TypeInfo_var))->get_s_processorCount_0(); il2cpp_codegen_memory_barrier(); V_1 = L_1; int32_t L_2 = V_1; if (!L_2) { goto IL_0021; } } { int32_t L_3 = V_0; int32_t L_4 = ((PlatformHelper_tF07DADE72B13BC22B013B744AD253732AE626811_StaticFields*)il2cpp_codegen_static_fields_for(PlatformHelper_tF07DADE72B13BC22B013B744AD253732AE626811_il2cpp_TypeInfo_var))->get_s_lastProcessorCountRefreshTicks_1(); il2cpp_codegen_memory_barrier(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4))) < ((int32_t)((int32_t)30000)))) { goto IL_0037; } } IL_0021: { int32_t L_5; L_5 = Environment_get_ProcessorCount_m32354B9724A21AE041AC75C0E470687E33B93D33(/*hidden argument*/NULL); int32_t L_6 = L_5; V_1 = L_6; il2cpp_codegen_memory_barrier(); ((PlatformHelper_tF07DADE72B13BC22B013B744AD253732AE626811_StaticFields*)il2cpp_codegen_static_fields_for(PlatformHelper_tF07DADE72B13BC22B013B744AD253732AE626811_il2cpp_TypeInfo_var))->set_s_processorCount_0(L_6); int32_t L_7 = V_0; il2cpp_codegen_memory_barrier(); ((PlatformHelper_tF07DADE72B13BC22B013B744AD253732AE626811_StaticFields*)il2cpp_codegen_static_fields_for(PlatformHelper_tF07DADE72B13BC22B013B744AD253732AE626811_il2cpp_TypeInfo_var))->set_s_lastProcessorCountRefreshTicks_1(L_7); } IL_0037: { int32_t L_8 = V_1; return L_8; } } // System.Boolean System.Threading.PlatformHelper::get_IsSingleProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformHelper_get_IsSingleProcessor_m75D2E056F1C01D84884F4DD2DBE547B43AA88421 (const RuntimeMethod* method) { { int32_t L_0; L_0 = PlatformHelper_get_ProcessorCount_m2FC3FF428431A972832C7BFE6CFAB8A262F42CA0(/*hidden argument*/NULL); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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 System.PlatformNotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_mF4122BD5C9FF6CF441C2A4BCECF012EEF603AE05 (PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52D5C9ABAEE14BB116010EAAE4B67D121410BFC3); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteral52D5C9ABAEE14BB116010EAAE4B67D121410BFC3, /*hidden argument*/NULL); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233031), /*hidden argument*/NULL); return; } } // System.Void System.PlatformNotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_m12D9D2CB7646D26634D48BF208B3CEC07AF9F0A5 (PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233031), /*hidden argument*/NULL); return; } } // System.Void System.PlatformNotSupportedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_m0D5189E4DEB946C86352AC0F1924638E61D8D746 (PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; NotSupportedException__ctor_mF9AA32494BB42CCBFEACE3F31214844F702BD9B5(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.Pointer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pointer__ctor_m0A82159E5A0F2A800A9AFF6B7ED278C403CC416F (Pointer_t97714CA5B772F5B09030CBEEBD58AAEBDE819DAF * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.Pointer::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pointer__ctor_m4DC714C44E6583F33AC34E86C645F351B5343942 (Pointer_t97714CA5B772F5B09030CBEEBD58AAEBDE819DAF * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE01336461AFE27ED1134A8672ACE2AE7F754392F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0935598EDF5BD96AD81B52AB7B729E91D95D14B); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IntPtr_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_3; L_3 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_0, _stringLiteralE0935598EDF5BD96AD81B52AB7B729E91D95D14B, L_2, /*hidden argument*/NULL); V_0 = (intptr_t)((*(intptr_t*)((intptr_t*)UnBox(L_3, IntPtr_t_il2cpp_TypeInfo_var)))); void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(&V_0), /*hidden argument*/NULL); __this->set__ptr_0((void*)L_4); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_5 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_0_0_0_var) }; Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); NullCheck(L_5); RuntimeObject * L_8; L_8 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_5, _stringLiteralE01336461AFE27ED1134A8672ACE2AE7F754392F, L_7, /*hidden argument*/NULL); __this->set__ptrType_1(((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)CastclassClass((RuntimeObject*)L_8, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var))); return; } } // System.Object System.Reflection.Pointer::Box(System.Void*,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Pointer_Box_mFA90A1D9534EA6E3578C64F36FBA6821F45497D1 (void* ___ptr0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pointer_t97714CA5B772F5B09030CBEEBD58AAEBDE819DAF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_0 = NULL; { Type_t * L_0 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Pointer_Box_mFA90A1D9534EA6E3578C64F36FBA6821F45497D1_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___type1; NullCheck(L_3); bool L_4; L_4 = Type_get_IsPointer_mAD86040E1709C9A16431CB66C3D247A3DB9EBCEE(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0031; } } { String_t* L_5; L_5 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7EF96EFFEB8D0A5A91F5E6C70126497F763BFC8C)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE493A589C92D423742E94550596D4C4E4B20CC33)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Pointer_Box_mFA90A1D9534EA6E3578C64F36FBA6821F45497D1_RuntimeMethod_var))); } IL_0031: { Type_t * L_7 = ___type1; V_0 = ((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)IsInstClass((RuntimeObject*)L_7, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); bool L_9; L_9 = RuntimeType_op_Equality_m8A22BBB7101C4F761562D1C12628DAFACC000848(L_8, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0056; } } { String_t* L_10; L_10 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7EF96EFFEB8D0A5A91F5E6C70126497F763BFC8C)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_11, L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE493A589C92D423742E94550596D4C4E4B20CC33)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Pointer_Box_mFA90A1D9534EA6E3578C64F36FBA6821F45497D1_RuntimeMethod_var))); } IL_0056: { Pointer_t97714CA5B772F5B09030CBEEBD58AAEBDE819DAF * L_12 = (Pointer_t97714CA5B772F5B09030CBEEBD58AAEBDE819DAF *)il2cpp_codegen_object_new(Pointer_t97714CA5B772F5B09030CBEEBD58AAEBDE819DAF_il2cpp_TypeInfo_var); Pointer__ctor_m0A82159E5A0F2A800A9AFF6B7ED278C403CC416F(L_12, /*hidden argument*/NULL); Pointer_t97714CA5B772F5B09030CBEEBD58AAEBDE819DAF * L_13 = L_12; void* L_14 = ___ptr0; NullCheck(L_13); L_13->set__ptr_0((void*)L_14); Pointer_t97714CA5B772F5B09030CBEEBD58AAEBDE819DAF * L_15 = L_13; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_16 = V_0; NullCheck(L_15); L_15->set__ptrType_1(L_16); return L_15; } } // System.Void System.Reflection.Pointer::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pointer_System_Runtime_Serialization_ISerializable_GetObjectData_mFEE362596FBED7DABE3AE71E0C54601B27356EB9 (Pointer_t97714CA5B772F5B09030CBEEBD58AAEBDE819DAF * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE01336461AFE27ED1134A8672ACE2AE7F754392F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0935598EDF5BD96AD81B52AB7B729E91D95D14B); s_Il2CppMethodInitialized = true; } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; void* L_1 = __this->get__ptr_0(); intptr_t L_2; memset((&L_2), 0, sizeof(L_2)); IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline((&L_2), (void*)(void*)L_1, /*hidden argument*/NULL); intptr_t L_3 = L_2; RuntimeObject * L_4 = Box(IntPtr_t_il2cpp_TypeInfo_var, &L_3); NullCheck(L_0); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_0, _stringLiteralE0935598EDF5BD96AD81B52AB7B729E91D95D14B, L_4, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_5 = ___info0; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_6 = __this->get__ptrType_1(); NullCheck(L_5); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_5, _stringLiteralE01336461AFE27ED1134A8672ACE2AE7F754392F, L_6, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.PointerSpec::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerSpec__ctor_m444B0156791FE9265DFF13ABB144D18019C4E6D2 (PointerSpec_tB19B3428FE50C5A17DB422F2951C51167FB18597 * __this, int32_t ___pointer_level0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___pointer_level0; __this->set_pointer_level_0(L_0); return; } } // System.Type System.PointerSpec::Resolve(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * PointerSpec_Resolve_m968271CB176C8D92821A0868E4E6DB82BCB8C6D3 (PointerSpec_tB19B3428FE50C5A17DB422F2951C51167FB18597 * __this, Type_t * ___type0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_0010; } IL_0004: { Type_t * L_0 = ___type0; NullCheck(L_0); Type_t * L_1; L_1 = VirtualFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Type::MakePointerType() */, L_0); ___type0 = L_1; int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_0010: { int32_t L_3 = V_0; int32_t L_4 = __this->get_pointer_level_0(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_0004; } } { Type_t * L_5 = ___type0; return L_5; } } // System.Text.StringBuilder System.PointerSpec::Append(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * PointerSpec_Append_m478DBD340CA53D7458F368D970DDF33ED1A40CB4 (PointerSpec_tB19B3428FE50C5A17DB422F2951C51167FB18597 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method) { { StringBuilder_t * L_0 = ___sb0; int32_t L_1 = __this->get_pointer_level_0(); NullCheck(L_0); StringBuilder_t * L_2; L_2 = StringBuilder_Append_mB04B8FAD8E322DF8E69F3F85BCE4A8D041AE8BFB(L_0, ((int32_t)42), L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.PointerSpec::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PointerSpec_ToString_mE59DF6C2742547C35C943DA4F23F566D1B7C58C5 (PointerSpec_tB19B3428FE50C5A17DB422F2951C51167FB18597 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); StringBuilder_t * L_1; L_1 = PointerSpec_Append_m478DBD340CA53D7458F368D970DDF33ED1A40CB4(__this, L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.ConstrainedExecution.PrePrepareMethodAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrePrepareMethodAttribute__ctor_m26E138EE959330CA3955DD55A28052666FD9B42F (PrePrepareMethodAttribute_t1AAC53736A3CC5D354702CBD6E20176AD663ADC8 * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.InteropServices.PreserveSigAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PreserveSigAttribute__ctor_m479CED0A7B8DDFC82BD1B89DB3B3EE3A12AC92B0 (PreserveSigAttribute_t7242C5AFDC267ABED85699B12E42FD4AF45307D1 * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Math.Prime.PrimalityTest::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimalityTest__ctor_mF360EB4D7CD17F750F24841050A59025127806BC (PrimalityTest_tACCB9F1C059A66CADCC2AB71638267E2487F06AF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Boolean Mono.Math.Prime.PrimalityTest::Invoke(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimalityTest_Invoke_m433AF035443E04FA6E469A8AA5174000C724C026 (PrimalityTest_tACCB9F1C059A66CADCC2AB71638267E2487F06AF * __this, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi0, int32_t ___confidence1, const RuntimeMethod* method) { bool result = false; DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef bool (*FunctionPointerType) (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___bi0, ___confidence1, targetMethod); } else { // closed typedef bool (*FunctionPointerType) (void*, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___bi0, ___confidence1, targetMethod); } } else if (___parameterCount != 2) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< bool, int32_t >::Invoke(targetMethod, ___bi0, ___confidence1); else result = GenericVirtualFuncInvoker1< bool, int32_t >::Invoke(targetMethod, ___bi0, ___confidence1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___bi0, ___confidence1); else result = VirtualFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___bi0, ___confidence1); } } else { typedef bool (*FunctionPointerType) (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___bi0, ___confidence1, targetMethod); } } else { // closed if (targetThis == NULL) { typedef bool (*FunctionPointerType) (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___bi0, ___confidence1, targetMethod); } else { typedef bool (*FunctionPointerType) (void*, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___bi0, ___confidence1, targetMethod); } } } return result; } #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 Mono.Math.Prime.PrimalityTests::GetSPPRounds(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimalityTests_GetSPPRounds_m1F25D95C26653F7CDF98C2643AF45B4F4DE9826E (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi0, int32_t ___confidence1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_0 = ___bi0; NullCheck(L_0); int32_t L_1; L_1 = BigInteger_BitCount_m7702CF0C094EC84ADA0AE35FC86C7A4C3742267C(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)((int32_t)100)))) { goto IL_0011; } } { V_1 = ((int32_t)27); goto IL_008f; } IL_0011: { int32_t L_3 = V_0; if ((((int32_t)L_3) > ((int32_t)((int32_t)150)))) { goto IL_001e; } } { V_1 = ((int32_t)18); goto IL_008f; } IL_001e: { int32_t L_4 = V_0; if ((((int32_t)L_4) > ((int32_t)((int32_t)200)))) { goto IL_002b; } } { V_1 = ((int32_t)15); goto IL_008f; } IL_002b: { int32_t L_5 = V_0; if ((((int32_t)L_5) > ((int32_t)((int32_t)250)))) { goto IL_0038; } } { V_1 = ((int32_t)12); goto IL_008f; } IL_0038: { int32_t L_6 = V_0; if ((((int32_t)L_6) > ((int32_t)((int32_t)300)))) { goto IL_0045; } } { V_1 = ((int32_t)9); goto IL_008f; } IL_0045: { int32_t L_7 = V_0; if ((((int32_t)L_7) > ((int32_t)((int32_t)350)))) { goto IL_0051; } } { V_1 = 8; goto IL_008f; } IL_0051: { int32_t L_8 = V_0; if ((((int32_t)L_8) > ((int32_t)((int32_t)400)))) { goto IL_005d; } } { V_1 = 7; goto IL_008f; } IL_005d: { int32_t L_9 = V_0; if ((((int32_t)L_9) > ((int32_t)((int32_t)500)))) { goto IL_0069; } } { V_1 = 6; goto IL_008f; } IL_0069: { int32_t L_10 = V_0; if ((((int32_t)L_10) > ((int32_t)((int32_t)600)))) { goto IL_0075; } } { V_1 = 5; goto IL_008f; } IL_0075: { int32_t L_11 = V_0; if ((((int32_t)L_11) > ((int32_t)((int32_t)800)))) { goto IL_0081; } } { V_1 = 4; goto IL_008f; } IL_0081: { int32_t L_12 = V_0; if ((((int32_t)L_12) > ((int32_t)((int32_t)1250)))) { goto IL_008d; } } { V_1 = 3; goto IL_008f; } IL_008d: { V_1 = 2; } IL_008f: { int32_t L_13 = ___confidence1; switch (L_13) { case 0: { goto IL_00af; } case 1: { goto IL_00ba; } case 2: { goto IL_00c5; } case 3: { goto IL_00c7; } case 4: { goto IL_00cb; } case 5: { goto IL_00cf; } } } { goto IL_00da; } IL_00af: { int32_t L_14 = V_1; V_1 = ((int32_t)((int32_t)L_14>>(int32_t)2)); int32_t L_15 = V_1; if (L_15) { goto IL_00b8; } } { return 1; } IL_00b8: { int32_t L_16 = V_1; return L_16; } IL_00ba: { int32_t L_17 = V_1; V_1 = ((int32_t)((int32_t)L_17>>(int32_t)1)); int32_t L_18 = V_1; if (L_18) { goto IL_00c3; } } { return 1; } IL_00c3: { int32_t L_19 = V_1; return L_19; } IL_00c5: { int32_t L_20 = V_1; return L_20; } IL_00c7: { int32_t L_21 = V_1; return ((int32_t)((int32_t)L_21<<(int32_t)1)); } IL_00cb: { int32_t L_22 = V_1; return ((int32_t)((int32_t)L_22<<(int32_t)2)); } IL_00cf: { Exception_t * L_23 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3227BC5517316F41D601A40DC84532F3C724DC04)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PrimalityTests_GetSPPRounds_m1F25D95C26653F7CDF98C2643AF45B4F4DE9826E_RuntimeMethod_var))); } IL_00da: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_24 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral497E0727E6D4098F7DA86E306F0B961AA34D95FF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PrimalityTests_GetSPPRounds_m1F25D95C26653F7CDF98C2643AF45B4F4DE9826E_RuntimeMethod_var))); } } // System.Boolean Mono.Math.Prime.PrimalityTests::Test(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimalityTests_Test_m017806E99CFDE183F962ADF5312790BF48E320D1 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___n0, int32_t ___confidence1, const RuntimeMethod* method) { { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_0 = ___n0; NullCheck(L_0); int32_t L_1; L_1 = BigInteger_BitCount_m7702CF0C094EC84ADA0AE35FC86C7A4C3742267C(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) >= ((int32_t)((int32_t)33)))) { goto IL_0012; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_2 = ___n0; int32_t L_3 = ___confidence1; bool L_4; L_4 = PrimalityTests_SmallPrimeSppTest_m1E26017A1815F88ABB0FBD9226BE61F5750CD5F3(L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0012: { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_5 = ___n0; int32_t L_6 = ___confidence1; bool L_7; L_7 = PrimalityTests_RabinMillerTest_m091CBF379AEAE0A349B313081A9FC760D66A4D87(L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean Mono.Math.Prime.PrimalityTests::RabinMillerTest(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimalityTests_RabinMillerTest_m091CBF379AEAE0A349B313081A9FC760D66A4D87 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___n0, int32_t ___confidence1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_2 = NULL; int32_t V_3 = 0; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_4 = NULL; ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6 * V_5 = NULL; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_6 = NULL; int32_t V_7 = 0; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_8 = NULL; int32_t V_9 = 0; { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_0 = ___n0; NullCheck(L_0); int32_t L_1; L_1 = BigInteger_BitCount_m7702CF0C094EC84ADA0AE35FC86C7A4C3742267C(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_3; L_3 = BigInteger_op_Implicit_m290A664D584954BAA362136E5C4E9BC0502CE31A(L_2, /*hidden argument*/NULL); int32_t L_4 = ___confidence1; int32_t L_5; L_5 = PrimalityTests_GetSPPRounds_m1F25D95C26653F7CDF98C2643AF45B4F4DE9826E(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_6 = ___n0; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_7; L_7 = BigInteger_op_Implicit_m290A664D584954BAA362136E5C4E9BC0502CE31A(1, /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_8; L_8 = BigInteger_op_Subtraction_mA33F5580E6ACA04BDB0046437FD1CF3A391A1550(L_6, L_7, /*hidden argument*/NULL); V_2 = L_8; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_9 = V_2; NullCheck(L_9); int32_t L_10; L_10 = BigInteger_LowestSetBit_m9F896DED32E7B7E97CD154C3C393AFACF39F4EDC(L_9, /*hidden argument*/NULL); V_3 = L_10; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_11 = V_2; int32_t L_12 = V_3; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_13; L_13 = BigInteger_op_RightShift_m4F66F10F24AA783056513C85BA5A098A60F2F129(L_11, L_12, /*hidden argument*/NULL); V_4 = L_13; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_14 = ___n0; ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6 * L_15 = (ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6 *)il2cpp_codegen_object_new(ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6_il2cpp_TypeInfo_var); ModulusRing__ctor_m9BD69E2B110754CDC061230F4DA1649F8B41F201(L_15, L_14, /*hidden argument*/NULL); V_5 = L_15; V_6 = (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_16 = ___n0; NullCheck(L_16); int32_t L_17; L_17 = BigInteger_BitCount_m7702CF0C094EC84ADA0AE35FC86C7A4C3742267C(L_16, /*hidden argument*/NULL); if ((((int32_t)L_17) <= ((int32_t)((int32_t)100)))) { goto IL_0052; } } { ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6 * L_18 = V_5; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_19 = V_4; NullCheck(L_18); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_20; L_20 = ModulusRing_Pow_mDBBD2E44FB1104902D5827A8DA0E7B933409412C(L_18, 2, L_19, /*hidden argument*/NULL); V_6 = L_20; } IL_0052: { V_7 = 0; goto IL_00ed; } IL_005a: { int32_t L_21 = V_7; if ((((int32_t)L_21) > ((int32_t)0))) { goto IL_0069; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_22 = V_6; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_23; L_23 = BigInteger_op_Equality_mEC40AC8B3A0841CD873CDD19B5BD8B612550C45E(L_22, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); if (!L_23) { goto IL_009a; } } IL_0069: { V_8 = (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL; } IL_006c: { int32_t L_24 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_25; L_25 = BigInteger_GenerateRandom_mE5F0D05CC99BA615CE392D5432E780B374830A7C(L_24, /*hidden argument*/NULL); V_8 = L_25; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_26 = V_8; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_27; L_27 = BigInteger_op_Implicit_m290A664D584954BAA362136E5C4E9BC0502CE31A(2, /*hidden argument*/NULL); bool L_28; L_28 = BigInteger_op_LessThanOrEqual_mBB2241845DB8E9E00F60C21A5C7FE8308C3EE840(L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_008d; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_29 = V_8; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_30 = V_2; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_31; L_31 = BigInteger_op_GreaterThanOrEqual_m4807C8C3F1EAC6AB7AF064E0DA106F19608384C3(L_29, L_30, /*hidden argument*/NULL); if (L_31) { goto IL_006c; } } IL_008d: { ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6 * L_32 = V_5; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_33 = V_8; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_34 = V_4; NullCheck(L_32); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_35; L_35 = ModulusRing_Pow_m08BCE5ECF7A9443A600431DDCE47D36384BE876D(L_32, L_33, L_34, /*hidden argument*/NULL); V_6 = L_35; } IL_009a: { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_36 = V_6; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_37; L_37 = BigInteger_op_Equality_mF143970E3A8EF974F60F2F1D25BDF4F97EC03197(L_36, 1, /*hidden argument*/NULL); if (L_37) { goto IL_00e7; } } { V_9 = 0; goto IL_00cc; } IL_00a9: { ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6 * L_38 = V_5; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_39 = V_6; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_40; L_40 = BigInteger_op_Implicit_m290A664D584954BAA362136E5C4E9BC0502CE31A(2, /*hidden argument*/NULL); NullCheck(L_38); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_41; L_41 = ModulusRing_Pow_m08BCE5ECF7A9443A600431DDCE47D36384BE876D(L_38, L_39, L_40, /*hidden argument*/NULL); V_6 = L_41; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_42 = V_6; bool L_43; L_43 = BigInteger_op_Equality_mF143970E3A8EF974F60F2F1D25BDF4F97EC03197(L_42, 1, /*hidden argument*/NULL); if (!L_43) { goto IL_00c6; } } { return (bool)0; } IL_00c6: { int32_t L_44 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00cc: { int32_t L_45 = V_9; int32_t L_46 = V_3; if ((((int32_t)L_45) >= ((int32_t)L_46))) { goto IL_00db; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_47 = V_6; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_48 = V_2; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_49; L_49 = BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658(L_47, L_48, /*hidden argument*/NULL); if (L_49) { goto IL_00a9; } } IL_00db: { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_50 = V_6; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_51 = V_2; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_52; L_52 = BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658(L_50, L_51, /*hidden argument*/NULL); if (!L_52) { goto IL_00e7; } } { return (bool)0; } IL_00e7: { int32_t L_53 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_00ed: { int32_t L_54 = V_7; int32_t L_55 = V_1; if ((((int32_t)L_54) < ((int32_t)L_55))) { goto IL_005a; } } { return (bool)1; } } // System.Boolean Mono.Math.Prime.PrimalityTests::SmallPrimeSppTest(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimalityTests_SmallPrimeSppTest_m1E26017A1815F88ABB0FBD9226BE61F5750CD5F3 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi0, int32_t ___confidence1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_1 = NULL; int32_t V_2 = 0; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_3 = NULL; ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6 * V_4 = NULL; int32_t V_5 = 0; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_6 = NULL; bool V_7 = false; int32_t V_8 = 0; { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_0 = ___bi0; int32_t L_1 = ___confidence1; int32_t L_2; L_2 = PrimalityTests_GetSPPRounds_m1F25D95C26653F7CDF98C2643AF45B4F4DE9826E(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_3 = ___bi0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_4; L_4 = BigInteger_op_Implicit_m290A664D584954BAA362136E5C4E9BC0502CE31A(1, /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_5; L_5 = BigInteger_op_Subtraction_mA33F5580E6ACA04BDB0046437FD1CF3A391A1550(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_6 = V_1; NullCheck(L_6); int32_t L_7; L_7 = BigInteger_LowestSetBit_m9F896DED32E7B7E97CD154C3C393AFACF39F4EDC(L_6, /*hidden argument*/NULL); V_2 = L_7; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_8 = V_1; int32_t L_9 = V_2; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_10; L_10 = BigInteger_op_RightShift_m4F66F10F24AA783056513C85BA5A098A60F2F129(L_8, L_9, /*hidden argument*/NULL); V_3 = L_10; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_11 = ___bi0; ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6 * L_12 = (ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6 *)il2cpp_codegen_object_new(ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6_il2cpp_TypeInfo_var); ModulusRing__ctor_m9BD69E2B110754CDC061230F4DA1649F8B41F201(L_12, L_11, /*hidden argument*/NULL); V_4 = L_12; V_5 = 0; goto IL_008c; } IL_0031: { ModulusRing_t74C7B77D9D29552A359ABBDF6C14A589F65A0ED6 * L_13 = V_4; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = ((BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var))->get_smallPrimes_2(); int32_t L_15 = V_5; NullCheck(L_14); int32_t L_16 = L_15; uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_18 = V_3; NullCheck(L_13); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_19; L_19 = ModulusRing_Pow_mDBBD2E44FB1104902D5827A8DA0E7B933409412C(L_13, L_17, L_18, /*hidden argument*/NULL); V_6 = L_19; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_20 = V_6; bool L_21; L_21 = BigInteger_op_Equality_mF143970E3A8EF974F60F2F1D25BDF4F97EC03197(L_20, 1, /*hidden argument*/NULL); if (L_21) { goto IL_0086; } } { V_7 = (bool)0; V_8 = 0; goto IL_007b; } IL_0055: { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_22 = V_6; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_23 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_24; L_24 = BigInteger_op_Equality_mEC40AC8B3A0841CD873CDD19B5BD8B612550C45E(L_22, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_0064; } } { V_7 = (bool)1; goto IL_0080; } IL_0064: { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_25 = V_6; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_26 = V_6; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_27; L_27 = BigInteger_op_Multiply_mDBF69C024A364DBBBC3AB031823830225D557836(L_25, L_26, /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_28 = ___bi0; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_29; L_29 = BigInteger_op_Modulus_mE1915B07C6FB8876BC099BCD5F485D40BFE3A8CF(L_27, L_28, /*hidden argument*/NULL); V_6 = L_29; int32_t L_30 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_007b: { int32_t L_31 = V_8; int32_t L_32 = V_2; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0055; } } IL_0080: { bool L_33 = V_7; if (L_33) { goto IL_0086; } } { return (bool)0; } IL_0086: { int32_t L_34 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_008c: { int32_t L_35 = V_5; int32_t L_36 = V_0; if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_0031; } } { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Math.Prime.ConfidenceFactor Mono.Math.Prime.Generator.PrimeGeneratorBase::get_Confidence() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimeGeneratorBase_get_Confidence_m9F93934E37760C08FB4DE74B675A922F72F027C7 (PrimeGeneratorBase_t214EED83211E78637C0C5E5A1EB42A3A073BB106 * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // Mono.Math.Prime.PrimalityTest Mono.Math.Prime.Generator.PrimeGeneratorBase::get_PrimalityTest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimalityTest_tACCB9F1C059A66CADCC2AB71638267E2487F06AF * PrimeGeneratorBase_get_PrimalityTest_m11AB4F2AAE9A23D4C3BA3522505421AF4093771C (PrimeGeneratorBase_t214EED83211E78637C0C5E5A1EB42A3A073BB106 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimalityTest_tACCB9F1C059A66CADCC2AB71638267E2487F06AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimalityTests_RabinMillerTest_m091CBF379AEAE0A349B313081A9FC760D66A4D87_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { PrimalityTest_tACCB9F1C059A66CADCC2AB71638267E2487F06AF * L_0 = (PrimalityTest_tACCB9F1C059A66CADCC2AB71638267E2487F06AF *)il2cpp_codegen_object_new(PrimalityTest_tACCB9F1C059A66CADCC2AB71638267E2487F06AF_il2cpp_TypeInfo_var); PrimalityTest__ctor_mF360EB4D7CD17F750F24841050A59025127806BC(L_0, NULL, (intptr_t)((intptr_t)PrimalityTests_RabinMillerTest_m091CBF379AEAE0A349B313081A9FC760D66A4D87_RuntimeMethod_var), /*hidden argument*/NULL); return L_0; } } // System.Int32 Mono.Math.Prime.Generator.PrimeGeneratorBase::get_TrialDivisionBounds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimeGeneratorBase_get_TrialDivisionBounds_m9A17DEFEF85F8BA063FF799722C8A21F1057D3D8 (PrimeGeneratorBase_t214EED83211E78637C0C5E5A1EB42A3A073BB106 * __this, const RuntimeMethod* method) { { return ((int32_t)4000); } } // System.Void Mono.Math.Prime.Generator.PrimeGeneratorBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimeGeneratorBase__ctor_m1D35642324142ED80CB1CA2F3F6F7D4623E20A0B (PrimeGeneratorBase_t214EED83211E78637C0C5E5A1EB42A3A073BB106 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::.ctor(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Array) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveArray__ctor_m70E00A1CB9A559E70557AD0C72D0D4A3851BADAD (PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4 * __this, int32_t ___code0, RuntimeArray * ___array1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___code0; RuntimeArray * L_1 = ___array1; PrimitiveArray_Init_m1CEC4BE786B03D181EF8DCE71971B01489C05415(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::Init(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Array) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveArray_Init_m1CEC4BE786B03D181EF8DCE71971B01489C05415 (PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4 * __this, int32_t ___code0, RuntimeArray * ___array1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___code0; __this->set_code_0(L_0); int32_t L_1 = ___code0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_0050; } case 1: { goto IL_00de; } case 2: { goto IL_005d; } case 3: { goto IL_00de; } case 4: { goto IL_00de; } case 5: { goto IL_006a; } case 6: { goto IL_0077; } case 7: { goto IL_0084; } case 8: { goto IL_0091; } case 9: { goto IL_009e; } case 10: { goto IL_00ab; } case 11: { goto IL_00de; } case 12: { goto IL_00de; } case 13: { goto IL_00b8; } case 14: { goto IL_00c5; } case 15: { goto IL_00d2; } } } { return; } IL_0050: { RuntimeArray * L_2 = ___array1; __this->set_booleanA_1(((BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)Castclass((RuntimeObject*)L_2, BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var))); return; } IL_005d: { RuntimeArray * L_3 = ___array1; __this->set_charA_2(((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)Castclass((RuntimeObject*)L_3, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var))); return; } IL_006a: { RuntimeArray * L_4 = ___array1; __this->set_doubleA_3(((DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)Castclass((RuntimeObject*)L_4, DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_il2cpp_TypeInfo_var))); return; } IL_0077: { RuntimeArray * L_5 = ___array1; __this->set_int16A_4(((Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)Castclass((RuntimeObject*)L_5, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var))); return; } IL_0084: { RuntimeArray * L_6 = ___array1; __this->set_int32A_5(((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)Castclass((RuntimeObject*)L_6, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var))); return; } IL_0091: { RuntimeArray * L_7 = ___array1; __this->set_int64A_6(((Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)Castclass((RuntimeObject*)L_7, Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var))); return; } IL_009e: { RuntimeArray * L_8 = ___array1; __this->set_sbyteA_7(((SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7*)Castclass((RuntimeObject*)L_8, SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7_il2cpp_TypeInfo_var))); return; } IL_00ab: { RuntimeArray * L_9 = ___array1; __this->set_singleA_8(((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)Castclass((RuntimeObject*)L_9, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var))); return; } IL_00b8: { RuntimeArray * L_10 = ___array1; __this->set_uint16A_9(((UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67*)Castclass((RuntimeObject*)L_10, UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67_il2cpp_TypeInfo_var))); return; } IL_00c5: { RuntimeArray * L_11 = ___array1; __this->set_uint32A_10(((UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)Castclass((RuntimeObject*)L_11, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var))); return; } IL_00d2: { RuntimeArray * L_12 = ___array1; __this->set_uint64A_11(((UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)Castclass((RuntimeObject*)L_12, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var))); } IL_00de: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.PrimitiveArray::SetValue(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveArray_SetValue_m258F639D1BD6767831469C61739DCF0266876078 (PrimitiveArray_t5384C101124DF4A154AEB207C0E757180D57ECE4 * __this, String_t* ___value0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26AA6BF311D6D0CC33577281F9D8E788362EB433); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_code_0(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_0050; } case 1: { goto IL_0143; } case 2: { goto IL_005f; } case 3: { goto IL_0143; } case 4: { goto IL_0143; } case 5: { goto IL_0090; } case 6: { goto IL_00a4; } case 7: { goto IL_00b8; } case 8: { goto IL_00cc; } case 9: { goto IL_00e0; } case 10: { goto IL_00f4; } case 11: { goto IL_0143; } case 12: { goto IL_0143; } case 13: { goto IL_0108; } case 14: { goto IL_011c; } case 15: { goto IL_0130; } } } { return; } IL_0050: { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_2 = __this->get_booleanA_1(); int32_t L_3 = ___index1; String_t* L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); bool L_5; L_5 = Boolean_Parse_m97AFBD113AE4629041678100C5A595F3529C7F7D(L_4, /*hidden argument*/NULL); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (bool)L_5); return; } IL_005f: { String_t* L_6 = ___value0; NullCheck(L_6); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_6, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)95))))) { goto IL_0081; } } { String_t* L_8 = ___value0; NullCheck(L_8); bool L_9; L_9 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_8, _stringLiteral26AA6BF311D6D0CC33577281F9D8E788362EB433, /*hidden argument*/NULL); if (!L_9) { goto IL_0081; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = __this->get_charA_2(); int32_t L_11 = ___index1; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (Il2CppChar)0); return; } IL_0081: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = __this->get_charA_2(); int32_t L_13 = ___index1; String_t* L_14 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_15; L_15 = Char_Parse_m47770850BCFCC5ABE9AA260294EB56BEF85531DE(L_14, /*hidden argument*/NULL); NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (Il2CppChar)L_15); return; } IL_0090: { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_16 = __this->get_doubleA_3(); int32_t L_17 = ___index1; String_t* L_18 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_19; L_19 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); double L_20; L_20 = Double_Parse_m281C3FAE601723AC732D26BAFC6D61CEFD2E0F7D(L_18, L_19, /*hidden argument*/NULL); NullCheck(L_16); (L_16)->SetAt(static_cast(L_17), (double)L_20); return; } IL_00a4: { Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_21 = __this->get_int16A_4(); int32_t L_22 = ___index1; String_t* L_23 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_24; L_24 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int16_t L_25; L_25 = Int16_Parse_mAE47C17BE0A5C7A6B369E4DF51B07031A56FDCB8(L_23, L_24, /*hidden argument*/NULL); NullCheck(L_21); (L_21)->SetAt(static_cast(L_22), (int16_t)L_25); return; } IL_00b8: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_26 = __this->get_int32A_5(); int32_t L_27 = ___index1; String_t* L_28 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_29; L_29 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int32_t L_30; L_30 = Int32_Parse_mCCC6B0A23CE31124F68EF486CC61705CDE61F084(L_28, L_29, /*hidden argument*/NULL); NullCheck(L_26); (L_26)->SetAt(static_cast(L_27), (int32_t)L_30); return; } IL_00cc: { Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_31 = __this->get_int64A_6(); int32_t L_32 = ___index1; String_t* L_33 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_34; L_34 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int64_t L_35; L_35 = Int64_Parse_m8DDFA7706B4470D748A591EA89D224D608BD756C(L_33, L_34, /*hidden argument*/NULL); NullCheck(L_31); (L_31)->SetAt(static_cast(L_32), (int64_t)L_35); return; } IL_00e0: { SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_36 = __this->get_sbyteA_7(); int32_t L_37 = ___index1; String_t* L_38 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_39; L_39 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int8_t L_40; L_40 = SByte_Parse_mA51CD860E0C994ED05897B53F0F98814F20BDFEA(L_38, L_39, /*hidden argument*/NULL); NullCheck(L_36); (L_36)->SetAt(static_cast(L_37), (int8_t)L_40); return; } IL_00f4: { SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_41 = __this->get_singleA_8(); int32_t L_42 = ___index1; String_t* L_43 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_44; L_44 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); float L_45; L_45 = Single_Parse_m2CEE3E81A3D2E04934160117DFA3729B8158F101(L_43, L_44, /*hidden argument*/NULL); NullCheck(L_41); (L_41)->SetAt(static_cast(L_42), (float)L_45); return; } IL_0108: { UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_46 = __this->get_uint16A_9(); int32_t L_47 = ___index1; String_t* L_48 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_49; L_49 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); uint16_t L_50; L_50 = UInt16_Parse_m286F1944E7457B74F5DF9732C86307476BC91B8A(L_48, L_49, /*hidden argument*/NULL); NullCheck(L_46); (L_46)->SetAt(static_cast(L_47), (uint16_t)L_50); return; } IL_011c: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_51 = __this->get_uint32A_10(); int32_t L_52 = ___index1; String_t* L_53 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_54; L_54 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); uint32_t L_55; L_55 = UInt32_Parse_m0459E23B10AC17C8F421A7C3E2FAC841E1D95DAF(L_53, L_54, /*hidden argument*/NULL); NullCheck(L_51); (L_51)->SetAt(static_cast(L_52), (uint32_t)L_55); return; } IL_0130: { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_56 = __this->get_uint64A_11(); int32_t L_57 = ___index1; String_t* L_58 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_59; L_59 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); uint64_t L_60; L_60 = UInt64_Parse_mE803A7F2BA4C7147A7EF71410DAA923F666C9E97(L_58, L_59, /*hidden argument*/NULL); NullCheck(L_56); (L_56)->SetAt(static_cast(L_57), (uint64_t)L_60); } IL_0143: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PropertyAttributes System.Reflection.Emit.PropertyBuilder::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyBuilder_get_Attributes_m31F01A5FEBA929E73AA8436B282A117A1FF059E6 (PropertyBuilder_tC6C9AA166B85748AE7E01EED48443244EB95CC7F * __this, const RuntimeMethod* method) { { PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E * L_0 = (PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_il2cpp_TypeInfo_var))); PlatformNotSupportedException__ctor_mF4122BD5C9FF6CF441C2A4BCECF012EEF603AE05(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyBuilder_get_Attributes_m31F01A5FEBA929E73AA8436B282A117A1FF059E6_RuntimeMethod_var))); } } // System.Boolean System.Reflection.Emit.PropertyBuilder::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyBuilder_get_CanRead_m6A2400F779266862B96B3BDB4C02FA9B6D9DE1A9 (PropertyBuilder_tC6C9AA166B85748AE7E01EED48443244EB95CC7F * __this, const RuntimeMethod* method) { { PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E * L_0 = (PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_il2cpp_TypeInfo_var))); PlatformNotSupportedException__ctor_mF4122BD5C9FF6CF441C2A4BCECF012EEF603AE05(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyBuilder_get_CanRead_m6A2400F779266862B96B3BDB4C02FA9B6D9DE1A9_RuntimeMethod_var))); } } // System.Boolean System.Reflection.Emit.PropertyBuilder::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyBuilder_get_CanWrite_m4C6FE73BB6630EE962B50605A9E4569B0CC325B9 (PropertyBuilder_tC6C9AA166B85748AE7E01EED48443244EB95CC7F * __this, const RuntimeMethod* method) { { PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E * L_0 = (PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_il2cpp_TypeInfo_var))); PlatformNotSupportedException__ctor_mF4122BD5C9FF6CF441C2A4BCECF012EEF603AE05(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyBuilder_get_CanWrite_m4C6FE73BB6630EE962B50605A9E4569B0CC325B9_RuntimeMethod_var))); } } // System.Type System.Reflection.Emit.PropertyBuilder::get_DeclaringType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * PropertyBuilder_get_DeclaringType_m8DE0B82E92DA9C9A2132F45915D19CFF8AD52895 (PropertyBuilder_tC6C9AA166B85748AE7E01EED48443244EB95CC7F * __this, const RuntimeMethod* method) { { PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E * L_0 = (PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_il2cpp_TypeInfo_var))); PlatformNotSupportedException__ctor_mF4122BD5C9FF6CF441C2A4BCECF012EEF603AE05(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyBuilder_get_DeclaringType_m8DE0B82E92DA9C9A2132F45915D19CFF8AD52895_RuntimeMethod_var))); } } // System.String System.Reflection.Emit.PropertyBuilder::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PropertyBuilder_get_Name_m11893813474A7B440C4F706F7185AD8677F45406 (PropertyBuilder_tC6C9AA166B85748AE7E01EED48443244EB95CC7F * __this, const RuntimeMethod* method) { { PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E * L_0 = (PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_il2cpp_TypeInfo_var))); PlatformNotSupportedException__ctor_mF4122BD5C9FF6CF441C2A4BCECF012EEF603AE05(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyBuilder_get_Name_m11893813474A7B440C4F706F7185AD8677F45406_RuntimeMethod_var))); } } // System.Type System.Reflection.Emit.PropertyBuilder::get_PropertyType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * PropertyBuilder_get_PropertyType_mB5FDCDBA475CCBF978602B6CC6002FCC0F082988 (PropertyBuilder_tC6C9AA166B85748AE7E01EED48443244EB95CC7F * __this, const RuntimeMethod* method) { { PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E * L_0 = (PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_il2cpp_TypeInfo_var))); PlatformNotSupportedException__ctor_mF4122BD5C9FF6CF441C2A4BCECF012EEF603AE05(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyBuilder_get_PropertyType_mB5FDCDBA475CCBF978602B6CC6002FCC0F082988_RuntimeMethod_var))); } } // System.Reflection.ParameterInfo[] System.Reflection.Emit.PropertyBuilder::GetIndexParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* PropertyBuilder_GetIndexParameters_m01E19AB79256280A332873AAA55C3AA5B29EEBED (PropertyBuilder_tC6C9AA166B85748AE7E01EED48443244EB95CC7F * __this, const RuntimeMethod* method) { { PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E * L_0 = (PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_il2cpp_TypeInfo_var))); PlatformNotSupportedException__ctor_mF4122BD5C9FF6CF441C2A4BCECF012EEF603AE05(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyBuilder_GetIndexParameters_m01E19AB79256280A332873AAA55C3AA5B29EEBED_RuntimeMethod_var))); } } // System.Type System.Reflection.Emit.PropertyBuilder::get_ReflectedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * PropertyBuilder_get_ReflectedType_mC2AF5AB57DED4CC31AB364CB5E9F2D2BE8B551C0 (PropertyBuilder_tC6C9AA166B85748AE7E01EED48443244EB95CC7F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyBuilder_get_ReflectedType_mC2AF5AB57DED4CC31AB364CB5E9F2D2BE8B551C0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(PropertyBuilder_get_ReflectedType_mC2AF5AB57DED4CC31AB364CB5E9F2D2BE8B551C0_RuntimeMethod_var); return (Type_t *)NULL; } } // System.Reflection.MethodInfo[] System.Reflection.Emit.PropertyBuilder::GetAccessors(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E* PropertyBuilder_GetAccessors_m040EAADD9063427BC68013C46E36516B3F676F75 (PropertyBuilder_tC6C9AA166B85748AE7E01EED48443244EB95CC7F * __this, bool ___nonPublic0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyBuilder_GetAccessors_m040EAADD9063427BC68013C46E36516B3F676F75_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(PropertyBuilder_GetAccessors_m040EAADD9063427BC68013C46E36516B3F676F75_RuntimeMethod_var); return (MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E*)NULL; } } // System.Object[] System.Reflection.Emit.PropertyBuilder::GetCustomAttributes(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* PropertyBuilder_GetCustomAttributes_mC28D85763B81A4A31A68160C31A75AB97DEC2AAE (PropertyBuilder_tC6C9AA166B85748AE7E01EED48443244EB95CC7F * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyBuilder_GetCustomAttributes_mC28D85763B81A4A31A68160C31A75AB97DEC2AAE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(PropertyBuilder_GetCustomAttributes_mC28D85763B81A4A31A68160C31A75AB97DEC2AAE_RuntimeMethod_var); return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL; } } // System.Object[] System.Reflection.Emit.PropertyBuilder::GetCustomAttributes(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* PropertyBuilder_GetCustomAttributes_m402E985B7EDD0D23ADFB1DA1A914A08B967EEB4E (PropertyBuilder_tC6C9AA166B85748AE7E01EED48443244EB95CC7F * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyBuilder_GetCustomAttributes_m402E985B7EDD0D23ADFB1DA1A914A08B967EEB4E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(PropertyBuilder_GetCustomAttributes_m402E985B7EDD0D23ADFB1DA1A914A08B967EEB4E_RuntimeMethod_var); return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL; } } // System.Reflection.MethodInfo System.Reflection.Emit.PropertyBuilder::GetGetMethod(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * PropertyBuilder_GetGetMethod_mA1D892FF3383D5580E38660833849E4F4E178A0B (PropertyBuilder_tC6C9AA166B85748AE7E01EED48443244EB95CC7F * __this, bool ___nonPublic0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyBuilder_GetGetMethod_mA1D892FF3383D5580E38660833849E4F4E178A0B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(PropertyBuilder_GetGetMethod_mA1D892FF3383D5580E38660833849E4F4E178A0B_RuntimeMethod_var); return (MethodInfo_t *)NULL; } } // System.Reflection.MethodInfo System.Reflection.Emit.PropertyBuilder::GetSetMethod(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * PropertyBuilder_GetSetMethod_m6D8D2B41E6D0B264BC4C5649A2A84FA1612A2328 (PropertyBuilder_tC6C9AA166B85748AE7E01EED48443244EB95CC7F * __this, bool ___nonPublic0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyBuilder_GetSetMethod_m6D8D2B41E6D0B264BC4C5649A2A84FA1612A2328_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(PropertyBuilder_GetSetMethod_m6D8D2B41E6D0B264BC4C5649A2A84FA1612A2328_RuntimeMethod_var); return (MethodInfo_t *)NULL; } } // System.Object System.Reflection.Emit.PropertyBuilder::GetValue(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PropertyBuilder_GetValue_mBE812791CA89BA9A3E08BD2DA64442C59D273C92 (PropertyBuilder_tC6C9AA166B85748AE7E01EED48443244EB95CC7F * __this, RuntimeObject * ___obj0, int32_t ___invokeAttr1, Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___binder2, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___index3, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyBuilder_GetValue_mBE812791CA89BA9A3E08BD2DA64442C59D273C92_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(PropertyBuilder_GetValue_mBE812791CA89BA9A3E08BD2DA64442C59D273C92_RuntimeMethod_var); return NULL; } } // System.Boolean System.Reflection.Emit.PropertyBuilder::IsDefined(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyBuilder_IsDefined_m46E14FB4C3670AE9BC65D95DF3638B3BF4207397 (PropertyBuilder_tC6C9AA166B85748AE7E01EED48443244EB95CC7F * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyBuilder_IsDefined_m46E14FB4C3670AE9BC65D95DF3638B3BF4207397_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(PropertyBuilder_IsDefined_m46E14FB4C3670AE9BC65D95DF3638B3BF4207397_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Reflection.Emit.PropertyBuilder::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyBuilder_SetValue_m7DC55149C836759041C03EB107DBE9F11E5B48DA (PropertyBuilder_tC6C9AA166B85748AE7E01EED48443244EB95CC7F * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, int32_t ___invokeAttr2, Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___binder3, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___index4, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyBuilder_SetValue_m7DC55149C836759041C03EB107DBE9F11E5B48DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(PropertyBuilder_SetValue_m7DC55149C836759041C03EB107DBE9F11E5B48DA_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodInfo System.Reflection.PropertyInfo::get_GetMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * PropertyInfo_get_GetMethod_m8C2BEF3AACF37579B0C99181362A120CFF0EF390 (PropertyInfo_t * __this, const RuntimeMethod* method) { { MethodInfo_t * L_0; L_0 = VirtualFuncInvoker1< MethodInfo_t *, bool >::Invoke(27 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod(System.Boolean) */, __this, (bool)1); return L_0; } } // System.Reflection.MethodInfo System.Reflection.PropertyInfo::get_SetMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * PropertyInfo_get_SetMethod_m170F43002BA9849C9E1606D3F7731038C54171F9 (PropertyInfo_t * __this, const RuntimeMethod* method) { { MethodInfo_t * L_0; L_0 = VirtualFuncInvoker1< MethodInfo_t *, bool >::Invoke(30 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetSetMethod(System.Boolean) */, __this, (bool)1); return L_0; } } // System.Boolean System.Reflection.PropertyInfo::get_IsSpecialName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_get_IsSpecialName_m4909D99AE40EBD59CC6A336008A84FC1F6D40653 (PropertyInfo_t * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(18 /* System.Reflection.PropertyAttributes System.Reflection.PropertyInfo::get_Attributes() */, __this); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)512)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Reflection.MemberTypes System.Reflection.PropertyInfo::get_MemberType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyInfo_get_MemberType_m512294DB6302587E4D35080D2ACDCBEDD859F15B (PropertyInfo_t * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)16)); } } // System.Void System.Reflection.PropertyInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyInfo__ctor_mA45774CF32DDE776C4AC0F7E0F609B3338666FA6 (PropertyInfo_t * __this, const RuntimeMethod* method) { { MemberInfo__ctor_m7C397FDF82E54E82DA85509AE124A358FFDBA0C3(__this, /*hidden argument*/NULL); return; } } // System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * PropertyInfo_GetGetMethod_mF4C45BCBA7BFBFF2F4E933A9F588D8BF9656EE00 (PropertyInfo_t * __this, const RuntimeMethod* method) { { MethodInfo_t * L_0; L_0 = VirtualFuncInvoker1< MethodInfo_t *, bool >::Invoke(27 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod(System.Boolean) */, __this, (bool)0); return L_0; } } // System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetSetMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * PropertyInfo_GetSetMethod_mAE6FA7A70FDB59EACB12FD092B4A6AC580B0C458 (PropertyInfo_t * __this, const RuntimeMethod* method) { { MethodInfo_t * L_0; L_0 = VirtualFuncInvoker1< MethodInfo_t *, bool >::Invoke(30 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetSetMethod(System.Boolean) */, __this, (bool)0); return L_0; } } // System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PropertyInfo_GetValue_m9D8277A36DE655A1AC36CB904CC6B9E112D20968 (PropertyInfo_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___index1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___index1; RuntimeObject * L_2; L_2 = VirtualFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(32 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, __this, L_0, 0, (Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *)NULL, L_1, (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)NULL); return L_2; } } // System.Object System.Reflection.PropertyInfo::GetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PropertyInfo_GetValue_m2E9CA9EBD5971D3A30DDCB07A720A978AB9E18AE (PropertyInfo_t * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1; L_1 = VirtualFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(32 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, __this, L_0, 0, (Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *)NULL, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)NULL); return L_1; } } // System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyInfo_SetValue_m3607E1546572C81F7929DB03E4F6F854FB45D38F (PropertyInfo_t * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___index2, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = ___value1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___index2; VirtualActionInvoker6< RuntimeObject *, RuntimeObject *, int32_t, Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(34 /* System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, __this, L_0, L_1, 0, (Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *)NULL, L_2, (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)NULL); return; } } // System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyInfo_SetValue_m8397EBC06D7DC1EFB56EEA65E7DB4AA362CA4170 (PropertyInfo_t * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = ___value1; VirtualActionInvoker6< RuntimeObject *, RuntimeObject *, int32_t, Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(34 /* System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, __this, L_0, L_1, 0, (Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *)NULL, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)NULL); return; } } // System.Type[] System.Reflection.PropertyInfo::GetOptionalCustomModifiers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* PropertyInfo_GetOptionalCustomModifiers_m11DE5BA04FD87F2738BFE67865B07B43119959C9 (PropertyInfo_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_0 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_5(); return L_0; } } // System.Type[] System.Reflection.PropertyInfo::GetRequiredCustomModifiers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* PropertyInfo_GetRequiredCustomModifiers_m5C9A0BA5552B3D1035B1B2830A0F34BDB9B16DF0 (PropertyInfo_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_0 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_5(); return L_0; } } // System.NotImplementedException System.Reflection.PropertyInfo::CreateNIE() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * PropertyInfo_CreateNIE_m47E5D317F8A549BCC3C303E5B096E9CE106D08F7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_0, /*hidden argument*/NULL); return L_0; } } // System.Object System.Reflection.PropertyInfo::GetConstantValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PropertyInfo_GetConstantValue_m33238296A0909C116DAB34316FAED78F95418175 (PropertyInfo_t * __this, const RuntimeMethod* method) { { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0; L_0 = PropertyInfo_CreateNIE_m47E5D317F8A549BCC3C303E5B096E9CE106D08F7(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyInfo_GetConstantValue_m33238296A0909C116DAB34316FAED78F95418175_RuntimeMethod_var))); } } // System.Object System.Reflection.PropertyInfo::GetRawConstantValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PropertyInfo_GetRawConstantValue_m3B7241FFC0832BE34CE67029A937EFB9C67D1181 (PropertyInfo_t * __this, const RuntimeMethod* method) { { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0; L_0 = PropertyInfo_CreateNIE_m47E5D317F8A549BCC3C303E5B096E9CE106D08F7(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyInfo_GetRawConstantValue_m3B7241FFC0832BE34CE67029A937EFB9C67D1181_RuntimeMethod_var))); } } // System.Boolean System.Reflection.PropertyInfo::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_Equals_m7331695AC61B2E6187D91B4B2D11C683AD29B5C2 (PropertyInfo_t * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; return (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(PropertyInfo_t *)__this))? 1 : 0); } } // System.Int32 System.Reflection.PropertyInfo::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyInfo_GetHashCode_m580AB537BEF78FFB1B4D046C1D0C001714C718D9 (PropertyInfo_t * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = MemberInfo_GetHashCode_mD7CA143E3740C77193707D831BB277458969A5C5(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Reflection.PropertyInfo::op_Equality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Equality_m94A58A417AD82DA8ABCE4B0DCAA3019A586D5B16 (PropertyInfo_t * ___left0, PropertyInfo_t * ___right1, const RuntimeMethod* method) { { PropertyInfo_t * L_0 = ___left0; PropertyInfo_t * L_1 = ___right1; if ((!(((RuntimeObject*)(PropertyInfo_t *)L_0) == ((RuntimeObject*)(PropertyInfo_t *)L_1)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { PropertyInfo_t * L_2 = ___left0; PropertyInfo_t * L_3 = ___right1; if (!((int32_t)((int32_t)((((RuntimeObject*)(PropertyInfo_t *)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)^(int32_t)((((RuntimeObject*)(PropertyInfo_t *)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)))) { goto IL_0013; } } { return (bool)0; } IL_0013: { PropertyInfo_t * L_4 = ___left0; PropertyInfo_t * L_5 = ___right1; NullCheck(L_4); bool L_6; L_6 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5); return L_6; } } // System.Boolean System.Reflection.PropertyInfo::op_Inequality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Inequality_mB4C6169DC83174E7712055F0973BC55469AD9962 (PropertyInfo_t * ___left0, PropertyInfo_t * ___right1, const RuntimeMethod* method) { { PropertyInfo_t * L_0 = ___left0; PropertyInfo_t * L_1 = ___right1; if ((!(((RuntimeObject*)(PropertyInfo_t *)L_0) == ((RuntimeObject*)(PropertyInfo_t *)L_1)))) { goto IL_0006; } } { return (bool)0; } IL_0006: { PropertyInfo_t * L_2 = ___left0; PropertyInfo_t * L_3 = ___right1; if (!((int32_t)((int32_t)((((RuntimeObject*)(PropertyInfo_t *)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)^(int32_t)((((RuntimeObject*)(PropertyInfo_t *)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)))) { goto IL_0013; } } { return (bool)1; } IL_0013: { PropertyInfo_t * L_4 = ___left0; PropertyInfo_t * L_5 = ___right1; NullCheck(L_4); bool L_6; L_6 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5); return (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0); } } // System.Reflection.PropertyInfo System.Reflection.PropertyInfo::internal_from_handle_type(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * PropertyInfo_internal_from_handle_type_m1460B56C30E31DDCE2CF08BF0546F9ED46AE58E1 (intptr_t ___event_handle0, intptr_t ___type_handle1, const RuntimeMethod* method) { typedef PropertyInfo_t * (*PropertyInfo_internal_from_handle_type_m1460B56C30E31DDCE2CF08BF0546F9ED46AE58E1_ftn) (intptr_t, intptr_t); using namespace il2cpp::icalls; return ((PropertyInfo_internal_from_handle_type_m1460B56C30E31DDCE2CF08BF0546F9ED46AE58E1_ftn)mscorlib::System::Reflection::PropertyInfo::internal_from_handle_type) (___event_handle0, ___type_handle1); } // System.Reflection.PropertyInfo System.Reflection.PropertyInfo::GetPropertyFromHandle(Mono.RuntimePropertyHandle,System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * PropertyInfo_GetPropertyFromHandle_m2080D03F7C945112F336A72D033157FB4988DF8D (RuntimePropertyHandle_t843D2A2D5C9669456565E0F68CD088C7503CDAF0 ___handle0, RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___reflectedType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyInfo_t * G_B4_0 = NULL; PropertyInfo_t * G_B3_0 = NULL; { intptr_t L_0; L_0 = RuntimePropertyHandle_get_Value_m084C9F03C43A5256299155C48BB12182DC7D7522_inline((RuntimePropertyHandle_t843D2A2D5C9669456565E0F68CD088C7503CDAF0 *)(&___handle0), /*hidden argument*/NULL); bool L_1; L_1 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_001e; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1665DD7C1B7477FE2163DDEAC999E5AA478B193D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyInfo_GetPropertyFromHandle_m2080D03F7C945112F336A72D033157FB4988DF8D_RuntimeMethod_var))); } IL_001e: { intptr_t L_3; L_3 = RuntimePropertyHandle_get_Value_m084C9F03C43A5256299155C48BB12182DC7D7522_inline((RuntimePropertyHandle_t843D2A2D5C9669456565E0F68CD088C7503CDAF0 *)(&___handle0), /*hidden argument*/NULL); intptr_t L_4; L_4 = RuntimeTypeHandle_get_Value_m78299A03EF551606AEA2F77C9ECEE38E1D741885_inline((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 *)(&___reflectedType1), /*hidden argument*/NULL); PropertyInfo_t * L_5; L_5 = PropertyInfo_internal_from_handle_type_m1460B56C30E31DDCE2CF08BF0546F9ED46AE58E1((intptr_t)L_3, (intptr_t)L_4, /*hidden argument*/NULL); PropertyInfo_t * L_6 = L_5; bool L_7; L_7 = PropertyInfo_op_Equality_m94A58A417AD82DA8ABCE4B0DCAA3019A586D5B16(L_6, (PropertyInfo_t *)NULL, /*hidden argument*/NULL); G_B3_0 = L_6; if (!L_7) { G_B4_0 = L_6; goto IL_0045; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0AC36C8FC0E0904D38458B6DBFC0F5571CA10260)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyInfo_GetPropertyFromHandle_m2080D03F7C945112F336A72D033157FB4988DF8D_RuntimeMethod_var))); } IL_0045: { return G_B4_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.ProviderData::CopyFrom(System.Runtime.Remoting.ProviderData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProviderData_CopyFrom_m7700C38B130BBC2840A37B1652E9ED68C4D65479 (ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * __this, ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SinkProviderData_tDCF47C22643A26B1E1F6BB60FA7AE7034053D14E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_1; memset((&V_1), 0, sizeof(V_1)); RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; SinkProviderData_tDCF47C22643A26B1E1F6BB60FA7AE7034053D14E * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = __this->get_Ref_0(); if (L_0) { goto IL_0014; } } { ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_1 = ___other0; NullCheck(L_1); String_t* L_2 = L_1->get_Ref_0(); __this->set_Ref_0(L_2); } IL_0014: { String_t* L_3 = __this->get_Id_2(); if (L_3) { goto IL_0028; } } { ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_4 = ___other0; NullCheck(L_4); String_t* L_5 = L_4->get_Id_2(); __this->set_Id_2(L_5); } IL_0028: { String_t* L_6 = __this->get_Type_1(); if (L_6) { goto IL_003c; } } { ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_7 = ___other0; NullCheck(L_7); String_t* L_8 = L_7->get_Type_1(); __this->set_Type_1(L_8); } IL_003c: { ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_9 = ___other0; NullCheck(L_9); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_10 = L_9->get_CustomProperties_3(); NullCheck(L_10); RuntimeObject* L_11; L_11 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(31 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_10); V_0 = L_11; } IL_0048: try {// begin try (depth: 1) { goto IL_0083; } IL_004a: { RuntimeObject* L_12 = V_0; NullCheck(L_12); RuntimeObject * L_13; L_13 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_12); V_1 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_13, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_14 = __this->get_CustomProperties_3(); RuntimeObject * L_15; L_15 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_1), /*hidden argument*/NULL); NullCheck(L_14); bool L_16; L_16 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_14, L_15); if (L_16) { goto IL_0083; } } IL_006a: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_17 = __this->get_CustomProperties_3(); RuntimeObject * L_18; L_18 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_1), /*hidden argument*/NULL); RuntimeObject * L_19; L_19 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_1), /*hidden argument*/NULL); NullCheck(L_17); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_17, L_18, L_19); } IL_0083: { RuntimeObject* L_20 = V_0; NullCheck(L_20); bool L_21; L_21 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_20); if (L_21) { goto IL_004a; } } IL_008b: { IL2CPP_LEAVE(0x9E, FINALLY_008d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008d; } FINALLY_008d: {// begin finally (depth: 1) { RuntimeObject* L_22 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_22, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_23 = V_2; if (!L_23) { goto IL_009d; } } IL_0097: { RuntimeObject* L_24 = V_2; NullCheck(L_24); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_24); } IL_009d: { IL2CPP_END_FINALLY(141) } }// end finally (depth: 1) IL2CPP_CLEANUP(141) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9E, IL_009e) } IL_009e: { ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_25 = ___other0; NullCheck(L_25); RuntimeObject* L_26 = L_25->get_CustomData_4(); if (!L_26) { goto IL_00fd; } } { RuntimeObject* L_27 = __this->get_CustomData_4(); if (L_27) { goto IL_00b9; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_28 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_28, /*hidden argument*/NULL); __this->set_CustomData_4(L_28); } IL_00b9: { ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_29 = ___other0; NullCheck(L_29); RuntimeObject* L_30 = L_29->get_CustomData_4(); NullCheck(L_30); RuntimeObject* L_31; L_31 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_30); V_3 = L_31; } IL_00c5: try {// begin try (depth: 1) { goto IL_00e2; } IL_00c7: { RuntimeObject* L_32 = V_3; NullCheck(L_32); RuntimeObject * L_33; L_33 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_32); V_4 = ((SinkProviderData_tDCF47C22643A26B1E1F6BB60FA7AE7034053D14E *)CastclassClass((RuntimeObject*)L_33, SinkProviderData_tDCF47C22643A26B1E1F6BB60FA7AE7034053D14E_il2cpp_TypeInfo_var)); RuntimeObject* L_34 = __this->get_CustomData_4(); SinkProviderData_tDCF47C22643A26B1E1F6BB60FA7AE7034053D14E * L_35 = V_4; NullCheck(L_34); int32_t L_36; L_36 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_34, L_35); } IL_00e2: { RuntimeObject* L_37 = V_3; NullCheck(L_37); bool L_38; L_38 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_37); if (L_38) { goto IL_00c7; } } IL_00ea: { IL2CPP_LEAVE(0xFD, FINALLY_00ec); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ec; } FINALLY_00ec: {// begin finally (depth: 1) { RuntimeObject* L_39 = V_3; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_39, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_40 = V_2; if (!L_40) { goto IL_00fc; } } IL_00f6: { RuntimeObject* L_41 = V_2; NullCheck(L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_41); } IL_00fc: { IL2CPP_END_FINALLY(236) } }// end finally (depth: 1) IL2CPP_CLEANUP(236) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xFD, IL_00fd) } IL_00fd: { return; } } // System.Void System.Runtime.Remoting.ProviderData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProviderData__ctor_mD5E0B1DB88554294B57100CA92B42A01F94E4CAA (ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_0, /*hidden argument*/NULL); __this->set_CustomProperties_3(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MarshalByRefObject System.Runtime.Remoting.Proxies.ProxyAttribute::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ProxyAttribute_CreateInstance_mBA44824B997B2C7EF6A72788746B04EAEAFF6A6A (ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35 * __this, Type_t * ___serverType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___serverType0; IL2CPP_RUNTIME_CLASS_INIT(ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_il2cpp_TypeInfo_var); String_t* L_1 = ((ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_StaticFields*)il2cpp_codegen_static_fields_for(ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_il2cpp_TypeInfo_var))->get_CrossContextUrl_3(); RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * L_2 = (RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 *)il2cpp_codegen_object_new(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var); RemotingProxy__ctor_m68D9ED0C30EC4C8A88E103A838AEA52E9639B3C9(L_2, L_0, L_1, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject * L_3; L_3 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(7 /* System.Object System.Runtime.Remoting.Proxies.RealProxy::GetTransparentProxy() */, L_2); return ((MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 *)CastclassClass((RuntimeObject*)L_3, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_il2cpp_TypeInfo_var)); } } // System.Runtime.Remoting.Proxies.RealProxy System.Runtime.Remoting.Proxies.ProxyAttribute::CreateProxy(System.Runtime.Remoting.ObjRef,System.Type,System.Object,System.Runtime.Remoting.Contexts.Context) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * ProxyAttribute_CreateProxy_m8C9965A5BF30EBD15472994CF435DCD2BA6617A9 (ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35 * __this, ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * ___objRef0, Type_t * ___serverType1, RuntimeObject * ___serverObject2, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ___serverContext3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_0 = ___objRef0; Type_t * L_1 = ___serverType1; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RuntimeObject * L_2; L_2 = RemotingServices_GetProxyForRemoteObject_m44FB6595702C1B9D5C509EF35DC702339C259990(L_0, L_1, /*hidden argument*/NULL); RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_3; L_3 = RemotingServices_GetRealProxy_mFCB1900298F8E18FFF3FE08180B53760DFD5F86E(L_2, /*hidden argument*/NULL); return L_3; } } // System.Void System.Runtime.Remoting.Proxies.ProxyAttribute::GetPropertiesForNewContext(System.Runtime.Remoting.Activation.IConstructionCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProxyAttribute_GetPropertiesForNewContext_mE6E377E2AE02BD1DD466F31E04C093915402A64D (ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35 * __this, RuntimeObject* ___msg0, const RuntimeMethod* method) { { return; } } // System.Boolean System.Runtime.Remoting.Proxies.ProxyAttribute::IsContextOK(System.Runtime.Remoting.Contexts.Context,System.Runtime.Remoting.Activation.IConstructionCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ProxyAttribute_IsContextOK_m16569EC3187BE52A67EBB208D5C918CECA5D3D1D (ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35 * __this, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ___ctx0, RuntimeObject* ___msg1, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Globalization.Punycode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Punycode__ctor_m965E836EB1203F1D4063A2A022D472FC84985EAC (Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513 * __this, const RuntimeMethod* method) { { Bootstring__ctor_m712507FBB61730426ED9771945A44DEF2FBA932A(__this, ((int32_t)45), ((int32_t)36), 1, ((int32_t)26), ((int32_t)38), ((int32_t)700), ((int32_t)72), ((int32_t)128), /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Queue::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue__ctor_m9844D111CC69802C62565C05109A2557FD21C127 (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * __this, const RuntimeMethod* method) { { Queue__ctor_m45D5C7CCE8E99BB8F3B3ED6940C855BE7D1E335B(__this, ((int32_t)32), (2.0f), /*hidden argument*/NULL); return; } } // System.Void System.Collections.Queue::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue__ctor_m8BC33CEC0A8D9D6171C65367B56CBC3439582004 (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * __this, int32_t ___capacity0, const RuntimeMethod* method) { { int32_t L_0 = ___capacity0; Queue__ctor_m45D5C7CCE8E99BB8F3B3ED6940C855BE7D1E335B(__this, L_0, (2.0f), /*hidden argument*/NULL); return; } } // System.Void System.Collections.Queue::.ctor(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue__ctor_m45D5C7CCE8E99BB8F3B3ED6940C855BE7D1E335B (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * __this, int32_t ___capacity0, float ___growFactor1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___capacity0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001f; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC37D78082ACFC8DEE7B32D9351C6E433A074FEC7)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue__ctor_m45D5C7CCE8E99BB8F3B3ED6940C855BE7D1E335B_RuntimeMethod_var))); } IL_001f: { float L_3 = ___growFactor1; if ((!(((double)((double)((double)L_3))) >= ((double)(1.0))))) { goto IL_0039; } } { float L_4 = ___growFactor1; if ((((double)((double)((double)L_4))) <= ((double)(10.0)))) { goto IL_0067; } } IL_0039: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_5; int32_t L_7 = 1; RuntimeObject * L_8 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_7); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(0), (RuntimeObject *)L_8); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = L_6; int32_t L_10 = ((int32_t)10); RuntimeObject * L_11 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_10); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAt(static_cast(1), (RuntimeObject *)L_11); String_t* L_12; L_12 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral83B4C2882FD3AA7B5248EB993CD86C13E0BDF274)), L_9, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_13 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral847FE3059C3CD6F8719A86023405C3E0846C0821)), L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue__ctor_m45D5C7CCE8E99BB8F3B3ED6940C855BE7D1E335B_RuntimeMethod_var))); } IL_0067: { int32_t L_14 = ___capacity0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_14); __this->set__array_0(L_15); __this->set__head_1(0); __this->set__tail_2(0); __this->set__size_3(0); float L_16 = ___growFactor1; __this->set__growFactor_4(((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_16, (float)(100.0f)))))); return; } } // System.Void System.Collections.Queue::.ctor(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue__ctor_m6A3096FE381C0C489988AC0F0806C68CFBA33D2A (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * __this, RuntimeObject* ___col0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * G_B2_0 = NULL; Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * G_B1_0 = NULL; int32_t G_B3_0 = 0; Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * G_B3_1 = NULL; { RuntimeObject* L_0 = ___col0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000c; } } { RuntimeObject* L_1 = ___col0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_1); G_B3_0 = L_2; G_B3_1 = G_B1_0; goto IL_000e; } IL_000c: { G_B3_0 = ((int32_t)32); G_B3_1 = G_B2_0; } IL_000e: { NullCheck(G_B3_1); Queue__ctor_m8BC33CEC0A8D9D6171C65367B56CBC3439582004(G_B3_1, G_B3_0, /*hidden argument*/NULL); RuntimeObject* L_3 = ___col0; if (L_3) { goto IL_0021; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral040B337A5817FD39541437C95901315498072E63)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue__ctor_m6A3096FE381C0C489988AC0F0806C68CFBA33D2A_RuntimeMethod_var))); } IL_0021: { RuntimeObject* L_5 = ___col0; NullCheck(L_5); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_5); V_0 = L_6; goto IL_0036; } IL_002a: { RuntimeObject* L_7 = V_0; NullCheck(L_7); RuntimeObject * L_8; L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); VirtualActionInvoker1< RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, __this, L_8); } IL_0036: { RuntimeObject* L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_002a; } } { return; } } // System.Int32 System.Collections.Queue::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Queue_get_Count_mB3756C1EA5A89AFFDFCA7C43E4C4E45C1302FF40 (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__size_3(); return L_0; } } // System.Object System.Collections.Queue::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Queue_Clone_m0C803FC7A84111A0E6190EF8DEF8330A7A8C780A (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_t66723C58C7422102C36F8570BE048BD0CC489E52_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B3_0 = 0; { int32_t L_0 = __this->get__size_3(); Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_1 = (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 *)il2cpp_codegen_object_new(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52_il2cpp_TypeInfo_var); Queue__ctor_m8BC33CEC0A8D9D6171C65367B56CBC3439582004(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_2 = V_0; int32_t L_3 = __this->get__size_3(); NullCheck(L_2); L_2->set__size_3(L_3); int32_t L_4 = __this->get__size_3(); V_1 = L_4; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = __this->get__array_0(); NullCheck(L_5); int32_t L_6 = __this->get__head_1(); int32_t L_7 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), (int32_t)L_6))) < ((int32_t)L_7))) { goto IL_0034; } } { int32_t L_8 = V_1; G_B3_0 = L_8; goto IL_0043; } IL_0034: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = __this->get__array_0(); NullCheck(L_9); int32_t L_10 = __this->get__head_1(); G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10)); } IL_0043: { V_2 = G_B3_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = __this->get__array_0(); int32_t L_12 = __this->get__head_1(); Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_13 = V_0; NullCheck(L_13); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = L_13->get__array_0(); int32_t L_15 = V_2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_11, L_12, (RuntimeArray *)(RuntimeArray *)L_14, 0, L_15, /*hidden argument*/NULL); int32_t L_16 = V_1; int32_t L_17 = V_2; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)); int32_t L_18 = V_1; if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_0087; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = __this->get__array_0(); Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_20 = V_0; NullCheck(L_20); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = L_20->get__array_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = __this->get__array_0(); NullCheck(L_22); int32_t L_23 = __this->get__head_1(); int32_t L_24 = V_1; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_19, 0, (RuntimeArray *)(RuntimeArray *)L_21, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))), (int32_t)L_23)), L_24, /*hidden argument*/NULL); } IL_0087: { Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_25 = V_0; int32_t L_26 = __this->get__version_5(); NullCheck(L_25); L_25->set__version_5(L_26); Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_27 = V_0; return L_27; } } // System.Boolean System.Collections.Queue::get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Queue_get_IsSynchronized_m7699A465E1EC1708E352A253B34B6E5802A80D2E (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Queue::get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Queue_get_SyncRoot_m4D29DE1A24807B77F46992BB329F4FC22A352BA5 (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = __this->get__syncRoot_6(); if (L_0) { goto IL_001a; } } { RuntimeObject ** L_1 = __this->get_address_of__syncRoot_6(); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_2, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = Interlocked_CompareExchange_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961((RuntimeObject **)L_1, L_2, NULL, /*hidden argument*/NULL); } IL_001a: { RuntimeObject * L_4 = __this->get__syncRoot_6(); return L_4; } } // System.Void System.Collections.Queue::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_CopyTo_m764F2C02B13CB5C09ACFE1A84EE2725C8529EF3C (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B13_0 = 0; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_CopyTo_m764F2C02B13CB5C09ACFE1A84EE2725C8529EF3C_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck(L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { String_t* L_4; L_4 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_CopyTo_m764F2C02B13CB5C09ACFE1A84EE2725C8529EF3C_RuntimeMethod_var))); } IL_0027: { int32_t L_6 = ___index1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0040; } } { String_t* L_7; L_7 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_CopyTo_m764F2C02B13CB5C09ACFE1A84EE2725C8529EF3C_RuntimeMethod_var))); } IL_0040: { RuntimeArray * L_9 = ___array0; NullCheck(L_9); int32_t L_10; L_10 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_9, /*hidden argument*/NULL); int32_t L_11 = ___index1; int32_t L_12 = __this->get__size_3(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11))) >= ((int32_t)L_12))) { goto IL_0060; } } { String_t* L_13; L_13 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_14 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_CopyTo_m764F2C02B13CB5C09ACFE1A84EE2725C8529EF3C_RuntimeMethod_var))); } IL_0060: { int32_t L_15 = __this->get__size_3(); V_0 = L_15; int32_t L_16 = V_0; if (L_16) { goto IL_006b; } } { return; } IL_006b: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = __this->get__array_0(); NullCheck(L_17); int32_t L_18 = __this->get__head_1(); int32_t L_19 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))), (int32_t)L_18))) < ((int32_t)L_19))) { goto IL_0080; } } { int32_t L_20 = V_0; G_B13_0 = L_20; goto IL_008f; } IL_0080: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = __this->get__array_0(); NullCheck(L_21); int32_t L_22 = __this->get__head_1(); G_B13_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))), (int32_t)L_22)); } IL_008f: { V_1 = G_B13_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_23 = __this->get__array_0(); int32_t L_24 = __this->get__head_1(); RuntimeArray * L_25 = ___array0; int32_t L_26 = ___index1; int32_t L_27 = V_1; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_23, L_24, L_25, L_26, L_27, /*hidden argument*/NULL); int32_t L_28 = V_0; int32_t L_29 = V_1; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29)); int32_t L_30 = V_0; if ((((int32_t)L_30) <= ((int32_t)0))) { goto IL_00cb; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_31 = __this->get__array_0(); RuntimeArray * L_32 = ___array0; int32_t L_33 = ___index1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_34 = __this->get__array_0(); NullCheck(L_34); int32_t L_35 = __this->get__head_1(); int32_t L_36 = V_0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_31, 0, L_32, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length))))), (int32_t)L_35)), L_36, /*hidden argument*/NULL); } IL_00cb: { return; } } // System.Void System.Collections.Queue::Enqueue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_Enqueue_m73B6F41CA66EC92268D264B3CE6F5F963DF0530A (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__size_3(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = __this->get__array_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))) { goto IL_0046; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = __this->get__array_0(); NullCheck(L_2); int32_t L_3 = __this->get__growFactor_4(); V_0 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))), (int64_t)((int64_t)((int64_t)L_3))))/(int64_t)((int64_t)((int64_t)((int32_t)100))))))); int32_t L_4 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = __this->get__array_0(); NullCheck(L_5); if ((((int32_t)L_4) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), (int32_t)4))))) { goto IL_003f; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = __this->get__array_0(); NullCheck(L_6); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)4)); } IL_003f: { int32_t L_7 = V_0; Queue_SetCapacity_mBD6053B0BA04C22FDE80DD2AFC81BBCB4B8D2BF9(__this, L_7, /*hidden argument*/NULL); } IL_0046: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = __this->get__array_0(); int32_t L_9 = __this->get__tail_2(); RuntimeObject * L_10 = ___obj0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_10); (L_8)->SetAt(static_cast(L_9), (RuntimeObject *)L_10); int32_t L_11 = __this->get__tail_2(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = __this->get__array_0(); NullCheck(L_12); __this->set__tail_2(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))%(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))); int32_t L_13 = __this->get__size_3(); __this->set__size_3(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); int32_t L_14 = __this->get__version_5(); __this->set__version_5(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); return; } } // System.Collections.IEnumerator System.Collections.Queue::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Queue_GetEnumerator_m649F8926126F2139EE2CA1045784A597FB22AA60 (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&QueueEnumerator_t0A73A9F6902BEBD8BBF0AECB749DC08C1602158E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { QueueEnumerator_t0A73A9F6902BEBD8BBF0AECB749DC08C1602158E * L_0 = (QueueEnumerator_t0A73A9F6902BEBD8BBF0AECB749DC08C1602158E *)il2cpp_codegen_object_new(QueueEnumerator_t0A73A9F6902BEBD8BBF0AECB749DC08C1602158E_il2cpp_TypeInfo_var); QueueEnumerator__ctor_mD996C91F8983381335690EEB50BA1CB8F882EBB5(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Object System.Collections.Queue::Dequeue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Queue_Dequeue_m44215C0EFF78F54C737B8DC5BAB96714B4F194DF (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, __this); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1102619AA6FB2A4AADBDAA47DDC096AE04C772C0)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_Dequeue_m44215C0EFF78F54C737B8DC5BAB96714B4F194DF_RuntimeMethod_var))); } IL_0018: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = __this->get__array_0(); int32_t L_4 = __this->get__head_1(); NullCheck(L_3); int32_t L_5 = L_4; RuntimeObject * L_6 = (L_3)->GetAt(static_cast(L_5)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = __this->get__array_0(); int32_t L_8 = __this->get__head_1(); NullCheck(L_7); ArrayElementTypeCheck (L_7, NULL); (L_7)->SetAt(static_cast(L_8), (RuntimeObject *)NULL); int32_t L_9 = __this->get__head_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = __this->get__array_0(); NullCheck(L_10); __this->set__head_1(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))%(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))); int32_t L_11 = __this->get__size_3(); __this->set__size_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1))); int32_t L_12 = __this->get__version_5(); __this->set__version_5(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); return L_6; } } // System.Object System.Collections.Queue::Peek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Queue_Peek_m22BB3C4231ED16F44E8A2FEA7810FD03700897E8 (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, __this); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1102619AA6FB2A4AADBDAA47DDC096AE04C772C0)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_Peek_m22BB3C4231ED16F44E8A2FEA7810FD03700897E8_RuntimeMethod_var))); } IL_0018: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = __this->get__array_0(); int32_t L_4 = __this->get__head_1(); NullCheck(L_3); int32_t L_5 = L_4; RuntimeObject * L_6 = (L_3)->GetAt(static_cast(L_5)); return L_6; } } // System.Object System.Collections.Queue::GetElement(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Queue_GetElement_m3545632AEFDC75F0C799C7DBF599D8EA77E5D1BD (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * __this, int32_t ___i0, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = __this->get__array_0(); int32_t L_1 = __this->get__head_1(); int32_t L_2 = ___i0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = __this->get__array_0(); NullCheck(L_3); NullCheck(L_0); int32_t L_4 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))%(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))); RuntimeObject * L_5 = (L_0)->GetAt(static_cast(L_4)); return L_5; } } // System.Void System.Collections.Queue::SetCapacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_SetCapacity_mBD6053B0BA04C22FDE80DD2AFC81BBCB4B8D2BF9 (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * __this, int32_t ___capacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * G_B6_0 = NULL; Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * G_B5_0 = NULL; int32_t G_B7_0 = 0; Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * G_B7_1 = NULL; { int32_t L_0 = ___capacity0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; int32_t L_2 = __this->get__size_3(); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_007d; } } { int32_t L_3 = __this->get__head_1(); int32_t L_4 = __this->get__tail_2(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0039; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = __this->get__array_0(); int32_t L_6 = __this->get__head_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = V_0; int32_t L_8 = __this->get__size_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_5, L_6, (RuntimeArray *)(RuntimeArray *)L_7, 0, L_8, /*hidden argument*/NULL); goto IL_007d; } IL_0039: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = __this->get__array_0(); int32_t L_10 = __this->get__head_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = __this->get__array_0(); NullCheck(L_12); int32_t L_13 = __this->get__head_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_9, L_10, (RuntimeArray *)(RuntimeArray *)L_11, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), (int32_t)L_13)), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = __this->get__array_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = __this->get__array_0(); NullCheck(L_16); int32_t L_17 = __this->get__head_1(); int32_t L_18 = __this->get__tail_2(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_14, 0, (RuntimeArray *)(RuntimeArray *)L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))), (int32_t)L_17)), L_18, /*hidden argument*/NULL); } IL_007d: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = V_0; __this->set__array_0(L_19); __this->set__head_1(0); int32_t L_20 = __this->get__size_3(); int32_t L_21 = ___capacity0; G_B5_0 = __this; if ((((int32_t)L_20) == ((int32_t)L_21))) { G_B6_0 = __this; goto IL_009d; } } { int32_t L_22 = __this->get__size_3(); G_B7_0 = L_22; G_B7_1 = G_B5_0; goto IL_009e; } IL_009d: { G_B7_0 = 0; G_B7_1 = G_B6_0; } IL_009e: { NullCheck(G_B7_1); G_B7_1->set__tail_2(G_B7_0); int32_t L_23 = __this->get__version_5(); __this->set__version_5(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.QueueUserWorkItemCallback::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueueUserWorkItemCallback__cctor_mC0A6F5C4E144D6B749C40524ACCEF12D13C49A7E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&QueueUserWorkItemCallback_WaitCallback_Context_m1A75027BF2F1A366A0E699A051729E3AAFEA2290_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * L_0 = (ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B *)il2cpp_codegen_object_new(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B_il2cpp_TypeInfo_var); ContextCallback__ctor_mC019DFC7EF9F0900B3B8915F92706BC3BC4EB477(L_0, NULL, (intptr_t)((intptr_t)QueueUserWorkItemCallback_WaitCallback_Context_m1A75027BF2F1A366A0E699A051729E3AAFEA2290_RuntimeMethod_var), /*hidden argument*/NULL); ((QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A_StaticFields*)il2cpp_codegen_static_fields_for(QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A_il2cpp_TypeInfo_var))->set_ccb_3(L_0); return; } } // System.Void System.Threading.QueueUserWorkItemCallback::.ctor(System.Threading.WaitCallback,System.Object,System.Boolean,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueueUserWorkItemCallback__ctor_m2621197A5C39DC2D114DF287E9A862345DC18960 (QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A * __this, WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___waitCallback0, RuntimeObject * ___stateObj1, bool ___compressStack2, int32_t* ___stackMark3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_0 = ___waitCallback0; __this->set_callback_0(L_0); RuntimeObject * L_1 = ___stateObj1; __this->set_state_2(L_1); bool L_2 = ___compressStack2; if (!L_2) { goto IL_002c; } } { IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); bool L_3; L_3 = ExecutionContext_IsFlowSuppressed_mC96DC48000719962BA8C51636A3655BC2DB99448(/*hidden argument*/NULL); if (L_3) { goto IL_002c; } } { int32_t* L_4 = ___stackMark3; IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_5; L_5 = ExecutionContext_Capture_m7D895FB8D9C0005CF084E521BA4F030148D984A3((int32_t*)L_4, 3, /*hidden argument*/NULL); __this->set_context_1(L_5); } IL_002c: { return; } } // System.Void System.Threading.QueueUserWorkItemCallback::System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueueUserWorkItemCallback_System_Threading_IThreadPoolWorkItem_ExecuteWorkItem_m2CA24B6B431290B744D03EAE7DA993F50703FD52 (QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_0 = __this->get_context_1(); if (L_0) { goto IL_0021; } } { WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_1 = __this->get_callback_0(); __this->set_callback_0((WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 *)NULL); RuntimeObject * L_2 = __this->get_state_2(); NullCheck(L_1); WaitCallback_Invoke_m8381182A104DD22C5EB4A8425A75821A56B54D09(L_1, L_2, /*hidden argument*/NULL); return; } IL_0021: { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_3 = __this->get_context_1(); IL2CPP_RUNTIME_CLASS_INIT(QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A_il2cpp_TypeInfo_var); ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * L_4 = ((QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A_StaticFields*)il2cpp_codegen_static_fields_for(QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A_il2cpp_TypeInfo_var))->get_ccb_3(); IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_Run_mD1481A474AE16E77BD9AEAF5BD09C2819B60FB29(L_3, L_4, __this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Threading.QueueUserWorkItemCallback::System.Threading.IThreadPoolWorkItem.MarkAborted(System.Threading.ThreadAbortException) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueueUserWorkItemCallback_System_Threading_IThreadPoolWorkItem_MarkAborted_mAD3FDBFDED1B5049B5647082BED743678E27250C (QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A * __this, ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 * ___tae0, const RuntimeMethod* method) { { return; } } // System.Void System.Threading.QueueUserWorkItemCallback::WaitCallback_Context(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueueUserWorkItemCallback_WaitCallback_Context_m1A75027BF2F1A366A0E699A051729E3AAFEA2290 (RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A * V_0 = NULL; { RuntimeObject * L_0 = ___state0; V_0 = ((QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A *)CastclassSealed((RuntimeObject*)L_0, QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A_il2cpp_TypeInfo_var)); QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A * L_1 = V_0; NullCheck(L_1); WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_2 = L_1->get_callback_0(); QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A * L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = L_3->get_state_2(); NullCheck(L_2); WaitCallback_Invoke_m8381182A104DD22C5EB4A8425A75821A56B54D09(L_2, L_4, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.RC2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2__ctor_mA1A500BD824642EF18A4FA2390FD8D112CB80FBD (RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SymmetricAlgorithm__ctor_mD5D5ED5CB5F6BBB98629E560B8A9147FE5C05F16(__this, /*hidden argument*/NULL); ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->set_KeySizeValue_6(((int32_t)128)); ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->set_BlockSizeValue_0(((int32_t)64)); int32_t L_0 = ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->get_BlockSizeValue_0(); ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->set_FeedbackSizeValue_1(L_0); IL2CPP_RUNTIME_CLASS_INIT(RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_il2cpp_TypeInfo_var); KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* L_1 = ((RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_StaticFields*)il2cpp_codegen_static_fields_for(RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_il2cpp_TypeInfo_var))->get_s_legalBlockSizes_10(); ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->set_LegalBlockSizesValue_4(L_1); KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* L_2 = ((RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_StaticFields*)il2cpp_codegen_static_fields_for(RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_il2cpp_TypeInfo_var))->get_s_legalKeySizes_11(); ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->set_LegalKeySizesValue_5(L_2); return; } } // System.Int32 System.Security.Cryptography.RC2::get_EffectiveKeySize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC2_get_EffectiveKeySize_m73182CFF67023339C461EAA7E63FA0BF29B6B201 (RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_EffectiveKeySizeValue_9(); if (L_0) { goto IL_000f; } } { int32_t L_1 = ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->get_KeySizeValue_6(); return L_1; } IL_000f: { int32_t L_2 = __this->get_EffectiveKeySizeValue_9(); return L_2; } } // System.Void System.Security.Cryptography.RC2::set_EffectiveKeySize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2_set_EffectiveKeySize_m2A184F0CB769F175AC7B4864526ECC871ACAFD5B (RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; int32_t L_1 = ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->get_KeySizeValue_6(); if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_0019; } } { String_t* L_2; L_2 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A5E6167C9670E5BC3AE1719704B0899C16A6934)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_3 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2_set_EffectiveKeySize_m2A184F0CB769F175AC7B4864526ECC871ACAFD5B_RuntimeMethod_var))); } IL_0019: { int32_t L_4 = ___value0; if (L_4) { goto IL_0024; } } { int32_t L_5 = ___value0; __this->set_EffectiveKeySizeValue_9(L_5); return; } IL_0024: { int32_t L_6 = ___value0; if ((((int32_t)L_6) >= ((int32_t)((int32_t)40)))) { goto IL_0039; } } { String_t* L_7; L_7 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC5045045BB7F82BE045C9C765C735D8E591FEDD1)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_8 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2_set_EffectiveKeySize_m2A184F0CB769F175AC7B4864526ECC871ACAFD5B_RuntimeMethod_var))); } IL_0039: { int32_t L_9 = ___value0; bool L_10; L_10 = SymmetricAlgorithm_ValidKeySize_mD9A55FE9CC3ADA203B6E1704F877A750A68A0514(__this, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_004a; } } { int32_t L_11 = ___value0; __this->set_EffectiveKeySizeValue_9(L_11); return; } IL_004a: { String_t* L_12; L_12 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral167E6E6EB13F42BCA02A2CAA251B92A9CCA2C7E4)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_13 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2_set_EffectiveKeySize_m2A184F0CB769F175AC7B4864526ECC871ACAFD5B_RuntimeMethod_var))); } } // System.Int32 System.Security.Cryptography.RC2::get_KeySize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC2_get_KeySize_m17ECD3F103C2E94BB602C09390F801F9D200F6C9 (RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9 * __this, const RuntimeMethod* method) { { int32_t L_0 = ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->get_KeySizeValue_6(); return L_0; } } // System.Void System.Security.Cryptography.RC2::set_KeySize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2_set_KeySize_mAF922CC7751BD562883281EB093FFA0D582ADC7A (RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; int32_t L_1 = __this->get_EffectiveKeySizeValue_9(); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0019; } } { String_t* L_2; L_2 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A5E6167C9670E5BC3AE1719704B0899C16A6934)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_3 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2_set_KeySize_mAF922CC7751BD562883281EB093FFA0D582ADC7A_RuntimeMethod_var))); } IL_0019: { int32_t L_4 = ___value0; SymmetricAlgorithm_set_KeySize_mE442D2BEE16679C2F20CF1CE680C2FB7EC1798A3(__this, L_4, /*hidden argument*/NULL); return; } } // System.Security.Cryptography.RC2 System.Security.Cryptography.RC2::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9 * RC2_Create_mA53EE2AD158104E720FD580C474AFD8297C99C89 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009 * L_0 = (RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009 *)il2cpp_codegen_object_new(RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009_il2cpp_TypeInfo_var); RC2CryptoServiceProvider__ctor_m2E5B8BEA7FBCC8B048C86BC25D3D24E47443E7A6(L_0, /*hidden argument*/NULL); return L_0; } } // System.Security.Cryptography.RC2 System.Security.Cryptography.RC2::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9 * RC2_Create_m53676D865AA3895F8359ABD99D82D708D5DCE0CF (String_t* ___AlgName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___AlgName0; RuntimeObject * L_1; L_1 = CryptoConfig_CreateFromName_mAA87578CA5E4BA407B6946595D7B58F60FF84F46(L_0, /*hidden argument*/NULL); return ((RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9 *)CastclassClass((RuntimeObject*)L_1, RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_il2cpp_TypeInfo_var)); } } // System.Void System.Security.Cryptography.RC2::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2__cctor_m73764190C95E4BB64BAAAEBDBC4DE6BC2CAB32B2 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* L_0 = (KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499*)(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499*)SZArrayNew(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499_il2cpp_TypeInfo_var, (uint32_t)1); KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* L_1 = L_0; KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 * L_2 = (KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 *)il2cpp_codegen_object_new(KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3_il2cpp_TypeInfo_var); KeySizes__ctor_m3E926AE5EB6EE3A75028118474262765CC767F5A(L_2, ((int32_t)64), ((int32_t)64), 0, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 *)L_2); ((RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_StaticFields*)il2cpp_codegen_static_fields_for(RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_il2cpp_TypeInfo_var))->set_s_legalBlockSizes_10(L_1); KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* L_3 = (KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499*)(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499*)SZArrayNew(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499_il2cpp_TypeInfo_var, (uint32_t)1); KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* L_4 = L_3; KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 * L_5 = (KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 *)il2cpp_codegen_object_new(KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3_il2cpp_TypeInfo_var); KeySizes__ctor_m3E926AE5EB6EE3A75028118474262765CC767F5A(L_5, ((int32_t)40), ((int32_t)1024), 8, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 *)L_5); ((RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_StaticFields*)il2cpp_codegen_static_fields_for(RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_il2cpp_TypeInfo_var))->set_s_legalKeySizes_11(L_4); 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 System.Security.Cryptography.RC2CryptoServiceProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2CryptoServiceProvider__ctor_m2E5B8BEA7FBCC8B048C86BC25D3D24E47443E7A6 (RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_il2cpp_TypeInfo_var); RC2__ctor_mA1A500BD824642EF18A4FA2390FD8D112CB80FBD(__this, /*hidden argument*/NULL); bool L_0; L_0 = CryptoConfig_get_AllowOnlyFipsAlgorithms_m5727A4E316AE115D2E891B3727745C100BB74CD5(/*hidden argument*/NULL); if (!L_0) { goto IL_001d; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral17BA770D472146F14CBDE2CFF7752F076430BCBE)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2CryptoServiceProvider__ctor_m2E5B8BEA7FBCC8B048C86BC25D3D24E47443E7A6_RuntimeMethod_var))); } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); bool L_3; L_3 = Utils_HasAlgorithm_m26C98453A1CA283AADBCE819424AADD94D1F62B7(((int32_t)26114), 0, /*hidden argument*/NULL); if (L_3) { goto IL_003a; } } { String_t* L_4; L_4 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC48047DC30C0105AD0A35E895D497910257F3688)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_5 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2CryptoServiceProvider__ctor_m2E5B8BEA7FBCC8B048C86BC25D3D24E47443E7A6_RuntimeMethod_var))); } IL_003a: { IL2CPP_RUNTIME_CLASS_INIT(RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009_il2cpp_TypeInfo_var); KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* L_6 = ((RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009_StaticFields*)il2cpp_codegen_static_fields_for(RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009_il2cpp_TypeInfo_var))->get_s_legalKeySizes_13(); ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->set_LegalKeySizesValue_5(L_6); ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->set_FeedbackSizeValue_1(8); return; } } // System.Int32 System.Security.Cryptography.RC2CryptoServiceProvider::get_EffectiveKeySize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC2CryptoServiceProvider_get_EffectiveKeySize_m01BB93EC3272B332273B91B1A873C01A360C204B (RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009 * __this, const RuntimeMethod* method) { { int32_t L_0 = ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->get_KeySizeValue_6(); return L_0; } } // System.Void System.Security.Cryptography.RC2CryptoServiceProvider::set_EffectiveKeySize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2CryptoServiceProvider_set_EffectiveKeySize_mE6A0E6373F711C107C923A4F1FFE24717795C41D (RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; int32_t L_1 = ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->get_KeySizeValue_6(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0019; } } { String_t* L_2; L_2 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E5A944F6D4F152518664D0F3C241707A110EC1A)), /*hidden argument*/NULL); CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 * L_3 = (CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5_il2cpp_TypeInfo_var))); CryptographicUnexpectedOperationException__ctor_mA8E82D91BEC42230B1409A5E436F10F0907DA9E6(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2CryptoServiceProvider_set_EffectiveKeySize_mE6A0E6373F711C107C923A4F1FFE24717795C41D_RuntimeMethod_var))); } IL_0019: { return; } } // System.Boolean System.Security.Cryptography.RC2CryptoServiceProvider::get_UseSalt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RC2CryptoServiceProvider_get_UseSalt_m0B7E9925E4141A80B0B91A6319686DFBA40CA380 (RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_use40bitSalt_12(); return L_0; } } // System.Void System.Security.Cryptography.RC2CryptoServiceProvider::set_UseSalt(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2CryptoServiceProvider_set_UseSalt_m6F0EBF364AD8F284999D6BEA38DBA5EC1BB1CD29 (RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_use40bitSalt_12(L_0); return; } } // System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.RC2CryptoServiceProvider::CreateEncryptor(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RC2CryptoServiceProvider_CreateEncryptor_mC26718E78C5124B2E2AA4EE26F13CE07DFD29EBF (RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbIV1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_use40bitSalt_12(); if (!L_0) { goto IL_0013; } } { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_1 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBF2563E74F9540023FD791064905E23A69F0A847)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2CryptoServiceProvider_CreateEncryptor_mC26718E78C5124B2E2AA4EE26F13CE07DFD29EBF_RuntimeMethod_var))); } IL_0013: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___rgbKey0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___rgbIV1; RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1 * L_4 = (RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1 *)il2cpp_codegen_object_new(RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1_il2cpp_TypeInfo_var); RC2Transform__ctor_m8B26A6319D5E5930D51DD64A054E1E61E26CBF5B(L_4, __this, (bool)1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.RC2CryptoServiceProvider::CreateDecryptor(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RC2CryptoServiceProvider_CreateDecryptor_m6F853CB8BA52BDF2D0EA6C4590B5E04CA5F47E14 (RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbIV1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_use40bitSalt_12(); if (!L_0) { goto IL_0013; } } { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_1 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBF2563E74F9540023FD791064905E23A69F0A847)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2CryptoServiceProvider_CreateDecryptor_m6F853CB8BA52BDF2D0EA6C4590B5E04CA5F47E14_RuntimeMethod_var))); } IL_0013: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___rgbKey0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___rgbIV1; RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1 * L_4 = (RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1 *)il2cpp_codegen_object_new(RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1_il2cpp_TypeInfo_var); RC2Transform__ctor_m8B26A6319D5E5930D51DD64A054E1E61E26CBF5B(L_4, __this, (bool)0, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void System.Security.Cryptography.RC2CryptoServiceProvider::GenerateKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2CryptoServiceProvider_GenerateKey_mA52274D4C822C3A50B7C720D9ABF06E650989DF6 (RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->get_KeySizeValue_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_0/(int32_t)8))); ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->set_KeyValue_3(L_1); IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1 * L_2; L_2 = Utils_get_StaticRandomNumberGenerator_m727EF60A60E7F126532A7847FBA23A2AD90BF9B5(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->get_KeyValue_3(); NullCheck(L_2); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_2, L_3); return; } } // System.Void System.Security.Cryptography.RC2CryptoServiceProvider::GenerateIV() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2CryptoServiceProvider_GenerateIV_mA7F8E2E180D20EBF87A48C74801607507961264D (RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->set_IVValue_2(L_0); IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1 * L_1; L_1 = Utils_get_StaticRandomNumberGenerator_m727EF60A60E7F126532A7847FBA23A2AD90BF9B5(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->get_IVValue_2(); NullCheck(L_1); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_1, L_2); return; } } // System.Void System.Security.Cryptography.RC2CryptoServiceProvider::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2CryptoServiceProvider__cctor_mCC88BF04250B3F5843CFF01F862650352A92EA20 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* L_0 = (KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499*)(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499*)SZArrayNew(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499_il2cpp_TypeInfo_var, (uint32_t)1); KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* L_1 = L_0; KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 * L_2 = (KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 *)il2cpp_codegen_object_new(KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3_il2cpp_TypeInfo_var); KeySizes__ctor_m3E926AE5EB6EE3A75028118474262765CC767F5A(L_2, ((int32_t)40), ((int32_t)128), 8, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 *)L_2); ((RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009_StaticFields*)il2cpp_codegen_static_fields_for(RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009_il2cpp_TypeInfo_var))->set_s_legalKeySizes_13(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.RC2Transform::.ctor(System.Security.Cryptography.RC2,System.Boolean,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Transform__ctor_m8B26A6319D5E5930D51DD64A054E1E61E26CBF5B (RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1 * __this, RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9 * ___rc2Algo0, bool ___encryption1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; { RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9 * L_0 = ___rc2Algo0; bool L_1 = ___encryption1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___iv3; SymmetricTransform__ctor_m9C5CF3DDF8C94E36D642CFA223A7D155A10D8827(__this, L_0, L_1, L_2, /*hidden argument*/NULL); RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9 * L_3 = ___rc2Algo0; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 System.Security.Cryptography.RC2::get_EffectiveKeySize() */, L_3); V_0 = L_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___key2; if (L_5) { goto IL_0025; } } { RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9 * L_6 = ___rc2Algo0; NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_KeySize() */, L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = KeyBuilder_Key_m3ABEBE6D1D42B469EF3626FF15E473FF0CEC7CA0(((int32_t)((int32_t)L_7>>(int32_t)3)), /*hidden argument*/NULL); ___key2 = L_8; goto IL_003e; } IL_0025: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___key2; NullCheck((RuntimeArray *)(RuntimeArray *)L_9); RuntimeObject * L_10; L_10 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_9, /*hidden argument*/NULL); ___key2 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); int32_t L_11 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___key2; NullCheck(L_12); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_13; L_13 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_11, ((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))<<(int32_t)3)), /*hidden argument*/NULL); V_0 = L_13; } IL_003e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___key2; NullCheck(L_14); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))); RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9 * L_15 = ___rc2Algo0; NullCheck(L_15); KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* L_16; L_16 = VirtualFuncInvoker0< KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* >::Invoke(15 /* System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::get_LegalKeySizes() */, L_15); int32_t L_17 = V_1; bool L_18; L_18 = KeySizes_IsLegalKeySize_m0466CCE05154C87AB4985E9F39902306DA23B6B2(L_16, ((int32_t)((int32_t)L_17<<(int32_t)3)), /*hidden argument*/NULL); if (L_18) { goto IL_0084; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = L_19; int32_t L_21 = V_1; int32_t L_22 = L_21; RuntimeObject * L_23 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_22); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_23); (L_20)->SetAt(static_cast(0), (RuntimeObject *)L_23); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_24 = L_20; int32_t L_25 = 5; RuntimeObject * L_26 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_25); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_26); (L_24)->SetAt(static_cast(1), (RuntimeObject *)L_26); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = L_24; int32_t L_28 = ((int32_t)16); RuntimeObject * L_29 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_28); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_29); (L_27)->SetAt(static_cast(2), (RuntimeObject *)L_29); String_t* L_30; L_30 = Locale_GetText_m9472C71D4F5D9E384D5964D8A2281B9F895F386A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2FF11C399516FCC1422777DAD83F4DA47FA3D2FA)), L_27, /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_31 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_31, L_30, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2Transform__ctor_m8B26A6319D5E5930D51DD64A054E1E61E26CBF5B_RuntimeMethod_var))); } IL_0084: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)); V_2 = L_32; int32_t L_33 = V_0; V_3 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)7))>>(int32_t)3)); int32_t L_34 = V_0; int32_t L_35 = V_3; V_4 = ((int32_t)((int32_t)((int32_t)255)%(int32_t)((int32_t)((int32_t)2<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)L_34)), (int32_t)((int32_t)((int32_t)L_35<<(int32_t)3)))), (int32_t)1))&(int32_t)((int32_t)31))))))); V_6 = 0; goto IL_00be; } IL_00b0: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_2; int32_t L_37 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = ___key2; int32_t L_39 = V_6; NullCheck(L_38); int32_t L_40 = L_39; uint8_t L_41 = (L_38)->GetAt(static_cast(L_40)); NullCheck(L_36); (L_36)->SetAt(static_cast(L_37), (uint8_t)L_41); int32_t L_42 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00be: { int32_t L_43 = V_6; int32_t L_44 = V_1; if ((((int32_t)L_43) < ((int32_t)L_44))) { goto IL_00b0; } } { int32_t L_45 = V_1; V_7 = L_45; goto IL_00eb; } IL_00c8: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = V_2; int32_t L_47 = V_7; IL2CPP_RUNTIME_CLASS_INIT(RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = ((RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1_StaticFields*)il2cpp_codegen_static_fields_for(RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1_il2cpp_TypeInfo_var))->get_pitable_18(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = V_2; int32_t L_50 = V_7; NullCheck(L_49); int32_t L_51 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)); uint8_t L_52 = (L_49)->GetAt(static_cast(L_51)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = V_2; int32_t L_54 = V_7; int32_t L_55 = V_1; NullCheck(L_53); int32_t L_56 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)L_55)); uint8_t L_57 = (L_53)->GetAt(static_cast(L_56)); NullCheck(L_48); int32_t L_58 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)L_57))&(int32_t)((int32_t)255))); uint8_t L_59 = (L_48)->GetAt(static_cast(L_58)); NullCheck(L_46); (L_46)->SetAt(static_cast(L_47), (uint8_t)L_59); int32_t L_60 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); } IL_00eb: { int32_t L_61 = V_7; if ((((int32_t)L_61) < ((int32_t)((int32_t)128)))) { goto IL_00c8; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62 = V_2; int32_t L_63 = V_3; IL2CPP_RUNTIME_CLASS_INIT(RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = ((RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1_StaticFields*)il2cpp_codegen_static_fields_for(RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1_il2cpp_TypeInfo_var))->get_pitable_18(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_65 = V_2; int32_t L_66 = V_3; NullCheck(L_65); int32_t L_67 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)128), (int32_t)L_66)); uint8_t L_68 = (L_65)->GetAt(static_cast(L_67)); int32_t L_69 = V_4; NullCheck(L_64); int32_t L_70 = ((int32_t)((int32_t)L_68&(int32_t)L_69)); uint8_t L_71 = (L_64)->GetAt(static_cast(L_70)); NullCheck(L_62); (L_62)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)128), (int32_t)L_63))), (uint8_t)L_71); int32_t L_72 = V_3; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)127), (int32_t)L_72)); goto IL_0134; } IL_0117: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_73 = V_2; int32_t L_74 = V_8; IL2CPP_RUNTIME_CLASS_INIT(RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = ((RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1_StaticFields*)il2cpp_codegen_static_fields_for(RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1_il2cpp_TypeInfo_var))->get_pitable_18(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_76 = V_2; int32_t L_77 = V_8; NullCheck(L_76); int32_t L_78 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); uint8_t L_79 = (L_76)->GetAt(static_cast(L_78)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_80 = V_2; int32_t L_81 = V_8; int32_t L_82 = V_3; NullCheck(L_80); int32_t L_83 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)L_82)); uint8_t L_84 = (L_80)->GetAt(static_cast(L_83)); NullCheck(L_75); int32_t L_85 = ((int32_t)((int32_t)L_79^(int32_t)L_84)); uint8_t L_86 = (L_75)->GetAt(static_cast(L_85)); NullCheck(L_73); (L_73)->SetAt(static_cast(L_74), (uint8_t)L_86); int32_t L_87 = V_8; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_87, (int32_t)1)); } IL_0134: { int32_t L_88 = V_8; if ((((int32_t)L_88) >= ((int32_t)0))) { goto IL_0117; } } { UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_89 = (UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67*)(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67*)SZArrayNew(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); __this->set_K_16(L_89); V_5 = 0; V_9 = 0; goto IL_0173; } IL_014e: { UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_90 = __this->get_K_16(); int32_t L_91 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_92 = V_2; int32_t L_93 = V_5; int32_t L_94 = L_93; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1)); NullCheck(L_92); int32_t L_95 = L_94; uint8_t L_96 = (L_92)->GetAt(static_cast(L_95)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_97 = V_2; int32_t L_98 = V_5; int32_t L_99 = L_98; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1)); NullCheck(L_97); int32_t L_100 = L_99; uint8_t L_101 = (L_97)->GetAt(static_cast(L_100)); NullCheck(L_90); (L_90)->SetAt(static_cast(L_91), (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)((int32_t)((int32_t)L_101<<(int32_t)8))))))); int32_t L_102 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)1)); } IL_0173: { int32_t L_103 = V_9; if ((((int32_t)L_103) < ((int32_t)((int32_t)64)))) { goto IL_014e; } } { return; } } // System.Void System.Security.Cryptography.RC2Transform::ECB(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Transform_ECB_m41AD7108EA83B0AC48D126D25F2F7FCF009D9401 (RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output1, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; NullCheck(L_0); int32_t L_1 = 0; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___input0; NullCheck(L_3); int32_t L_4 = 1; uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); __this->set_R0_12((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)L_2|(int32_t)((int32_t)((int32_t)L_5<<(int32_t)8))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___input0; NullCheck(L_6); int32_t L_7 = 2; uint8_t L_8 = (L_6)->GetAt(static_cast(L_7)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___input0; NullCheck(L_9); int32_t L_10 = 3; uint8_t L_11 = (L_9)->GetAt(static_cast(L_10)); __this->set_R1_13((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)L_8|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)8))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___input0; NullCheck(L_12); int32_t L_13 = 4; uint8_t L_14 = (L_12)->GetAt(static_cast(L_13)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___input0; NullCheck(L_15); int32_t L_16 = 5; uint8_t L_17 = (L_15)->GetAt(static_cast(L_16)); __this->set_R2_14((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)L_14|(int32_t)((int32_t)((int32_t)L_17<<(int32_t)8))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___input0; NullCheck(L_18); int32_t L_19 = 6; uint8_t L_20 = (L_18)->GetAt(static_cast(L_19)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___input0; NullCheck(L_21); int32_t L_22 = 7; uint8_t L_23 = (L_21)->GetAt(static_cast(L_22)); __this->set_R3_15((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)L_20|(int32_t)((int32_t)((int32_t)L_23<<(int32_t)8))))))); bool L_24 = ((SymmetricTransform_t7F2159C79FF7B594CAC28B7061F5891F9B7CDB76 *)__this)->get_encrypt_1(); if (!L_24) { goto IL_05d9; } } { __this->set_j_17(0); goto IL_01cb; } IL_0057: { uint16_t L_25 = __this->get_R0_12(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_26 = __this->get_K_16(); int32_t L_27 = __this->get_j_17(); V_0 = L_27; int32_t L_28 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1))); int32_t L_29 = V_0; NullCheck(L_26); int32_t L_30 = L_29; uint16_t L_31 = (L_26)->GetAt(static_cast(L_30)); uint16_t L_32 = __this->get_R3_15(); uint16_t L_33 = __this->get_R2_14(); uint16_t L_34 = __this->get_R3_15(); uint16_t L_35 = __this->get_R1_13(); __this->set_R0_12((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)((int32_t)((int32_t)L_32&(int32_t)L_33)))), (int32_t)((int32_t)((int32_t)((~L_34))&(int32_t)L_35))))))))))); uint16_t L_36 = __this->get_R0_12(); uint16_t L_37 = __this->get_R0_12(); __this->set_R0_12((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_36<<(int32_t)1))|(int32_t)((int32_t)((int32_t)L_37>>(int32_t)((int32_t)15)))))))); uint16_t L_38 = __this->get_R1_13(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_39 = __this->get_K_16(); int32_t L_40 = __this->get_j_17(); V_0 = L_40; int32_t L_41 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1))); int32_t L_42 = V_0; NullCheck(L_39); int32_t L_43 = L_42; uint16_t L_44 = (L_39)->GetAt(static_cast(L_43)); uint16_t L_45 = __this->get_R0_12(); uint16_t L_46 = __this->get_R3_15(); uint16_t L_47 = __this->get_R0_12(); uint16_t L_48 = __this->get_R2_14(); __this->set_R1_13((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)((int32_t)((int32_t)L_45&(int32_t)L_46)))), (int32_t)((int32_t)((int32_t)((~L_47))&(int32_t)L_48))))))))))); uint16_t L_49 = __this->get_R1_13(); uint16_t L_50 = __this->get_R1_13(); __this->set_R1_13((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_49<<(int32_t)2))|(int32_t)((int32_t)((int32_t)L_50>>(int32_t)((int32_t)14)))))))); uint16_t L_51 = __this->get_R2_14(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_52 = __this->get_K_16(); int32_t L_53 = __this->get_j_17(); V_0 = L_53; int32_t L_54 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1))); int32_t L_55 = V_0; NullCheck(L_52); int32_t L_56 = L_55; uint16_t L_57 = (L_52)->GetAt(static_cast(L_56)); uint16_t L_58 = __this->get_R1_13(); uint16_t L_59 = __this->get_R0_12(); uint16_t L_60 = __this->get_R1_13(); uint16_t L_61 = __this->get_R3_15(); __this->set_R2_14((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)((int32_t)((int32_t)L_58&(int32_t)L_59)))), (int32_t)((int32_t)((int32_t)((~L_60))&(int32_t)L_61))))))))))); uint16_t L_62 = __this->get_R2_14(); uint16_t L_63 = __this->get_R2_14(); __this->set_R2_14((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_62<<(int32_t)3))|(int32_t)((int32_t)((int32_t)L_63>>(int32_t)((int32_t)13)))))))); uint16_t L_64 = __this->get_R3_15(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_65 = __this->get_K_16(); int32_t L_66 = __this->get_j_17(); V_0 = L_66; int32_t L_67 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1))); int32_t L_68 = V_0; NullCheck(L_65); int32_t L_69 = L_68; uint16_t L_70 = (L_65)->GetAt(static_cast(L_69)); uint16_t L_71 = __this->get_R2_14(); uint16_t L_72 = __this->get_R1_13(); uint16_t L_73 = __this->get_R2_14(); uint16_t L_74 = __this->get_R0_12(); __this->set_R3_15((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)((int32_t)((int32_t)L_71&(int32_t)L_72)))), (int32_t)((int32_t)((int32_t)((~L_73))&(int32_t)L_74))))))))))); uint16_t L_75 = __this->get_R3_15(); uint16_t L_76 = __this->get_R3_15(); __this->set_R3_15((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_75<<(int32_t)5))|(int32_t)((int32_t)((int32_t)L_76>>(int32_t)((int32_t)11)))))))); } IL_01cb: { int32_t L_77 = __this->get_j_17(); if ((((int32_t)L_77) <= ((int32_t)((int32_t)16)))) { goto IL_0057; } } { uint16_t L_78 = __this->get_R0_12(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_79 = __this->get_K_16(); uint16_t L_80 = __this->get_R3_15(); NullCheck(L_79); int32_t L_81 = ((int32_t)((int32_t)L_80&(int32_t)((int32_t)63))); uint16_t L_82 = (L_79)->GetAt(static_cast(L_81)); __this->set_R0_12((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)L_82))))); uint16_t L_83 = __this->get_R1_13(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_84 = __this->get_K_16(); uint16_t L_85 = __this->get_R0_12(); NullCheck(L_84); int32_t L_86 = ((int32_t)((int32_t)L_85&(int32_t)((int32_t)63))); uint16_t L_87 = (L_84)->GetAt(static_cast(L_86)); __this->set_R1_13((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)L_87))))); uint16_t L_88 = __this->get_R2_14(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_89 = __this->get_K_16(); uint16_t L_90 = __this->get_R1_13(); NullCheck(L_89); int32_t L_91 = ((int32_t)((int32_t)L_90&(int32_t)((int32_t)63))); uint16_t L_92 = (L_89)->GetAt(static_cast(L_91)); __this->set_R2_14((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)L_92))))); uint16_t L_93 = __this->get_R3_15(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_94 = __this->get_K_16(); uint16_t L_95 = __this->get_R2_14(); NullCheck(L_94); int32_t L_96 = ((int32_t)((int32_t)L_95&(int32_t)((int32_t)63))); uint16_t L_97 = (L_94)->GetAt(static_cast(L_96)); __this->set_R3_15((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)L_97))))); goto IL_03c9; } IL_0255: { uint16_t L_98 = __this->get_R0_12(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_99 = __this->get_K_16(); int32_t L_100 = __this->get_j_17(); V_0 = L_100; int32_t L_101 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1))); int32_t L_102 = V_0; NullCheck(L_99); int32_t L_103 = L_102; uint16_t L_104 = (L_99)->GetAt(static_cast(L_103)); uint16_t L_105 = __this->get_R3_15(); uint16_t L_106 = __this->get_R2_14(); uint16_t L_107 = __this->get_R3_15(); uint16_t L_108 = __this->get_R1_13(); __this->set_R0_12((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)((int32_t)((int32_t)L_105&(int32_t)L_106)))), (int32_t)((int32_t)((int32_t)((~L_107))&(int32_t)L_108))))))))))); uint16_t L_109 = __this->get_R0_12(); uint16_t L_110 = __this->get_R0_12(); __this->set_R0_12((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_109<<(int32_t)1))|(int32_t)((int32_t)((int32_t)L_110>>(int32_t)((int32_t)15)))))))); uint16_t L_111 = __this->get_R1_13(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_112 = __this->get_K_16(); int32_t L_113 = __this->get_j_17(); V_0 = L_113; int32_t L_114 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)1))); int32_t L_115 = V_0; NullCheck(L_112); int32_t L_116 = L_115; uint16_t L_117 = (L_112)->GetAt(static_cast(L_116)); uint16_t L_118 = __this->get_R0_12(); uint16_t L_119 = __this->get_R3_15(); uint16_t L_120 = __this->get_R0_12(); uint16_t L_121 = __this->get_R2_14(); __this->set_R1_13((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_117, (int32_t)((int32_t)((int32_t)L_118&(int32_t)L_119)))), (int32_t)((int32_t)((int32_t)((~L_120))&(int32_t)L_121))))))))))); uint16_t L_122 = __this->get_R1_13(); uint16_t L_123 = __this->get_R1_13(); __this->set_R1_13((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_122<<(int32_t)2))|(int32_t)((int32_t)((int32_t)L_123>>(int32_t)((int32_t)14)))))))); uint16_t L_124 = __this->get_R2_14(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_125 = __this->get_K_16(); int32_t L_126 = __this->get_j_17(); V_0 = L_126; int32_t L_127 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)1))); int32_t L_128 = V_0; NullCheck(L_125); int32_t L_129 = L_128; uint16_t L_130 = (L_125)->GetAt(static_cast(L_129)); uint16_t L_131 = __this->get_R1_13(); uint16_t L_132 = __this->get_R0_12(); uint16_t L_133 = __this->get_R1_13(); uint16_t L_134 = __this->get_R3_15(); __this->set_R2_14((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)((int32_t)((int32_t)L_131&(int32_t)L_132)))), (int32_t)((int32_t)((int32_t)((~L_133))&(int32_t)L_134))))))))))); uint16_t L_135 = __this->get_R2_14(); uint16_t L_136 = __this->get_R2_14(); __this->set_R2_14((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_135<<(int32_t)3))|(int32_t)((int32_t)((int32_t)L_136>>(int32_t)((int32_t)13)))))))); uint16_t L_137 = __this->get_R3_15(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_138 = __this->get_K_16(); int32_t L_139 = __this->get_j_17(); V_0 = L_139; int32_t L_140 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)1))); int32_t L_141 = V_0; NullCheck(L_138); int32_t L_142 = L_141; uint16_t L_143 = (L_138)->GetAt(static_cast(L_142)); uint16_t L_144 = __this->get_R2_14(); uint16_t L_145 = __this->get_R1_13(); uint16_t L_146 = __this->get_R2_14(); uint16_t L_147 = __this->get_R0_12(); __this->set_R3_15((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)((int32_t)((int32_t)L_144&(int32_t)L_145)))), (int32_t)((int32_t)((int32_t)((~L_146))&(int32_t)L_147))))))))))); uint16_t L_148 = __this->get_R3_15(); uint16_t L_149 = __this->get_R3_15(); __this->set_R3_15((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_148<<(int32_t)5))|(int32_t)((int32_t)((int32_t)L_149>>(int32_t)((int32_t)11)))))))); } IL_03c9: { int32_t L_150 = __this->get_j_17(); if ((((int32_t)L_150) <= ((int32_t)((int32_t)40)))) { goto IL_0255; } } { uint16_t L_151 = __this->get_R0_12(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_152 = __this->get_K_16(); uint16_t L_153 = __this->get_R3_15(); NullCheck(L_152); int32_t L_154 = ((int32_t)((int32_t)L_153&(int32_t)((int32_t)63))); uint16_t L_155 = (L_152)->GetAt(static_cast(L_154)); __this->set_R0_12((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)L_155))))); uint16_t L_156 = __this->get_R1_13(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_157 = __this->get_K_16(); uint16_t L_158 = __this->get_R0_12(); NullCheck(L_157); int32_t L_159 = ((int32_t)((int32_t)L_158&(int32_t)((int32_t)63))); uint16_t L_160 = (L_157)->GetAt(static_cast(L_159)); __this->set_R1_13((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)L_160))))); uint16_t L_161 = __this->get_R2_14(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_162 = __this->get_K_16(); uint16_t L_163 = __this->get_R1_13(); NullCheck(L_162); int32_t L_164 = ((int32_t)((int32_t)L_163&(int32_t)((int32_t)63))); uint16_t L_165 = (L_162)->GetAt(static_cast(L_164)); __this->set_R2_14((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)L_165))))); uint16_t L_166 = __this->get_R3_15(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_167 = __this->get_K_16(); uint16_t L_168 = __this->get_R2_14(); NullCheck(L_167); int32_t L_169 = ((int32_t)((int32_t)L_168&(int32_t)((int32_t)63))); uint16_t L_170 = (L_167)->GetAt(static_cast(L_169)); __this->set_R3_15((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_166, (int32_t)L_170))))); goto IL_05c7; } IL_0453: { uint16_t L_171 = __this->get_R0_12(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_172 = __this->get_K_16(); int32_t L_173 = __this->get_j_17(); V_0 = L_173; int32_t L_174 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)1))); int32_t L_175 = V_0; NullCheck(L_172); int32_t L_176 = L_175; uint16_t L_177 = (L_172)->GetAt(static_cast(L_176)); uint16_t L_178 = __this->get_R3_15(); uint16_t L_179 = __this->get_R2_14(); uint16_t L_180 = __this->get_R3_15(); uint16_t L_181 = __this->get_R1_13(); __this->set_R0_12((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_171, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_177, (int32_t)((int32_t)((int32_t)L_178&(int32_t)L_179)))), (int32_t)((int32_t)((int32_t)((~L_180))&(int32_t)L_181))))))))))); uint16_t L_182 = __this->get_R0_12(); uint16_t L_183 = __this->get_R0_12(); __this->set_R0_12((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_182<<(int32_t)1))|(int32_t)((int32_t)((int32_t)L_183>>(int32_t)((int32_t)15)))))))); uint16_t L_184 = __this->get_R1_13(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_185 = __this->get_K_16(); int32_t L_186 = __this->get_j_17(); V_0 = L_186; int32_t L_187 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_add((int32_t)L_187, (int32_t)1))); int32_t L_188 = V_0; NullCheck(L_185); int32_t L_189 = L_188; uint16_t L_190 = (L_185)->GetAt(static_cast(L_189)); uint16_t L_191 = __this->get_R0_12(); uint16_t L_192 = __this->get_R3_15(); uint16_t L_193 = __this->get_R0_12(); uint16_t L_194 = __this->get_R2_14(); __this->set_R1_13((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_184, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)((int32_t)((int32_t)L_191&(int32_t)L_192)))), (int32_t)((int32_t)((int32_t)((~L_193))&(int32_t)L_194))))))))))); uint16_t L_195 = __this->get_R1_13(); uint16_t L_196 = __this->get_R1_13(); __this->set_R1_13((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_195<<(int32_t)2))|(int32_t)((int32_t)((int32_t)L_196>>(int32_t)((int32_t)14)))))))); uint16_t L_197 = __this->get_R2_14(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_198 = __this->get_K_16(); int32_t L_199 = __this->get_j_17(); V_0 = L_199; int32_t L_200 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_add((int32_t)L_200, (int32_t)1))); int32_t L_201 = V_0; NullCheck(L_198); int32_t L_202 = L_201; uint16_t L_203 = (L_198)->GetAt(static_cast(L_202)); uint16_t L_204 = __this->get_R1_13(); uint16_t L_205 = __this->get_R0_12(); uint16_t L_206 = __this->get_R1_13(); uint16_t L_207 = __this->get_R3_15(); __this->set_R2_14((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_197, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_203, (int32_t)((int32_t)((int32_t)L_204&(int32_t)L_205)))), (int32_t)((int32_t)((int32_t)((~L_206))&(int32_t)L_207))))))))))); uint16_t L_208 = __this->get_R2_14(); uint16_t L_209 = __this->get_R2_14(); __this->set_R2_14((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_208<<(int32_t)3))|(int32_t)((int32_t)((int32_t)L_209>>(int32_t)((int32_t)13)))))))); uint16_t L_210 = __this->get_R3_15(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_211 = __this->get_K_16(); int32_t L_212 = __this->get_j_17(); V_0 = L_212; int32_t L_213 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_add((int32_t)L_213, (int32_t)1))); int32_t L_214 = V_0; NullCheck(L_211); int32_t L_215 = L_214; uint16_t L_216 = (L_211)->GetAt(static_cast(L_215)); uint16_t L_217 = __this->get_R2_14(); uint16_t L_218 = __this->get_R1_13(); uint16_t L_219 = __this->get_R2_14(); uint16_t L_220 = __this->get_R0_12(); __this->set_R3_15((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_210, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_216, (int32_t)((int32_t)((int32_t)L_217&(int32_t)L_218)))), (int32_t)((int32_t)((int32_t)((~L_219))&(int32_t)L_220))))))))))); uint16_t L_221 = __this->get_R3_15(); uint16_t L_222 = __this->get_R3_15(); __this->set_R3_15((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_221<<(int32_t)5))|(int32_t)((int32_t)((int32_t)L_222>>(int32_t)((int32_t)11)))))))); } IL_05c7: { int32_t L_223 = __this->get_j_17(); if ((((int32_t)L_223) < ((int32_t)((int32_t)64)))) { goto IL_0453; } } { goto IL_0b62; } IL_05d9: { __this->set_j_17(((int32_t)63)); goto IL_075a; } IL_05e6: { uint16_t L_224 = __this->get_R3_15(); uint16_t L_225 = __this->get_R3_15(); __this->set_R3_15((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_224>>(int32_t)5))|(int32_t)((int32_t)((int32_t)L_225<<(int32_t)((int32_t)11)))))))); uint16_t L_226 = __this->get_R3_15(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_227 = __this->get_K_16(); int32_t L_228 = __this->get_j_17(); V_0 = L_228; int32_t L_229 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_subtract((int32_t)L_229, (int32_t)1))); int32_t L_230 = V_0; NullCheck(L_227); int32_t L_231 = L_230; uint16_t L_232 = (L_227)->GetAt(static_cast(L_231)); uint16_t L_233 = __this->get_R2_14(); uint16_t L_234 = __this->get_R1_13(); uint16_t L_235 = __this->get_R2_14(); uint16_t L_236 = __this->get_R0_12(); __this->set_R3_15((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_226, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_232, (int32_t)((int32_t)((int32_t)L_233&(int32_t)L_234)))), (int32_t)((int32_t)((int32_t)((~L_235))&(int32_t)L_236))))))))))); uint16_t L_237 = __this->get_R2_14(); uint16_t L_238 = __this->get_R2_14(); __this->set_R2_14((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_237>>(int32_t)3))|(int32_t)((int32_t)((int32_t)L_238<<(int32_t)((int32_t)13)))))))); uint16_t L_239 = __this->get_R2_14(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_240 = __this->get_K_16(); int32_t L_241 = __this->get_j_17(); V_0 = L_241; int32_t L_242 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_subtract((int32_t)L_242, (int32_t)1))); int32_t L_243 = V_0; NullCheck(L_240); int32_t L_244 = L_243; uint16_t L_245 = (L_240)->GetAt(static_cast(L_244)); uint16_t L_246 = __this->get_R1_13(); uint16_t L_247 = __this->get_R0_12(); uint16_t L_248 = __this->get_R1_13(); uint16_t L_249 = __this->get_R3_15(); __this->set_R2_14((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_239, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_245, (int32_t)((int32_t)((int32_t)L_246&(int32_t)L_247)))), (int32_t)((int32_t)((int32_t)((~L_248))&(int32_t)L_249))))))))))); uint16_t L_250 = __this->get_R1_13(); uint16_t L_251 = __this->get_R1_13(); __this->set_R1_13((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_250>>(int32_t)2))|(int32_t)((int32_t)((int32_t)L_251<<(int32_t)((int32_t)14)))))))); uint16_t L_252 = __this->get_R1_13(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_253 = __this->get_K_16(); int32_t L_254 = __this->get_j_17(); V_0 = L_254; int32_t L_255 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_subtract((int32_t)L_255, (int32_t)1))); int32_t L_256 = V_0; NullCheck(L_253); int32_t L_257 = L_256; uint16_t L_258 = (L_253)->GetAt(static_cast(L_257)); uint16_t L_259 = __this->get_R0_12(); uint16_t L_260 = __this->get_R3_15(); uint16_t L_261 = __this->get_R0_12(); uint16_t L_262 = __this->get_R2_14(); __this->set_R1_13((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_252, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_258, (int32_t)((int32_t)((int32_t)L_259&(int32_t)L_260)))), (int32_t)((int32_t)((int32_t)((~L_261))&(int32_t)L_262))))))))))); uint16_t L_263 = __this->get_R0_12(); uint16_t L_264 = __this->get_R0_12(); __this->set_R0_12((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_263>>(int32_t)1))|(int32_t)((int32_t)((int32_t)L_264<<(int32_t)((int32_t)15)))))))); uint16_t L_265 = __this->get_R0_12(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_266 = __this->get_K_16(); int32_t L_267 = __this->get_j_17(); V_0 = L_267; int32_t L_268 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_subtract((int32_t)L_268, (int32_t)1))); int32_t L_269 = V_0; NullCheck(L_266); int32_t L_270 = L_269; uint16_t L_271 = (L_266)->GetAt(static_cast(L_270)); uint16_t L_272 = __this->get_R3_15(); uint16_t L_273 = __this->get_R2_14(); uint16_t L_274 = __this->get_R3_15(); uint16_t L_275 = __this->get_R1_13(); __this->set_R0_12((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_265, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_271, (int32_t)((int32_t)((int32_t)L_272&(int32_t)L_273)))), (int32_t)((int32_t)((int32_t)((~L_274))&(int32_t)L_275))))))))))); } IL_075a: { int32_t L_276 = __this->get_j_17(); if ((((int32_t)L_276) >= ((int32_t)((int32_t)44)))) { goto IL_05e6; } } { uint16_t L_277 = __this->get_R3_15(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_278 = __this->get_K_16(); uint16_t L_279 = __this->get_R2_14(); NullCheck(L_278); int32_t L_280 = ((int32_t)((int32_t)L_279&(int32_t)((int32_t)63))); uint16_t L_281 = (L_278)->GetAt(static_cast(L_280)); __this->set_R3_15((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_277, (int32_t)L_281))))); uint16_t L_282 = __this->get_R2_14(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_283 = __this->get_K_16(); uint16_t L_284 = __this->get_R1_13(); NullCheck(L_283); int32_t L_285 = ((int32_t)((int32_t)L_284&(int32_t)((int32_t)63))); uint16_t L_286 = (L_283)->GetAt(static_cast(L_285)); __this->set_R2_14((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_282, (int32_t)L_286))))); uint16_t L_287 = __this->get_R1_13(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_288 = __this->get_K_16(); uint16_t L_289 = __this->get_R0_12(); NullCheck(L_288); int32_t L_290 = ((int32_t)((int32_t)L_289&(int32_t)((int32_t)63))); uint16_t L_291 = (L_288)->GetAt(static_cast(L_290)); __this->set_R1_13((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_287, (int32_t)L_291))))); uint16_t L_292 = __this->get_R0_12(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_293 = __this->get_K_16(); uint16_t L_294 = __this->get_R3_15(); NullCheck(L_293); int32_t L_295 = ((int32_t)((int32_t)L_294&(int32_t)((int32_t)63))); uint16_t L_296 = (L_293)->GetAt(static_cast(L_295)); __this->set_R0_12((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_292, (int32_t)L_296))))); goto IL_0958; } IL_07e4: { uint16_t L_297 = __this->get_R3_15(); uint16_t L_298 = __this->get_R3_15(); __this->set_R3_15((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_297>>(int32_t)5))|(int32_t)((int32_t)((int32_t)L_298<<(int32_t)((int32_t)11)))))))); uint16_t L_299 = __this->get_R3_15(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_300 = __this->get_K_16(); int32_t L_301 = __this->get_j_17(); V_0 = L_301; int32_t L_302 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_subtract((int32_t)L_302, (int32_t)1))); int32_t L_303 = V_0; NullCheck(L_300); int32_t L_304 = L_303; uint16_t L_305 = (L_300)->GetAt(static_cast(L_304)); uint16_t L_306 = __this->get_R2_14(); uint16_t L_307 = __this->get_R1_13(); uint16_t L_308 = __this->get_R2_14(); uint16_t L_309 = __this->get_R0_12(); __this->set_R3_15((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_299, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_305, (int32_t)((int32_t)((int32_t)L_306&(int32_t)L_307)))), (int32_t)((int32_t)((int32_t)((~L_308))&(int32_t)L_309))))))))))); uint16_t L_310 = __this->get_R2_14(); uint16_t L_311 = __this->get_R2_14(); __this->set_R2_14((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_310>>(int32_t)3))|(int32_t)((int32_t)((int32_t)L_311<<(int32_t)((int32_t)13)))))))); uint16_t L_312 = __this->get_R2_14(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_313 = __this->get_K_16(); int32_t L_314 = __this->get_j_17(); V_0 = L_314; int32_t L_315 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_subtract((int32_t)L_315, (int32_t)1))); int32_t L_316 = V_0; NullCheck(L_313); int32_t L_317 = L_316; uint16_t L_318 = (L_313)->GetAt(static_cast(L_317)); uint16_t L_319 = __this->get_R1_13(); uint16_t L_320 = __this->get_R0_12(); uint16_t L_321 = __this->get_R1_13(); uint16_t L_322 = __this->get_R3_15(); __this->set_R2_14((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_312, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_318, (int32_t)((int32_t)((int32_t)L_319&(int32_t)L_320)))), (int32_t)((int32_t)((int32_t)((~L_321))&(int32_t)L_322))))))))))); uint16_t L_323 = __this->get_R1_13(); uint16_t L_324 = __this->get_R1_13(); __this->set_R1_13((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_323>>(int32_t)2))|(int32_t)((int32_t)((int32_t)L_324<<(int32_t)((int32_t)14)))))))); uint16_t L_325 = __this->get_R1_13(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_326 = __this->get_K_16(); int32_t L_327 = __this->get_j_17(); V_0 = L_327; int32_t L_328 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_subtract((int32_t)L_328, (int32_t)1))); int32_t L_329 = V_0; NullCheck(L_326); int32_t L_330 = L_329; uint16_t L_331 = (L_326)->GetAt(static_cast(L_330)); uint16_t L_332 = __this->get_R0_12(); uint16_t L_333 = __this->get_R3_15(); uint16_t L_334 = __this->get_R0_12(); uint16_t L_335 = __this->get_R2_14(); __this->set_R1_13((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_325, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_331, (int32_t)((int32_t)((int32_t)L_332&(int32_t)L_333)))), (int32_t)((int32_t)((int32_t)((~L_334))&(int32_t)L_335))))))))))); uint16_t L_336 = __this->get_R0_12(); uint16_t L_337 = __this->get_R0_12(); __this->set_R0_12((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_336>>(int32_t)1))|(int32_t)((int32_t)((int32_t)L_337<<(int32_t)((int32_t)15)))))))); uint16_t L_338 = __this->get_R0_12(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_339 = __this->get_K_16(); int32_t L_340 = __this->get_j_17(); V_0 = L_340; int32_t L_341 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_subtract((int32_t)L_341, (int32_t)1))); int32_t L_342 = V_0; NullCheck(L_339); int32_t L_343 = L_342; uint16_t L_344 = (L_339)->GetAt(static_cast(L_343)); uint16_t L_345 = __this->get_R3_15(); uint16_t L_346 = __this->get_R2_14(); uint16_t L_347 = __this->get_R3_15(); uint16_t L_348 = __this->get_R1_13(); __this->set_R0_12((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_338, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_344, (int32_t)((int32_t)((int32_t)L_345&(int32_t)L_346)))), (int32_t)((int32_t)((int32_t)((~L_347))&(int32_t)L_348))))))))))); } IL_0958: { int32_t L_349 = __this->get_j_17(); if ((((int32_t)L_349) >= ((int32_t)((int32_t)20)))) { goto IL_07e4; } } { uint16_t L_350 = __this->get_R3_15(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_351 = __this->get_K_16(); uint16_t L_352 = __this->get_R2_14(); NullCheck(L_351); int32_t L_353 = ((int32_t)((int32_t)L_352&(int32_t)((int32_t)63))); uint16_t L_354 = (L_351)->GetAt(static_cast(L_353)); __this->set_R3_15((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_350, (int32_t)L_354))))); uint16_t L_355 = __this->get_R2_14(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_356 = __this->get_K_16(); uint16_t L_357 = __this->get_R1_13(); NullCheck(L_356); int32_t L_358 = ((int32_t)((int32_t)L_357&(int32_t)((int32_t)63))); uint16_t L_359 = (L_356)->GetAt(static_cast(L_358)); __this->set_R2_14((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_355, (int32_t)L_359))))); uint16_t L_360 = __this->get_R1_13(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_361 = __this->get_K_16(); uint16_t L_362 = __this->get_R0_12(); NullCheck(L_361); int32_t L_363 = ((int32_t)((int32_t)L_362&(int32_t)((int32_t)63))); uint16_t L_364 = (L_361)->GetAt(static_cast(L_363)); __this->set_R1_13((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_360, (int32_t)L_364))))); uint16_t L_365 = __this->get_R0_12(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_366 = __this->get_K_16(); uint16_t L_367 = __this->get_R3_15(); NullCheck(L_366); int32_t L_368 = ((int32_t)((int32_t)L_367&(int32_t)((int32_t)63))); uint16_t L_369 = (L_366)->GetAt(static_cast(L_368)); __this->set_R0_12((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_365, (int32_t)L_369))))); goto IL_0b56; } IL_09e2: { uint16_t L_370 = __this->get_R3_15(); uint16_t L_371 = __this->get_R3_15(); __this->set_R3_15((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_370>>(int32_t)5))|(int32_t)((int32_t)((int32_t)L_371<<(int32_t)((int32_t)11)))))))); uint16_t L_372 = __this->get_R3_15(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_373 = __this->get_K_16(); int32_t L_374 = __this->get_j_17(); V_0 = L_374; int32_t L_375 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_subtract((int32_t)L_375, (int32_t)1))); int32_t L_376 = V_0; NullCheck(L_373); int32_t L_377 = L_376; uint16_t L_378 = (L_373)->GetAt(static_cast(L_377)); uint16_t L_379 = __this->get_R2_14(); uint16_t L_380 = __this->get_R1_13(); uint16_t L_381 = __this->get_R2_14(); uint16_t L_382 = __this->get_R0_12(); __this->set_R3_15((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_372, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_378, (int32_t)((int32_t)((int32_t)L_379&(int32_t)L_380)))), (int32_t)((int32_t)((int32_t)((~L_381))&(int32_t)L_382))))))))))); uint16_t L_383 = __this->get_R2_14(); uint16_t L_384 = __this->get_R2_14(); __this->set_R2_14((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_383>>(int32_t)3))|(int32_t)((int32_t)((int32_t)L_384<<(int32_t)((int32_t)13)))))))); uint16_t L_385 = __this->get_R2_14(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_386 = __this->get_K_16(); int32_t L_387 = __this->get_j_17(); V_0 = L_387; int32_t L_388 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_subtract((int32_t)L_388, (int32_t)1))); int32_t L_389 = V_0; NullCheck(L_386); int32_t L_390 = L_389; uint16_t L_391 = (L_386)->GetAt(static_cast(L_390)); uint16_t L_392 = __this->get_R1_13(); uint16_t L_393 = __this->get_R0_12(); uint16_t L_394 = __this->get_R1_13(); uint16_t L_395 = __this->get_R3_15(); __this->set_R2_14((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_385, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_391, (int32_t)((int32_t)((int32_t)L_392&(int32_t)L_393)))), (int32_t)((int32_t)((int32_t)((~L_394))&(int32_t)L_395))))))))))); uint16_t L_396 = __this->get_R1_13(); uint16_t L_397 = __this->get_R1_13(); __this->set_R1_13((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_396>>(int32_t)2))|(int32_t)((int32_t)((int32_t)L_397<<(int32_t)((int32_t)14)))))))); uint16_t L_398 = __this->get_R1_13(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_399 = __this->get_K_16(); int32_t L_400 = __this->get_j_17(); V_0 = L_400; int32_t L_401 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_subtract((int32_t)L_401, (int32_t)1))); int32_t L_402 = V_0; NullCheck(L_399); int32_t L_403 = L_402; uint16_t L_404 = (L_399)->GetAt(static_cast(L_403)); uint16_t L_405 = __this->get_R0_12(); uint16_t L_406 = __this->get_R3_15(); uint16_t L_407 = __this->get_R0_12(); uint16_t L_408 = __this->get_R2_14(); __this->set_R1_13((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_398, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_404, (int32_t)((int32_t)((int32_t)L_405&(int32_t)L_406)))), (int32_t)((int32_t)((int32_t)((~L_407))&(int32_t)L_408))))))))))); uint16_t L_409 = __this->get_R0_12(); uint16_t L_410 = __this->get_R0_12(); __this->set_R0_12((uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_409>>(int32_t)1))|(int32_t)((int32_t)((int32_t)L_410<<(int32_t)((int32_t)15)))))))); uint16_t L_411 = __this->get_R0_12(); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_412 = __this->get_K_16(); int32_t L_413 = __this->get_j_17(); V_0 = L_413; int32_t L_414 = V_0; __this->set_j_17(((int32_t)il2cpp_codegen_subtract((int32_t)L_414, (int32_t)1))); int32_t L_415 = V_0; NullCheck(L_412); int32_t L_416 = L_415; uint16_t L_417 = (L_412)->GetAt(static_cast(L_416)); uint16_t L_418 = __this->get_R3_15(); uint16_t L_419 = __this->get_R2_14(); uint16_t L_420 = __this->get_R3_15(); uint16_t L_421 = __this->get_R1_13(); __this->set_R0_12((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_411, (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_417, (int32_t)((int32_t)((int32_t)L_418&(int32_t)L_419)))), (int32_t)((int32_t)((int32_t)((~L_420))&(int32_t)L_421))))))))))); } IL_0b56: { int32_t L_422 = __this->get_j_17(); if ((((int32_t)L_422) >= ((int32_t)0))) { goto IL_09e2; } } IL_0b62: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_423 = ___output1; uint16_t L_424 = __this->get_R0_12(); NullCheck(L_423); (L_423)->SetAt(static_cast(0), (uint8_t)((int32_t)((uint8_t)L_424))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_425 = ___output1; uint16_t L_426 = __this->get_R0_12(); NullCheck(L_425); (L_425)->SetAt(static_cast(1), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_426>>(int32_t)8))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_427 = ___output1; uint16_t L_428 = __this->get_R1_13(); NullCheck(L_427); (L_427)->SetAt(static_cast(2), (uint8_t)((int32_t)((uint8_t)L_428))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_429 = ___output1; uint16_t L_430 = __this->get_R1_13(); NullCheck(L_429); (L_429)->SetAt(static_cast(3), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_430>>(int32_t)8))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_431 = ___output1; uint16_t L_432 = __this->get_R2_14(); NullCheck(L_431); (L_431)->SetAt(static_cast(4), (uint8_t)((int32_t)((uint8_t)L_432))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_433 = ___output1; uint16_t L_434 = __this->get_R2_14(); NullCheck(L_433); (L_433)->SetAt(static_cast(5), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_434>>(int32_t)8))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_435 = ___output1; uint16_t L_436 = __this->get_R3_15(); NullCheck(L_435); (L_435)->SetAt(static_cast(6), (uint8_t)((int32_t)((uint8_t)L_436))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_437 = ___output1; uint16_t L_438 = __this->get_R3_15(); NullCheck(L_437); (L_437)->SetAt(static_cast(7), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_438>>(int32_t)8))))); return; } } // System.Void System.Security.Cryptography.RC2Transform::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Transform__cctor_m7C50F2956CE235EBF9ECC159850563F3D7A584BE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____0392525BCB01691D1F319D89F2C12BF93A478467_0_FieldInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____0392525BCB01691D1F319D89F2C12BF93A478467_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1_StaticFields*)il2cpp_codegen_static_fields_for(RC2Transform_t635973BE70BDC76311DEBF2709D2CD267451B9C1_il2cpp_TypeInfo_var))->set_pitable_18(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.Cryptography.RC4::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC4__ctor_m4AE7CD4ADF876BC2D4BF4E89B3E03CB4C979C5AE (RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SymmetricAlgorithm__ctor_mD5D5ED5CB5F6BBB98629E560B8A9147FE5C05F16(__this, /*hidden argument*/NULL); ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->set_KeySizeValue_6(((int32_t)128)); ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->set_BlockSizeValue_0(((int32_t)64)); int32_t L_0 = ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->get_BlockSizeValue_0(); ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->set_FeedbackSizeValue_1(L_0); IL2CPP_RUNTIME_CLASS_INIT(RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9_il2cpp_TypeInfo_var); KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* L_1 = ((RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9_StaticFields*)il2cpp_codegen_static_fields_for(RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9_il2cpp_TypeInfo_var))->get_s_legalBlockSizes_9(); ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->set_LegalBlockSizesValue_4(L_1); KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* L_2 = ((RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9_StaticFields*)il2cpp_codegen_static_fields_for(RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9_il2cpp_TypeInfo_var))->get_s_legalKeySizes_10(); ((SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 *)__this)->set_LegalKeySizesValue_5(L_2); return; } } // System.Byte[] Mono.Security.Cryptography.RC4::get_IV() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RC4_get_IV_mD7566786E10C516A2A6071EC51C71CA6BCBF133E (RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)0); return L_0; } } // System.Void Mono.Security.Cryptography.RC4::set_IV(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC4_set_IV_mC376A63270B503078DB6CC95EB581B7E9AD5BE09 (RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method) { { return; } } // Mono.Security.Cryptography.RC4 Mono.Security.Cryptography.RC4::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9 * RC4_Create_m7E91E5F40C06986E5C5DD91DCFBBE5D5E3DD9CCD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ARC4Managed_t7D2721F1AF57F6B15CBBB4383350A196E0F50514_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ARC4Managed_t7D2721F1AF57F6B15CBBB4383350A196E0F50514 * L_0 = (ARC4Managed_t7D2721F1AF57F6B15CBBB4383350A196E0F50514 *)il2cpp_codegen_object_new(ARC4Managed_t7D2721F1AF57F6B15CBBB4383350A196E0F50514_il2cpp_TypeInfo_var); ARC4Managed__ctor_m40D1080D72B9F443A74880225F91F7357705320F(L_0, /*hidden argument*/NULL); return L_0; } } // System.Void Mono.Security.Cryptography.RC4::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC4__cctor_mD7AB6DD24CFA56C6E741647156202490AAC058E6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* L_0 = (KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499*)(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499*)SZArrayNew(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499_il2cpp_TypeInfo_var, (uint32_t)1); KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* L_1 = L_0; KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 * L_2 = (KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 *)il2cpp_codegen_object_new(KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3_il2cpp_TypeInfo_var); KeySizes__ctor_m3E926AE5EB6EE3A75028118474262765CC767F5A(L_2, ((int32_t)64), ((int32_t)64), 0, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 *)L_2); ((RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9_StaticFields*)il2cpp_codegen_static_fields_for(RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9_il2cpp_TypeInfo_var))->set_s_legalBlockSizes_9(L_1); KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* L_3 = (KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499*)(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499*)SZArrayNew(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499_il2cpp_TypeInfo_var, (uint32_t)1); KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* L_4 = L_3; KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 * L_5 = (KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 *)il2cpp_codegen_object_new(KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3_il2cpp_TypeInfo_var); KeySizes__ctor_m3E926AE5EB6EE3A75028118474262765CC767F5A(L_5, ((int32_t)40), ((int32_t)2048), 8, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 *)L_5); ((RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9_StaticFields*)il2cpp_codegen_static_fields_for(RC4_tE3BF122B8D8D031F575A01F24DAD9D43D06534A9_il2cpp_TypeInfo_var))->set_s_legalKeySizes_10(L_4); 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 System.Security.Cryptography.RIPEMD160::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RIPEMD160__ctor_mC618810C34A3395E0A3D420ADD1E47CC4095A004 (RIPEMD160_tC46FCE0C691B3F2E543969F484A39F7B3B6600C0 * __this, const RuntimeMethod* method) { { HashAlgorithm__ctor_mD4FD9DCEF621EE948FBEF8BA40A4660F1A8E951A(__this, /*hidden argument*/NULL); ((HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 *)__this)->set_HashSizeValue_0(((int32_t)160)); return; } } // System.Security.Cryptography.RIPEMD160 System.Security.Cryptography.RIPEMD160::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RIPEMD160_tC46FCE0C691B3F2E543969F484A39F7B3B6600C0 * RIPEMD160_Create_m1E05A8983B0511970B8E36D6188E191B73A91B42 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28 * L_0 = (RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28 *)il2cpp_codegen_object_new(RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28_il2cpp_TypeInfo_var); RIPEMD160Managed__ctor_m6475071B6E800A8501CEF02A167CD182F0564196(L_0, /*hidden argument*/NULL); return L_0; } } // System.Security.Cryptography.RIPEMD160 System.Security.Cryptography.RIPEMD160::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RIPEMD160_tC46FCE0C691B3F2E543969F484A39F7B3B6600C0 * RIPEMD160_Create_mE53CC50E7155A56565D28534D0FB04014E92F4A6 (String_t* ___hashName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RIPEMD160_tC46FCE0C691B3F2E543969F484A39F7B3B6600C0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___hashName0; RuntimeObject * L_1; L_1 = CryptoConfig_CreateFromName_mAA87578CA5E4BA407B6946595D7B58F60FF84F46(L_0, /*hidden argument*/NULL); return ((RIPEMD160_tC46FCE0C691B3F2E543969F484A39F7B3B6600C0 *)CastclassClass((RuntimeObject*)L_1, RIPEMD160_tC46FCE0C691B3F2E543969F484A39F7B3B6600C0_il2cpp_TypeInfo_var)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.RIPEMD160Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RIPEMD160Managed__ctor_m6475071B6E800A8501CEF02A167CD182F0564196 (RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RIPEMD160__ctor_mC618810C34A3395E0A3D420ADD1E47CC4095A004(__this, /*hidden argument*/NULL); bool L_0; L_0 = CryptoConfig_get_AllowOnlyFipsAlgorithms_m5727A4E316AE115D2E891B3727745C100BB74CD5(/*hidden argument*/NULL); if (!L_0) { goto IL_001d; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral17BA770D472146F14CBDE2CFF7752F076430BCBE)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RIPEMD160Managed__ctor_m6475071B6E800A8501CEF02A167CD182F0564196_RuntimeMethod_var))); } IL_001d: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)5); __this->set__stateMD160_6(L_3); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set__blockDWords_7(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); __this->set__buffer_4(L_5); RIPEMD160Managed_InitializeState_m9DA51B5E51BAD035B6FFC25E1A96C3809FE14BB8(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RIPEMD160Managed::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RIPEMD160Managed_Initialize_m9356ECC1FC4E9FD53D9C322FE38CBFD0D1D335AC (RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28 * __this, const RuntimeMethod* method) { { RIPEMD160Managed_InitializeState_m9DA51B5E51BAD035B6FFC25E1A96C3809FE14BB8(__this, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get__blockDWords_7(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get__blockDWords_7(); NullCheck(L_1); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get__buffer_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get__buffer_4(); NullCheck(L_3); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_2, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RIPEMD160Managed::HashCore(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RIPEMD160Managed_HashCore_m9374C5682D041DFFBAF0D3E9CE1E9E973D7445A4 (RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgb0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___rgb0; int32_t L_1 = ___ibStart1; int32_t L_2 = ___cbSize2; RIPEMD160Managed__HashData_m6A4686F54FE89ECF4C2E8222B73BF035DD740C1F(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Byte[] System.Security.Cryptography.RIPEMD160Managed::HashFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RIPEMD160Managed_HashFinal_m9EE2C6814324F224E57CAE81C76D78B874947CF3 (RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28 * __this, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = RIPEMD160Managed__EndHash_m58B08873886ECDD6C44117D1C29CE17DE328074B(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Security.Cryptography.RIPEMD160Managed::InitializeState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RIPEMD160Managed_InitializeState_m9DA51B5E51BAD035B6FFC25E1A96C3809FE14BB8 (RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28 * __this, const RuntimeMethod* method) { { __this->set__count_5(((int64_t)((int64_t)0))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get__stateMD160_6(); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint32_t)((int32_t)1732584193)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get__stateMD160_6(); NullCheck(L_1); (L_1)->SetAt(static_cast(1), (uint32_t)((int32_t)-271733879)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = __this->get__stateMD160_6(); NullCheck(L_2); (L_2)->SetAt(static_cast(2), (uint32_t)((int32_t)-1732584194)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = __this->get__stateMD160_6(); NullCheck(L_3); (L_3)->SetAt(static_cast(3), (uint32_t)((int32_t)271733878)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = __this->get__stateMD160_6(); NullCheck(L_4); (L_4)->SetAt(static_cast(4), (uint32_t)((int32_t)-1009589776)); return; } } // System.Void System.Security.Cryptography.RIPEMD160Managed::_HashData(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RIPEMD160Managed__HashData_m6A4686F54FE89ECF4C2E8222B73BF035DD740C1F (RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___partIn0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; uint32_t* V_3 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_4 = NULL; uint8_t* V_5 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; uint32_t* V_7 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_8 = NULL; { int32_t L_0 = ___cbSize2; V_1 = L_0; int32_t L_1 = ___ibStart1; V_2 = L_1; int64_t L_2 = __this->get__count_5(); V_0 = ((int32_t)((int32_t)((int64_t)((int64_t)L_2&(int64_t)((int64_t)((int64_t)((int32_t)63))))))); int64_t L_3 = __this->get__count_5(); int32_t L_4 = V_1; __this->set__count_5(((int64_t)il2cpp_codegen_add((int64_t)L_3, (int64_t)((int64_t)((int64_t)L_4))))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = __this->get__stateMD160_6(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = L_5; V_4 = L_6; if (!L_6) { goto IL_0030; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = V_4; NullCheck(L_7); if (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))) { goto IL_0035; } } IL_0030: { V_3 = (uint32_t*)((uintptr_t)0); goto IL_003f; } IL_0035: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = V_4; NullCheck(L_8); V_3 = (uint32_t*)((uintptr_t)((L_8)->GetAddressAt(static_cast(0)))); } IL_003f: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get__buffer_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = L_9; V_6 = L_10; if (!L_10) { goto IL_0050; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_6; NullCheck(L_11); if (((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))) { goto IL_0056; } } IL_0050: { V_5 = (uint8_t*)((uintptr_t)0); goto IL_0061; } IL_0056: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_6; NullCheck(L_12); V_5 = (uint8_t*)((uintptr_t)((L_12)->GetAddressAt(static_cast(0)))); } IL_0061: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = __this->get__blockDWords_7(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = L_13; V_8 = L_14; if (!L_14) { goto IL_0072; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = V_8; NullCheck(L_15); if (((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))) { goto IL_0078; } } IL_0072: { V_7 = (uint32_t*)((uintptr_t)0); goto IL_0083; } IL_0078: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = V_8; NullCheck(L_16); V_7 = (uint32_t*)((uintptr_t)((L_16)->GetAddressAt(static_cast(0)))); } IL_0083: { int32_t L_17 = V_0; if ((((int32_t)L_17) <= ((int32_t)0))) { goto IL_00e2; } } { int32_t L_18 = V_0; int32_t L_19 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19))) < ((int32_t)((int32_t)64)))) { goto IL_00e2; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___partIn0; int32_t L_21 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = __this->get__buffer_4(); int32_t L_23 = V_0; int32_t L_24 = V_0; bool L_25; L_25 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_20, L_21, (RuntimeArray *)(RuntimeArray *)L_22, L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_24)), /*hidden argument*/NULL); int32_t L_26 = V_2; int32_t L_27 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_27)))); int32_t L_28 = V_1; int32_t L_29 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_29)))); uint32_t* L_30 = V_7; uint32_t* L_31 = V_3; uint8_t* L_32 = V_5; RIPEMD160Managed_MDTransform_m0A1E2D4C60917FF541DEE39632BEB1F9AD055ED4((uint32_t*)(uint32_t*)L_30, (uint32_t*)(uint32_t*)L_31, (uint8_t*)(uint8_t*)L_32, /*hidden argument*/NULL); V_0 = 0; goto IL_00e2; } IL_00bd: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = ___partIn0; int32_t L_34 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = __this->get__buffer_4(); bool L_36; L_36 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_33, L_34, (RuntimeArray *)(RuntimeArray *)L_35, 0, ((int32_t)64), /*hidden argument*/NULL); int32_t L_37 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)((int32_t)64))); int32_t L_38 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)((int32_t)64))); uint32_t* L_39 = V_7; uint32_t* L_40 = V_3; uint8_t* L_41 = V_5; RIPEMD160Managed_MDTransform_m0A1E2D4C60917FF541DEE39632BEB1F9AD055ED4((uint32_t*)(uint32_t*)L_39, (uint32_t*)(uint32_t*)L_40, (uint8_t*)(uint8_t*)L_41, /*hidden argument*/NULL); } IL_00e2: { int32_t L_42 = V_1; if ((((int32_t)L_42) >= ((int32_t)((int32_t)64)))) { goto IL_00bd; } } { int32_t L_43 = V_1; if ((((int32_t)L_43) <= ((int32_t)0))) { goto IL_00fb; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = ___partIn0; int32_t L_45 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = __this->get__buffer_4(); int32_t L_47 = V_0; int32_t L_48 = V_1; bool L_49; L_49 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_44, L_45, (RuntimeArray *)(RuntimeArray *)L_46, L_47, L_48, /*hidden argument*/NULL); } IL_00fb: { V_8 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)NULL; V_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; V_4 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)NULL; return; } } // System.Byte[] System.Security.Cryptography.RIPEMD160Managed::_EndHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RIPEMD160Managed__EndHash_m58B08873886ECDD6C44117D1C29CE17DE328074B (RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; int64_t V_2 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); V_3 = L_0; int64_t L_1 = __this->get__count_5(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_1&(int64_t)((int64_t)((int64_t)((int32_t)63))))))))); int32_t L_2 = V_1; if ((((int32_t)L_2) > ((int32_t)8))) { goto IL_0020; } } { int32_t L_3 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)64))); } IL_0020: { int32_t L_4 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_4); V_0 = L_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (uint8_t)((int32_t)128)); int64_t L_7 = __this->get__count_5(); V_2 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_7, (int64_t)((int64_t)((int64_t)8)))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; int32_t L_9 = V_1; int64_t L_10 = V_2; NullCheck(L_8); (L_8)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_10>>(int32_t)((int32_t)56)))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; int32_t L_12 = V_1; int64_t L_13 = V_2; NullCheck(L_11); (L_11)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)2))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_13>>(int32_t)((int32_t)48)))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; int32_t L_15 = V_1; int64_t L_16 = V_2; NullCheck(L_14); (L_14)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)3))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_16>>(int32_t)((int32_t)40)))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_0; int32_t L_18 = V_1; int64_t L_19 = V_2; NullCheck(L_17); (L_17)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)4))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_19>>(int32_t)((int32_t)32)))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_0; int32_t L_21 = V_1; int64_t L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)5))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_22>>(int32_t)((int32_t)24)))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_0; int32_t L_24 = V_1; int64_t L_25 = V_2; NullCheck(L_23); (L_23)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)6))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_25>>(int32_t)((int32_t)16)))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_0; int32_t L_27 = V_1; int64_t L_28 = V_2; NullCheck(L_26); (L_26)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)7))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_28>>(int32_t)8))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_0; int32_t L_30 = V_1; int64_t L_31 = V_2; NullCheck(L_29); (L_29)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)8))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)L_31&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = V_0; NullCheck(L_33); RIPEMD160Managed__HashData_m6A4686F54FE89ECF4C2E8222B73BF035DD740C1F(__this, L_32, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length))), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = __this->get__stateMD160_6(); IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); Utils_DWORDToLittleEndian_m726E5AF95F2B268D50382F173000BD45B60B434B(L_34, L_35, 5, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_3; ((HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 *)__this)->set_HashValue_1(L_36); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = V_3; return L_37; } } // System.Void System.Security.Cryptography.RIPEMD160Managed::MDTransform(System.UInt32*,System.UInt32*,System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RIPEMD160Managed_MDTransform_m0A1E2D4C60917FF541DEE39632BEB1F9AD055ED4 (uint32_t* ___blockDWords0, uint32_t* ___state1, uint8_t* ___block2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; uint32_t V_7 = 0; uint32_t V_8 = 0; uint32_t V_9 = 0; { uint32_t* L_0 = ___state1; int32_t L_1 = *((uint32_t*)L_0); V_0 = L_1; uint32_t* L_2 = ___state1; int32_t L_3 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)4))); V_1 = L_3; uint32_t* L_4 = ___state1; int32_t L_5 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)4))))); V_2 = L_5; uint32_t* L_6 = ___state1; int32_t L_7 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)4))))); V_3 = L_7; uint32_t* L_8 = ___state1; int32_t L_9 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)4))))); V_4 = L_9; uint32_t L_10 = V_0; V_5 = L_10; uint32_t L_11 = V_1; V_6 = L_11; uint32_t L_12 = V_2; V_7 = L_12; uint32_t L_13 = V_3; V_8 = L_13; uint32_t L_14 = V_4; V_9 = L_14; uint32_t* L_15 = ___blockDWords0; uint8_t* L_16 = ___block2; IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); Utils_DWORDFromLittleEndian_m53B97EFA19B90794BC068A5A09E7083763C7CD57((uint32_t*)(uint32_t*)L_15, ((int32_t)16), (uint8_t*)(uint8_t*)L_16, /*hidden argument*/NULL); uint32_t L_17 = V_0; uint32_t* L_18 = ___blockDWords0; int32_t L_19 = *((uint32_t*)L_18); uint32_t L_20 = V_1; uint32_t L_21 = V_2; uint32_t L_22 = V_3; uint32_t L_23; L_23 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_20, L_21, L_22, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_23)))); uint32_t L_24 = V_0; uint32_t L_25 = V_0; uint32_t L_26 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_24<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((uint32_t)L_25>>((int32_t)21))))), (int32_t)L_26)); uint32_t L_27 = V_2; uint32_t L_28 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_27<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_28>>((int32_t)22))))); uint32_t L_29 = V_4; uint32_t* L_30 = ___blockDWords0; int32_t L_31 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_30, (int32_t)4))); uint32_t L_32 = V_0; uint32_t L_33 = V_1; uint32_t L_34 = V_2; uint32_t L_35; L_35 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_32, L_33, L_34, /*hidden argument*/NULL); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_35)))); uint32_t L_36 = V_4; uint32_t L_37 = V_4; uint32_t L_38 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_36<<(int32_t)((int32_t)14)))|(int32_t)((int32_t)((uint32_t)L_37>>((int32_t)18))))), (int32_t)L_38)); uint32_t L_39 = V_1; uint32_t L_40 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_39<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_40>>((int32_t)22))))); uint32_t L_41 = V_3; uint32_t* L_42 = ___blockDWords0; int32_t L_43 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_42, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)4))))); uint32_t L_44 = V_4; uint32_t L_45 = V_0; uint32_t L_46 = V_1; uint32_t L_47; L_47 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_44, L_45, L_46, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_47)))); uint32_t L_48 = V_3; uint32_t L_49 = V_3; uint32_t L_50 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_48<<(int32_t)((int32_t)15)))|(int32_t)((int32_t)((uint32_t)L_49>>((int32_t)17))))), (int32_t)L_50)); uint32_t L_51 = V_0; uint32_t L_52 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_51<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_52>>((int32_t)22))))); uint32_t L_53 = V_2; uint32_t* L_54 = ___blockDWords0; int32_t L_55 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_54, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)4))))); uint32_t L_56 = V_3; uint32_t L_57 = V_4; uint32_t L_58 = V_0; uint32_t L_59; L_59 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_56, L_57, L_58, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)L_59)))); uint32_t L_60 = V_2; uint32_t L_61 = V_2; uint32_t L_62 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_60<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((uint32_t)L_61>>((int32_t)20))))), (int32_t)L_62)); uint32_t L_63 = V_4; uint32_t L_64 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_63<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_64>>((int32_t)22))))); uint32_t L_65 = V_1; uint32_t* L_66 = ___blockDWords0; int32_t L_67 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_66, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)4))))); uint32_t L_68 = V_2; uint32_t L_69 = V_3; uint32_t L_70 = V_4; uint32_t L_71; L_71 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_68, L_69, L_70, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)L_71)))); uint32_t L_72 = V_1; uint32_t L_73 = V_1; uint32_t L_74 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_72<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_73>>((int32_t)27))))), (int32_t)L_74)); uint32_t L_75 = V_3; uint32_t L_76 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_75<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_76>>((int32_t)22))))); uint32_t L_77 = V_0; uint32_t* L_78 = ___blockDWords0; int32_t L_79 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_78, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)4))))); uint32_t L_80 = V_1; uint32_t L_81 = V_2; uint32_t L_82 = V_3; uint32_t L_83; L_83 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_80, L_81, L_82, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_83)))); uint32_t L_84 = V_0; uint32_t L_85 = V_0; uint32_t L_86 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_84<<(int32_t)8))|(int32_t)((int32_t)((uint32_t)L_85>>((int32_t)24))))), (int32_t)L_86)); uint32_t L_87 = V_2; uint32_t L_88 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_87<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_88>>((int32_t)22))))); uint32_t L_89 = V_4; uint32_t* L_90 = ___blockDWords0; int32_t L_91 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_90, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)4))))); uint32_t L_92 = V_0; uint32_t L_93 = V_1; uint32_t L_94 = V_2; uint32_t L_95; L_95 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_92, L_93, L_94, /*hidden argument*/NULL); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)L_95)))); uint32_t L_96 = V_4; uint32_t L_97 = V_4; uint32_t L_98 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_96<<(int32_t)7))|(int32_t)((int32_t)((uint32_t)L_97>>((int32_t)25))))), (int32_t)L_98)); uint32_t L_99 = V_1; uint32_t L_100 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_99<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_100>>((int32_t)22))))); uint32_t L_101 = V_3; uint32_t* L_102 = ___blockDWords0; int32_t L_103 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_102, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)7), (int32_t)4))))); uint32_t L_104 = V_4; uint32_t L_105 = V_0; uint32_t L_106 = V_1; uint32_t L_107; L_107 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_104, L_105, L_106, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)L_107)))); uint32_t L_108 = V_3; uint32_t L_109 = V_3; uint32_t L_110 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_108<<(int32_t)((int32_t)9)))|(int32_t)((int32_t)((uint32_t)L_109>>((int32_t)23))))), (int32_t)L_110)); uint32_t L_111 = V_0; uint32_t L_112 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_111<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_112>>((int32_t)22))))); uint32_t L_113 = V_2; uint32_t* L_114 = ___blockDWords0; int32_t L_115 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_114, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)8), (int32_t)4))))); uint32_t L_116 = V_3; uint32_t L_117 = V_4; uint32_t L_118 = V_0; uint32_t L_119; L_119 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_116, L_117, L_118, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)L_119)))); uint32_t L_120 = V_2; uint32_t L_121 = V_2; uint32_t L_122 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_120<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((uint32_t)L_121>>((int32_t)21))))), (int32_t)L_122)); uint32_t L_123 = V_4; uint32_t L_124 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_123<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_124>>((int32_t)22))))); uint32_t L_125 = V_1; uint32_t* L_126 = ___blockDWords0; int32_t L_127 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_126, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)9)), (int32_t)4))))); uint32_t L_128 = V_2; uint32_t L_129 = V_3; uint32_t L_130 = V_4; uint32_t L_131; L_131 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_128, L_129, L_130, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)L_131)))); uint32_t L_132 = V_1; uint32_t L_133 = V_1; uint32_t L_134 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_132<<(int32_t)((int32_t)13)))|(int32_t)((int32_t)((uint32_t)L_133>>((int32_t)19))))), (int32_t)L_134)); uint32_t L_135 = V_3; uint32_t L_136 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_135<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_136>>((int32_t)22))))); uint32_t L_137 = V_0; uint32_t* L_138 = ___blockDWords0; int32_t L_139 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_138, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)10)), (int32_t)4))))); uint32_t L_140 = V_1; uint32_t L_141 = V_2; uint32_t L_142 = V_3; uint32_t L_143; L_143 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_140, L_141, L_142, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)L_143)))); uint32_t L_144 = V_0; uint32_t L_145 = V_0; uint32_t L_146 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_144<<(int32_t)((int32_t)14)))|(int32_t)((int32_t)((uint32_t)L_145>>((int32_t)18))))), (int32_t)L_146)); uint32_t L_147 = V_2; uint32_t L_148 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_147<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_148>>((int32_t)22))))); uint32_t L_149 = V_4; uint32_t* L_150 = ___blockDWords0; int32_t L_151 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_150, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)11)), (int32_t)4))))); uint32_t L_152 = V_0; uint32_t L_153 = V_1; uint32_t L_154 = V_2; uint32_t L_155; L_155 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_152, L_153, L_154, /*hidden argument*/NULL); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)L_155)))); uint32_t L_156 = V_4; uint32_t L_157 = V_4; uint32_t L_158 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_156<<(int32_t)((int32_t)15)))|(int32_t)((int32_t)((uint32_t)L_157>>((int32_t)17))))), (int32_t)L_158)); uint32_t L_159 = V_1; uint32_t L_160 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_159<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_160>>((int32_t)22))))); uint32_t L_161 = V_3; uint32_t* L_162 = ___blockDWords0; int32_t L_163 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_162, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)12)), (int32_t)4))))); uint32_t L_164 = V_4; uint32_t L_165 = V_0; uint32_t L_166 = V_1; uint32_t L_167; L_167 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_164, L_165, L_166, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_163, (int32_t)L_167)))); uint32_t L_168 = V_3; uint32_t L_169 = V_3; uint32_t L_170 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_168<<(int32_t)6))|(int32_t)((int32_t)((uint32_t)L_169>>((int32_t)26))))), (int32_t)L_170)); uint32_t L_171 = V_0; uint32_t L_172 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_171<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_172>>((int32_t)22))))); uint32_t L_173 = V_2; uint32_t* L_174 = ___blockDWords0; int32_t L_175 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_174, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)13)), (int32_t)4))))); uint32_t L_176 = V_3; uint32_t L_177 = V_4; uint32_t L_178 = V_0; uint32_t L_179; L_179 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_176, L_177, L_178, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_173, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_175, (int32_t)L_179)))); uint32_t L_180 = V_2; uint32_t L_181 = V_2; uint32_t L_182 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_180<<(int32_t)7))|(int32_t)((int32_t)((uint32_t)L_181>>((int32_t)25))))), (int32_t)L_182)); uint32_t L_183 = V_4; uint32_t L_184 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_183<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_184>>((int32_t)22))))); uint32_t L_185 = V_1; uint32_t* L_186 = ___blockDWords0; int32_t L_187 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_186, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)14)), (int32_t)4))))); uint32_t L_188 = V_2; uint32_t L_189 = V_3; uint32_t L_190 = V_4; uint32_t L_191; L_191 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_188, L_189, L_190, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_185, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_187, (int32_t)L_191)))); uint32_t L_192 = V_1; uint32_t L_193 = V_1; uint32_t L_194 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_192<<(int32_t)((int32_t)9)))|(int32_t)((int32_t)((uint32_t)L_193>>((int32_t)23))))), (int32_t)L_194)); uint32_t L_195 = V_3; uint32_t L_196 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_195<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_196>>((int32_t)22))))); uint32_t L_197 = V_0; uint32_t* L_198 = ___blockDWords0; int32_t L_199 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_198, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)15)), (int32_t)4))))); uint32_t L_200 = V_1; uint32_t L_201 = V_2; uint32_t L_202 = V_3; uint32_t L_203; L_203 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_200, L_201, L_202, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_197, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_199, (int32_t)L_203)))); uint32_t L_204 = V_0; uint32_t L_205 = V_0; uint32_t L_206 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_204<<(int32_t)8))|(int32_t)((int32_t)((uint32_t)L_205>>((int32_t)24))))), (int32_t)L_206)); uint32_t L_207 = V_2; uint32_t L_208 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_207<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_208>>((int32_t)22))))); uint32_t L_209 = V_4; uint32_t L_210 = V_0; uint32_t L_211 = V_1; uint32_t L_212 = V_2; uint32_t L_213; L_213 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_210, L_211, L_212, /*hidden argument*/NULL); uint32_t* L_214 = ___blockDWords0; int32_t L_215 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_214, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)7), (int32_t)4))))); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_209, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_213, (int32_t)L_215)), (int32_t)((int32_t)1518500249))))); uint32_t L_216 = V_4; uint32_t L_217 = V_4; uint32_t L_218 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_216<<(int32_t)7))|(int32_t)((int32_t)((uint32_t)L_217>>((int32_t)25))))), (int32_t)L_218)); uint32_t L_219 = V_1; uint32_t L_220 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_219<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_220>>((int32_t)22))))); uint32_t L_221 = V_3; uint32_t L_222 = V_4; uint32_t L_223 = V_0; uint32_t L_224 = V_1; uint32_t L_225; L_225 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_222, L_223, L_224, /*hidden argument*/NULL); uint32_t* L_226 = ___blockDWords0; int32_t L_227 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_226, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)4))))); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_221, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_225, (int32_t)L_227)), (int32_t)((int32_t)1518500249))))); uint32_t L_228 = V_3; uint32_t L_229 = V_3; uint32_t L_230 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_228<<(int32_t)6))|(int32_t)((int32_t)((uint32_t)L_229>>((int32_t)26))))), (int32_t)L_230)); uint32_t L_231 = V_0; uint32_t L_232 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_231<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_232>>((int32_t)22))))); uint32_t L_233 = V_2; uint32_t L_234 = V_3; uint32_t L_235 = V_4; uint32_t L_236 = V_0; uint32_t L_237; L_237 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_234, L_235, L_236, /*hidden argument*/NULL); uint32_t* L_238 = ___blockDWords0; int32_t L_239 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_238, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)13)), (int32_t)4))))); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_233, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_237, (int32_t)L_239)), (int32_t)((int32_t)1518500249))))); uint32_t L_240 = V_2; uint32_t L_241 = V_2; uint32_t L_242 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_240<<(int32_t)8))|(int32_t)((int32_t)((uint32_t)L_241>>((int32_t)24))))), (int32_t)L_242)); uint32_t L_243 = V_4; uint32_t L_244 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_243<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_244>>((int32_t)22))))); uint32_t L_245 = V_1; uint32_t L_246 = V_2; uint32_t L_247 = V_3; uint32_t L_248 = V_4; uint32_t L_249; L_249 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_246, L_247, L_248, /*hidden argument*/NULL); uint32_t* L_250 = ___blockDWords0; int32_t L_251 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_250, (int32_t)4))); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_245, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_249, (int32_t)L_251)), (int32_t)((int32_t)1518500249))))); uint32_t L_252 = V_1; uint32_t L_253 = V_1; uint32_t L_254 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_252<<(int32_t)((int32_t)13)))|(int32_t)((int32_t)((uint32_t)L_253>>((int32_t)19))))), (int32_t)L_254)); uint32_t L_255 = V_3; uint32_t L_256 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_255<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_256>>((int32_t)22))))); uint32_t L_257 = V_0; uint32_t L_258 = V_1; uint32_t L_259 = V_2; uint32_t L_260 = V_3; uint32_t L_261; L_261 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_258, L_259, L_260, /*hidden argument*/NULL); uint32_t* L_262 = ___blockDWords0; int32_t L_263 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_262, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)10)), (int32_t)4))))); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_257, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_261, (int32_t)L_263)), (int32_t)((int32_t)1518500249))))); uint32_t L_264 = V_0; uint32_t L_265 = V_0; uint32_t L_266 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_264<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((uint32_t)L_265>>((int32_t)21))))), (int32_t)L_266)); uint32_t L_267 = V_2; uint32_t L_268 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_267<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_268>>((int32_t)22))))); uint32_t L_269 = V_4; uint32_t L_270 = V_0; uint32_t L_271 = V_1; uint32_t L_272 = V_2; uint32_t L_273; L_273 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_270, L_271, L_272, /*hidden argument*/NULL); uint32_t* L_274 = ___blockDWords0; int32_t L_275 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_274, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)4))))); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_269, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_273, (int32_t)L_275)), (int32_t)((int32_t)1518500249))))); uint32_t L_276 = V_4; uint32_t L_277 = V_4; uint32_t L_278 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_276<<(int32_t)((int32_t)9)))|(int32_t)((int32_t)((uint32_t)L_277>>((int32_t)23))))), (int32_t)L_278)); uint32_t L_279 = V_1; uint32_t L_280 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_279<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_280>>((int32_t)22))))); uint32_t L_281 = V_3; uint32_t L_282 = V_4; uint32_t L_283 = V_0; uint32_t L_284 = V_1; uint32_t L_285; L_285 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_282, L_283, L_284, /*hidden argument*/NULL); uint32_t* L_286 = ___blockDWords0; int32_t L_287 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_286, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)15)), (int32_t)4))))); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_281, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_285, (int32_t)L_287)), (int32_t)((int32_t)1518500249))))); uint32_t L_288 = V_3; uint32_t L_289 = V_3; uint32_t L_290 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_288<<(int32_t)7))|(int32_t)((int32_t)((uint32_t)L_289>>((int32_t)25))))), (int32_t)L_290)); uint32_t L_291 = V_0; uint32_t L_292 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_291<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_292>>((int32_t)22))))); uint32_t L_293 = V_2; uint32_t L_294 = V_3; uint32_t L_295 = V_4; uint32_t L_296 = V_0; uint32_t L_297; L_297 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_294, L_295, L_296, /*hidden argument*/NULL); uint32_t* L_298 = ___blockDWords0; int32_t L_299 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_298, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)4))))); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_293, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_297, (int32_t)L_299)), (int32_t)((int32_t)1518500249))))); uint32_t L_300 = V_2; uint32_t L_301 = V_2; uint32_t L_302 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_300<<(int32_t)((int32_t)15)))|(int32_t)((int32_t)((uint32_t)L_301>>((int32_t)17))))), (int32_t)L_302)); uint32_t L_303 = V_4; uint32_t L_304 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_303<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_304>>((int32_t)22))))); uint32_t L_305 = V_1; uint32_t L_306 = V_2; uint32_t L_307 = V_3; uint32_t L_308 = V_4; uint32_t L_309; L_309 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_306, L_307, L_308, /*hidden argument*/NULL); uint32_t* L_310 = ___blockDWords0; int32_t L_311 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_310, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)12)), (int32_t)4))))); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_305, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_309, (int32_t)L_311)), (int32_t)((int32_t)1518500249))))); uint32_t L_312 = V_1; uint32_t L_313 = V_1; uint32_t L_314 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_312<<(int32_t)7))|(int32_t)((int32_t)((uint32_t)L_313>>((int32_t)25))))), (int32_t)L_314)); uint32_t L_315 = V_3; uint32_t L_316 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_315<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_316>>((int32_t)22))))); uint32_t L_317 = V_0; uint32_t L_318 = V_1; uint32_t L_319 = V_2; uint32_t L_320 = V_3; uint32_t L_321; L_321 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_318, L_319, L_320, /*hidden argument*/NULL); uint32_t* L_322 = ___blockDWords0; int32_t L_323 = *((uint32_t*)L_322); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_317, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_321, (int32_t)L_323)), (int32_t)((int32_t)1518500249))))); uint32_t L_324 = V_0; uint32_t L_325 = V_0; uint32_t L_326 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_324<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((uint32_t)L_325>>((int32_t)20))))), (int32_t)L_326)); uint32_t L_327 = V_2; uint32_t L_328 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_327<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_328>>((int32_t)22))))); uint32_t L_329 = V_4; uint32_t L_330 = V_0; uint32_t L_331 = V_1; uint32_t L_332 = V_2; uint32_t L_333; L_333 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_330, L_331, L_332, /*hidden argument*/NULL); uint32_t* L_334 = ___blockDWords0; int32_t L_335 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_334, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)9)), (int32_t)4))))); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_329, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_333, (int32_t)L_335)), (int32_t)((int32_t)1518500249))))); uint32_t L_336 = V_4; uint32_t L_337 = V_4; uint32_t L_338 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_336<<(int32_t)((int32_t)15)))|(int32_t)((int32_t)((uint32_t)L_337>>((int32_t)17))))), (int32_t)L_338)); uint32_t L_339 = V_1; uint32_t L_340 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_339<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_340>>((int32_t)22))))); uint32_t L_341 = V_3; uint32_t L_342 = V_4; uint32_t L_343 = V_0; uint32_t L_344 = V_1; uint32_t L_345; L_345 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_342, L_343, L_344, /*hidden argument*/NULL); uint32_t* L_346 = ___blockDWords0; int32_t L_347 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_346, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)4))))); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_341, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_345, (int32_t)L_347)), (int32_t)((int32_t)1518500249))))); uint32_t L_348 = V_3; uint32_t L_349 = V_3; uint32_t L_350 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_348<<(int32_t)((int32_t)9)))|(int32_t)((int32_t)((uint32_t)L_349>>((int32_t)23))))), (int32_t)L_350)); uint32_t L_351 = V_0; uint32_t L_352 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_351<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_352>>((int32_t)22))))); uint32_t L_353 = V_2; uint32_t L_354 = V_3; uint32_t L_355 = V_4; uint32_t L_356 = V_0; uint32_t L_357; L_357 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_354, L_355, L_356, /*hidden argument*/NULL); uint32_t* L_358 = ___blockDWords0; int32_t L_359 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_358, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)4))))); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_353, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_357, (int32_t)L_359)), (int32_t)((int32_t)1518500249))))); uint32_t L_360 = V_2; uint32_t L_361 = V_2; uint32_t L_362 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_360<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((uint32_t)L_361>>((int32_t)21))))), (int32_t)L_362)); uint32_t L_363 = V_4; uint32_t L_364 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_363<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_364>>((int32_t)22))))); uint32_t L_365 = V_1; uint32_t L_366 = V_2; uint32_t L_367 = V_3; uint32_t L_368 = V_4; uint32_t L_369; L_369 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_366, L_367, L_368, /*hidden argument*/NULL); uint32_t* L_370 = ___blockDWords0; int32_t L_371 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_370, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)14)), (int32_t)4))))); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_365, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_369, (int32_t)L_371)), (int32_t)((int32_t)1518500249))))); uint32_t L_372 = V_1; uint32_t L_373 = V_1; uint32_t L_374 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_372<<(int32_t)7))|(int32_t)((int32_t)((uint32_t)L_373>>((int32_t)25))))), (int32_t)L_374)); uint32_t L_375 = V_3; uint32_t L_376 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_375<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_376>>((int32_t)22))))); uint32_t L_377 = V_0; uint32_t L_378 = V_1; uint32_t L_379 = V_2; uint32_t L_380 = V_3; uint32_t L_381; L_381 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_378, L_379, L_380, /*hidden argument*/NULL); uint32_t* L_382 = ___blockDWords0; int32_t L_383 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_382, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)11)), (int32_t)4))))); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_377, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_381, (int32_t)L_383)), (int32_t)((int32_t)1518500249))))); uint32_t L_384 = V_0; uint32_t L_385 = V_0; uint32_t L_386 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_384<<(int32_t)((int32_t)13)))|(int32_t)((int32_t)((uint32_t)L_385>>((int32_t)19))))), (int32_t)L_386)); uint32_t L_387 = V_2; uint32_t L_388 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_387<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_388>>((int32_t)22))))); uint32_t L_389 = V_4; uint32_t L_390 = V_0; uint32_t L_391 = V_1; uint32_t L_392 = V_2; uint32_t L_393; L_393 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_390, L_391, L_392, /*hidden argument*/NULL); uint32_t* L_394 = ___blockDWords0; int32_t L_395 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_394, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)8), (int32_t)4))))); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_389, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_393, (int32_t)L_395)), (int32_t)((int32_t)1518500249))))); uint32_t L_396 = V_4; uint32_t L_397 = V_4; uint32_t L_398 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_396<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((uint32_t)L_397>>((int32_t)20))))), (int32_t)L_398)); uint32_t L_399 = V_1; uint32_t L_400 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_399<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_400>>((int32_t)22))))); uint32_t L_401 = V_3; uint32_t L_402 = V_4; uint32_t L_403 = V_0; uint32_t L_404 = V_1; uint32_t L_405; L_405 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_402, L_403, L_404, /*hidden argument*/NULL); uint32_t* L_406 = ___blockDWords0; int32_t L_407 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_406, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)4))))); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_401, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_405, (int32_t)L_407)), (int32_t)((int32_t)1859775393))))); uint32_t L_408 = V_3; uint32_t L_409 = V_3; uint32_t L_410 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_408<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((uint32_t)L_409>>((int32_t)21))))), (int32_t)L_410)); uint32_t L_411 = V_0; uint32_t L_412 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_411<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_412>>((int32_t)22))))); uint32_t L_413 = V_2; uint32_t L_414 = V_3; uint32_t L_415 = V_4; uint32_t L_416 = V_0; uint32_t L_417; L_417 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_414, L_415, L_416, /*hidden argument*/NULL); uint32_t* L_418 = ___blockDWords0; int32_t L_419 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_418, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)10)), (int32_t)4))))); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_413, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_417, (int32_t)L_419)), (int32_t)((int32_t)1859775393))))); uint32_t L_420 = V_2; uint32_t L_421 = V_2; uint32_t L_422 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_420<<(int32_t)((int32_t)13)))|(int32_t)((int32_t)((uint32_t)L_421>>((int32_t)19))))), (int32_t)L_422)); uint32_t L_423 = V_4; uint32_t L_424 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_423<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_424>>((int32_t)22))))); uint32_t L_425 = V_1; uint32_t L_426 = V_2; uint32_t L_427 = V_3; uint32_t L_428 = V_4; uint32_t L_429; L_429 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_426, L_427, L_428, /*hidden argument*/NULL); uint32_t* L_430 = ___blockDWords0; int32_t L_431 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_430, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)14)), (int32_t)4))))); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_425, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_429, (int32_t)L_431)), (int32_t)((int32_t)1859775393))))); uint32_t L_432 = V_1; uint32_t L_433 = V_1; uint32_t L_434 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_432<<(int32_t)6))|(int32_t)((int32_t)((uint32_t)L_433>>((int32_t)26))))), (int32_t)L_434)); uint32_t L_435 = V_3; uint32_t L_436 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_435<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_436>>((int32_t)22))))); uint32_t L_437 = V_0; uint32_t L_438 = V_1; uint32_t L_439 = V_2; uint32_t L_440 = V_3; uint32_t L_441; L_441 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_438, L_439, L_440, /*hidden argument*/NULL); uint32_t* L_442 = ___blockDWords0; int32_t L_443 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_442, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)4))))); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_437, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_441, (int32_t)L_443)), (int32_t)((int32_t)1859775393))))); uint32_t L_444 = V_0; uint32_t L_445 = V_0; uint32_t L_446 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_444<<(int32_t)7))|(int32_t)((int32_t)((uint32_t)L_445>>((int32_t)25))))), (int32_t)L_446)); uint32_t L_447 = V_2; uint32_t L_448 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_447<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_448>>((int32_t)22))))); uint32_t L_449 = V_4; uint32_t L_450 = V_0; uint32_t L_451 = V_1; uint32_t L_452 = V_2; uint32_t L_453; L_453 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_450, L_451, L_452, /*hidden argument*/NULL); uint32_t* L_454 = ___blockDWords0; int32_t L_455 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_454, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)9)), (int32_t)4))))); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_449, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_453, (int32_t)L_455)), (int32_t)((int32_t)1859775393))))); uint32_t L_456 = V_4; uint32_t L_457 = V_4; uint32_t L_458 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_456<<(int32_t)((int32_t)14)))|(int32_t)((int32_t)((uint32_t)L_457>>((int32_t)18))))), (int32_t)L_458)); uint32_t L_459 = V_1; uint32_t L_460 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_459<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_460>>((int32_t)22))))); uint32_t L_461 = V_3; uint32_t L_462 = V_4; uint32_t L_463 = V_0; uint32_t L_464 = V_1; uint32_t L_465; L_465 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_462, L_463, L_464, /*hidden argument*/NULL); uint32_t* L_466 = ___blockDWords0; int32_t L_467 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_466, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)15)), (int32_t)4))))); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_461, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_465, (int32_t)L_467)), (int32_t)((int32_t)1859775393))))); uint32_t L_468 = V_3; uint32_t L_469 = V_3; uint32_t L_470 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_468<<(int32_t)((int32_t)9)))|(int32_t)((int32_t)((uint32_t)L_469>>((int32_t)23))))), (int32_t)L_470)); uint32_t L_471 = V_0; uint32_t L_472 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_471<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_472>>((int32_t)22))))); uint32_t L_473 = V_2; uint32_t L_474 = V_3; uint32_t L_475 = V_4; uint32_t L_476 = V_0; uint32_t L_477; L_477 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_474, L_475, L_476, /*hidden argument*/NULL); uint32_t* L_478 = ___blockDWords0; int32_t L_479 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_478, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)8), (int32_t)4))))); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_473, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_477, (int32_t)L_479)), (int32_t)((int32_t)1859775393))))); uint32_t L_480 = V_2; uint32_t L_481 = V_2; uint32_t L_482 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_480<<(int32_t)((int32_t)13)))|(int32_t)((int32_t)((uint32_t)L_481>>((int32_t)19))))), (int32_t)L_482)); uint32_t L_483 = V_4; uint32_t L_484 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_483<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_484>>((int32_t)22))))); uint32_t L_485 = V_1; uint32_t L_486 = V_2; uint32_t L_487 = V_3; uint32_t L_488 = V_4; uint32_t L_489; L_489 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_486, L_487, L_488, /*hidden argument*/NULL); uint32_t* L_490 = ___blockDWords0; int32_t L_491 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_490, (int32_t)4))); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_485, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_489, (int32_t)L_491)), (int32_t)((int32_t)1859775393))))); uint32_t L_492 = V_1; uint32_t L_493 = V_1; uint32_t L_494 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_492<<(int32_t)((int32_t)15)))|(int32_t)((int32_t)((uint32_t)L_493>>((int32_t)17))))), (int32_t)L_494)); uint32_t L_495 = V_3; uint32_t L_496 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_495<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_496>>((int32_t)22))))); uint32_t L_497 = V_0; uint32_t L_498 = V_1; uint32_t L_499 = V_2; uint32_t L_500 = V_3; uint32_t L_501; L_501 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_498, L_499, L_500, /*hidden argument*/NULL); uint32_t* L_502 = ___blockDWords0; int32_t L_503 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_502, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)4))))); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_497, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_501, (int32_t)L_503)), (int32_t)((int32_t)1859775393))))); uint32_t L_504 = V_0; uint32_t L_505 = V_0; uint32_t L_506 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_504<<(int32_t)((int32_t)14)))|(int32_t)((int32_t)((uint32_t)L_505>>((int32_t)18))))), (int32_t)L_506)); uint32_t L_507 = V_2; uint32_t L_508 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_507<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_508>>((int32_t)22))))); uint32_t L_509 = V_4; uint32_t L_510 = V_0; uint32_t L_511 = V_1; uint32_t L_512 = V_2; uint32_t L_513; L_513 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_510, L_511, L_512, /*hidden argument*/NULL); uint32_t* L_514 = ___blockDWords0; int32_t L_515 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_514, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)7), (int32_t)4))))); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_509, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_513, (int32_t)L_515)), (int32_t)((int32_t)1859775393))))); uint32_t L_516 = V_4; uint32_t L_517 = V_4; uint32_t L_518 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_516<<(int32_t)8))|(int32_t)((int32_t)((uint32_t)L_517>>((int32_t)24))))), (int32_t)L_518)); uint32_t L_519 = V_1; uint32_t L_520 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_519<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_520>>((int32_t)22))))); uint32_t L_521 = V_3; uint32_t L_522 = V_4; uint32_t L_523 = V_0; uint32_t L_524 = V_1; uint32_t L_525; L_525 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_522, L_523, L_524, /*hidden argument*/NULL); uint32_t* L_526 = ___blockDWords0; int32_t L_527 = *((uint32_t*)L_526); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_521, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_525, (int32_t)L_527)), (int32_t)((int32_t)1859775393))))); uint32_t L_528 = V_3; uint32_t L_529 = V_3; uint32_t L_530 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_528<<(int32_t)((int32_t)13)))|(int32_t)((int32_t)((uint32_t)L_529>>((int32_t)19))))), (int32_t)L_530)); uint32_t L_531 = V_0; uint32_t L_532 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_531<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_532>>((int32_t)22))))); uint32_t L_533 = V_2; uint32_t L_534 = V_3; uint32_t L_535 = V_4; uint32_t L_536 = V_0; uint32_t L_537; L_537 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_534, L_535, L_536, /*hidden argument*/NULL); uint32_t* L_538 = ___blockDWords0; int32_t L_539 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_538, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)4))))); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_533, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_537, (int32_t)L_539)), (int32_t)((int32_t)1859775393))))); uint32_t L_540 = V_2; uint32_t L_541 = V_2; uint32_t L_542 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_540<<(int32_t)6))|(int32_t)((int32_t)((uint32_t)L_541>>((int32_t)26))))), (int32_t)L_542)); uint32_t L_543 = V_4; uint32_t L_544 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_543<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_544>>((int32_t)22))))); uint32_t L_545 = V_1; uint32_t L_546 = V_2; uint32_t L_547 = V_3; uint32_t L_548 = V_4; uint32_t L_549; L_549 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_546, L_547, L_548, /*hidden argument*/NULL); uint32_t* L_550 = ___blockDWords0; int32_t L_551 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_550, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)13)), (int32_t)4))))); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_545, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_549, (int32_t)L_551)), (int32_t)((int32_t)1859775393))))); uint32_t L_552 = V_1; uint32_t L_553 = V_1; uint32_t L_554 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_552<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_553>>((int32_t)27))))), (int32_t)L_554)); uint32_t L_555 = V_3; uint32_t L_556 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_555<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_556>>((int32_t)22))))); uint32_t L_557 = V_0; uint32_t L_558 = V_1; uint32_t L_559 = V_2; uint32_t L_560 = V_3; uint32_t L_561; L_561 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_558, L_559, L_560, /*hidden argument*/NULL); uint32_t* L_562 = ___blockDWords0; int32_t L_563 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_562, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)11)), (int32_t)4))))); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_557, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_561, (int32_t)L_563)), (int32_t)((int32_t)1859775393))))); uint32_t L_564 = V_0; uint32_t L_565 = V_0; uint32_t L_566 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_564<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((uint32_t)L_565>>((int32_t)20))))), (int32_t)L_566)); uint32_t L_567 = V_2; uint32_t L_568 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_567<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_568>>((int32_t)22))))); uint32_t L_569 = V_4; uint32_t L_570 = V_0; uint32_t L_571 = V_1; uint32_t L_572 = V_2; uint32_t L_573; L_573 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_570, L_571, L_572, /*hidden argument*/NULL); uint32_t* L_574 = ___blockDWords0; int32_t L_575 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_574, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)4))))); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_569, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_573, (int32_t)L_575)), (int32_t)((int32_t)1859775393))))); uint32_t L_576 = V_4; uint32_t L_577 = V_4; uint32_t L_578 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_576<<(int32_t)7))|(int32_t)((int32_t)((uint32_t)L_577>>((int32_t)25))))), (int32_t)L_578)); uint32_t L_579 = V_1; uint32_t L_580 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_579<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_580>>((int32_t)22))))); uint32_t L_581 = V_3; uint32_t L_582 = V_4; uint32_t L_583 = V_0; uint32_t L_584 = V_1; uint32_t L_585; L_585 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_582, L_583, L_584, /*hidden argument*/NULL); uint32_t* L_586 = ___blockDWords0; int32_t L_587 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_586, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)12)), (int32_t)4))))); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_581, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_585, (int32_t)L_587)), (int32_t)((int32_t)1859775393))))); uint32_t L_588 = V_3; uint32_t L_589 = V_3; uint32_t L_590 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_588<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_589>>((int32_t)27))))), (int32_t)L_590)); uint32_t L_591 = V_0; uint32_t L_592 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_591<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_592>>((int32_t)22))))); uint32_t L_593 = V_2; uint32_t L_594 = V_3; uint32_t L_595 = V_4; uint32_t L_596 = V_0; uint32_t L_597; L_597 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_594, L_595, L_596, /*hidden argument*/NULL); uint32_t* L_598 = ___blockDWords0; int32_t L_599 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_598, (int32_t)4))); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_593, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_597, (int32_t)L_599)), (int32_t)((int32_t)-1894007588))))); uint32_t L_600 = V_2; uint32_t L_601 = V_2; uint32_t L_602 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_600<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((uint32_t)L_601>>((int32_t)21))))), (int32_t)L_602)); uint32_t L_603 = V_4; uint32_t L_604 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_603<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_604>>((int32_t)22))))); uint32_t L_605 = V_1; uint32_t L_606 = V_2; uint32_t L_607 = V_3; uint32_t L_608 = V_4; uint32_t L_609; L_609 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_606, L_607, L_608, /*hidden argument*/NULL); uint32_t* L_610 = ___blockDWords0; int32_t L_611 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_610, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)9)), (int32_t)4))))); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_605, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_609, (int32_t)L_611)), (int32_t)((int32_t)-1894007588))))); uint32_t L_612 = V_1; uint32_t L_613 = V_1; uint32_t L_614 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_612<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((uint32_t)L_613>>((int32_t)20))))), (int32_t)L_614)); uint32_t L_615 = V_3; uint32_t L_616 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_615<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_616>>((int32_t)22))))); uint32_t L_617 = V_0; uint32_t L_618 = V_1; uint32_t L_619 = V_2; uint32_t L_620 = V_3; uint32_t L_621; L_621 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_618, L_619, L_620, /*hidden argument*/NULL); uint32_t* L_622 = ___blockDWords0; int32_t L_623 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_622, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)11)), (int32_t)4))))); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_617, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_621, (int32_t)L_623)), (int32_t)((int32_t)-1894007588))))); uint32_t L_624 = V_0; uint32_t L_625 = V_0; uint32_t L_626 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_624<<(int32_t)((int32_t)14)))|(int32_t)((int32_t)((uint32_t)L_625>>((int32_t)18))))), (int32_t)L_626)); uint32_t L_627 = V_2; uint32_t L_628 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_627<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_628>>((int32_t)22))))); uint32_t L_629 = V_4; uint32_t L_630 = V_0; uint32_t L_631 = V_1; uint32_t L_632 = V_2; uint32_t L_633; L_633 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_630, L_631, L_632, /*hidden argument*/NULL); uint32_t* L_634 = ___blockDWords0; int32_t L_635 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_634, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)10)), (int32_t)4))))); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_629, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_633, (int32_t)L_635)), (int32_t)((int32_t)-1894007588))))); uint32_t L_636 = V_4; uint32_t L_637 = V_4; uint32_t L_638 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_636<<(int32_t)((int32_t)15)))|(int32_t)((int32_t)((uint32_t)L_637>>((int32_t)17))))), (int32_t)L_638)); uint32_t L_639 = V_1; uint32_t L_640 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_639<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_640>>((int32_t)22))))); uint32_t L_641 = V_3; uint32_t L_642 = V_4; uint32_t L_643 = V_0; uint32_t L_644 = V_1; uint32_t L_645; L_645 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_642, L_643, L_644, /*hidden argument*/NULL); uint32_t* L_646 = ___blockDWords0; int32_t L_647 = *((uint32_t*)L_646); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_641, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_645, (int32_t)L_647)), (int32_t)((int32_t)-1894007588))))); uint32_t L_648 = V_3; uint32_t L_649 = V_3; uint32_t L_650 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_648<<(int32_t)((int32_t)14)))|(int32_t)((int32_t)((uint32_t)L_649>>((int32_t)18))))), (int32_t)L_650)); uint32_t L_651 = V_0; uint32_t L_652 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_651<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_652>>((int32_t)22))))); uint32_t L_653 = V_2; uint32_t L_654 = V_3; uint32_t L_655 = V_4; uint32_t L_656 = V_0; uint32_t L_657; L_657 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_654, L_655, L_656, /*hidden argument*/NULL); uint32_t* L_658 = ___blockDWords0; int32_t L_659 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_658, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)8), (int32_t)4))))); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_653, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_657, (int32_t)L_659)), (int32_t)((int32_t)-1894007588))))); uint32_t L_660 = V_2; uint32_t L_661 = V_2; uint32_t L_662 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_660<<(int32_t)((int32_t)15)))|(int32_t)((int32_t)((uint32_t)L_661>>((int32_t)17))))), (int32_t)L_662)); uint32_t L_663 = V_4; uint32_t L_664 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_663<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_664>>((int32_t)22))))); uint32_t L_665 = V_1; uint32_t L_666 = V_2; uint32_t L_667 = V_3; uint32_t L_668 = V_4; uint32_t L_669; L_669 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_666, L_667, L_668, /*hidden argument*/NULL); uint32_t* L_670 = ___blockDWords0; int32_t L_671 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_670, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)12)), (int32_t)4))))); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_665, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_669, (int32_t)L_671)), (int32_t)((int32_t)-1894007588))))); uint32_t L_672 = V_1; uint32_t L_673 = V_1; uint32_t L_674 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_672<<(int32_t)((int32_t)9)))|(int32_t)((int32_t)((uint32_t)L_673>>((int32_t)23))))), (int32_t)L_674)); uint32_t L_675 = V_3; uint32_t L_676 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_675<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_676>>((int32_t)22))))); uint32_t L_677 = V_0; uint32_t L_678 = V_1; uint32_t L_679 = V_2; uint32_t L_680 = V_3; uint32_t L_681; L_681 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_678, L_679, L_680, /*hidden argument*/NULL); uint32_t* L_682 = ___blockDWords0; int32_t L_683 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_682, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)4))))); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_677, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_681, (int32_t)L_683)), (int32_t)((int32_t)-1894007588))))); uint32_t L_684 = V_0; uint32_t L_685 = V_0; uint32_t L_686 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_684<<(int32_t)8))|(int32_t)((int32_t)((uint32_t)L_685>>((int32_t)24))))), (int32_t)L_686)); uint32_t L_687 = V_2; uint32_t L_688 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_687<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_688>>((int32_t)22))))); uint32_t L_689 = V_4; uint32_t L_690 = V_0; uint32_t L_691 = V_1; uint32_t L_692 = V_2; uint32_t L_693; L_693 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_690, L_691, L_692, /*hidden argument*/NULL); uint32_t* L_694 = ___blockDWords0; int32_t L_695 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_694, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)13)), (int32_t)4))))); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_689, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_693, (int32_t)L_695)), (int32_t)((int32_t)-1894007588))))); uint32_t L_696 = V_4; uint32_t L_697 = V_4; uint32_t L_698 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_696<<(int32_t)((int32_t)9)))|(int32_t)((int32_t)((uint32_t)L_697>>((int32_t)23))))), (int32_t)L_698)); uint32_t L_699 = V_1; uint32_t L_700 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_699<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_700>>((int32_t)22))))); uint32_t L_701 = V_3; uint32_t L_702 = V_4; uint32_t L_703 = V_0; uint32_t L_704 = V_1; uint32_t L_705; L_705 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_702, L_703, L_704, /*hidden argument*/NULL); uint32_t* L_706 = ___blockDWords0; int32_t L_707 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_706, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)4))))); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_701, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_705, (int32_t)L_707)), (int32_t)((int32_t)-1894007588))))); uint32_t L_708 = V_3; uint32_t L_709 = V_3; uint32_t L_710 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_708<<(int32_t)((int32_t)14)))|(int32_t)((int32_t)((uint32_t)L_709>>((int32_t)18))))), (int32_t)L_710)); uint32_t L_711 = V_0; uint32_t L_712 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_711<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_712>>((int32_t)22))))); uint32_t L_713 = V_2; uint32_t L_714 = V_3; uint32_t L_715 = V_4; uint32_t L_716 = V_0; uint32_t L_717; L_717 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_714, L_715, L_716, /*hidden argument*/NULL); uint32_t* L_718 = ___blockDWords0; int32_t L_719 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_718, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)7), (int32_t)4))))); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_713, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_717, (int32_t)L_719)), (int32_t)((int32_t)-1894007588))))); uint32_t L_720 = V_2; uint32_t L_721 = V_2; uint32_t L_722 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_720<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_721>>((int32_t)27))))), (int32_t)L_722)); uint32_t L_723 = V_4; uint32_t L_724 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_723<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_724>>((int32_t)22))))); uint32_t L_725 = V_1; uint32_t L_726 = V_2; uint32_t L_727 = V_3; uint32_t L_728 = V_4; uint32_t L_729; L_729 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_726, L_727, L_728, /*hidden argument*/NULL); uint32_t* L_730 = ___blockDWords0; int32_t L_731 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_730, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)15)), (int32_t)4))))); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_725, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_729, (int32_t)L_731)), (int32_t)((int32_t)-1894007588))))); uint32_t L_732 = V_1; uint32_t L_733 = V_1; uint32_t L_734 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_732<<(int32_t)6))|(int32_t)((int32_t)((uint32_t)L_733>>((int32_t)26))))), (int32_t)L_734)); uint32_t L_735 = V_3; uint32_t L_736 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_735<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_736>>((int32_t)22))))); uint32_t L_737 = V_0; uint32_t L_738 = V_1; uint32_t L_739 = V_2; uint32_t L_740 = V_3; uint32_t L_741; L_741 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_738, L_739, L_740, /*hidden argument*/NULL); uint32_t* L_742 = ___blockDWords0; int32_t L_743 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_742, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)14)), (int32_t)4))))); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_737, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_741, (int32_t)L_743)), (int32_t)((int32_t)-1894007588))))); uint32_t L_744 = V_0; uint32_t L_745 = V_0; uint32_t L_746 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_744<<(int32_t)8))|(int32_t)((int32_t)((uint32_t)L_745>>((int32_t)24))))), (int32_t)L_746)); uint32_t L_747 = V_2; uint32_t L_748 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_747<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_748>>((int32_t)22))))); uint32_t L_749 = V_4; uint32_t L_750 = V_0; uint32_t L_751 = V_1; uint32_t L_752 = V_2; uint32_t L_753; L_753 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_750, L_751, L_752, /*hidden argument*/NULL); uint32_t* L_754 = ___blockDWords0; int32_t L_755 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_754, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)4))))); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_749, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_753, (int32_t)L_755)), (int32_t)((int32_t)-1894007588))))); uint32_t L_756 = V_4; uint32_t L_757 = V_4; uint32_t L_758 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_756<<(int32_t)6))|(int32_t)((int32_t)((uint32_t)L_757>>((int32_t)26))))), (int32_t)L_758)); uint32_t L_759 = V_1; uint32_t L_760 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_759<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_760>>((int32_t)22))))); uint32_t L_761 = V_3; uint32_t L_762 = V_4; uint32_t L_763 = V_0; uint32_t L_764 = V_1; uint32_t L_765; L_765 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_762, L_763, L_764, /*hidden argument*/NULL); uint32_t* L_766 = ___blockDWords0; int32_t L_767 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_766, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)4))))); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_761, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_765, (int32_t)L_767)), (int32_t)((int32_t)-1894007588))))); uint32_t L_768 = V_3; uint32_t L_769 = V_3; uint32_t L_770 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_768<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_769>>((int32_t)27))))), (int32_t)L_770)); uint32_t L_771 = V_0; uint32_t L_772 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_771<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_772>>((int32_t)22))))); uint32_t L_773 = V_2; uint32_t L_774 = V_3; uint32_t L_775 = V_4; uint32_t L_776 = V_0; uint32_t L_777; L_777 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_774, L_775, L_776, /*hidden argument*/NULL); uint32_t* L_778 = ___blockDWords0; int32_t L_779 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_778, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)4))))); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_773, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_777, (int32_t)L_779)), (int32_t)((int32_t)-1894007588))))); uint32_t L_780 = V_2; uint32_t L_781 = V_2; uint32_t L_782 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_780<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((uint32_t)L_781>>((int32_t)20))))), (int32_t)L_782)); uint32_t L_783 = V_4; uint32_t L_784 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_783<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_784>>((int32_t)22))))); uint32_t L_785 = V_1; uint32_t L_786 = V_2; uint32_t L_787 = V_3; uint32_t L_788 = V_4; uint32_t L_789; L_789 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_786, L_787, L_788, /*hidden argument*/NULL); uint32_t* L_790 = ___blockDWords0; int32_t L_791 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_790, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)4))))); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_785, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_789, (int32_t)L_791)), (int32_t)((int32_t)-1454113458))))); uint32_t L_792 = V_1; uint32_t L_793 = V_1; uint32_t L_794 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_792<<(int32_t)((int32_t)9)))|(int32_t)((int32_t)((uint32_t)L_793>>((int32_t)23))))), (int32_t)L_794)); uint32_t L_795 = V_3; uint32_t L_796 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_795<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_796>>((int32_t)22))))); uint32_t L_797 = V_0; uint32_t L_798 = V_1; uint32_t L_799 = V_2; uint32_t L_800 = V_3; uint32_t L_801; L_801 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_798, L_799, L_800, /*hidden argument*/NULL); uint32_t* L_802 = ___blockDWords0; int32_t L_803 = *((uint32_t*)L_802); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_797, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_801, (int32_t)L_803)), (int32_t)((int32_t)-1454113458))))); uint32_t L_804 = V_0; uint32_t L_805 = V_0; uint32_t L_806 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_804<<(int32_t)((int32_t)15)))|(int32_t)((int32_t)((uint32_t)L_805>>((int32_t)17))))), (int32_t)L_806)); uint32_t L_807 = V_2; uint32_t L_808 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_807<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_808>>((int32_t)22))))); uint32_t L_809 = V_4; uint32_t L_810 = V_0; uint32_t L_811 = V_1; uint32_t L_812 = V_2; uint32_t L_813; L_813 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_810, L_811, L_812, /*hidden argument*/NULL); uint32_t* L_814 = ___blockDWords0; int32_t L_815 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_814, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)4))))); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_809, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_813, (int32_t)L_815)), (int32_t)((int32_t)-1454113458))))); uint32_t L_816 = V_4; uint32_t L_817 = V_4; uint32_t L_818 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_816<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_817>>((int32_t)27))))), (int32_t)L_818)); uint32_t L_819 = V_1; uint32_t L_820 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_819<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_820>>((int32_t)22))))); uint32_t L_821 = V_3; uint32_t L_822 = V_4; uint32_t L_823 = V_0; uint32_t L_824 = V_1; uint32_t L_825; L_825 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_822, L_823, L_824, /*hidden argument*/NULL); uint32_t* L_826 = ___blockDWords0; int32_t L_827 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_826, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)9)), (int32_t)4))))); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_821, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_825, (int32_t)L_827)), (int32_t)((int32_t)-1454113458))))); uint32_t L_828 = V_3; uint32_t L_829 = V_3; uint32_t L_830 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_828<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((uint32_t)L_829>>((int32_t)21))))), (int32_t)L_830)); uint32_t L_831 = V_0; uint32_t L_832 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_831<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_832>>((int32_t)22))))); uint32_t L_833 = V_2; uint32_t L_834 = V_3; uint32_t L_835 = V_4; uint32_t L_836 = V_0; uint32_t L_837; L_837 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_834, L_835, L_836, /*hidden argument*/NULL); uint32_t* L_838 = ___blockDWords0; int32_t L_839 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_838, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)7), (int32_t)4))))); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_833, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_837, (int32_t)L_839)), (int32_t)((int32_t)-1454113458))))); uint32_t L_840 = V_2; uint32_t L_841 = V_2; uint32_t L_842 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_840<<(int32_t)6))|(int32_t)((int32_t)((uint32_t)L_841>>((int32_t)26))))), (int32_t)L_842)); uint32_t L_843 = V_4; uint32_t L_844 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_843<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_844>>((int32_t)22))))); uint32_t L_845 = V_1; uint32_t L_846 = V_2; uint32_t L_847 = V_3; uint32_t L_848 = V_4; uint32_t L_849; L_849 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_846, L_847, L_848, /*hidden argument*/NULL); uint32_t* L_850 = ___blockDWords0; int32_t L_851 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_850, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)12)), (int32_t)4))))); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_845, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_849, (int32_t)L_851)), (int32_t)((int32_t)-1454113458))))); uint32_t L_852 = V_1; uint32_t L_853 = V_1; uint32_t L_854 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_852<<(int32_t)8))|(int32_t)((int32_t)((uint32_t)L_853>>((int32_t)24))))), (int32_t)L_854)); uint32_t L_855 = V_3; uint32_t L_856 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_855<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_856>>((int32_t)22))))); uint32_t L_857 = V_0; uint32_t L_858 = V_1; uint32_t L_859 = V_2; uint32_t L_860 = V_3; uint32_t L_861; L_861 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_858, L_859, L_860, /*hidden argument*/NULL); uint32_t* L_862 = ___blockDWords0; int32_t L_863 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_862, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)4))))); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_857, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_861, (int32_t)L_863)), (int32_t)((int32_t)-1454113458))))); uint32_t L_864 = V_0; uint32_t L_865 = V_0; uint32_t L_866 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_864<<(int32_t)((int32_t)13)))|(int32_t)((int32_t)((uint32_t)L_865>>((int32_t)19))))), (int32_t)L_866)); uint32_t L_867 = V_2; uint32_t L_868 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_867<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_868>>((int32_t)22))))); uint32_t L_869 = V_4; uint32_t L_870 = V_0; uint32_t L_871 = V_1; uint32_t L_872 = V_2; uint32_t L_873; L_873 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_870, L_871, L_872, /*hidden argument*/NULL); uint32_t* L_874 = ___blockDWords0; int32_t L_875 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_874, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)10)), (int32_t)4))))); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_869, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_873, (int32_t)L_875)), (int32_t)((int32_t)-1454113458))))); uint32_t L_876 = V_4; uint32_t L_877 = V_4; uint32_t L_878 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_876<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((uint32_t)L_877>>((int32_t)20))))), (int32_t)L_878)); uint32_t L_879 = V_1; uint32_t L_880 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_879<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_880>>((int32_t)22))))); uint32_t L_881 = V_3; uint32_t L_882 = V_4; uint32_t L_883 = V_0; uint32_t L_884 = V_1; uint32_t L_885; L_885 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_882, L_883, L_884, /*hidden argument*/NULL); uint32_t* L_886 = ___blockDWords0; int32_t L_887 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_886, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)14)), (int32_t)4))))); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_881, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_885, (int32_t)L_887)), (int32_t)((int32_t)-1454113458))))); uint32_t L_888 = V_3; uint32_t L_889 = V_3; uint32_t L_890 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_888<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_889>>((int32_t)27))))), (int32_t)L_890)); uint32_t L_891 = V_0; uint32_t L_892 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_891<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_892>>((int32_t)22))))); uint32_t L_893 = V_2; uint32_t L_894 = V_3; uint32_t L_895 = V_4; uint32_t L_896 = V_0; uint32_t L_897; L_897 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_894, L_895, L_896, /*hidden argument*/NULL); uint32_t* L_898 = ___blockDWords0; int32_t L_899 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_898, (int32_t)4))); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_893, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_897, (int32_t)L_899)), (int32_t)((int32_t)-1454113458))))); uint32_t L_900 = V_2; uint32_t L_901 = V_2; uint32_t L_902 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_900<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((uint32_t)L_901>>((int32_t)20))))), (int32_t)L_902)); uint32_t L_903 = V_4; uint32_t L_904 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_903<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_904>>((int32_t)22))))); uint32_t L_905 = V_1; uint32_t L_906 = V_2; uint32_t L_907 = V_3; uint32_t L_908 = V_4; uint32_t L_909; L_909 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_906, L_907, L_908, /*hidden argument*/NULL); uint32_t* L_910 = ___blockDWords0; int32_t L_911 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_910, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)4))))); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_905, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_909, (int32_t)L_911)), (int32_t)((int32_t)-1454113458))))); uint32_t L_912 = V_1; uint32_t L_913 = V_1; uint32_t L_914 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_912<<(int32_t)((int32_t)13)))|(int32_t)((int32_t)((uint32_t)L_913>>((int32_t)19))))), (int32_t)L_914)); uint32_t L_915 = V_3; uint32_t L_916 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_915<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_916>>((int32_t)22))))); uint32_t L_917 = V_0; uint32_t L_918 = V_1; uint32_t L_919 = V_2; uint32_t L_920 = V_3; uint32_t L_921; L_921 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_918, L_919, L_920, /*hidden argument*/NULL); uint32_t* L_922 = ___blockDWords0; int32_t L_923 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_922, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)8), (int32_t)4))))); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_917, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_921, (int32_t)L_923)), (int32_t)((int32_t)-1454113458))))); uint32_t L_924 = V_0; uint32_t L_925 = V_0; uint32_t L_926 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_924<<(int32_t)((int32_t)14)))|(int32_t)((int32_t)((uint32_t)L_925>>((int32_t)18))))), (int32_t)L_926)); uint32_t L_927 = V_2; uint32_t L_928 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_927<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_928>>((int32_t)22))))); uint32_t L_929 = V_4; uint32_t L_930 = V_0; uint32_t L_931 = V_1; uint32_t L_932 = V_2; uint32_t L_933; L_933 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_930, L_931, L_932, /*hidden argument*/NULL); uint32_t* L_934 = ___blockDWords0; int32_t L_935 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_934, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)11)), (int32_t)4))))); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_929, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_933, (int32_t)L_935)), (int32_t)((int32_t)-1454113458))))); uint32_t L_936 = V_4; uint32_t L_937 = V_4; uint32_t L_938 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_936<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((uint32_t)L_937>>((int32_t)21))))), (int32_t)L_938)); uint32_t L_939 = V_1; uint32_t L_940 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_939<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_940>>((int32_t)22))))); uint32_t L_941 = V_3; uint32_t L_942 = V_4; uint32_t L_943 = V_0; uint32_t L_944 = V_1; uint32_t L_945; L_945 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_942, L_943, L_944, /*hidden argument*/NULL); uint32_t* L_946 = ___blockDWords0; int32_t L_947 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_946, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)4))))); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_941, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_945, (int32_t)L_947)), (int32_t)((int32_t)-1454113458))))); uint32_t L_948 = V_3; uint32_t L_949 = V_3; uint32_t L_950 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_948<<(int32_t)8))|(int32_t)((int32_t)((uint32_t)L_949>>((int32_t)24))))), (int32_t)L_950)); uint32_t L_951 = V_0; uint32_t L_952 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_951<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_952>>((int32_t)22))))); uint32_t L_953 = V_2; uint32_t L_954 = V_3; uint32_t L_955 = V_4; uint32_t L_956 = V_0; uint32_t L_957; L_957 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_954, L_955, L_956, /*hidden argument*/NULL); uint32_t* L_958 = ___blockDWords0; int32_t L_959 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_958, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)15)), (int32_t)4))))); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_953, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_957, (int32_t)L_959)), (int32_t)((int32_t)-1454113458))))); uint32_t L_960 = V_2; uint32_t L_961 = V_2; uint32_t L_962 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_960<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_961>>((int32_t)27))))), (int32_t)L_962)); uint32_t L_963 = V_4; uint32_t L_964 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_963<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_964>>((int32_t)22))))); uint32_t L_965 = V_1; uint32_t L_966 = V_2; uint32_t L_967 = V_3; uint32_t L_968 = V_4; uint32_t L_969; L_969 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_966, L_967, L_968, /*hidden argument*/NULL); uint32_t* L_970 = ___blockDWords0; int32_t L_971 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_970, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)13)), (int32_t)4))))); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_965, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_969, (int32_t)L_971)), (int32_t)((int32_t)-1454113458))))); uint32_t L_972 = V_1; uint32_t L_973 = V_1; uint32_t L_974 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_972<<(int32_t)6))|(int32_t)((int32_t)((uint32_t)L_973>>((int32_t)26))))), (int32_t)L_974)); uint32_t L_975 = V_3; uint32_t L_976 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_975<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_976>>((int32_t)22))))); uint32_t L_977 = V_5; uint32_t L_978 = V_6; uint32_t L_979 = V_7; uint32_t L_980 = V_8; uint32_t L_981; L_981 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_978, L_979, L_980, /*hidden argument*/NULL); uint32_t* L_982 = ___blockDWords0; int32_t L_983 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_982, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)4))))); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_977, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_981, (int32_t)L_983)), (int32_t)((int32_t)1352829926))))); uint32_t L_984 = V_5; uint32_t L_985 = V_5; uint32_t L_986 = V_9; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_984<<(int32_t)8))|(int32_t)((int32_t)((uint32_t)L_985>>((int32_t)24))))), (int32_t)L_986)); uint32_t L_987 = V_7; uint32_t L_988 = V_7; V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)L_987<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_988>>((int32_t)22))))); uint32_t L_989 = V_9; uint32_t L_990 = V_5; uint32_t L_991 = V_6; uint32_t L_992 = V_7; uint32_t L_993; L_993 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_990, L_991, L_992, /*hidden argument*/NULL); uint32_t* L_994 = ___blockDWords0; int32_t L_995 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_994, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)14)), (int32_t)4))))); V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_989, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_993, (int32_t)L_995)), (int32_t)((int32_t)1352829926))))); uint32_t L_996 = V_9; uint32_t L_997 = V_9; uint32_t L_998 = V_8; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_996<<(int32_t)((int32_t)9)))|(int32_t)((int32_t)((uint32_t)L_997>>((int32_t)23))))), (int32_t)L_998)); uint32_t L_999 = V_6; uint32_t L_1000 = V_6; V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)L_999<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1000>>((int32_t)22))))); uint32_t L_1001 = V_8; uint32_t L_1002 = V_9; uint32_t L_1003 = V_5; uint32_t L_1004 = V_6; uint32_t L_1005; L_1005 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_1002, L_1003, L_1004, /*hidden argument*/NULL); uint32_t* L_1006 = ___blockDWords0; int32_t L_1007 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1006, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)7), (int32_t)4))))); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1001, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1005, (int32_t)L_1007)), (int32_t)((int32_t)1352829926))))); uint32_t L_1008 = V_8; uint32_t L_1009 = V_8; uint32_t L_1010 = V_7; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1008<<(int32_t)((int32_t)9)))|(int32_t)((int32_t)((uint32_t)L_1009>>((int32_t)23))))), (int32_t)L_1010)); uint32_t L_1011 = V_5; uint32_t L_1012 = V_5; V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1011<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1012>>((int32_t)22))))); uint32_t L_1013 = V_7; uint32_t L_1014 = V_8; uint32_t L_1015 = V_9; uint32_t L_1016 = V_5; uint32_t L_1017; L_1017 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_1014, L_1015, L_1016, /*hidden argument*/NULL); uint32_t* L_1018 = ___blockDWords0; int32_t L_1019 = *((uint32_t*)L_1018); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1013, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1017, (int32_t)L_1019)), (int32_t)((int32_t)1352829926))))); uint32_t L_1020 = V_7; uint32_t L_1021 = V_7; uint32_t L_1022 = V_6; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1020<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((uint32_t)L_1021>>((int32_t)21))))), (int32_t)L_1022)); uint32_t L_1023 = V_9; uint32_t L_1024 = V_9; V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1023<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1024>>((int32_t)22))))); uint32_t L_1025 = V_6; uint32_t L_1026 = V_7; uint32_t L_1027 = V_8; uint32_t L_1028 = V_9; uint32_t L_1029; L_1029 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_1026, L_1027, L_1028, /*hidden argument*/NULL); uint32_t* L_1030 = ___blockDWords0; int32_t L_1031 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1030, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)9)), (int32_t)4))))); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1025, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1029, (int32_t)L_1031)), (int32_t)((int32_t)1352829926))))); uint32_t L_1032 = V_6; uint32_t L_1033 = V_6; uint32_t L_1034 = V_5; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1032<<(int32_t)((int32_t)13)))|(int32_t)((int32_t)((uint32_t)L_1033>>((int32_t)19))))), (int32_t)L_1034)); uint32_t L_1035 = V_8; uint32_t L_1036 = V_8; V_8 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1035<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1036>>((int32_t)22))))); uint32_t L_1037 = V_5; uint32_t L_1038 = V_6; uint32_t L_1039 = V_7; uint32_t L_1040 = V_8; uint32_t L_1041; L_1041 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_1038, L_1039, L_1040, /*hidden argument*/NULL); uint32_t* L_1042 = ___blockDWords0; int32_t L_1043 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1042, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)4))))); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1037, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1041, (int32_t)L_1043)), (int32_t)((int32_t)1352829926))))); uint32_t L_1044 = V_5; uint32_t L_1045 = V_5; uint32_t L_1046 = V_9; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1044<<(int32_t)((int32_t)15)))|(int32_t)((int32_t)((uint32_t)L_1045>>((int32_t)17))))), (int32_t)L_1046)); uint32_t L_1047 = V_7; uint32_t L_1048 = V_7; V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1047<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1048>>((int32_t)22))))); uint32_t L_1049 = V_9; uint32_t L_1050 = V_5; uint32_t L_1051 = V_6; uint32_t L_1052 = V_7; uint32_t L_1053; L_1053 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_1050, L_1051, L_1052, /*hidden argument*/NULL); uint32_t* L_1054 = ___blockDWords0; int32_t L_1055 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1054, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)11)), (int32_t)4))))); V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1049, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1053, (int32_t)L_1055)), (int32_t)((int32_t)1352829926))))); uint32_t L_1056 = V_9; uint32_t L_1057 = V_9; uint32_t L_1058 = V_8; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1056<<(int32_t)((int32_t)15)))|(int32_t)((int32_t)((uint32_t)L_1057>>((int32_t)17))))), (int32_t)L_1058)); uint32_t L_1059 = V_6; uint32_t L_1060 = V_6; V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1059<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1060>>((int32_t)22))))); uint32_t L_1061 = V_8; uint32_t L_1062 = V_9; uint32_t L_1063 = V_5; uint32_t L_1064 = V_6; uint32_t L_1065; L_1065 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_1062, L_1063, L_1064, /*hidden argument*/NULL); uint32_t* L_1066 = ___blockDWords0; int32_t L_1067 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1066, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)4))))); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1061, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1065, (int32_t)L_1067)), (int32_t)((int32_t)1352829926))))); uint32_t L_1068 = V_8; uint32_t L_1069 = V_8; uint32_t L_1070 = V_7; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1068<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_1069>>((int32_t)27))))), (int32_t)L_1070)); uint32_t L_1071 = V_5; uint32_t L_1072 = V_5; V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1071<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1072>>((int32_t)22))))); uint32_t L_1073 = V_7; uint32_t L_1074 = V_8; uint32_t L_1075 = V_9; uint32_t L_1076 = V_5; uint32_t L_1077; L_1077 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_1074, L_1075, L_1076, /*hidden argument*/NULL); uint32_t* L_1078 = ___blockDWords0; int32_t L_1079 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1078, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)13)), (int32_t)4))))); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1073, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1077, (int32_t)L_1079)), (int32_t)((int32_t)1352829926))))); uint32_t L_1080 = V_7; uint32_t L_1081 = V_7; uint32_t L_1082 = V_6; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1080<<(int32_t)7))|(int32_t)((int32_t)((uint32_t)L_1081>>((int32_t)25))))), (int32_t)L_1082)); uint32_t L_1083 = V_9; uint32_t L_1084 = V_9; V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1083<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1084>>((int32_t)22))))); uint32_t L_1085 = V_6; uint32_t L_1086 = V_7; uint32_t L_1087 = V_8; uint32_t L_1088 = V_9; uint32_t L_1089; L_1089 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_1086, L_1087, L_1088, /*hidden argument*/NULL); uint32_t* L_1090 = ___blockDWords0; int32_t L_1091 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1090, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)4))))); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1085, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1089, (int32_t)L_1091)), (int32_t)((int32_t)1352829926))))); uint32_t L_1092 = V_6; uint32_t L_1093 = V_6; uint32_t L_1094 = V_5; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1092<<(int32_t)7))|(int32_t)((int32_t)((uint32_t)L_1093>>((int32_t)25))))), (int32_t)L_1094)); uint32_t L_1095 = V_8; uint32_t L_1096 = V_8; V_8 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1095<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1096>>((int32_t)22))))); uint32_t L_1097 = V_5; uint32_t L_1098 = V_6; uint32_t L_1099 = V_7; uint32_t L_1100 = V_8; uint32_t L_1101; L_1101 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_1098, L_1099, L_1100, /*hidden argument*/NULL); uint32_t* L_1102 = ___blockDWords0; int32_t L_1103 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1102, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)15)), (int32_t)4))))); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1097, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1101, (int32_t)L_1103)), (int32_t)((int32_t)1352829926))))); uint32_t L_1104 = V_5; uint32_t L_1105 = V_5; uint32_t L_1106 = V_9; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1104<<(int32_t)8))|(int32_t)((int32_t)((uint32_t)L_1105>>((int32_t)24))))), (int32_t)L_1106)); uint32_t L_1107 = V_7; uint32_t L_1108 = V_7; V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1107<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1108>>((int32_t)22))))); uint32_t L_1109 = V_9; uint32_t L_1110 = V_5; uint32_t L_1111 = V_6; uint32_t L_1112 = V_7; uint32_t L_1113; L_1113 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_1110, L_1111, L_1112, /*hidden argument*/NULL); uint32_t* L_1114 = ___blockDWords0; int32_t L_1115 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1114, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)8), (int32_t)4))))); V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1109, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1113, (int32_t)L_1115)), (int32_t)((int32_t)1352829926))))); uint32_t L_1116 = V_9; uint32_t L_1117 = V_9; uint32_t L_1118 = V_8; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1116<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((uint32_t)L_1117>>((int32_t)21))))), (int32_t)L_1118)); uint32_t L_1119 = V_6; uint32_t L_1120 = V_6; V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1119<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1120>>((int32_t)22))))); uint32_t L_1121 = V_8; uint32_t L_1122 = V_9; uint32_t L_1123 = V_5; uint32_t L_1124 = V_6; uint32_t L_1125; L_1125 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_1122, L_1123, L_1124, /*hidden argument*/NULL); uint32_t* L_1126 = ___blockDWords0; int32_t L_1127 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1126, (int32_t)4))); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1121, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1125, (int32_t)L_1127)), (int32_t)((int32_t)1352829926))))); uint32_t L_1128 = V_8; uint32_t L_1129 = V_8; uint32_t L_1130 = V_7; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1128<<(int32_t)((int32_t)14)))|(int32_t)((int32_t)((uint32_t)L_1129>>((int32_t)18))))), (int32_t)L_1130)); uint32_t L_1131 = V_5; uint32_t L_1132 = V_5; V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1131<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1132>>((int32_t)22))))); uint32_t L_1133 = V_7; uint32_t L_1134 = V_8; uint32_t L_1135 = V_9; uint32_t L_1136 = V_5; uint32_t L_1137; L_1137 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_1134, L_1135, L_1136, /*hidden argument*/NULL); uint32_t* L_1138 = ___blockDWords0; int32_t L_1139 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1138, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)10)), (int32_t)4))))); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1133, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1137, (int32_t)L_1139)), (int32_t)((int32_t)1352829926))))); uint32_t L_1140 = V_7; uint32_t L_1141 = V_7; uint32_t L_1142 = V_6; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1140<<(int32_t)((int32_t)14)))|(int32_t)((int32_t)((uint32_t)L_1141>>((int32_t)18))))), (int32_t)L_1142)); uint32_t L_1143 = V_9; uint32_t L_1144 = V_9; V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1143<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1144>>((int32_t)22))))); uint32_t L_1145 = V_6; uint32_t L_1146 = V_7; uint32_t L_1147 = V_8; uint32_t L_1148 = V_9; uint32_t L_1149; L_1149 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_1146, L_1147, L_1148, /*hidden argument*/NULL); uint32_t* L_1150 = ___blockDWords0; int32_t L_1151 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1150, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)4))))); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1145, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1149, (int32_t)L_1151)), (int32_t)((int32_t)1352829926))))); uint32_t L_1152 = V_6; uint32_t L_1153 = V_6; uint32_t L_1154 = V_5; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1152<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((uint32_t)L_1153>>((int32_t)20))))), (int32_t)L_1154)); uint32_t L_1155 = V_8; uint32_t L_1156 = V_8; V_8 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1155<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1156>>((int32_t)22))))); uint32_t L_1157 = V_5; uint32_t L_1158 = V_6; uint32_t L_1159 = V_7; uint32_t L_1160 = V_8; uint32_t L_1161; L_1161 = RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8(L_1158, L_1159, L_1160, /*hidden argument*/NULL); uint32_t* L_1162 = ___blockDWords0; int32_t L_1163 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1162, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)12)), (int32_t)4))))); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1157, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1161, (int32_t)L_1163)), (int32_t)((int32_t)1352829926))))); uint32_t L_1164 = V_5; uint32_t L_1165 = V_5; uint32_t L_1166 = V_9; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1164<<(int32_t)6))|(int32_t)((int32_t)((uint32_t)L_1165>>((int32_t)26))))), (int32_t)L_1166)); uint32_t L_1167 = V_7; uint32_t L_1168 = V_7; V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1167<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1168>>((int32_t)22))))); uint32_t L_1169 = V_9; uint32_t L_1170 = V_5; uint32_t L_1171 = V_6; uint32_t L_1172 = V_7; uint32_t L_1173; L_1173 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_1170, L_1171, L_1172, /*hidden argument*/NULL); uint32_t* L_1174 = ___blockDWords0; int32_t L_1175 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1174, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)4))))); V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1169, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1173, (int32_t)L_1175)), (int32_t)((int32_t)1548603684))))); uint32_t L_1176 = V_9; uint32_t L_1177 = V_9; uint32_t L_1178 = V_8; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1176<<(int32_t)((int32_t)9)))|(int32_t)((int32_t)((uint32_t)L_1177>>((int32_t)23))))), (int32_t)L_1178)); uint32_t L_1179 = V_6; uint32_t L_1180 = V_6; V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1179<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1180>>((int32_t)22))))); uint32_t L_1181 = V_8; uint32_t L_1182 = V_9; uint32_t L_1183 = V_5; uint32_t L_1184 = V_6; uint32_t L_1185; L_1185 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_1182, L_1183, L_1184, /*hidden argument*/NULL); uint32_t* L_1186 = ___blockDWords0; int32_t L_1187 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1186, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)11)), (int32_t)4))))); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1181, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1185, (int32_t)L_1187)), (int32_t)((int32_t)1548603684))))); uint32_t L_1188 = V_8; uint32_t L_1189 = V_8; uint32_t L_1190 = V_7; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1188<<(int32_t)((int32_t)13)))|(int32_t)((int32_t)((uint32_t)L_1189>>((int32_t)19))))), (int32_t)L_1190)); uint32_t L_1191 = V_5; uint32_t L_1192 = V_5; V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1191<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1192>>((int32_t)22))))); uint32_t L_1193 = V_7; uint32_t L_1194 = V_8; uint32_t L_1195 = V_9; uint32_t L_1196 = V_5; uint32_t L_1197; L_1197 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_1194, L_1195, L_1196, /*hidden argument*/NULL); uint32_t* L_1198 = ___blockDWords0; int32_t L_1199 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1198, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)4))))); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1193, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1197, (int32_t)L_1199)), (int32_t)((int32_t)1548603684))))); uint32_t L_1200 = V_7; uint32_t L_1201 = V_7; uint32_t L_1202 = V_6; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1200<<(int32_t)((int32_t)15)))|(int32_t)((int32_t)((uint32_t)L_1201>>((int32_t)17))))), (int32_t)L_1202)); uint32_t L_1203 = V_9; uint32_t L_1204 = V_9; V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1203<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1204>>((int32_t)22))))); uint32_t L_1205 = V_6; uint32_t L_1206 = V_7; uint32_t L_1207 = V_8; uint32_t L_1208 = V_9; uint32_t L_1209; L_1209 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_1206, L_1207, L_1208, /*hidden argument*/NULL); uint32_t* L_1210 = ___blockDWords0; int32_t L_1211 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1210, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)7), (int32_t)4))))); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1205, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1209, (int32_t)L_1211)), (int32_t)((int32_t)1548603684))))); uint32_t L_1212 = V_6; uint32_t L_1213 = V_6; uint32_t L_1214 = V_5; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1212<<(int32_t)7))|(int32_t)((int32_t)((uint32_t)L_1213>>((int32_t)25))))), (int32_t)L_1214)); uint32_t L_1215 = V_8; uint32_t L_1216 = V_8; V_8 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1215<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1216>>((int32_t)22))))); uint32_t L_1217 = V_5; uint32_t L_1218 = V_6; uint32_t L_1219 = V_7; uint32_t L_1220 = V_8; uint32_t L_1221; L_1221 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_1218, L_1219, L_1220, /*hidden argument*/NULL); uint32_t* L_1222 = ___blockDWords0; int32_t L_1223 = *((uint32_t*)L_1222); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1217, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1221, (int32_t)L_1223)), (int32_t)((int32_t)1548603684))))); uint32_t L_1224 = V_5; uint32_t L_1225 = V_5; uint32_t L_1226 = V_9; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1224<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((uint32_t)L_1225>>((int32_t)20))))), (int32_t)L_1226)); uint32_t L_1227 = V_7; uint32_t L_1228 = V_7; V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1227<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1228>>((int32_t)22))))); uint32_t L_1229 = V_9; uint32_t L_1230 = V_5; uint32_t L_1231 = V_6; uint32_t L_1232 = V_7; uint32_t L_1233; L_1233 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_1230, L_1231, L_1232, /*hidden argument*/NULL); uint32_t* L_1234 = ___blockDWords0; int32_t L_1235 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1234, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)13)), (int32_t)4))))); V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1229, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1233, (int32_t)L_1235)), (int32_t)((int32_t)1548603684))))); uint32_t L_1236 = V_9; uint32_t L_1237 = V_9; uint32_t L_1238 = V_8; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1236<<(int32_t)8))|(int32_t)((int32_t)((uint32_t)L_1237>>((int32_t)24))))), (int32_t)L_1238)); uint32_t L_1239 = V_6; uint32_t L_1240 = V_6; V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1239<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1240>>((int32_t)22))))); uint32_t L_1241 = V_8; uint32_t L_1242 = V_9; uint32_t L_1243 = V_5; uint32_t L_1244 = V_6; uint32_t L_1245; L_1245 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_1242, L_1243, L_1244, /*hidden argument*/NULL); uint32_t* L_1246 = ___blockDWords0; int32_t L_1247 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1246, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)4))))); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1241, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1245, (int32_t)L_1247)), (int32_t)((int32_t)1548603684))))); uint32_t L_1248 = V_8; uint32_t L_1249 = V_8; uint32_t L_1250 = V_7; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1248<<(int32_t)((int32_t)9)))|(int32_t)((int32_t)((uint32_t)L_1249>>((int32_t)23))))), (int32_t)L_1250)); uint32_t L_1251 = V_5; uint32_t L_1252 = V_5; V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1251<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1252>>((int32_t)22))))); uint32_t L_1253 = V_7; uint32_t L_1254 = V_8; uint32_t L_1255 = V_9; uint32_t L_1256 = V_5; uint32_t L_1257; L_1257 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_1254, L_1255, L_1256, /*hidden argument*/NULL); uint32_t* L_1258 = ___blockDWords0; int32_t L_1259 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1258, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)10)), (int32_t)4))))); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1253, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1257, (int32_t)L_1259)), (int32_t)((int32_t)1548603684))))); uint32_t L_1260 = V_7; uint32_t L_1261 = V_7; uint32_t L_1262 = V_6; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1260<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((uint32_t)L_1261>>((int32_t)21))))), (int32_t)L_1262)); uint32_t L_1263 = V_9; uint32_t L_1264 = V_9; V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1263<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1264>>((int32_t)22))))); uint32_t L_1265 = V_6; uint32_t L_1266 = V_7; uint32_t L_1267 = V_8; uint32_t L_1268 = V_9; uint32_t L_1269; L_1269 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_1266, L_1267, L_1268, /*hidden argument*/NULL); uint32_t* L_1270 = ___blockDWords0; int32_t L_1271 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1270, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)14)), (int32_t)4))))); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1265, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1269, (int32_t)L_1271)), (int32_t)((int32_t)1548603684))))); uint32_t L_1272 = V_6; uint32_t L_1273 = V_6; uint32_t L_1274 = V_5; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1272<<(int32_t)7))|(int32_t)((int32_t)((uint32_t)L_1273>>((int32_t)25))))), (int32_t)L_1274)); uint32_t L_1275 = V_8; uint32_t L_1276 = V_8; V_8 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1275<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1276>>((int32_t)22))))); uint32_t L_1277 = V_5; uint32_t L_1278 = V_6; uint32_t L_1279 = V_7; uint32_t L_1280 = V_8; uint32_t L_1281; L_1281 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_1278, L_1279, L_1280, /*hidden argument*/NULL); uint32_t* L_1282 = ___blockDWords0; int32_t L_1283 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1282, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)15)), (int32_t)4))))); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1277, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1281, (int32_t)L_1283)), (int32_t)((int32_t)1548603684))))); uint32_t L_1284 = V_5; uint32_t L_1285 = V_5; uint32_t L_1286 = V_9; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1284<<(int32_t)7))|(int32_t)((int32_t)((uint32_t)L_1285>>((int32_t)25))))), (int32_t)L_1286)); uint32_t L_1287 = V_7; uint32_t L_1288 = V_7; V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1287<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1288>>((int32_t)22))))); uint32_t L_1289 = V_9; uint32_t L_1290 = V_5; uint32_t L_1291 = V_6; uint32_t L_1292 = V_7; uint32_t L_1293; L_1293 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_1290, L_1291, L_1292, /*hidden argument*/NULL); uint32_t* L_1294 = ___blockDWords0; int32_t L_1295 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1294, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)8), (int32_t)4))))); V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1289, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1293, (int32_t)L_1295)), (int32_t)((int32_t)1548603684))))); uint32_t L_1296 = V_9; uint32_t L_1297 = V_9; uint32_t L_1298 = V_8; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1296<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((uint32_t)L_1297>>((int32_t)20))))), (int32_t)L_1298)); uint32_t L_1299 = V_6; uint32_t L_1300 = V_6; V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1299<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1300>>((int32_t)22))))); uint32_t L_1301 = V_8; uint32_t L_1302 = V_9; uint32_t L_1303 = V_5; uint32_t L_1304 = V_6; uint32_t L_1305; L_1305 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_1302, L_1303, L_1304, /*hidden argument*/NULL); uint32_t* L_1306 = ___blockDWords0; int32_t L_1307 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1306, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)12)), (int32_t)4))))); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1301, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1305, (int32_t)L_1307)), (int32_t)((int32_t)1548603684))))); uint32_t L_1308 = V_8; uint32_t L_1309 = V_8; uint32_t L_1310 = V_7; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1308<<(int32_t)7))|(int32_t)((int32_t)((uint32_t)L_1309>>((int32_t)25))))), (int32_t)L_1310)); uint32_t L_1311 = V_5; uint32_t L_1312 = V_5; V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1311<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1312>>((int32_t)22))))); uint32_t L_1313 = V_7; uint32_t L_1314 = V_8; uint32_t L_1315 = V_9; uint32_t L_1316 = V_5; uint32_t L_1317; L_1317 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_1314, L_1315, L_1316, /*hidden argument*/NULL); uint32_t* L_1318 = ___blockDWords0; int32_t L_1319 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1318, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)4))))); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1313, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1317, (int32_t)L_1319)), (int32_t)((int32_t)1548603684))))); uint32_t L_1320 = V_7; uint32_t L_1321 = V_7; uint32_t L_1322 = V_6; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1320<<(int32_t)6))|(int32_t)((int32_t)((uint32_t)L_1321>>((int32_t)26))))), (int32_t)L_1322)); uint32_t L_1323 = V_9; uint32_t L_1324 = V_9; V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1323<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1324>>((int32_t)22))))); uint32_t L_1325 = V_6; uint32_t L_1326 = V_7; uint32_t L_1327 = V_8; uint32_t L_1328 = V_9; uint32_t L_1329; L_1329 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_1326, L_1327, L_1328, /*hidden argument*/NULL); uint32_t* L_1330 = ___blockDWords0; int32_t L_1331 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1330, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)9)), (int32_t)4))))); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1325, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1329, (int32_t)L_1331)), (int32_t)((int32_t)1548603684))))); uint32_t L_1332 = V_6; uint32_t L_1333 = V_6; uint32_t L_1334 = V_5; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1332<<(int32_t)((int32_t)15)))|(int32_t)((int32_t)((uint32_t)L_1333>>((int32_t)17))))), (int32_t)L_1334)); uint32_t L_1335 = V_8; uint32_t L_1336 = V_8; V_8 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1335<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1336>>((int32_t)22))))); uint32_t L_1337 = V_5; uint32_t L_1338 = V_6; uint32_t L_1339 = V_7; uint32_t L_1340 = V_8; uint32_t L_1341; L_1341 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_1338, L_1339, L_1340, /*hidden argument*/NULL); uint32_t* L_1342 = ___blockDWords0; int32_t L_1343 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1342, (int32_t)4))); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1337, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1341, (int32_t)L_1343)), (int32_t)((int32_t)1548603684))))); uint32_t L_1344 = V_5; uint32_t L_1345 = V_5; uint32_t L_1346 = V_9; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1344<<(int32_t)((int32_t)13)))|(int32_t)((int32_t)((uint32_t)L_1345>>((int32_t)19))))), (int32_t)L_1346)); uint32_t L_1347 = V_7; uint32_t L_1348 = V_7; V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1347<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1348>>((int32_t)22))))); uint32_t L_1349 = V_9; uint32_t L_1350 = V_5; uint32_t L_1351 = V_6; uint32_t L_1352 = V_7; uint32_t L_1353; L_1353 = RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D(L_1350, L_1351, L_1352, /*hidden argument*/NULL); uint32_t* L_1354 = ___blockDWords0; int32_t L_1355 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1354, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)4))))); V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1349, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1353, (int32_t)L_1355)), (int32_t)((int32_t)1548603684))))); uint32_t L_1356 = V_9; uint32_t L_1357 = V_9; uint32_t L_1358 = V_8; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1356<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((uint32_t)L_1357>>((int32_t)21))))), (int32_t)L_1358)); uint32_t L_1359 = V_6; uint32_t L_1360 = V_6; V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1359<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1360>>((int32_t)22))))); uint32_t L_1361 = V_8; uint32_t L_1362 = V_9; uint32_t L_1363 = V_5; uint32_t L_1364 = V_6; uint32_t L_1365; L_1365 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_1362, L_1363, L_1364, /*hidden argument*/NULL); uint32_t* L_1366 = ___blockDWords0; int32_t L_1367 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1366, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)15)), (int32_t)4))))); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1361, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1365, (int32_t)L_1367)), (int32_t)((int32_t)1836072691))))); uint32_t L_1368 = V_8; uint32_t L_1369 = V_8; uint32_t L_1370 = V_7; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1368<<(int32_t)((int32_t)9)))|(int32_t)((int32_t)((uint32_t)L_1369>>((int32_t)23))))), (int32_t)L_1370)); uint32_t L_1371 = V_5; uint32_t L_1372 = V_5; V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1371<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1372>>((int32_t)22))))); uint32_t L_1373 = V_7; uint32_t L_1374 = V_8; uint32_t L_1375 = V_9; uint32_t L_1376 = V_5; uint32_t L_1377; L_1377 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_1374, L_1375, L_1376, /*hidden argument*/NULL); uint32_t* L_1378 = ___blockDWords0; int32_t L_1379 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1378, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)4))))); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1373, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1377, (int32_t)L_1379)), (int32_t)((int32_t)1836072691))))); uint32_t L_1380 = V_7; uint32_t L_1381 = V_7; uint32_t L_1382 = V_6; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1380<<(int32_t)7))|(int32_t)((int32_t)((uint32_t)L_1381>>((int32_t)25))))), (int32_t)L_1382)); uint32_t L_1383 = V_9; uint32_t L_1384 = V_9; V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1383<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1384>>((int32_t)22))))); uint32_t L_1385 = V_6; uint32_t L_1386 = V_7; uint32_t L_1387 = V_8; uint32_t L_1388 = V_9; uint32_t L_1389; L_1389 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_1386, L_1387, L_1388, /*hidden argument*/NULL); uint32_t* L_1390 = ___blockDWords0; int32_t L_1391 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1390, (int32_t)4))); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1385, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1389, (int32_t)L_1391)), (int32_t)((int32_t)1836072691))))); uint32_t L_1392 = V_6; uint32_t L_1393 = V_6; uint32_t L_1394 = V_5; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1392<<(int32_t)((int32_t)15)))|(int32_t)((int32_t)((uint32_t)L_1393>>((int32_t)17))))), (int32_t)L_1394)); uint32_t L_1395 = V_8; uint32_t L_1396 = V_8; V_8 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1395<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1396>>((int32_t)22))))); uint32_t L_1397 = V_5; uint32_t L_1398 = V_6; uint32_t L_1399 = V_7; uint32_t L_1400 = V_8; uint32_t L_1401; L_1401 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_1398, L_1399, L_1400, /*hidden argument*/NULL); uint32_t* L_1402 = ___blockDWords0; int32_t L_1403 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1402, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)4))))); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1397, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1401, (int32_t)L_1403)), (int32_t)((int32_t)1836072691))))); uint32_t L_1404 = V_5; uint32_t L_1405 = V_5; uint32_t L_1406 = V_9; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1404<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((uint32_t)L_1405>>((int32_t)21))))), (int32_t)L_1406)); uint32_t L_1407 = V_7; uint32_t L_1408 = V_7; V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1407<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1408>>((int32_t)22))))); uint32_t L_1409 = V_9; uint32_t L_1410 = V_5; uint32_t L_1411 = V_6; uint32_t L_1412 = V_7; uint32_t L_1413; L_1413 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_1410, L_1411, L_1412, /*hidden argument*/NULL); uint32_t* L_1414 = ___blockDWords0; int32_t L_1415 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1414, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)7), (int32_t)4))))); V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1409, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1413, (int32_t)L_1415)), (int32_t)((int32_t)1836072691))))); uint32_t L_1416 = V_9; uint32_t L_1417 = V_9; uint32_t L_1418 = V_8; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1416<<(int32_t)8))|(int32_t)((int32_t)((uint32_t)L_1417>>((int32_t)24))))), (int32_t)L_1418)); uint32_t L_1419 = V_6; uint32_t L_1420 = V_6; V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1419<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1420>>((int32_t)22))))); uint32_t L_1421 = V_8; uint32_t L_1422 = V_9; uint32_t L_1423 = V_5; uint32_t L_1424 = V_6; uint32_t L_1425; L_1425 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_1422, L_1423, L_1424, /*hidden argument*/NULL); uint32_t* L_1426 = ___blockDWords0; int32_t L_1427 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1426, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)14)), (int32_t)4))))); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1421, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1425, (int32_t)L_1427)), (int32_t)((int32_t)1836072691))))); uint32_t L_1428 = V_8; uint32_t L_1429 = V_8; uint32_t L_1430 = V_7; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1428<<(int32_t)6))|(int32_t)((int32_t)((uint32_t)L_1429>>((int32_t)26))))), (int32_t)L_1430)); uint32_t L_1431 = V_5; uint32_t L_1432 = V_5; V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1431<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1432>>((int32_t)22))))); uint32_t L_1433 = V_7; uint32_t L_1434 = V_8; uint32_t L_1435 = V_9; uint32_t L_1436 = V_5; uint32_t L_1437; L_1437 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_1434, L_1435, L_1436, /*hidden argument*/NULL); uint32_t* L_1438 = ___blockDWords0; int32_t L_1439 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1438, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)4))))); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1433, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1437, (int32_t)L_1439)), (int32_t)((int32_t)1836072691))))); uint32_t L_1440 = V_7; uint32_t L_1441 = V_7; uint32_t L_1442 = V_6; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1440<<(int32_t)6))|(int32_t)((int32_t)((uint32_t)L_1441>>((int32_t)26))))), (int32_t)L_1442)); uint32_t L_1443 = V_9; uint32_t L_1444 = V_9; V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1443<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1444>>((int32_t)22))))); uint32_t L_1445 = V_6; uint32_t L_1446 = V_7; uint32_t L_1447 = V_8; uint32_t L_1448 = V_9; uint32_t L_1449; L_1449 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_1446, L_1447, L_1448, /*hidden argument*/NULL); uint32_t* L_1450 = ___blockDWords0; int32_t L_1451 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1450, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)9)), (int32_t)4))))); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1445, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1449, (int32_t)L_1451)), (int32_t)((int32_t)1836072691))))); uint32_t L_1452 = V_6; uint32_t L_1453 = V_6; uint32_t L_1454 = V_5; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1452<<(int32_t)((int32_t)14)))|(int32_t)((int32_t)((uint32_t)L_1453>>((int32_t)18))))), (int32_t)L_1454)); uint32_t L_1455 = V_8; uint32_t L_1456 = V_8; V_8 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1455<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1456>>((int32_t)22))))); uint32_t L_1457 = V_5; uint32_t L_1458 = V_6; uint32_t L_1459 = V_7; uint32_t L_1460 = V_8; uint32_t L_1461; L_1461 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_1458, L_1459, L_1460, /*hidden argument*/NULL); uint32_t* L_1462 = ___blockDWords0; int32_t L_1463 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1462, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)11)), (int32_t)4))))); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1457, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1461, (int32_t)L_1463)), (int32_t)((int32_t)1836072691))))); uint32_t L_1464 = V_5; uint32_t L_1465 = V_5; uint32_t L_1466 = V_9; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1464<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((uint32_t)L_1465>>((int32_t)20))))), (int32_t)L_1466)); uint32_t L_1467 = V_7; uint32_t L_1468 = V_7; V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1467<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1468>>((int32_t)22))))); uint32_t L_1469 = V_9; uint32_t L_1470 = V_5; uint32_t L_1471 = V_6; uint32_t L_1472 = V_7; uint32_t L_1473; L_1473 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_1470, L_1471, L_1472, /*hidden argument*/NULL); uint32_t* L_1474 = ___blockDWords0; int32_t L_1475 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1474, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)8), (int32_t)4))))); V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1469, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1473, (int32_t)L_1475)), (int32_t)((int32_t)1836072691))))); uint32_t L_1476 = V_9; uint32_t L_1477 = V_9; uint32_t L_1478 = V_8; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1476<<(int32_t)((int32_t)13)))|(int32_t)((int32_t)((uint32_t)L_1477>>((int32_t)19))))), (int32_t)L_1478)); uint32_t L_1479 = V_6; uint32_t L_1480 = V_6; V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1479<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1480>>((int32_t)22))))); uint32_t L_1481 = V_8; uint32_t L_1482 = V_9; uint32_t L_1483 = V_5; uint32_t L_1484 = V_6; uint32_t L_1485; L_1485 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_1482, L_1483, L_1484, /*hidden argument*/NULL); uint32_t* L_1486 = ___blockDWords0; int32_t L_1487 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1486, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)12)), (int32_t)4))))); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1481, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1485, (int32_t)L_1487)), (int32_t)((int32_t)1836072691))))); uint32_t L_1488 = V_8; uint32_t L_1489 = V_8; uint32_t L_1490 = V_7; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1488<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_1489>>((int32_t)27))))), (int32_t)L_1490)); uint32_t L_1491 = V_5; uint32_t L_1492 = V_5; V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1491<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1492>>((int32_t)22))))); uint32_t L_1493 = V_7; uint32_t L_1494 = V_8; uint32_t L_1495 = V_9; uint32_t L_1496 = V_5; uint32_t L_1497; L_1497 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_1494, L_1495, L_1496, /*hidden argument*/NULL); uint32_t* L_1498 = ___blockDWords0; int32_t L_1499 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1498, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)4))))); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1493, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1497, (int32_t)L_1499)), (int32_t)((int32_t)1836072691))))); uint32_t L_1500 = V_7; uint32_t L_1501 = V_7; uint32_t L_1502 = V_6; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1500<<(int32_t)((int32_t)14)))|(int32_t)((int32_t)((uint32_t)L_1501>>((int32_t)18))))), (int32_t)L_1502)); uint32_t L_1503 = V_9; uint32_t L_1504 = V_9; V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1503<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1504>>((int32_t)22))))); uint32_t L_1505 = V_6; uint32_t L_1506 = V_7; uint32_t L_1507 = V_8; uint32_t L_1508 = V_9; uint32_t L_1509; L_1509 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_1506, L_1507, L_1508, /*hidden argument*/NULL); uint32_t* L_1510 = ___blockDWords0; int32_t L_1511 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1510, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)10)), (int32_t)4))))); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1505, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1509, (int32_t)L_1511)), (int32_t)((int32_t)1836072691))))); uint32_t L_1512 = V_6; uint32_t L_1513 = V_6; uint32_t L_1514 = V_5; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1512<<(int32_t)((int32_t)13)))|(int32_t)((int32_t)((uint32_t)L_1513>>((int32_t)19))))), (int32_t)L_1514)); uint32_t L_1515 = V_8; uint32_t L_1516 = V_8; V_8 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1515<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1516>>((int32_t)22))))); uint32_t L_1517 = V_5; uint32_t L_1518 = V_6; uint32_t L_1519 = V_7; uint32_t L_1520 = V_8; uint32_t L_1521; L_1521 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_1518, L_1519, L_1520, /*hidden argument*/NULL); uint32_t* L_1522 = ___blockDWords0; int32_t L_1523 = *((uint32_t*)L_1522); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1517, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1521, (int32_t)L_1523)), (int32_t)((int32_t)1836072691))))); uint32_t L_1524 = V_5; uint32_t L_1525 = V_5; uint32_t L_1526 = V_9; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1524<<(int32_t)((int32_t)13)))|(int32_t)((int32_t)((uint32_t)L_1525>>((int32_t)19))))), (int32_t)L_1526)); uint32_t L_1527 = V_7; uint32_t L_1528 = V_7; V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1527<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1528>>((int32_t)22))))); uint32_t L_1529 = V_9; uint32_t L_1530 = V_5; uint32_t L_1531 = V_6; uint32_t L_1532 = V_7; uint32_t L_1533; L_1533 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_1530, L_1531, L_1532, /*hidden argument*/NULL); uint32_t* L_1534 = ___blockDWords0; int32_t L_1535 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1534, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)4))))); V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1529, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1533, (int32_t)L_1535)), (int32_t)((int32_t)1836072691))))); uint32_t L_1536 = V_9; uint32_t L_1537 = V_9; uint32_t L_1538 = V_8; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1536<<(int32_t)7))|(int32_t)((int32_t)((uint32_t)L_1537>>((int32_t)25))))), (int32_t)L_1538)); uint32_t L_1539 = V_6; uint32_t L_1540 = V_6; V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1539<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1540>>((int32_t)22))))); uint32_t L_1541 = V_8; uint32_t L_1542 = V_9; uint32_t L_1543 = V_5; uint32_t L_1544 = V_6; uint32_t L_1545; L_1545 = RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE(L_1542, L_1543, L_1544, /*hidden argument*/NULL); uint32_t* L_1546 = ___blockDWords0; int32_t L_1547 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1546, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)13)), (int32_t)4))))); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1541, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1545, (int32_t)L_1547)), (int32_t)((int32_t)1836072691))))); uint32_t L_1548 = V_8; uint32_t L_1549 = V_8; uint32_t L_1550 = V_7; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1548<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_1549>>((int32_t)27))))), (int32_t)L_1550)); uint32_t L_1551 = V_5; uint32_t L_1552 = V_5; V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1551<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1552>>((int32_t)22))))); uint32_t L_1553 = V_7; uint32_t L_1554 = V_8; uint32_t L_1555 = V_9; uint32_t L_1556 = V_5; uint32_t L_1557; L_1557 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_1554, L_1555, L_1556, /*hidden argument*/NULL); uint32_t* L_1558 = ___blockDWords0; int32_t L_1559 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1558, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)8), (int32_t)4))))); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1553, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1557, (int32_t)L_1559)), (int32_t)((int32_t)2053994217))))); uint32_t L_1560 = V_7; uint32_t L_1561 = V_7; uint32_t L_1562 = V_6; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1560<<(int32_t)((int32_t)15)))|(int32_t)((int32_t)((uint32_t)L_1561>>((int32_t)17))))), (int32_t)L_1562)); uint32_t L_1563 = V_9; uint32_t L_1564 = V_9; V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1563<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1564>>((int32_t)22))))); uint32_t L_1565 = V_6; uint32_t L_1566 = V_7; uint32_t L_1567 = V_8; uint32_t L_1568 = V_9; uint32_t L_1569; L_1569 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_1566, L_1567, L_1568, /*hidden argument*/NULL); uint32_t* L_1570 = ___blockDWords0; int32_t L_1571 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1570, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)4))))); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1565, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1569, (int32_t)L_1571)), (int32_t)((int32_t)2053994217))))); uint32_t L_1572 = V_6; uint32_t L_1573 = V_6; uint32_t L_1574 = V_5; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1572<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_1573>>((int32_t)27))))), (int32_t)L_1574)); uint32_t L_1575 = V_8; uint32_t L_1576 = V_8; V_8 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1575<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1576>>((int32_t)22))))); uint32_t L_1577 = V_5; uint32_t L_1578 = V_6; uint32_t L_1579 = V_7; uint32_t L_1580 = V_8; uint32_t L_1581; L_1581 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_1578, L_1579, L_1580, /*hidden argument*/NULL); uint32_t* L_1582 = ___blockDWords0; int32_t L_1583 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1582, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)4))))); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1577, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1581, (int32_t)L_1583)), (int32_t)((int32_t)2053994217))))); uint32_t L_1584 = V_5; uint32_t L_1585 = V_5; uint32_t L_1586 = V_9; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1584<<(int32_t)8))|(int32_t)((int32_t)((uint32_t)L_1585>>((int32_t)24))))), (int32_t)L_1586)); uint32_t L_1587 = V_7; uint32_t L_1588 = V_7; V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1587<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1588>>((int32_t)22))))); uint32_t L_1589 = V_9; uint32_t L_1590 = V_5; uint32_t L_1591 = V_6; uint32_t L_1592 = V_7; uint32_t L_1593; L_1593 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_1590, L_1591, L_1592, /*hidden argument*/NULL); uint32_t* L_1594 = ___blockDWords0; int32_t L_1595 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1594, (int32_t)4))); V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1589, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1593, (int32_t)L_1595)), (int32_t)((int32_t)2053994217))))); uint32_t L_1596 = V_9; uint32_t L_1597 = V_9; uint32_t L_1598 = V_8; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1596<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((uint32_t)L_1597>>((int32_t)21))))), (int32_t)L_1598)); uint32_t L_1599 = V_6; uint32_t L_1600 = V_6; V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1599<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1600>>((int32_t)22))))); uint32_t L_1601 = V_8; uint32_t L_1602 = V_9; uint32_t L_1603 = V_5; uint32_t L_1604 = V_6; uint32_t L_1605; L_1605 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_1602, L_1603, L_1604, /*hidden argument*/NULL); uint32_t* L_1606 = ___blockDWords0; int32_t L_1607 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1606, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)4))))); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1601, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1605, (int32_t)L_1607)), (int32_t)((int32_t)2053994217))))); uint32_t L_1608 = V_8; uint32_t L_1609 = V_8; uint32_t L_1610 = V_7; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1608<<(int32_t)((int32_t)14)))|(int32_t)((int32_t)((uint32_t)L_1609>>((int32_t)18))))), (int32_t)L_1610)); uint32_t L_1611 = V_5; uint32_t L_1612 = V_5; V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1611<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1612>>((int32_t)22))))); uint32_t L_1613 = V_7; uint32_t L_1614 = V_8; uint32_t L_1615 = V_9; uint32_t L_1616 = V_5; uint32_t L_1617; L_1617 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_1614, L_1615, L_1616, /*hidden argument*/NULL); uint32_t* L_1618 = ___blockDWords0; int32_t L_1619 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1618, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)11)), (int32_t)4))))); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1613, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1617, (int32_t)L_1619)), (int32_t)((int32_t)2053994217))))); uint32_t L_1620 = V_7; uint32_t L_1621 = V_7; uint32_t L_1622 = V_6; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1620<<(int32_t)((int32_t)14)))|(int32_t)((int32_t)((uint32_t)L_1621>>((int32_t)18))))), (int32_t)L_1622)); uint32_t L_1623 = V_9; uint32_t L_1624 = V_9; V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1623<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1624>>((int32_t)22))))); uint32_t L_1625 = V_6; uint32_t L_1626 = V_7; uint32_t L_1627 = V_8; uint32_t L_1628 = V_9; uint32_t L_1629; L_1629 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_1626, L_1627, L_1628, /*hidden argument*/NULL); uint32_t* L_1630 = ___blockDWords0; int32_t L_1631 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1630, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)15)), (int32_t)4))))); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1625, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1629, (int32_t)L_1631)), (int32_t)((int32_t)2053994217))))); uint32_t L_1632 = V_6; uint32_t L_1633 = V_6; uint32_t L_1634 = V_5; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1632<<(int32_t)6))|(int32_t)((int32_t)((uint32_t)L_1633>>((int32_t)26))))), (int32_t)L_1634)); uint32_t L_1635 = V_8; uint32_t L_1636 = V_8; V_8 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1635<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1636>>((int32_t)22))))); uint32_t L_1637 = V_5; uint32_t L_1638 = V_6; uint32_t L_1639 = V_7; uint32_t L_1640 = V_8; uint32_t L_1641; L_1641 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_1638, L_1639, L_1640, /*hidden argument*/NULL); uint32_t* L_1642 = ___blockDWords0; int32_t L_1643 = *((uint32_t*)L_1642); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1637, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1641, (int32_t)L_1643)), (int32_t)((int32_t)2053994217))))); uint32_t L_1644 = V_5; uint32_t L_1645 = V_5; uint32_t L_1646 = V_9; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1644<<(int32_t)((int32_t)14)))|(int32_t)((int32_t)((uint32_t)L_1645>>((int32_t)18))))), (int32_t)L_1646)); uint32_t L_1647 = V_7; uint32_t L_1648 = V_7; V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1647<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1648>>((int32_t)22))))); uint32_t L_1649 = V_9; uint32_t L_1650 = V_5; uint32_t L_1651 = V_6; uint32_t L_1652 = V_7; uint32_t L_1653; L_1653 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_1650, L_1651, L_1652, /*hidden argument*/NULL); uint32_t* L_1654 = ___blockDWords0; int32_t L_1655 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1654, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)4))))); V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1649, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1653, (int32_t)L_1655)), (int32_t)((int32_t)2053994217))))); uint32_t L_1656 = V_9; uint32_t L_1657 = V_9; uint32_t L_1658 = V_8; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1656<<(int32_t)6))|(int32_t)((int32_t)((uint32_t)L_1657>>((int32_t)26))))), (int32_t)L_1658)); uint32_t L_1659 = V_6; uint32_t L_1660 = V_6; V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1659<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1660>>((int32_t)22))))); uint32_t L_1661 = V_8; uint32_t L_1662 = V_9; uint32_t L_1663 = V_5; uint32_t L_1664 = V_6; uint32_t L_1665; L_1665 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_1662, L_1663, L_1664, /*hidden argument*/NULL); uint32_t* L_1666 = ___blockDWords0; int32_t L_1667 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1666, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)12)), (int32_t)4))))); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1661, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1665, (int32_t)L_1667)), (int32_t)((int32_t)2053994217))))); uint32_t L_1668 = V_8; uint32_t L_1669 = V_8; uint32_t L_1670 = V_7; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1668<<(int32_t)((int32_t)9)))|(int32_t)((int32_t)((uint32_t)L_1669>>((int32_t)23))))), (int32_t)L_1670)); uint32_t L_1671 = V_5; uint32_t L_1672 = V_5; V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1671<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1672>>((int32_t)22))))); uint32_t L_1673 = V_7; uint32_t L_1674 = V_8; uint32_t L_1675 = V_9; uint32_t L_1676 = V_5; uint32_t L_1677; L_1677 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_1674, L_1675, L_1676, /*hidden argument*/NULL); uint32_t* L_1678 = ___blockDWords0; int32_t L_1679 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1678, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)4))))); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1673, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1677, (int32_t)L_1679)), (int32_t)((int32_t)2053994217))))); uint32_t L_1680 = V_7; uint32_t L_1681 = V_7; uint32_t L_1682 = V_6; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1680<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((uint32_t)L_1681>>((int32_t)20))))), (int32_t)L_1682)); uint32_t L_1683 = V_9; uint32_t L_1684 = V_9; V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1683<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1684>>((int32_t)22))))); uint32_t L_1685 = V_6; uint32_t L_1686 = V_7; uint32_t L_1687 = V_8; uint32_t L_1688 = V_9; uint32_t L_1689; L_1689 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_1686, L_1687, L_1688, /*hidden argument*/NULL); uint32_t* L_1690 = ___blockDWords0; int32_t L_1691 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1690, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)13)), (int32_t)4))))); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1685, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1689, (int32_t)L_1691)), (int32_t)((int32_t)2053994217))))); uint32_t L_1692 = V_6; uint32_t L_1693 = V_6; uint32_t L_1694 = V_5; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1692<<(int32_t)((int32_t)9)))|(int32_t)((int32_t)((uint32_t)L_1693>>((int32_t)23))))), (int32_t)L_1694)); uint32_t L_1695 = V_8; uint32_t L_1696 = V_8; V_8 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1695<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1696>>((int32_t)22))))); uint32_t L_1697 = V_5; uint32_t L_1698 = V_6; uint32_t L_1699 = V_7; uint32_t L_1700 = V_8; uint32_t L_1701; L_1701 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_1698, L_1699, L_1700, /*hidden argument*/NULL); uint32_t* L_1702 = ___blockDWords0; int32_t L_1703 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1702, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)9)), (int32_t)4))))); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1697, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1701, (int32_t)L_1703)), (int32_t)((int32_t)2053994217))))); uint32_t L_1704 = V_5; uint32_t L_1705 = V_5; uint32_t L_1706 = V_9; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1704<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((uint32_t)L_1705>>((int32_t)20))))), (int32_t)L_1706)); uint32_t L_1707 = V_7; uint32_t L_1708 = V_7; V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1707<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1708>>((int32_t)22))))); uint32_t L_1709 = V_9; uint32_t L_1710 = V_5; uint32_t L_1711 = V_6; uint32_t L_1712 = V_7; uint32_t L_1713; L_1713 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_1710, L_1711, L_1712, /*hidden argument*/NULL); uint32_t* L_1714 = ___blockDWords0; int32_t L_1715 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1714, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)7), (int32_t)4))))); V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1709, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1713, (int32_t)L_1715)), (int32_t)((int32_t)2053994217))))); uint32_t L_1716 = V_9; uint32_t L_1717 = V_9; uint32_t L_1718 = V_8; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1716<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_1717>>((int32_t)27))))), (int32_t)L_1718)); uint32_t L_1719 = V_6; uint32_t L_1720 = V_6; V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1719<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1720>>((int32_t)22))))); uint32_t L_1721 = V_8; uint32_t L_1722 = V_9; uint32_t L_1723 = V_5; uint32_t L_1724 = V_6; uint32_t L_1725; L_1725 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_1722, L_1723, L_1724, /*hidden argument*/NULL); uint32_t* L_1726 = ___blockDWords0; int32_t L_1727 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1726, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)10)), (int32_t)4))))); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1721, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1725, (int32_t)L_1727)), (int32_t)((int32_t)2053994217))))); uint32_t L_1728 = V_8; uint32_t L_1729 = V_8; uint32_t L_1730 = V_7; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1728<<(int32_t)((int32_t)15)))|(int32_t)((int32_t)((uint32_t)L_1729>>((int32_t)17))))), (int32_t)L_1730)); uint32_t L_1731 = V_5; uint32_t L_1732 = V_5; V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1731<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1732>>((int32_t)22))))); uint32_t L_1733 = V_7; uint32_t L_1734 = V_8; uint32_t L_1735 = V_9; uint32_t L_1736 = V_5; uint32_t L_1737; L_1737 = RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736(L_1734, L_1735, L_1736, /*hidden argument*/NULL); uint32_t* L_1738 = ___blockDWords0; int32_t L_1739 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1738, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)14)), (int32_t)4))))); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1733, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1737, (int32_t)L_1739)), (int32_t)((int32_t)2053994217))))); uint32_t L_1740 = V_7; uint32_t L_1741 = V_7; uint32_t L_1742 = V_6; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1740<<(int32_t)8))|(int32_t)((int32_t)((uint32_t)L_1741>>((int32_t)24))))), (int32_t)L_1742)); uint32_t L_1743 = V_9; uint32_t L_1744 = V_9; V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1743<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1744>>((int32_t)22))))); uint32_t L_1745 = V_6; uint32_t L_1746 = V_7; uint32_t L_1747 = V_8; uint32_t L_1748 = V_9; uint32_t L_1749; L_1749 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_1746, L_1747, L_1748, /*hidden argument*/NULL); uint32_t* L_1750 = ___blockDWords0; int32_t L_1751 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1750, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)12)), (int32_t)4))))); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1745, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1749, (int32_t)L_1751)))); uint32_t L_1752 = V_6; uint32_t L_1753 = V_6; uint32_t L_1754 = V_5; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1752<<(int32_t)8))|(int32_t)((int32_t)((uint32_t)L_1753>>((int32_t)24))))), (int32_t)L_1754)); uint32_t L_1755 = V_8; uint32_t L_1756 = V_8; V_8 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1755<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1756>>((int32_t)22))))); uint32_t L_1757 = V_5; uint32_t L_1758 = V_6; uint32_t L_1759 = V_7; uint32_t L_1760 = V_8; uint32_t L_1761; L_1761 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_1758, L_1759, L_1760, /*hidden argument*/NULL); uint32_t* L_1762 = ___blockDWords0; int32_t L_1763 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1762, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)15)), (int32_t)4))))); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1757, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1761, (int32_t)L_1763)))); uint32_t L_1764 = V_5; uint32_t L_1765 = V_5; uint32_t L_1766 = V_9; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1764<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_1765>>((int32_t)27))))), (int32_t)L_1766)); uint32_t L_1767 = V_7; uint32_t L_1768 = V_7; V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1767<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1768>>((int32_t)22))))); uint32_t L_1769 = V_9; uint32_t L_1770 = V_5; uint32_t L_1771 = V_6; uint32_t L_1772 = V_7; uint32_t L_1773; L_1773 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_1770, L_1771, L_1772, /*hidden argument*/NULL); uint32_t* L_1774 = ___blockDWords0; int32_t L_1775 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1774, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)10)), (int32_t)4))))); V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1769, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1773, (int32_t)L_1775)))); uint32_t L_1776 = V_9; uint32_t L_1777 = V_9; uint32_t L_1778 = V_8; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1776<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((uint32_t)L_1777>>((int32_t)20))))), (int32_t)L_1778)); uint32_t L_1779 = V_6; uint32_t L_1780 = V_6; V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1779<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1780>>((int32_t)22))))); uint32_t L_1781 = V_8; uint32_t L_1782 = V_9; uint32_t L_1783 = V_5; uint32_t L_1784 = V_6; uint32_t L_1785; L_1785 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_1782, L_1783, L_1784, /*hidden argument*/NULL); uint32_t* L_1786 = ___blockDWords0; int32_t L_1787 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1786, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)4))))); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1781, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1785, (int32_t)L_1787)))); uint32_t L_1788 = V_8; uint32_t L_1789 = V_8; uint32_t L_1790 = V_7; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1788<<(int32_t)((int32_t)9)))|(int32_t)((int32_t)((uint32_t)L_1789>>((int32_t)23))))), (int32_t)L_1790)); uint32_t L_1791 = V_5; uint32_t L_1792 = V_5; V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1791<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1792>>((int32_t)22))))); uint32_t L_1793 = V_7; uint32_t L_1794 = V_8; uint32_t L_1795 = V_9; uint32_t L_1796 = V_5; uint32_t L_1797; L_1797 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_1794, L_1795, L_1796, /*hidden argument*/NULL); uint32_t* L_1798 = ___blockDWords0; int32_t L_1799 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1798, (int32_t)4))); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1793, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1797, (int32_t)L_1799)))); uint32_t L_1800 = V_7; uint32_t L_1801 = V_7; uint32_t L_1802 = V_6; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1800<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((uint32_t)L_1801>>((int32_t)20))))), (int32_t)L_1802)); uint32_t L_1803 = V_9; uint32_t L_1804 = V_9; V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1803<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1804>>((int32_t)22))))); uint32_t L_1805 = V_6; uint32_t L_1806 = V_7; uint32_t L_1807 = V_8; uint32_t L_1808 = V_9; uint32_t L_1809; L_1809 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_1806, L_1807, L_1808, /*hidden argument*/NULL); uint32_t* L_1810 = ___blockDWords0; int32_t L_1811 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1810, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)4))))); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1805, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1809, (int32_t)L_1811)))); uint32_t L_1812 = V_6; uint32_t L_1813 = V_6; uint32_t L_1814 = V_5; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1812<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_1813>>((int32_t)27))))), (int32_t)L_1814)); uint32_t L_1815 = V_8; uint32_t L_1816 = V_8; V_8 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1815<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1816>>((int32_t)22))))); uint32_t L_1817 = V_5; uint32_t L_1818 = V_6; uint32_t L_1819 = V_7; uint32_t L_1820 = V_8; uint32_t L_1821; L_1821 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_1818, L_1819, L_1820, /*hidden argument*/NULL); uint32_t* L_1822 = ___blockDWords0; int32_t L_1823 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1822, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)8), (int32_t)4))))); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1817, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1821, (int32_t)L_1823)))); uint32_t L_1824 = V_5; uint32_t L_1825 = V_5; uint32_t L_1826 = V_9; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1824<<(int32_t)((int32_t)14)))|(int32_t)((int32_t)((uint32_t)L_1825>>((int32_t)18))))), (int32_t)L_1826)); uint32_t L_1827 = V_7; uint32_t L_1828 = V_7; V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1827<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1828>>((int32_t)22))))); uint32_t L_1829 = V_9; uint32_t L_1830 = V_5; uint32_t L_1831 = V_6; uint32_t L_1832 = V_7; uint32_t L_1833; L_1833 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_1830, L_1831, L_1832, /*hidden argument*/NULL); uint32_t* L_1834 = ___blockDWords0; int32_t L_1835 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1834, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)7), (int32_t)4))))); V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1829, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1833, (int32_t)L_1835)))); uint32_t L_1836 = V_9; uint32_t L_1837 = V_9; uint32_t L_1838 = V_8; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1836<<(int32_t)6))|(int32_t)((int32_t)((uint32_t)L_1837>>((int32_t)26))))), (int32_t)L_1838)); uint32_t L_1839 = V_6; uint32_t L_1840 = V_6; V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1839<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1840>>((int32_t)22))))); uint32_t L_1841 = V_8; uint32_t L_1842 = V_9; uint32_t L_1843 = V_5; uint32_t L_1844 = V_6; uint32_t L_1845; L_1845 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_1842, L_1843, L_1844, /*hidden argument*/NULL); uint32_t* L_1846 = ___blockDWords0; int32_t L_1847 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1846, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)4))))); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1841, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1845, (int32_t)L_1847)))); uint32_t L_1848 = V_8; uint32_t L_1849 = V_8; uint32_t L_1850 = V_7; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1848<<(int32_t)8))|(int32_t)((int32_t)((uint32_t)L_1849>>((int32_t)24))))), (int32_t)L_1850)); uint32_t L_1851 = V_5; uint32_t L_1852 = V_5; V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1851<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1852>>((int32_t)22))))); uint32_t L_1853 = V_7; uint32_t L_1854 = V_8; uint32_t L_1855 = V_9; uint32_t L_1856 = V_5; uint32_t L_1857; L_1857 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_1854, L_1855, L_1856, /*hidden argument*/NULL); uint32_t* L_1858 = ___blockDWords0; int32_t L_1859 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1858, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)4))))); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1853, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1857, (int32_t)L_1859)))); uint32_t L_1860 = V_7; uint32_t L_1861 = V_7; uint32_t L_1862 = V_6; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1860<<(int32_t)((int32_t)13)))|(int32_t)((int32_t)((uint32_t)L_1861>>((int32_t)19))))), (int32_t)L_1862)); uint32_t L_1863 = V_9; uint32_t L_1864 = V_9; V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1863<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1864>>((int32_t)22))))); uint32_t L_1865 = V_6; uint32_t L_1866 = V_7; uint32_t L_1867 = V_8; uint32_t L_1868 = V_9; uint32_t L_1869; L_1869 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_1866, L_1867, L_1868, /*hidden argument*/NULL); uint32_t* L_1870 = ___blockDWords0; int32_t L_1871 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1870, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)13)), (int32_t)4))))); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1865, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1869, (int32_t)L_1871)))); uint32_t L_1872 = V_6; uint32_t L_1873 = V_6; uint32_t L_1874 = V_5; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1872<<(int32_t)6))|(int32_t)((int32_t)((uint32_t)L_1873>>((int32_t)26))))), (int32_t)L_1874)); uint32_t L_1875 = V_8; uint32_t L_1876 = V_8; V_8 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1875<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1876>>((int32_t)22))))); uint32_t L_1877 = V_5; uint32_t L_1878 = V_6; uint32_t L_1879 = V_7; uint32_t L_1880 = V_8; uint32_t L_1881; L_1881 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_1878, L_1879, L_1880, /*hidden argument*/NULL); uint32_t* L_1882 = ___blockDWords0; int32_t L_1883 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1882, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)14)), (int32_t)4))))); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1877, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1881, (int32_t)L_1883)))); uint32_t L_1884 = V_5; uint32_t L_1885 = V_5; uint32_t L_1886 = V_9; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1884<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_1885>>((int32_t)27))))), (int32_t)L_1886)); uint32_t L_1887 = V_7; uint32_t L_1888 = V_7; V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1887<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1888>>((int32_t)22))))); uint32_t L_1889 = V_9; uint32_t L_1890 = V_5; uint32_t L_1891 = V_6; uint32_t L_1892 = V_7; uint32_t L_1893; L_1893 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_1890, L_1891, L_1892, /*hidden argument*/NULL); uint32_t* L_1894 = ___blockDWords0; int32_t L_1895 = *((uint32_t*)L_1894); V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1889, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1893, (int32_t)L_1895)))); uint32_t L_1896 = V_9; uint32_t L_1897 = V_9; uint32_t L_1898 = V_8; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1896<<(int32_t)((int32_t)15)))|(int32_t)((int32_t)((uint32_t)L_1897>>((int32_t)17))))), (int32_t)L_1898)); uint32_t L_1899 = V_6; uint32_t L_1900 = V_6; V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1899<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1900>>((int32_t)22))))); uint32_t L_1901 = V_8; uint32_t L_1902 = V_9; uint32_t L_1903 = V_5; uint32_t L_1904 = V_6; uint32_t L_1905; L_1905 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_1902, L_1903, L_1904, /*hidden argument*/NULL); uint32_t* L_1906 = ___blockDWords0; int32_t L_1907 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1906, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)4))))); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1901, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1905, (int32_t)L_1907)))); uint32_t L_1908 = V_8; uint32_t L_1909 = V_8; uint32_t L_1910 = V_7; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1908<<(int32_t)((int32_t)13)))|(int32_t)((int32_t)((uint32_t)L_1909>>((int32_t)19))))), (int32_t)L_1910)); uint32_t L_1911 = V_5; uint32_t L_1912 = V_5; V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1911<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1912>>((int32_t)22))))); uint32_t L_1913 = V_7; uint32_t L_1914 = V_8; uint32_t L_1915 = V_9; uint32_t L_1916 = V_5; uint32_t L_1917; L_1917 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_1914, L_1915, L_1916, /*hidden argument*/NULL); uint32_t* L_1918 = ___blockDWords0; int32_t L_1919 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1918, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)9)), (int32_t)4))))); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1913, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1917, (int32_t)L_1919)))); uint32_t L_1920 = V_7; uint32_t L_1921 = V_7; uint32_t L_1922 = V_6; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1920<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((uint32_t)L_1921>>((int32_t)21))))), (int32_t)L_1922)); uint32_t L_1923 = V_9; uint32_t L_1924 = V_9; V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1923<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1924>>((int32_t)22))))); uint32_t L_1925 = V_6; uint32_t L_1926 = V_7; uint32_t L_1927 = V_8; uint32_t L_1928 = V_9; uint32_t L_1929; L_1929 = RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C(L_1926, L_1927, L_1928, /*hidden argument*/NULL); uint32_t* L_1930 = ___blockDWords0; int32_t L_1931 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1930, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)11)), (int32_t)4))))); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1925, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1929, (int32_t)L_1931)))); uint32_t L_1932 = V_6; uint32_t L_1933 = V_6; uint32_t L_1934 = V_5; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1932<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((uint32_t)L_1933>>((int32_t)21))))), (int32_t)L_1934)); uint32_t L_1935 = V_8; uint32_t L_1936 = V_8; V_8 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1935<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_1936>>((int32_t)22))))); uint32_t L_1937 = V_8; uint32_t L_1938 = V_2; uint32_t* L_1939 = ___state1; int32_t L_1940 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1939, (int32_t)4))); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1937, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1938, (int32_t)L_1940)))); uint32_t* L_1941 = ___state1; uint32_t* L_1942 = ___state1; int32_t L_1943 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1942, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)4))))); uint32_t L_1944 = V_3; uint32_t L_1945 = V_9; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1941, (int32_t)4))) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1943, (int32_t)L_1944)), (int32_t)L_1945)); uint32_t* L_1946 = ___state1; uint32_t* L_1947 = ___state1; int32_t L_1948 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1947, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)4))))); uint32_t L_1949 = V_4; uint32_t L_1950 = V_5; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1946, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)4))))) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1948, (int32_t)L_1949)), (int32_t)L_1950)); uint32_t* L_1951 = ___state1; uint32_t* L_1952 = ___state1; int32_t L_1953 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1952, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)4))))); uint32_t L_1954 = V_0; uint32_t L_1955 = V_6; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1951, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)4))))) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1953, (int32_t)L_1954)), (int32_t)L_1955)); uint32_t* L_1956 = ___state1; uint32_t* L_1957 = ___state1; int32_t L_1958 = *((uint32_t*)L_1957); uint32_t L_1959 = V_1; uint32_t L_1960 = V_7; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1956, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)4))))) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1958, (int32_t)L_1959)), (int32_t)L_1960)); uint32_t* L_1961 = ___state1; uint32_t L_1962 = V_8; *((int32_t*)L_1961) = (int32_t)L_1962; return; } } // System.UInt32 System.Security.Cryptography.RIPEMD160Managed::F(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_F_m448A9F1E362CC3B70EFA6B1D98DD68DAEACC787C (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) { { uint32_t L_0 = ___x0; uint32_t L_1 = ___y1; uint32_t L_2 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0^(int32_t)L_1))^(int32_t)L_2)); } } // System.UInt32 System.Security.Cryptography.RIPEMD160Managed::G(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_G_mD58EBA0D492402597AE0A222E23982636989B736 (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) { { uint32_t L_0 = ___x0; uint32_t L_1 = ___y1; uint32_t L_2 = ___x0; uint32_t L_3 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))|(int32_t)((int32_t)((int32_t)((~L_2))&(int32_t)L_3)))); } } // System.UInt32 System.Security.Cryptography.RIPEMD160Managed::H(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_H_mA9AB5E3E6EA264351723F2DDDB9A62A458395FEE (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) { { uint32_t L_0 = ___x0; uint32_t L_1 = ___y1; uint32_t L_2 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0|(int32_t)((~L_1))))^(int32_t)L_2)); } } // System.UInt32 System.Security.Cryptography.RIPEMD160Managed::I(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_I_m28C2C47B155EEFBC3646A8A3BBD309DF45C5E31D (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) { { uint32_t L_0 = ___x0; uint32_t L_1 = ___z2; uint32_t L_2 = ___y1; uint32_t L_3 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))|(int32_t)((int32_t)((int32_t)L_2&(int32_t)((~L_3)))))); } } // System.UInt32 System.Security.Cryptography.RIPEMD160Managed::J(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_J_mE9700A6A9B8E30C3A773F9EE38AE81680DFC1FF8 (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) { { uint32_t L_0 = ___x0; uint32_t L_1 = ___y1; uint32_t L_2 = ___z2; return ((int32_t)((int32_t)L_0^(int32_t)((int32_t)((int32_t)L_1|(int32_t)((~L_2)))))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD OperationCanceledException_get_CancellationToken_m1755384EF3D1F01B524D2B545723709D5B3487DA_inline (OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB * __this, const RuntimeMethod* method) { { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = __this->get__cancellationToken_17(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * Task_get_InternalCurrent_m557FDDC9AA0F289D2E00266B3E231DF5299A719D_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_0 = ((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var))->get_t_currentTask_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * TaskScheduler_get_Default_m3FAE18B08A620C75BF0256917EFB236D30AB6BCB_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_0 = ((TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var))->get_s_defaultTaskScheduler_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ParallelOptions_get_MaxDegreeOfParallelism_mB3559A2C68FAAF9BFA79EEBB117ED6FAD22F0F79_inline (ParallelOptions_t905EF4040A9B5D5AAA68ACAA49E27208B149244C * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_maxDegreeOfParallelism_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FormatParam_get_Int32_mB6D8191C0C5033625731FE5C94247D03C1D78C66_inline (FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__int32_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Path_get_DirectorySeparatorCharAsString_mC3EDD6ADB4EDFDB3A359E8434CA4F40491A60430_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_0 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline (intptr_t* __this, const RuntimeMethod* method) { { intptr_t L_0 = *__this; return (void*)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method) { { void* L_0 = ___value0; *__this = ((intptr_t)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t RuntimePropertyHandle_get_Value_m084C9F03C43A5256299155C48BB12182DC7D7522_inline (RuntimePropertyHandle_t843D2A2D5C9669456565E0F68CD088C7503CDAF0 * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_value_0(); return (intptr_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t RuntimeTypeHandle_get_Value_m78299A03EF551606AEA2F77C9ECEE38E1D741885_inline (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_value_0(); return (intptr_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__key_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* Array_Empty_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m4B65C10F11A56C51206C1894D604C9CB51DF08CF_gshared_inline (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ((EmptyArray_1_t8C9D46673F64ABE360DE6F02C2BA0A5566DC9FDC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0(); return (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)L_0; } }