#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include #include "icalls/mscorlib/Mono/SafeStringMarshal.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 VirtualActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void 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); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; 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); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; 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); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // 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_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.EventHandler`1 struct EventHandler_1_tFA1C30E54FA1061D79E711F65F9A174BFBD8CDCB; // System.EventHandler`1 struct EventHandler_1_t1C27C79D0946B5B6968F4A351CFED838F67D7517; // System.Func`1 struct Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t24DC43D57AB022882FE433E3B16B6D7E4BD14BB4; // System.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C; // System.Func`2 struct Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.IList`1 struct IList_1_t707982BD768B18C51D263C759F33BCDBDFA44901; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t61F8738ED346768CC112B2E27863BF9F73C76D90; // System.Collections.Generic.List`1 struct List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544; // System.Collections.Generic.List`1 struct List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD; // System.Threading.SparselyPopulatedArrayFragment`1 struct SparselyPopulatedArrayFragment_1_t93197EF47D6A025755987003D5D62F3AED371C21; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t069438A73348A2B1B34A2C68E0478EE107ECCFC7; // System.Threading.Tasks.Task`1 struct Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849; // System.Threading.Tasks.Task`1 struct Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t17EEB7B2EDD3CB5222C660D7E739F803986BF025; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tABFC31237D6642B5D4C1DBA234CA37EE851EB0AE; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // Mono.Globalization.Unicode.Contraction[] struct ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499; // Mono.Globalization.Unicode.Level2Map[] struct Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF; // System.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; // Mono.Globalization.Unicode.CodePointIndexer/TableRange[] struct TableRangeU5BU5D_t529A3048AC157A0702514DB337164442AF1530C7; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // Mono.Security.ASN1 struct ASN1_t517C1E52F12F8CBFE4C802915DC4F1DB70F83633; // 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.Reflection.Assembly struct Assembly_t; // System.Reflection.AssemblyName struct AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824; // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F; // System.Security.Cryptography.AsymmetricSignatureDeformatter struct AsymmetricSignatureDeformatter_t4E346B5F7ADCD7E90FBD28DBDB9E540A1D11D033; // System.Security.Cryptography.AsymmetricSignatureFormatter struct AsymmetricSignatureFormatter_t2B6B3B1EBAAC2F3C07900B476C8F1497E383A13B; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // Mono.Math.BigInteger struct BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00; // System.Runtime.Serialization.Formatters.Binary.BinaryArray struct BinaryArray_t6603AC233467782A5E28AB2AC96470F7AB4C56AA; // System.Runtime.Serialization.Formatters.Binary.BinaryAssembly struct BinaryAssembly_t084E6A060EC9651DEB57610DC7F91E5B0C8558AC; // System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo struct BinaryAssemblyInfo_t2F2D82DE14955BEF2CB536FA3DA27D972DE5DA8A; // System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString struct BinaryCrossAppDomainString_t4B871A899F78A0E226EBC457B9BE8CD80404023C; // System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall struct BinaryMethodCall_t6C9A891C2F2C5ADE2B92E92E750199C6E3DB388F; // System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn struct BinaryMethodReturn_tA3E6AC66FAFEC515B05A7E7906FDD07AE81892E9; // System.Runtime.Serialization.Formatters.Binary.BinaryObject struct BinaryObject_t179888868BBFFD7F11C98DD08CE4726CDBF59324; // System.Runtime.Serialization.Formatters.Binary.BinaryObjectString struct BinaryObjectString_tEBEB23385A27BFF0830A57405CA995FAC5597E23; // System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap struct BinaryObjectWithMap_tAF07B3CC8435C7A42CE2C5AA83B111FB69F9AB23; // System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped struct BinaryObjectWithMapTyped_t86A1FF94CE066CC5C6CA0B0BE0A472870A58491B; // System.IO.BinaryReader struct BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128; // System.IO.BinaryWriter struct BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Threading.CancellationCallbackInfo struct CancellationCallbackInfo_t7FC8CF6DB4845FCB0138771E86AE058710B1117B; // System.Threading.CancellationTokenSource struct CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3; // System.Security.CodeAccessPermission struct CodeAccessPermission_t7C1071DF7520461EC0D3DC70980DADFFCE5701D3; // Mono.Globalization.Unicode.CodePointIndexer struct CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Reflection.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B; // System.Runtime.Remoting.Contexts.Context struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B; // System.Runtime.Remoting.Contexts.ContextCallbackObject struct ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B; // Mono.Globalization.Unicode.Contraction struct Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA; // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection struct DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Runtime.Remoting.EnvoyInfo struct EnvoyInfo_t08D466663AC843177F6D13F924558D6519BF500E; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA; // System.Threading.EventWaitHandle struct EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C; // System.Exception struct Exception_t; // System.Reflection.FieldInfo struct FieldInfo_t; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Runtime.CompilerServices.IAsyncStateMachine struct IAsyncStateMachine_tAE063F84A60E1058FCA4E3EA9F555D3462641F7D; // System.Runtime.Remoting.IChannelInfo struct IChannelInfo_t83FAE2C34F782234F4D52E0B8D6F8EDE5A3B39D3; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Runtime.Remoting.Activation.IConstructionCallMessage struct IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // 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.Runtime.Remoting.Lifetime.ILease struct ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959; // System.Runtime.Remoting.Messaging.IMessage struct IMessage_tFB62BF93B045EA3FA0278D55C5044B322E7B4545; // System.Runtime.Remoting.Messaging.IMessageCtrl struct IMessageCtrl_t343815B567A7293C85B61753266DCF852EB1748F; // System.Runtime.Remoting.Messaging.IMessageSink struct IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F; // System.Security.IPermission struct IPermission_tED4721D1396FA394EC9B40045F9DF423C452E252; // System.Runtime.Remoting.IRemotingTypeInfo struct IRemotingTypeInfo_t551E06F9B9BF8173F2A95347C73C027BAF78B61E; // System.Threading.IThreadPoolWorkItem struct IThreadPoolWorkItem_t03798D5DAC916ADE8FBCBF44C0FD3C307C571C36; // System.Runtime.Remoting.Identity struct Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Runtime.Remoting.Lifetime.Lease struct Lease_tA878061ECC9A466127F00ACF5568EAB267E05641; // Mono.Globalization.Unicode.Level2Map struct Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C; // System.LocalDataStoreHolder struct LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146; // System.LocalDataStoreMgr struct LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped struct MemberPrimitiveTyped_tCBCE9EFECA16A568F64E05D81D6672069E511965; // System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped struct MemberPrimitiveUnTyped_t8674B07D14F272D23EE081754ED4B2B3D3BA640A; // System.Runtime.Serialization.Formatters.Binary.MemberReference struct MemberReference_t444F997A7AB1565CAD1EBBC32FF38C07198E202B; // System.Runtime.Serialization.Formatters.Binary.MessageEnd struct MessageEnd_t5ABEBF8373F2611EE966CE6F17A1145D4DDEB9CB; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.Module struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7; // System.MonoTypeInfo struct MonoTypeInfo_tD048FE6E8A79174435DD9BA986294B02C68DFC79; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.Runtime.Remoting.ObjRef struct ObjRef_t10D53E2178851535F38935DC53B48634063C84D3; // System.ObjectDisposedException struct ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A; // System.Runtime.Serialization.Formatters.Binary.ObjectNull struct ObjectNull_t0854517B956008C029C56E58BD9F3F26C2862CA4; // System.Runtime.Serialization.Formatters.Binary.ObjectReader struct ObjectReader_t5F7C1222253B9F7FBFC6D74D444FF7AF9A6A4152; // System.Runtime.Serialization.Formatters.Binary.ObjectWriter struct ObjectWriter_tAA3940C8530BC74389BC0997DC85C6ABCD2CC40F; // System.Runtime.Serialization.Formatters.Binary.ParseRecord struct ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413; // Mono.Math.Prime.PrimalityTest struct PrimalityTest_tACCB9F1C059A66CADCC2AB71638267E2487F06AF; // Mono.Math.Prime.Generator.PrimeGeneratorBase struct PrimeGeneratorBase_t214EED83211E78637C0C5E5A1EB42A3A073BB106; // System.Collections.Queue struct Queue_t66723C58C7422102C36F8570BE048BD0CC489E52; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // System.Runtime.Remoting.Proxies.RealProxy struct RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744; // System.Reflection.RtFieldInfo struct RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179; // System.Reflection.RuntimeConstructorInfo struct RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB; // System.Reflection.RuntimeFieldInfo struct RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C; // System.RuntimeType struct RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07; // System.Security.Cryptography.SHA1 struct SHA1_t15B592B9935E19EC3FD5679B969239AC572E2C0E; // System.Security.Cryptography.SHA1Managed struct SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4; // System.Security.Cryptography.SHA256 struct SHA256_t7F98FBD5AA9E2F4AC1A5C13FF7122AFF1A920452; // System.Security.Cryptography.SHA256Managed struct SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B; // System.Security.Cryptography.SHA384 struct SHA384_t9B79EB51A9026A16B0D6F9A306724FE4D3D3A9E9; // System.Security.Cryptography.SHA384Managed struct SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA; // System.Security.Cryptography.SHA512 struct SHA512_tCF17311CCA734D60E55D2A03356FC9BFF4B040F8; // System.Security.Cryptography.SHA512Managed struct SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD; // System.STAThreadAttribute struct STAThreadAttribute_t8B4D8EA9819CF25BE5B501A9482A670717F41702; // Mono.Security.X509.SafeBag struct SafeBag_t20542357F349958B3A667B3FD6D5672C2AFADE2D; // System.Runtime.InteropServices.SafeBuffer struct SafeBuffer_tABA0D0B754FCCF3625CD905D535296E353C630D2; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662; // Microsoft.Win32.SafeHandles.SafeFindHandle struct SafeFindHandle_t0E0D5349FC3144C1CAB2D20DCD3023B25833B8BD; // System.Runtime.InteropServices.SafeHandle struct SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B; // Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid struct SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45; // Microsoft.Win32.SafeHandles.SafeRegistryHandle struct SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545; // System.Runtime.Serialization.SafeSerializationEventArgs struct SafeSerializationEventArgs_t9127408272D435E33674CC75CBDC5124DA7F3E4A; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1; // System.Resources.SatelliteContractVersionAttribute struct SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2; // System.IO.SearchResult struct SearchResult_t01645319F2B5E9C2948FE1F409A4450F4512880A; // System.Security.SecureString struct SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94; // System.Security.SecurityDocument struct SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977; // System.Security.SecurityElement struct SecurityElement_tB9682077760936136392270197F642224B2141CC; // System.Security.SecurityException struct SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769; // Mono.Xml.SecurityParser struct SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118; // System.Security.Permissions.SecurityPermission struct SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315; // System.Threading.SemaphoreFullException struct SemaphoreFullException_tEC3066DE47D27E7FFEDFB57703A17E44A6F4A741; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Threading.SendOrPostCallback struct SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C; // Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase struct SequentialSearchPrimeGeneratorBase_tA8F49F8D3052B1EA430CA0166445ED3773A710FE; // System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache struct SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB; // System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit struct SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D; // System.Runtime.Serialization.Formatters.Binary.SerStack struct SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC; // System.SerializableAttribute struct SerializableAttribute_t80789FFA2FC65374560ADA1CE7D29F3849AE9052; // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8; // System.Runtime.Serialization.SerializationEventHandler struct SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1; // System.Runtime.Serialization.SerializationEvents struct SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8; // System.Runtime.Serialization.SerializationException struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92; // System.Runtime.Serialization.SerializationFieldInfo struct SerializationFieldInfo_t0D5EE593AFBF37E72513E2979070B344BCBD8C55; // System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord struct SerializationHeaderRecord_t58AFB2ADC0098B395661EE07EC90016CAA2F06D4; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6; // System.Runtime.Serialization.SerializationObjectManager struct SerializationObjectManager_tAFED170719CB3FFDB1C60D3686DC22652E907042; // System.Runtime.Remoting.Messaging.ServerContextTerminatorSink struct ServerContextTerminatorSink_tF81B52ADB90680F07EDA7E0078AEB525E500A1E7; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8; // System.Runtime.Remoting.Messaging.ServerObjectReplySink struct ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63; // System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink struct ServerObjectTerminatorSink_t903831C8E5FC8C991C82B539937F878ECD96CB9F; // System.SharedStatics struct SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70; // System.Security.Cryptography.SignatureDescription struct SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A; // Mono.Globalization.Unicode.SimpleCollator struct SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266; // System.Runtime.Serialization.Formatters.Binary.SizedArray struct SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42; // Mono.Xml.SmallXmlParser struct SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7; // System.Globalization.SortKey struct SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52; // Mono.Globalization.Unicode.SortKeyBuffer struct SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE; // System.Collections.Stack struct Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8; // System.Threading.Tasks.StackGuard struct StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.IO.StringReader struct StringReader_t74E352C280EAC22C878867444978741F19E1F895; // System.Reflection.StrongNameKeyPair struct StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62; // Mono.Globalization.Unicode.TailoringInfo struct TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A; // 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.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F; // System.Type struct Type_t; // System.Reflection.TypeFilter struct TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3; // System.Runtime.Remoting.TypeInfo struct TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46; // System.Runtime.Serialization.Formatters.Binary.TypeInformation struct TypeInformation_t3503150669B72C7392EACBC8F63F3E0392C3B34B; // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Security.XmlSyntaxException struct XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47; // System.Runtime.Serialization.Formatters.Binary.__BinaryParser struct __BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66; // System.Runtime.Serialization.Formatters.Binary.__BinaryWriter struct __BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C; // System.Runtime.Remoting.Lifetime.Lease/RenewalDelegate struct RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7; // Mono.RuntimeStructs/GPtrArray struct GPtrArray_t481A0359CDF30AF32FB5B6D0DDBA2C26F55E3555; // System.Security.SecurityElement/SecurityAttribute struct SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232; // System.Threading.SemaphoreSlim/TaskNode struct TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E; // Mono.Xml.SmallXmlParser/AttrListImpl struct AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA; // Mono.Xml.SmallXmlParser/IAttrList struct IAttrList_tB08E93C160C8FF2AAE53C3C2F7557421B6BD5CEC; // Mono.Xml.SmallXmlParser/IContentHandler struct IContentHandler_t4DCBE1BBF3C625846A210931388615BFCCF7AA25; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0; // System.Security.Util.Tokenizer/StringMaker struct StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08; // Microsoft.Win32.Win32Native/WIN32_FIND_DATA struct WIN32_FIND_DATA_tE88493B22E1CDD2E595CA4F800949555399AB3C7; IL2CPP_EXTERN_C RuntimeClass* Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC_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* AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsymmetricSignatureDeformatter_t4E346B5F7ADCD7E90FBD28DBDB9E540A1D11D033_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsymmetricSignatureFormatter_t2B6B3B1EBAAC2F3C07900B476C8F1497E383A13B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_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* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_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* ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnvoyInfo_t08D466663AC843177F6D13F924558D6519BF500E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatterServices_t346CDF3874B4B34E7FFFCA2288D9AB1492F6A21C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_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* IAttrList_tB08E93C160C8FF2AAE53C3C2F7557421B6BD5CEC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t2DC97C7D486BF9E077C2BC2E517E434F393AA76E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISafeSerializationData_t9EC67E74116A2A132D0C94669ACA99DCA5F8EE6A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_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* Lease_tA878061ECC9A466127F00ACF5568EAB267E05641_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoIO_t0C62EC04843C9D276C9DFB8B12D9D1FD8F81B24B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_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* RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SHA256_t7F98FBD5AA9E2F4AC1A5C13FF7122AFF1A920452_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SHA384_t9B79EB51A9026A16B0D6F9A306724FE4D3D3A9E9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SHA512_tCF17311CCA734D60E55D2A03356FC9BFF4B040F8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SafeSerializationEventArgs_t9127408272D435E33674CC75CBDC5124DA7F3E4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityPermissionFlag_t71422F8124CB8E8CCDB0559BC3A517794D712C19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SemaphoreFullException_tEC3066DE47D27E7FFEDFB57703A17E44A6F4A741_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringReader_t74E352C280EAC22C878867444978741F19E1F895_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* SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TrackingServices_tE9FED3B66D252F90D53A326F5A889DB465F2E474_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_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* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_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____399BD13E240F33F808CA7940293D6EC4E6FD5A00_26_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____433175D38B13FFE177FDD661A309F1B528B3F6E2_35_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____90A0542282A011472F94E97CEAE59F8B3B1A3291_82_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____BF5EB60806ECB74EE484105DD9D6F463BF994867_114_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____CE93C35B755802BC4B3D180716B048FC61701EF7_118_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral0795ACE3EC1059F91B17547E90C077F2D8F6C9A1; IL2CPP_EXTERN_C String_t* _stringLiteral0B34DFC38793BF0AF6DEA9A94F7CCB4150E999A6; IL2CPP_EXTERN_C String_t* _stringLiteral0BA14A4F5A454273A56044C8E2E8A4C2F732A70F; IL2CPP_EXTERN_C String_t* _stringLiteral1168E92C164109D6220480DEDA987085B2A21155; IL2CPP_EXTERN_C String_t* _stringLiteral17BA770D472146F14CBDE2CFF7752F076430BCBE; IL2CPP_EXTERN_C String_t* _stringLiteral1A3C1689D7EF4C5FF1B09D7ABB71ADFC0EB41EAD; IL2CPP_EXTERN_C String_t* _stringLiteral202D5AEF51C14B19CFE144337C7FDB3B9A7C7387; IL2CPP_EXTERN_C String_t* _stringLiteral20E39C3AB7068FAFD9E4B868E16D2E5BC64D4952; IL2CPP_EXTERN_C String_t* _stringLiteral222B7F4ACEDB3E8108C8F60A70D20267112F4FDB; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral2C18CAE33F84BF38B18743DA1DCA6D5A5FADA3B6; IL2CPP_EXTERN_C String_t* _stringLiteral2D09BC7AEC73A3EFD69A35BDCDD0B0E29CF848CD; IL2CPP_EXTERN_C String_t* _stringLiteral3599BCE4C3713ED65393B80811E75DA444BC8743; IL2CPP_EXTERN_C String_t* _stringLiteral36D80E119578A2CFA4813888E09DD128E6377F5C; IL2CPP_EXTERN_C String_t* _stringLiteral3B4295C94F6ABA768D4904C3FA966BF5F9497802; IL2CPP_EXTERN_C String_t* _stringLiteral3CF347907891AA1B2C298838E573708441BA0133; IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral4DA6E8EED4CDDC59AE5319CD2973E84C7E7C6D14; IL2CPP_EXTERN_C String_t* _stringLiteral561357A43AFC43D221B9F230B04E836DD73101EB; IL2CPP_EXTERN_C String_t* _stringLiteral5657B27A64DB3FCAAD03B4CA6147B5C5AA9D7AA0; IL2CPP_EXTERN_C String_t* _stringLiteral5E8864981A1D9D7DF38E3ABBDE863B7C527DFF86; IL2CPP_EXTERN_C String_t* _stringLiteral5ECE0F5586A1441C3857F2D71C7A63384ABC61FC; IL2CPP_EXTERN_C String_t* _stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97; IL2CPP_EXTERN_C String_t* _stringLiteral65003352715A7E4D1AD791BC39FAD1C1EA47DAB5; IL2CPP_EXTERN_C String_t* _stringLiteral661F0058CACF83FC657371A630D1B05AD4283099; IL2CPP_EXTERN_C String_t* _stringLiteral68C29F65E78DD6DDF73CAF45609DF3C77B3F6F78; IL2CPP_EXTERN_C String_t* _stringLiteral6AE43F7001391F81A7968495C4D130946EA3C1A4; IL2CPP_EXTERN_C String_t* _stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11; IL2CPP_EXTERN_C String_t* _stringLiteral7AE05DE7E37F7C0C46151B22648E1D7156C0F837; IL2CPP_EXTERN_C String_t* _stringLiteral801702C389E1BB48CBFA33EFC0FBC8AED9A7A0B9; IL2CPP_EXTERN_C String_t* _stringLiteral81FECCD01231D97EE6D7C17B8F5531FE1A6D533E; IL2CPP_EXTERN_C String_t* _stringLiteral848A97F7360A08955AB3B08A739AFC04D590A51A; IL2CPP_EXTERN_C String_t* _stringLiteral849859401F9633D6C558FAFFBA018F4718DAA666; IL2CPP_EXTERN_C String_t* _stringLiteral86B722D4252EEE2D48A679A0CC73715F9B989719; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E; IL2CPP_EXTERN_C String_t* _stringLiteral90D7BFE7809B32F15F0362B2DE5E5E815C3E0B25; IL2CPP_EXTERN_C String_t* _stringLiteral9AC527A8DF595B74718949B694ED69DE1F7D5017; IL2CPP_EXTERN_C String_t* _stringLiteral9FF7A8A0CF603B20A1F5510A7D95439FF5AF3A56; IL2CPP_EXTERN_C String_t* _stringLiteralA10381CB38E0E91049E1508AD6539421AB2EBC6B; IL2CPP_EXTERN_C String_t* _stringLiteralA32647E4564E7A61139D99DCABC5D2B51CE4EBA5; IL2CPP_EXTERN_C String_t* _stringLiteralA5454FE23184B1242AD621EDDE008CDD28151CD7; IL2CPP_EXTERN_C String_t* _stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07; IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; IL2CPP_EXTERN_C String_t* _stringLiteralB89A9E497FE060358B47BF674186310F20697B2E; IL2CPP_EXTERN_C String_t* _stringLiteralBC4F51A4821E029315A62676EA2F35E7F3587EDC; IL2CPP_EXTERN_C String_t* _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158; IL2CPP_EXTERN_C String_t* _stringLiteralC415CB917ADDD6A6C36AEE090430E4844D3818EF; IL2CPP_EXTERN_C String_t* _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; IL2CPP_EXTERN_C String_t* _stringLiteralC7AFC69BFA0D3853573E4A41A19EBA2C80E84642; IL2CPP_EXTERN_C String_t* _stringLiteralCA8BBDAE510BDA4DC66FE96CC00987B4107CC186; IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F; IL2CPP_EXTERN_C String_t* _stringLiteralCFC95EB9646DF0B4757C50988914497092D166DE; IL2CPP_EXTERN_C String_t* _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052; IL2CPP_EXTERN_C String_t* _stringLiteralD4F5AB3DB8A9A36171F6BAE4DC5ED6137E31D30B; IL2CPP_EXTERN_C String_t* _stringLiteralD84B473BB5751976D735301208A19BC1B2AE9200; IL2CPP_EXTERN_C String_t* _stringLiteralDD1529D74B641AB6519C5679DB4983CF2DCD11ED; IL2CPP_EXTERN_C String_t* _stringLiteralDE7270C80B176C288F0786D9BFAC99EED86E77F8; IL2CPP_EXTERN_C String_t* _stringLiteralDEB2ED530C7D4900E96408253EFCB69D8279D13D; IL2CPP_EXTERN_C String_t* _stringLiteralE132EE424C20BA450E30E9FE0BA4CA35C197C729; IL2CPP_EXTERN_C String_t* _stringLiteralE44B786C5DBF9C12544D53D2BB887CAA242494AA; IL2CPP_EXTERN_C String_t* _stringLiteralE69C7D65DA16F4E39011325723CA366807224D8B; IL2CPP_EXTERN_C String_t* _stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB; IL2CPP_EXTERN_C String_t* _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331; IL2CPP_EXTERN_C String_t* _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5; IL2CPP_EXTERN_C String_t* _stringLiteralF33EF04E494FE5A1D407AC5AA81E37B9E664F34D; IL2CPP_EXTERN_C String_t* _stringLiteralF38A21D6DC604FA202E5D891249CB423358A5147; IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7; IL2CPP_EXTERN_C String_t* _stringLiteralF9728CDAA55F0937D907D61236DFF919D10C776C; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_mBC561A7D3C58F7050164F12545143B38F27A0ACE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F_m742C2693BD79D2C80E8CDEB1F156696C520D77FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m6271C6DBE85B91D9D221CD190207C8DC3EA02A07_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m5ACCDEFD19981B66E025843F1A5FA65E28CD9655_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m4B65B523A8B8FBB5274DC165F432DB4A76D64405_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m12D15059187064926CD935FC89749E0A8BD52729_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mE1EA1831B6EF3BA9C2F807622B58DA3A0605B912_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m89414B3B26724F55CD66EA1C78084039B49762EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m6525F1306D032D73088A34485FB44A73017D8ECB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m645AB2795578AB0ED982C4DB9540C75E1A9729EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventHandler_1_Invoke_mCE907C9BBB836F3C3C93DCBB6587A9604230B644_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mC79BE811CB4BF9FE0C933D8CC01BCB6C5F1EAC8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m141708E738EB3917E44A653E8A6AB2E970F7B401_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Reverse_m1A41EA641D3493371E03F51AFBA8CFBDB7C88025_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m3C888313B73CFAA9196022BCADD304B04ED400D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mEBDEAE2CB37171E654950F70EDAB1B93AD01CB64_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SHA1Managed__ctor_m13241F68BA51EA3B2D8ED33957BD60465978782C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SHA256Managed__ctor_m929639A0280A1815FF5B80910F7116B4696FABD5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SHA384Managed__ctor_m8DE92DC90191BE6BE2CD98110A2DE9D907EABCD5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SHA512Managed__ctor_mBB72662FE00407655BF98439663C700CB7BC8311_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SafeBuffer_AcquirePointer_mF2745B215EA9EEAF8B667F263906CADA2039B760_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SafeBuffer_ReleasePointer_m5BEACF6127020A01A044F0C758D84C4A0E6A9D91_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SafeHandle_DangerousReleaseInternal_m3BA2756878D9509B0CD1DC6D55BAFEBC0BC5098B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SafeHandle_InternalDispose_m26A708350DC39A3110494A737868252438595892_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SatelliteContractVersionAttribute__ctor_m561BB905628D77D6D09110E2C1427B313E8A3215_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecureString_Alloc_m12CB84170380793D29E11A739EBCD113954A3CF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecureString__ctor_mEE9D2ACBD5D7C7BD4D6F544B75C2C1D8C52D2E20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecureString_get_Length_m4A884487AD076042360A85CC20763ADF974F369D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityDocument_AppendString_mEFABE7593F59D4562AD165D9B65F17D514C83C60_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityDocument_InternalGetElement_m94B8A423F605344AAD89E4006A5EEA6BF84A9AFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityElement_AddAttribute_m27E27E930F492BC7AD32352A8FF22DC516D487B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityElement_AddChild_m6342B0169BF927C26E29FB709922CF18B7B04A8C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityElement_FromString_mFED413AFB9DB1AA2AD81387C85230F368FD27990_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityElement_SearchForChildByTag_m0A6259BDE7012B3341852FDCAFF84467DBA21E75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityElement_SearchForTextOfLocalName_m69C55B4853B43F0DF8F3CE116C527C02A3F124D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityElement_SearchForTextOfTag_mB14673E2C90334D79CE8DA9EAA00A9A6CDFCD2A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityElement__ctor_mE4CB1F91F341E630499AE68F4595AD33332CDCC4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityElement_set_Text_m50C49AF9AB471FC6463C750BF60864F973FB8F5B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SemaphoreSlim_CancellationTokenCanceledEventHandler_m73954480DC5DDB683B23E0DDECE3487BD397D7AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SemaphoreSlim_CheckDispose_m6681A55A52424AF3C213D88BDE17624C5EED4453_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SemaphoreSlim_Release_m866EAAB5C1144F288FCF17C422C03733EAAF8FBF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SemaphoreSlim_WaitAsync_m457EC3DFF5573AED0689863220E41AEB3488CE54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SemaphoreSlim_Wait_mE55B1F84E8ADC73D3D804ED0785583BA6F99AA00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SemaphoreSlim__ctor_mFD9960D1EA303B586DF0D46ACA028B8964C354AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerializationHeaderRecord_Read_m599DC9170F83364470539D13FE3E2435676C8E67_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfoEnumerator_System_Collections_IEnumerator_get_Current_m606616FDD695F205318B3AB2F4871679C3BB7EB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfoEnumerator_get_Current_mD46A02033DA35A55D982FB2B3DD56CE56FDFB314_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfoEnumerator_get_Name_m77C59B00E71ADDFA65D08FE52BE16D4D0E4A2480_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfoEnumerator_get_ObjectType_m3D0629A8404BFE36E8673D86EA371D8B2718DAC4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfoEnumerator_get_Value_mAF4DAA489771E490363C55CCF00FB44BC26964AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfo_AddValueInternal_mDE9C66C2799F37CA5DAB5DE6EF9A836AC5AD9A17_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfo_FindElement_m1679E0D29E163697EDD31BC79F66A60B186369D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfo_GetElement_mEB81E5400897A19417D200F9CB9725DA07EA206C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfo_SetType_mD6F11DC42FDE78E7E8A58BC3D9E248E21BB37275_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfo__ctor_m5DE7EB4F92EF8AA74020D9DC0F89612A7FB5A879_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServerObjectReplySink_AsyncProcessMessage_m1B2CDB6F50BFB9F8D93C8FB304EB3FE2031546DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignatureDescription__ctor_m2292640293630619094257810375435466217458_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SimpleCollator_GetTailContraction_m65AB012A6A86D301375EF44226E5C538417EFF91_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SimpleCollator_IndexOf_m920870D977A259C53CA5BE729EAF85BAA2082C87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SimpleCollator_LastIndexOf_m8826D7780C340A55F7DBE7B6C964BC17752931CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskAwaiter_1_GetResult_m2E8DBF88A9C500C0F895D35E7D8A4CB3B638E710_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_GetAwaiter_m64E2534BE0DCF5C693647ECEDC00ED8A7E4FFF9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1__ctor_m918C753A186C807D54213232F270ECF74B60A4ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_FromCancellation_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m3C15186841F33612A68B89A44894D0B59E6CA158_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* List_1_t4B3FD058D8258912C29201B30BB45FABB8BFD5D1_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* OnSerializedAttribute_t657F39E10FF507FA398435D2BEC205FC6744978A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var; struct Assembly_t_marshaled_com; struct Assembly_t_marshaled_pinvoke; 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 StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505;; struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke; struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke;; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF; struct MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tABFC31237D6642B5D4C1DBA234CA37EE851EB0AE* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t61F8738ED346768CC112B2E27863BF9F73C76D90 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t17EEB7B2EDD3CB5222C660D7E739F803986BF025 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___entries_1)); } inline EntryU5BU5D_tABFC31237D6642B5D4C1DBA234CA37EE851EB0AE* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tABFC31237D6642B5D4C1DBA234CA37EE851EB0AE** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tABFC31237D6642B5D4C1DBA234CA37EE851EB0AE* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___keys_7)); } inline KeyCollection_t61F8738ED346768CC112B2E27863BF9F73C76D90 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t61F8738ED346768CC112B2E27863BF9F73C76D90 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t61F8738ED346768CC112B2E27863BF9F73C76D90 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___values_8)); } inline ValueCollection_t17EEB7B2EDD3CB5222C660D7E739F803986BF025 * get_values_8() const { return ___values_8; } inline ValueCollection_t17EEB7B2EDD3CB5222C660D7E739F803986BF025 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t17EEB7B2EDD3CB5222C660D7E739F803986BF025 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4, ____items_1)); } inline MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E* get__items_1() const { return ____items_1; } inline MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4_StaticFields, ____emptyArray_5)); } inline MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E* get__emptyArray_5() const { return ____emptyArray_5; } inline MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // Mono.Security.ASN1 struct ASN1_t517C1E52F12F8CBFE4C802915DC4F1DB70F83633 : public RuntimeObject { public: // System.Byte Mono.Security.ASN1::m_nTag uint8_t ___m_nTag_0; // System.Byte[] Mono.Security.ASN1::m_aValue ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_aValue_1; // System.Collections.ArrayList Mono.Security.ASN1::elist ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___elist_2; public: inline static int32_t get_offset_of_m_nTag_0() { return static_cast(offsetof(ASN1_t517C1E52F12F8CBFE4C802915DC4F1DB70F83633, ___m_nTag_0)); } inline uint8_t get_m_nTag_0() const { return ___m_nTag_0; } inline uint8_t* get_address_of_m_nTag_0() { return &___m_nTag_0; } inline void set_m_nTag_0(uint8_t value) { ___m_nTag_0 = value; } inline static int32_t get_offset_of_m_aValue_1() { return static_cast(offsetof(ASN1_t517C1E52F12F8CBFE4C802915DC4F1DB70F83633, ___m_aValue_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_aValue_1() const { return ___m_aValue_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_aValue_1() { return &___m_aValue_1; } inline void set_m_aValue_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_aValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_aValue_1), (void*)value); } inline static int32_t get_offset_of_elist_2() { return static_cast(offsetof(ASN1_t517C1E52F12F8CBFE4C802915DC4F1DB70F83633, ___elist_2)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_elist_2() const { return ___elist_2; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_elist_2() { return &___elist_2; } inline void set_elist_2(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___elist_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___elist_2), (void*)value); } }; 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.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_0; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___LegalKeySizesValue_1; public: inline static int32_t get_offset_of_KeySizeValue_0() { return static_cast(offsetof(AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F, ___KeySizeValue_0)); } inline int32_t get_KeySizeValue_0() const { return ___KeySizeValue_0; } inline int32_t* get_address_of_KeySizeValue_0() { return &___KeySizeValue_0; } inline void set_KeySizeValue_0(int32_t value) { ___KeySizeValue_0 = value; } inline static int32_t get_offset_of_LegalKeySizesValue_1() { return static_cast(offsetof(AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F, ___LegalKeySizesValue_1)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_LegalKeySizesValue_1() const { return ___LegalKeySizesValue_1; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_LegalKeySizesValue_1() { return &___LegalKeySizesValue_1; } inline void set_LegalKeySizesValue_1(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___LegalKeySizesValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___LegalKeySizesValue_1), (void*)value); } }; // System.Security.Cryptography.AsymmetricSignatureDeformatter struct AsymmetricSignatureDeformatter_t4E346B5F7ADCD7E90FBD28DBDB9E540A1D11D033 : public RuntimeObject { public: public: }; // System.Security.Cryptography.AsymmetricSignatureFormatter struct AsymmetricSignatureFormatter_t2B6B3B1EBAAC2F3C07900B476C8F1497E383A13B : public RuntimeObject { public: public: }; // 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.Security.CodeAccessPermission struct CodeAccessPermission_t7C1071DF7520461EC0D3DC70980DADFFCE5701D3 : public RuntimeObject { public: public: }; // Mono.Globalization.Unicode.CodePointIndexer struct CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 : public RuntimeObject { public: // Mono.Globalization.Unicode.CodePointIndexer/TableRange[] Mono.Globalization.Unicode.CodePointIndexer::ranges TableRangeU5BU5D_t529A3048AC157A0702514DB337164442AF1530C7* ___ranges_0; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer::TotalCount int32_t ___TotalCount_1; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer::defaultIndex int32_t ___defaultIndex_2; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer::defaultCP int32_t ___defaultCP_3; public: inline static int32_t get_offset_of_ranges_0() { return static_cast(offsetof(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81, ___ranges_0)); } inline TableRangeU5BU5D_t529A3048AC157A0702514DB337164442AF1530C7* get_ranges_0() const { return ___ranges_0; } inline TableRangeU5BU5D_t529A3048AC157A0702514DB337164442AF1530C7** get_address_of_ranges_0() { return &___ranges_0; } inline void set_ranges_0(TableRangeU5BU5D_t529A3048AC157A0702514DB337164442AF1530C7* value) { ___ranges_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ranges_0), (void*)value); } inline static int32_t get_offset_of_TotalCount_1() { return static_cast(offsetof(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81, ___TotalCount_1)); } inline int32_t get_TotalCount_1() const { return ___TotalCount_1; } inline int32_t* get_address_of_TotalCount_1() { return &___TotalCount_1; } inline void set_TotalCount_1(int32_t value) { ___TotalCount_1 = value; } inline static int32_t get_offset_of_defaultIndex_2() { return static_cast(offsetof(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81, ___defaultIndex_2)); } inline int32_t get_defaultIndex_2() const { return ___defaultIndex_2; } inline int32_t* get_address_of_defaultIndex_2() { return &___defaultIndex_2; } inline void set_defaultIndex_2(int32_t value) { ___defaultIndex_2 = value; } inline static int32_t get_offset_of_defaultCP_3() { return static_cast(offsetof(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81, ___defaultCP_3)); } inline int32_t get_defaultCP_3() const { return ___defaultCP_3; } inline int32_t* get_address_of_defaultCP_3() { return &___defaultCP_3; } inline void set_defaultCP_3(int32_t value) { ___defaultCP_3 = value; } }; // Mono.Globalization.Unicode.Contraction struct Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA : public RuntimeObject { public: // System.Int32 Mono.Globalization.Unicode.Contraction::Index int32_t ___Index_0; // System.Char[] Mono.Globalization.Unicode.Contraction::Source CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___Source_1; // System.String Mono.Globalization.Unicode.Contraction::Replacement String_t* ___Replacement_2; // System.Byte[] Mono.Globalization.Unicode.Contraction::SortKey ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___SortKey_3; public: inline static int32_t get_offset_of_Index_0() { return static_cast(offsetof(Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA, ___Index_0)); } inline int32_t get_Index_0() const { return ___Index_0; } inline int32_t* get_address_of_Index_0() { return &___Index_0; } inline void set_Index_0(int32_t value) { ___Index_0 = value; } inline static int32_t get_offset_of_Source_1() { return static_cast(offsetof(Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA, ___Source_1)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_Source_1() const { return ___Source_1; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_Source_1() { return &___Source_1; } inline void set_Source_1(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___Source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Source_1), (void*)value); } inline static int32_t get_offset_of_Replacement_2() { return static_cast(offsetof(Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA, ___Replacement_2)); } inline String_t* get_Replacement_2() const { return ___Replacement_2; } inline String_t** get_address_of_Replacement_2() { return &___Replacement_2; } inline void set_Replacement_2(String_t* value) { ___Replacement_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Replacement_2), (void*)value); } inline static int32_t get_offset_of_SortKey_3() { return static_cast(offsetof(Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA, ___SortKey_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_SortKey_3() const { return ___SortKey_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_SortKey_3() { return &___SortKey_3; } inline void set_SortKey_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___SortKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SortKey_3), (void*)value); } }; // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 : public RuntimeObject { public: public: }; // 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.Runtime.Remoting.EnvoyInfo struct EnvoyInfo_t08D466663AC843177F6D13F924558D6519BF500E : public RuntimeObject { public: // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.EnvoyInfo::envoySinks RuntimeObject* ___envoySinks_0; public: inline static int32_t get_offset_of_envoySinks_0() { return static_cast(offsetof(EnvoyInfo_t08D466663AC843177F6D13F924558D6519BF500E, ___envoySinks_0)); } inline RuntimeObject* get_envoySinks_0() const { return ___envoySinks_0; } inline RuntimeObject** get_address_of_envoySinks_0() { return &___envoySinks_0; } inline void set_envoySinks_0(RuntimeObject* value) { ___envoySinks_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___envoySinks_0), (void*)value); } }; // System.Runtime.Remoting.Messaging.EnvoyTerminatorSink struct EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC : public RuntimeObject { public: public: }; struct EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC_StaticFields { public: // System.Runtime.Remoting.Messaging.EnvoyTerminatorSink System.Runtime.Remoting.Messaging.EnvoyTerminatorSink::Instance EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC * ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC_StaticFields, ___Instance_0)); } inline EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC * get_Instance_0() const { return ___Instance_0; } inline EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } }; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA : public RuntimeObject { public: public: }; struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields, ___Empty_0)); } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * get_Empty_0() const { return ___Empty_0; } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (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.Runtime.Remoting.Identity struct Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 : public RuntimeObject { public: // System.String System.Runtime.Remoting.Identity::_objectUri String_t* ____objectUri_0; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Identity::_channelSink RuntimeObject* ____channelSink_1; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Identity::_envoySink RuntimeObject* ____envoySink_2; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Identity::_clientDynamicProperties DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ____clientDynamicProperties_3; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Identity::_serverDynamicProperties DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ____serverDynamicProperties_4; // System.Runtime.Remoting.ObjRef System.Runtime.Remoting.Identity::_objRef ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * ____objRef_5; // System.Boolean System.Runtime.Remoting.Identity::_disposed bool ____disposed_6; public: inline static int32_t get_offset_of__objectUri_0() { return static_cast(offsetof(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5, ____objectUri_0)); } inline String_t* get__objectUri_0() const { return ____objectUri_0; } inline String_t** get_address_of__objectUri_0() { return &____objectUri_0; } inline void set__objectUri_0(String_t* value) { ____objectUri_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____objectUri_0), (void*)value); } inline static int32_t get_offset_of__channelSink_1() { return static_cast(offsetof(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5, ____channelSink_1)); } inline RuntimeObject* get__channelSink_1() const { return ____channelSink_1; } inline RuntimeObject** get_address_of__channelSink_1() { return &____channelSink_1; } inline void set__channelSink_1(RuntimeObject* value) { ____channelSink_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____channelSink_1), (void*)value); } inline static int32_t get_offset_of__envoySink_2() { return static_cast(offsetof(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5, ____envoySink_2)); } inline RuntimeObject* get__envoySink_2() const { return ____envoySink_2; } inline RuntimeObject** get_address_of__envoySink_2() { return &____envoySink_2; } inline void set__envoySink_2(RuntimeObject* value) { ____envoySink_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____envoySink_2), (void*)value); } inline static int32_t get_offset_of__clientDynamicProperties_3() { return static_cast(offsetof(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5, ____clientDynamicProperties_3)); } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * get__clientDynamicProperties_3() const { return ____clientDynamicProperties_3; } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B ** get_address_of__clientDynamicProperties_3() { return &____clientDynamicProperties_3; } inline void set__clientDynamicProperties_3(DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * value) { ____clientDynamicProperties_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____clientDynamicProperties_3), (void*)value); } inline static int32_t get_offset_of__serverDynamicProperties_4() { return static_cast(offsetof(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5, ____serverDynamicProperties_4)); } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * get__serverDynamicProperties_4() const { return ____serverDynamicProperties_4; } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B ** get_address_of__serverDynamicProperties_4() { return &____serverDynamicProperties_4; } inline void set__serverDynamicProperties_4(DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * value) { ____serverDynamicProperties_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____serverDynamicProperties_4), (void*)value); } inline static int32_t get_offset_of__objRef_5() { return static_cast(offsetof(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5, ____objRef_5)); } inline ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * get__objRef_5() const { return ____objRef_5; } inline ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 ** get_address_of__objRef_5() { return &____objRef_5; } inline void set__objRef_5(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * value) { ____objRef_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____objRef_5), (void*)value); } inline static int32_t get_offset_of__disposed_6() { return static_cast(offsetof(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5, ____disposed_6)); } inline bool get__disposed_6() const { return ____disposed_6; } inline bool* get_address_of__disposed_6() { return &____disposed_6; } inline void set__disposed_6(bool value) { ____disposed_6 = value; } }; // Mono.Globalization.Unicode.Level2Map struct Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C : public RuntimeObject { public: // System.Byte Mono.Globalization.Unicode.Level2Map::Source uint8_t ___Source_0; // System.Byte Mono.Globalization.Unicode.Level2Map::Replace uint8_t ___Replace_1; public: inline static int32_t get_offset_of_Source_0() { return static_cast(offsetof(Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C, ___Source_0)); } inline uint8_t get_Source_0() const { return ___Source_0; } inline uint8_t* get_address_of_Source_0() { return &___Source_0; } inline void set_Source_0(uint8_t value) { ___Source_0 = value; } inline static int32_t get_offset_of_Replace_1() { return static_cast(offsetof(Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C, ___Replace_1)); } inline uint8_t get_Replace_1() const { return ___Replace_1; } inline uint8_t* get_address_of_Replace_1() { return &___Replace_1; } inline void set_Replace_1(uint8_t value) { ___Replace_1 = value; } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // 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.Math.Prime.Generator.PrimeGeneratorBase struct PrimeGeneratorBase_t214EED83211E78637C0C5E5A1EB42A3A073BB106 : public RuntimeObject { public: public: }; // SR struct SR_tC68C9348C3E71C536CC15DA331E096E960DE88CB : public RuntimeObject { public: public: }; // Mono.Security.X509.SafeBag struct SafeBag_t20542357F349958B3A667B3FD6D5672C2AFADE2D : public RuntimeObject { public: // System.String Mono.Security.X509.SafeBag::_bagOID String_t* ____bagOID_0; // Mono.Security.ASN1 Mono.Security.X509.SafeBag::_asn1 ASN1_t517C1E52F12F8CBFE4C802915DC4F1DB70F83633 * ____asn1_1; public: inline static int32_t get_offset_of__bagOID_0() { return static_cast(offsetof(SafeBag_t20542357F349958B3A667B3FD6D5672C2AFADE2D, ____bagOID_0)); } inline String_t* get__bagOID_0() const { return ____bagOID_0; } inline String_t** get_address_of__bagOID_0() { return &____bagOID_0; } inline void set__bagOID_0(String_t* value) { ____bagOID_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____bagOID_0), (void*)value); } inline static int32_t get_offset_of__asn1_1() { return static_cast(offsetof(SafeBag_t20542357F349958B3A667B3FD6D5672C2AFADE2D, ____asn1_1)); } inline ASN1_t517C1E52F12F8CBFE4C802915DC4F1DB70F83633 * get__asn1_1() const { return ____asn1_1; } inline ASN1_t517C1E52F12F8CBFE4C802915DC4F1DB70F83633 ** get_address_of__asn1_1() { return &____asn1_1; } inline void set__asn1_1(ASN1_t517C1E52F12F8CBFE4C802915DC4F1DB70F83633 * value) { ____asn1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____asn1_1), (void*)value); } }; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Runtime.Serialization.SafeSerializationManager::m_serializedStates RuntimeObject* ___m_serializedStates_0; // System.Runtime.Serialization.SerializationInfo System.Runtime.Serialization.SafeSerializationManager::m_savedSerializationInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___m_savedSerializationInfo_1; // System.Object System.Runtime.Serialization.SafeSerializationManager::m_realObject RuntimeObject * ___m_realObject_2; // System.RuntimeType System.Runtime.Serialization.SafeSerializationManager::m_realType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___m_realType_3; // System.EventHandler`1 System.Runtime.Serialization.SafeSerializationManager::SerializeObjectState EventHandler_1_t1C27C79D0946B5B6968F4A351CFED838F67D7517 * ___SerializeObjectState_4; public: inline static int32_t get_offset_of_m_serializedStates_0() { return static_cast(offsetof(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F, ___m_serializedStates_0)); } inline RuntimeObject* get_m_serializedStates_0() const { return ___m_serializedStates_0; } inline RuntimeObject** get_address_of_m_serializedStates_0() { return &___m_serializedStates_0; } inline void set_m_serializedStates_0(RuntimeObject* value) { ___m_serializedStates_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_serializedStates_0), (void*)value); } inline static int32_t get_offset_of_m_savedSerializationInfo_1() { return static_cast(offsetof(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F, ___m_savedSerializationInfo_1)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get_m_savedSerializationInfo_1() const { return ___m_savedSerializationInfo_1; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of_m_savedSerializationInfo_1() { return &___m_savedSerializationInfo_1; } inline void set_m_savedSerializationInfo_1(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ___m_savedSerializationInfo_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_savedSerializationInfo_1), (void*)value); } inline static int32_t get_offset_of_m_realObject_2() { return static_cast(offsetof(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F, ___m_realObject_2)); } inline RuntimeObject * get_m_realObject_2() const { return ___m_realObject_2; } inline RuntimeObject ** get_address_of_m_realObject_2() { return &___m_realObject_2; } inline void set_m_realObject_2(RuntimeObject * value) { ___m_realObject_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_realObject_2), (void*)value); } inline static int32_t get_offset_of_m_realType_3() { return static_cast(offsetof(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F, ___m_realType_3)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_m_realType_3() const { return ___m_realType_3; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_m_realType_3() { return &___m_realType_3; } inline void set_m_realType_3(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___m_realType_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_realType_3), (void*)value); } inline static int32_t get_offset_of_SerializeObjectState_4() { return static_cast(offsetof(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F, ___SerializeObjectState_4)); } inline EventHandler_1_t1C27C79D0946B5B6968F4A351CFED838F67D7517 * get_SerializeObjectState_4() const { return ___SerializeObjectState_4; } inline EventHandler_1_t1C27C79D0946B5B6968F4A351CFED838F67D7517 ** get_address_of_SerializeObjectState_4() { return &___SerializeObjectState_4; } inline void set_SerializeObjectState_4(EventHandler_1_t1C27C79D0946B5B6968F4A351CFED838F67D7517 * value) { ___SerializeObjectState_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___SerializeObjectState_4), (void*)value); } }; // System.IO.SearchResult struct SearchResult_t01645319F2B5E9C2948FE1F409A4450F4512880A : public RuntimeObject { public: // System.String System.IO.SearchResult::fullPath String_t* ___fullPath_0; // System.String System.IO.SearchResult::userPath String_t* ___userPath_1; // Microsoft.Win32.Win32Native/WIN32_FIND_DATA System.IO.SearchResult::findData WIN32_FIND_DATA_tE88493B22E1CDD2E595CA4F800949555399AB3C7 * ___findData_2; public: inline static int32_t get_offset_of_fullPath_0() { return static_cast(offsetof(SearchResult_t01645319F2B5E9C2948FE1F409A4450F4512880A, ___fullPath_0)); } inline String_t* get_fullPath_0() const { return ___fullPath_0; } inline String_t** get_address_of_fullPath_0() { return &___fullPath_0; } inline void set_fullPath_0(String_t* value) { ___fullPath_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___fullPath_0), (void*)value); } inline static int32_t get_offset_of_userPath_1() { return static_cast(offsetof(SearchResult_t01645319F2B5E9C2948FE1F409A4450F4512880A, ___userPath_1)); } inline String_t* get_userPath_1() const { return ___userPath_1; } inline String_t** get_address_of_userPath_1() { return &___userPath_1; } inline void set_userPath_1(String_t* value) { ___userPath_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___userPath_1), (void*)value); } inline static int32_t get_offset_of_findData_2() { return static_cast(offsetof(SearchResult_t01645319F2B5E9C2948FE1F409A4450F4512880A, ___findData_2)); } inline WIN32_FIND_DATA_tE88493B22E1CDD2E595CA4F800949555399AB3C7 * get_findData_2() const { return ___findData_2; } inline WIN32_FIND_DATA_tE88493B22E1CDD2E595CA4F800949555399AB3C7 ** get_address_of_findData_2() { return &___findData_2; } inline void set_findData_2(WIN32_FIND_DATA_tE88493B22E1CDD2E595CA4F800949555399AB3C7 * value) { ___findData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___findData_2), (void*)value); } }; // System.Security.SecureString struct SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 : public RuntimeObject { public: // System.Int32 System.Security.SecureString::length int32_t ___length_0; // System.Boolean System.Security.SecureString::disposed bool ___disposed_1; // System.Byte[] System.Security.SecureString::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_disposed_1() { return static_cast(offsetof(SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94, ___disposed_1)); } inline bool get_disposed_1() const { return ___disposed_1; } inline bool* get_address_of_disposed_1() { return &___disposed_1; } inline void set_disposed_1(bool value) { ___disposed_1 = value; } inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94, ___data_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_2() const { return ___data_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_2() { return &___data_2; } inline void set_data_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; // 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.Security.SecurityManager struct SecurityManager_t69B948787AF89ADBF4F1E02E2659088682A2BB96 : public RuntimeObject { public: public: }; // System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache struct SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB : public RuntimeObject { public: // System.String System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::fullTypeName String_t* ___fullTypeName_0; // System.String System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::assemblyString String_t* ___assemblyString_1; // System.Boolean System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::hasTypeForwardedFrom bool ___hasTypeForwardedFrom_2; // System.Reflection.MemberInfo[] System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::memberInfos MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* ___memberInfos_3; // System.String[] System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::memberNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___memberNames_4; // System.Type[] System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::memberTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___memberTypes_5; public: inline static int32_t get_offset_of_fullTypeName_0() { return static_cast(offsetof(SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB, ___fullTypeName_0)); } inline String_t* get_fullTypeName_0() const { return ___fullTypeName_0; } inline String_t** get_address_of_fullTypeName_0() { return &___fullTypeName_0; } inline void set_fullTypeName_0(String_t* value) { ___fullTypeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___fullTypeName_0), (void*)value); } inline static int32_t get_offset_of_assemblyString_1() { return static_cast(offsetof(SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB, ___assemblyString_1)); } inline String_t* get_assemblyString_1() const { return ___assemblyString_1; } inline String_t** get_address_of_assemblyString_1() { return &___assemblyString_1; } inline void set_assemblyString_1(String_t* value) { ___assemblyString_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___assemblyString_1), (void*)value); } inline static int32_t get_offset_of_hasTypeForwardedFrom_2() { return static_cast(offsetof(SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB, ___hasTypeForwardedFrom_2)); } inline bool get_hasTypeForwardedFrom_2() const { return ___hasTypeForwardedFrom_2; } inline bool* get_address_of_hasTypeForwardedFrom_2() { return &___hasTypeForwardedFrom_2; } inline void set_hasTypeForwardedFrom_2(bool value) { ___hasTypeForwardedFrom_2 = value; } inline static int32_t get_offset_of_memberInfos_3() { return static_cast(offsetof(SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB, ___memberInfos_3)); } inline MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* get_memberInfos_3() const { return ___memberInfos_3; } inline MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E** get_address_of_memberInfos_3() { return &___memberInfos_3; } inline void set_memberInfos_3(MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* value) { ___memberInfos_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberInfos_3), (void*)value); } inline static int32_t get_offset_of_memberNames_4() { return static_cast(offsetof(SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB, ___memberNames_4)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_memberNames_4() const { return ___memberNames_4; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_memberNames_4() { return &___memberNames_4; } inline void set_memberNames_4(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___memberNames_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberNames_4), (void*)value); } inline static int32_t get_offset_of_memberTypes_5() { return static_cast(offsetof(SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB, ___memberTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_memberTypes_5() const { return ___memberTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_memberTypes_5() { return &___memberTypes_5; } inline void set_memberTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___memberTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberTypes_5), (void*)value); } }; // System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit struct SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit::seenBeforeTable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___seenBeforeTable_0; // System.Int32 System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit::objectInfoIdCount int32_t ___objectInfoIdCount_1; // System.Runtime.Serialization.Formatters.Binary.SerStack System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit::oiPool SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * ___oiPool_2; public: inline static int32_t get_offset_of_seenBeforeTable_0() { return static_cast(offsetof(SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D, ___seenBeforeTable_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_seenBeforeTable_0() const { return ___seenBeforeTable_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_seenBeforeTable_0() { return &___seenBeforeTable_0; } inline void set_seenBeforeTable_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___seenBeforeTable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___seenBeforeTable_0), (void*)value); } inline static int32_t get_offset_of_objectInfoIdCount_1() { return static_cast(offsetof(SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D, ___objectInfoIdCount_1)); } inline int32_t get_objectInfoIdCount_1() const { return ___objectInfoIdCount_1; } inline int32_t* get_address_of_objectInfoIdCount_1() { return &___objectInfoIdCount_1; } inline void set_objectInfoIdCount_1(int32_t value) { ___objectInfoIdCount_1 = value; } inline static int32_t get_offset_of_oiPool_2() { return static_cast(offsetof(SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D, ___oiPool_2)); } inline SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * get_oiPool_2() const { return ___oiPool_2; } inline SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC ** get_address_of_oiPool_2() { return &___oiPool_2; } inline void set_oiPool_2(SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * value) { ___oiPool_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___oiPool_2), (void*)value); } }; // System.Runtime.Serialization.Formatters.Binary.SerStack struct SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC : public RuntimeObject { public: // System.Object[] System.Runtime.Serialization.Formatters.Binary.SerStack::objects ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___objects_0; // System.String System.Runtime.Serialization.Formatters.Binary.SerStack::stackId String_t* ___stackId_1; // System.Int32 System.Runtime.Serialization.Formatters.Binary.SerStack::top int32_t ___top_2; public: inline static int32_t get_offset_of_objects_0() { return static_cast(offsetof(SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC, ___objects_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_objects_0() const { return ___objects_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_objects_0() { return &___objects_0; } inline void set_objects_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___objects_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___objects_0), (void*)value); } inline static int32_t get_offset_of_stackId_1() { return static_cast(offsetof(SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC, ___stackId_1)); } inline String_t* get_stackId_1() const { return ___stackId_1; } inline String_t** get_address_of_stackId_1() { return &___stackId_1; } inline void set_stackId_1(String_t* value) { ___stackId_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___stackId_1), (void*)value); } inline static int32_t get_offset_of_top_2() { return static_cast(offsetof(SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC, ___top_2)); } inline int32_t get_top_2() const { return ___top_2; } inline int32_t* get_address_of_top_2() { return &___top_2; } inline void set_top_2(int32_t value) { ___top_2 = value; } }; // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 : public RuntimeObject { public: public: }; // System.Runtime.Serialization.SerializationEvents struct SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 : public RuntimeObject { public: // System.Collections.Generic.List`1 System.Runtime.Serialization.SerializationEvents::m_OnSerializingMethods List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * ___m_OnSerializingMethods_0; // System.Collections.Generic.List`1 System.Runtime.Serialization.SerializationEvents::m_OnSerializedMethods List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * ___m_OnSerializedMethods_1; // System.Collections.Generic.List`1 System.Runtime.Serialization.SerializationEvents::m_OnDeserializingMethods List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * ___m_OnDeserializingMethods_2; // System.Collections.Generic.List`1 System.Runtime.Serialization.SerializationEvents::m_OnDeserializedMethods List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * ___m_OnDeserializedMethods_3; public: inline static int32_t get_offset_of_m_OnSerializingMethods_0() { return static_cast(offsetof(SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8, ___m_OnSerializingMethods_0)); } inline List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * get_m_OnSerializingMethods_0() const { return ___m_OnSerializingMethods_0; } inline List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 ** get_address_of_m_OnSerializingMethods_0() { return &___m_OnSerializingMethods_0; } inline void set_m_OnSerializingMethods_0(List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * value) { ___m_OnSerializingMethods_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnSerializingMethods_0), (void*)value); } inline static int32_t get_offset_of_m_OnSerializedMethods_1() { return static_cast(offsetof(SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8, ___m_OnSerializedMethods_1)); } inline List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * get_m_OnSerializedMethods_1() const { return ___m_OnSerializedMethods_1; } inline List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 ** get_address_of_m_OnSerializedMethods_1() { return &___m_OnSerializedMethods_1; } inline void set_m_OnSerializedMethods_1(List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * value) { ___m_OnSerializedMethods_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnSerializedMethods_1), (void*)value); } inline static int32_t get_offset_of_m_OnDeserializingMethods_2() { return static_cast(offsetof(SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8, ___m_OnDeserializingMethods_2)); } inline List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * get_m_OnDeserializingMethods_2() const { return ___m_OnDeserializingMethods_2; } inline List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 ** get_address_of_m_OnDeserializingMethods_2() { return &___m_OnDeserializingMethods_2; } inline void set_m_OnDeserializingMethods_2(List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * value) { ___m_OnDeserializingMethods_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDeserializingMethods_2), (void*)value); } inline static int32_t get_offset_of_m_OnDeserializedMethods_3() { return static_cast(offsetof(SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8, ___m_OnDeserializedMethods_3)); } inline List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * get_m_OnDeserializedMethods_3() const { return ___m_OnDeserializedMethods_3; } inline List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 ** get_address_of_m_OnDeserializedMethods_3() { return &___m_OnDeserializedMethods_3; } inline void set_m_OnDeserializedMethods_3(List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * value) { ___m_OnDeserializedMethods_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDeserializedMethods_3), (void*)value); } }; // System.Runtime.Serialization.SerializationEventsCache struct SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6 : public RuntimeObject { public: public: }; struct SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_StaticFields { public: // System.Collections.Hashtable System.Runtime.Serialization.SerializationEventsCache::cache Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___cache_0; public: inline static int32_t get_offset_of_cache_0() { return static_cast(offsetof(SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_StaticFields, ___cache_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_cache_0() const { return ___cache_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_cache_0() { return &___cache_0; } inline void set_cache_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___cache_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_0), (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.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_0; // System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_1; // System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_2; // System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_numItems int32_t ___m_numItems_3; // System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_currItem int32_t ___m_currItem_4; // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::m_current bool ___m_current_5; public: inline static int32_t get_offset_of_m_members_0() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_members_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_0() const { return ___m_members_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_0() { return &___m_members_0; } inline void set_m_members_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_0), (void*)value); } inline static int32_t get_offset_of_m_data_1() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_data_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_1() const { return ___m_data_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_1() { return &___m_data_1; } inline void set_m_data_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_1), (void*)value); } inline static int32_t get_offset_of_m_types_2() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_types_2)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_2() const { return ___m_types_2; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_2() { return &___m_types_2; } inline void set_m_types_2(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_2), (void*)value); } inline static int32_t get_offset_of_m_numItems_3() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_numItems_3)); } inline int32_t get_m_numItems_3() const { return ___m_numItems_3; } inline int32_t* get_address_of_m_numItems_3() { return &___m_numItems_3; } inline void set_m_numItems_3(int32_t value) { ___m_numItems_3 = value; } inline static int32_t get_offset_of_m_currItem_4() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_currItem_4)); } inline int32_t get_m_currItem_4() const { return ___m_currItem_4; } inline int32_t* get_address_of_m_currItem_4() { return &___m_currItem_4; } inline void set_m_currItem_4(int32_t value) { ___m_currItem_4 = value; } inline static int32_t get_offset_of_m_current_5() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_current_5)); } inline bool get_m_current_5() const { return ___m_current_5; } inline bool* get_address_of_m_current_5() { return &___m_current_5; } inline void set_m_current_5(bool value) { ___m_current_5 = value; } }; // System.Runtime.Remoting.Messaging.ServerContextTerminatorSink struct ServerContextTerminatorSink_tF81B52ADB90680F07EDA7E0078AEB525E500A1E7 : public RuntimeObject { public: public: }; // System.Runtime.Remoting.Messaging.ServerObjectReplySink struct ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63 : public RuntimeObject { public: // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Messaging.ServerObjectReplySink::_replySink RuntimeObject* ____replySink_0; // System.Runtime.Remoting.ServerIdentity System.Runtime.Remoting.Messaging.ServerObjectReplySink::_identity ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * ____identity_1; public: inline static int32_t get_offset_of__replySink_0() { return static_cast(offsetof(ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63, ____replySink_0)); } inline RuntimeObject* get__replySink_0() const { return ____replySink_0; } inline RuntimeObject** get_address_of__replySink_0() { return &____replySink_0; } inline void set__replySink_0(RuntimeObject* value) { ____replySink_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____replySink_0), (void*)value); } inline static int32_t get_offset_of__identity_1() { return static_cast(offsetof(ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63, ____identity_1)); } inline ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * get__identity_1() const { return ____identity_1; } inline ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 ** get_address_of__identity_1() { return &____identity_1; } inline void set__identity_1(ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * value) { ____identity_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_1), (void*)value); } }; // System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink struct ServerObjectTerminatorSink_t903831C8E5FC8C991C82B539937F878ECD96CB9F : public RuntimeObject { public: // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink::_nextSink RuntimeObject* ____nextSink_0; public: inline static int32_t get_offset_of__nextSink_0() { return static_cast(offsetof(ServerObjectTerminatorSink_t903831C8E5FC8C991C82B539937F878ECD96CB9F, ____nextSink_0)); } inline RuntimeObject* get__nextSink_0() const { return ____nextSink_0; } inline RuntimeObject** get_address_of__nextSink_0() { return &____nextSink_0; } inline void set__nextSink_0(RuntimeObject* value) { ____nextSink_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____nextSink_0), (void*)value); } }; // System.SharedStatics struct SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70 : public RuntimeObject { public: // System.Security.Util.Tokenizer/StringMaker System.SharedStatics::_maker StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * ____maker_1; public: inline static int32_t get_offset_of__maker_1() { return static_cast(offsetof(SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70, ____maker_1)); } inline StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * get__maker_1() const { return ____maker_1; } inline StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 ** get_address_of__maker_1() { return &____maker_1; } inline void set__maker_1(StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * value) { ____maker_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____maker_1), (void*)value); } }; struct SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_StaticFields { public: // System.SharedStatics System.SharedStatics::_sharedStatics SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70 * ____sharedStatics_0; public: inline static int32_t get_offset_of__sharedStatics_0() { return static_cast(offsetof(SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_StaticFields, ____sharedStatics_0)); } inline SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70 * get__sharedStatics_0() const { return ____sharedStatics_0; } inline SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70 ** get_address_of__sharedStatics_0() { return &____sharedStatics_0; } inline void set__sharedStatics_0(SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70 * value) { ____sharedStatics_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____sharedStatics_0), (void*)value); } }; // System.Security.Cryptography.SignatureDescription struct SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A : public RuntimeObject { public: // System.String System.Security.Cryptography.SignatureDescription::_strKey String_t* ____strKey_0; // System.String System.Security.Cryptography.SignatureDescription::_strDigest String_t* ____strDigest_1; // System.String System.Security.Cryptography.SignatureDescription::_strFormatter String_t* ____strFormatter_2; // System.String System.Security.Cryptography.SignatureDescription::_strDeformatter String_t* ____strDeformatter_3; public: inline static int32_t get_offset_of__strKey_0() { return static_cast(offsetof(SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A, ____strKey_0)); } inline String_t* get__strKey_0() const { return ____strKey_0; } inline String_t** get_address_of__strKey_0() { return &____strKey_0; } inline void set__strKey_0(String_t* value) { ____strKey_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____strKey_0), (void*)value); } inline static int32_t get_offset_of__strDigest_1() { return static_cast(offsetof(SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A, ____strDigest_1)); } inline String_t* get__strDigest_1() const { return ____strDigest_1; } inline String_t** get_address_of__strDigest_1() { return &____strDigest_1; } inline void set__strDigest_1(String_t* value) { ____strDigest_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____strDigest_1), (void*)value); } inline static int32_t get_offset_of__strFormatter_2() { return static_cast(offsetof(SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A, ____strFormatter_2)); } inline String_t* get__strFormatter_2() const { return ____strFormatter_2; } inline String_t** get_address_of__strFormatter_2() { return &____strFormatter_2; } inline void set__strFormatter_2(String_t* value) { ____strFormatter_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____strFormatter_2), (void*)value); } inline static int32_t get_offset_of__strDeformatter_3() { return static_cast(offsetof(SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A, ____strDeformatter_3)); } inline String_t* get__strDeformatter_3() const { return ____strDeformatter_3; } inline String_t** get_address_of__strDeformatter_3() { return &____strDeformatter_3; } inline void set__strDeformatter_3(String_t* value) { ____strDeformatter_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____strDeformatter_3), (void*)value); } }; // System.Reflection.Emit.SignatureHelper struct SignatureHelper_t138E880C8444F02952E863AA9585EF2646EEDE89 : public RuntimeObject { public: public: }; // Mono.Globalization.Unicode.SimpleCollator struct SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 : public RuntimeObject { public: // System.Globalization.TextInfo Mono.Globalization.Unicode.SimpleCollator::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_2; // Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.SimpleCollator::cjkIndexer CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * ___cjkIndexer_3; // Mono.Globalization.Unicode.Contraction[] Mono.Globalization.Unicode.SimpleCollator::contractions ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* ___contractions_4; // Mono.Globalization.Unicode.Level2Map[] Mono.Globalization.Unicode.SimpleCollator::level2Maps Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* ___level2Maps_5; // System.Byte[] Mono.Globalization.Unicode.SimpleCollator::unsafeFlags ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___unsafeFlags_6; // System.Byte* Mono.Globalization.Unicode.SimpleCollator::cjkCatTable uint8_t* ___cjkCatTable_7; // System.Byte* Mono.Globalization.Unicode.SimpleCollator::cjkLv1Table uint8_t* ___cjkLv1Table_8; // System.Byte* Mono.Globalization.Unicode.SimpleCollator::cjkLv2Table uint8_t* ___cjkLv2Table_9; // Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.SimpleCollator::cjkLv2Indexer CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * ___cjkLv2Indexer_10; // System.Int32 Mono.Globalization.Unicode.SimpleCollator::lcid int32_t ___lcid_11; // System.Boolean Mono.Globalization.Unicode.SimpleCollator::frenchSort bool ___frenchSort_12; public: inline static int32_t get_offset_of_textInfo_2() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___textInfo_2)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_2() const { return ___textInfo_2; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_2() { return &___textInfo_2; } inline void set_textInfo_2(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_2), (void*)value); } inline static int32_t get_offset_of_cjkIndexer_3() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___cjkIndexer_3)); } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * get_cjkIndexer_3() const { return ___cjkIndexer_3; } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** get_address_of_cjkIndexer_3() { return &___cjkIndexer_3; } inline void set_cjkIndexer_3(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * value) { ___cjkIndexer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cjkIndexer_3), (void*)value); } inline static int32_t get_offset_of_contractions_4() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___contractions_4)); } inline ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* get_contractions_4() const { return ___contractions_4; } inline ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B** get_address_of_contractions_4() { return &___contractions_4; } inline void set_contractions_4(ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* value) { ___contractions_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___contractions_4), (void*)value); } inline static int32_t get_offset_of_level2Maps_5() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___level2Maps_5)); } inline Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* get_level2Maps_5() const { return ___level2Maps_5; } inline Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF** get_address_of_level2Maps_5() { return &___level2Maps_5; } inline void set_level2Maps_5(Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* value) { ___level2Maps_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___level2Maps_5), (void*)value); } inline static int32_t get_offset_of_unsafeFlags_6() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___unsafeFlags_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_unsafeFlags_6() const { return ___unsafeFlags_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_unsafeFlags_6() { return &___unsafeFlags_6; } inline void set_unsafeFlags_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___unsafeFlags_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___unsafeFlags_6), (void*)value); } inline static int32_t get_offset_of_cjkCatTable_7() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___cjkCatTable_7)); } inline uint8_t* get_cjkCatTable_7() const { return ___cjkCatTable_7; } inline uint8_t** get_address_of_cjkCatTable_7() { return &___cjkCatTable_7; } inline void set_cjkCatTable_7(uint8_t* value) { ___cjkCatTable_7 = value; } inline static int32_t get_offset_of_cjkLv1Table_8() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___cjkLv1Table_8)); } inline uint8_t* get_cjkLv1Table_8() const { return ___cjkLv1Table_8; } inline uint8_t** get_address_of_cjkLv1Table_8() { return &___cjkLv1Table_8; } inline void set_cjkLv1Table_8(uint8_t* value) { ___cjkLv1Table_8 = value; } inline static int32_t get_offset_of_cjkLv2Table_9() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___cjkLv2Table_9)); } inline uint8_t* get_cjkLv2Table_9() const { return ___cjkLv2Table_9; } inline uint8_t** get_address_of_cjkLv2Table_9() { return &___cjkLv2Table_9; } inline void set_cjkLv2Table_9(uint8_t* value) { ___cjkLv2Table_9 = value; } inline static int32_t get_offset_of_cjkLv2Indexer_10() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___cjkLv2Indexer_10)); } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * get_cjkLv2Indexer_10() const { return ___cjkLv2Indexer_10; } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** get_address_of_cjkLv2Indexer_10() { return &___cjkLv2Indexer_10; } inline void set_cjkLv2Indexer_10(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * value) { ___cjkLv2Indexer_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___cjkLv2Indexer_10), (void*)value); } inline static int32_t get_offset_of_lcid_11() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___lcid_11)); } inline int32_t get_lcid_11() const { return ___lcid_11; } inline int32_t* get_address_of_lcid_11() { return &___lcid_11; } inline void set_lcid_11(int32_t value) { ___lcid_11 = value; } inline static int32_t get_offset_of_frenchSort_12() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___frenchSort_12)); } inline bool get_frenchSort_12() const { return ___frenchSort_12; } inline bool* get_address_of_frenchSort_12() { return &___frenchSort_12; } inline void set_frenchSort_12(bool value) { ___frenchSort_12 = value; } }; struct SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_StaticFields { public: // System.Boolean Mono.Globalization.Unicode.SimpleCollator::QuickCheckDisabled bool ___QuickCheckDisabled_0; // Mono.Globalization.Unicode.SimpleCollator Mono.Globalization.Unicode.SimpleCollator::invariant SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * ___invariant_1; public: inline static int32_t get_offset_of_QuickCheckDisabled_0() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_StaticFields, ___QuickCheckDisabled_0)); } inline bool get_QuickCheckDisabled_0() const { return ___QuickCheckDisabled_0; } inline bool* get_address_of_QuickCheckDisabled_0() { return &___QuickCheckDisabled_0; } inline void set_QuickCheckDisabled_0(bool value) { ___QuickCheckDisabled_0 = value; } inline static int32_t get_offset_of_invariant_1() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_StaticFields, ___invariant_1)); } inline SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * get_invariant_1() const { return ___invariant_1; } inline SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 ** get_address_of_invariant_1() { return &___invariant_1; } inline void set_invariant_1(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * value) { ___invariant_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_1), (void*)value); } }; // Mono.Xml.SmallXmlParser struct SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 : public RuntimeObject { public: // Mono.Xml.SmallXmlParser/IContentHandler Mono.Xml.SmallXmlParser::handler RuntimeObject* ___handler_0; // System.IO.TextReader Mono.Xml.SmallXmlParser::reader TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___reader_1; // System.Collections.Stack Mono.Xml.SmallXmlParser::elementNames Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * ___elementNames_2; // System.Collections.Stack Mono.Xml.SmallXmlParser::xmlSpaces Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * ___xmlSpaces_3; // System.String Mono.Xml.SmallXmlParser::xmlSpace String_t* ___xmlSpace_4; // System.Text.StringBuilder Mono.Xml.SmallXmlParser::buffer StringBuilder_t * ___buffer_5; // System.Char[] Mono.Xml.SmallXmlParser::nameBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___nameBuffer_6; // System.Boolean Mono.Xml.SmallXmlParser::isWhitespace bool ___isWhitespace_7; // Mono.Xml.SmallXmlParser/AttrListImpl Mono.Xml.SmallXmlParser::attributes AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA * ___attributes_8; // System.Int32 Mono.Xml.SmallXmlParser::line int32_t ___line_9; // System.Int32 Mono.Xml.SmallXmlParser::column int32_t ___column_10; // System.Boolean Mono.Xml.SmallXmlParser::resetColumn bool ___resetColumn_11; public: inline static int32_t get_offset_of_handler_0() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___handler_0)); } inline RuntimeObject* get_handler_0() const { return ___handler_0; } inline RuntimeObject** get_address_of_handler_0() { return &___handler_0; } inline void set_handler_0(RuntimeObject* value) { ___handler_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___handler_0), (void*)value); } inline static int32_t get_offset_of_reader_1() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___reader_1)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_reader_1() const { return ___reader_1; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_reader_1() { return &___reader_1; } inline void set_reader_1(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___reader_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___reader_1), (void*)value); } inline static int32_t get_offset_of_elementNames_2() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___elementNames_2)); } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * get_elementNames_2() const { return ___elementNames_2; } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 ** get_address_of_elementNames_2() { return &___elementNames_2; } inline void set_elementNames_2(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * value) { ___elementNames_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementNames_2), (void*)value); } inline static int32_t get_offset_of_xmlSpaces_3() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___xmlSpaces_3)); } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * get_xmlSpaces_3() const { return ___xmlSpaces_3; } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 ** get_address_of_xmlSpaces_3() { return &___xmlSpaces_3; } inline void set_xmlSpaces_3(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * value) { ___xmlSpaces_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlSpaces_3), (void*)value); } inline static int32_t get_offset_of_xmlSpace_4() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___xmlSpace_4)); } inline String_t* get_xmlSpace_4() const { return ___xmlSpace_4; } inline String_t** get_address_of_xmlSpace_4() { return &___xmlSpace_4; } inline void set_xmlSpace_4(String_t* value) { ___xmlSpace_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlSpace_4), (void*)value); } inline static int32_t get_offset_of_buffer_5() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___buffer_5)); } inline StringBuilder_t * get_buffer_5() const { return ___buffer_5; } inline StringBuilder_t ** get_address_of_buffer_5() { return &___buffer_5; } inline void set_buffer_5(StringBuilder_t * value) { ___buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_5), (void*)value); } inline static int32_t get_offset_of_nameBuffer_6() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___nameBuffer_6)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_nameBuffer_6() const { return ___nameBuffer_6; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_nameBuffer_6() { return &___nameBuffer_6; } inline void set_nameBuffer_6(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___nameBuffer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameBuffer_6), (void*)value); } inline static int32_t get_offset_of_isWhitespace_7() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___isWhitespace_7)); } inline bool get_isWhitespace_7() const { return ___isWhitespace_7; } inline bool* get_address_of_isWhitespace_7() { return &___isWhitespace_7; } inline void set_isWhitespace_7(bool value) { ___isWhitespace_7 = value; } inline static int32_t get_offset_of_attributes_8() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___attributes_8)); } inline AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA * get_attributes_8() const { return ___attributes_8; } inline AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA ** get_address_of_attributes_8() { return &___attributes_8; } inline void set_attributes_8(AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA * value) { ___attributes_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_8), (void*)value); } inline static int32_t get_offset_of_line_9() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___line_9)); } inline int32_t get_line_9() const { return ___line_9; } inline int32_t* get_address_of_line_9() { return &___line_9; } inline void set_line_9(int32_t value) { ___line_9 = value; } inline static int32_t get_offset_of_column_10() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___column_10)); } inline int32_t get_column_10() const { return ___column_10; } inline int32_t* get_address_of_column_10() { return &___column_10; } inline void set_column_10(int32_t value) { ___column_10 = value; } inline static int32_t get_offset_of_resetColumn_11() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___resetColumn_11)); } inline bool get_resetColumn_11() const { return ___resetColumn_11; } inline bool* get_address_of_resetColumn_11() { return &___resetColumn_11; } inline void set_resetColumn_11(bool value) { ___resetColumn_11 = value; } }; // System.Collections.Stack struct Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 : public RuntimeObject { public: // System.Object[] System.Collections.Stack::_array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____array_0; // System.Int32 System.Collections.Stack::_size int32_t ____size_1; // System.Int32 System.Collections.Stack::_version int32_t ____version_2; // System.Object System.Collections.Stack::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8, ____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__size_1() { return static_cast(offsetof(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8, ____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(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8, ____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(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8, ____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); } }; // 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; } }; // Mono.Globalization.Unicode.TailoringInfo struct TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A : public RuntimeObject { public: // System.Int32 Mono.Globalization.Unicode.TailoringInfo::LCID int32_t ___LCID_0; // System.Int32 Mono.Globalization.Unicode.TailoringInfo::TailoringIndex int32_t ___TailoringIndex_1; // System.Int32 Mono.Globalization.Unicode.TailoringInfo::TailoringCount int32_t ___TailoringCount_2; // System.Boolean Mono.Globalization.Unicode.TailoringInfo::FrenchSort bool ___FrenchSort_3; public: inline static int32_t get_offset_of_LCID_0() { return static_cast(offsetof(TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A, ___LCID_0)); } inline int32_t get_LCID_0() const { return ___LCID_0; } inline int32_t* get_address_of_LCID_0() { return &___LCID_0; } inline void set_LCID_0(int32_t value) { ___LCID_0 = value; } inline static int32_t get_offset_of_TailoringIndex_1() { return static_cast(offsetof(TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A, ___TailoringIndex_1)); } inline int32_t get_TailoringIndex_1() const { return ___TailoringIndex_1; } inline int32_t* get_address_of_TailoringIndex_1() { return &___TailoringIndex_1; } inline void set_TailoringIndex_1(int32_t value) { ___TailoringIndex_1 = value; } inline static int32_t get_offset_of_TailoringCount_2() { return static_cast(offsetof(TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A, ___TailoringCount_2)); } inline int32_t get_TailoringCount_2() const { return ___TailoringCount_2; } inline int32_t* get_address_of_TailoringCount_2() { return &___TailoringCount_2; } inline void set_TailoringCount_2(int32_t value) { ___TailoringCount_2 = value; } inline static int32_t get_offset_of_FrenchSort_3() { return static_cast(offsetof(TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A, ___FrenchSort_3)); } inline bool get_FrenchSort_3() const { return ___FrenchSort_3; } inline bool* get_address_of_FrenchSort_3() { return &___FrenchSort_3; } inline void set_FrenchSort_3(bool value) { ___FrenchSort_3 = value; } }; // System.Runtime.Remoting.TypeInfo struct TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46 : public RuntimeObject { public: // System.String System.Runtime.Remoting.TypeInfo::serverType String_t* ___serverType_0; // System.String[] System.Runtime.Remoting.TypeInfo::serverHierarchy StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___serverHierarchy_1; // System.String[] System.Runtime.Remoting.TypeInfo::interfacesImplemented StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___interfacesImplemented_2; public: inline static int32_t get_offset_of_serverType_0() { return static_cast(offsetof(TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46, ___serverType_0)); } inline String_t* get_serverType_0() const { return ___serverType_0; } inline String_t** get_address_of_serverType_0() { return &___serverType_0; } inline void set_serverType_0(String_t* value) { ___serverType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverType_0), (void*)value); } inline static int32_t get_offset_of_serverHierarchy_1() { return static_cast(offsetof(TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46, ___serverHierarchy_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_serverHierarchy_1() const { return ___serverHierarchy_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_serverHierarchy_1() { return &___serverHierarchy_1; } inline void set_serverHierarchy_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___serverHierarchy_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverHierarchy_1), (void*)value); } inline static int32_t get_offset_of_interfacesImplemented_2() { return static_cast(offsetof(TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46, ___interfacesImplemented_2)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_interfacesImplemented_2() const { return ___interfacesImplemented_2; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_interfacesImplemented_2() { return &___interfacesImplemented_2; } inline void set_interfacesImplemented_2(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___interfacesImplemented_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___interfacesImplemented_2), (void*)value); } }; // System.Runtime.Serialization.Formatters.Binary.TypeInformation struct TypeInformation_t3503150669B72C7392EACBC8F63F3E0392C3B34B : public RuntimeObject { public: // System.String System.Runtime.Serialization.Formatters.Binary.TypeInformation::fullTypeName String_t* ___fullTypeName_0; // System.String System.Runtime.Serialization.Formatters.Binary.TypeInformation::assemblyString String_t* ___assemblyString_1; // System.Boolean System.Runtime.Serialization.Formatters.Binary.TypeInformation::hasTypeForwardedFrom bool ___hasTypeForwardedFrom_2; public: inline static int32_t get_offset_of_fullTypeName_0() { return static_cast(offsetof(TypeInformation_t3503150669B72C7392EACBC8F63F3E0392C3B34B, ___fullTypeName_0)); } inline String_t* get_fullTypeName_0() const { return ___fullTypeName_0; } inline String_t** get_address_of_fullTypeName_0() { return &___fullTypeName_0; } inline void set_fullTypeName_0(String_t* value) { ___fullTypeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___fullTypeName_0), (void*)value); } inline static int32_t get_offset_of_assemblyString_1() { return static_cast(offsetof(TypeInformation_t3503150669B72C7392EACBC8F63F3E0392C3B34B, ___assemblyString_1)); } inline String_t* get_assemblyString_1() const { return ___assemblyString_1; } inline String_t** get_address_of_assemblyString_1() { return &___assemblyString_1; } inline void set_assemblyString_1(String_t* value) { ___assemblyString_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___assemblyString_1), (void*)value); } inline static int32_t get_offset_of_hasTypeForwardedFrom_2() { return static_cast(offsetof(TypeInformation_t3503150669B72C7392EACBC8F63F3E0392C3B34B, ___hasTypeForwardedFrom_2)); } inline bool get_hasTypeForwardedFrom_2() const { return ___hasTypeForwardedFrom_2; } inline bool* get_address_of_hasTypeForwardedFrom_2() { return &___hasTypeForwardedFrom_2; } inline void set_hasTypeForwardedFrom_2(bool value) { ___hasTypeForwardedFrom_2 = 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 { }; // System.Security.SecurityElement/SecurityAttribute struct SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 : public RuntimeObject { public: // System.String System.Security.SecurityElement/SecurityAttribute::_name String_t* ____name_0; // System.String System.Security.SecurityElement/SecurityAttribute::_value String_t* ____value_1; public: inline static int32_t get_offset_of__name_0() { return static_cast(offsetof(SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232, ____name_0)); } inline String_t* get__name_0() const { return ____name_0; } inline String_t** get_address_of__name_0() { return &____name_0; } inline void set__name_0(String_t* value) { ____name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_0), (void*)value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232, ____value_1)); } inline String_t* get__value_1() const { return ____value_1; } inline String_t** get_address_of__value_1() { return &____value_1; } inline void set__value_1(String_t* value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } }; // System.Security.Util.Tokenizer/StringMaker struct StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 : public RuntimeObject { public: // System.String[] System.Security.Util.Tokenizer/StringMaker::aStrings StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___aStrings_0; // System.UInt32 System.Security.Util.Tokenizer/StringMaker::cStringsMax uint32_t ___cStringsMax_1; // System.UInt32 System.Security.Util.Tokenizer/StringMaker::cStringsUsed uint32_t ___cStringsUsed_2; // System.Text.StringBuilder System.Security.Util.Tokenizer/StringMaker::_outStringBuilder StringBuilder_t * ____outStringBuilder_3; // System.Char[] System.Security.Util.Tokenizer/StringMaker::_outChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____outChars_4; // System.Int32 System.Security.Util.Tokenizer/StringMaker::_outIndex int32_t ____outIndex_5; public: inline static int32_t get_offset_of_aStrings_0() { return static_cast(offsetof(StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08, ___aStrings_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_aStrings_0() const { return ___aStrings_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_aStrings_0() { return &___aStrings_0; } inline void set_aStrings_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___aStrings_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___aStrings_0), (void*)value); } inline static int32_t get_offset_of_cStringsMax_1() { return static_cast(offsetof(StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08, ___cStringsMax_1)); } inline uint32_t get_cStringsMax_1() const { return ___cStringsMax_1; } inline uint32_t* get_address_of_cStringsMax_1() { return &___cStringsMax_1; } inline void set_cStringsMax_1(uint32_t value) { ___cStringsMax_1 = value; } inline static int32_t get_offset_of_cStringsUsed_2() { return static_cast(offsetof(StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08, ___cStringsUsed_2)); } inline uint32_t get_cStringsUsed_2() const { return ___cStringsUsed_2; } inline uint32_t* get_address_of_cStringsUsed_2() { return &___cStringsUsed_2; } inline void set_cStringsUsed_2(uint32_t value) { ___cStringsUsed_2 = value; } inline static int32_t get_offset_of__outStringBuilder_3() { return static_cast(offsetof(StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08, ____outStringBuilder_3)); } inline StringBuilder_t * get__outStringBuilder_3() const { return ____outStringBuilder_3; } inline StringBuilder_t ** get_address_of__outStringBuilder_3() { return &____outStringBuilder_3; } inline void set__outStringBuilder_3(StringBuilder_t * value) { ____outStringBuilder_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____outStringBuilder_3), (void*)value); } inline static int32_t get_offset_of__outChars_4() { return static_cast(offsetof(StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08, ____outChars_4)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__outChars_4() const { return ____outChars_4; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__outChars_4() { return &____outChars_4; } inline void set__outChars_4(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____outChars_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____outChars_4), (void*)value); } inline static int32_t get_offset_of__outIndex_5() { return static_cast(offsetof(StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08, ____outIndex_5)); } inline int32_t get__outIndex_5() const { return ____outIndex_5; } inline int32_t* get_address_of__outIndex_5() { return &____outIndex_5; } inline void set__outIndex_5(int32_t value) { ____outIndex_5 = value; } }; // Microsoft.Win32.Win32Native/WIN32_FIND_DATA struct WIN32_FIND_DATA_tE88493B22E1CDD2E595CA4F800949555399AB3C7 : public RuntimeObject { public: // System.Int32 Microsoft.Win32.Win32Native/WIN32_FIND_DATA::dwFileAttributes int32_t ___dwFileAttributes_0; // System.String Microsoft.Win32.Win32Native/WIN32_FIND_DATA::cFileName String_t* ___cFileName_1; public: inline static int32_t get_offset_of_dwFileAttributes_0() { return static_cast(offsetof(WIN32_FIND_DATA_tE88493B22E1CDD2E595CA4F800949555399AB3C7, ___dwFileAttributes_0)); } inline int32_t get_dwFileAttributes_0() const { return ___dwFileAttributes_0; } inline int32_t* get_address_of_dwFileAttributes_0() { return &___dwFileAttributes_0; } inline void set_dwFileAttributes_0(int32_t value) { ___dwFileAttributes_0 = value; } inline static int32_t get_offset_of_cFileName_1() { return static_cast(offsetof(WIN32_FIND_DATA_tE88493B22E1CDD2E595CA4F800949555399AB3C7, ___cFileName_1)); } inline String_t* get_cFileName_1() const { return ___cFileName_1; } inline String_t** get_address_of_cFileName_1() { return &___cFileName_1; } inline void set_cFileName_1(String_t* value) { ___cFileName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cFileName_1), (void*)value); } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C, ___m_task_0)); } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * get_m_task_0() const { return ___m_task_0; } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78, ___m_task_0)); } inline Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 * get_m_task_0() const { return ___m_task_0; } inline Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current MethodInfo_t * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F, ___list_0)); } inline List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * get_list_0() const { return ___list_0; } inline List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F, ___current_3)); } inline MethodInfo_t * get_current_3() const { return ___current_3; } inline MethodInfo_t ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(MethodInfo_t * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 { public: // T System.Nullable`1::value bool ___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_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___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.Threading.SparselyPopulatedArrayAddInfo`1 struct SparselyPopulatedArrayAddInfo_1_t6EE25E0D720E03DE7A660791DB554CADCD247FC0 { public: // System.Threading.SparselyPopulatedArrayFragment`1 System.Threading.SparselyPopulatedArrayAddInfo`1::m_source SparselyPopulatedArrayFragment_1_t93197EF47D6A025755987003D5D62F3AED371C21 * ___m_source_0; // System.Int32 System.Threading.SparselyPopulatedArrayAddInfo`1::m_index int32_t ___m_index_1; public: inline static int32_t get_offset_of_m_source_0() { return static_cast(offsetof(SparselyPopulatedArrayAddInfo_1_t6EE25E0D720E03DE7A660791DB554CADCD247FC0, ___m_source_0)); } inline SparselyPopulatedArrayFragment_1_t93197EF47D6A025755987003D5D62F3AED371C21 * get_m_source_0() const { return ___m_source_0; } inline SparselyPopulatedArrayFragment_1_t93197EF47D6A025755987003D5D62F3AED371C21 ** get_address_of_m_source_0() { return &___m_source_0; } inline void set_m_source_0(SparselyPopulatedArrayFragment_1_t93197EF47D6A025755987003D5D62F3AED371C21 * value) { ___m_source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value); } inline static int32_t get_offset_of_m_index_1() { return static_cast(offsetof(SparselyPopulatedArrayAddInfo_1_t6EE25E0D720E03DE7A660791DB554CADCD247FC0, ___m_index_1)); } inline int32_t get_m_index_1() const { return ___m_index_1; } inline int32_t* get_address_of_m_index_1() { return &___m_index_1; } inline void set_m_index_1(int32_t value) { ___m_index_1 = value; } }; // System.Runtime.CompilerServices.TaskAwaiter`1 struct TaskAwaiter_1_t98B8214BA5C5BD14FD8D98B71C67E11FFE8B684C { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.TaskAwaiter`1::m_task Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * ___m_task_0; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(TaskAwaiter_1_t98B8214BA5C5BD14FD8D98B71C67E11FFE8B684C, ___m_task_0)); } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * get_m_task_0() const { return ___m_task_0; } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 { public: // System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine RuntimeObject* ___m_stateMachine_0; // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___m_defaultContextAction_1; public: inline static int32_t get_offset_of_m_stateMachine_0() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_stateMachine_0)); } inline RuntimeObject* get_m_stateMachine_0() const { return ___m_stateMachine_0; } inline RuntimeObject** get_address_of_m_stateMachine_0() { return &___m_stateMachine_0; } inline void set_m_stateMachine_0(RuntimeObject* value) { ___m_stateMachine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateMachine_0), (void*)value); } inline static int32_t get_offset_of_m_defaultContextAction_1() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_defaultContextAction_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_m_defaultContextAction_1() const { return ___m_defaultContextAction_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_m_defaultContextAction_1() { return &___m_defaultContextAction_1; } inline void set_m_defaultContextAction_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___m_defaultContextAction_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_defaultContextAction_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_pinvoke { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_com { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // 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.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.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.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { 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.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; }; // Mono.RuntimeGPtrArrayHandle struct RuntimeGPtrArrayHandle_tFFF90E5789EADA37BC5B24EE93680549771445B7 { public: // Mono.RuntimeStructs/GPtrArray* Mono.RuntimeGPtrArrayHandle::value GPtrArray_t481A0359CDF30AF32FB5B6D0DDBA2C26F55E3555 * ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeGPtrArrayHandle_tFFF90E5789EADA37BC5B24EE93680549771445B7, ___value_0)); } inline GPtrArray_t481A0359CDF30AF32FB5B6D0DDBA2C26F55E3555 * get_value_0() const { return ___value_0; } inline GPtrArray_t481A0359CDF30AF32FB5B6D0DDBA2C26F55E3555 ** get_address_of_value_0() { return &___value_0; } inline void set_value_0(GPtrArray_t481A0359CDF30AF32FB5B6D0DDBA2C26F55E3555 * value) { ___value_0 = value; } }; // System.Security.Cryptography.SHA1 struct SHA1_t15B592B9935E19EC3FD5679B969239AC572E2C0E : public HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 { public: public: }; // System.Security.Cryptography.SHA256 struct SHA256_t7F98FBD5AA9E2F4AC1A5C13FF7122AFF1A920452 : public HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 { public: public: }; // System.Security.Cryptography.SHA384 struct SHA384_t9B79EB51A9026A16B0D6F9A306724FE4D3D3A9E9 : public HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 { public: public: }; // System.Security.Cryptography.SHA512 struct SHA512_tCF17311CCA734D60E55D2A03356FC9BFF4B040F8 : public HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 { public: public: }; // System.STAThreadAttribute struct STAThreadAttribute_t8B4D8EA9819CF25BE5B501A9482A670717F41702 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Resources.SatelliteContractVersionAttribute struct SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Resources.SatelliteContractVersionAttribute::_version String_t* ____version_0; public: inline static int32_t get_offset_of__version_0() { return static_cast(offsetof(SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2, ____version_0)); } inline String_t* get__version_0() const { return ____version_0; } inline String_t** get_address_of__version_0() { return &____version_0; } inline void set__version_0(String_t* value) { ____version_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____version_0), (void*)value); } }; // Mono.Xml.SecurityParser struct SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118 : public SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 { public: // System.Security.SecurityElement Mono.Xml.SecurityParser::root SecurityElement_tB9682077760936136392270197F642224B2141CC * ___root_12; // System.Security.SecurityElement Mono.Xml.SecurityParser::current SecurityElement_tB9682077760936136392270197F642224B2141CC * ___current_13; // System.Collections.Stack Mono.Xml.SecurityParser::stack Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * ___stack_14; public: inline static int32_t get_offset_of_root_12() { return static_cast(offsetof(SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118, ___root_12)); } inline SecurityElement_tB9682077760936136392270197F642224B2141CC * get_root_12() const { return ___root_12; } inline SecurityElement_tB9682077760936136392270197F642224B2141CC ** get_address_of_root_12() { return &___root_12; } inline void set_root_12(SecurityElement_tB9682077760936136392270197F642224B2141CC * value) { ___root_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___root_12), (void*)value); } inline static int32_t get_offset_of_current_13() { return static_cast(offsetof(SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118, ___current_13)); } inline SecurityElement_tB9682077760936136392270197F642224B2141CC * get_current_13() const { return ___current_13; } inline SecurityElement_tB9682077760936136392270197F642224B2141CC ** get_address_of_current_13() { return &___current_13; } inline void set_current_13(SecurityElement_tB9682077760936136392270197F642224B2141CC * value) { ___current_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_13), (void*)value); } inline static int32_t get_offset_of_stack_14() { return static_cast(offsetof(SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118, ___stack_14)); } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * get_stack_14() const { return ___stack_14; } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 ** get_address_of_stack_14() { return &___stack_14; } inline void set_stack_14(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * value) { ___stack_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___stack_14), (void*)value); } }; // Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase struct SequentialSearchPrimeGeneratorBase_tA8F49F8D3052B1EA430CA0166445ED3773A710FE : public PrimeGeneratorBase_t214EED83211E78637C0C5E5A1EB42A3A073BB106 { public: public: }; // System.SerializableAttribute struct SerializableAttribute_t80789FFA2FC65374560ADA1CE7D29F3849AE9052 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E { public: // System.Type System.Runtime.Serialization.SerializationEntry::m_type Type_t * ___m_type_0; // System.Object System.Runtime.Serialization.SerializationEntry::m_value RuntimeObject * ___m_value_1; // System.String System.Runtime.Serialization.SerializationEntry::m_name String_t* ___m_name_2; public: inline static int32_t get_offset_of_m_type_0() { return static_cast(offsetof(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E, ___m_type_0)); } inline Type_t * get_m_type_0() const { return ___m_type_0; } inline Type_t ** get_address_of_m_type_0() { return &___m_type_0; } inline void set_m_type_0(Type_t * value) { ___m_type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_type_0), (void*)value); } inline static int32_t get_offset_of_m_value_1() { return static_cast(offsetof(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E, ___m_value_1)); } inline RuntimeObject * get_m_value_1() const { return ___m_value_1; } inline RuntimeObject ** get_address_of_m_value_1() { return &___m_value_1; } inline void set_m_value_1(RuntimeObject * value) { ___m_value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_value_1), (void*)value); } inline static int32_t get_offset_of_m_name_2() { return static_cast(offsetof(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E, ___m_name_2)); } inline String_t* get_m_name_2() const { return ___m_name_2; } inline String_t** get_address_of_m_name_2() { return &___m_name_2; } inline void set_m_name_2(String_t* value) { ___m_name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_2), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshaled_pinvoke { Type_t * ___m_type_0; Il2CppIUnknown* ___m_value_1; char* ___m_name_2; }; // Native definition for COM marshalling of System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshaled_com { Type_t * ___m_type_0; Il2CppIUnknown* ___m_value_1; Il2CppChar* ___m_name_2; }; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 : public Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 { public: // System.Type System.Runtime.Remoting.ServerIdentity::_objectType Type_t * ____objectType_7; // System.MarshalByRefObject System.Runtime.Remoting.ServerIdentity::_serverObject MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ____serverObject_8; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.ServerIdentity::_serverSink RuntimeObject* ____serverSink_9; // System.Runtime.Remoting.Contexts.Context System.Runtime.Remoting.ServerIdentity::_context Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ____context_10; // System.Runtime.Remoting.Lifetime.Lease System.Runtime.Remoting.ServerIdentity::_lease Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * ____lease_11; public: inline static int32_t get_offset_of__objectType_7() { return static_cast(offsetof(ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8, ____objectType_7)); } inline Type_t * get__objectType_7() const { return ____objectType_7; } inline Type_t ** get_address_of__objectType_7() { return &____objectType_7; } inline void set__objectType_7(Type_t * value) { ____objectType_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____objectType_7), (void*)value); } inline static int32_t get_offset_of__serverObject_8() { return static_cast(offsetof(ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8, ____serverObject_8)); } inline MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * get__serverObject_8() const { return ____serverObject_8; } inline MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 ** get_address_of__serverObject_8() { return &____serverObject_8; } inline void set__serverObject_8(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * value) { ____serverObject_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____serverObject_8), (void*)value); } inline static int32_t get_offset_of__serverSink_9() { return static_cast(offsetof(ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8, ____serverSink_9)); } inline RuntimeObject* get__serverSink_9() const { return ____serverSink_9; } inline RuntimeObject** get_address_of__serverSink_9() { return &____serverSink_9; } inline void set__serverSink_9(RuntimeObject* value) { ____serverSink_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____serverSink_9), (void*)value); } inline static int32_t get_offset_of__context_10() { return static_cast(offsetof(ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8, ____context_10)); } inline Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * get__context_10() const { return ____context_10; } inline Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 ** get_address_of__context_10() { return &____context_10; } inline void set__context_10(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * value) { ____context_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____context_10), (void*)value); } inline static int32_t get_offset_of__lease_11() { return static_cast(offsetof(ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8, ____lease_11)); } inline Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * get__lease_11() const { return ____lease_11; } inline Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 ** get_address_of__lease_11() { return &____lease_11; } inline void set__lease_11(Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * value) { ____lease_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____lease_11), (void*)value); } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // 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.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: public: }; struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields { public: // System.Func`2 System.IO.TextReader::_ReadLineDelegate Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * ____ReadLineDelegate_1; // System.Func`2 System.IO.TextReader::_ReadDelegate Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ____ReadDelegate_2; // System.IO.TextReader System.IO.TextReader::Null TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___Null_3; public: inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadLineDelegate_1)); } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; } inline void set__ReadLineDelegate_1(Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * value) { ____ReadLineDelegate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadLineDelegate_1), (void*)value); } inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadDelegate_2)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get__ReadDelegate_2() const { return ____ReadDelegate_2; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; } inline void set__ReadDelegate_2(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * value) { ____ReadDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadDelegate_2), (void*)value); } inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ___Null_3)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_Null_3() const { return ___Null_3; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value); } }; // 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.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // /__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: }; // Mono.Globalization.Unicode.SimpleCollator/Escape struct Escape_t0479DB63473055AD46754E698B2114579D5D944E { public: // System.String Mono.Globalization.Unicode.SimpleCollator/Escape::Source String_t* ___Source_0; // System.Int32 Mono.Globalization.Unicode.SimpleCollator/Escape::Index int32_t ___Index_1; // System.Int32 Mono.Globalization.Unicode.SimpleCollator/Escape::Start int32_t ___Start_2; // System.Int32 Mono.Globalization.Unicode.SimpleCollator/Escape::End int32_t ___End_3; // System.Int32 Mono.Globalization.Unicode.SimpleCollator/Escape::Optional int32_t ___Optional_4; public: inline static int32_t get_offset_of_Source_0() { return static_cast(offsetof(Escape_t0479DB63473055AD46754E698B2114579D5D944E, ___Source_0)); } inline String_t* get_Source_0() const { return ___Source_0; } inline String_t** get_address_of_Source_0() { return &___Source_0; } inline void set_Source_0(String_t* value) { ___Source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Source_0), (void*)value); } inline static int32_t get_offset_of_Index_1() { return static_cast(offsetof(Escape_t0479DB63473055AD46754E698B2114579D5D944E, ___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_Start_2() { return static_cast(offsetof(Escape_t0479DB63473055AD46754E698B2114579D5D944E, ___Start_2)); } inline int32_t get_Start_2() const { return ___Start_2; } inline int32_t* get_address_of_Start_2() { return &___Start_2; } inline void set_Start_2(int32_t value) { ___Start_2 = value; } inline static int32_t get_offset_of_End_3() { return static_cast(offsetof(Escape_t0479DB63473055AD46754E698B2114579D5D944E, ___End_3)); } inline int32_t get_End_3() const { return ___End_3; } inline int32_t* get_address_of_End_3() { return &___End_3; } inline void set_End_3(int32_t value) { ___End_3 = value; } inline static int32_t get_offset_of_Optional_4() { return static_cast(offsetof(Escape_t0479DB63473055AD46754E698B2114579D5D944E, ___Optional_4)); } inline int32_t get_Optional_4() const { return ___Optional_4; } inline int32_t* get_address_of_Optional_4() { return &___Optional_4; } inline void set_Optional_4(int32_t value) { ___Optional_4 = value; } }; // Native definition for P/Invoke marshalling of Mono.Globalization.Unicode.SimpleCollator/Escape struct Escape_t0479DB63473055AD46754E698B2114579D5D944E_marshaled_pinvoke { char* ___Source_0; int32_t ___Index_1; int32_t ___Start_2; int32_t ___End_3; int32_t ___Optional_4; }; // Native definition for COM marshalling of Mono.Globalization.Unicode.SimpleCollator/Escape struct Escape_t0479DB63473055AD46754E698B2114579D5D944E_marshaled_com { Il2CppChar* ___Source_0; int32_t ___Index_1; int32_t ___Start_2; int32_t ___End_3; int32_t ___Optional_4; }; // Mono.Globalization.Unicode.SimpleCollator/PreviousInfo struct PreviousInfo_tCD0C7991EC3577337B904B409E0E82224098E6A5 { public: // System.Int32 Mono.Globalization.Unicode.SimpleCollator/PreviousInfo::Code int32_t ___Code_0; // System.Byte* Mono.Globalization.Unicode.SimpleCollator/PreviousInfo::SortKey uint8_t* ___SortKey_1; public: inline static int32_t get_offset_of_Code_0() { return static_cast(offsetof(PreviousInfo_tCD0C7991EC3577337B904B409E0E82224098E6A5, ___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_SortKey_1() { return static_cast(offsetof(PreviousInfo_tCD0C7991EC3577337B904B409E0E82224098E6A5, ___SortKey_1)); } inline uint8_t* get_SortKey_1() const { return ___SortKey_1; } inline uint8_t** get_address_of_SortKey_1() { return &___SortKey_1; } inline void set_SortKey_1(uint8_t* value) { ___SortKey_1 = value; } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5 { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5, ___m_task_2)); } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * get_m_task_2() const { return ___m_task_2; } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // 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.Assembly struct Assembly_t : public RuntimeObject { public: // System.IntPtr System.Reflection.Assembly::_mono_assembly intptr_t ____mono_assembly_0; // System.Reflection.Assembly/ResolveEventHolder System.Reflection.Assembly::resolve_event_holder ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; // System.Object System.Reflection.Assembly::_evidence RuntimeObject * ____evidence_2; // System.Object System.Reflection.Assembly::_minimum RuntimeObject * ____minimum_3; // System.Object System.Reflection.Assembly::_optional RuntimeObject * ____optional_4; // System.Object System.Reflection.Assembly::_refuse RuntimeObject * ____refuse_5; // System.Object System.Reflection.Assembly::_granted RuntimeObject * ____granted_6; // System.Object System.Reflection.Assembly::_denied RuntimeObject * ____denied_7; // System.Boolean System.Reflection.Assembly::fromByteArray bool ___fromByteArray_8; // System.String System.Reflection.Assembly::assemblyName String_t* ___assemblyName_9; public: inline static int32_t get_offset_of__mono_assembly_0() { return static_cast(offsetof(Assembly_t, ____mono_assembly_0)); } inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; } inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; } inline void set__mono_assembly_0(intptr_t value) { ____mono_assembly_0 = value; } inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast(offsetof(Assembly_t, ___resolve_event_holder_1)); } inline ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; } inline ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; } inline void set_resolve_event_holder_1(ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * value) { ___resolve_event_holder_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___resolve_event_holder_1), (void*)value); } inline static int32_t get_offset_of__evidence_2() { return static_cast(offsetof(Assembly_t, ____evidence_2)); } inline RuntimeObject * get__evidence_2() const { return ____evidence_2; } inline RuntimeObject ** get_address_of__evidence_2() { return &____evidence_2; } inline void set__evidence_2(RuntimeObject * value) { ____evidence_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____evidence_2), (void*)value); } inline static int32_t get_offset_of__minimum_3() { return static_cast(offsetof(Assembly_t, ____minimum_3)); } inline RuntimeObject * get__minimum_3() const { return ____minimum_3; } inline RuntimeObject ** get_address_of__minimum_3() { return &____minimum_3; } inline void set__minimum_3(RuntimeObject * value) { ____minimum_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____minimum_3), (void*)value); } inline static int32_t get_offset_of__optional_4() { return static_cast(offsetof(Assembly_t, ____optional_4)); } inline RuntimeObject * get__optional_4() const { return ____optional_4; } inline RuntimeObject ** get_address_of__optional_4() { return &____optional_4; } inline void set__optional_4(RuntimeObject * value) { ____optional_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____optional_4), (void*)value); } inline static int32_t get_offset_of__refuse_5() { return static_cast(offsetof(Assembly_t, ____refuse_5)); } inline RuntimeObject * get__refuse_5() const { return ____refuse_5; } inline RuntimeObject ** get_address_of__refuse_5() { return &____refuse_5; } inline void set__refuse_5(RuntimeObject * value) { ____refuse_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____refuse_5), (void*)value); } inline static int32_t get_offset_of__granted_6() { return static_cast(offsetof(Assembly_t, ____granted_6)); } inline RuntimeObject * get__granted_6() const { return ____granted_6; } inline RuntimeObject ** get_address_of__granted_6() { return &____granted_6; } inline void set__granted_6(RuntimeObject * value) { ____granted_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____granted_6), (void*)value); } inline static int32_t get_offset_of__denied_7() { return static_cast(offsetof(Assembly_t, ____denied_7)); } inline RuntimeObject * get__denied_7() const { return ____denied_7; } inline RuntimeObject ** get_address_of__denied_7() { return &____denied_7; } inline void set__denied_7(RuntimeObject * value) { ____denied_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____denied_7), (void*)value); } inline static int32_t get_offset_of_fromByteArray_8() { return static_cast(offsetof(Assembly_t, ___fromByteArray_8)); } inline bool get_fromByteArray_8() const { return ___fromByteArray_8; } inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; } inline void set_fromByteArray_8(bool value) { ___fromByteArray_8 = value; } inline static int32_t get_offset_of_assemblyName_9() { return static_cast(offsetof(Assembly_t, ___assemblyName_9)); } inline String_t* get_assemblyName_9() const { return ___assemblyName_9; } inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; } inline void set_assemblyName_9(String_t* value) { ___assemblyName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___assemblyName_9), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_pinvoke { intptr_t ____mono_assembly_0; ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; Il2CppIUnknown* ____evidence_2; Il2CppIUnknown* ____minimum_3; Il2CppIUnknown* ____optional_4; Il2CppIUnknown* ____refuse_5; Il2CppIUnknown* ____granted_6; Il2CppIUnknown* ____denied_7; int32_t ___fromByteArray_8; char* ___assemblyName_9; }; // Native definition for COM marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_com { intptr_t ____mono_assembly_0; ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; Il2CppIUnknown* ____evidence_2; Il2CppIUnknown* ____minimum_3; Il2CppIUnknown* ____optional_4; Il2CppIUnknown* ____refuse_5; Il2CppIUnknown* ____granted_6; Il2CppIUnknown* ____denied_7; int32_t ___fromByteArray_8; Il2CppChar* ___assemblyName_9; }; // System.Reflection.AssemblyContentType struct AssemblyContentType_t3D610214A4025EDAEA27C569340C2AC5B0B828AE { public: // System.Int32 System.Reflection.AssemblyContentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AssemblyContentType_t3D610214A4025EDAEA27C569340C2AC5B0B828AE, ___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.Configuration.Assemblies.AssemblyHashAlgorithm struct AssemblyHashAlgorithm_tAC2C042FAE3F5BCF6BEFA05671C2BE09A85D6E66 { public: // System.Int32 System.Configuration.Assemblies.AssemblyHashAlgorithm::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AssemblyHashAlgorithm_tAC2C042FAE3F5BCF6BEFA05671C2BE09A85D6E66, ___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.AssemblyNameFlags struct AssemblyNameFlags_t18020151897CB7FD3FA390EE3999ECCA3FEA7622 { public: // System.Int32 System.Reflection.AssemblyNameFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AssemblyNameFlags_t18020151897CB7FD3FA390EE3999ECCA3FEA7622, ___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.Configuration.Assemblies.AssemblyVersionCompatibility struct AssemblyVersionCompatibility_t686857D4C42019A45D4309AB80A2517E3D34BEDD { public: // System.Int32 System.Configuration.Assemblies.AssemblyVersionCompatibility::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AssemblyVersionCompatibility_t686857D4C42019A45D4309AB80A2517E3D34BEDD, ___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.BinaryHeaderEnum struct BinaryHeaderEnum_t6EC974D890E9C7DC8E5CC4DA3E1B795934655A1B { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BinaryHeaderEnum_t6EC974D890E9C7DC8E5CC4DA3E1B795934655A1B, ___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.BinaryTypeEnum struct BinaryTypeEnum_tC64D097C71D4D8F090D20424FCF2BD4CF9FE60A4 { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BinaryTypeEnum_tC64D097C71D4D8F090D20424FCF2BD4CF9FE60A4, ___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.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.Threading.CancellationTokenRegistration struct CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A { public: // System.Threading.CancellationCallbackInfo System.Threading.CancellationTokenRegistration::m_callbackInfo CancellationCallbackInfo_t7FC8CF6DB4845FCB0138771E86AE058710B1117B * ___m_callbackInfo_0; // System.Threading.SparselyPopulatedArrayAddInfo`1 System.Threading.CancellationTokenRegistration::m_registrationInfo SparselyPopulatedArrayAddInfo_1_t6EE25E0D720E03DE7A660791DB554CADCD247FC0 ___m_registrationInfo_1; public: inline static int32_t get_offset_of_m_callbackInfo_0() { return static_cast(offsetof(CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A, ___m_callbackInfo_0)); } inline CancellationCallbackInfo_t7FC8CF6DB4845FCB0138771E86AE058710B1117B * get_m_callbackInfo_0() const { return ___m_callbackInfo_0; } inline CancellationCallbackInfo_t7FC8CF6DB4845FCB0138771E86AE058710B1117B ** get_address_of_m_callbackInfo_0() { return &___m_callbackInfo_0; } inline void set_m_callbackInfo_0(CancellationCallbackInfo_t7FC8CF6DB4845FCB0138771E86AE058710B1117B * value) { ___m_callbackInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_callbackInfo_0), (void*)value); } inline static int32_t get_offset_of_m_registrationInfo_1() { return static_cast(offsetof(CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A, ___m_registrationInfo_1)); } inline SparselyPopulatedArrayAddInfo_1_t6EE25E0D720E03DE7A660791DB554CADCD247FC0 get_m_registrationInfo_1() const { return ___m_registrationInfo_1; } inline SparselyPopulatedArrayAddInfo_1_t6EE25E0D720E03DE7A660791DB554CADCD247FC0 * get_address_of_m_registrationInfo_1() { return &___m_registrationInfo_1; } inline void set_m_registrationInfo_1(SparselyPopulatedArrayAddInfo_1_t6EE25E0D720E03DE7A660791DB554CADCD247FC0 value) { ___m_registrationInfo_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_registrationInfo_1))->___m_source_0), (void*)NULL); } }; // Native definition for P/Invoke marshalling of System.Threading.CancellationTokenRegistration struct CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A_marshaled_pinvoke { CancellationCallbackInfo_t7FC8CF6DB4845FCB0138771E86AE058710B1117B * ___m_callbackInfo_0; SparselyPopulatedArrayAddInfo_1_t6EE25E0D720E03DE7A660791DB554CADCD247FC0 ___m_registrationInfo_1; }; // Native definition for COM marshalling of System.Threading.CancellationTokenRegistration struct CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A_marshaled_com { CancellationCallbackInfo_t7FC8CF6DB4845FCB0138771E86AE058710B1117B * ___m_callbackInfo_0; SparselyPopulatedArrayAddInfo_1_t6EE25E0D720E03DE7A660791DB554CADCD247FC0 ___m_registrationInfo_1; }; // System.Globalization.CompareOptions struct CompareOptions_tD3D7F165240DC4D784A11B1E2F21DC0D6D18E725 { public: // System.Int32 System.Globalization.CompareOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompareOptions_tD3D7F165240DC4D784A11B1E2F21DC0D6D18E725, ___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.Reflection.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B : public MethodBase_t { public: public: }; struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields { public: // System.String System.Reflection.ConstructorInfo::ConstructorName String_t* ___ConstructorName_0; // System.String System.Reflection.ConstructorInfo::TypeConstructorName String_t* ___TypeConstructorName_1; public: inline static int32_t get_offset_of_ConstructorName_0() { return static_cast(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___ConstructorName_0)); } inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; } inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; } inline void set_ConstructorName_0(String_t* value) { ___ConstructorName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ConstructorName_0), (void*)value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___TypeConstructorName_1)); } inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; } inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; } inline void set_TypeConstructorName_1(String_t* value) { ___TypeConstructorName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeConstructorName_1), (void*)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.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.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.Reflection.FieldAttributes struct FieldAttributes_tEB0BC525FE67F2A6591D21D668E1564C91ADD52B { public: // System.Int32 System.Reflection.FieldAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FieldAttributes_tEB0BC525FE67F2A6591D21D668E1564C91ADD52B, ___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.FormatterTypeStyle struct FormatterTypeStyle_tE84DD5CF7A3D4E07A4881B66CE1AE112677A4E6A { public: // System.Int32 System.Runtime.Serialization.Formatters.FormatterTypeStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FormatterTypeStyle_tE84DD5CF7A3D4E07A4881B66CE1AE112677A4E6A, ___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.Remoting.Lifetime.LeaseState struct LeaseState_tB93D422C38A317EBB25A5288A2229882FE1E8491 { public: // System.Int32 System.Runtime.Remoting.Lifetime.LeaseState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LeaseState_tB93D422C38A317EBB25A5288A2229882FE1E8491, ___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.IO.MonoIOError struct MonoIOError_tE69AD4B8D16952BC0D765CB0BC7D4CB627E90CC8 { public: // System.Int32 System.IO.MonoIOError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MonoIOError_tE69AD4B8D16952BC0D765CB0BC7D4CB627E90CC8, ___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.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.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.Reflection.RuntimeFieldInfo struct RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C : public FieldInfo_t { public: public: }; // 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.Cryptography.SHA1Managed struct SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4 : public SHA1_t15B592B9935E19EC3FD5679B969239AC572E2C0E { public: // System.Byte[] System.Security.Cryptography.SHA1Managed::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_4; // System.Int64 System.Security.Cryptography.SHA1Managed::_count int64_t ____count_5; // System.UInt32[] System.Security.Cryptography.SHA1Managed::_stateSHA1 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____stateSHA1_6; // System.UInt32[] System.Security.Cryptography.SHA1Managed::_expandedBuffer UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____expandedBuffer_7; public: inline static int32_t get_offset_of__buffer_4() { return static_cast(offsetof(SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4, ____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(SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4, ____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__stateSHA1_6() { return static_cast(offsetof(SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4, ____stateSHA1_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__stateSHA1_6() const { return ____stateSHA1_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__stateSHA1_6() { return &____stateSHA1_6; } inline void set__stateSHA1_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____stateSHA1_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stateSHA1_6), (void*)value); } inline static int32_t get_offset_of__expandedBuffer_7() { return static_cast(offsetof(SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4, ____expandedBuffer_7)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__expandedBuffer_7() const { return ____expandedBuffer_7; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__expandedBuffer_7() { return &____expandedBuffer_7; } inline void set__expandedBuffer_7(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____expandedBuffer_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____expandedBuffer_7), (void*)value); } }; // System.Security.Cryptography.SHA256Managed struct SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B : public SHA256_t7F98FBD5AA9E2F4AC1A5C13FF7122AFF1A920452 { public: // System.Byte[] System.Security.Cryptography.SHA256Managed::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_4; // System.Int64 System.Security.Cryptography.SHA256Managed::_count int64_t ____count_5; // System.UInt32[] System.Security.Cryptography.SHA256Managed::_stateSHA256 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____stateSHA256_6; // System.UInt32[] System.Security.Cryptography.SHA256Managed::_W UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____W_7; public: inline static int32_t get_offset_of__buffer_4() { return static_cast(offsetof(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B, ____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(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B, ____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__stateSHA256_6() { return static_cast(offsetof(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B, ____stateSHA256_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__stateSHA256_6() const { return ____stateSHA256_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__stateSHA256_6() { return &____stateSHA256_6; } inline void set__stateSHA256_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____stateSHA256_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stateSHA256_6), (void*)value); } inline static int32_t get_offset_of__W_7() { return static_cast(offsetof(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B, ____W_7)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__W_7() const { return ____W_7; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__W_7() { return &____W_7; } inline void set__W_7(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____W_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____W_7), (void*)value); } }; struct SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_StaticFields { public: // System.UInt32[] System.Security.Cryptography.SHA256Managed::_K UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____K_8; public: inline static int32_t get_offset_of__K_8() { return static_cast(offsetof(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_StaticFields, ____K_8)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__K_8() const { return ____K_8; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__K_8() { return &____K_8; } inline void set__K_8(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____K_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____K_8), (void*)value); } }; // System.Security.Cryptography.SHA384Managed struct SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA : public SHA384_t9B79EB51A9026A16B0D6F9A306724FE4D3D3A9E9 { public: // System.Byte[] System.Security.Cryptography.SHA384Managed::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_4; // System.UInt64 System.Security.Cryptography.SHA384Managed::_count uint64_t ____count_5; // System.UInt64[] System.Security.Cryptography.SHA384Managed::_stateSHA384 UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ____stateSHA384_6; // System.UInt64[] System.Security.Cryptography.SHA384Managed::_W UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ____W_7; public: inline static int32_t get_offset_of__buffer_4() { return static_cast(offsetof(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA, ____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(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA, ____count_5)); } inline uint64_t get__count_5() const { return ____count_5; } inline uint64_t* get_address_of__count_5() { return &____count_5; } inline void set__count_5(uint64_t value) { ____count_5 = value; } inline static int32_t get_offset_of__stateSHA384_6() { return static_cast(offsetof(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA, ____stateSHA384_6)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get__stateSHA384_6() const { return ____stateSHA384_6; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of__stateSHA384_6() { return &____stateSHA384_6; } inline void set__stateSHA384_6(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ____stateSHA384_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stateSHA384_6), (void*)value); } inline static int32_t get_offset_of__W_7() { return static_cast(offsetof(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA, ____W_7)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get__W_7() const { return ____W_7; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of__W_7() { return &____W_7; } inline void set__W_7(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ____W_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____W_7), (void*)value); } }; struct SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_StaticFields { public: // System.UInt64[] System.Security.Cryptography.SHA384Managed::_K UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ____K_8; public: inline static int32_t get_offset_of__K_8() { return static_cast(offsetof(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_StaticFields, ____K_8)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get__K_8() const { return ____K_8; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of__K_8() { return &____K_8; } inline void set__K_8(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ____K_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____K_8), (void*)value); } }; // System.Security.Cryptography.SHA512Managed struct SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD : public SHA512_tCF17311CCA734D60E55D2A03356FC9BFF4B040F8 { public: // System.Byte[] System.Security.Cryptography.SHA512Managed::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_4; // System.UInt64 System.Security.Cryptography.SHA512Managed::_count uint64_t ____count_5; // System.UInt64[] System.Security.Cryptography.SHA512Managed::_stateSHA512 UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ____stateSHA512_6; // System.UInt64[] System.Security.Cryptography.SHA512Managed::_W UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ____W_7; public: inline static int32_t get_offset_of__buffer_4() { return static_cast(offsetof(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD, ____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(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD, ____count_5)); } inline uint64_t get__count_5() const { return ____count_5; } inline uint64_t* get_address_of__count_5() { return &____count_5; } inline void set__count_5(uint64_t value) { ____count_5 = value; } inline static int32_t get_offset_of__stateSHA512_6() { return static_cast(offsetof(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD, ____stateSHA512_6)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get__stateSHA512_6() const { return ____stateSHA512_6; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of__stateSHA512_6() { return &____stateSHA512_6; } inline void set__stateSHA512_6(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ____stateSHA512_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stateSHA512_6), (void*)value); } inline static int32_t get_offset_of__W_7() { return static_cast(offsetof(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD, ____W_7)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get__W_7() const { return ____W_7; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of__W_7() { return &____W_7; } inline void set__W_7(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ____W_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____W_7), (void*)value); } }; struct SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_StaticFields { public: // System.UInt64[] System.Security.Cryptography.SHA512Managed::_K UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ____K_8; public: inline static int32_t get_offset_of__K_8() { return static_cast(offsetof(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_StaticFields, ____K_8)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get__K_8() const { return ____K_8; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of__K_8() { return &____K_8; } inline void set__K_8(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ____K_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____K_8), (void*)value); } }; // Mono.SafeGPtrArrayHandle struct SafeGPtrArrayHandle_tAEC97FDEAA1FFF2E1C1475EECB98B945EF86141A { public: // Mono.RuntimeGPtrArrayHandle Mono.SafeGPtrArrayHandle::handle RuntimeGPtrArrayHandle_tFFF90E5789EADA37BC5B24EE93680549771445B7 ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(SafeGPtrArrayHandle_tAEC97FDEAA1FFF2E1C1475EECB98B945EF86141A, ___handle_0)); } inline RuntimeGPtrArrayHandle_tFFF90E5789EADA37BC5B24EE93680549771445B7 get_handle_0() const { return ___handle_0; } inline RuntimeGPtrArrayHandle_tFFF90E5789EADA37BC5B24EE93680549771445B7 * get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(RuntimeGPtrArrayHandle_tFFF90E5789EADA37BC5B24EE93680549771445B7 value) { ___handle_0 = value; } }; // System.Runtime.InteropServices.SafeHandle struct SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B : public CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 { public: // System.IntPtr System.Runtime.InteropServices.SafeHandle::handle intptr_t ___handle_0; // System.Int32 System.Runtime.InteropServices.SafeHandle::_state int32_t ____state_1; // System.Boolean System.Runtime.InteropServices.SafeHandle::_ownsHandle bool ____ownsHandle_2; // System.Boolean System.Runtime.InteropServices.SafeHandle::_fullyInitialized bool ____fullyInitialized_3; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } inline static int32_t get_offset_of__state_1() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ____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__ownsHandle_2() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ____ownsHandle_2)); } inline bool get__ownsHandle_2() const { return ____ownsHandle_2; } inline bool* get_address_of__ownsHandle_2() { return &____ownsHandle_2; } inline void set__ownsHandle_2(bool value) { ____ownsHandle_2 = value; } inline static int32_t get_offset_of__fullyInitialized_3() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ____fullyInitialized_3)); } inline bool get__fullyInitialized_3() const { return ____fullyInitialized_3; } inline bool* get_address_of__fullyInitialized_3() { return &____fullyInitialized_3; } inline void set__fullyInitialized_3(bool value) { ____fullyInitialized_3 = value; } }; // Mono.SafeStringMarshal struct SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E { public: // System.String Mono.SafeStringMarshal::str String_t* ___str_0; // System.IntPtr Mono.SafeStringMarshal::marshaled_string intptr_t ___marshaled_string_1; public: inline static int32_t get_offset_of_str_0() { return static_cast(offsetof(SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E, ___str_0)); } inline String_t* get_str_0() const { return ___str_0; } inline String_t** get_address_of_str_0() { return &___str_0; } inline void set_str_0(String_t* value) { ___str_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_0), (void*)value); } inline static int32_t get_offset_of_marshaled_string_1() { return static_cast(offsetof(SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E, ___marshaled_string_1)); } inline intptr_t get_marshaled_string_1() const { return ___marshaled_string_1; } inline intptr_t* get_address_of_marshaled_string_1() { return &___marshaled_string_1; } inline void set_marshaled_string_1(intptr_t value) { ___marshaled_string_1 = value; } }; // Native definition for P/Invoke marshalling of Mono.SafeStringMarshal struct SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E_marshaled_pinvoke { char* ___str_0; intptr_t ___marshaled_string_1; }; // Native definition for COM marshalling of Mono.SafeStringMarshal struct SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E_marshaled_com { Il2CppChar* ___str_0; intptr_t ___marshaled_string_1; }; // System.IO.SearchOption struct SearchOption_tD088231E1E225D39BB408AEF566091138555C261 { public: // System.Int32 System.IO.SearchOption::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SearchOption_tD088231E1E225D39BB408AEF566091138555C261, ___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.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.Security.Permissions.SecurityPermissionFlag struct SecurityPermissionFlag_t71422F8124CB8E8CCDB0559BC3A517794D712C19 { public: // System.Int32 System.Security.Permissions.SecurityPermissionFlag::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SecurityPermissionFlag_t71422F8124CB8E8CCDB0559BC3A517794D712C19, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.SeekOrigin struct SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SemaphoreSlim::m_currentCount int32_t ___m_currentCount_0; // System.Int32 System.Threading.SemaphoreSlim::m_maxCount int32_t ___m_maxCount_1; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SemaphoreSlim::m_waitCount int32_t ___m_waitCount_2; // System.Object System.Threading.SemaphoreSlim::m_lockObj RuntimeObject * ___m_lockObj_3; // System.Threading.ManualResetEvent modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SemaphoreSlim::m_waitHandle ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___m_waitHandle_4; // System.Threading.SemaphoreSlim/TaskNode System.Threading.SemaphoreSlim::m_asyncHead TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * ___m_asyncHead_5; // System.Threading.SemaphoreSlim/TaskNode System.Threading.SemaphoreSlim::m_asyncTail TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * ___m_asyncTail_6; public: inline static int32_t get_offset_of_m_currentCount_0() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385, ___m_currentCount_0)); } inline int32_t get_m_currentCount_0() const { return ___m_currentCount_0; } inline int32_t* get_address_of_m_currentCount_0() { return &___m_currentCount_0; } inline void set_m_currentCount_0(int32_t value) { ___m_currentCount_0 = value; } inline static int32_t get_offset_of_m_maxCount_1() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385, ___m_maxCount_1)); } inline int32_t get_m_maxCount_1() const { return ___m_maxCount_1; } inline int32_t* get_address_of_m_maxCount_1() { return &___m_maxCount_1; } inline void set_m_maxCount_1(int32_t value) { ___m_maxCount_1 = value; } inline static int32_t get_offset_of_m_waitCount_2() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385, ___m_waitCount_2)); } inline int32_t get_m_waitCount_2() const { return ___m_waitCount_2; } inline int32_t* get_address_of_m_waitCount_2() { return &___m_waitCount_2; } inline void set_m_waitCount_2(int32_t value) { ___m_waitCount_2 = value; } inline static int32_t get_offset_of_m_lockObj_3() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385, ___m_lockObj_3)); } inline RuntimeObject * get_m_lockObj_3() const { return ___m_lockObj_3; } inline RuntimeObject ** get_address_of_m_lockObj_3() { return &___m_lockObj_3; } inline void set_m_lockObj_3(RuntimeObject * value) { ___m_lockObj_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_lockObj_3), (void*)value); } inline static int32_t get_offset_of_m_waitHandle_4() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385, ___m_waitHandle_4)); } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * get_m_waitHandle_4() const { return ___m_waitHandle_4; } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** get_address_of_m_waitHandle_4() { return &___m_waitHandle_4; } inline void set_m_waitHandle_4(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * value) { ___m_waitHandle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_waitHandle_4), (void*)value); } inline static int32_t get_offset_of_m_asyncHead_5() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385, ___m_asyncHead_5)); } inline TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * get_m_asyncHead_5() const { return ___m_asyncHead_5; } inline TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E ** get_address_of_m_asyncHead_5() { return &___m_asyncHead_5; } inline void set_m_asyncHead_5(TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * value) { ___m_asyncHead_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_asyncHead_5), (void*)value); } inline static int32_t get_offset_of_m_asyncTail_6() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385, ___m_asyncTail_6)); } inline TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * get_m_asyncTail_6() const { return ___m_asyncTail_6; } inline TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E ** get_address_of_m_asyncTail_6() { return &___m_asyncTail_6; } inline void set_m_asyncTail_6(TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * value) { ___m_asyncTail_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_asyncTail_6), (void*)value); } }; struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_StaticFields { public: // System.Threading.Tasks.Task`1 System.Threading.SemaphoreSlim::s_trueTask Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * ___s_trueTask_7; // System.Action`1 System.Threading.SemaphoreSlim::s_cancellationTokenCanceledEventHandler Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_cancellationTokenCanceledEventHandler_9; public: inline static int32_t get_offset_of_s_trueTask_7() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_StaticFields, ___s_trueTask_7)); } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * get_s_trueTask_7() const { return ___s_trueTask_7; } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 ** get_address_of_s_trueTask_7() { return &___s_trueTask_7; } inline void set_s_trueTask_7(Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * value) { ___s_trueTask_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_trueTask_7), (void*)value); } inline static int32_t get_offset_of_s_cancellationTokenCanceledEventHandler_9() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_StaticFields, ___s_cancellationTokenCanceledEventHandler_9)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_cancellationTokenCanceledEventHandler_9() const { return ___s_cancellationTokenCanceledEventHandler_9; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_cancellationTokenCanceledEventHandler_9() { return &___s_cancellationTokenCanceledEventHandler_9; } inline void set_s_cancellationTokenCanceledEventHandler_9(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_cancellationTokenCanceledEventHandler_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cancellationTokenCanceledEventHandler_9), (void*)value); } }; // System.Runtime.Serialization.SerializationFieldInfo struct SerializationFieldInfo_t0D5EE593AFBF37E72513E2979070B344BCBD8C55 : public FieldInfo_t { public: // System.Reflection.RuntimeFieldInfo System.Runtime.Serialization.SerializationFieldInfo::m_field RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * ___m_field_0; // System.String System.Runtime.Serialization.SerializationFieldInfo::m_serializationName String_t* ___m_serializationName_1; public: inline static int32_t get_offset_of_m_field_0() { return static_cast(offsetof(SerializationFieldInfo_t0D5EE593AFBF37E72513E2979070B344BCBD8C55, ___m_field_0)); } inline RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * get_m_field_0() const { return ___m_field_0; } inline RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C ** get_address_of_m_field_0() { return &___m_field_0; } inline void set_m_field_0(RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * value) { ___m_field_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_field_0), (void*)value); } inline static int32_t get_offset_of_m_serializationName_1() { return static_cast(offsetof(SerializationFieldInfo_t0D5EE593AFBF37E72513E2979070B344BCBD8C55, ___m_serializationName_1)); } inline String_t* get_m_serializationName_1() const { return ___m_serializationName_1; } inline String_t** get_address_of_m_serializationName_1() { return &___m_serializationName_1; } inline void set_m_serializationName_1(String_t* value) { ___m_serializationName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_serializationName_1), (void*)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.IO.StringReader struct StringReader_t74E352C280EAC22C878867444978741F19E1F895 : public TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F { public: // System.String System.IO.StringReader::_s String_t* ____s_4; // System.Int32 System.IO.StringReader::_pos int32_t ____pos_5; // System.Int32 System.IO.StringReader::_length int32_t ____length_6; public: inline static int32_t get_offset_of__s_4() { return static_cast(offsetof(StringReader_t74E352C280EAC22C878867444978741F19E1F895, ____s_4)); } inline String_t* get__s_4() const { return ____s_4; } inline String_t** get_address_of__s_4() { return &____s_4; } inline void set__s_4(String_t* value) { ____s_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____s_4), (void*)value); } inline static int32_t get_offset_of__pos_5() { return static_cast(offsetof(StringReader_t74E352C280EAC22C878867444978741F19E1F895, ____pos_5)); } inline int32_t get__pos_5() const { return ____pos_5; } inline int32_t* get_address_of__pos_5() { return &____pos_5; } inline void set__pos_5(int32_t value) { ____pos_5 = value; } inline static int32_t get_offset_of__length_6() { return static_cast(offsetof(StringReader_t74E352C280EAC22C878867444978741F19E1F895, ____length_6)); } inline int32_t get__length_6() const { return ____length_6; } inline int32_t* get_address_of__length_6() { return &____length_6; } inline void set__length_6(int32_t value) { ____length_6 = 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.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C : public RuntimeObject { public: // System.String System.Globalization.TextInfo::m_listSeparator String_t* ___m_listSeparator_0; // System.Boolean System.Globalization.TextInfo::m_isReadOnly bool ___m_isReadOnly_1; // System.String System.Globalization.TextInfo::m_cultureName String_t* ___m_cultureName_2; // System.Globalization.CultureData System.Globalization.TextInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_3; // System.String System.Globalization.TextInfo::m_textInfoName String_t* ___m_textInfoName_4; // System.Nullable`1 System.Globalization.TextInfo::m_IsAsciiCasingSameAsInvariant Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___m_IsAsciiCasingSameAsInvariant_5; // System.String System.Globalization.TextInfo::customCultureName String_t* ___customCultureName_7; // System.Int32 System.Globalization.TextInfo::m_nDataItem int32_t ___m_nDataItem_8; // System.Boolean System.Globalization.TextInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Int32 System.Globalization.TextInfo::m_win32LangID int32_t ___m_win32LangID_10; public: inline static int32_t get_offset_of_m_listSeparator_0() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_listSeparator_0)); } inline String_t* get_m_listSeparator_0() const { return ___m_listSeparator_0; } inline String_t** get_address_of_m_listSeparator_0() { return &___m_listSeparator_0; } inline void set_m_listSeparator_0(String_t* value) { ___m_listSeparator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_listSeparator_0), (void*)value); } inline static int32_t get_offset_of_m_isReadOnly_1() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_isReadOnly_1)); } inline bool get_m_isReadOnly_1() const { return ___m_isReadOnly_1; } inline bool* get_address_of_m_isReadOnly_1() { return &___m_isReadOnly_1; } inline void set_m_isReadOnly_1(bool value) { ___m_isReadOnly_1 = value; } inline static int32_t get_offset_of_m_cultureName_2() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_cultureName_2)); } inline String_t* get_m_cultureName_2() const { return ___m_cultureName_2; } inline String_t** get_address_of_m_cultureName_2() { return &___m_cultureName_2; } inline void set_m_cultureName_2(String_t* value) { ___m_cultureName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureName_2), (void*)value); } inline static int32_t get_offset_of_m_cultureData_3() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_cultureData_3)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_3() const { return ___m_cultureData_3; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_3() { return &___m_cultureData_3; } inline void set_m_cultureData_3(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_3), (void*)value); } inline static int32_t get_offset_of_m_textInfoName_4() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_textInfoName_4)); } inline String_t* get_m_textInfoName_4() const { return ___m_textInfoName_4; } inline String_t** get_address_of_m_textInfoName_4() { return &___m_textInfoName_4; } inline void set_m_textInfoName_4(String_t* value) { ___m_textInfoName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_textInfoName_4), (void*)value); } inline static int32_t get_offset_of_m_IsAsciiCasingSameAsInvariant_5() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_IsAsciiCasingSameAsInvariant_5)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_m_IsAsciiCasingSameAsInvariant_5() const { return ___m_IsAsciiCasingSameAsInvariant_5; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_m_IsAsciiCasingSameAsInvariant_5() { return &___m_IsAsciiCasingSameAsInvariant_5; } inline void set_m_IsAsciiCasingSameAsInvariant_5(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___m_IsAsciiCasingSameAsInvariant_5 = value; } inline static int32_t get_offset_of_customCultureName_7() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___customCultureName_7)); } inline String_t* get_customCultureName_7() const { return ___customCultureName_7; } inline String_t** get_address_of_customCultureName_7() { return &___customCultureName_7; } inline void set_customCultureName_7(String_t* value) { ___customCultureName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___customCultureName_7), (void*)value); } inline static int32_t get_offset_of_m_nDataItem_8() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_nDataItem_8)); } inline int32_t get_m_nDataItem_8() const { return ___m_nDataItem_8; } inline int32_t* get_address_of_m_nDataItem_8() { return &___m_nDataItem_8; } inline void set_m_nDataItem_8(int32_t value) { ___m_nDataItem_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___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_m_win32LangID_10() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_win32LangID_10)); } inline int32_t get_m_win32LangID_10() const { return ___m_win32LangID_10; } inline int32_t* get_address_of_m_win32LangID_10() { return &___m_win32LangID_10; } inline void set_m_win32LangID_10(int32_t value) { ___m_win32LangID_10 = value; } }; struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_StaticFields { public: // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.TextInfo::s_Invariant TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___s_Invariant_6; public: inline static int32_t get_offset_of_s_Invariant_6() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_StaticFields, ___s_Invariant_6)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_s_Invariant_6() const { return ___s_Invariant_6; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_s_Invariant_6() { return &___s_Invariant_6; } inline void set_s_Invariant_6(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___s_Invariant_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Invariant_6), (void*)value); } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // System.Globalization.UnicodeCategory struct UnicodeCategory_t6F1DA413FEAE6D03B02A0AD747327E865AFF8A38 { public: // System.Int32 System.Globalization.UnicodeCategory::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UnicodeCategory_t6F1DA413FEAE6D03B02A0AD747327E865AFF8A38, ___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.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IntPtr System.Threading.WaitHandle::waitHandle intptr_t ___waitHandle_3; // Microsoft.Win32.SafeHandles.SafeWaitHandle modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.WaitHandle::safeWaitHandle SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * ___safeWaitHandle_4; // System.Boolean System.Threading.WaitHandle::hasThreadAffinity bool ___hasThreadAffinity_5; public: inline static int32_t get_offset_of_waitHandle_3() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___waitHandle_3)); } inline intptr_t get_waitHandle_3() const { return ___waitHandle_3; } inline intptr_t* get_address_of_waitHandle_3() { return &___waitHandle_3; } inline void set_waitHandle_3(intptr_t value) { ___waitHandle_3 = value; } inline static int32_t get_offset_of_safeWaitHandle_4() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___safeWaitHandle_4)); } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * get_safeWaitHandle_4() const { return ___safeWaitHandle_4; } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 ** get_address_of_safeWaitHandle_4() { return &___safeWaitHandle_4; } inline void set_safeWaitHandle_4(SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * value) { ___safeWaitHandle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeWaitHandle_4), (void*)value); } inline static int32_t get_offset_of_hasThreadAffinity_5() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___hasThreadAffinity_5)); } inline bool get_hasThreadAffinity_5() const { return ___hasThreadAffinity_5; } inline bool* get_address_of_hasThreadAffinity_5() { return &___hasThreadAffinity_5; } inline void set_hasThreadAffinity_5(bool value) { ___hasThreadAffinity_5 = value; } }; struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_StaticFields { public: // System.IntPtr System.Threading.WaitHandle::InvalidHandle intptr_t ___InvalidHandle_10; public: inline static int32_t get_offset_of_InvalidHandle_10() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_StaticFields, ___InvalidHandle_10)); } inline intptr_t get_InvalidHandle_10() const { return ___InvalidHandle_10; } inline intptr_t* get_address_of_InvalidHandle_10() { return &___InvalidHandle_10; } inline void set_InvalidHandle_10(intptr_t value) { ___InvalidHandle_10 = value; } }; // Native definition for P/Invoke marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_pinvoke : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // Native definition for COM marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_com : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // Mono.Globalization.Unicode.SimpleCollator/ExtenderType struct ExtenderType_tB8BCD35D87A7D8B638D94C4FAB4F5FCEF64C4A29 { public: // System.Int32 Mono.Globalization.Unicode.SimpleCollator/ExtenderType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExtenderType_tB8BCD35D87A7D8B638D94C4FAB4F5FCEF64C4A29, ___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`1 struct Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result bool ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849, ___m_result_40)); } inline bool get_m_result_40() const { return ___m_result_40; } inline bool* get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(bool value) { ___m_result_40 = value; } }; struct Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t069438A73348A2B1B34A2C68E0478EE107ECCFC7 * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t24DC43D57AB022882FE433E3B16B6D7E4BD14BB4 * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_t069438A73348A2B1B34A2C68E0478EE107ECCFC7 * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_t069438A73348A2B1B34A2C68E0478EE107ECCFC7 ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_t069438A73348A2B1B34A2C68E0478EE107ECCFC7 * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t24DC43D57AB022882FE433E3B16B6D7E4BD14BB4 * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t24DC43D57AB022882FE433E3B16B6D7E4BD14BB4 ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t24DC43D57AB022882FE433E3B16B6D7E4BD14BB4 * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Reflection.AssemblyName struct AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 : public RuntimeObject { public: // System.String System.Reflection.AssemblyName::name String_t* ___name_0; // System.String System.Reflection.AssemblyName::codebase String_t* ___codebase_1; // System.Int32 System.Reflection.AssemblyName::major int32_t ___major_2; // System.Int32 System.Reflection.AssemblyName::minor int32_t ___minor_3; // System.Int32 System.Reflection.AssemblyName::build int32_t ___build_4; // System.Int32 System.Reflection.AssemblyName::revision int32_t ___revision_5; // System.Globalization.CultureInfo System.Reflection.AssemblyName::cultureinfo CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___cultureinfo_6; // System.Reflection.AssemblyNameFlags System.Reflection.AssemblyName::flags int32_t ___flags_7; // System.Configuration.Assemblies.AssemblyHashAlgorithm System.Reflection.AssemblyName::hashalg int32_t ___hashalg_8; // System.Reflection.StrongNameKeyPair System.Reflection.AssemblyName::keypair StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF * ___keypair_9; // System.Byte[] System.Reflection.AssemblyName::publicKey ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___publicKey_10; // System.Byte[] System.Reflection.AssemblyName::keyToken ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___keyToken_11; // System.Configuration.Assemblies.AssemblyVersionCompatibility System.Reflection.AssemblyName::versioncompat int32_t ___versioncompat_12; // System.Version System.Reflection.AssemblyName::version Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___version_13; // System.Reflection.ProcessorArchitecture System.Reflection.AssemblyName::processor_architecture int32_t ___processor_architecture_14; // System.Reflection.AssemblyContentType System.Reflection.AssemblyName::contentType int32_t ___contentType_15; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_codebase_1() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___codebase_1)); } inline String_t* get_codebase_1() const { return ___codebase_1; } inline String_t** get_address_of_codebase_1() { return &___codebase_1; } inline void set_codebase_1(String_t* value) { ___codebase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___codebase_1), (void*)value); } inline static int32_t get_offset_of_major_2() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___major_2)); } inline int32_t get_major_2() const { return ___major_2; } inline int32_t* get_address_of_major_2() { return &___major_2; } inline void set_major_2(int32_t value) { ___major_2 = value; } inline static int32_t get_offset_of_minor_3() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___minor_3)); } inline int32_t get_minor_3() const { return ___minor_3; } inline int32_t* get_address_of_minor_3() { return &___minor_3; } inline void set_minor_3(int32_t value) { ___minor_3 = value; } inline static int32_t get_offset_of_build_4() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___build_4)); } inline int32_t get_build_4() const { return ___build_4; } inline int32_t* get_address_of_build_4() { return &___build_4; } inline void set_build_4(int32_t value) { ___build_4 = value; } inline static int32_t get_offset_of_revision_5() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___revision_5)); } inline int32_t get_revision_5() const { return ___revision_5; } inline int32_t* get_address_of_revision_5() { return &___revision_5; } inline void set_revision_5(int32_t value) { ___revision_5 = value; } inline static int32_t get_offset_of_cultureinfo_6() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___cultureinfo_6)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_cultureinfo_6() const { return ___cultureinfo_6; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_cultureinfo_6() { return &___cultureinfo_6; } inline void set_cultureinfo_6(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___cultureinfo_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___cultureinfo_6), (void*)value); } inline static int32_t get_offset_of_flags_7() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___flags_7)); } inline int32_t get_flags_7() const { return ___flags_7; } inline int32_t* get_address_of_flags_7() { return &___flags_7; } inline void set_flags_7(int32_t value) { ___flags_7 = value; } inline static int32_t get_offset_of_hashalg_8() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___hashalg_8)); } inline int32_t get_hashalg_8() const { return ___hashalg_8; } inline int32_t* get_address_of_hashalg_8() { return &___hashalg_8; } inline void set_hashalg_8(int32_t value) { ___hashalg_8 = value; } inline static int32_t get_offset_of_keypair_9() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___keypair_9)); } inline StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF * get_keypair_9() const { return ___keypair_9; } inline StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF ** get_address_of_keypair_9() { return &___keypair_9; } inline void set_keypair_9(StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF * value) { ___keypair_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___keypair_9), (void*)value); } inline static int32_t get_offset_of_publicKey_10() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___publicKey_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_publicKey_10() const { return ___publicKey_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_publicKey_10() { return &___publicKey_10; } inline void set_publicKey_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___publicKey_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKey_10), (void*)value); } inline static int32_t get_offset_of_keyToken_11() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___keyToken_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_keyToken_11() const { return ___keyToken_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_keyToken_11() { return &___keyToken_11; } inline void set_keyToken_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___keyToken_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyToken_11), (void*)value); } inline static int32_t get_offset_of_versioncompat_12() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___versioncompat_12)); } inline int32_t get_versioncompat_12() const { return ___versioncompat_12; } inline int32_t* get_address_of_versioncompat_12() { return &___versioncompat_12; } inline void set_versioncompat_12(int32_t value) { ___versioncompat_12 = value; } inline static int32_t get_offset_of_version_13() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___version_13)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_version_13() const { return ___version_13; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_version_13() { return &___version_13; } inline void set_version_13(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___version_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_13), (void*)value); } inline static int32_t get_offset_of_processor_architecture_14() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___processor_architecture_14)); } inline int32_t get_processor_architecture_14() const { return ___processor_architecture_14; } inline int32_t* get_address_of_processor_architecture_14() { return &___processor_architecture_14; } inline void set_processor_architecture_14(int32_t value) { ___processor_architecture_14 = value; } inline static int32_t get_offset_of_contentType_15() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___contentType_15)); } inline int32_t get_contentType_15() const { return ___contentType_15; } inline int32_t* get_address_of_contentType_15() { return &___contentType_15; } inline void set_contentType_15(int32_t value) { ___contentType_15 = value; } }; // Native definition for P/Invoke marshalling of System.Reflection.AssemblyName struct AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824_marshaled_pinvoke { char* ___name_0; char* ___codebase_1; int32_t ___major_2; int32_t ___minor_3; int32_t ___build_4; int32_t ___revision_5; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___cultureinfo_6; int32_t ___flags_7; int32_t ___hashalg_8; StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF * ___keypair_9; Il2CppSafeArray/*NONE*/* ___publicKey_10; Il2CppSafeArray/*NONE*/* ___keyToken_11; int32_t ___versioncompat_12; Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___version_13; int32_t ___processor_architecture_14; int32_t ___contentType_15; }; // Native definition for COM marshalling of System.Reflection.AssemblyName struct AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___codebase_1; int32_t ___major_2; int32_t ___minor_3; int32_t ___build_4; int32_t ___revision_5; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___cultureinfo_6; int32_t ___flags_7; int32_t ___hashalg_8; StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF * ___keypair_9; Il2CppSafeArray/*NONE*/* ___publicKey_10; Il2CppSafeArray/*NONE*/* ___keyToken_11; int32_t ___versioncompat_12; Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___version_13; int32_t ___processor_architecture_14; int32_t ___contentType_15; }; // System.Threading.EventWaitHandle struct EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C : public WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 { public: public: }; // System.Runtime.Remoting.Lifetime.Lease struct Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.DateTime System.Runtime.Remoting.Lifetime.Lease::_leaseExpireTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ____leaseExpireTime_1; // System.Runtime.Remoting.Lifetime.LeaseState System.Runtime.Remoting.Lifetime.Lease::_currentState int32_t ____currentState_2; // System.TimeSpan System.Runtime.Remoting.Lifetime.Lease::_initialLeaseTime TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ____initialLeaseTime_3; // System.TimeSpan System.Runtime.Remoting.Lifetime.Lease::_renewOnCallTime TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ____renewOnCallTime_4; // System.TimeSpan System.Runtime.Remoting.Lifetime.Lease::_sponsorshipTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ____sponsorshipTimeout_5; // System.Collections.ArrayList System.Runtime.Remoting.Lifetime.Lease::_sponsors ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____sponsors_6; // System.Collections.Queue System.Runtime.Remoting.Lifetime.Lease::_renewingSponsors Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * ____renewingSponsors_7; // System.Runtime.Remoting.Lifetime.Lease/RenewalDelegate System.Runtime.Remoting.Lifetime.Lease::_renewalDelegate RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7 * ____renewalDelegate_8; public: inline static int32_t get_offset_of__leaseExpireTime_1() { return static_cast(offsetof(Lease_tA878061ECC9A466127F00ACF5568EAB267E05641, ____leaseExpireTime_1)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get__leaseExpireTime_1() const { return ____leaseExpireTime_1; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of__leaseExpireTime_1() { return &____leaseExpireTime_1; } inline void set__leaseExpireTime_1(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ____leaseExpireTime_1 = value; } inline static int32_t get_offset_of__currentState_2() { return static_cast(offsetof(Lease_tA878061ECC9A466127F00ACF5568EAB267E05641, ____currentState_2)); } inline int32_t get__currentState_2() const { return ____currentState_2; } inline int32_t* get_address_of__currentState_2() { return &____currentState_2; } inline void set__currentState_2(int32_t value) { ____currentState_2 = value; } inline static int32_t get_offset_of__initialLeaseTime_3() { return static_cast(offsetof(Lease_tA878061ECC9A466127F00ACF5568EAB267E05641, ____initialLeaseTime_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get__initialLeaseTime_3() const { return ____initialLeaseTime_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of__initialLeaseTime_3() { return &____initialLeaseTime_3; } inline void set__initialLeaseTime_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ____initialLeaseTime_3 = value; } inline static int32_t get_offset_of__renewOnCallTime_4() { return static_cast(offsetof(Lease_tA878061ECC9A466127F00ACF5568EAB267E05641, ____renewOnCallTime_4)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get__renewOnCallTime_4() const { return ____renewOnCallTime_4; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of__renewOnCallTime_4() { return &____renewOnCallTime_4; } inline void set__renewOnCallTime_4(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ____renewOnCallTime_4 = value; } inline static int32_t get_offset_of__sponsorshipTimeout_5() { return static_cast(offsetof(Lease_tA878061ECC9A466127F00ACF5568EAB267E05641, ____sponsorshipTimeout_5)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get__sponsorshipTimeout_5() const { return ____sponsorshipTimeout_5; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of__sponsorshipTimeout_5() { return &____sponsorshipTimeout_5; } inline void set__sponsorshipTimeout_5(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ____sponsorshipTimeout_5 = value; } inline static int32_t get_offset_of__sponsors_6() { return static_cast(offsetof(Lease_tA878061ECC9A466127F00ACF5568EAB267E05641, ____sponsors_6)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__sponsors_6() const { return ____sponsors_6; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__sponsors_6() { return &____sponsors_6; } inline void set__sponsors_6(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____sponsors_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____sponsors_6), (void*)value); } inline static int32_t get_offset_of__renewingSponsors_7() { return static_cast(offsetof(Lease_tA878061ECC9A466127F00ACF5568EAB267E05641, ____renewingSponsors_7)); } inline Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * get__renewingSponsors_7() const { return ____renewingSponsors_7; } inline Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 ** get_address_of__renewingSponsors_7() { return &____renewingSponsors_7; } inline void set__renewingSponsors_7(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * value) { ____renewingSponsors_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____renewingSponsors_7), (void*)value); } inline static int32_t get_offset_of__renewalDelegate_8() { return static_cast(offsetof(Lease_tA878061ECC9A466127F00ACF5568EAB267E05641, ____renewalDelegate_8)); } inline RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7 * get__renewalDelegate_8() const { return ____renewalDelegate_8; } inline RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7 ** get_address_of__renewalDelegate_8() { return &____renewalDelegate_8; } inline void set__renewalDelegate_8(RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7 * value) { ____renewalDelegate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____renewalDelegate_8), (void*)value); } }; // System.Reflection.Module struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 : public RuntimeObject { public: // System.IntPtr System.Reflection.Module::_impl intptr_t ____impl_2; // System.Reflection.Assembly System.Reflection.Module::assembly Assembly_t * ___assembly_3; // System.String System.Reflection.Module::fqname String_t* ___fqname_4; // System.String System.Reflection.Module::name String_t* ___name_5; // System.String System.Reflection.Module::scopename String_t* ___scopename_6; // System.Boolean System.Reflection.Module::is_resource bool ___is_resource_7; // System.Int32 System.Reflection.Module::token int32_t ___token_8; public: inline static int32_t get_offset_of__impl_2() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ____impl_2)); } inline intptr_t get__impl_2() const { return ____impl_2; } inline intptr_t* get_address_of__impl_2() { return &____impl_2; } inline void set__impl_2(intptr_t value) { ____impl_2 = value; } inline static int32_t get_offset_of_assembly_3() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___assembly_3)); } inline Assembly_t * get_assembly_3() const { return ___assembly_3; } inline Assembly_t ** get_address_of_assembly_3() { return &___assembly_3; } inline void set_assembly_3(Assembly_t * value) { ___assembly_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___assembly_3), (void*)value); } inline static int32_t get_offset_of_fqname_4() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___fqname_4)); } inline String_t* get_fqname_4() const { return ___fqname_4; } inline String_t** get_address_of_fqname_4() { return &___fqname_4; } inline void set_fqname_4(String_t* value) { ___fqname_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___fqname_4), (void*)value); } inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___name_5)); } inline String_t* get_name_5() const { return ___name_5; } inline String_t** get_address_of_name_5() { return &___name_5; } inline void set_name_5(String_t* value) { ___name_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_5), (void*)value); } inline static int32_t get_offset_of_scopename_6() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___scopename_6)); } inline String_t* get_scopename_6() const { return ___scopename_6; } inline String_t** get_address_of_scopename_6() { return &___scopename_6; } inline void set_scopename_6(String_t* value) { ___scopename_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___scopename_6), (void*)value); } inline static int32_t get_offset_of_is_resource_7() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___is_resource_7)); } inline bool get_is_resource_7() const { return ___is_resource_7; } inline bool* get_address_of_is_resource_7() { return &___is_resource_7; } inline void set_is_resource_7(bool value) { ___is_resource_7 = value; } inline static int32_t get_offset_of_token_8() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___token_8)); } inline int32_t get_token_8() const { return ___token_8; } inline int32_t* get_address_of_token_8() { return &___token_8; } inline void set_token_8(int32_t value) { ___token_8 = value; } }; struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_StaticFields { public: // System.Reflection.TypeFilter System.Reflection.Module::FilterTypeName TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * ___FilterTypeName_0; // System.Reflection.TypeFilter System.Reflection.Module::FilterTypeNameIgnoreCase TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * ___FilterTypeNameIgnoreCase_1; public: inline static int32_t get_offset_of_FilterTypeName_0() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_StaticFields, ___FilterTypeName_0)); } inline TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * get_FilterTypeName_0() const { return ___FilterTypeName_0; } inline TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 ** get_address_of_FilterTypeName_0() { return &___FilterTypeName_0; } inline void set_FilterTypeName_0(TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * value) { ___FilterTypeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterTypeName_0), (void*)value); } inline static int32_t get_offset_of_FilterTypeNameIgnoreCase_1() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_StaticFields, ___FilterTypeNameIgnoreCase_1)); } inline TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * get_FilterTypeNameIgnoreCase_1() const { return ___FilterTypeNameIgnoreCase_1; } inline TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 ** get_address_of_FilterTypeNameIgnoreCase_1() { return &___FilterTypeNameIgnoreCase_1; } inline void set_FilterTypeNameIgnoreCase_1(TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * value) { ___FilterTypeNameIgnoreCase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterTypeNameIgnoreCase_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.Module struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_marshaled_pinvoke { intptr_t ____impl_2; Assembly_t_marshaled_pinvoke* ___assembly_3; char* ___fqname_4; char* ___name_5; char* ___scopename_6; int32_t ___is_resource_7; int32_t ___token_8; }; // Native definition for COM marshalling of System.Reflection.Module struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_marshaled_com { intptr_t ____impl_2; Assembly_t_marshaled_com* ___assembly_3; Il2CppChar* ___fqname_4; Il2CppChar* ___name_5; Il2CppChar* ___scopename_6; int32_t ___is_resource_7; int32_t ___token_8; }; // 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.Reflection.RtFieldInfo struct RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179 : public RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C { public: public: }; // System.Reflection.RuntimeConstructorInfo struct RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB : public ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B { public: public: }; // Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid struct SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 : public SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B { public: public: }; // System.Security.Permissions.SecurityPermission struct SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 : public CodeAccessPermission_t7C1071DF7520461EC0D3DC70980DADFFCE5701D3 { public: // System.Security.Permissions.SecurityPermissionFlag System.Security.Permissions.SecurityPermission::flags int32_t ___flags_0; public: inline static int32_t get_offset_of_flags_0() { return static_cast(offsetof(SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315, ___flags_0)); } inline int32_t get_flags_0() const { return ___flags_0; } inline int32_t* get_address_of_flags_0() { return &___flags_0; } inline void set_flags_0(int32_t value) { ___flags_0 = value; } }; // System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord struct SerializationHeaderRecord_t58AFB2ADC0098B395661EE07EC90016CAA2F06D4 : public RuntimeObject { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::binaryFormatterMajorVersion int32_t ___binaryFormatterMajorVersion_0; // System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::binaryFormatterMinorVersion int32_t ___binaryFormatterMinorVersion_1; // System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::binaryHeaderEnum int32_t ___binaryHeaderEnum_2; // System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::topId int32_t ___topId_3; // System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::headerId int32_t ___headerId_4; // System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::majorVersion int32_t ___majorVersion_5; // System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::minorVersion int32_t ___minorVersion_6; public: inline static int32_t get_offset_of_binaryFormatterMajorVersion_0() { return static_cast(offsetof(SerializationHeaderRecord_t58AFB2ADC0098B395661EE07EC90016CAA2F06D4, ___binaryFormatterMajorVersion_0)); } inline int32_t get_binaryFormatterMajorVersion_0() const { return ___binaryFormatterMajorVersion_0; } inline int32_t* get_address_of_binaryFormatterMajorVersion_0() { return &___binaryFormatterMajorVersion_0; } inline void set_binaryFormatterMajorVersion_0(int32_t value) { ___binaryFormatterMajorVersion_0 = value; } inline static int32_t get_offset_of_binaryFormatterMinorVersion_1() { return static_cast(offsetof(SerializationHeaderRecord_t58AFB2ADC0098B395661EE07EC90016CAA2F06D4, ___binaryFormatterMinorVersion_1)); } inline int32_t get_binaryFormatterMinorVersion_1() const { return ___binaryFormatterMinorVersion_1; } inline int32_t* get_address_of_binaryFormatterMinorVersion_1() { return &___binaryFormatterMinorVersion_1; } inline void set_binaryFormatterMinorVersion_1(int32_t value) { ___binaryFormatterMinorVersion_1 = value; } inline static int32_t get_offset_of_binaryHeaderEnum_2() { return static_cast(offsetof(SerializationHeaderRecord_t58AFB2ADC0098B395661EE07EC90016CAA2F06D4, ___binaryHeaderEnum_2)); } inline int32_t get_binaryHeaderEnum_2() const { return ___binaryHeaderEnum_2; } inline int32_t* get_address_of_binaryHeaderEnum_2() { return &___binaryHeaderEnum_2; } inline void set_binaryHeaderEnum_2(int32_t value) { ___binaryHeaderEnum_2 = value; } inline static int32_t get_offset_of_topId_3() { return static_cast(offsetof(SerializationHeaderRecord_t58AFB2ADC0098B395661EE07EC90016CAA2F06D4, ___topId_3)); } inline int32_t get_topId_3() const { return ___topId_3; } inline int32_t* get_address_of_topId_3() { return &___topId_3; } inline void set_topId_3(int32_t value) { ___topId_3 = value; } inline static int32_t get_offset_of_headerId_4() { return static_cast(offsetof(SerializationHeaderRecord_t58AFB2ADC0098B395661EE07EC90016CAA2F06D4, ___headerId_4)); } inline int32_t get_headerId_4() const { return ___headerId_4; } inline int32_t* get_address_of_headerId_4() { return &___headerId_4; } inline void set_headerId_4(int32_t value) { ___headerId_4 = value; } inline static int32_t get_offset_of_majorVersion_5() { return static_cast(offsetof(SerializationHeaderRecord_t58AFB2ADC0098B395661EE07EC90016CAA2F06D4, ___majorVersion_5)); } inline int32_t get_majorVersion_5() const { return ___majorVersion_5; } inline int32_t* get_address_of_majorVersion_5() { return &___majorVersion_5; } inline void set_majorVersion_5(int32_t value) { ___majorVersion_5 = value; } inline static int32_t get_offset_of_minorVersion_6() { return static_cast(offsetof(SerializationHeaderRecord_t58AFB2ADC0098B395661EE07EC90016CAA2F06D4, ___minorVersion_6)); } inline int32_t get_minorVersion_6() const { return ___minorVersion_6; } inline int32_t* get_address_of_minorVersion_6() { return &___minorVersion_6; } inline void set_minorVersion_6(int32_t value) { ___minorVersion_6 = value; } }; // System.Globalization.SortKey struct SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 : public RuntimeObject { public: // System.String System.Globalization.SortKey::source String_t* ___source_0; // System.Byte[] System.Globalization.SortKey::key ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key_1; // System.Globalization.CompareOptions System.Globalization.SortKey::options int32_t ___options_2; // System.Int32 System.Globalization.SortKey::lcid int32_t ___lcid_3; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52, ___source_0)); } inline String_t* get_source_0() const { return ___source_0; } inline String_t** get_address_of_source_0() { return &___source_0; } inline void set_source_0(String_t* value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_key_1() { return static_cast(offsetof(SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52, ___key_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_key_1() const { return ___key_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_key_1() { return &___key_1; } inline void set_key_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___key_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_1), (void*)value); } inline static int32_t get_offset_of_options_2() { return static_cast(offsetof(SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52, ___options_2)); } inline int32_t get_options_2() const { return ___options_2; } inline int32_t* get_address_of_options_2() { return &___options_2; } inline void set_options_2(int32_t value) { ___options_2 = value; } inline static int32_t get_offset_of_lcid_3() { return static_cast(offsetof(SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52, ___lcid_3)); } inline int32_t get_lcid_3() const { return ___lcid_3; } inline int32_t* get_address_of_lcid_3() { return &___lcid_3; } inline void set_lcid_3(int32_t value) { ___lcid_3 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.SortKey struct SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_marshaled_pinvoke { char* ___source_0; Il2CppSafeArray/*NONE*/* ___key_1; int32_t ___options_2; int32_t ___lcid_3; }; // Native definition for COM marshalling of System.Globalization.SortKey struct SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_marshaled_com { Il2CppChar* ___source_0; Il2CppSafeArray/*NONE*/* ___key_1; int32_t ___options_2; int32_t ___lcid_3; }; // Mono.Globalization.Unicode.SortKeyBuffer struct SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE : public RuntimeObject { public: // System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l1b ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___l1b_0; // System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l2b ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___l2b_1; // System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l3b ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___l3b_2; // System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l4sb ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___l4sb_3; // System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l4tb ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___l4tb_4; // System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l4kb ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___l4kb_5; // System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l4wb ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___l4wb_6; // System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l5b ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___l5b_7; // System.String Mono.Globalization.Unicode.SortKeyBuffer::source String_t* ___source_8; // System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l1 int32_t ___l1_9; // System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l2 int32_t ___l2_10; // System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l3 int32_t ___l3_11; // System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l4s int32_t ___l4s_12; // System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l4t int32_t ___l4t_13; // System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l4k int32_t ___l4k_14; // System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l4w int32_t ___l4w_15; // System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l5 int32_t ___l5_16; // System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::lcid int32_t ___lcid_17; // System.Globalization.CompareOptions Mono.Globalization.Unicode.SortKeyBuffer::options int32_t ___options_18; // System.Boolean Mono.Globalization.Unicode.SortKeyBuffer::processLevel2 bool ___processLevel2_19; // System.Boolean Mono.Globalization.Unicode.SortKeyBuffer::frenchSort bool ___frenchSort_20; // System.Boolean Mono.Globalization.Unicode.SortKeyBuffer::frenchSorted bool ___frenchSorted_21; public: inline static int32_t get_offset_of_l1b_0() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l1b_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_l1b_0() const { return ___l1b_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_l1b_0() { return &___l1b_0; } inline void set_l1b_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___l1b_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___l1b_0), (void*)value); } inline static int32_t get_offset_of_l2b_1() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l2b_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_l2b_1() const { return ___l2b_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_l2b_1() { return &___l2b_1; } inline void set_l2b_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___l2b_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___l2b_1), (void*)value); } inline static int32_t get_offset_of_l3b_2() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l3b_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_l3b_2() const { return ___l3b_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_l3b_2() { return &___l3b_2; } inline void set_l3b_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___l3b_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___l3b_2), (void*)value); } inline static int32_t get_offset_of_l4sb_3() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l4sb_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_l4sb_3() const { return ___l4sb_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_l4sb_3() { return &___l4sb_3; } inline void set_l4sb_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___l4sb_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___l4sb_3), (void*)value); } inline static int32_t get_offset_of_l4tb_4() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l4tb_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_l4tb_4() const { return ___l4tb_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_l4tb_4() { return &___l4tb_4; } inline void set_l4tb_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___l4tb_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___l4tb_4), (void*)value); } inline static int32_t get_offset_of_l4kb_5() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l4kb_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_l4kb_5() const { return ___l4kb_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_l4kb_5() { return &___l4kb_5; } inline void set_l4kb_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___l4kb_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___l4kb_5), (void*)value); } inline static int32_t get_offset_of_l4wb_6() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l4wb_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_l4wb_6() const { return ___l4wb_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_l4wb_6() { return &___l4wb_6; } inline void set_l4wb_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___l4wb_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___l4wb_6), (void*)value); } inline static int32_t get_offset_of_l5b_7() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l5b_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_l5b_7() const { return ___l5b_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_l5b_7() { return &___l5b_7; } inline void set_l5b_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___l5b_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___l5b_7), (void*)value); } inline static int32_t get_offset_of_source_8() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___source_8)); } inline String_t* get_source_8() const { return ___source_8; } inline String_t** get_address_of_source_8() { return &___source_8; } inline void set_source_8(String_t* value) { ___source_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_8), (void*)value); } inline static int32_t get_offset_of_l1_9() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l1_9)); } inline int32_t get_l1_9() const { return ___l1_9; } inline int32_t* get_address_of_l1_9() { return &___l1_9; } inline void set_l1_9(int32_t value) { ___l1_9 = value; } inline static int32_t get_offset_of_l2_10() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l2_10)); } inline int32_t get_l2_10() const { return ___l2_10; } inline int32_t* get_address_of_l2_10() { return &___l2_10; } inline void set_l2_10(int32_t value) { ___l2_10 = value; } inline static int32_t get_offset_of_l3_11() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l3_11)); } inline int32_t get_l3_11() const { return ___l3_11; } inline int32_t* get_address_of_l3_11() { return &___l3_11; } inline void set_l3_11(int32_t value) { ___l3_11 = value; } inline static int32_t get_offset_of_l4s_12() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l4s_12)); } inline int32_t get_l4s_12() const { return ___l4s_12; } inline int32_t* get_address_of_l4s_12() { return &___l4s_12; } inline void set_l4s_12(int32_t value) { ___l4s_12 = value; } inline static int32_t get_offset_of_l4t_13() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l4t_13)); } inline int32_t get_l4t_13() const { return ___l4t_13; } inline int32_t* get_address_of_l4t_13() { return &___l4t_13; } inline void set_l4t_13(int32_t value) { ___l4t_13 = value; } inline static int32_t get_offset_of_l4k_14() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l4k_14)); } inline int32_t get_l4k_14() const { return ___l4k_14; } inline int32_t* get_address_of_l4k_14() { return &___l4k_14; } inline void set_l4k_14(int32_t value) { ___l4k_14 = value; } inline static int32_t get_offset_of_l4w_15() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l4w_15)); } inline int32_t get_l4w_15() const { return ___l4w_15; } inline int32_t* get_address_of_l4w_15() { return &___l4w_15; } inline void set_l4w_15(int32_t value) { ___l4w_15 = value; } inline static int32_t get_offset_of_l5_16() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l5_16)); } inline int32_t get_l5_16() const { return ___l5_16; } inline int32_t* get_address_of_l5_16() { return &___l5_16; } inline void set_l5_16(int32_t value) { ___l5_16 = value; } inline static int32_t get_offset_of_lcid_17() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___lcid_17)); } inline int32_t get_lcid_17() const { return ___lcid_17; } inline int32_t* get_address_of_lcid_17() { return &___lcid_17; } inline void set_lcid_17(int32_t value) { ___lcid_17 = value; } inline static int32_t get_offset_of_options_18() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___options_18)); } inline int32_t get_options_18() const { return ___options_18; } inline int32_t* get_address_of_options_18() { return &___options_18; } inline void set_options_18(int32_t value) { ___options_18 = value; } inline static int32_t get_offset_of_processLevel2_19() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___processLevel2_19)); } inline bool get_processLevel2_19() const { return ___processLevel2_19; } inline bool* get_address_of_processLevel2_19() { return &___processLevel2_19; } inline void set_processLevel2_19(bool value) { ___processLevel2_19 = value; } inline static int32_t get_offset_of_frenchSort_20() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___frenchSort_20)); } inline bool get_frenchSort_20() const { return ___frenchSort_20; } inline bool* get_address_of_frenchSort_20() { return &___frenchSort_20; } inline void set_frenchSort_20(bool value) { ___frenchSort_20 = value; } inline static int32_t get_offset_of_frenchSorted_21() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___frenchSorted_21)); } inline bool get_frenchSorted_21() const { return ___frenchSorted_21; } inline bool* get_address_of_frenchSorted_21() { return &___frenchSorted_21; } inline void set_frenchSorted_21(bool value) { ___frenchSorted_21 = 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.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Runtime.Serialization.Formatters.Binary.__BinaryParser struct __BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66 : public RuntimeObject { public: // System.Runtime.Serialization.Formatters.Binary.ObjectReader System.Runtime.Serialization.Formatters.Binary.__BinaryParser::objectReader ObjectReader_t5F7C1222253B9F7FBFC6D74D444FF7AF9A6A4152 * ___objectReader_0; // System.IO.Stream System.Runtime.Serialization.Formatters.Binary.__BinaryParser::input Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input_1; // System.Int64 System.Runtime.Serialization.Formatters.Binary.__BinaryParser::topId int64_t ___topId_2; // System.Int64 System.Runtime.Serialization.Formatters.Binary.__BinaryParser::headerId int64_t ___headerId_3; // System.Runtime.Serialization.Formatters.Binary.SizedArray System.Runtime.Serialization.Formatters.Binary.__BinaryParser::objectMapIdTable SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * ___objectMapIdTable_4; // System.Runtime.Serialization.Formatters.Binary.SizedArray System.Runtime.Serialization.Formatters.Binary.__BinaryParser::assemIdToAssemblyTable SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * ___assemIdToAssemblyTable_5; // System.Runtime.Serialization.Formatters.Binary.SerStack System.Runtime.Serialization.Formatters.Binary.__BinaryParser::stack SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * ___stack_6; // System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum System.Runtime.Serialization.Formatters.Binary.__BinaryParser::expectedType int32_t ___expectedType_7; // System.Object System.Runtime.Serialization.Formatters.Binary.__BinaryParser::expectedTypeInformation RuntimeObject * ___expectedTypeInformation_8; // System.Runtime.Serialization.Formatters.Binary.ParseRecord System.Runtime.Serialization.Formatters.Binary.__BinaryParser::PRS ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413 * ___PRS_9; // System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo System.Runtime.Serialization.Formatters.Binary.__BinaryParser::systemAssemblyInfo BinaryAssemblyInfo_t2F2D82DE14955BEF2CB536FA3DA27D972DE5DA8A * ___systemAssemblyInfo_10; // System.IO.BinaryReader System.Runtime.Serialization.Formatters.Binary.__BinaryParser::dataReader BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * ___dataReader_11; // System.Runtime.Serialization.Formatters.Binary.SerStack System.Runtime.Serialization.Formatters.Binary.__BinaryParser::opPool SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * ___opPool_13; // System.Runtime.Serialization.Formatters.Binary.BinaryObject System.Runtime.Serialization.Formatters.Binary.__BinaryParser::binaryObject BinaryObject_t179888868BBFFD7F11C98DD08CE4726CDBF59324 * ___binaryObject_14; // System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap System.Runtime.Serialization.Formatters.Binary.__BinaryParser::bowm BinaryObjectWithMap_tAF07B3CC8435C7A42CE2C5AA83B111FB69F9AB23 * ___bowm_15; // System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped System.Runtime.Serialization.Formatters.Binary.__BinaryParser::bowmt BinaryObjectWithMapTyped_t86A1FF94CE066CC5C6CA0B0BE0A472870A58491B * ___bowmt_16; // System.Runtime.Serialization.Formatters.Binary.BinaryObjectString System.Runtime.Serialization.Formatters.Binary.__BinaryParser::objectString BinaryObjectString_tEBEB23385A27BFF0830A57405CA995FAC5597E23 * ___objectString_17; // System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString System.Runtime.Serialization.Formatters.Binary.__BinaryParser::crossAppDomainString BinaryCrossAppDomainString_t4B871A899F78A0E226EBC457B9BE8CD80404023C * ___crossAppDomainString_18; // System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped System.Runtime.Serialization.Formatters.Binary.__BinaryParser::memberPrimitiveTyped MemberPrimitiveTyped_tCBCE9EFECA16A568F64E05D81D6672069E511965 * ___memberPrimitiveTyped_19; // System.Byte[] System.Runtime.Serialization.Formatters.Binary.__BinaryParser::byteBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byteBuffer_20; // System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped System.Runtime.Serialization.Formatters.Binary.__BinaryParser::memberPrimitiveUnTyped MemberPrimitiveUnTyped_t8674B07D14F272D23EE081754ED4B2B3D3BA640A * ___memberPrimitiveUnTyped_21; // System.Runtime.Serialization.Formatters.Binary.MemberReference System.Runtime.Serialization.Formatters.Binary.__BinaryParser::memberReference MemberReference_t444F997A7AB1565CAD1EBBC32FF38C07198E202B * ___memberReference_22; // System.Runtime.Serialization.Formatters.Binary.ObjectNull System.Runtime.Serialization.Formatters.Binary.__BinaryParser::objectNull ObjectNull_t0854517B956008C029C56E58BD9F3F26C2862CA4 * ___objectNull_23; public: inline static int32_t get_offset_of_objectReader_0() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___objectReader_0)); } inline ObjectReader_t5F7C1222253B9F7FBFC6D74D444FF7AF9A6A4152 * get_objectReader_0() const { return ___objectReader_0; } inline ObjectReader_t5F7C1222253B9F7FBFC6D74D444FF7AF9A6A4152 ** get_address_of_objectReader_0() { return &___objectReader_0; } inline void set_objectReader_0(ObjectReader_t5F7C1222253B9F7FBFC6D74D444FF7AF9A6A4152 * value) { ___objectReader_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectReader_0), (void*)value); } inline static int32_t get_offset_of_input_1() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___input_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_input_1() const { return ___input_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_input_1() { return &___input_1; } inline void set_input_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___input_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___input_1), (void*)value); } inline static int32_t get_offset_of_topId_2() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___topId_2)); } inline int64_t get_topId_2() const { return ___topId_2; } inline int64_t* get_address_of_topId_2() { return &___topId_2; } inline void set_topId_2(int64_t value) { ___topId_2 = value; } inline static int32_t get_offset_of_headerId_3() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___headerId_3)); } inline int64_t get_headerId_3() const { return ___headerId_3; } inline int64_t* get_address_of_headerId_3() { return &___headerId_3; } inline void set_headerId_3(int64_t value) { ___headerId_3 = value; } inline static int32_t get_offset_of_objectMapIdTable_4() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___objectMapIdTable_4)); } inline SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * get_objectMapIdTable_4() const { return ___objectMapIdTable_4; } inline SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 ** get_address_of_objectMapIdTable_4() { return &___objectMapIdTable_4; } inline void set_objectMapIdTable_4(SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * value) { ___objectMapIdTable_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectMapIdTable_4), (void*)value); } inline static int32_t get_offset_of_assemIdToAssemblyTable_5() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___assemIdToAssemblyTable_5)); } inline SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * get_assemIdToAssemblyTable_5() const { return ___assemIdToAssemblyTable_5; } inline SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 ** get_address_of_assemIdToAssemblyTable_5() { return &___assemIdToAssemblyTable_5; } inline void set_assemIdToAssemblyTable_5(SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * value) { ___assemIdToAssemblyTable_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___assemIdToAssemblyTable_5), (void*)value); } inline static int32_t get_offset_of_stack_6() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___stack_6)); } inline SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * get_stack_6() const { return ___stack_6; } inline SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC ** get_address_of_stack_6() { return &___stack_6; } inline void set_stack_6(SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * value) { ___stack_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___stack_6), (void*)value); } inline static int32_t get_offset_of_expectedType_7() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___expectedType_7)); } inline int32_t get_expectedType_7() const { return ___expectedType_7; } inline int32_t* get_address_of_expectedType_7() { return &___expectedType_7; } inline void set_expectedType_7(int32_t value) { ___expectedType_7 = value; } inline static int32_t get_offset_of_expectedTypeInformation_8() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___expectedTypeInformation_8)); } inline RuntimeObject * get_expectedTypeInformation_8() const { return ___expectedTypeInformation_8; } inline RuntimeObject ** get_address_of_expectedTypeInformation_8() { return &___expectedTypeInformation_8; } inline void set_expectedTypeInformation_8(RuntimeObject * value) { ___expectedTypeInformation_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___expectedTypeInformation_8), (void*)value); } inline static int32_t get_offset_of_PRS_9() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___PRS_9)); } inline ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413 * get_PRS_9() const { return ___PRS_9; } inline ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413 ** get_address_of_PRS_9() { return &___PRS_9; } inline void set_PRS_9(ParseRecord_t58028D5C0D38E2B306094517DCC74C2EE3C63413 * value) { ___PRS_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRS_9), (void*)value); } inline static int32_t get_offset_of_systemAssemblyInfo_10() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___systemAssemblyInfo_10)); } inline BinaryAssemblyInfo_t2F2D82DE14955BEF2CB536FA3DA27D972DE5DA8A * get_systemAssemblyInfo_10() const { return ___systemAssemblyInfo_10; } inline BinaryAssemblyInfo_t2F2D82DE14955BEF2CB536FA3DA27D972DE5DA8A ** get_address_of_systemAssemblyInfo_10() { return &___systemAssemblyInfo_10; } inline void set_systemAssemblyInfo_10(BinaryAssemblyInfo_t2F2D82DE14955BEF2CB536FA3DA27D972DE5DA8A * value) { ___systemAssemblyInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___systemAssemblyInfo_10), (void*)value); } inline static int32_t get_offset_of_dataReader_11() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___dataReader_11)); } inline BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * get_dataReader_11() const { return ___dataReader_11; } inline BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 ** get_address_of_dataReader_11() { return &___dataReader_11; } inline void set_dataReader_11(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * value) { ___dataReader_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataReader_11), (void*)value); } inline static int32_t get_offset_of_opPool_13() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___opPool_13)); } inline SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * get_opPool_13() const { return ___opPool_13; } inline SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC ** get_address_of_opPool_13() { return &___opPool_13; } inline void set_opPool_13(SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * value) { ___opPool_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___opPool_13), (void*)value); } inline static int32_t get_offset_of_binaryObject_14() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___binaryObject_14)); } inline BinaryObject_t179888868BBFFD7F11C98DD08CE4726CDBF59324 * get_binaryObject_14() const { return ___binaryObject_14; } inline BinaryObject_t179888868BBFFD7F11C98DD08CE4726CDBF59324 ** get_address_of_binaryObject_14() { return &___binaryObject_14; } inline void set_binaryObject_14(BinaryObject_t179888868BBFFD7F11C98DD08CE4726CDBF59324 * value) { ___binaryObject_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___binaryObject_14), (void*)value); } inline static int32_t get_offset_of_bowm_15() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___bowm_15)); } inline BinaryObjectWithMap_tAF07B3CC8435C7A42CE2C5AA83B111FB69F9AB23 * get_bowm_15() const { return ___bowm_15; } inline BinaryObjectWithMap_tAF07B3CC8435C7A42CE2C5AA83B111FB69F9AB23 ** get_address_of_bowm_15() { return &___bowm_15; } inline void set_bowm_15(BinaryObjectWithMap_tAF07B3CC8435C7A42CE2C5AA83B111FB69F9AB23 * value) { ___bowm_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___bowm_15), (void*)value); } inline static int32_t get_offset_of_bowmt_16() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___bowmt_16)); } inline BinaryObjectWithMapTyped_t86A1FF94CE066CC5C6CA0B0BE0A472870A58491B * get_bowmt_16() const { return ___bowmt_16; } inline BinaryObjectWithMapTyped_t86A1FF94CE066CC5C6CA0B0BE0A472870A58491B ** get_address_of_bowmt_16() { return &___bowmt_16; } inline void set_bowmt_16(BinaryObjectWithMapTyped_t86A1FF94CE066CC5C6CA0B0BE0A472870A58491B * value) { ___bowmt_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___bowmt_16), (void*)value); } inline static int32_t get_offset_of_objectString_17() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___objectString_17)); } inline BinaryObjectString_tEBEB23385A27BFF0830A57405CA995FAC5597E23 * get_objectString_17() const { return ___objectString_17; } inline BinaryObjectString_tEBEB23385A27BFF0830A57405CA995FAC5597E23 ** get_address_of_objectString_17() { return &___objectString_17; } inline void set_objectString_17(BinaryObjectString_tEBEB23385A27BFF0830A57405CA995FAC5597E23 * value) { ___objectString_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectString_17), (void*)value); } inline static int32_t get_offset_of_crossAppDomainString_18() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___crossAppDomainString_18)); } inline BinaryCrossAppDomainString_t4B871A899F78A0E226EBC457B9BE8CD80404023C * get_crossAppDomainString_18() const { return ___crossAppDomainString_18; } inline BinaryCrossAppDomainString_t4B871A899F78A0E226EBC457B9BE8CD80404023C ** get_address_of_crossAppDomainString_18() { return &___crossAppDomainString_18; } inline void set_crossAppDomainString_18(BinaryCrossAppDomainString_t4B871A899F78A0E226EBC457B9BE8CD80404023C * value) { ___crossAppDomainString_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___crossAppDomainString_18), (void*)value); } inline static int32_t get_offset_of_memberPrimitiveTyped_19() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___memberPrimitiveTyped_19)); } inline MemberPrimitiveTyped_tCBCE9EFECA16A568F64E05D81D6672069E511965 * get_memberPrimitiveTyped_19() const { return ___memberPrimitiveTyped_19; } inline MemberPrimitiveTyped_tCBCE9EFECA16A568F64E05D81D6672069E511965 ** get_address_of_memberPrimitiveTyped_19() { return &___memberPrimitiveTyped_19; } inline void set_memberPrimitiveTyped_19(MemberPrimitiveTyped_tCBCE9EFECA16A568F64E05D81D6672069E511965 * value) { ___memberPrimitiveTyped_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberPrimitiveTyped_19), (void*)value); } inline static int32_t get_offset_of_byteBuffer_20() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___byteBuffer_20)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_byteBuffer_20() const { return ___byteBuffer_20; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_byteBuffer_20() { return &___byteBuffer_20; } inline void set_byteBuffer_20(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___byteBuffer_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_20), (void*)value); } inline static int32_t get_offset_of_memberPrimitiveUnTyped_21() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___memberPrimitiveUnTyped_21)); } inline MemberPrimitiveUnTyped_t8674B07D14F272D23EE081754ED4B2B3D3BA640A * get_memberPrimitiveUnTyped_21() const { return ___memberPrimitiveUnTyped_21; } inline MemberPrimitiveUnTyped_t8674B07D14F272D23EE081754ED4B2B3D3BA640A ** get_address_of_memberPrimitiveUnTyped_21() { return &___memberPrimitiveUnTyped_21; } inline void set_memberPrimitiveUnTyped_21(MemberPrimitiveUnTyped_t8674B07D14F272D23EE081754ED4B2B3D3BA640A * value) { ___memberPrimitiveUnTyped_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberPrimitiveUnTyped_21), (void*)value); } inline static int32_t get_offset_of_memberReference_22() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___memberReference_22)); } inline MemberReference_t444F997A7AB1565CAD1EBBC32FF38C07198E202B * get_memberReference_22() const { return ___memberReference_22; } inline MemberReference_t444F997A7AB1565CAD1EBBC32FF38C07198E202B ** get_address_of_memberReference_22() { return &___memberReference_22; } inline void set_memberReference_22(MemberReference_t444F997A7AB1565CAD1EBBC32FF38C07198E202B * value) { ___memberReference_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberReference_22), (void*)value); } inline static int32_t get_offset_of_objectNull_23() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66, ___objectNull_23)); } inline ObjectNull_t0854517B956008C029C56E58BD9F3F26C2862CA4 * get_objectNull_23() const { return ___objectNull_23; } inline ObjectNull_t0854517B956008C029C56E58BD9F3F26C2862CA4 ** get_address_of_objectNull_23() { return &___objectNull_23; } inline void set_objectNull_23(ObjectNull_t0854517B956008C029C56E58BD9F3F26C2862CA4 * value) { ___objectNull_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectNull_23), (void*)value); } }; struct __BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66_StaticFields { public: // System.Text.Encoding System.Runtime.Serialization.Formatters.Binary.__BinaryParser::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_12; // System.Runtime.Serialization.Formatters.Binary.MessageEnd modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Serialization.Formatters.Binary.__BinaryParser::messageEnd MessageEnd_t5ABEBF8373F2611EE966CE6F17A1145D4DDEB9CB * ___messageEnd_24; public: inline static int32_t get_offset_of_encoding_12() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66_StaticFields, ___encoding_12)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_12() const { return ___encoding_12; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_12() { return &___encoding_12; } inline void set_encoding_12(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_12), (void*)value); } inline static int32_t get_offset_of_messageEnd_24() { return static_cast(offsetof(__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66_StaticFields, ___messageEnd_24)); } inline MessageEnd_t5ABEBF8373F2611EE966CE6F17A1145D4DDEB9CB * get_messageEnd_24() const { return ___messageEnd_24; } inline MessageEnd_t5ABEBF8373F2611EE966CE6F17A1145D4DDEB9CB ** get_address_of_messageEnd_24() { return &___messageEnd_24; } inline void set_messageEnd_24(MessageEnd_t5ABEBF8373F2611EE966CE6F17A1145D4DDEB9CB * value) { ___messageEnd_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___messageEnd_24), (void*)value); } }; // System.Runtime.Serialization.Formatters.Binary.__BinaryWriter struct __BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694 : public RuntimeObject { public: // System.IO.Stream System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::sout Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___sout_0; // System.Runtime.Serialization.Formatters.FormatterTypeStyle System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::formatterTypeStyle int32_t ___formatterTypeStyle_1; // System.Collections.Hashtable System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::objectMapTable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___objectMapTable_2; // System.Runtime.Serialization.Formatters.Binary.ObjectWriter System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::objectWriter ObjectWriter_tAA3940C8530BC74389BC0997DC85C6ABCD2CC40F * ___objectWriter_3; // System.IO.BinaryWriter System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::dataWriter BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F * ___dataWriter_4; // System.Int32 System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::m_nestedObjectCount int32_t ___m_nestedObjectCount_5; // System.Int32 System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::nullCount int32_t ___nullCount_6; // System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryMethodCall BinaryMethodCall_t6C9A891C2F2C5ADE2B92E92E750199C6E3DB388F * ___binaryMethodCall_7; // System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryMethodReturn BinaryMethodReturn_tA3E6AC66FAFEC515B05A7E7906FDD07AE81892E9 * ___binaryMethodReturn_8; // System.Runtime.Serialization.Formatters.Binary.BinaryObject System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryObject BinaryObject_t179888868BBFFD7F11C98DD08CE4726CDBF59324 * ___binaryObject_9; // System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryObjectWithMap BinaryObjectWithMap_tAF07B3CC8435C7A42CE2C5AA83B111FB69F9AB23 * ___binaryObjectWithMap_10; // System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryObjectWithMapTyped BinaryObjectWithMapTyped_t86A1FF94CE066CC5C6CA0B0BE0A472870A58491B * ___binaryObjectWithMapTyped_11; // System.Runtime.Serialization.Formatters.Binary.BinaryObjectString System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryObjectString BinaryObjectString_tEBEB23385A27BFF0830A57405CA995FAC5597E23 * ___binaryObjectString_12; // System.Runtime.Serialization.Formatters.Binary.BinaryArray System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryArray BinaryArray_t6603AC233467782A5E28AB2AC96470F7AB4C56AA * ___binaryArray_13; // System.Byte[] System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::byteBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byteBuffer_14; // System.Int32 System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::chunkSize int32_t ___chunkSize_15; // System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::memberPrimitiveUnTyped MemberPrimitiveUnTyped_t8674B07D14F272D23EE081754ED4B2B3D3BA640A * ___memberPrimitiveUnTyped_16; // System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::memberPrimitiveTyped MemberPrimitiveTyped_tCBCE9EFECA16A568F64E05D81D6672069E511965 * ___memberPrimitiveTyped_17; // System.Runtime.Serialization.Formatters.Binary.ObjectNull System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::objectNull ObjectNull_t0854517B956008C029C56E58BD9F3F26C2862CA4 * ___objectNull_18; // System.Runtime.Serialization.Formatters.Binary.MemberReference System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::memberReference MemberReference_t444F997A7AB1565CAD1EBBC32FF38C07198E202B * ___memberReference_19; // System.Runtime.Serialization.Formatters.Binary.BinaryAssembly System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryAssembly BinaryAssembly_t084E6A060EC9651DEB57610DC7F91E5B0C8558AC * ___binaryAssembly_20; public: inline static int32_t get_offset_of_sout_0() { return static_cast(offsetof(__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694, ___sout_0)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_sout_0() const { return ___sout_0; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_sout_0() { return &___sout_0; } inline void set_sout_0(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___sout_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___sout_0), (void*)value); } inline static int32_t get_offset_of_formatterTypeStyle_1() { return static_cast(offsetof(__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694, ___formatterTypeStyle_1)); } inline int32_t get_formatterTypeStyle_1() const { return ___formatterTypeStyle_1; } inline int32_t* get_address_of_formatterTypeStyle_1() { return &___formatterTypeStyle_1; } inline void set_formatterTypeStyle_1(int32_t value) { ___formatterTypeStyle_1 = value; } inline static int32_t get_offset_of_objectMapTable_2() { return static_cast(offsetof(__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694, ___objectMapTable_2)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_objectMapTable_2() const { return ___objectMapTable_2; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_objectMapTable_2() { return &___objectMapTable_2; } inline void set_objectMapTable_2(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___objectMapTable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectMapTable_2), (void*)value); } inline static int32_t get_offset_of_objectWriter_3() { return static_cast(offsetof(__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694, ___objectWriter_3)); } inline ObjectWriter_tAA3940C8530BC74389BC0997DC85C6ABCD2CC40F * get_objectWriter_3() const { return ___objectWriter_3; } inline ObjectWriter_tAA3940C8530BC74389BC0997DC85C6ABCD2CC40F ** get_address_of_objectWriter_3() { return &___objectWriter_3; } inline void set_objectWriter_3(ObjectWriter_tAA3940C8530BC74389BC0997DC85C6ABCD2CC40F * value) { ___objectWriter_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectWriter_3), (void*)value); } inline static int32_t get_offset_of_dataWriter_4() { return static_cast(offsetof(__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694, ___dataWriter_4)); } inline BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F * get_dataWriter_4() const { return ___dataWriter_4; } inline BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F ** get_address_of_dataWriter_4() { return &___dataWriter_4; } inline void set_dataWriter_4(BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F * value) { ___dataWriter_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataWriter_4), (void*)value); } inline static int32_t get_offset_of_m_nestedObjectCount_5() { return static_cast(offsetof(__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694, ___m_nestedObjectCount_5)); } inline int32_t get_m_nestedObjectCount_5() const { return ___m_nestedObjectCount_5; } inline int32_t* get_address_of_m_nestedObjectCount_5() { return &___m_nestedObjectCount_5; } inline void set_m_nestedObjectCount_5(int32_t value) { ___m_nestedObjectCount_5 = value; } inline static int32_t get_offset_of_nullCount_6() { return static_cast(offsetof(__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694, ___nullCount_6)); } inline int32_t get_nullCount_6() const { return ___nullCount_6; } inline int32_t* get_address_of_nullCount_6() { return &___nullCount_6; } inline void set_nullCount_6(int32_t value) { ___nullCount_6 = value; } inline static int32_t get_offset_of_binaryMethodCall_7() { return static_cast(offsetof(__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694, ___binaryMethodCall_7)); } inline BinaryMethodCall_t6C9A891C2F2C5ADE2B92E92E750199C6E3DB388F * get_binaryMethodCall_7() const { return ___binaryMethodCall_7; } inline BinaryMethodCall_t6C9A891C2F2C5ADE2B92E92E750199C6E3DB388F ** get_address_of_binaryMethodCall_7() { return &___binaryMethodCall_7; } inline void set_binaryMethodCall_7(BinaryMethodCall_t6C9A891C2F2C5ADE2B92E92E750199C6E3DB388F * value) { ___binaryMethodCall_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___binaryMethodCall_7), (void*)value); } inline static int32_t get_offset_of_binaryMethodReturn_8() { return static_cast(offsetof(__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694, ___binaryMethodReturn_8)); } inline BinaryMethodReturn_tA3E6AC66FAFEC515B05A7E7906FDD07AE81892E9 * get_binaryMethodReturn_8() const { return ___binaryMethodReturn_8; } inline BinaryMethodReturn_tA3E6AC66FAFEC515B05A7E7906FDD07AE81892E9 ** get_address_of_binaryMethodReturn_8() { return &___binaryMethodReturn_8; } inline void set_binaryMethodReturn_8(BinaryMethodReturn_tA3E6AC66FAFEC515B05A7E7906FDD07AE81892E9 * value) { ___binaryMethodReturn_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___binaryMethodReturn_8), (void*)value); } inline static int32_t get_offset_of_binaryObject_9() { return static_cast(offsetof(__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694, ___binaryObject_9)); } inline BinaryObject_t179888868BBFFD7F11C98DD08CE4726CDBF59324 * get_binaryObject_9() const { return ___binaryObject_9; } inline BinaryObject_t179888868BBFFD7F11C98DD08CE4726CDBF59324 ** get_address_of_binaryObject_9() { return &___binaryObject_9; } inline void set_binaryObject_9(BinaryObject_t179888868BBFFD7F11C98DD08CE4726CDBF59324 * value) { ___binaryObject_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___binaryObject_9), (void*)value); } inline static int32_t get_offset_of_binaryObjectWithMap_10() { return static_cast(offsetof(__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694, ___binaryObjectWithMap_10)); } inline BinaryObjectWithMap_tAF07B3CC8435C7A42CE2C5AA83B111FB69F9AB23 * get_binaryObjectWithMap_10() const { return ___binaryObjectWithMap_10; } inline BinaryObjectWithMap_tAF07B3CC8435C7A42CE2C5AA83B111FB69F9AB23 ** get_address_of_binaryObjectWithMap_10() { return &___binaryObjectWithMap_10; } inline void set_binaryObjectWithMap_10(BinaryObjectWithMap_tAF07B3CC8435C7A42CE2C5AA83B111FB69F9AB23 * value) { ___binaryObjectWithMap_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___binaryObjectWithMap_10), (void*)value); } inline static int32_t get_offset_of_binaryObjectWithMapTyped_11() { return static_cast(offsetof(__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694, ___binaryObjectWithMapTyped_11)); } inline BinaryObjectWithMapTyped_t86A1FF94CE066CC5C6CA0B0BE0A472870A58491B * get_binaryObjectWithMapTyped_11() const { return ___binaryObjectWithMapTyped_11; } inline BinaryObjectWithMapTyped_t86A1FF94CE066CC5C6CA0B0BE0A472870A58491B ** get_address_of_binaryObjectWithMapTyped_11() { return &___binaryObjectWithMapTyped_11; } inline void set_binaryObjectWithMapTyped_11(BinaryObjectWithMapTyped_t86A1FF94CE066CC5C6CA0B0BE0A472870A58491B * value) { ___binaryObjectWithMapTyped_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___binaryObjectWithMapTyped_11), (void*)value); } inline static int32_t get_offset_of_binaryObjectString_12() { return static_cast(offsetof(__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694, ___binaryObjectString_12)); } inline BinaryObjectString_tEBEB23385A27BFF0830A57405CA995FAC5597E23 * get_binaryObjectString_12() const { return ___binaryObjectString_12; } inline BinaryObjectString_tEBEB23385A27BFF0830A57405CA995FAC5597E23 ** get_address_of_binaryObjectString_12() { return &___binaryObjectString_12; } inline void set_binaryObjectString_12(BinaryObjectString_tEBEB23385A27BFF0830A57405CA995FAC5597E23 * value) { ___binaryObjectString_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___binaryObjectString_12), (void*)value); } inline static int32_t get_offset_of_binaryArray_13() { return static_cast(offsetof(__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694, ___binaryArray_13)); } inline BinaryArray_t6603AC233467782A5E28AB2AC96470F7AB4C56AA * get_binaryArray_13() const { return ___binaryArray_13; } inline BinaryArray_t6603AC233467782A5E28AB2AC96470F7AB4C56AA ** get_address_of_binaryArray_13() { return &___binaryArray_13; } inline void set_binaryArray_13(BinaryArray_t6603AC233467782A5E28AB2AC96470F7AB4C56AA * value) { ___binaryArray_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___binaryArray_13), (void*)value); } inline static int32_t get_offset_of_byteBuffer_14() { return static_cast(offsetof(__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694, ___byteBuffer_14)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_byteBuffer_14() const { return ___byteBuffer_14; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_byteBuffer_14() { return &___byteBuffer_14; } inline void set_byteBuffer_14(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___byteBuffer_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_14), (void*)value); } inline static int32_t get_offset_of_chunkSize_15() { return static_cast(offsetof(__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694, ___chunkSize_15)); } inline int32_t get_chunkSize_15() const { return ___chunkSize_15; } inline int32_t* get_address_of_chunkSize_15() { return &___chunkSize_15; } inline void set_chunkSize_15(int32_t value) { ___chunkSize_15 = value; } inline static int32_t get_offset_of_memberPrimitiveUnTyped_16() { return static_cast(offsetof(__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694, ___memberPrimitiveUnTyped_16)); } inline MemberPrimitiveUnTyped_t8674B07D14F272D23EE081754ED4B2B3D3BA640A * get_memberPrimitiveUnTyped_16() const { return ___memberPrimitiveUnTyped_16; } inline MemberPrimitiveUnTyped_t8674B07D14F272D23EE081754ED4B2B3D3BA640A ** get_address_of_memberPrimitiveUnTyped_16() { return &___memberPrimitiveUnTyped_16; } inline void set_memberPrimitiveUnTyped_16(MemberPrimitiveUnTyped_t8674B07D14F272D23EE081754ED4B2B3D3BA640A * value) { ___memberPrimitiveUnTyped_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberPrimitiveUnTyped_16), (void*)value); } inline static int32_t get_offset_of_memberPrimitiveTyped_17() { return static_cast(offsetof(__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694, ___memberPrimitiveTyped_17)); } inline MemberPrimitiveTyped_tCBCE9EFECA16A568F64E05D81D6672069E511965 * get_memberPrimitiveTyped_17() const { return ___memberPrimitiveTyped_17; } inline MemberPrimitiveTyped_tCBCE9EFECA16A568F64E05D81D6672069E511965 ** get_address_of_memberPrimitiveTyped_17() { return &___memberPrimitiveTyped_17; } inline void set_memberPrimitiveTyped_17(MemberPrimitiveTyped_tCBCE9EFECA16A568F64E05D81D6672069E511965 * value) { ___memberPrimitiveTyped_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberPrimitiveTyped_17), (void*)value); } inline static int32_t get_offset_of_objectNull_18() { return static_cast(offsetof(__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694, ___objectNull_18)); } inline ObjectNull_t0854517B956008C029C56E58BD9F3F26C2862CA4 * get_objectNull_18() const { return ___objectNull_18; } inline ObjectNull_t0854517B956008C029C56E58BD9F3F26C2862CA4 ** get_address_of_objectNull_18() { return &___objectNull_18; } inline void set_objectNull_18(ObjectNull_t0854517B956008C029C56E58BD9F3F26C2862CA4 * value) { ___objectNull_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectNull_18), (void*)value); } inline static int32_t get_offset_of_memberReference_19() { return static_cast(offsetof(__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694, ___memberReference_19)); } inline MemberReference_t444F997A7AB1565CAD1EBBC32FF38C07198E202B * get_memberReference_19() const { return ___memberReference_19; } inline MemberReference_t444F997A7AB1565CAD1EBBC32FF38C07198E202B ** get_address_of_memberReference_19() { return &___memberReference_19; } inline void set_memberReference_19(MemberReference_t444F997A7AB1565CAD1EBBC32FF38C07198E202B * value) { ___memberReference_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberReference_19), (void*)value); } inline static int32_t get_offset_of_binaryAssembly_20() { return static_cast(offsetof(__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694, ___binaryAssembly_20)); } inline BinaryAssembly_t084E6A060EC9651DEB57610DC7F91E5B0C8558AC * get_binaryAssembly_20() const { return ___binaryAssembly_20; } inline BinaryAssembly_t084E6A060EC9651DEB57610DC7F91E5B0C8558AC ** get_address_of_binaryAssembly_20() { return &___binaryAssembly_20; } inline void set_binaryAssembly_20(BinaryAssembly_t084E6A060EC9651DEB57610DC7F91E5B0C8558AC * value) { ___binaryAssembly_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___binaryAssembly_20), (void*)value); } }; // System.Threading.SemaphoreSlim/d__31 struct U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F { public: // System.Int32 System.Threading.SemaphoreSlim/d__31::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Threading.SemaphoreSlim/d__31::<>t__builder AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5 ___U3CU3Et__builder_1; // System.Threading.CancellationToken System.Threading.SemaphoreSlim/d__31::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; // System.Threading.SemaphoreSlim/TaskNode System.Threading.SemaphoreSlim/d__31::asyncWaiter TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * ___asyncWaiter_3; // System.Int32 System.Threading.SemaphoreSlim/d__31::millisecondsTimeout int32_t ___millisecondsTimeout_4; // System.Threading.CancellationTokenSource System.Threading.SemaphoreSlim/d__31::5__1 CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___U3CctsU3E5__1_5; // System.Threading.SemaphoreSlim System.Threading.SemaphoreSlim/d__31::<>4__this SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ___U3CU3E4__this_6; // System.Object System.Threading.SemaphoreSlim/d__31::<>7__wrap1 RuntimeObject * ___U3CU3E7__wrap1_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Threading.SemaphoreSlim/d__31::<>u__1 ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 ___U3CU3Eu__1_8; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Threading.SemaphoreSlim/d__31::<>u__2 ConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C ___U3CU3Eu__2_9; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F, ___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_U3CU3Et__builder_1() { return static_cast(offsetof(U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5 get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5 * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5 value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_asyncWaiter_3() { return static_cast(offsetof(U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F, ___asyncWaiter_3)); } inline TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * get_asyncWaiter_3() const { return ___asyncWaiter_3; } inline TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E ** get_address_of_asyncWaiter_3() { return &___asyncWaiter_3; } inline void set_asyncWaiter_3(TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * value) { ___asyncWaiter_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncWaiter_3), (void*)value); } inline static int32_t get_offset_of_millisecondsTimeout_4() { return static_cast(offsetof(U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F, ___millisecondsTimeout_4)); } inline int32_t get_millisecondsTimeout_4() const { return ___millisecondsTimeout_4; } inline int32_t* get_address_of_millisecondsTimeout_4() { return &___millisecondsTimeout_4; } inline void set_millisecondsTimeout_4(int32_t value) { ___millisecondsTimeout_4 = value; } inline static int32_t get_offset_of_U3CctsU3E5__1_5() { return static_cast(offsetof(U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F, ___U3CctsU3E5__1_5)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get_U3CctsU3E5__1_5() const { return ___U3CctsU3E5__1_5; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of_U3CctsU3E5__1_5() { return &___U3CctsU3E5__1_5; } inline void set_U3CctsU3E5__1_5(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ___U3CctsU3E5__1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CctsU3E5__1_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_6() { return static_cast(offsetof(U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F, ___U3CU3E4__this_6)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get_U3CU3E4__this_6() const { return ___U3CU3E4__this_6; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of_U3CU3E4__this_6() { return &___U3CU3E4__this_6; } inline void set_U3CU3E4__this_6(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ___U3CU3E4__this_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_6), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_7() { return static_cast(offsetof(U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F, ___U3CU3E7__wrap1_7)); } inline RuntimeObject * get_U3CU3E7__wrap1_7() const { return ___U3CU3E7__wrap1_7; } inline RuntimeObject ** get_address_of_U3CU3E7__wrap1_7() { return &___U3CU3E7__wrap1_7; } inline void set_U3CU3E7__wrap1_7(RuntimeObject * value) { ___U3CU3E7__wrap1_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__2_9() { return static_cast(offsetof(U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F, ___U3CU3Eu__2_9)); } inline ConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C get_U3CU3Eu__2_9() const { return ___U3CU3Eu__2_9; } inline ConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C * get_address_of_U3CU3Eu__2_9() { return &___U3CU3Eu__2_9; } inline void set_U3CU3Eu__2_9(ConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C value) { ___U3CU3Eu__2_9 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_9))->___m_task_0), (void*)NULL); } }; // Mono.Globalization.Unicode.SimpleCollator/Context struct Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C { public: // System.Globalization.CompareOptions Mono.Globalization.Unicode.SimpleCollator/Context::Option int32_t ___Option_0; // System.Byte* Mono.Globalization.Unicode.SimpleCollator/Context::NeverMatchFlags uint8_t* ___NeverMatchFlags_1; // System.Byte* Mono.Globalization.Unicode.SimpleCollator/Context::AlwaysMatchFlags uint8_t* ___AlwaysMatchFlags_2; // System.Byte* Mono.Globalization.Unicode.SimpleCollator/Context::Buffer1 uint8_t* ___Buffer1_3; // System.Byte* Mono.Globalization.Unicode.SimpleCollator/Context::Buffer2 uint8_t* ___Buffer2_4; // System.Int32 Mono.Globalization.Unicode.SimpleCollator/Context::PrevCode int32_t ___PrevCode_5; // System.Byte* Mono.Globalization.Unicode.SimpleCollator/Context::PrevSortKey uint8_t* ___PrevSortKey_6; public: inline static int32_t get_offset_of_Option_0() { return static_cast(offsetof(Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C, ___Option_0)); } inline int32_t get_Option_0() const { return ___Option_0; } inline int32_t* get_address_of_Option_0() { return &___Option_0; } inline void set_Option_0(int32_t value) { ___Option_0 = value; } inline static int32_t get_offset_of_NeverMatchFlags_1() { return static_cast(offsetof(Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C, ___NeverMatchFlags_1)); } inline uint8_t* get_NeverMatchFlags_1() const { return ___NeverMatchFlags_1; } inline uint8_t** get_address_of_NeverMatchFlags_1() { return &___NeverMatchFlags_1; } inline void set_NeverMatchFlags_1(uint8_t* value) { ___NeverMatchFlags_1 = value; } inline static int32_t get_offset_of_AlwaysMatchFlags_2() { return static_cast(offsetof(Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C, ___AlwaysMatchFlags_2)); } inline uint8_t* get_AlwaysMatchFlags_2() const { return ___AlwaysMatchFlags_2; } inline uint8_t** get_address_of_AlwaysMatchFlags_2() { return &___AlwaysMatchFlags_2; } inline void set_AlwaysMatchFlags_2(uint8_t* value) { ___AlwaysMatchFlags_2 = value; } inline static int32_t get_offset_of_Buffer1_3() { return static_cast(offsetof(Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C, ___Buffer1_3)); } inline uint8_t* get_Buffer1_3() const { return ___Buffer1_3; } inline uint8_t** get_address_of_Buffer1_3() { return &___Buffer1_3; } inline void set_Buffer1_3(uint8_t* value) { ___Buffer1_3 = value; } inline static int32_t get_offset_of_Buffer2_4() { return static_cast(offsetof(Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C, ___Buffer2_4)); } inline uint8_t* get_Buffer2_4() const { return ___Buffer2_4; } inline uint8_t** get_address_of_Buffer2_4() { return &___Buffer2_4; } inline void set_Buffer2_4(uint8_t* value) { ___Buffer2_4 = value; } inline static int32_t get_offset_of_PrevCode_5() { return static_cast(offsetof(Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C, ___PrevCode_5)); } inline int32_t get_PrevCode_5() const { return ___PrevCode_5; } inline int32_t* get_address_of_PrevCode_5() { return &___PrevCode_5; } inline void set_PrevCode_5(int32_t value) { ___PrevCode_5 = value; } inline static int32_t get_offset_of_PrevSortKey_6() { return static_cast(offsetof(Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C, ___PrevSortKey_6)); } inline uint8_t* get_PrevSortKey_6() const { return ___PrevSortKey_6; } inline uint8_t** get_address_of_PrevSortKey_6() { return &___PrevSortKey_6; } inline void set_PrevSortKey_6(uint8_t* value) { ___PrevSortKey_6 = value; } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC : public MulticastDelegate_t { public: public: }; // System.EventHandler`1 struct EventHandler_1_t1C27C79D0946B5B6968F4A351CFED838F67D7517 : 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.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA : public EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C { 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); } }; // Mono.Math.Prime.PrimalityTest struct PrimalityTest_tACCB9F1C059A66CADCC2AB71638267E2487F06AF : public MulticastDelegate_t { public: public: }; // System.Runtime.InteropServices.SafeBuffer struct SafeBuffer_tABA0D0B754FCCF3625CD905D535296E353C630D2 : public SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 { public: // System.Boolean System.Runtime.InteropServices.SafeBuffer::inited bool ___inited_6; public: inline static int32_t get_offset_of_inited_6() { return static_cast(offsetof(SafeBuffer_tABA0D0B754FCCF3625CD905D535296E353C630D2, ___inited_6)); } inline bool get_inited_6() const { return ___inited_6; } inline bool* get_address_of_inited_6() { return &___inited_6; } inline void set_inited_6(bool value) { ___inited_6 = value; } }; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 : public SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 { public: public: }; // Microsoft.Win32.SafeHandles.SafeFindHandle struct SafeFindHandle_t0E0D5349FC3144C1CAB2D20DCD3023B25833B8BD : public SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 { public: public: }; // Microsoft.Win32.SafeHandles.SafeRegistryHandle struct SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 : public SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 { public: public: }; // System.Runtime.Serialization.SafeSerializationEventArgs struct SafeSerializationEventArgs_t9127408272D435E33674CC75CBDC5124DA7F3E4A : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.SafeSerializationEventArgs::m_streamingContext StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___m_streamingContext_1; // System.Collections.Generic.List`1 System.Runtime.Serialization.SafeSerializationEventArgs::m_serializedStates List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___m_serializedStates_2; public: inline static int32_t get_offset_of_m_streamingContext_1() { return static_cast(offsetof(SafeSerializationEventArgs_t9127408272D435E33674CC75CBDC5124DA7F3E4A, ___m_streamingContext_1)); } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 get_m_streamingContext_1() const { return ___m_streamingContext_1; } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 * get_address_of_m_streamingContext_1() { return &___m_streamingContext_1; } inline void set_m_streamingContext_1(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 value) { ___m_streamingContext_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_streamingContext_1))->___m_additionalContext_0), (void*)NULL); } inline static int32_t get_offset_of_m_serializedStates_2() { return static_cast(offsetof(SafeSerializationEventArgs_t9127408272D435E33674CC75CBDC5124DA7F3E4A, ___m_serializedStates_2)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_m_serializedStates_2() const { return ___m_serializedStates_2; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_m_serializedStates_2() { return &___m_serializedStates_2; } inline void set_m_serializedStates_2(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___m_serializedStates_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_serializedStates_2), (void*)value); } }; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 : public SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 { public: public: }; // System.Security.SecurityException struct SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.Security.SecurityException::permissionState String_t* ___permissionState_17; public: inline static int32_t get_offset_of_permissionState_17() { return static_cast(offsetof(SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769, ___permissionState_17)); } inline String_t* get_permissionState_17() const { return ___permissionState_17; } inline String_t** get_address_of_permissionState_17() { return &___permissionState_17; } inline void set_permissionState_17(String_t* value) { ___permissionState_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___permissionState_17), (void*)value); } }; // System.Threading.SemaphoreFullException struct SemaphoreFullException_tEC3066DE47D27E7FFEDFB57703A17E44A6F4A741 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Threading.SendOrPostCallback struct SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C : public MulticastDelegate_t { public: public: }; // System.Runtime.Serialization.SerializationEventHandler struct SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 : public MulticastDelegate_t { public: public: }; // System.Runtime.Serialization.SerializationException struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_StaticFields { public: // System.String System.Runtime.Serialization.SerializationException::_nullMessage String_t* ____nullMessage_17; public: inline static int32_t get_offset_of__nullMessage_17() { return static_cast(offsetof(SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_StaticFields, ____nullMessage_17)); } inline String_t* get__nullMessage_17() const { return ____nullMessage_17; } inline String_t** get_address_of__nullMessage_17() { return &____nullMessage_17; } inline void set__nullMessage_17(String_t* value) { ____nullMessage_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____nullMessage_17), (void*)value); } }; // System.Runtime.Serialization.SerializationObjectManager struct SerializationObjectManager_tAFED170719CB3FFDB1C60D3686DC22652E907042 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Serialization.SerializationObjectManager::m_objectSeenTable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___m_objectSeenTable_0; // System.Runtime.Serialization.SerializationEventHandler System.Runtime.Serialization.SerializationObjectManager::m_onSerializedHandler SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * ___m_onSerializedHandler_1; // System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.SerializationObjectManager::m_context StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___m_context_2; public: inline static int32_t get_offset_of_m_objectSeenTable_0() { return static_cast(offsetof(SerializationObjectManager_tAFED170719CB3FFDB1C60D3686DC22652E907042, ___m_objectSeenTable_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_m_objectSeenTable_0() const { return ___m_objectSeenTable_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_m_objectSeenTable_0() { return &___m_objectSeenTable_0; } inline void set_m_objectSeenTable_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___m_objectSeenTable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_objectSeenTable_0), (void*)value); } inline static int32_t get_offset_of_m_onSerializedHandler_1() { return static_cast(offsetof(SerializationObjectManager_tAFED170719CB3FFDB1C60D3686DC22652E907042, ___m_onSerializedHandler_1)); } inline SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * get_m_onSerializedHandler_1() const { return ___m_onSerializedHandler_1; } inline SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 ** get_address_of_m_onSerializedHandler_1() { return &___m_onSerializedHandler_1; } inline void set_m_onSerializedHandler_1(SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * value) { ___m_onSerializedHandler_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_onSerializedHandler_1), (void*)value); } inline static int32_t get_offset_of_m_context_2() { return static_cast(offsetof(SerializationObjectManager_tAFED170719CB3FFDB1C60D3686DC22652E907042, ___m_context_2)); } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 get_m_context_2() const { return ___m_context_2; } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 * get_address_of_m_context_2() { return &___m_context_2; } inline void set_m_context_2(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 value) { ___m_context_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_context_2))->___m_additionalContext_0), (void*)NULL); } }; // System.Reflection.TypeInfo struct TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F : public Type_t { public: public: }; // System.Security.XmlSyntaxException struct XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Threading.SemaphoreSlim/TaskNode struct TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E : public Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 { public: // System.Threading.SemaphoreSlim/TaskNode System.Threading.SemaphoreSlim/TaskNode::Prev TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * ___Prev_43; // System.Threading.SemaphoreSlim/TaskNode System.Threading.SemaphoreSlim/TaskNode::Next TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * ___Next_44; public: inline static int32_t get_offset_of_Prev_43() { return static_cast(offsetof(TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E, ___Prev_43)); } inline TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * get_Prev_43() const { return ___Prev_43; } inline TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E ** get_address_of_Prev_43() { return &___Prev_43; } inline void set_Prev_43(TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * value) { ___Prev_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prev_43), (void*)value); } inline static int32_t get_offset_of_Next_44() { return static_cast(offsetof(TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E, ___Next_44)); } inline TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * get_Next_44() const { return ___Next_44; } inline TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E ** get_address_of_Next_44() { return &___Next_44; } inline void set_Next_44(TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * value) { ___Next_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___Next_44), (void*)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.ObjectDisposedException struct ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A : public InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB { public: // System.String System.ObjectDisposedException::objectName String_t* ___objectName_17; public: inline static int32_t get_offset_of_objectName_17() { return static_cast(offsetof(ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A, ___objectName_17)); } inline String_t* get_objectName_17() const { return ___objectName_17; } inline String_t** get_address_of_objectName_17() { return &___objectName_17; } inline void set_objectName_17(String_t* value) { ___objectName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectName_17), (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.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.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.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.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.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.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.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.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.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); } }; // Mono.Globalization.Unicode.Contraction[] struct ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B : public RuntimeArray { public: ALIGN_FIELD (8) Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * m_Items[1]; public: inline Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** 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, Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // Mono.Globalization.Unicode.Level2Map[] struct Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF : public RuntimeArray { public: ALIGN_FIELD (8) Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C * m_Items[1]; public: inline Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C ** 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, Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; IL2CPP_EXTERN_C void StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshal_pinvoke(const StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505& unmarshaled, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshal_pinvoke_back(const StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke& marshaled, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505& unmarshaled); IL2CPP_EXTERN_C void StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshal_pinvoke_cleanup(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke& marshaled); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.EventHandler`1::Invoke(System.Object,TEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_1_Invoke_m6146E375BDA235BCEABAD74EC6EC5DE71258097F_gshared (EventHandler_1_tFA1C30E54FA1061D79E711F65F9A174BFBD8CDCB * __this, RuntimeObject * ___sender0, RuntimeObject * ___e1, const RuntimeMethod* method); // System.Runtime.CompilerServices.TaskAwaiter`1 System.Threading.Tasks.Task`1::GetAwaiter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskAwaiter_1_t98B8214BA5C5BD14FD8D98B71C67E11FFE8B684C Task_1_GetAwaiter_m64E2534BE0DCF5C693647ECEDC00ED8A7E4FFF9B_gshared (Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * __this, const RuntimeMethod* method); // TResult System.Runtime.CompilerServices.TaskAwaiter`1::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskAwaiter_1_GetResult_m2E8DBF88A9C500C0F895D35E7D8A4CB3B638E710_gshared (TaskAwaiter_1_t98B8214BA5C5BD14FD8D98B71C67E11FFE8B684C * __this, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::FromCancellation(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * Task_FromCancellation_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m3C15186841F33612A68B89A44894D0B59E6CA158_gshared (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken0, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5 AsyncTaskMethodBuilder_1_Create_mBC561A7D3C58F7050164F12545143B38F27A0ACE_gshared (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__31>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F_m742C2693BD79D2C80E8CDEB1F156696C520D77FF_gshared (AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5 * __this, U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F * ___stateMachine0, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * AsyncTaskMethodBuilder_1_get_Task_m6271C6DBE85B91D9D221CD190207C8DC3EA02A07_gshared (AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task`1::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_1__ctor_m918C753A186C807D54213232F270ECF74B60A4ED_gshared (Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * __this, bool ___canceled0, bool ___result1, int32_t ___creationOptions2, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___ct3, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Reverse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Reverse_mB2258A4FA2E91ECE197E099A7E914964C2C4D333_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // T System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mC9E7381F0B0B82E0320B2523835DAFC9CB3D1C8D_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m6B0D36DF5FAE8766ACB4727C05AC4766633A6FA7_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m0F6DFCB4303E293A9A033EADFAC64B2C4845E050_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m121B3AC8EDC09FFEC201BB0726120B4DCFCCFEDB_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, RuntimeObject * ___key0, int32_t* ___value1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1__ctor_m7E216146BD3F909F151DCE54DD306359CEF13F8A (SHA1_t15B592B9935E19EC3FD5679B969239AC572E2C0E * __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.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.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA1Managed::InitializeState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Managed_InitializeState_m64A181EF43035EB56E93E0683075F62B5B81B9D6 (SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4 * __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.Security.Cryptography.SHA1Managed::_HashData(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Managed__HashData_m70E2461625836C5EDCA1DAB423BE3A4F18E5EDAA (SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___partIn0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.SHA1Managed::_EndHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SHA1Managed__EndHash_mFB0E062CB9AF21F98BF5AECF29123D679D019853 (SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4 * __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.Void System.Security.Cryptography.SHA1Managed::SHATransform(System.UInt32*,System.UInt32*,System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Managed_SHATransform_m0B447A67BC53A0369DF5FDCAD482AC880F0A84ED (uint32_t* ___expandedBuffer0, uint32_t* ___state1, uint8_t* ___block2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.Utils::DWORDToBigEndian(System.Byte[],System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utils_DWORDToBigEndian_mD767CA8F930CC5C31F63E683BFE469007527FCD1 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___block0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, int32_t ___digits2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.Utils::DWORDFromBigEndian(System.UInt32*,System.Int32,System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utils_DWORDFromBigEndian_m850470FEFA6B6AD6FFDE23DEB68E75CE1732001A (uint32_t* ___x0, int32_t ___digits1, uint8_t* ___block2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA1Managed::SHAExpand(System.UInt32*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Managed_SHAExpand_mE3C4B9EAB599C6F033C2A75E4DAB62DA4C0CFEC0 (uint32_t* ___x0, 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.SHA256Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA256Managed__ctor_m929639A0280A1815FF5B80910F7116B4696FABD5 (SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B * __this, 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.Security.Cryptography.SHA256::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA256__ctor_mABEE516924D16D07C1CD8B82C9F2CDAB071DE616 (SHA256_t7F98FBD5AA9E2F4AC1A5C13FF7122AFF1A920452 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA256Managed::InitializeState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA256Managed_InitializeState_mB24A6E48DDA8A48D889760122FBC63269FC918C5 (SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA256Managed::_HashData(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA256Managed__HashData_m558E0C21348FDECE10295D30E93ECAA779A276C4 (SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___partIn0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.SHA256Managed::_EndHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SHA256Managed__EndHash_m60A131B52A808270E3E4CCEDAF8FB125FE876E07 (SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA256Managed::SHATransform(System.UInt32*,System.UInt32*,System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA256Managed_SHATransform_m71FA070C921AAB4A98CA32A2F0B11C4E6D5E4D0A (uint32_t* ___expandedBuffer0, uint32_t* ___state1, uint8_t* ___block2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA256Managed::SHA256Expand(System.UInt32*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA256Managed_SHA256Expand_m352EB29E6B29D12D777DBA43DA74911C7AB63A35 (uint32_t* ___x0, const RuntimeMethod* method); // System.UInt32 System.Security.Cryptography.SHA256Managed::Sigma_1(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SHA256Managed_Sigma_1_m3E881D3B4D34FE221DF9C370E3ADCFBC4253DA63 (uint32_t ___x0, const RuntimeMethod* method); // System.UInt32 System.Security.Cryptography.SHA256Managed::Ch(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SHA256Managed_Ch_m03349A670B86757800ED7448EE2EE04257C0AD97 (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); // System.UInt32 System.Security.Cryptography.SHA256Managed::Sigma_0(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SHA256Managed_Sigma_0_mE2F273548140668F7AB7FF9F8882D6363C813BB1 (uint32_t ___x0, const RuntimeMethod* method); // System.UInt32 System.Security.Cryptography.SHA256Managed::Maj(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SHA256Managed_Maj_m6281C5AD9D32570CA144CD308180573031BDFD9B (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); // System.UInt32 System.Security.Cryptography.SHA256Managed::RotateRight(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SHA256Managed_RotateRight_m4C865ECDBAD8A8616CD564BC0C68B9BF937C0F4D (uint32_t ___x0, int32_t ___n1, const RuntimeMethod* method); // System.UInt32 System.Security.Cryptography.SHA256Managed::sigma_1(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SHA256Managed_sigma_1_mD33C103A945949DE33BD601D44F58188B2F8A275 (uint32_t ___x0, const RuntimeMethod* method); // System.UInt32 System.Security.Cryptography.SHA256Managed::sigma_0(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SHA256Managed_sigma_0_mF60A13F46A9E82C938FF2F4AA3F6D3E0DF82EEE9 (uint32_t ___x0, 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.Void System.Security.Cryptography.SHA384Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA384Managed__ctor_m8DE92DC90191BE6BE2CD98110A2DE9D907EABCD5 (SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA384::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA384__ctor_mD708F0A2BAEF9623D761370EECF31A008F405B73 (SHA384_t9B79EB51A9026A16B0D6F9A306724FE4D3D3A9E9 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA384Managed::InitializeState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA384Managed_InitializeState_m86923C46CB1F22E6F374D19BB7B5C635E05025A2 (SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA384Managed::_HashData(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA384Managed__HashData_mA637296408D08DC375595BFABF1B23F8FD7FF217 (SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___partIn0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.SHA384Managed::_EndHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SHA384Managed__EndHash_mF921957D0161BC52D1DC1A679AA85DDDED9988BE (SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA384Managed::SHATransform(System.UInt64*,System.UInt64*,System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA384Managed_SHATransform_mEE99F354249E845D01E00163A008208383E6FAD1 (uint64_t* ___expandedBuffer0, uint64_t* ___state1, uint8_t* ___block2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.Utils::QuadWordToBigEndian(System.Byte[],System.UInt64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utils_QuadWordToBigEndian_m1F5A3B150E18A7E1FB521785B64B57A06D766040 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___block0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x1, int32_t ___digits2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.Utils::QuadWordFromBigEndian(System.UInt64*,System.Int32,System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utils_QuadWordFromBigEndian_m762796FEBD1B361E0C48809AFB580F84F83498BF (uint64_t* ___x0, int32_t ___digits1, uint8_t* ___block2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA384Managed::SHA384Expand(System.UInt64*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA384Managed_SHA384Expand_mFE48E2D5BB51420766B82BF4B3040711B1A8172F (uint64_t* ___x0, const RuntimeMethod* method); // System.UInt64 System.Security.Cryptography.SHA384Managed::Sigma_1(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA384Managed_Sigma_1_m599E6E80159AC7CD34651352B61101EE91BB4325 (uint64_t ___x0, const RuntimeMethod* method); // System.UInt64 System.Security.Cryptography.SHA384Managed::Ch(System.UInt64,System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA384Managed_Ch_m4925CB3D59100E5B82A87436CA3533824CC5301A (uint64_t ___x0, uint64_t ___y1, uint64_t ___z2, const RuntimeMethod* method); // System.UInt64 System.Security.Cryptography.SHA384Managed::Sigma_0(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA384Managed_Sigma_0_m4DAA2B8138AEDA9E883AF2C50E146B4D6700C28F (uint64_t ___x0, const RuntimeMethod* method); // System.UInt64 System.Security.Cryptography.SHA384Managed::Maj(System.UInt64,System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA384Managed_Maj_m54B72B6E5226E3074E737C716A611B09691404B4 (uint64_t ___x0, uint64_t ___y1, uint64_t ___z2, const RuntimeMethod* method); // System.UInt64 System.Security.Cryptography.SHA384Managed::RotateRight(System.UInt64,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA384Managed_RotateRight_m2D7FE4CAA9ACFFDB7F084FC80FBA90D18C3D13D7 (uint64_t ___x0, int32_t ___n1, const RuntimeMethod* method); // System.UInt64 System.Security.Cryptography.SHA384Managed::sigma_1(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA384Managed_sigma_1_m41177C2E90E695A0F921F97604C330DF0D3C945F (uint64_t ___x0, const RuntimeMethod* method); // System.UInt64 System.Security.Cryptography.SHA384Managed::sigma_0(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA384Managed_sigma_0_m20877ACA1C3C7B5DA96D74FAC574BBC3068E86B8 (uint64_t ___x0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA512Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA512Managed__ctor_mBB72662FE00407655BF98439663C700CB7BC8311 (SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA512::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA512__ctor_m4E190C63C12326F0CB5496A1640B4E8A4DEF69F6 (SHA512_tCF17311CCA734D60E55D2A03356FC9BFF4B040F8 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA512Managed::InitializeState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA512Managed_InitializeState_mE8A92E27C203B3937A509A9DD0A2C8BAA1173ED7 (SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA512Managed::_HashData(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA512Managed__HashData_mEC2014C865E2ED4598402473A64715A15C007C3E (SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___partIn0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.SHA512Managed::_EndHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SHA512Managed__EndHash_m12299E624306AE9C06F1C7CBF4814F13DB40EBBA (SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA512Managed::SHATransform(System.UInt64*,System.UInt64*,System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA512Managed_SHATransform_m08A94F227C784111F22774C08965575FF259E8C4 (uint64_t* ___expandedBuffer0, uint64_t* ___state1, uint8_t* ___block2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA512Managed::SHA512Expand(System.UInt64*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA512Managed_SHA512Expand_mE9FA37AA2A5A562DDD796AF276AC2CB3091DE77B (uint64_t* ___x0, const RuntimeMethod* method); // System.UInt64 System.Security.Cryptography.SHA512Managed::Sigma_1(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA512Managed_Sigma_1_m79804EC00CBC8F0D20BE70616EC68638D214718B (uint64_t ___x0, const RuntimeMethod* method); // System.UInt64 System.Security.Cryptography.SHA512Managed::Ch(System.UInt64,System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA512Managed_Ch_m7963CEF3C1320E2E5627B6C22BD524F40F7F2B51 (uint64_t ___x0, uint64_t ___y1, uint64_t ___z2, const RuntimeMethod* method); // System.UInt64 System.Security.Cryptography.SHA512Managed::Sigma_0(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA512Managed_Sigma_0_m05249DCDED30FBDB860F7CFFF40601FBCD5335B9 (uint64_t ___x0, const RuntimeMethod* method); // System.UInt64 System.Security.Cryptography.SHA512Managed::Maj(System.UInt64,System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA512Managed_Maj_m8067E6F48094D48C18F74AAD70E4E56D57CF3D5E (uint64_t ___x0, uint64_t ___y1, uint64_t ___z2, const RuntimeMethod* method); // System.UInt64 System.Security.Cryptography.SHA512Managed::RotateRight(System.UInt64,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA512Managed_RotateRight_mBDF776FDFD740C24E0FA00A8B85FA472DC1CF873 (uint64_t ___x0, int32_t ___n1, const RuntimeMethod* method); // System.UInt64 System.Security.Cryptography.SHA512Managed::sigma_1(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA512Managed_sigma_1_m83D69C945B32E005C5A7B14A42A93DF6D30547DC (uint64_t ___x0, const RuntimeMethod* method); // System.UInt64 System.Security.Cryptography.SHA512Managed::sigma_0(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA512Managed_sigma_0_m9E30C7ACBE777AF2C6B7BE41D4719E79B79F1D08 (uint64_t ___x0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m90ED4B078849D42FA1A7C5EB7AC7F74F235F6916 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8892FAD3E9F1E11E6176840DC1EA0C40DF1F0C2B (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, 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.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandleZeroOrMinusOneIsInvalid__ctor_m2F9172D39B936E24C9E1772C6DC583CC889A3312 (SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 * __this, bool ___ownsHandle0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96 (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::DangerousAddRef(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, bool* ___success0, const RuntimeMethod* method); // System.Void* System.IntPtr::op_Explicit(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD (intptr_t ___value0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::DangerousRelease() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::SetHandle(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SafeHandle_SetHandle_m3727BDA5C26E0220FA7BBE73C9E662774F5F1664_inline (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, intptr_t ___handle0, const RuntimeMethod* method); // System.Boolean System.IO.MonoIO::Close(System.IntPtr,System.IO.MonoIOError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_Close_mAB7DE85AEE70F435A882061A465CD3E1A5B5CC5F (intptr_t ___handle0, int32_t* ___error1, const RuntimeMethod* method); // System.Boolean System.IO.MonoIO::FindCloseFile(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_FindCloseFile_m490549AD62C3DA5F701C9FF78F7E1FFBD6ECF6DC (intptr_t ___hnd0, const RuntimeMethod* method); // System.Void Mono.RuntimeGPtrArrayHandle::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeGPtrArrayHandle__ctor_mFB57C0F8B411C7D8379C2E857F5A4F056F481F87 (RuntimeGPtrArrayHandle_tFFF90E5789EADA37BC5B24EE93680549771445B7 * __this, intptr_t ___ptr0, const RuntimeMethod* method); // System.Void Mono.SafeGPtrArrayHandle::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeGPtrArrayHandle__ctor_m1CE478D8B81B12E5CD084F7377A130FEE6BA16E2 (SafeGPtrArrayHandle_tAEC97FDEAA1FFF2E1C1475EECB98B945EF86141A * __this, intptr_t ___ptr0, const RuntimeMethod* method); // System.Void Mono.RuntimeGPtrArrayHandle::DestroyAndFree(Mono.RuntimeGPtrArrayHandle&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeGPtrArrayHandle_DestroyAndFree_m5C8217884AAF37528DFE4CC79FD02F3A46038175 (RuntimeGPtrArrayHandle_tFFF90E5789EADA37BC5B24EE93680549771445B7 * ___h0, const RuntimeMethod* method); // System.Void Mono.SafeGPtrArrayHandle::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeGPtrArrayHandle_Dispose_m0E1A4936044F5169A6ADAD4A458BF9ED40C9255C (SafeGPtrArrayHandle_tAEC97FDEAA1FFF2E1C1475EECB98B945EF86141A * __this, const RuntimeMethod* method); // System.Int32 Mono.RuntimeGPtrArrayHandle::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeGPtrArrayHandle_get_Length_m1A36E66AB05B70C9CD72A109A07C066D1B9CC6C2 (RuntimeGPtrArrayHandle_tFFF90E5789EADA37BC5B24EE93680549771445B7 * __this, const RuntimeMethod* method); // System.Int32 Mono.SafeGPtrArrayHandle::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SafeGPtrArrayHandle_get_Length_mBC655EA720E4C935687BF1FE0134E96EB7399394 (SafeGPtrArrayHandle_tAEC97FDEAA1FFF2E1C1475EECB98B945EF86141A * __this, const RuntimeMethod* method); // System.IntPtr Mono.RuntimeGPtrArrayHandle::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeGPtrArrayHandle_get_Item_m5C11CA8E83C5C850483569987388B8AEBF07523E (RuntimeGPtrArrayHandle_tFFF90E5789EADA37BC5B24EE93680549771445B7 * __this, int32_t ___i0, const RuntimeMethod* method); // System.IntPtr Mono.SafeGPtrArrayHandle::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafeGPtrArrayHandle_get_Item_mA2060DEBFD93AEA32F5A9876C397395004130BE7 (SafeGPtrArrayHandle_tAEC97FDEAA1FFF2E1C1475EECB98B945EF86141A * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void System.Runtime.ConstrainedExecution.CriticalFinalizerObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CriticalFinalizerObject__ctor_mB2B61C36ED7031FDCD35E835B7FB94CE326F67D9 (CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 * __this, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Runtime.ConstrainedExecution.CriticalFinalizerObject::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CriticalFinalizerObject_Finalize_m74EDAAC1806CF742F4016552520D67EB88606F72 (CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::InternalDispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_InternalDispose_m26A708350DC39A3110494A737868252438595892 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::InternalFinalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_InternalFinalize_m450E945EAC225F90AD842DC74E2D993C13DAA74F (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, 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.ObjectDisposedException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_mC830C2F97D5314DF72EEFFE749E7F7FB467D0382 (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * __this, String_t* ___objectName0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::DangerousReleaseInternal(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousReleaseInternal_m3BA2756878D9509B0CD1DC6D55BAFEBC0BC5098B (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, bool ___dispose0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle__ctor_m30896EE9F6765AB918312A413BFA0349482C681C (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, intptr_t ___invalidHandleValue0, bool ___ownsHandle1, const RuntimeMethod* method); // System.Boolean System.IntPtr::IsNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_IsNull_m4F73FDEC9D6C90AE4CFEE3A10EBFA887E361A983 (intptr_t* __this, const RuntimeMethod* method); // System.Void System.IntPtr::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntPtr__ctor_m45FB8E0F6CB286B157BBBE5CF5B586E9E66F1097 (intptr_t* __this, int32_t ___value0, 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.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.EventArgs::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571 (EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * __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.Object System.Runtime.Serialization.SerializationInfo::GetValueNoThrow(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValueNoThrow_mA1F5663511899C588B39643FF53002717A84DFF3 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, Type_t * ___type1, 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.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.Runtime.Serialization.SafeSerializationEventArgs::.ctor(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationEventArgs__ctor_m848574E8F6FFB4990B78D5DECA80E6D2B337E06A (SafeSerializationEventArgs_t9127408272D435E33674CC75CBDC5124DA7F3E4A * __this, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext0, const RuntimeMethod* method); // System.Void System.EventHandler`1::Invoke(System.Object,TEventArgs) inline void EventHandler_1_Invoke_mCE907C9BBB836F3C3C93DCBB6587A9604230B644 (EventHandler_1_t1C27C79D0946B5B6968F4A351CFED838F67D7517 * __this, RuntimeObject * ___sender0, SafeSerializationEventArgs_t9127408272D435E33674CC75CBDC5124DA7F3E4A * ___e1, const RuntimeMethod* method) { (( void (*) (EventHandler_1_t1C27C79D0946B5B6968F4A351CFED838F67D7517 *, RuntimeObject *, SafeSerializationEventArgs_t9127408272D435E33674CC75CBDC5124DA7F3E4A *, const RuntimeMethod*))EventHandler_1_Invoke_m6146E375BDA235BCEABAD74EC6EC5DE71258097F_gshared)(__this, ___sender0, ___e1, method); } // System.Collections.Generic.IList`1 System.Runtime.Serialization.SafeSerializationEventArgs::get_SerializedStates() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SafeSerializationEventArgs_get_SerializedStates_mEF4F664315B61EBA8B489F1CBC9F682DFDFCC7C3_inline (SafeSerializationEventArgs_t9127408272D435E33674CC75CBDC5124DA7F3E4A * __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.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::SetType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_SetType_mD6F11DC42FDE78E7E8A58BC3D9E248E21BB37275 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Collections.Stack::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack__ctor_m7B7EA279423863156F25A04362D9FE6C89FAFE70 (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * __this, const RuntimeMethod* method); // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Reflection.RuntimeConstructorInfo System.RuntimeType::GetSerializationCtor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB * RuntimeType_GetSerializationCtor_mE8FEF4773EDA55C296A8AB792D6AE21A99964C31 (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.ConstructorInfo::op_Inequality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Inequality_m14EF5800ABCDCE484FEC9C73ED6D84E8343442CC (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___left0, ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___right1, const RuntimeMethod* method); // System.Reflection.RuntimeConstructorInfo System.Runtime.Serialization.ObjectManager::GetConstructor(System.RuntimeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB * ObjectManager_GetConstructor_m43B7B63AAF9051980D4EC980148A122751844705 (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___t0, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.FormatterServices::GetUninitializedObject(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * FormatterServices_GetUninitializedObject_m1FF0BDED3B566135DCDA1FCF98DABC5C907C5EA7 (Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Reflection.RuntimeConstructorInfo::SerializationInvoke(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeConstructorInfo_SerializationInvoke_m3794272F3D68C70D43F98C25C9D676686826D8CC (RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB * __this, RuntimeObject * ___target0, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info1, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context2, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationEvents System.Runtime.Serialization.SerializationEventsCache::GetSerializationEventsForType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * SerializationEventsCache_GetSerializationEventsForType_m30C850151B947349C476FFC773EED0D28A3696E4 (Type_t * ___t0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationEvents::InvokeOnDeserialized(System.Object,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents_InvokeOnDeserialized_mCC595E632FC9734C51917D05054BD4217F619988 (SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * __this, RuntimeObject * ___obj0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void Mono.SafeStringMarshal::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeStringMarshal__ctor_mBEBAD02E80F76D6F113497335D268D95071447F5 (SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E * __this, String_t* ___str0, const RuntimeMethod* method); // System.IntPtr Mono.SafeStringMarshal::StringToUtf8(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafeStringMarshal_StringToUtf8_mB00F4D90F320CF40A49513D07B851A8FAA83163F (String_t* ___str0, const RuntimeMethod* method); // System.IntPtr Mono.SafeStringMarshal::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafeStringMarshal_get_Value_mD0B8EA958C1C12A83AC7C6FFB2E09E850FD4A605 (SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E * __this, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m212AF0E66AA81FEDC982B1C8A44ADDA24B995EB8 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.Void Mono.SafeStringMarshal::GFree(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeStringMarshal_GFree_mAF2A1D5C7650BEB0394790744C57821578165307 (intptr_t ___ptr0, const RuntimeMethod* method); // System.Void Mono.SafeStringMarshal::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeStringMarshal_Dispose_m2F0E59FDFD69FF5F1DCF195B2D5D7D6246F71C37 (SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E * __this, const RuntimeMethod* method); // System.Void System.Threading.NativeEventCalls::CloseEvent_internal(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeEventCalls_CloseEvent_internal_m8DB26D6030B3551AACE03685AC4D34786D2F5E88 (intptr_t ___handle0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.Security.SecureString::Alloc(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureString_Alloc_m12CB84170380793D29E11A739EBCD113954A3CF4 (SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * __this, int32_t ___length0, bool ___realloc1, 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.Void System.Security.SecureString::Encrypt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureString_Encrypt_mBF10995C02F74FF45E284F23FC6D4D46E53A5A41 (SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * __this, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880 (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * __this, String_t* ___objectName0, 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.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void System.Security.SecureString::Decrypt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureString_Decrypt_mFB2620F6B38014056C2F0D23D5C923FEF1B82EAB (SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * __this, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, 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.Security.SecurityDocument::GuaranteeSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityDocument_GuaranteeSize_m07CEA998FB796E94BB5C5C13BAC05DB70DAC98A0 (SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * __this, int32_t ___size0, 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.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.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.Security.Util.Tokenizer/StringMaker System.SharedStatics::GetSharedStringMaker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * SharedStatics_GetSharedStringMaker_m2A440B9AB8C7E96A575BF3C5D13B02A2DFEC3D10 (const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB (StringBuilder_t * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___value0, int32_t ___startIndex1, int32_t ___charCount2, const RuntimeMethod* method); // System.String System.Security.Util.Tokenizer/StringMaker::MakeString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringMaker_MakeString_mF76D096DEEAFC550825121C36EB3CEA6406F2CAE (StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * __this, const RuntimeMethod* method); // System.Void System.SharedStatics::ReleaseSharedStringMaker(System.Security.Util.Tokenizer/StringMaker&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedStatics_ReleaseSharedStringMaker_m4BB0323DC7E2A8FD1D7EEA8FB4D1865AA6171D23 (StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 ** ___maker0, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.SecurityDocument::GetElement(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_tB9682077760936136392270197F642224B2141CC * SecurityDocument_GetElement_m6221DF7A67810143AB03171BB95CA2F1654AF9C1 (SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * __this, int32_t ___position0, bool ___bCreate1, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.SecurityDocument::InternalGetElement(System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_tB9682077760936136392270197F642224B2141CC * SecurityDocument_InternalGetElement_m94B8A423F605344AAD89E4006A5EEA6BF84A9AFC (SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * __this, int32_t* ___position0, bool ___bCreate1, const RuntimeMethod* method); // System.String System.Security.SecurityDocument::GetString(System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityDocument_GetString_mDC138FBE5DBF3BC58832D2EB5DBB01F2773FC5AD (SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * __this, int32_t* ___position0, bool ___bCreate1, 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::set_m_strText(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SecurityElement_set_m_strText_m51AF1B1DBAEFB35B865F2E9016BE8D7004C59749_inline (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, String_t* ___value0, 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.Void System.Security.SecurityElement::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement__ctor_mE4CB1F91F341E630499AE68F4595AD33332CDCC4 (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, String_t* ___tag0, String_t* ___text1, const RuntimeMethod* method); // System.Boolean System.Security.SecurityElement::IsValidTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidTag_mF140C0CD8F79EC59EBC52481443E9779399FD46B (String_t* ___tag0, 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.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Void System.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.Security.SecurityElement::set_Text(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_set_Text_m50C49AF9AB471FC6463C750BF60864F973FB8F5B (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_mF6B704809ABE222280933EA170B6664286C91FDC (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.String System.Security.SecurityElement/SecurityAttribute::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SecurityAttribute_get_Name_mFA4470D7F3F4C76D496D31CD68A902D5B5C16AE3_inline (SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 * __this, const RuntimeMethod* method); // System.String System.Security.SecurityElement/SecurityAttribute::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SecurityAttribute_get_Value_m33AC435FB87281EB8C2B513A42D00E4C7A72CA33_inline (SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 * __this, const RuntimeMethod* method); // System.Boolean System.Security.SecurityElement::IsValidText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidText_mEB3AF13AE775D105AC12E1EBDA281A33C405C74C (String_t* ___text0, const RuntimeMethod* method); // System.String System.Security.SecurityElement::Unescape(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_Unescape_m9E74766CB8A119E75EBE2462975F5D2F32EE41FE (String_t* ___str0, const RuntimeMethod* method); // System.Security.SecurityElement/SecurityAttribute System.Security.SecurityElement::GetAttribute(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 * SecurityElement_GetAttribute_m609C227FD32162E814E6BD5857A702A76A1D1415 (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, String_t* ___name0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, const RuntimeMethod* method); // System.Void System.Security.SecurityElement/SecurityAttribute::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityAttribute__ctor_mE03DE11B5708AEC919142F20F9E3A8F01FD594AF (SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 * __this, String_t* ___name0, String_t* ___value1, 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.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.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Replace(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Replace_mE86B82549B5A02162C25666CD8A990AC440C1181 (StringBuilder_t * __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method); // System.Void System.Security.XmlSyntaxException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_m48A2FA2379FABB4E90736193CE77934647EFC86F (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void Mono.Xml.SecurityParser::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser__ctor_mDC88DBC9A5A67C96AC8FC072E65D9DB1C163AEF9 (SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SecurityParser::LoadXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_LoadXml_mD6390B48DC2466D1106B1870D88CF32418A102F5 (SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118 * __this, String_t* ___xml0, const RuntimeMethod* method); // System.Security.SecurityElement Mono.Xml.SecurityParser::ToXml() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SecurityElement_tB9682077760936136392270197F642224B2141CC * SecurityParser_ToXml_mA2B016FB2C10243606CF2424AA21C3EB469E328C_inline (SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118 * __this, const RuntimeMethod* method); // System.Void System.Security.XmlSyntaxException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_mC91DD8E89550100159AC63771B8CE502348BF6E8 (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.String System.Security.SecurityElement::SearchForTextOfTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_SearchForTextOfTag_mB14673E2C90334D79CE8DA9EAA00A9A6CDFCD2A1 (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, String_t* ___tag0, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::ToXml(System.Text.StringBuilder&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_ToXml_m14C6C525FD36BFB622E14AC6A9653058E2A10EFE (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, StringBuilder_t ** ___s0, int32_t ___level1, const RuntimeMethod* method); // System.String System.Security.SecurityElement::Escape(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_Escape_mF3E97399212441EDAE64CF66FF916351809AFA6F (String_t* ___str0, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4 (const RuntimeMethod* method); // System.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.Boolean System.String::EndsWith(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mB6E4F554EB12AF5BB822050E738AB867AF5C9864 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.String System.Security.SecurityElement::SearchForTextOfLocalName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_SearchForTextOfLocalName_m69C55B4853B43F0DF8F3CE116C527C02A3F124D5 (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, String_t* ___strLocalName0, const RuntimeMethod* method); // System.Void System.Security.SecurityException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException__ctor_m39346891F8B7D834F4727854EC95B5C04CEC6AA5 (SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Exception::set_HResult(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Exception_set_HResult_mB9E603303A0678B32684B0EEC144334BAB0E6392_inline (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19 (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * SerializationInfo_GetEnumerator_m88A3A4E9DD1E1F276016B0205CF62DDB876B9575 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfoEnumerator::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfoEnumerator_get_Name_m77C59B00E71ADDFA65D08FE52BE16D4D0E4A2480 (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfoEnumerator::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfoEnumerator_get_Value_mAF4DAA489771E490363C55CCF00FB44BC26964AA (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m661034C94476113FEB5A3C98A5EA9456ACFA2E9F (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m14A39C396B94BEE4EFEA201FB748572011855A94 (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882 (Exception_t * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, 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.String System.Exception::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_ToString_m7401DB4C24A9C4A4951725780B3C1367D67D5A4C (Exception_t * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser__ctor_m93938F9D50E51CAD39AD01589A3E5E646357A8F6 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method); // System.Void System.IO.StringReader::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringReader__ctor_m7CC29D8E83F4813395ACA9CF4F756B1BCE09A7EE (StringReader_t74E352C280EAC22C878867444978741F19E1F895 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::Parse(System.IO.TextReader,Mono.Xml.SmallXmlParser/IContentHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_Parse_m0B69F47B920A786352D176348D1AD35DE3B460D0 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___input0, RuntimeObject* ___handler1, const RuntimeMethod* method); // System.Void System.Security.CodeAccessPermission::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CodeAccessPermission__ctor_mCE8A22DF4086C24C5066C3A6C6A5914B6176E672 (CodeAccessPermission_t7C1071DF7520461EC0D3DC70980DADFFCE5701D3 * __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.Security.Permissions.SecurityPermission System.Security.Permissions.SecurityPermission::Cast(System.Security.IPermission) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 * SecurityPermission_Cast_m14D324931B01707663ECF910416E18D23839A57E (SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 * __this, RuntimeObject* ___target0, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.SecurityPermission::IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityPermission_IsEmpty_mC19F2F300258061C326F7822CB11ADAF75C59ED1 (SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.SecurityPermission::IsUnrestricted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityPermission_IsUnrestricted_mA6BFA5EF70A679F935E23C680BAAC09A87A6D143 (SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 * __this, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.CodeAccessPermission::Element(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_tB9682077760936136392270197F642224B2141CC * CodeAccessPermission_Element_mE44355C2DFD49A8780F2DF71B4B310119A6E9BA3 (CodeAccessPermission_t7C1071DF7520461EC0D3DC70980DADFFCE5701D3 * __this, int32_t ___version0, const RuntimeMethod* method); // System.Void System.Security.CodeAccessPermission::ThrowInvalidPermission(System.Security.IPermission,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CodeAccessPermission_ThrowInvalidPermission_m6A027DA30C591147BC0F3E44C901BEB2FA86FD34 (RuntimeObject* ___target0, Type_t * ___expected1, const RuntimeMethod* method); // System.String System.Threading.SemaphoreSlim::GetResourceString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SemaphoreSlim_GetResourceString_mB49FD820696DF0B2EEE37647E24E3B799051A0DC (String_t* ___str0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, RuntimeObject * ___actualValue1, String_t* ___message2, const RuntimeMethod* method); // System.Boolean System.Threading.SemaphoreSlim::Wait(System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SemaphoreSlim_Wait_mE55B1F84E8ADC73D3D804ED0785583BA6F99AA00 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, int32_t ___millisecondsTimeout0, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken1, const RuntimeMethod* method); // System.Void System.Threading.SemaphoreSlim::CheckDispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim_CheckDispose_m6681A55A52424AF3C213D88BDE17624C5EED4453 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, const RuntimeMethod* method); // System.Void System.Threading.CancellationToken::ThrowIfCancellationRequested() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationToken_ThrowIfCancellationRequested_m987F0BEA5521F5575C5E766345C04E7E5E0CD210 (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * __this, const RuntimeMethod* method); // System.UInt32 System.Threading.TimeoutHelper::GetTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TimeoutHelper_GetTime_m9374E525445EF9F5E3A7656F08A9A8C6987942F3 (const RuntimeMethod* method); // System.Threading.CancellationTokenRegistration System.Threading.CancellationToken::InternalRegisterWithoutEC(System.Action`1,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A CancellationToken_InternalRegisterWithoutEC_m2450607A39759489E06741B35DE71DD2C677B5CC (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * __this, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___callback0, RuntimeObject * ___state1, 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.SpinWait::get_NextSpinWillYield() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpinWait_get_NextSpinWillYield_m5FD0542F0BE9CBF660060F53E371A5E3A67C9152 (SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 * __this, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Threading.SemaphoreSlim::WaitAsync(System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * SemaphoreSlim_WaitAsync_m457EC3DFF5573AED0689863220E41AEB3488CE54 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, int32_t ___millisecondsTimeout0, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken1, const RuntimeMethod* method); // System.Boolean System.Threading.SemaphoreSlim::WaitUntilCountOrTimeout(System.Int32,System.UInt32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SemaphoreSlim_WaitUntilCountOrTimeout_mE7DFAAAB36FF05A47622D110009BD67B0BEF5C31 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, int32_t ___millisecondsTimeout0, uint32_t ___startTime1, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken2, const RuntimeMethod* method); // System.Boolean System.Threading.EventWaitHandle::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventWaitHandle_Reset_m535429D7CC172C0B95EB8B7B9126B3F3761E2D30 (EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C * __this, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Threading.CancellationTokenRegistration::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenRegistration_Dispose_mAE8E6F50C883B44EFF2F74E9EA4AD31E9571743F (CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A * __this, const RuntimeMethod* method); // System.Runtime.CompilerServices.TaskAwaiter`1 System.Threading.Tasks.Task`1::GetAwaiter() inline TaskAwaiter_1_t98B8214BA5C5BD14FD8D98B71C67E11FFE8B684C Task_1_GetAwaiter_m64E2534BE0DCF5C693647ECEDC00ED8A7E4FFF9B (Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * __this, const RuntimeMethod* method) { return (( TaskAwaiter_1_t98B8214BA5C5BD14FD8D98B71C67E11FFE8B684C (*) (Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 *, const RuntimeMethod*))Task_1_GetAwaiter_m64E2534BE0DCF5C693647ECEDC00ED8A7E4FFF9B_gshared)(__this, method); } // TResult System.Runtime.CompilerServices.TaskAwaiter`1::GetResult() inline bool TaskAwaiter_1_GetResult_m2E8DBF88A9C500C0F895D35E7D8A4CB3B638E710 (TaskAwaiter_1_t98B8214BA5C5BD14FD8D98B71C67E11FFE8B684C * __this, const RuntimeMethod* method) { return (( bool (*) (TaskAwaiter_1_t98B8214BA5C5BD14FD8D98B71C67E11FFE8B684C *, const RuntimeMethod*))TaskAwaiter_1_GetResult_m2E8DBF88A9C500C0F895D35E7D8A4CB3B638E710_gshared)(__this, method); } // System.Int32 System.Threading.TimeoutHelper::UpdateTimeOut(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeoutHelper_UpdateTimeOut_m94EF171743AFF6C6D7CC7FD8613DE6375F4D0928 (uint32_t ___startTime0, int32_t ___originalWaitMillisecondsTimeout1, const RuntimeMethod* method); // System.Boolean System.Threading.Monitor::Wait(System.Object,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Monitor_Wait_mB8A4DEDBE7BEE3D2B76F2C3D1E0580277988A9ED (RuntimeObject * ___obj0, int32_t ___millisecondsTimeout1, const RuntimeMethod* 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.Tasks.Task`1 System.Threading.Tasks.Task::FromCancellation(System.Threading.CancellationToken) inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * Task_FromCancellation_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m3C15186841F33612A68B89A44894D0B59E6CA158 (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken0, const RuntimeMethod* method) { return (( Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * (*) (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))Task_FromCancellation_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m3C15186841F33612A68B89A44894D0B59E6CA158_gshared)(___cancellationToken0, method); } // System.Threading.SemaphoreSlim/TaskNode System.Threading.SemaphoreSlim::CreateAndAddAsyncWaiter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * SemaphoreSlim_CreateAndAddAsyncWaiter_m99F9137FC5F35E84BDD39866B78E7F0B9CC3E324 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.CancellationToken::get_CanBeCanceled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationToken_get_CanBeCanceled_m6E3578EE53E9E051760D798F120A1EB4357B4E09 (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * __this, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Threading.SemaphoreSlim::WaitUntilCountOrTimeoutAsync(System.Threading.SemaphoreSlim/TaskNode,System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * SemaphoreSlim_WaitUntilCountOrTimeoutAsync_mDC94D9B33D339D5EB3B148DD1A20AB756D2605A2 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * ___asyncWaiter0, int32_t ___millisecondsTimeout1, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken2, const RuntimeMethod* method); // System.Void System.Threading.SemaphoreSlim/TaskNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskNode__ctor_mE9083242BFA4E0A84E77A456C9AEF90CEC319125 (TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * __this, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() inline AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5 AsyncTaskMethodBuilder_1_Create_mBC561A7D3C58F7050164F12545143B38F27A0ACE (const RuntimeMethod* method) { return (( AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_mBC561A7D3C58F7050164F12545143B38F27A0ACE_gshared)(method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__31>(!!0&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F_m742C2693BD79D2C80E8CDEB1F156696C520D77FF (AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5 * __this, U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5 *, U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F_m742C2693BD79D2C80E8CDEB1F156696C520D77FF_gshared)(__this, ___stateMachine0, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * AsyncTaskMethodBuilder_1_get_Task_m6271C6DBE85B91D9D221CD190207C8DC3EA02A07 (AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5 * __this, const RuntimeMethod* method) { return (( Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * (*) (AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m6271C6DBE85B91D9D221CD190207C8DC3EA02A07_gshared)(__this, method); } // System.Int32 System.Threading.SemaphoreSlim::Release(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SemaphoreSlim_Release_m866EAAB5C1144F288FCF17C422C03733EAAF8FBF (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, int32_t ___releaseCount0, const RuntimeMethod* method); // System.Void System.Threading.SemaphoreFullException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreFullException__ctor_m35B8FD1E9DDF7C483C1111CC9BF44EF48F8E5ED2 (SemaphoreFullException_tEC3066DE47D27E7FFEDFB57703A17E44A6F4A741 * __this, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Pulse(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Pulse_m690EF6269492676F5A9A20430D3CC9363D54A17D (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::PulseAll(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_PulseAll_m9A871A997A8AF65B3DDD3B02FA37EB6B70C2DE0C (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Threading.SemaphoreSlim::RemoveAsyncWaiter(System.Threading.SemaphoreSlim/TaskNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SemaphoreSlim_RemoveAsyncWaiter_mAB647C1BFA150E42C789C6AC2831D083BECFB967 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * ___task0, const RuntimeMethod* method); // System.Void System.Threading.SemaphoreSlim::QueueWaiterTask(System.Threading.SemaphoreSlim/TaskNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim_QueueWaiterTask_mD12C66302F4500592F26D883B409088E112B6CB1 (TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * ___waiterTask0, const RuntimeMethod* method); // System.Boolean System.Threading.EventWaitHandle::Set() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38 (EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C * __this, const RuntimeMethod* method); // System.Void System.Threading.ThreadPool::UnsafeQueueCustomWorkItem(System.Threading.IThreadPoolWorkItem,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_UnsafeQueueCustomWorkItem_m577D7B58F5E11C8D582C600F2E94033BDB9B93EE (RuntimeObject* ___workItem0, bool ___forceGlobal1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task`1::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) inline void Task_1__ctor_m918C753A186C807D54213232F270ECF74B60A4ED (Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * __this, bool ___canceled0, bool ___result1, int32_t ___creationOptions2, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___ct3, const RuntimeMethod* method) { (( void (*) (Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 *, bool, bool, int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))Task_1__ctor_m918C753A186C807D54213232F270ECF74B60A4ED_gshared)(__this, ___canceled0, ___result1, ___creationOptions2, ___ct3, method); } // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158 (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, 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.Void Mono.Math.BigInteger::SetBit(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger_SetBit_mFE962D95D677451E62ECBD7C468E00D7D4308D56 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * __this, uint32_t ___bitNum0, const RuntimeMethod* method); // System.UInt32 Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BigInteger_op_Modulus_mCCBB000313896B2ACFDD6853DD23BB01A8549203 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi0, uint32_t ___ui1, const RuntimeMethod* method); // 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); // System.Void Mono.Math.BigInteger::Incr2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger_Incr2_mF92F7655038027F432149BAED5EB279E42F848BE (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * __this, const RuntimeMethod* method); // System.Void Mono.Math.Prime.Generator.PrimeGeneratorBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimeGeneratorBase__ctor_m1D35642324142ED80CB1CA2F3F6F7D4623E20A0B (PrimeGeneratorBase_t214EED83211E78637C0C5E5A1EB42A3A073BB106 * __this, const RuntimeMethod* method); // System.Runtime.Serialization.Formatters.Binary.TypeInformation System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::GetTypeInformation(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeInformation_t3503150669B72C7392EACBC8F63F3E0392C3B34B * BinaryFormatter_GetTypeInformation_mB696802B967C7BD1BF92485E27B37641924B73C0 (Type_t * ___type0, const RuntimeMethod* method); // System.String System.Runtime.Serialization.Formatters.Binary.TypeInformation::get_FullTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeInformation_get_FullTypeName_m3E33D8F86351026BB74096903B1BBAE9FF92FAA6_inline (TypeInformation_t3503150669B72C7392EACBC8F63F3E0392C3B34B * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.Formatters.Binary.TypeInformation::get_AssemblyString() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeInformation_get_AssemblyString_mF553289FCF9278C908848EBA2623785D71C5DCB9_inline (TypeInformation_t3503150669B72C7392EACBC8F63F3E0392C3B34B * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.Formatters.Binary.TypeInformation::get_HasTypeForwardedFrom() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TypeInformation_get_HasTypeForwardedFrom_mCFD6E93F8D69856B5F8904F1BFCCD794697A6472_inline (TypeInformation_t3503150669B72C7392EACBC8F63F3E0392C3B34B * __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.Serialization.Formatters.Binary.SerStack::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerStack__ctor_m38DAFB1E80ABAB3D3C42452D4B59D06971C8F1A8 (SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * __this, String_t* ___stackId0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.SerStack::IncreaseCapacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerStack_IncreaseCapacity_m4C5C6FC3D94C760D21C64EE134D7AB448C6D2416 (SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * __this, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationEntry::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m7D4406AB9EF2F4ADE65FFC23C4F79EB1A3749BD6_inline (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationEntry::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m1314B9BFC9D6CFCC607FF1B2B748583DAEB1D1E2_inline (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationEntry::.ctor(System.String,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEntry__ctor_mEB65E58DBA8F9BA3CC9E9D701F02CE67A1A8E68D (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, String_t* ___entryName0, RuntimeObject * ___entryValue1, Type_t * ___entryType2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m3C888313B73CFAA9196022BCADD304B04ED400D2 (List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_mC79BE811CB4BF9FE0C933D8CC01BCB6C5F1EAC8F (List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * __this, MethodInfo_t * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 *, MethodInfo_t *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Void System.Collections.Generic.List`1::Reverse() inline void List_1_Reverse_m1A41EA641D3493371E03F51AFBA8CFBDB7C88025 (List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 *, const RuntimeMethod*))List_1_Reverse_mB2258A4FA2E91ECE197E099A7E914964C2C4D333_gshared)(__this, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mEBDEAE2CB37171E654950F70EDAB1B93AD01CB64_inline (List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Collections.Generic.List`1 System.Runtime.Serialization.SerializationEvents::GetMethodsWithAttribute(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * SerializationEvents_GetMethodsWithAttribute_m8D49B4CAEF22FE84273088B8BC309EA356F66242 (SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * __this, Type_t * ___attribute0, Type_t * ___t1, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F List_1_GetEnumerator_m141708E738EB3917E44A653E8A6AB2E970F7B401 (List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * __this, const RuntimeMethod* method) { return (( Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F (*) (List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // T System.Collections.Generic.List`1/Enumerator::get_Current() inline MethodInfo_t * Enumerator_get_Current_m645AB2795578AB0ED982C4DB9540C75E1A9729EE_inline (Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F * __this, const RuntimeMethod* method) { return (( MethodInfo_t * (*) (Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.Delegate System.Delegate::CreateDelegateNoSecurityCheck(System.RuntimeType,System.Object,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegateNoSecurityCheck_m9F9197210A296EAA4004BD3DD4E4B18735F3079A (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___type0, RuntimeObject * ___firstArgument1, MethodInfo_t * ___method2, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m6525F1306D032D73088A34485FB44A73017D8ECB (Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m89414B3B26724F55CD66EA1C78084039B49762EA (Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Void System.Runtime.Serialization.SerializationEventHandler::Invoke(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEventHandler_Invoke_m8C14BB651E92C0CD0724ED245340E24658EDC51B (SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * __this, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationEvents::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents__ctor_mBF32A5BF1BBF3270CF8340C97292842A93AB892D (SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * __this, Type_t * ___t0, 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.Reflection.FieldInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldInfo__ctor_mB7DE8DB0984EB66DFAC04647FA91A987D3724E8B (FieldInfo_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::op_Inequality(System.Reflection.FieldInfo,System.Reflection.FieldInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_op_Inequality_m5E2B5FF4334B861A92933D078C4B06FA11AA731A (FieldInfo_t * ___left0, FieldInfo_t * ___right1, const RuntimeMethod* method); // System.Void System.Reflection.RtFieldInfo::CheckConsistency(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RtFieldInfo_CheckConsistency_m28F7A25287F16DBF5FD78D9A1D74F465F5375532 (RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179 * __this, RuntimeObject * ___target0, const RuntimeMethod* method); // System.Object System.Reflection.RtFieldInfo::UnsafeGetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RtFieldInfo_UnsafeGetValue_m3B4541F1F6FA9B95A5A6F3062E13E6115AEF4EE8 (RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Reflection.RtFieldInfo::UnsafeSetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RtFieldInfo_UnsafeSetValue_mF1E327917E811AB3F0EC90596F973824EB140EEB (RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179 * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, int32_t ___invokeAttr2, Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___binder3, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture4, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteByte_m2231AC47173E06BAEB8B980CA093149233BB7E58 (__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694 * __this, uint8_t ___value0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteInt32(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteInt32_mFF6CAD2270D5EFA7C9FB28FA7DBFF27E44A6ADA5 (__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Byte[] System.Runtime.Serialization.Formatters.Binary.__BinaryParser::ReadBytes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* __BinaryParser_ReadBytes_mD3DE743C603CD10AAC93C27EA7F765E24931BA8A (__BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66 * __this, int32_t ___length0, const RuntimeMethod* method); // System.Void System.IO.__Error::EndOfFile() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __Error_EndOfFile_mAE96F835209F0F50C05DF2855CC766AD86D59FD0 (const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::GetInt32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationHeaderRecord_GetInt32_mFB0E1EAEA12039451E5100786B3E98CE50602FE1 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, const RuntimeMethod* method); // System.String System.BitConverter::ToString(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BitConverter_ToString_mD476DB63219FD7C7FFB472ABEB04A8BB2D171F30 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___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.Runtime.Serialization.SerializationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3 (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::.ctor(System.Type,System.Runtime.Serialization.IFormatterConverter,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo__ctor_m5DE7EB4F92EF8AA74020D9DC0F89612A7FB5A879 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, Type_t * ___type0, RuntimeObject* ___converter1, bool ___requireSameTokenInPartialTrust2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mE1EA1831B6EF3BA9C2F807622B58DA3A0605B912 (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 *, const RuntimeMethod*))Dictionary_2__ctor_mC9E7381F0B0B82E0320B2523835DAFC9CB3D1C8D_gshared)(__this, method); } // System.Type System.Runtime.Serialization.SerializationInfo::get_ObjectType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * SerializationInfo_get_ObjectType_m9562D1A437F7A0E4ECECC24B8C4B9099685C790F_inline (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::DemandForUnsafeAssemblyNameAssignments(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_DemandForUnsafeAssemblyNameAssignments_m69DF600441AB4E417C5EBC0EA04BCCF3771EFD20 (String_t* ___originalAssemblyName0, String_t* ___newAssemblyName1, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfo::IsAssemblyNameAssignmentSafe(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_IsAssemblyNameAssignmentSafe_m738D629C5B01727FC58BAC3FF407716737320A31 (String_t* ___originalAssemblyName0, String_t* ___newAssemblyName1, const RuntimeMethod* method); // System.Void System.Reflection.AssemblyName::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName__ctor_mFA1200B6D7385CF240133CA0B4774BABA35985C4 (AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * __this, String_t* ___assemblyName0, const RuntimeMethod* method); // System.String System.Reflection.AssemblyName::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m8558532350989A6DE33C188FD1A470187DFEA911_inline (AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5 (String_t* ___a0, String_t* ___b1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Byte[] System.Reflection.AssemblyName::GetPublicKeyToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* AssemblyName_GetPublicKeyToken_mED8BF2E1C583A59170F835DFB502E248D4FB7F81 (AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfo::Compare(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_Compare_m87CB49F075A9F6C4F11E78314CD2E2D2C95A582A (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___b1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfoEnumerator::.ctor(System.String[],System.Object[],System.Type[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfoEnumerator__ctor_m9AF1928962436CAD758B039AD13669D4488C016C (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___members0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___info1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types2, int32_t ___numItems3, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803 (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValueInternal(System.String,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValueInternal_mDE9C66C2799F37CA5DAB5DE6EF9A836AC5AD9A17 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(TKey) inline bool Dictionary_2_ContainsKey_m4B65B523A8B8FBB5274DC165F432DB4A76D64405 (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m6B0D36DF5FAE8766ACB4727C05AC4766633A6FA7_gshared)(__this, ___key0, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_m5ACCDEFD19981B66E025843F1A5FA65E28CD9655 (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * __this, String_t* ___key0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m0F6DFCB4303E293A9A033EADFAC64B2C4845E050_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Runtime.Serialization.SerializationInfo::ExpandArrays() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_ExpandArrays_mA939FFE428A8CE3EB69A4423C9EC52BF7D44962A (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.SerializationInfo::FindElement(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_FindElement_m1679E0D29E163697EDD31BC79F66A60B186369D5 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m12D15059187064926CD935FC89749E0A8BD52729 (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * __this, String_t* ___key0, int32_t* ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m121B3AC8EDC09FFEC201BB0726120B4DCFCCFEDB_gshared)(__this, ___key0, ___value1, method); } // System.Object System.Runtime.Serialization.SerializationInfo::GetElement(System.String,System.Type&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetElement_mEB81E5400897A19417D200F9CB9725DA07EA206C (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, Type_t ** ___foundType1, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetElementNoThrow(System.String,System.Type&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetElementNoThrow_mADE63BB13437B154EAE2331CE4318E529E14E4A6 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, Type_t ** ___foundType1, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationEvents::get_HasOnSerializingEvents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationEvents_get_HasOnSerializingEvents_m2E78CCE16651EDBD792FF5177C8EE95DBA42C012 (SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationEvents::InvokeOnSerializing(System.Object,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents_InvokeOnSerializing_m1B4BABB1B0FA9A95E4A57C2FEFEA0ED5D15E7241 (SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * __this, RuntimeObject * ___obj0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationObjectManager::AddOnSerialized(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationObjectManager_AddOnSerialized_mE4A22E0757BFF74922CAD0070AC6FBEC61A1C523 (SerializationObjectManager_tAFED170719CB3FFDB1C60D3686DC22652E907042 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationEventHandler System.Runtime.Serialization.SerializationEvents::AddOnSerialized(System.Object,System.Runtime.Serialization.SerializationEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * SerializationEvents_AddOnSerialized_mA43E45D3E49F58DB7EC4FEA88B278059CF997A67 (SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * __this, RuntimeObject * ___obj0, SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * ___handler1, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Activation.ActivationServices::CreateInstanceFromMessage(System.Runtime.Remoting.Activation.IConstructionCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ActivationServices_CreateInstanceFromMessage_m0F5491BCC1F887B9D964E7018632087DF9BCE622 (RuntimeObject* ___ctorCall0, const RuntimeMethod* method); // System.Runtime.Remoting.Identity System.Runtime.Remoting.RemotingServices::GetMessageTargetIdentity(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * RemotingServices_GetMessageTargetIdentity_m0BE53DC180F8AEBD59A1A498BA4F5BC4BE187769 (RuntimeObject* ___msg0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Identity::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Identity__ctor_mDE97546186596A4BAEF58B596246F970735117CB (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, String_t* ___objectUri0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Lifetime.Lease::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lease__ctor_m45CCE06FE50F306E1572C572FA3158D5F029E5B5 (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Lifetime.LifetimeServices::TrackLifetime(System.Runtime.Remoting.ServerIdentity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeServices_TrackLifetime_m3E590BDD2F806DDC284513B3FEC607326047A764 (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * ___identity0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ServerIdentity::DisposeServerObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerIdentity_DisposeServerObject_m9187E836E0880B34CFA0336299CB11A5C79C89BF (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ObjRef::UpdateChannelInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjRef_UpdateChannelInfo_mF91F4B87515A397946093A9847E8CF33A9653D76 (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * __this, 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.Void System.Runtime.Remoting.ObjRef::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjRef__ctor_m20DA91DCBDE2BA99F0E6485D425D1C602E426627 (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.TypeInfo::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeInfo__ctor_mA0AB2819AE1E0798996429146A3E99E16CB27ACD (TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.EnvoyInfo::.ctor(System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnvoyInfo__ctor_m449A2302A21B60C249F47DB002245321079BA885 (EnvoyInfo_t08D466663AC843177F6D13F924558D6519BF500E * __this, RuntimeObject* ___sinks0, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.RemotingServices::IsTransparentProxy(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RemotingServices_IsTransparentProxy_m8BDBC7A18E514FD324215096D24234147C78897C (RuntimeObject * ___proxy0, 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.Runtime.Remoting.Identity System.Runtime.Remoting.Proxies.RealProxy::get_ObjectIdentity() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * RealProxy_get_ObjectIdentity_m408FE9B22C1CE7E38F5C6FE49310C121900481A8_inline (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Proxies.RealProxy::set_ObjectIdentity(System.Runtime.Remoting.Identity) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RealProxy_set_ObjectIdentity_mD383787A6A08E98E893004DFF8C30180E20F1E74_inline (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ___value0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsContextful() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsContextful_m7DDC58AEE9F7589074A19E201DFEE1286D6F3221 (Type_t * __this, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::CreateEnvoySink(System.MarshalByRefObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Context_CreateEnvoySink_m55C0EB429F5680782D813E881E9B8527D9E76D3E (Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * __this, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___serverObject0, const RuntimeMethod* method); // System.Void System.MarshalByRefObject::set_ObjectIdentity(System.Runtime.Remoting.ServerIdentity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByRefObject_set_ObjectIdentity_mCACE06B8F4AB87C4A42B1ABBFF287477DF108859 (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * __this, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * ___value0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Services.TrackingServices::NotifyDisconnectedObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TrackingServices_NotifyDisconnectedObject_m63691EDE2BEB14433BEF1C32BF91FB99EC7BB7B1 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Identity::NotifyServerDynamicSinks(System.Boolean,System.Runtime.Remoting.Messaging.IMessage,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Identity_NotifyServerDynamicSinks_m80910AC761EE2B9A363B568BE21A99EEBE89EFE3 (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, bool ___start0, RuntimeObject* ___req_msg1, bool ___client_site2, bool ___async3, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Identity::get_HasServerDynamicSinks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Identity_get_HasServerDynamicSinks_m3B91A13616D8F44F4CCBC7B76D3B23FE0CD49ED0 (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.ServerObjectReplySink::.ctor(System.Runtime.Remoting.ServerIdentity,System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerObjectReplySink__ctor_mFADB54289E7398E0BC4FEF44A295D79D40B7155F (ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63 * __this, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * ___identity0, RuntimeObject* ___replySink1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::PrepareConstrainedRegions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_PrepareConstrainedRegions_m4A4D3987FEE068EE30D1ABC4005CDD29D5C52560 (const RuntimeMethod* method); // System.Void System.Security.Util.Tokenizer/StringMaker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringMaker__ctor_m3BF09D1BECB45A4996149D06CF823F6ED676B49F (StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * __this, const RuntimeMethod* method); // System.Void System.SharedStatics::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedStatics__ctor_mFF6EB2462EB970F78D1919E13D694F4637E4A2E5 (SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70 * __this, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SimpleCollator::SetCJKTable(System.Globalization.CultureInfo,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_SetCJKTable_m999CA4A5CFF432FC54610106514E1477EDF47EB7 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** ___lv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method); // Mono.Globalization.Unicode.TailoringInfo Mono.Globalization.Unicode.MSCompatUnicodeTable::GetTailoringInfo(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * MSCompatUnicodeTable_GetTailoringInfo_m8D9B710142C6EAD9DAB8930DCBB730E9D7A4C8FA (int32_t ___lcid0, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::BuildTailoringTables(System.Globalization.CultureInfo,Mono.Globalization.Unicode.TailoringInfo,Mono.Globalization.Unicode.Contraction[]&,Mono.Globalization.Unicode.Level2Map[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MSCompatUnicodeTable_BuildTailoringTables_m79BD97D08B464BA28B08624B7E217C4CED9A15EF (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * ___t1, ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B** ___contractions2, Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF** ___diacriticals3, const RuntimeMethod* method); // System.Globalization.CultureInfo Mono.Globalization.Unicode.SimpleCollator::GetNeutralCulture(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * SimpleCollator_GetNeutralCulture_m320C60D109CF0F7C7DBB47063497B1274AA59FD7 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___info0, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::FillCJK(System.String,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MSCompatUnicodeTable_FillCJK_mFFFE04AD8BD3C2645B62F932B66C98F52EFABECD (String_t* ___culture0, CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** ___lv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method); // System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Category(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t MSCompatUnicodeTable_Category_mA524581D8BFC8EC9ED6F4234274730403C8C6136 (int32_t ___cp0, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.CodePointIndexer::ToIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CodePointIndexer_ToIndex_mB4F6BB9A4B18B72848B4EFC66031EC2E39FA4C54 (CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * __this, int32_t ___cp0, const RuntimeMethod* method); // System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Level1(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t MSCompatUnicodeTable_Level1_m9FBE132EF10DFE6034EB9CF2450B673EECB6385F (int32_t ___cp0, const RuntimeMethod* method); // System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Level2(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t MSCompatUnicodeTable_Level2_m874EA6427DDB6A147A3DFBF66991D22D0D5D7DD1 (int32_t ___cp0, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsHalfWidthKana(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsHalfWidthKana_m30C067A18B6FCC6985A161484E2951F9F6903ED3 (Il2CppChar ___c0, const RuntimeMethod* method); // Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetContraction(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.Contraction[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * SimpleCollator_GetContraction_m0ED4C3641BA61BA1B2EFDC1F734DA224EFC80D3E (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* ___clist3, const RuntimeMethod* method); // Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetTailContraction(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.Contraction[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * SimpleCollator_GetTailContraction_m65AB012A6A86D301375EF44226E5C538417EFF91 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* ___clist3, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.MSCompatUnicodeTable::ToWidthCompat(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MSCompatUnicodeTable_ToWidthCompat_m4F14DEA190D73711C118AE7627D0A32E0CB48906 (int32_t ___i0, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.MSCompatUnicodeTable::ToKanaTypeInsensitive(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MSCompatUnicodeTable_ToKanaTypeInsensitive_mCFD4562162FB6253B6279E4031E40467FD082249 (int32_t ___i0, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::HasSpecialWeight(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_HasSpecialWeight_m7E7FB8B916131E9A5729F3C4FA326A7605C10AA3 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsHalfKana(System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsHalfKana_mBFB7936744B221BFFB8D639E33F647B989A19D57 (int32_t ___cp0, int32_t ___opt1, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsHiragana(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsHiragana_mF32388227769220CA3A5AA6E233A4304079211D9 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Byte Mono.Globalization.Unicode.SimpleCollator::Level1(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___cp0, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsIgnorable(System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsIgnorable_m8BD2C6ACD0EC5F642DD3ED87A8B3E0092DA16DD8 (int32_t ___cp0, uint8_t ___flag1, const RuntimeMethod* method); // System.Globalization.SortKey Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * SimpleCollator_GetSortKey_m3AB8A2E2542D66EBAD4032444EBDE8D0FB5122CA (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___length2, int32_t ___options3, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SortKeyBuffer::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer__ctor_m1ADEDEA060CAAF2ED3DD740CF780F47A24B94FDA (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, int32_t ___lcid0, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SortKeyBuffer::Initialize(System.Globalization.CompareOptions,System.Int32,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_Initialize_m89C916A69B8A6C216B1679A9DDE9A5A6A559FB97 (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, int32_t ___options0, int32_t ___lcid1, String_t* ___s2, bool ___frenchSort3, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.SortKeyBuffer,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_GetSortKey_m1458C1E855F90B3CE6D03221275319C7833CBED3 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * ___buf3, int32_t ___opt4, const RuntimeMethod* method); // System.Globalization.SortKey Mono.Globalization.Unicode.SortKeyBuffer::GetResultAndReset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * SortKeyBuffer_GetResultAndReset_m4DBB5C0E38A56E31F478772DE3BA73349D51715F (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SimpleCollator::ClearBuffer(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, uint8_t* ___buffer0, int32_t ___size1, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SimpleCollator/Context::.ctor(System.Globalization.CompareOptions,System.Byte*,System.Byte*,System.Byte*,System.Byte*,System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Context__ctor_mCA22E573D35DD0B8453F743C9268CBBAFA045307 (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * __this, int32_t ___opt0, uint8_t* ___alwaysMatchFlags1, uint8_t* ___neverMatchFlags2, uint8_t* ___buffer13, uint8_t* ___buffer24, uint8_t* ___prev15, const RuntimeMethod* method); // Mono.Globalization.Unicode.SimpleCollator/ExtenderType Mono.Globalization.Unicode.SimpleCollator::GetExtenderType(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_GetExtenderType_m4689AA2150E1B1CAFA14F64759D2B43DDCCF5878 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::FilterExtender(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_FilterExtender_m52E04162094AD4F49CD82B10218CEAD86CA11773 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, int32_t ___ext1, int32_t ___opt2, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SimpleCollator::FillSortKeyRaw(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.SortKeyBuffer,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_FillSortKeyRaw_m73156955E60177F2320312FC9AE3F104839607D7 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, int32_t ___ext1, SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * ___buf2, int32_t ___opt3, const RuntimeMethod* method); // System.Byte Mono.Globalization.Unicode.SimpleCollator::Level2(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___cp0, int32_t ___ext1, const RuntimeMethod* method); // System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Level3(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F (int32_t ___cp0, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendNormal(System.Byte,System.Byte,System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendNormal_m960DBB3514FBAE060F4ACCE922C25C97D8AD54EF (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, uint8_t ___category0, uint8_t ___lv11, uint8_t ___lv22, uint8_t ___lv33, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsIgnorable(System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsIgnorable_mF4929B081BC8833265B591A9A8CCEF1D633919D5 (int32_t ___i0, int32_t ___opt1, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::FilterOptions(System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, int32_t ___opt1, const RuntimeMethod* method); // Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetContraction(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * SimpleCollator_GetContraction_m805E06343D20B33D1E65688BF187B30AA1AA10B3 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsIgnorableNonSpacing(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsIgnorableNonSpacing_m702C179F1D12262BD070925C46A8BF458B0733E5 (int32_t ___cp0, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendCJKExtension(System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendCJKExtension_mA1129DB6DF3DFD527781F5C80542DF82401D1528 (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, uint8_t ___lv1msb0, uint8_t ___lv1lsb1, const RuntimeMethod* method); // System.Globalization.UnicodeCategory System.Char::GetUnicodeCategory(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Char_GetUnicodeCategory_mB8DCE545E28F2858B0E8AD91393B9FD048F80BC1 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SimpleCollator::FillSurrogateSortKeyRaw(System.Int32,Mono.Globalization.Unicode.SortKeyBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_FillSurrogateSortKeyRaw_m24AD3AF674B255A9C9A21C8F212A521D54372855 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * ___buf1, const RuntimeMethod* method); // System.Byte Mono.Globalization.Unicode.SimpleCollator::Category(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___cp0, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsJapaneseSmallLetter(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsJapaneseSmallLetter_m51D3B4BA7CC83FBA1186033E864537CECD55CB48 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Byte Mono.Globalization.Unicode.SimpleCollator::ToDashTypeValue(Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_ToDashTypeValue_m7FA5894B7EA6735DB1FC544BE42A5D5C4C50DED4 (int32_t ___ext0, int32_t ___opt1, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendKana(System.Byte,System.Byte,System.Byte,System.Byte,System.Boolean,System.Byte,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendKana_mA30C13C64AF185987C77A2829D79DF367DFBCB34 (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, uint8_t ___category0, uint8_t ___lv11, uint8_t ___lv22, uint8_t ___lv33, bool ___isSmallKana4, uint8_t ___markType5, bool ___isKatakana6, bool ___isHalfWidth7, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareInternal(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Boolean&,System.Boolean&,System.Boolean,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_CompareInternal_m4963509F5E9E26707A24C60BE907AE98CDC6149B (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, bool* ___targetConsumed6, bool* ___sourceConsumed7, bool ___skipHeadingExtenders8, bool ___immediateBreakup9, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx10, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SimpleCollator/PreviousInfo::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PreviousInfo__ctor_mF702D2A686E266CA2F9237DC79372CACC1C50F04 (PreviousInfo_tCD0C7991EC3577337B904B409E0E82224098E6A5 * __this, bool ___dummy0, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSafe(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsSafe_mB810E69BD3EADF214A6E7D7BFA59F95DBEA05EDA (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareFlagPair(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_CompareFlagPair_m02F3F7DE8F9E7CB19A4315829357BB45CDE44A64 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, bool ___b10, bool ___b21, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsPrefix_mD83D93EB2AD4C4A2D9175FF22374FA23D6BFF447 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Int32,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsPrefix_mF0C7F29B38EE516E163DE9E8290C2722D946ECE9 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, bool ___skipHeadingExtenders4, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx5, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSuffix(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsSuffix_m9F6DF7EE895302B34EEFCDB39028668B3E247200 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOf_m8826D7780C340A55F7DBE7B6C964BC17752931CA (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_Compare_m43FC5F17895E9FF32FD69B0325ACEF7D36FC5EF7 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, int32_t ___options6, 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 Mono.Globalization.Unicode.SimpleCollator::QuickIndexOf(System.String,System.String,System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_QuickIndexOf_mD86F345C3F35D3FFA8D241F6B6663F8A5FDFE985 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, bool* ___testWasUnable4, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Byte*,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOf_mC385EE6F0BE18019BB6CED18BAD3D984E6800D9E (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, uint8_t* ___targetSortKey4, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx5, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesForward(System.String,System.Int32&,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesForward_m55B7679F67937AE7B965EBDEB7854EEF068558DD (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___ti3, uint8_t* ___sortkey4, bool ___noLv45, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx6, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfOrdinal(System.String,System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOfOrdinal_m2CAEB9AFD4773AF609EE936D502EA8EF0B550085 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, Il2CppChar ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfOrdinal(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOfOrdinal_mAE50D8697BB5AD56E0ABB7BD62B93CE09E98DD91 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfSortKey(System.String,System.Int32,System.Int32,System.Byte*,System.Char,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOfSortKey_m19661CA93A5518AF715FA5D33416AF09E3EB3AD2 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___length2, uint8_t* ___sortkey3, Il2CppChar ___target4, int32_t ___ti5, bool ___noLv46, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx7, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOfOrdinal(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOfOrdinal_m455A0F12369DA09B2EFEBB2E40BE3FFAA7195879 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Byte*,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOf_m701EC1EE4804814AFCA4F316714DD383C95E9747 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, uint8_t* ___targetSortKey4, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx5, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesBackward(System.String,System.Int32&,System.Int32,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesBackward_mF1B465C48FA9CABFDC00A2BFF82AA56CB840D6CB (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___orgStart3, int32_t ___ti4, uint8_t* ___sortkey5, bool ___noLv46, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx7, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOfSortKey(System.String,System.Int32,System.Int32,System.Int32,System.Byte*,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOfSortKey_mFE1677F9FF093854B63EB2F0D367D93EFE257907 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___orgStart2, int32_t ___length3, uint8_t* ___sortkey4, int32_t ___ti5, bool ___noLv46, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx7, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesForwardCore(System.String,System.Int32&,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.Contraction&,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesForwardCore_mF69E9D399026A0759EC6164603A99E0CC7FCBD42 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___ti3, uint8_t* ___sortkey4, bool ___noLv45, int32_t ___ext6, Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** ___ct7, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx8, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesPrimitive(System.Globalization.CompareOptions,System.Byte*,System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Byte*,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesPrimitive_m7911CCDA71424A233597EE3B714D579BDDDA0DFB (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___opt0, uint8_t* ___source1, int32_t ___si2, int32_t ___ext3, uint8_t* ___target4, int32_t ___ti5, bool ___noLv46, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesBackwardCore(System.String,System.Int32&,System.Int32,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.Contraction&,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesBackwardCore_m7371016DA011FB3879ECE9E8E604E4309D42D50B (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___orgStart3, int32_t ___ti4, uint8_t* ___sortkey5, bool ___noLv46, int32_t ___ext7, Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** ___ct8, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx9, const RuntimeMethod* method); // Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetTailContraction(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * SimpleCollator_GetTailContraction_m5010C039FE72FE260FF6408D7C7ED8E667076394 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method); // System.String System.Environment::internalGetEnvironmentVariable(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_internalGetEnvironmentVariable_m948971DA541D94545FF9A4559B3CCEB43D45955B (String_t* ___variable0, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SimpleCollator::.ctor(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator__ctor_m8B6EB6C1918971E2B29E4B2E646C2F28C01D3B97 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.SHA1Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Managed__ctor_m13241F68BA51EA3B2D8ED33957BD60465978782C (SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4 * __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; } { SHA1__ctor_m7E216146BD3F909F151DCE54DD306359CEF13F8A(__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*)&SHA1Managed__ctor_m13241F68BA51EA3B2D8ED33957BD60465978782C_RuntimeMethod_var))); } IL_001d: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)5); __this->set__stateSHA1_6(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); __this->set__buffer_4(L_4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)80)); __this->set__expandedBuffer_7(L_5); SHA1Managed_InitializeState_m64A181EF43035EB56E93E0683075F62B5B81B9D6(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.SHA1Managed::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Managed_Initialize_m38A1A71E356D210AC9849E4D3241FEAEE68E641A (SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4 * __this, const RuntimeMethod* method) { { SHA1Managed_InitializeState_m64A181EF43035EB56E93E0683075F62B5B81B9D6(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get__buffer_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get__buffer_4(); NullCheck(L_1); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = __this->get__expandedBuffer_7(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = __this->get__expandedBuffer_7(); 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.SHA1Managed::HashCore(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Managed_HashCore_mD85067A7357FDC8000696881AC831BC90BB23022 (SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4 * __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; SHA1Managed__HashData_m70E2461625836C5EDCA1DAB423BE3A4F18E5EDAA(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Byte[] System.Security.Cryptography.SHA1Managed::HashFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SHA1Managed_HashFinal_mA1C584A4D964714C93D81E310DC1C958DF9E1007 (SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4 * __this, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = SHA1Managed__EndHash_mFB0E062CB9AF21F98BF5AECF29123D679D019853(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Security.Cryptography.SHA1Managed::InitializeState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Managed_InitializeState_m64A181EF43035EB56E93E0683075F62B5B81B9D6 (SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4 * __this, const RuntimeMethod* method) { { __this->set__count_5(((int64_t)((int64_t)0))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get__stateSHA1_6(); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint32_t)((int32_t)1732584193)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get__stateSHA1_6(); NullCheck(L_1); (L_1)->SetAt(static_cast(1), (uint32_t)((int32_t)-271733879)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = __this->get__stateSHA1_6(); NullCheck(L_2); (L_2)->SetAt(static_cast(2), (uint32_t)((int32_t)-1732584194)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = __this->get__stateSHA1_6(); NullCheck(L_3); (L_3)->SetAt(static_cast(3), (uint32_t)((int32_t)271733878)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = __this->get__stateSHA1_6(); NullCheck(L_4); (L_4)->SetAt(static_cast(4), (uint32_t)((int32_t)-1009589776)); return; } } // System.Void System.Security.Cryptography.SHA1Managed::_HashData(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Managed__HashData_m70E2461625836C5EDCA1DAB423BE3A4F18E5EDAA (SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4 * __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__stateSHA1_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__expandedBuffer_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; SHA1Managed_SHATransform_m0B447A67BC53A0369DF5FDCAD482AC880F0A84ED((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; SHA1Managed_SHATransform_m0B447A67BC53A0369DF5FDCAD482AC880F0A84ED((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.SHA1Managed::_EndHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SHA1Managed__EndHash_mFB0E062CB9AF21F98BF5AECF29123D679D019853 (SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4 * __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)8))), (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)7))), (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)6))), (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)5))), (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)4))), (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)3))), (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)2))), (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)1))), (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); SHA1Managed__HashData_m70E2461625836C5EDCA1DAB423BE3A4F18E5EDAA(__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__stateSHA1_6(); IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); Utils_DWORDToBigEndian_mD767CA8F930CC5C31F63E683BFE469007527FCD1(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.SHA1Managed::SHATransform(System.UInt32*,System.UInt32*,System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Managed_SHATransform_m0B447A67BC53A0369DF5FDCAD482AC880F0A84ED (uint32_t* ___expandedBuffer0, 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; int32_t V_5 = 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 = ___expandedBuffer0; uint8_t* L_11 = ___block2; IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); Utils_DWORDFromBigEndian_m850470FEFA6B6AD6FFDE23DEB68E75CE1732001A((uint32_t*)(uint32_t*)L_10, ((int32_t)16), (uint8_t*)(uint8_t*)L_11, /*hidden argument*/NULL); uint32_t* L_12 = ___expandedBuffer0; SHA1Managed_SHAExpand_mE3C4B9EAB599C6F033C2A75E4DAB62DA4C0CFEC0((uint32_t*)(uint32_t*)L_12, /*hidden argument*/NULL); V_5 = 0; goto IL_0128; } IL_0038: { uint32_t L_13 = V_4; uint32_t L_14 = V_0; uint32_t L_15 = V_0; uint32_t L_16 = V_3; uint32_t L_17 = V_1; uint32_t L_18 = V_2; uint32_t L_19 = V_3; uint32_t* L_20 = ___expandedBuffer0; int32_t L_21 = V_5; int32_t L_22 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_20, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_21), (int32_t)4))))); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_15>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)L_16^(int32_t)((int32_t)((int32_t)L_17&(int32_t)((int32_t)((int32_t)L_18^(int32_t)L_19)))))))), (int32_t)L_22)), (int32_t)((int32_t)1518500249))))); uint32_t L_23 = V_1; uint32_t L_24 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_23<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_24>>2)))); uint32_t L_25 = V_3; uint32_t L_26 = V_4; uint32_t L_27 = V_4; uint32_t L_28 = V_2; uint32_t L_29 = V_0; uint32_t L_30 = V_1; uint32_t L_31 = V_2; uint32_t* L_32 = ___expandedBuffer0; int32_t L_33 = V_5; int32_t L_34 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_32, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))), (int32_t)4))))); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_26<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_27>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)L_28^(int32_t)((int32_t)((int32_t)L_29&(int32_t)((int32_t)((int32_t)L_30^(int32_t)L_31)))))))), (int32_t)L_34)), (int32_t)((int32_t)1518500249))))); uint32_t L_35 = V_0; uint32_t L_36 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_35<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_36>>2)))); uint32_t L_37 = V_2; uint32_t L_38 = V_3; uint32_t L_39 = V_3; uint32_t L_40 = V_1; uint32_t L_41 = V_4; uint32_t L_42 = V_0; uint32_t L_43 = V_1; uint32_t* L_44 = ___expandedBuffer0; int32_t L_45 = V_5; int32_t L_46 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_44, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)2))), (int32_t)4))))); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_38<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_39>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)L_40^(int32_t)((int32_t)((int32_t)L_41&(int32_t)((int32_t)((int32_t)L_42^(int32_t)L_43)))))))), (int32_t)L_46)), (int32_t)((int32_t)1518500249))))); uint32_t L_47 = V_4; uint32_t L_48 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_47<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_48>>2)))); uint32_t L_49 = V_1; uint32_t L_50 = V_2; uint32_t L_51 = V_2; uint32_t L_52 = V_0; uint32_t L_53 = V_3; uint32_t L_54 = V_4; uint32_t L_55 = V_0; uint32_t* L_56 = ___expandedBuffer0; int32_t L_57 = V_5; int32_t L_58 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_56, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)3))), (int32_t)4))))); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_50<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_51>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)L_52^(int32_t)((int32_t)((int32_t)L_53&(int32_t)((int32_t)((int32_t)L_54^(int32_t)L_55)))))))), (int32_t)L_58)), (int32_t)((int32_t)1518500249))))); uint32_t L_59 = V_3; uint32_t L_60 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_59<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_60>>2)))); uint32_t L_61 = V_0; uint32_t L_62 = V_1; uint32_t L_63 = V_1; uint32_t L_64 = V_4; uint32_t L_65 = V_2; uint32_t L_66 = V_3; uint32_t L_67 = V_4; uint32_t* L_68 = ___expandedBuffer0; int32_t L_69 = V_5; int32_t L_70 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_68, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)4))), (int32_t)4))))); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_62<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_63>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)L_64^(int32_t)((int32_t)((int32_t)L_65&(int32_t)((int32_t)((int32_t)L_66^(int32_t)L_67)))))))), (int32_t)L_70)), (int32_t)((int32_t)1518500249))))); uint32_t L_71 = V_2; uint32_t L_72 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_71<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_72>>2)))); int32_t L_73 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)5)); } IL_0128: { int32_t L_74 = V_5; if ((((int32_t)L_74) < ((int32_t)((int32_t)20)))) { goto IL_0038; } } { goto IL_021b; } IL_0136: { uint32_t L_75 = V_4; uint32_t L_76 = V_0; uint32_t L_77 = V_0; uint32_t L_78 = V_1; uint32_t L_79 = V_2; uint32_t L_80 = V_3; uint32_t* L_81 = ___expandedBuffer0; int32_t L_82 = V_5; int32_t L_83 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_81, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_82), (int32_t)4))))); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_76<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_77>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_78^(int32_t)L_79))^(int32_t)L_80)))), (int32_t)L_83)), (int32_t)((int32_t)1859775393))))); uint32_t L_84 = V_1; uint32_t L_85 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_84<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_85>>2)))); uint32_t L_86 = V_3; uint32_t L_87 = V_4; uint32_t L_88 = V_4; uint32_t L_89 = V_0; uint32_t L_90 = V_1; uint32_t L_91 = V_2; uint32_t* L_92 = ___expandedBuffer0; int32_t L_93 = V_5; int32_t L_94 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_92, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1))), (int32_t)4))))); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_87<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_88>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_89^(int32_t)L_90))^(int32_t)L_91)))), (int32_t)L_94)), (int32_t)((int32_t)1859775393))))); uint32_t L_95 = V_0; uint32_t L_96 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_95<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_96>>2)))); uint32_t L_97 = V_2; uint32_t L_98 = V_3; uint32_t L_99 = V_3; uint32_t L_100 = V_4; uint32_t L_101 = V_0; uint32_t L_102 = V_1; uint32_t* L_103 = ___expandedBuffer0; int32_t L_104 = V_5; int32_t L_105 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_103, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)2))), (int32_t)4))))); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_98<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_99>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_100^(int32_t)L_101))^(int32_t)L_102)))), (int32_t)L_105)), (int32_t)((int32_t)1859775393))))); uint32_t L_106 = V_4; uint32_t L_107 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_106<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_107>>2)))); uint32_t L_108 = V_1; uint32_t L_109 = V_2; uint32_t L_110 = V_2; uint32_t L_111 = V_3; uint32_t L_112 = V_4; uint32_t L_113 = V_0; uint32_t* L_114 = ___expandedBuffer0; int32_t L_115 = V_5; int32_t L_116 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_114, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)3))), (int32_t)4))))); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_109<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_110>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_111^(int32_t)L_112))^(int32_t)L_113)))), (int32_t)L_116)), (int32_t)((int32_t)1859775393))))); uint32_t L_117 = V_3; uint32_t L_118 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_117<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_118>>2)))); uint32_t L_119 = V_0; uint32_t L_120 = V_1; uint32_t L_121 = V_1; uint32_t L_122 = V_2; uint32_t L_123 = V_3; uint32_t L_124 = V_4; uint32_t* L_125 = ___expandedBuffer0; int32_t L_126 = V_5; int32_t L_127 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_125, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)4))), (int32_t)4))))); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_119, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_120<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_121>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_122^(int32_t)L_123))^(int32_t)L_124)))), (int32_t)L_127)), (int32_t)((int32_t)1859775393))))); uint32_t L_128 = V_2; uint32_t L_129 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_128<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_129>>2)))); int32_t L_130 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)5)); } IL_021b: { int32_t L_131 = V_5; if ((((int32_t)L_131) < ((int32_t)((int32_t)40)))) { goto IL_0136; } } { goto IL_0324; } IL_0229: { uint32_t L_132 = V_4; uint32_t L_133 = V_0; uint32_t L_134 = V_0; uint32_t L_135 = V_1; uint32_t L_136 = V_2; uint32_t L_137 = V_3; uint32_t L_138 = V_1; uint32_t L_139 = V_2; uint32_t* L_140 = ___expandedBuffer0; int32_t L_141 = V_5; int32_t L_142 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_140, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_141), (int32_t)4))))); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_133<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_134>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_135&(int32_t)L_136))|(int32_t)((int32_t)((int32_t)L_137&(int32_t)((int32_t)((int32_t)L_138|(int32_t)L_139)))))))), (int32_t)L_142)), (int32_t)((int32_t)-1894007588))))); uint32_t L_143 = V_1; uint32_t L_144 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_143<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_144>>2)))); uint32_t L_145 = V_3; uint32_t L_146 = V_4; uint32_t L_147 = V_4; uint32_t L_148 = V_0; uint32_t L_149 = V_1; uint32_t L_150 = V_2; uint32_t L_151 = V_0; uint32_t L_152 = V_1; uint32_t* L_153 = ___expandedBuffer0; int32_t L_154 = V_5; int32_t L_155 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_153, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_154, (int32_t)1))), (int32_t)4))))); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_145, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_146<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_147>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_148&(int32_t)L_149))|(int32_t)((int32_t)((int32_t)L_150&(int32_t)((int32_t)((int32_t)L_151|(int32_t)L_152)))))))), (int32_t)L_155)), (int32_t)((int32_t)-1894007588))))); uint32_t L_156 = V_0; uint32_t L_157 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_156<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_157>>2)))); uint32_t L_158 = V_2; uint32_t L_159 = V_3; uint32_t L_160 = V_3; uint32_t L_161 = V_4; uint32_t L_162 = V_0; uint32_t L_163 = V_1; uint32_t L_164 = V_4; uint32_t L_165 = V_0; uint32_t* L_166 = ___expandedBuffer0; int32_t L_167 = V_5; int32_t L_168 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_166, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_167, (int32_t)2))), (int32_t)4))))); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_158, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_159<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_160>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_161&(int32_t)L_162))|(int32_t)((int32_t)((int32_t)L_163&(int32_t)((int32_t)((int32_t)L_164|(int32_t)L_165)))))))), (int32_t)L_168)), (int32_t)((int32_t)-1894007588))))); uint32_t L_169 = V_4; uint32_t L_170 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_169<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_170>>2)))); uint32_t L_171 = V_1; uint32_t L_172 = V_2; uint32_t L_173 = V_2; uint32_t L_174 = V_3; uint32_t L_175 = V_4; uint32_t L_176 = V_0; uint32_t L_177 = V_3; uint32_t L_178 = V_4; uint32_t* L_179 = ___expandedBuffer0; int32_t L_180 = V_5; int32_t L_181 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_179, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)3))), (int32_t)4))))); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_171, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_172<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_173>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_174&(int32_t)L_175))|(int32_t)((int32_t)((int32_t)L_176&(int32_t)((int32_t)((int32_t)L_177|(int32_t)L_178)))))))), (int32_t)L_181)), (int32_t)((int32_t)-1894007588))))); uint32_t L_182 = V_3; uint32_t L_183 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_182<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_183>>2)))); uint32_t L_184 = V_0; uint32_t L_185 = V_1; uint32_t L_186 = V_1; uint32_t L_187 = V_2; uint32_t L_188 = V_3; uint32_t L_189 = V_4; uint32_t L_190 = V_2; uint32_t L_191 = V_3; uint32_t* L_192 = ___expandedBuffer0; int32_t L_193 = V_5; int32_t L_194 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_192, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_193, (int32_t)4))), (int32_t)4))))); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_184, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_185<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_186>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_187&(int32_t)L_188))|(int32_t)((int32_t)((int32_t)L_189&(int32_t)((int32_t)((int32_t)L_190|(int32_t)L_191)))))))), (int32_t)L_194)), (int32_t)((int32_t)-1894007588))))); uint32_t L_195 = V_2; uint32_t L_196 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_195<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_196>>2)))); int32_t L_197 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_197, (int32_t)5)); } IL_0324: { int32_t L_198 = V_5; if ((((int32_t)L_198) < ((int32_t)((int32_t)60)))) { goto IL_0229; } } { goto IL_0417; } IL_0332: { uint32_t L_199 = V_4; uint32_t L_200 = V_0; uint32_t L_201 = V_0; uint32_t L_202 = V_1; uint32_t L_203 = V_2; uint32_t L_204 = V_3; uint32_t* L_205 = ___expandedBuffer0; int32_t L_206 = V_5; int32_t L_207 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_205, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_206), (int32_t)4))))); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_199, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_200<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_201>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_202^(int32_t)L_203))^(int32_t)L_204)))), (int32_t)L_207)), (int32_t)((int32_t)-899497514))))); uint32_t L_208 = V_1; uint32_t L_209 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_208<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_209>>2)))); uint32_t L_210 = V_3; uint32_t L_211 = V_4; uint32_t L_212 = V_4; uint32_t L_213 = V_0; uint32_t L_214 = V_1; uint32_t L_215 = V_2; uint32_t* L_216 = ___expandedBuffer0; int32_t L_217 = V_5; int32_t L_218 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_216, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_217, (int32_t)1))), (int32_t)4))))); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_210, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_211<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_212>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_213^(int32_t)L_214))^(int32_t)L_215)))), (int32_t)L_218)), (int32_t)((int32_t)-899497514))))); uint32_t L_219 = V_0; uint32_t L_220 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_219<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_220>>2)))); uint32_t L_221 = V_2; uint32_t L_222 = V_3; uint32_t L_223 = V_3; uint32_t L_224 = V_4; uint32_t L_225 = V_0; uint32_t L_226 = V_1; uint32_t* L_227 = ___expandedBuffer0; int32_t L_228 = V_5; int32_t L_229 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_227, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_228, (int32_t)2))), (int32_t)4))))); V_2 = ((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)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_222<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_223>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_224^(int32_t)L_225))^(int32_t)L_226)))), (int32_t)L_229)), (int32_t)((int32_t)-899497514))))); uint32_t L_230 = V_4; uint32_t L_231 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_230<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_231>>2)))); uint32_t L_232 = V_1; uint32_t L_233 = V_2; uint32_t L_234 = V_2; uint32_t L_235 = V_3; uint32_t L_236 = V_4; uint32_t L_237 = V_0; uint32_t* L_238 = ___expandedBuffer0; int32_t L_239 = V_5; int32_t L_240 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_238, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_239, (int32_t)3))), (int32_t)4))))); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_232, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_233<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_234>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_235^(int32_t)L_236))^(int32_t)L_237)))), (int32_t)L_240)), (int32_t)((int32_t)-899497514))))); uint32_t L_241 = V_3; uint32_t L_242 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_241<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_242>>2)))); uint32_t L_243 = V_0; uint32_t L_244 = V_1; 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 = ___expandedBuffer0; int32_t L_250 = V_5; int32_t L_251 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_249, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_250, (int32_t)4))), (int32_t)4))))); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_243, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_244<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_245>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_246^(int32_t)L_247))^(int32_t)L_248)))), (int32_t)L_251)), (int32_t)((int32_t)-899497514))))); uint32_t L_252 = V_2; uint32_t L_253 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_252<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_253>>2)))); int32_t L_254 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_254, (int32_t)5)); } IL_0417: { int32_t L_255 = V_5; if ((((int32_t)L_255) < ((int32_t)((int32_t)80)))) { goto IL_0332; } } { uint32_t* L_256 = ___state1; uint32_t* L_257 = (uint32_t*)L_256; int32_t L_258 = *((uint32_t*)L_257); uint32_t L_259 = V_0; *((int32_t*)L_257) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_258, (int32_t)L_259)); uint32_t* L_260 = ___state1; uint32_t* L_261 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_260, (int32_t)4)); int32_t L_262 = *((uint32_t*)L_261); uint32_t L_263 = V_1; *((int32_t*)L_261) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_262, (int32_t)L_263)); uint32_t* L_264 = ___state1; uint32_t* L_265 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_264, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)4)))); int32_t L_266 = *((uint32_t*)L_265); uint32_t L_267 = V_2; *((int32_t*)L_265) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_266, (int32_t)L_267)); uint32_t* L_268 = ___state1; uint32_t* L_269 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_268, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)4)))); int32_t L_270 = *((uint32_t*)L_269); uint32_t L_271 = V_3; *((int32_t*)L_269) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_270, (int32_t)L_271)); uint32_t* L_272 = ___state1; uint32_t* L_273 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_272, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)4)))); int32_t L_274 = *((uint32_t*)L_273); uint32_t L_275 = V_4; *((int32_t*)L_273) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_274, (int32_t)L_275)); return; } } // System.Void System.Security.Cryptography.SHA1Managed::SHAExpand(System.UInt32*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Managed_SHAExpand_mE3C4B9EAB599C6F033C2A75E4DAB62DA4C0CFEC0 (uint32_t* ___x0, const RuntimeMethod* method) { int32_t V_0 = 0; uint32_t V_1 = 0; { V_0 = ((int32_t)16); goto IL_0042; } IL_0005: { uint32_t* L_0 = ___x0; int32_t L_1 = V_0; int32_t L_2 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)3))), (int32_t)4))))); uint32_t* L_3 = ___x0; int32_t L_4 = V_0; int32_t L_5 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)8))), (int32_t)4))))); uint32_t* L_6 = ___x0; int32_t L_7 = V_0; int32_t L_8 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)14)))), (int32_t)4))))); uint32_t* L_9 = ___x0; int32_t L_10 = V_0; int32_t L_11 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)16)))), (int32_t)4))))); V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2^(int32_t)L_5))^(int32_t)L_8))^(int32_t)L_11)); uint32_t* L_12 = ___x0; int32_t L_13 = V_0; uint32_t L_14 = V_1; uint32_t L_15 = V_1; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)4))))) = (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_15>>((int32_t)31))))); int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0042: { int32_t L_17 = V_0; if ((((int32_t)L_17) < ((int32_t)((int32_t)80)))) { goto IL_0005; } } { 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.SHA256::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA256__ctor_mABEE516924D16D07C1CD8B82C9F2CDAB071DE616 (SHA256_t7F98FBD5AA9E2F4AC1A5C13FF7122AFF1A920452 * __this, const RuntimeMethod* method) { { HashAlgorithm__ctor_mD4FD9DCEF621EE948FBEF8BA40A4660F1A8E951A(__this, /*hidden argument*/NULL); ((HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 *)__this)->set_HashSizeValue_0(((int32_t)256)); return; } } // System.Security.Cryptography.SHA256 System.Security.Cryptography.SHA256::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA256_t7F98FBD5AA9E2F4AC1A5C13FF7122AFF1A920452 * SHA256_Create_mA93565DD491DC3380FB602957B00EA909FEB8A20 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B * L_0 = (SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B *)il2cpp_codegen_object_new(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var); SHA256Managed__ctor_m929639A0280A1815FF5B80910F7116B4696FABD5(L_0, /*hidden argument*/NULL); return L_0; } } // System.Security.Cryptography.SHA256 System.Security.Cryptography.SHA256::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA256_t7F98FBD5AA9E2F4AC1A5C13FF7122AFF1A920452 * SHA256_Create_m14875976E6B494A98716FF449A27CB1CBCC3A48B (String_t* ___hashName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA256_t7F98FBD5AA9E2F4AC1A5C13FF7122AFF1A920452_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 ((SHA256_t7F98FBD5AA9E2F4AC1A5C13FF7122AFF1A920452 *)CastclassClass((RuntimeObject*)L_1, SHA256_t7F98FBD5AA9E2F4AC1A5C13FF7122AFF1A920452_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.SHA256Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA256Managed__ctor_m929639A0280A1815FF5B80910F7116B4696FABD5 (SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B * __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; } { SHA256__ctor_mABEE516924D16D07C1CD8B82C9F2CDAB071DE616(__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*)&SHA256Managed__ctor_m929639A0280A1815FF5B80910F7116B4696FABD5_RuntimeMethod_var))); } IL_001d: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)8); __this->set__stateSHA256_6(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); __this->set__buffer_4(L_4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); __this->set__W_7(L_5); SHA256Managed_InitializeState_mB24A6E48DDA8A48D889760122FBC63269FC918C5(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.SHA256Managed::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA256Managed_Initialize_mC8655ED9452CB4768369B7CF5839119B9FE55406 (SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B * __this, const RuntimeMethod* method) { { SHA256Managed_InitializeState_mB24A6E48DDA8A48D889760122FBC63269FC918C5(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get__buffer_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get__buffer_4(); NullCheck(L_1); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = __this->get__W_7(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = __this->get__W_7(); 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.SHA256Managed::HashCore(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA256Managed_HashCore_mDBAA59391F26BB4DEAB159CDAD98B4C712568450 (SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B * __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; SHA256Managed__HashData_m558E0C21348FDECE10295D30E93ECAA779A276C4(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Byte[] System.Security.Cryptography.SHA256Managed::HashFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SHA256Managed_HashFinal_m242024DE2969A210373B4B53C9609018A481E993 (SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B * __this, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = SHA256Managed__EndHash_m60A131B52A808270E3E4CCEDAF8FB125FE876E07(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Security.Cryptography.SHA256Managed::InitializeState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA256Managed_InitializeState_mB24A6E48DDA8A48D889760122FBC63269FC918C5 (SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B * __this, const RuntimeMethod* method) { { __this->set__count_5(((int64_t)((int64_t)0))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get__stateSHA256_6(); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint32_t)((int32_t)1779033703)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get__stateSHA256_6(); NullCheck(L_1); (L_1)->SetAt(static_cast(1), (uint32_t)((int32_t)-1150833019)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = __this->get__stateSHA256_6(); NullCheck(L_2); (L_2)->SetAt(static_cast(2), (uint32_t)((int32_t)1013904242)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = __this->get__stateSHA256_6(); NullCheck(L_3); (L_3)->SetAt(static_cast(3), (uint32_t)((int32_t)-1521486534)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = __this->get__stateSHA256_6(); NullCheck(L_4); (L_4)->SetAt(static_cast(4), (uint32_t)((int32_t)1359893119)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = __this->get__stateSHA256_6(); NullCheck(L_5); (L_5)->SetAt(static_cast(5), (uint32_t)((int32_t)-1694144372)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = __this->get__stateSHA256_6(); NullCheck(L_6); (L_6)->SetAt(static_cast(6), (uint32_t)((int32_t)528734635)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = __this->get__stateSHA256_6(); NullCheck(L_7); (L_7)->SetAt(static_cast(7), (uint32_t)((int32_t)1541459225)); return; } } // System.Void System.Security.Cryptography.SHA256Managed::_HashData(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA256Managed__HashData_m558E0C21348FDECE10295D30E93ECAA779A276C4 (SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___partIn0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } 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__stateSHA256_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__W_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; IL2CPP_RUNTIME_CLASS_INIT(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var); SHA256Managed_SHATransform_m71FA070C921AAB4A98CA32A2F0B11C4E6D5E4D0A((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; IL2CPP_RUNTIME_CLASS_INIT(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var); SHA256Managed_SHATransform_m71FA070C921AAB4A98CA32A2F0B11C4E6D5E4D0A((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.SHA256Managed::_EndHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SHA256Managed__EndHash_m60A131B52A808270E3E4CCEDAF8FB125FE876E07 (SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B * __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)32)); 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)8))), (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)7))), (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)6))), (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)5))), (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)4))), (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)3))), (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)2))), (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)1))), (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); SHA256Managed__HashData_m558E0C21348FDECE10295D30E93ECAA779A276C4(__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__stateSHA256_6(); IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); Utils_DWORDToBigEndian_mD767CA8F930CC5C31F63E683BFE469007527FCD1(L_34, L_35, 8, /*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.SHA256Managed::SHATransform(System.UInt32*,System.UInt32*,System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA256Managed_SHATransform_m71FA070C921AAB4A98CA32A2F0B11C4E6D5E4D0A (uint32_t* ___expandedBuffer0, uint32_t* ___state1, uint8_t* ___block2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var); 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 V_10 = 0; uint32_t V_11 = 0; uint32_t V_12 = 0; uint32_t V_13 = 0; uint32_t V_14 = 0; uint32_t V_15 = 0; uint32_t V_16 = 0; int32_t V_17 = 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 = ___state1; int32_t L_11 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)4))))); V_5 = L_11; uint32_t* L_12 = ___state1; int32_t L_13 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)4))))); V_7 = L_13; uint32_t* L_14 = ___state1; int32_t L_15 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)7), (int32_t)4))))); V_6 = L_15; uint32_t* L_16 = ___expandedBuffer0; uint8_t* L_17 = ___block2; IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); Utils_DWORDFromBigEndian_m850470FEFA6B6AD6FFDE23DEB68E75CE1732001A((uint32_t*)(uint32_t*)L_16, ((int32_t)16), (uint8_t*)(uint8_t*)L_17, /*hidden argument*/NULL); uint32_t* L_18 = ___expandedBuffer0; IL2CPP_RUNTIME_CLASS_INIT(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var); SHA256Managed_SHA256Expand_m352EB29E6B29D12D777DBA43DA74911C7AB63A35((uint32_t*)(uint32_t*)L_18, /*hidden argument*/NULL); V_17 = 0; goto IL_02b3; } IL_0053: { uint32_t L_19 = V_6; uint32_t L_20 = V_4; IL2CPP_RUNTIME_CLASS_INIT(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var); uint32_t L_21; L_21 = SHA256Managed_Sigma_1_m3E881D3B4D34FE221DF9C370E3ADCFBC4253DA63(L_20, /*hidden argument*/NULL); uint32_t L_22 = V_4; uint32_t L_23 = V_5; uint32_t L_24 = V_7; uint32_t L_25; L_25 = SHA256Managed_Ch_m03349A670B86757800ED7448EE2EE04257C0AD97(L_22, L_23, L_24, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = ((SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_StaticFields*)il2cpp_codegen_static_fields_for(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_27 = V_17; NullCheck(L_26); int32_t L_28 = L_27; uint32_t L_29 = (L_26)->GetAt(static_cast(L_28)); uint32_t* L_30 = ___expandedBuffer0; int32_t L_31 = V_17; int32_t L_32 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_30, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_31), (int32_t)4))))); V_16 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_21)), (int32_t)L_25)), (int32_t)L_29)), (int32_t)L_32)); uint32_t L_33 = V_3; uint32_t L_34 = V_16; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34)); uint32_t L_35 = V_16; uint32_t L_36 = V_0; uint32_t L_37; L_37 = SHA256Managed_Sigma_0_mE2F273548140668F7AB7FF9F8882D6363C813BB1(L_36, /*hidden argument*/NULL); uint32_t L_38 = V_0; uint32_t L_39 = V_1; uint32_t L_40 = V_2; uint32_t L_41; L_41 = SHA256Managed_Maj_m6281C5AD9D32570CA144CD308180573031BDFD9B(L_38, L_39, L_40, /*hidden argument*/NULL); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_37)), (int32_t)L_41)); int32_t L_42 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); uint32_t L_43 = V_7; uint32_t L_44 = V_12; uint32_t L_45; L_45 = SHA256Managed_Sigma_1_m3E881D3B4D34FE221DF9C370E3ADCFBC4253DA63(L_44, /*hidden argument*/NULL); uint32_t L_46 = V_12; uint32_t L_47 = V_4; uint32_t L_48 = V_5; uint32_t L_49; L_49 = SHA256Managed_Ch_m03349A670B86757800ED7448EE2EE04257C0AD97(L_46, L_47, L_48, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = ((SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_StaticFields*)il2cpp_codegen_static_fields_for(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_51 = V_17; NullCheck(L_50); int32_t L_52 = L_51; uint32_t L_53 = (L_50)->GetAt(static_cast(L_52)); uint32_t* L_54 = ___expandedBuffer0; int32_t L_55 = V_17; int32_t L_56 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_54, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_55), (int32_t)4))))); V_16 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)), (int32_t)L_49)), (int32_t)L_53)), (int32_t)L_56)); uint32_t L_57 = V_2; uint32_t L_58 = V_16; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_58)); uint32_t L_59 = V_16; uint32_t L_60 = V_8; uint32_t L_61; L_61 = SHA256Managed_Sigma_0_mE2F273548140668F7AB7FF9F8882D6363C813BB1(L_60, /*hidden argument*/NULL); uint32_t L_62 = V_8; uint32_t L_63 = V_0; uint32_t L_64 = V_1; uint32_t L_65; L_65 = SHA256Managed_Maj_m6281C5AD9D32570CA144CD308180573031BDFD9B(L_62, L_63, L_64, /*hidden argument*/NULL); V_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)L_61)), (int32_t)L_65)); int32_t L_66 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); uint32_t L_67 = V_5; uint32_t L_68 = V_13; uint32_t L_69; L_69 = SHA256Managed_Sigma_1_m3E881D3B4D34FE221DF9C370E3ADCFBC4253DA63(L_68, /*hidden argument*/NULL); uint32_t L_70 = V_13; uint32_t L_71 = V_12; uint32_t L_72 = V_4; uint32_t L_73; L_73 = SHA256Managed_Ch_m03349A670B86757800ED7448EE2EE04257C0AD97(L_70, L_71, L_72, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_74 = ((SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_StaticFields*)il2cpp_codegen_static_fields_for(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_75 = V_17; NullCheck(L_74); int32_t L_76 = L_75; uint32_t L_77 = (L_74)->GetAt(static_cast(L_76)); uint32_t* L_78 = ___expandedBuffer0; int32_t L_79 = V_17; int32_t L_80 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_78, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_79), (int32_t)4))))); V_16 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)L_69)), (int32_t)L_73)), (int32_t)L_77)), (int32_t)L_80)); uint32_t L_81 = V_1; uint32_t L_82 = V_16; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)L_82)); uint32_t L_83 = V_16; uint32_t L_84 = V_9; uint32_t L_85; L_85 = SHA256Managed_Sigma_0_mE2F273548140668F7AB7FF9F8882D6363C813BB1(L_84, /*hidden argument*/NULL); uint32_t L_86 = V_9; uint32_t L_87 = V_8; uint32_t L_88 = V_0; uint32_t L_89; L_89 = SHA256Managed_Maj_m6281C5AD9D32570CA144CD308180573031BDFD9B(L_86, L_87, L_88, /*hidden argument*/NULL); V_10 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)L_85)), (int32_t)L_89)); int32_t L_90 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); uint32_t L_91 = V_4; uint32_t L_92 = V_15; uint32_t L_93; L_93 = SHA256Managed_Sigma_1_m3E881D3B4D34FE221DF9C370E3ADCFBC4253DA63(L_92, /*hidden argument*/NULL); uint32_t L_94 = V_15; uint32_t L_95 = V_13; uint32_t L_96 = V_12; uint32_t L_97; L_97 = SHA256Managed_Ch_m03349A670B86757800ED7448EE2EE04257C0AD97(L_94, L_95, L_96, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_98 = ((SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_StaticFields*)il2cpp_codegen_static_fields_for(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_99 = V_17; NullCheck(L_98); int32_t L_100 = L_99; uint32_t L_101 = (L_98)->GetAt(static_cast(L_100)); uint32_t* L_102 = ___expandedBuffer0; int32_t L_103 = V_17; int32_t L_104 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_102, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_103), (int32_t)4))))); V_16 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)L_93)), (int32_t)L_97)), (int32_t)L_101)), (int32_t)L_104)); uint32_t L_105 = V_0; uint32_t L_106 = V_16; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)L_106)); uint32_t L_107 = V_16; uint32_t L_108 = V_10; uint32_t L_109; L_109 = SHA256Managed_Sigma_0_mE2F273548140668F7AB7FF9F8882D6363C813BB1(L_108, /*hidden argument*/NULL); uint32_t L_110 = V_10; uint32_t L_111 = V_9; uint32_t L_112 = V_8; uint32_t L_113; L_113 = SHA256Managed_Maj_m6281C5AD9D32570CA144CD308180573031BDFD9B(L_110, L_111, L_112, /*hidden argument*/NULL); V_11 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)L_109)), (int32_t)L_113)); int32_t L_114 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)1)); uint32_t L_115 = V_12; uint32_t L_116 = V_14; uint32_t L_117; L_117 = SHA256Managed_Sigma_1_m3E881D3B4D34FE221DF9C370E3ADCFBC4253DA63(L_116, /*hidden argument*/NULL); uint32_t L_118 = V_14; uint32_t L_119 = V_15; uint32_t L_120 = V_13; uint32_t L_121; L_121 = SHA256Managed_Ch_m03349A670B86757800ED7448EE2EE04257C0AD97(L_118, L_119, L_120, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_122 = ((SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_StaticFields*)il2cpp_codegen_static_fields_for(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_123 = V_17; NullCheck(L_122); int32_t L_124 = L_123; uint32_t L_125 = (L_122)->GetAt(static_cast(L_124)); uint32_t* L_126 = ___expandedBuffer0; int32_t L_127 = V_17; int32_t L_128 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_126, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_127), (int32_t)4))))); V_16 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)L_117)), (int32_t)L_121)), (int32_t)L_125)), (int32_t)L_128)); uint32_t L_129 = V_8; uint32_t L_130 = V_16; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)L_130)); uint32_t L_131 = V_16; uint32_t L_132 = V_11; uint32_t L_133; L_133 = SHA256Managed_Sigma_0_mE2F273548140668F7AB7FF9F8882D6363C813BB1(L_132, /*hidden argument*/NULL); uint32_t L_134 = V_11; uint32_t L_135 = V_10; uint32_t L_136 = V_9; uint32_t L_137; L_137 = SHA256Managed_Maj_m6281C5AD9D32570CA144CD308180573031BDFD9B(L_134, L_135, L_136, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)L_133)), (int32_t)L_137)); int32_t L_138 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)1)); uint32_t L_139 = V_13; uint32_t L_140 = V_6; uint32_t L_141; L_141 = SHA256Managed_Sigma_1_m3E881D3B4D34FE221DF9C370E3ADCFBC4253DA63(L_140, /*hidden argument*/NULL); uint32_t L_142 = V_6; uint32_t L_143 = V_14; uint32_t L_144 = V_15; uint32_t L_145; L_145 = SHA256Managed_Ch_m03349A670B86757800ED7448EE2EE04257C0AD97(L_142, L_143, L_144, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_146 = ((SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_StaticFields*)il2cpp_codegen_static_fields_for(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_147 = V_17; NullCheck(L_146); int32_t L_148 = L_147; uint32_t L_149 = (L_146)->GetAt(static_cast(L_148)); uint32_t* L_150 = ___expandedBuffer0; int32_t L_151 = V_17; int32_t L_152 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_150, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_151), (int32_t)4))))); V_16 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)L_141)), (int32_t)L_145)), (int32_t)L_149)), (int32_t)L_152)); uint32_t L_153 = V_9; uint32_t L_154 = V_16; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_153, (int32_t)L_154)); uint32_t L_155 = V_16; uint32_t L_156 = V_3; uint32_t L_157; L_157 = SHA256Managed_Sigma_0_mE2F273548140668F7AB7FF9F8882D6363C813BB1(L_156, /*hidden argument*/NULL); uint32_t L_158 = V_3; uint32_t L_159 = V_11; uint32_t L_160 = V_10; uint32_t L_161; L_161 = SHA256Managed_Maj_m6281C5AD9D32570CA144CD308180573031BDFD9B(L_158, L_159, L_160, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)L_157)), (int32_t)L_161)); int32_t L_162 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_162, (int32_t)1)); uint32_t L_163 = V_15; uint32_t L_164 = V_7; uint32_t L_165; L_165 = SHA256Managed_Sigma_1_m3E881D3B4D34FE221DF9C370E3ADCFBC4253DA63(L_164, /*hidden argument*/NULL); uint32_t L_166 = V_7; uint32_t L_167 = V_6; uint32_t L_168 = V_14; uint32_t L_169; L_169 = SHA256Managed_Ch_m03349A670B86757800ED7448EE2EE04257C0AD97(L_166, L_167, L_168, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_170 = ((SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_StaticFields*)il2cpp_codegen_static_fields_for(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_171 = V_17; NullCheck(L_170); int32_t L_172 = L_171; uint32_t L_173 = (L_170)->GetAt(static_cast(L_172)); uint32_t* L_174 = ___expandedBuffer0; int32_t L_175 = V_17; int32_t L_176 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_174, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_175), (int32_t)4))))); V_16 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_163, (int32_t)L_165)), (int32_t)L_169)), (int32_t)L_173)), (int32_t)L_176)); uint32_t L_177 = V_10; uint32_t L_178 = V_16; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_177, (int32_t)L_178)); uint32_t L_179 = V_16; uint32_t L_180 = V_2; uint32_t L_181; L_181 = SHA256Managed_Sigma_0_mE2F273548140668F7AB7FF9F8882D6363C813BB1(L_180, /*hidden argument*/NULL); uint32_t L_182 = V_2; uint32_t L_183 = V_3; uint32_t L_184 = V_11; uint32_t L_185; L_185 = SHA256Managed_Maj_m6281C5AD9D32570CA144CD308180573031BDFD9B(L_182, L_183, L_184, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_179, (int32_t)L_181)), (int32_t)L_185)); int32_t L_186 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_186, (int32_t)1)); uint32_t L_187 = V_14; uint32_t L_188 = V_5; uint32_t L_189; L_189 = SHA256Managed_Sigma_1_m3E881D3B4D34FE221DF9C370E3ADCFBC4253DA63(L_188, /*hidden argument*/NULL); uint32_t L_190 = V_5; uint32_t L_191 = V_7; uint32_t L_192 = V_6; uint32_t L_193; L_193 = SHA256Managed_Ch_m03349A670B86757800ED7448EE2EE04257C0AD97(L_190, L_191, L_192, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_194 = ((SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_StaticFields*)il2cpp_codegen_static_fields_for(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_195 = V_17; NullCheck(L_194); int32_t L_196 = L_195; uint32_t L_197 = (L_194)->GetAt(static_cast(L_196)); uint32_t* L_198 = ___expandedBuffer0; int32_t L_199 = V_17; int32_t L_200 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_198, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_199), (int32_t)4))))); V_16 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_187, (int32_t)L_189)), (int32_t)L_193)), (int32_t)L_197)), (int32_t)L_200)); uint32_t L_201 = V_11; uint32_t L_202 = V_16; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_201, (int32_t)L_202)); uint32_t L_203 = V_16; uint32_t L_204 = V_1; uint32_t L_205; L_205 = SHA256Managed_Sigma_0_mE2F273548140668F7AB7FF9F8882D6363C813BB1(L_204, /*hidden argument*/NULL); uint32_t L_206 = V_1; uint32_t L_207 = V_2; uint32_t L_208 = V_3; uint32_t L_209; L_209 = SHA256Managed_Maj_m6281C5AD9D32570CA144CD308180573031BDFD9B(L_206, L_207, L_208, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_203, (int32_t)L_205)), (int32_t)L_209)); int32_t L_210 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_210, (int32_t)1)); } IL_02b3: { int32_t L_211 = V_17; if ((((int32_t)L_211) < ((int32_t)((int32_t)64)))) { goto IL_0053; } } { uint32_t* L_212 = ___state1; uint32_t* L_213 = (uint32_t*)L_212; int32_t L_214 = *((uint32_t*)L_213); uint32_t L_215 = V_0; *((int32_t*)L_213) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_214, (int32_t)L_215)); uint32_t* L_216 = ___state1; uint32_t* L_217 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_216, (int32_t)4)); int32_t L_218 = *((uint32_t*)L_217); uint32_t L_219 = V_1; *((int32_t*)L_217) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_218, (int32_t)L_219)); uint32_t* L_220 = ___state1; uint32_t* L_221 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_220, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)4)))); int32_t L_222 = *((uint32_t*)L_221); uint32_t L_223 = V_2; *((int32_t*)L_221) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_222, (int32_t)L_223)); uint32_t* L_224 = ___state1; uint32_t* L_225 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_224, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)4)))); int32_t L_226 = *((uint32_t*)L_225); uint32_t L_227 = V_3; *((int32_t*)L_225) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_226, (int32_t)L_227)); uint32_t* L_228 = ___state1; uint32_t* L_229 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_228, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)4)))); int32_t L_230 = *((uint32_t*)L_229); uint32_t L_231 = V_4; *((int32_t*)L_229) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_230, (int32_t)L_231)); uint32_t* L_232 = ___state1; uint32_t* L_233 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_232, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)4)))); int32_t L_234 = *((uint32_t*)L_233); uint32_t L_235 = V_5; *((int32_t*)L_233) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_234, (int32_t)L_235)); uint32_t* L_236 = ___state1; uint32_t* L_237 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_236, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)4)))); int32_t L_238 = *((uint32_t*)L_237); uint32_t L_239 = V_7; *((int32_t*)L_237) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_238, (int32_t)L_239)); uint32_t* L_240 = ___state1; uint32_t* L_241 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_240, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)7), (int32_t)4)))); int32_t L_242 = *((uint32_t*)L_241); uint32_t L_243 = V_6; *((int32_t*)L_241) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_242, (int32_t)L_243)); return; } } // System.UInt32 System.Security.Cryptography.SHA256Managed::RotateRight(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SHA256Managed_RotateRight_m4C865ECDBAD8A8616CD564BC0C68B9BF937C0F4D (uint32_t ___x0, int32_t ___n1, const RuntimeMethod* method) { { uint32_t L_0 = ___x0; int32_t L_1 = ___n1; uint32_t L_2 = ___x0; int32_t L_3 = ___n1; return ((int32_t)((int32_t)((int32_t)((uint32_t)L_0>>((int32_t)((int32_t)L_1&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_3))&(int32_t)((int32_t)31))))))); } } // System.UInt32 System.Security.Cryptography.SHA256Managed::Ch(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SHA256Managed_Ch_m03349A670B86757800ED7448EE2EE04257C0AD97 (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)((int32_t)((int32_t)L_2^(int32_t)(-1)))&(int32_t)L_3)))); } } // System.UInt32 System.Security.Cryptography.SHA256Managed::Maj(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SHA256Managed_Maj_m6281C5AD9D32570CA144CD308180573031BDFD9B (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; uint32_t L_4 = ___y1; uint32_t L_5 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))^(int32_t)((int32_t)((int32_t)L_2&(int32_t)L_3))))^(int32_t)((int32_t)((int32_t)L_4&(int32_t)L_5)))); } } // System.UInt32 System.Security.Cryptography.SHA256Managed::sigma_0(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SHA256Managed_sigma_0_mF60A13F46A9E82C938FF2F4AA3F6D3E0DF82EEE9 (uint32_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = SHA256Managed_RotateRight_m4C865ECDBAD8A8616CD564BC0C68B9BF937C0F4D(L_0, 7, /*hidden argument*/NULL); uint32_t L_2 = ___x0; uint32_t L_3; L_3 = SHA256Managed_RotateRight_m4C865ECDBAD8A8616CD564BC0C68B9BF937C0F4D(L_2, ((int32_t)18), /*hidden argument*/NULL); uint32_t L_4 = ___x0; return ((int32_t)((int32_t)((int32_t)((int32_t)L_1^(int32_t)L_3))^(int32_t)((int32_t)((uint32_t)L_4>>3)))); } } // System.UInt32 System.Security.Cryptography.SHA256Managed::sigma_1(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SHA256Managed_sigma_1_mD33C103A945949DE33BD601D44F58188B2F8A275 (uint32_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = SHA256Managed_RotateRight_m4C865ECDBAD8A8616CD564BC0C68B9BF937C0F4D(L_0, ((int32_t)17), /*hidden argument*/NULL); uint32_t L_2 = ___x0; uint32_t L_3; L_3 = SHA256Managed_RotateRight_m4C865ECDBAD8A8616CD564BC0C68B9BF937C0F4D(L_2, ((int32_t)19), /*hidden argument*/NULL); uint32_t L_4 = ___x0; return ((int32_t)((int32_t)((int32_t)((int32_t)L_1^(int32_t)L_3))^(int32_t)((int32_t)((uint32_t)L_4>>((int32_t)10))))); } } // System.UInt32 System.Security.Cryptography.SHA256Managed::Sigma_0(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SHA256Managed_Sigma_0_mE2F273548140668F7AB7FF9F8882D6363C813BB1 (uint32_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = SHA256Managed_RotateRight_m4C865ECDBAD8A8616CD564BC0C68B9BF937C0F4D(L_0, 2, /*hidden argument*/NULL); uint32_t L_2 = ___x0; uint32_t L_3; L_3 = SHA256Managed_RotateRight_m4C865ECDBAD8A8616CD564BC0C68B9BF937C0F4D(L_2, ((int32_t)13), /*hidden argument*/NULL); uint32_t L_4 = ___x0; uint32_t L_5; L_5 = SHA256Managed_RotateRight_m4C865ECDBAD8A8616CD564BC0C68B9BF937C0F4D(L_4, ((int32_t)22), /*hidden argument*/NULL); return ((int32_t)((int32_t)((int32_t)((int32_t)L_1^(int32_t)L_3))^(int32_t)L_5)); } } // System.UInt32 System.Security.Cryptography.SHA256Managed::Sigma_1(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SHA256Managed_Sigma_1_m3E881D3B4D34FE221DF9C370E3ADCFBC4253DA63 (uint32_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = SHA256Managed_RotateRight_m4C865ECDBAD8A8616CD564BC0C68B9BF937C0F4D(L_0, 6, /*hidden argument*/NULL); uint32_t L_2 = ___x0; uint32_t L_3; L_3 = SHA256Managed_RotateRight_m4C865ECDBAD8A8616CD564BC0C68B9BF937C0F4D(L_2, ((int32_t)11), /*hidden argument*/NULL); uint32_t L_4 = ___x0; uint32_t L_5; L_5 = SHA256Managed_RotateRight_m4C865ECDBAD8A8616CD564BC0C68B9BF937C0F4D(L_4, ((int32_t)25), /*hidden argument*/NULL); return ((int32_t)((int32_t)((int32_t)((int32_t)L_1^(int32_t)L_3))^(int32_t)L_5)); } } // System.Void System.Security.Cryptography.SHA256Managed::SHA256Expand(System.UInt32*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA256Managed_SHA256Expand_m352EB29E6B29D12D777DBA43DA74911C7AB63A35 (uint32_t* ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = ((int32_t)16); goto IL_0043; } IL_0005: { uint32_t* L_0 = ___x0; int32_t L_1 = V_0; uint32_t* L_2 = ___x0; int32_t L_3 = V_0; int32_t L_4 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)2))), (int32_t)4))))); IL2CPP_RUNTIME_CLASS_INIT(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var); uint32_t L_5; L_5 = SHA256Managed_sigma_1_mD33C103A945949DE33BD601D44F58188B2F8A275(L_4, /*hidden argument*/NULL); uint32_t* L_6 = ___x0; int32_t L_7 = V_0; int32_t L_8 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)7))), (int32_t)4))))); uint32_t* L_9 = ___x0; int32_t L_10 = V_0; int32_t L_11 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)15)))), (int32_t)4))))); uint32_t L_12; L_12 = SHA256Managed_sigma_0_mF60A13F46A9E82C938FF2F4AA3F6D3E0DF82EEE9(L_11, /*hidden argument*/NULL); uint32_t* L_13 = ___x0; int32_t L_14 = V_0; int32_t L_15 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)((int32_t)16)))), (int32_t)4))))); *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_1), (int32_t)4))))) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_8)), (int32_t)L_12)), (int32_t)L_15)); int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0043: { int32_t L_17 = V_0; if ((((int32_t)L_17) < ((int32_t)((int32_t)64)))) { goto IL_0005; } } { return; } } // System.Void System.Security.Cryptography.SHA256Managed::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA256Managed__cctor_mB1A931D6CCD5FABD7884E3B406B245131C958170 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____433175D38B13FFE177FDD661A309F1B528B3F6E2_35_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____433175D38B13FFE177FDD661A309F1B528B3F6E2_35_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_StaticFields*)il2cpp_codegen_static_fields_for(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var))->set__K_8(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.SHA384::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA384__ctor_mD708F0A2BAEF9623D761370EECF31A008F405B73 (SHA384_t9B79EB51A9026A16B0D6F9A306724FE4D3D3A9E9 * __this, const RuntimeMethod* method) { { HashAlgorithm__ctor_mD4FD9DCEF621EE948FBEF8BA40A4660F1A8E951A(__this, /*hidden argument*/NULL); ((HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 *)__this)->set_HashSizeValue_0(((int32_t)384)); return; } } // System.Security.Cryptography.SHA384 System.Security.Cryptography.SHA384::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA384_t9B79EB51A9026A16B0D6F9A306724FE4D3D3A9E9 * SHA384_Create_mC2AC5C36023DF72A00224D2758E79B19338B53E5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA * L_0 = (SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA *)il2cpp_codegen_object_new(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var); SHA384Managed__ctor_m8DE92DC90191BE6BE2CD98110A2DE9D907EABCD5(L_0, /*hidden argument*/NULL); return L_0; } } // System.Security.Cryptography.SHA384 System.Security.Cryptography.SHA384::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA384_t9B79EB51A9026A16B0D6F9A306724FE4D3D3A9E9 * SHA384_Create_mA6C8A5D6A067FEA66F6C073D7895379DBB2E8CF2 (String_t* ___hashName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA384_t9B79EB51A9026A16B0D6F9A306724FE4D3D3A9E9_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 ((SHA384_t9B79EB51A9026A16B0D6F9A306724FE4D3D3A9E9 *)CastclassClass((RuntimeObject*)L_1, SHA384_t9B79EB51A9026A16B0D6F9A306724FE4D3D3A9E9_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.SHA384Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA384Managed__ctor_m8DE92DC90191BE6BE2CD98110A2DE9D907EABCD5 (SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA * __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*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SHA384__ctor_mD708F0A2BAEF9623D761370EECF31A008F405B73(__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*)&SHA384Managed__ctor_m8DE92DC90191BE6BE2CD98110A2DE9D907EABCD5_RuntimeMethod_var))); } IL_001d: { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)8); __this->set__stateSHA384_6(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)); __this->set__buffer_4(L_4); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)80)); __this->set__W_7(L_5); SHA384Managed_InitializeState_m86923C46CB1F22E6F374D19BB7B5C635E05025A2(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.SHA384Managed::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA384Managed_Initialize_mE22193C060345384319E752182965FA15E09F3CC (SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA * __this, const RuntimeMethod* method) { { SHA384Managed_InitializeState_m86923C46CB1F22E6F374D19BB7B5C635E05025A2(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get__buffer_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get__buffer_4(); NullCheck(L_1); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = __this->get__W_7(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = __this->get__W_7(); 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.SHA384Managed::HashCore(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA384Managed_HashCore_m7EDE3CFBB99E7794CAD11B2E1DD31DD45844B445 (SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA * __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; SHA384Managed__HashData_mA637296408D08DC375595BFABF1B23F8FD7FF217(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Byte[] System.Security.Cryptography.SHA384Managed::HashFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SHA384Managed_HashFinal_m4D3A0421683CFBCEEA5DFC2BA30237025B990B9C (SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA * __this, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = SHA384Managed__EndHash_mF921957D0161BC52D1DC1A679AA85DDDED9988BE(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Security.Cryptography.SHA384Managed::InitializeState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA384Managed_InitializeState_m86923C46CB1F22E6F374D19BB7B5C635E05025A2 (SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA * __this, const RuntimeMethod* method) { { __this->set__count_5(((int64_t)((int64_t)0))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get__stateSHA384_6(); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint64_t)((int64_t)-3766243637369397544LL)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get__stateSHA384_6(); NullCheck(L_1); (L_1)->SetAt(static_cast(1), (uint64_t)((int64_t)7105036623409894663LL)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = __this->get__stateSHA384_6(); NullCheck(L_2); (L_2)->SetAt(static_cast(2), (uint64_t)((int64_t)-7973340178411365097LL)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = __this->get__stateSHA384_6(); NullCheck(L_3); (L_3)->SetAt(static_cast(3), (uint64_t)((int64_t)1526699215303891257LL)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = __this->get__stateSHA384_6(); NullCheck(L_4); (L_4)->SetAt(static_cast(4), (uint64_t)((int64_t)7436329637833083697LL)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = __this->get__stateSHA384_6(); NullCheck(L_5); (L_5)->SetAt(static_cast(5), (uint64_t)((int64_t)-8163818279084223215LL)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = __this->get__stateSHA384_6(); NullCheck(L_6); (L_6)->SetAt(static_cast(6), (uint64_t)((int64_t)-2662702644619276377LL)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = __this->get__stateSHA384_6(); NullCheck(L_7); (L_7)->SetAt(static_cast(7), (uint64_t)((int64_t)5167115440072839076LL)); return; } } // System.Void System.Security.Cryptography.SHA384Managed::_HashData(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA384Managed__HashData_mA637296408D08DC375595BFABF1B23F8FD7FF217 (SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___partIn0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; uint64_t* V_3 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_4 = NULL; uint8_t* V_5 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; uint64_t* V_7 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_8 = NULL; { int32_t L_0 = ___cbSize2; V_1 = L_0; int32_t L_1 = ___ibStart1; V_2 = L_1; uint64_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)127))))))); uint64_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))))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = __this->get__stateSHA384_6(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = L_5; V_4 = L_6; if (!L_6) { goto IL_0030; } } { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = V_4; NullCheck(L_7); if (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))) { goto IL_0035; } } IL_0030: { V_3 = (uint64_t*)((uintptr_t)0); goto IL_003f; } IL_0035: { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = V_4; NullCheck(L_8); V_3 = (uint64_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: { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_13 = __this->get__W_7(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = L_13; V_8 = L_14; if (!L_14) { goto IL_0072; } } { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = V_8; NullCheck(L_15); if (((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))) { goto IL_0078; } } IL_0072: { V_7 = (uint64_t*)((uintptr_t)0); goto IL_0083; } IL_0078: { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_16 = V_8; NullCheck(L_16); V_7 = (uint64_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_00f7; } } { 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)128)))) { goto IL_00f7; } } { 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)128), (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)128), (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)128), (int32_t)L_29)))); uint64_t* L_30 = V_7; uint64_t* L_31 = V_3; uint8_t* L_32 = V_5; IL2CPP_RUNTIME_CLASS_INIT(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var); SHA384Managed_SHATransform_mEE99F354249E845D01E00163A008208383E6FAD1((uint64_t*)(uint64_t*)L_30, (uint64_t*)(uint64_t*)L_31, (uint8_t*)(uint8_t*)L_32, /*hidden argument*/NULL); V_0 = 0; goto IL_00f7; } IL_00c9: { 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)128), /*hidden argument*/NULL); int32_t L_37 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)((int32_t)128))); int32_t L_38 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)((int32_t)128))); uint64_t* L_39 = V_7; uint64_t* L_40 = V_3; uint8_t* L_41 = V_5; IL2CPP_RUNTIME_CLASS_INIT(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var); SHA384Managed_SHATransform_mEE99F354249E845D01E00163A008208383E6FAD1((uint64_t*)(uint64_t*)L_39, (uint64_t*)(uint64_t*)L_40, (uint8_t*)(uint8_t*)L_41, /*hidden argument*/NULL); } IL_00f7: { int32_t L_42 = V_1; if ((((int32_t)L_42) >= ((int32_t)((int32_t)128)))) { goto IL_00c9; } } { int32_t L_43 = V_1; if ((((int32_t)L_43) <= ((int32_t)0))) { goto IL_0113; } } { 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_0113: { V_8 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)NULL; V_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; V_4 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)NULL; return; } } // System.Byte[] System.Security.Cryptography.SHA384Managed::_EndHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SHA384Managed__EndHash_mF921957D0161BC52D1DC1A679AA85DDDED9988BE (SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA * __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; uint64_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)48)); V_3 = L_0; uint64_t L_1 = __this->get__count_5(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)128), (int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_1&(int64_t)((int64_t)((int64_t)((int32_t)127))))))))); int32_t L_2 = V_1; if ((((int32_t)L_2) > ((int32_t)((int32_t)16)))) { goto IL_0027; } } { int32_t L_3 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)128))); } IL_0027: { 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)); uint64_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; uint64_t L_10 = V_2; NullCheck(L_8); (L_8)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)8))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_10>>((int32_t)56)))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; int32_t L_12 = V_1; uint64_t L_13 = V_2; NullCheck(L_11); (L_11)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)7))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_13>>((int32_t)48)))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; int32_t L_15 = V_1; uint64_t L_16 = V_2; NullCheck(L_14); (L_14)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)6))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_16>>((int32_t)40)))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_0; int32_t L_18 = V_1; uint64_t L_19 = V_2; NullCheck(L_17); (L_17)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)5))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_19>>((int32_t)32)))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_0; int32_t L_21 = V_1; uint64_t L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)4))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_22>>((int32_t)24)))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_0; int32_t L_24 = V_1; uint64_t L_25 = V_2; NullCheck(L_23); (L_23)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)3))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_25>>((int32_t)16)))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_0; int32_t L_27 = V_1; uint64_t L_28 = V_2; NullCheck(L_26); (L_26)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)2))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_28>>8))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_0; int32_t L_30 = V_1; uint64_t L_31 = V_2; NullCheck(L_29); (L_29)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1))), (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); SHA384Managed__HashData_mA637296408D08DC375595BFABF1B23F8FD7FF217(__this, L_32, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length))), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = V_3; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_35 = __this->get__stateSHA384_6(); IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); Utils_QuadWordToBigEndian_m1F5A3B150E18A7E1FB521785B64B57A06D766040(L_34, L_35, 6, /*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.SHA384Managed::SHATransform(System.UInt64*,System.UInt64*,System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA384Managed_SHATransform_mEE99F354249E845D01E00163A008208383E6FAD1 (uint64_t* ___expandedBuffer0, uint64_t* ___state1, uint8_t* ___block2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; uint64_t V_5 = 0; uint64_t V_6 = 0; uint64_t V_7 = 0; uint64_t V_8 = 0; uint64_t V_9 = 0; uint64_t V_10 = 0; uint64_t V_11 = 0; uint64_t V_12 = 0; uint64_t V_13 = 0; uint64_t V_14 = 0; uint64_t V_15 = 0; uint64_t V_16 = 0; int32_t V_17 = 0; { uint64_t* L_0 = ___state1; int64_t L_1 = *((int64_t*)L_0); V_0 = L_1; uint64_t* L_2 = ___state1; int64_t L_3 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)8))); V_1 = L_3; uint64_t* L_4 = ___state1; int64_t L_5 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)8))))); V_2 = L_5; uint64_t* L_6 = ___state1; int64_t L_7 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)8))))); V_3 = L_7; uint64_t* L_8 = ___state1; int64_t L_9 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)8))))); V_4 = L_9; uint64_t* L_10 = ___state1; int64_t L_11 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)8))))); V_5 = L_11; uint64_t* L_12 = ___state1; int64_t L_13 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)8))))); V_6 = L_13; uint64_t* L_14 = ___state1; int64_t L_15 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)7), (int32_t)8))))); V_7 = L_15; uint64_t* L_16 = ___expandedBuffer0; uint8_t* L_17 = ___block2; IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); Utils_QuadWordFromBigEndian_m762796FEBD1B361E0C48809AFB580F84F83498BF((uint64_t*)(uint64_t*)L_16, ((int32_t)16), (uint8_t*)(uint8_t*)L_17, /*hidden argument*/NULL); uint64_t* L_18 = ___expandedBuffer0; IL2CPP_RUNTIME_CLASS_INIT(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var); SHA384Managed_SHA384Expand_mFE48E2D5BB51420766B82BF4B3040711B1A8172F((uint64_t*)(uint64_t*)L_18, /*hidden argument*/NULL); V_17 = 0; goto IL_02b3; } IL_0053: { uint64_t L_19 = V_7; uint64_t L_20 = V_4; IL2CPP_RUNTIME_CLASS_INIT(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var); uint64_t L_21; L_21 = SHA384Managed_Sigma_1_m599E6E80159AC7CD34651352B61101EE91BB4325(L_20, /*hidden argument*/NULL); uint64_t L_22 = V_4; uint64_t L_23 = V_5; uint64_t L_24 = V_6; uint64_t L_25; L_25 = SHA384Managed_Ch_m4925CB3D59100E5B82A87436CA3533824CC5301A(L_22, L_23, L_24, /*hidden argument*/NULL); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_26 = ((SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_StaticFields*)il2cpp_codegen_static_fields_for(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_27 = V_17; NullCheck(L_26); int32_t L_28 = L_27; int64_t L_29 = (int64_t)(L_26)->GetAt(static_cast(L_28)); uint64_t* L_30 = ___expandedBuffer0; int32_t L_31 = V_17; int64_t L_32 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_30, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_31), (int32_t)8))))); V_16 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_19, (int64_t)L_21)), (int64_t)L_25)), (int64_t)L_29)), (int64_t)L_32)); uint64_t L_33 = V_3; uint64_t L_34 = V_16; V_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_33, (int64_t)L_34)); uint64_t L_35 = V_16; uint64_t L_36 = V_0; uint64_t L_37; L_37 = SHA384Managed_Sigma_0_m4DAA2B8138AEDA9E883AF2C50E146B4D6700C28F(L_36, /*hidden argument*/NULL); uint64_t L_38 = V_0; uint64_t L_39 = V_1; uint64_t L_40 = V_2; uint64_t L_41; L_41 = SHA384Managed_Maj_m54B72B6E5226E3074E737C716A611B09691404B4(L_38, L_39, L_40, /*hidden argument*/NULL); V_8 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_35, (int64_t)L_37)), (int64_t)L_41)); int32_t L_42 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); uint64_t L_43 = V_6; uint64_t L_44 = V_12; uint64_t L_45; L_45 = SHA384Managed_Sigma_1_m599E6E80159AC7CD34651352B61101EE91BB4325(L_44, /*hidden argument*/NULL); uint64_t L_46 = V_12; uint64_t L_47 = V_4; uint64_t L_48 = V_5; uint64_t L_49; L_49 = SHA384Managed_Ch_m4925CB3D59100E5B82A87436CA3533824CC5301A(L_46, L_47, L_48, /*hidden argument*/NULL); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_50 = ((SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_StaticFields*)il2cpp_codegen_static_fields_for(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_51 = V_17; NullCheck(L_50); int32_t L_52 = L_51; int64_t L_53 = (int64_t)(L_50)->GetAt(static_cast(L_52)); uint64_t* L_54 = ___expandedBuffer0; int32_t L_55 = V_17; int64_t L_56 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_54, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_55), (int32_t)8))))); V_16 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_43, (int64_t)L_45)), (int64_t)L_49)), (int64_t)L_53)), (int64_t)L_56)); uint64_t L_57 = V_2; uint64_t L_58 = V_16; V_13 = ((int64_t)il2cpp_codegen_add((int64_t)L_57, (int64_t)L_58)); uint64_t L_59 = V_16; uint64_t L_60 = V_8; uint64_t L_61; L_61 = SHA384Managed_Sigma_0_m4DAA2B8138AEDA9E883AF2C50E146B4D6700C28F(L_60, /*hidden argument*/NULL); uint64_t L_62 = V_8; uint64_t L_63 = V_0; uint64_t L_64 = V_1; uint64_t L_65; L_65 = SHA384Managed_Maj_m54B72B6E5226E3074E737C716A611B09691404B4(L_62, L_63, L_64, /*hidden argument*/NULL); V_9 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_59, (int64_t)L_61)), (int64_t)L_65)); int32_t L_66 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); uint64_t L_67 = V_5; uint64_t L_68 = V_13; uint64_t L_69; L_69 = SHA384Managed_Sigma_1_m599E6E80159AC7CD34651352B61101EE91BB4325(L_68, /*hidden argument*/NULL); uint64_t L_70 = V_13; uint64_t L_71 = V_12; uint64_t L_72 = V_4; uint64_t L_73; L_73 = SHA384Managed_Ch_m4925CB3D59100E5B82A87436CA3533824CC5301A(L_70, L_71, L_72, /*hidden argument*/NULL); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_74 = ((SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_StaticFields*)il2cpp_codegen_static_fields_for(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_75 = V_17; NullCheck(L_74); int32_t L_76 = L_75; int64_t L_77 = (int64_t)(L_74)->GetAt(static_cast(L_76)); uint64_t* L_78 = ___expandedBuffer0; int32_t L_79 = V_17; int64_t L_80 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_78, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_79), (int32_t)8))))); V_16 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_67, (int64_t)L_69)), (int64_t)L_73)), (int64_t)L_77)), (int64_t)L_80)); uint64_t L_81 = V_1; uint64_t L_82 = V_16; V_15 = ((int64_t)il2cpp_codegen_add((int64_t)L_81, (int64_t)L_82)); uint64_t L_83 = V_16; uint64_t L_84 = V_9; uint64_t L_85; L_85 = SHA384Managed_Sigma_0_m4DAA2B8138AEDA9E883AF2C50E146B4D6700C28F(L_84, /*hidden argument*/NULL); uint64_t L_86 = V_9; uint64_t L_87 = V_8; uint64_t L_88 = V_0; uint64_t L_89; L_89 = SHA384Managed_Maj_m54B72B6E5226E3074E737C716A611B09691404B4(L_86, L_87, L_88, /*hidden argument*/NULL); V_10 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_83, (int64_t)L_85)), (int64_t)L_89)); int32_t L_90 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); uint64_t L_91 = V_4; uint64_t L_92 = V_15; uint64_t L_93; L_93 = SHA384Managed_Sigma_1_m599E6E80159AC7CD34651352B61101EE91BB4325(L_92, /*hidden argument*/NULL); uint64_t L_94 = V_15; uint64_t L_95 = V_13; uint64_t L_96 = V_12; uint64_t L_97; L_97 = SHA384Managed_Ch_m4925CB3D59100E5B82A87436CA3533824CC5301A(L_94, L_95, L_96, /*hidden argument*/NULL); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_98 = ((SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_StaticFields*)il2cpp_codegen_static_fields_for(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_99 = V_17; NullCheck(L_98); int32_t L_100 = L_99; int64_t L_101 = (int64_t)(L_98)->GetAt(static_cast(L_100)); uint64_t* L_102 = ___expandedBuffer0; int32_t L_103 = V_17; int64_t L_104 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_102, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_103), (int32_t)8))))); V_16 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_91, (int64_t)L_93)), (int64_t)L_97)), (int64_t)L_101)), (int64_t)L_104)); uint64_t L_105 = V_0; uint64_t L_106 = V_16; V_14 = ((int64_t)il2cpp_codegen_add((int64_t)L_105, (int64_t)L_106)); uint64_t L_107 = V_16; uint64_t L_108 = V_10; uint64_t L_109; L_109 = SHA384Managed_Sigma_0_m4DAA2B8138AEDA9E883AF2C50E146B4D6700C28F(L_108, /*hidden argument*/NULL); uint64_t L_110 = V_10; uint64_t L_111 = V_9; uint64_t L_112 = V_8; uint64_t L_113; L_113 = SHA384Managed_Maj_m54B72B6E5226E3074E737C716A611B09691404B4(L_110, L_111, L_112, /*hidden argument*/NULL); V_11 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_107, (int64_t)L_109)), (int64_t)L_113)); int32_t L_114 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)1)); uint64_t L_115 = V_12; uint64_t L_116 = V_14; uint64_t L_117; L_117 = SHA384Managed_Sigma_1_m599E6E80159AC7CD34651352B61101EE91BB4325(L_116, /*hidden argument*/NULL); uint64_t L_118 = V_14; uint64_t L_119 = V_15; uint64_t L_120 = V_13; uint64_t L_121; L_121 = SHA384Managed_Ch_m4925CB3D59100E5B82A87436CA3533824CC5301A(L_118, L_119, L_120, /*hidden argument*/NULL); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_122 = ((SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_StaticFields*)il2cpp_codegen_static_fields_for(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_123 = V_17; NullCheck(L_122); int32_t L_124 = L_123; int64_t L_125 = (int64_t)(L_122)->GetAt(static_cast(L_124)); uint64_t* L_126 = ___expandedBuffer0; int32_t L_127 = V_17; int64_t L_128 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_126, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_127), (int32_t)8))))); V_16 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_115, (int64_t)L_117)), (int64_t)L_121)), (int64_t)L_125)), (int64_t)L_128)); uint64_t L_129 = V_8; uint64_t L_130 = V_16; V_7 = ((int64_t)il2cpp_codegen_add((int64_t)L_129, (int64_t)L_130)); uint64_t L_131 = V_16; uint64_t L_132 = V_11; uint64_t L_133; L_133 = SHA384Managed_Sigma_0_m4DAA2B8138AEDA9E883AF2C50E146B4D6700C28F(L_132, /*hidden argument*/NULL); uint64_t L_134 = V_11; uint64_t L_135 = V_10; uint64_t L_136 = V_9; uint64_t L_137; L_137 = SHA384Managed_Maj_m54B72B6E5226E3074E737C716A611B09691404B4(L_134, L_135, L_136, /*hidden argument*/NULL); V_3 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_131, (int64_t)L_133)), (int64_t)L_137)); int32_t L_138 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)1)); uint64_t L_139 = V_13; uint64_t L_140 = V_7; uint64_t L_141; L_141 = SHA384Managed_Sigma_1_m599E6E80159AC7CD34651352B61101EE91BB4325(L_140, /*hidden argument*/NULL); uint64_t L_142 = V_7; uint64_t L_143 = V_14; uint64_t L_144 = V_15; uint64_t L_145; L_145 = SHA384Managed_Ch_m4925CB3D59100E5B82A87436CA3533824CC5301A(L_142, L_143, L_144, /*hidden argument*/NULL); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_146 = ((SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_StaticFields*)il2cpp_codegen_static_fields_for(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_147 = V_17; NullCheck(L_146); int32_t L_148 = L_147; int64_t L_149 = (int64_t)(L_146)->GetAt(static_cast(L_148)); uint64_t* L_150 = ___expandedBuffer0; int32_t L_151 = V_17; int64_t L_152 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_150, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_151), (int32_t)8))))); V_16 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_139, (int64_t)L_141)), (int64_t)L_145)), (int64_t)L_149)), (int64_t)L_152)); uint64_t L_153 = V_9; uint64_t L_154 = V_16; V_6 = ((int64_t)il2cpp_codegen_add((int64_t)L_153, (int64_t)L_154)); uint64_t L_155 = V_16; uint64_t L_156 = V_3; uint64_t L_157; L_157 = SHA384Managed_Sigma_0_m4DAA2B8138AEDA9E883AF2C50E146B4D6700C28F(L_156, /*hidden argument*/NULL); uint64_t L_158 = V_3; uint64_t L_159 = V_11; uint64_t L_160 = V_10; uint64_t L_161; L_161 = SHA384Managed_Maj_m54B72B6E5226E3074E737C716A611B09691404B4(L_158, L_159, L_160, /*hidden argument*/NULL); V_2 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_155, (int64_t)L_157)), (int64_t)L_161)); int32_t L_162 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_162, (int32_t)1)); uint64_t L_163 = V_15; uint64_t L_164 = V_6; uint64_t L_165; L_165 = SHA384Managed_Sigma_1_m599E6E80159AC7CD34651352B61101EE91BB4325(L_164, /*hidden argument*/NULL); uint64_t L_166 = V_6; uint64_t L_167 = V_7; uint64_t L_168 = V_14; uint64_t L_169; L_169 = SHA384Managed_Ch_m4925CB3D59100E5B82A87436CA3533824CC5301A(L_166, L_167, L_168, /*hidden argument*/NULL); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_170 = ((SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_StaticFields*)il2cpp_codegen_static_fields_for(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_171 = V_17; NullCheck(L_170); int32_t L_172 = L_171; int64_t L_173 = (int64_t)(L_170)->GetAt(static_cast(L_172)); uint64_t* L_174 = ___expandedBuffer0; int32_t L_175 = V_17; int64_t L_176 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_174, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_175), (int32_t)8))))); V_16 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_163, (int64_t)L_165)), (int64_t)L_169)), (int64_t)L_173)), (int64_t)L_176)); uint64_t L_177 = V_10; uint64_t L_178 = V_16; V_5 = ((int64_t)il2cpp_codegen_add((int64_t)L_177, (int64_t)L_178)); uint64_t L_179 = V_16; uint64_t L_180 = V_2; uint64_t L_181; L_181 = SHA384Managed_Sigma_0_m4DAA2B8138AEDA9E883AF2C50E146B4D6700C28F(L_180, /*hidden argument*/NULL); uint64_t L_182 = V_2; uint64_t L_183 = V_3; uint64_t L_184 = V_11; uint64_t L_185; L_185 = SHA384Managed_Maj_m54B72B6E5226E3074E737C716A611B09691404B4(L_182, L_183, L_184, /*hidden argument*/NULL); V_1 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_179, (int64_t)L_181)), (int64_t)L_185)); int32_t L_186 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_186, (int32_t)1)); uint64_t L_187 = V_14; uint64_t L_188 = V_5; uint64_t L_189; L_189 = SHA384Managed_Sigma_1_m599E6E80159AC7CD34651352B61101EE91BB4325(L_188, /*hidden argument*/NULL); uint64_t L_190 = V_5; uint64_t L_191 = V_6; uint64_t L_192 = V_7; uint64_t L_193; L_193 = SHA384Managed_Ch_m4925CB3D59100E5B82A87436CA3533824CC5301A(L_190, L_191, L_192, /*hidden argument*/NULL); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_194 = ((SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_StaticFields*)il2cpp_codegen_static_fields_for(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_195 = V_17; NullCheck(L_194); int32_t L_196 = L_195; int64_t L_197 = (int64_t)(L_194)->GetAt(static_cast(L_196)); uint64_t* L_198 = ___expandedBuffer0; int32_t L_199 = V_17; int64_t L_200 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_198, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_199), (int32_t)8))))); V_16 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_187, (int64_t)L_189)), (int64_t)L_193)), (int64_t)L_197)), (int64_t)L_200)); uint64_t L_201 = V_11; uint64_t L_202 = V_16; V_4 = ((int64_t)il2cpp_codegen_add((int64_t)L_201, (int64_t)L_202)); uint64_t L_203 = V_16; uint64_t L_204 = V_1; uint64_t L_205; L_205 = SHA384Managed_Sigma_0_m4DAA2B8138AEDA9E883AF2C50E146B4D6700C28F(L_204, /*hidden argument*/NULL); uint64_t L_206 = V_1; uint64_t L_207 = V_2; uint64_t L_208 = V_3; uint64_t L_209; L_209 = SHA384Managed_Maj_m54B72B6E5226E3074E737C716A611B09691404B4(L_206, L_207, L_208, /*hidden argument*/NULL); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_203, (int64_t)L_205)), (int64_t)L_209)); int32_t L_210 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_210, (int32_t)1)); } IL_02b3: { int32_t L_211 = V_17; if ((((int32_t)L_211) < ((int32_t)((int32_t)80)))) { goto IL_0053; } } { uint64_t* L_212 = ___state1; uint64_t* L_213 = (uint64_t*)L_212; int64_t L_214 = *((int64_t*)L_213); uint64_t L_215 = V_0; *((int64_t*)L_213) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_214, (int64_t)L_215)); uint64_t* L_216 = ___state1; uint64_t* L_217 = (uint64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_216, (int32_t)8)); int64_t L_218 = *((int64_t*)L_217); uint64_t L_219 = V_1; *((int64_t*)L_217) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_218, (int64_t)L_219)); uint64_t* L_220 = ___state1; uint64_t* L_221 = (uint64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_220, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)8)))); int64_t L_222 = *((int64_t*)L_221); uint64_t L_223 = V_2; *((int64_t*)L_221) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_222, (int64_t)L_223)); uint64_t* L_224 = ___state1; uint64_t* L_225 = (uint64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_224, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)8)))); int64_t L_226 = *((int64_t*)L_225); uint64_t L_227 = V_3; *((int64_t*)L_225) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_226, (int64_t)L_227)); uint64_t* L_228 = ___state1; uint64_t* L_229 = (uint64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_228, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)8)))); int64_t L_230 = *((int64_t*)L_229); uint64_t L_231 = V_4; *((int64_t*)L_229) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_230, (int64_t)L_231)); uint64_t* L_232 = ___state1; uint64_t* L_233 = (uint64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_232, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)8)))); int64_t L_234 = *((int64_t*)L_233); uint64_t L_235 = V_5; *((int64_t*)L_233) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_234, (int64_t)L_235)); uint64_t* L_236 = ___state1; uint64_t* L_237 = (uint64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_236, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)8)))); int64_t L_238 = *((int64_t*)L_237); uint64_t L_239 = V_6; *((int64_t*)L_237) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_238, (int64_t)L_239)); uint64_t* L_240 = ___state1; uint64_t* L_241 = (uint64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_240, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)7), (int32_t)8)))); int64_t L_242 = *((int64_t*)L_241); uint64_t L_243 = V_7; *((int64_t*)L_241) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_242, (int64_t)L_243)); return; } } // System.UInt64 System.Security.Cryptography.SHA384Managed::RotateRight(System.UInt64,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA384Managed_RotateRight_m2D7FE4CAA9ACFFDB7F084FC80FBA90D18C3D13D7 (uint64_t ___x0, int32_t ___n1, const RuntimeMethod* method) { { uint64_t L_0 = ___x0; int32_t L_1 = ___n1; uint64_t L_2 = ___x0; int32_t L_3 = ___n1; return ((int64_t)((int64_t)((int64_t)((uint64_t)L_0>>((int32_t)((int32_t)L_1&(int32_t)((int32_t)63)))))|(int64_t)((int64_t)((int64_t)L_2<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_3))&(int32_t)((int32_t)63))))))); } } // System.UInt64 System.Security.Cryptography.SHA384Managed::Ch(System.UInt64,System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA384Managed_Ch_m4925CB3D59100E5B82A87436CA3533824CC5301A (uint64_t ___x0, uint64_t ___y1, uint64_t ___z2, const RuntimeMethod* method) { { uint64_t L_0 = ___x0; uint64_t L_1 = ___y1; uint64_t L_2 = ___x0; uint64_t L_3 = ___z2; return ((int64_t)((int64_t)((int64_t)((int64_t)L_0&(int64_t)L_1))^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_2^(int64_t)((int64_t)((int64_t)(-1)))))&(int64_t)L_3)))); } } // System.UInt64 System.Security.Cryptography.SHA384Managed::Maj(System.UInt64,System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA384Managed_Maj_m54B72B6E5226E3074E737C716A611B09691404B4 (uint64_t ___x0, uint64_t ___y1, uint64_t ___z2, const RuntimeMethod* method) { { uint64_t L_0 = ___x0; uint64_t L_1 = ___y1; uint64_t L_2 = ___x0; uint64_t L_3 = ___z2; uint64_t L_4 = ___y1; uint64_t L_5 = ___z2; return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_0&(int64_t)L_1))^(int64_t)((int64_t)((int64_t)L_2&(int64_t)L_3))))^(int64_t)((int64_t)((int64_t)L_4&(int64_t)L_5)))); } } // System.UInt64 System.Security.Cryptography.SHA384Managed::Sigma_0(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA384Managed_Sigma_0_m4DAA2B8138AEDA9E883AF2C50E146B4D6700C28F (uint64_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = SHA384Managed_RotateRight_m2D7FE4CAA9ACFFDB7F084FC80FBA90D18C3D13D7(L_0, ((int32_t)28), /*hidden argument*/NULL); uint64_t L_2 = ___x0; uint64_t L_3; L_3 = SHA384Managed_RotateRight_m2D7FE4CAA9ACFFDB7F084FC80FBA90D18C3D13D7(L_2, ((int32_t)34), /*hidden argument*/NULL); uint64_t L_4 = ___x0; uint64_t L_5; L_5 = SHA384Managed_RotateRight_m2D7FE4CAA9ACFFDB7F084FC80FBA90D18C3D13D7(L_4, ((int32_t)39), /*hidden argument*/NULL); return ((int64_t)((int64_t)((int64_t)((int64_t)L_1^(int64_t)L_3))^(int64_t)L_5)); } } // System.UInt64 System.Security.Cryptography.SHA384Managed::Sigma_1(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA384Managed_Sigma_1_m599E6E80159AC7CD34651352B61101EE91BB4325 (uint64_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = SHA384Managed_RotateRight_m2D7FE4CAA9ACFFDB7F084FC80FBA90D18C3D13D7(L_0, ((int32_t)14), /*hidden argument*/NULL); uint64_t L_2 = ___x0; uint64_t L_3; L_3 = SHA384Managed_RotateRight_m2D7FE4CAA9ACFFDB7F084FC80FBA90D18C3D13D7(L_2, ((int32_t)18), /*hidden argument*/NULL); uint64_t L_4 = ___x0; uint64_t L_5; L_5 = SHA384Managed_RotateRight_m2D7FE4CAA9ACFFDB7F084FC80FBA90D18C3D13D7(L_4, ((int32_t)41), /*hidden argument*/NULL); return ((int64_t)((int64_t)((int64_t)((int64_t)L_1^(int64_t)L_3))^(int64_t)L_5)); } } // System.UInt64 System.Security.Cryptography.SHA384Managed::sigma_0(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA384Managed_sigma_0_m20877ACA1C3C7B5DA96D74FAC574BBC3068E86B8 (uint64_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = SHA384Managed_RotateRight_m2D7FE4CAA9ACFFDB7F084FC80FBA90D18C3D13D7(L_0, 1, /*hidden argument*/NULL); uint64_t L_2 = ___x0; uint64_t L_3; L_3 = SHA384Managed_RotateRight_m2D7FE4CAA9ACFFDB7F084FC80FBA90D18C3D13D7(L_2, 8, /*hidden argument*/NULL); uint64_t L_4 = ___x0; return ((int64_t)((int64_t)((int64_t)((int64_t)L_1^(int64_t)L_3))^(int64_t)((int64_t)((uint64_t)L_4>>7)))); } } // System.UInt64 System.Security.Cryptography.SHA384Managed::sigma_1(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA384Managed_sigma_1_m41177C2E90E695A0F921F97604C330DF0D3C945F (uint64_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = SHA384Managed_RotateRight_m2D7FE4CAA9ACFFDB7F084FC80FBA90D18C3D13D7(L_0, ((int32_t)19), /*hidden argument*/NULL); uint64_t L_2 = ___x0; uint64_t L_3; L_3 = SHA384Managed_RotateRight_m2D7FE4CAA9ACFFDB7F084FC80FBA90D18C3D13D7(L_2, ((int32_t)61), /*hidden argument*/NULL); uint64_t L_4 = ___x0; return ((int64_t)((int64_t)((int64_t)((int64_t)L_1^(int64_t)L_3))^(int64_t)((int64_t)((uint64_t)L_4>>6)))); } } // System.Void System.Security.Cryptography.SHA384Managed::SHA384Expand(System.UInt64*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA384Managed_SHA384Expand_mFE48E2D5BB51420766B82BF4B3040711B1A8172F (uint64_t* ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = ((int32_t)16); goto IL_0043; } IL_0005: { uint64_t* L_0 = ___x0; int32_t L_1 = V_0; uint64_t* L_2 = ___x0; int32_t L_3 = V_0; int64_t L_4 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)2))), (int32_t)8))))); IL2CPP_RUNTIME_CLASS_INIT(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var); uint64_t L_5; L_5 = SHA384Managed_sigma_1_m41177C2E90E695A0F921F97604C330DF0D3C945F(L_4, /*hidden argument*/NULL); uint64_t* L_6 = ___x0; int32_t L_7 = V_0; int64_t L_8 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)7))), (int32_t)8))))); uint64_t* L_9 = ___x0; int32_t L_10 = V_0; int64_t L_11 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)15)))), (int32_t)8))))); uint64_t L_12; L_12 = SHA384Managed_sigma_0_m20877ACA1C3C7B5DA96D74FAC574BBC3068E86B8(L_11, /*hidden argument*/NULL); uint64_t* L_13 = ___x0; int32_t L_14 = V_0; int64_t L_15 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)((int32_t)16)))), (int32_t)8))))); *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_1), (int32_t)8))))) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_5, (int64_t)L_8)), (int64_t)L_12)), (int64_t)L_15)); int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0043: { int32_t L_17 = V_0; if ((((int32_t)L_17) < ((int32_t)((int32_t)80)))) { goto IL_0005; } } { return; } } // System.Void System.Security.Cryptography.SHA384Managed::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA384Managed__cctor_m487119723513486FAC76AD22B615DA54DA063042 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____90A0542282A011472F94E97CEAE59F8B3B1A3291_82_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)80)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____90A0542282A011472F94E97CEAE59F8B3B1A3291_82_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_StaticFields*)il2cpp_codegen_static_fields_for(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var))->set__K_8(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.SHA512::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA512__ctor_m4E190C63C12326F0CB5496A1640B4E8A4DEF69F6 (SHA512_tCF17311CCA734D60E55D2A03356FC9BFF4B040F8 * __this, const RuntimeMethod* method) { { HashAlgorithm__ctor_mD4FD9DCEF621EE948FBEF8BA40A4660F1A8E951A(__this, /*hidden argument*/NULL); ((HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 *)__this)->set_HashSizeValue_0(((int32_t)512)); return; } } // System.Security.Cryptography.SHA512 System.Security.Cryptography.SHA512::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA512_tCF17311CCA734D60E55D2A03356FC9BFF4B040F8 * SHA512_Create_mD8351200F8C635B75B8596C3E05188D0D61CD4F8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD * L_0 = (SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD *)il2cpp_codegen_object_new(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var); SHA512Managed__ctor_mBB72662FE00407655BF98439663C700CB7BC8311(L_0, /*hidden argument*/NULL); return L_0; } } // System.Security.Cryptography.SHA512 System.Security.Cryptography.SHA512::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA512_tCF17311CCA734D60E55D2A03356FC9BFF4B040F8 * SHA512_Create_m364C14C0F67B37367EC0C8018E93BA0B82C578B9 (String_t* ___hashName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA512_tCF17311CCA734D60E55D2A03356FC9BFF4B040F8_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 ((SHA512_tCF17311CCA734D60E55D2A03356FC9BFF4B040F8 *)CastclassClass((RuntimeObject*)L_1, SHA512_tCF17311CCA734D60E55D2A03356FC9BFF4B040F8_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.SHA512Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA512Managed__ctor_mBB72662FE00407655BF98439663C700CB7BC8311 (SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD * __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*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SHA512__ctor_m4E190C63C12326F0CB5496A1640B4E8A4DEF69F6(__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*)&SHA512Managed__ctor_mBB72662FE00407655BF98439663C700CB7BC8311_RuntimeMethod_var))); } IL_001d: { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)8); __this->set__stateSHA512_6(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)); __this->set__buffer_4(L_4); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)80)); __this->set__W_7(L_5); SHA512Managed_InitializeState_mE8A92E27C203B3937A509A9DD0A2C8BAA1173ED7(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.SHA512Managed::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA512Managed_Initialize_m13A132471B8B4CCC21D211A7628B1D16A4B8A47B (SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD * __this, const RuntimeMethod* method) { { SHA512Managed_InitializeState_mE8A92E27C203B3937A509A9DD0A2C8BAA1173ED7(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get__buffer_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get__buffer_4(); NullCheck(L_1); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = __this->get__W_7(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = __this->get__W_7(); 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.SHA512Managed::HashCore(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA512Managed_HashCore_mEAEEB7392CB20BA07926DDC84144A1C9A7CE080F (SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD * __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; SHA512Managed__HashData_mEC2014C865E2ED4598402473A64715A15C007C3E(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Byte[] System.Security.Cryptography.SHA512Managed::HashFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SHA512Managed_HashFinal_m37FF1D5B7CB852BACC9474671CB621E3528F03B9 (SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD * __this, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = SHA512Managed__EndHash_m12299E624306AE9C06F1C7CBF4814F13DB40EBBA(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Security.Cryptography.SHA512Managed::InitializeState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA512Managed_InitializeState_mE8A92E27C203B3937A509A9DD0A2C8BAA1173ED7 (SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD * __this, const RuntimeMethod* method) { { __this->set__count_5(((int64_t)((int64_t)0))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get__stateSHA512_6(); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint64_t)((int64_t)7640891576956012808LL)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get__stateSHA512_6(); NullCheck(L_1); (L_1)->SetAt(static_cast(1), (uint64_t)((int64_t)-4942790177534073029LL)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = __this->get__stateSHA512_6(); NullCheck(L_2); (L_2)->SetAt(static_cast(2), (uint64_t)((int64_t)4354685564936845355LL)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = __this->get__stateSHA512_6(); NullCheck(L_3); (L_3)->SetAt(static_cast(3), (uint64_t)((int64_t)-6534734903238641935LL)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = __this->get__stateSHA512_6(); NullCheck(L_4); (L_4)->SetAt(static_cast(4), (uint64_t)((int64_t)5840696475078001361LL)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = __this->get__stateSHA512_6(); NullCheck(L_5); (L_5)->SetAt(static_cast(5), (uint64_t)((int64_t)-7276294671716946913LL)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = __this->get__stateSHA512_6(); NullCheck(L_6); (L_6)->SetAt(static_cast(6), (uint64_t)((int64_t)2270897969802886507LL)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = __this->get__stateSHA512_6(); NullCheck(L_7); (L_7)->SetAt(static_cast(7), (uint64_t)((int64_t)6620516959819538809LL)); return; } } // System.Void System.Security.Cryptography.SHA512Managed::_HashData(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA512Managed__HashData_mEC2014C865E2ED4598402473A64715A15C007C3E (SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___partIn0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; uint64_t* V_3 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_4 = NULL; uint8_t* V_5 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; uint64_t* V_7 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_8 = NULL; { int32_t L_0 = ___cbSize2; V_1 = L_0; int32_t L_1 = ___ibStart1; V_2 = L_1; uint64_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)127))))))); uint64_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))))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = __this->get__stateSHA512_6(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = L_5; V_4 = L_6; if (!L_6) { goto IL_0030; } } { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = V_4; NullCheck(L_7); if (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))) { goto IL_0035; } } IL_0030: { V_3 = (uint64_t*)((uintptr_t)0); goto IL_003f; } IL_0035: { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = V_4; NullCheck(L_8); V_3 = (uint64_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: { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_13 = __this->get__W_7(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = L_13; V_8 = L_14; if (!L_14) { goto IL_0072; } } { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = V_8; NullCheck(L_15); if (((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))) { goto IL_0078; } } IL_0072: { V_7 = (uint64_t*)((uintptr_t)0); goto IL_0083; } IL_0078: { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_16 = V_8; NullCheck(L_16); V_7 = (uint64_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_00f7; } } { 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)128)))) { goto IL_00f7; } } { 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)128), (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)128), (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)128), (int32_t)L_29)))); uint64_t* L_30 = V_7; uint64_t* L_31 = V_3; uint8_t* L_32 = V_5; IL2CPP_RUNTIME_CLASS_INIT(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var); SHA512Managed_SHATransform_m08A94F227C784111F22774C08965575FF259E8C4((uint64_t*)(uint64_t*)L_30, (uint64_t*)(uint64_t*)L_31, (uint8_t*)(uint8_t*)L_32, /*hidden argument*/NULL); V_0 = 0; goto IL_00f7; } IL_00c9: { 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)128), /*hidden argument*/NULL); int32_t L_37 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)((int32_t)128))); int32_t L_38 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)((int32_t)128))); uint64_t* L_39 = V_7; uint64_t* L_40 = V_3; uint8_t* L_41 = V_5; IL2CPP_RUNTIME_CLASS_INIT(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var); SHA512Managed_SHATransform_m08A94F227C784111F22774C08965575FF259E8C4((uint64_t*)(uint64_t*)L_39, (uint64_t*)(uint64_t*)L_40, (uint8_t*)(uint8_t*)L_41, /*hidden argument*/NULL); } IL_00f7: { int32_t L_42 = V_1; if ((((int32_t)L_42) >= ((int32_t)((int32_t)128)))) { goto IL_00c9; } } { int32_t L_43 = V_1; if ((((int32_t)L_43) <= ((int32_t)0))) { goto IL_0113; } } { 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_0113: { V_8 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)NULL; V_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; V_4 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)NULL; return; } } // System.Byte[] System.Security.Cryptography.SHA512Managed::_EndHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SHA512Managed__EndHash_m12299E624306AE9C06F1C7CBF4814F13DB40EBBA (SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD * __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; uint64_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)64)); V_3 = L_0; uint64_t L_1 = __this->get__count_5(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)128), (int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_1&(int64_t)((int64_t)((int64_t)((int32_t)127))))))))); int32_t L_2 = V_1; if ((((int32_t)L_2) > ((int32_t)((int32_t)16)))) { goto IL_0027; } } { int32_t L_3 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)128))); } IL_0027: { 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)); uint64_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; uint64_t L_10 = V_2; NullCheck(L_8); (L_8)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)8))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_10>>((int32_t)56)))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; int32_t L_12 = V_1; uint64_t L_13 = V_2; NullCheck(L_11); (L_11)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)7))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_13>>((int32_t)48)))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; int32_t L_15 = V_1; uint64_t L_16 = V_2; NullCheck(L_14); (L_14)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)6))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_16>>((int32_t)40)))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_0; int32_t L_18 = V_1; uint64_t L_19 = V_2; NullCheck(L_17); (L_17)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)5))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_19>>((int32_t)32)))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_0; int32_t L_21 = V_1; uint64_t L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)4))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_22>>((int32_t)24)))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_0; int32_t L_24 = V_1; uint64_t L_25 = V_2; NullCheck(L_23); (L_23)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)3))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_25>>((int32_t)16)))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_0; int32_t L_27 = V_1; uint64_t L_28 = V_2; NullCheck(L_26); (L_26)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)2))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_28>>8))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_0; int32_t L_30 = V_1; uint64_t L_31 = V_2; NullCheck(L_29); (L_29)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1))), (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); SHA512Managed__HashData_mEC2014C865E2ED4598402473A64715A15C007C3E(__this, L_32, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length))), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = V_3; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_35 = __this->get__stateSHA512_6(); IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); Utils_QuadWordToBigEndian_m1F5A3B150E18A7E1FB521785B64B57A06D766040(L_34, L_35, 8, /*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.SHA512Managed::SHATransform(System.UInt64*,System.UInt64*,System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA512Managed_SHATransform_m08A94F227C784111F22774C08965575FF259E8C4 (uint64_t* ___expandedBuffer0, uint64_t* ___state1, uint8_t* ___block2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; uint64_t V_5 = 0; uint64_t V_6 = 0; uint64_t V_7 = 0; uint64_t V_8 = 0; uint64_t V_9 = 0; uint64_t V_10 = 0; uint64_t V_11 = 0; uint64_t V_12 = 0; uint64_t V_13 = 0; uint64_t V_14 = 0; uint64_t V_15 = 0; uint64_t V_16 = 0; int32_t V_17 = 0; { uint64_t* L_0 = ___state1; int64_t L_1 = *((int64_t*)L_0); V_0 = L_1; uint64_t* L_2 = ___state1; int64_t L_3 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)8))); V_1 = L_3; uint64_t* L_4 = ___state1; int64_t L_5 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)8))))); V_2 = L_5; uint64_t* L_6 = ___state1; int64_t L_7 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)8))))); V_3 = L_7; uint64_t* L_8 = ___state1; int64_t L_9 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)8))))); V_4 = L_9; uint64_t* L_10 = ___state1; int64_t L_11 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)8))))); V_5 = L_11; uint64_t* L_12 = ___state1; int64_t L_13 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)8))))); V_6 = L_13; uint64_t* L_14 = ___state1; int64_t L_15 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)7), (int32_t)8))))); V_7 = L_15; uint64_t* L_16 = ___expandedBuffer0; uint8_t* L_17 = ___block2; IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); Utils_QuadWordFromBigEndian_m762796FEBD1B361E0C48809AFB580F84F83498BF((uint64_t*)(uint64_t*)L_16, ((int32_t)16), (uint8_t*)(uint8_t*)L_17, /*hidden argument*/NULL); uint64_t* L_18 = ___expandedBuffer0; IL2CPP_RUNTIME_CLASS_INIT(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var); SHA512Managed_SHA512Expand_mE9FA37AA2A5A562DDD796AF276AC2CB3091DE77B((uint64_t*)(uint64_t*)L_18, /*hidden argument*/NULL); V_17 = 0; goto IL_02b3; } IL_0053: { uint64_t L_19 = V_7; uint64_t L_20 = V_4; IL2CPP_RUNTIME_CLASS_INIT(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var); uint64_t L_21; L_21 = SHA512Managed_Sigma_1_m79804EC00CBC8F0D20BE70616EC68638D214718B(L_20, /*hidden argument*/NULL); uint64_t L_22 = V_4; uint64_t L_23 = V_5; uint64_t L_24 = V_6; uint64_t L_25; L_25 = SHA512Managed_Ch_m7963CEF3C1320E2E5627B6C22BD524F40F7F2B51(L_22, L_23, L_24, /*hidden argument*/NULL); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_26 = ((SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_StaticFields*)il2cpp_codegen_static_fields_for(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_27 = V_17; NullCheck(L_26); int32_t L_28 = L_27; int64_t L_29 = (int64_t)(L_26)->GetAt(static_cast(L_28)); uint64_t* L_30 = ___expandedBuffer0; int32_t L_31 = V_17; int64_t L_32 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_30, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_31), (int32_t)8))))); V_16 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_19, (int64_t)L_21)), (int64_t)L_25)), (int64_t)L_29)), (int64_t)L_32)); uint64_t L_33 = V_3; uint64_t L_34 = V_16; V_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_33, (int64_t)L_34)); uint64_t L_35 = V_16; uint64_t L_36 = V_0; uint64_t L_37; L_37 = SHA512Managed_Sigma_0_m05249DCDED30FBDB860F7CFFF40601FBCD5335B9(L_36, /*hidden argument*/NULL); uint64_t L_38 = V_0; uint64_t L_39 = V_1; uint64_t L_40 = V_2; uint64_t L_41; L_41 = SHA512Managed_Maj_m8067E6F48094D48C18F74AAD70E4E56D57CF3D5E(L_38, L_39, L_40, /*hidden argument*/NULL); V_8 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_35, (int64_t)L_37)), (int64_t)L_41)); int32_t L_42 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); uint64_t L_43 = V_6; uint64_t L_44 = V_12; uint64_t L_45; L_45 = SHA512Managed_Sigma_1_m79804EC00CBC8F0D20BE70616EC68638D214718B(L_44, /*hidden argument*/NULL); uint64_t L_46 = V_12; uint64_t L_47 = V_4; uint64_t L_48 = V_5; uint64_t L_49; L_49 = SHA512Managed_Ch_m7963CEF3C1320E2E5627B6C22BD524F40F7F2B51(L_46, L_47, L_48, /*hidden argument*/NULL); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_50 = ((SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_StaticFields*)il2cpp_codegen_static_fields_for(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_51 = V_17; NullCheck(L_50); int32_t L_52 = L_51; int64_t L_53 = (int64_t)(L_50)->GetAt(static_cast(L_52)); uint64_t* L_54 = ___expandedBuffer0; int32_t L_55 = V_17; int64_t L_56 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_54, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_55), (int32_t)8))))); V_16 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_43, (int64_t)L_45)), (int64_t)L_49)), (int64_t)L_53)), (int64_t)L_56)); uint64_t L_57 = V_2; uint64_t L_58 = V_16; V_13 = ((int64_t)il2cpp_codegen_add((int64_t)L_57, (int64_t)L_58)); uint64_t L_59 = V_16; uint64_t L_60 = V_8; uint64_t L_61; L_61 = SHA512Managed_Sigma_0_m05249DCDED30FBDB860F7CFFF40601FBCD5335B9(L_60, /*hidden argument*/NULL); uint64_t L_62 = V_8; uint64_t L_63 = V_0; uint64_t L_64 = V_1; uint64_t L_65; L_65 = SHA512Managed_Maj_m8067E6F48094D48C18F74AAD70E4E56D57CF3D5E(L_62, L_63, L_64, /*hidden argument*/NULL); V_9 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_59, (int64_t)L_61)), (int64_t)L_65)); int32_t L_66 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); uint64_t L_67 = V_5; uint64_t L_68 = V_13; uint64_t L_69; L_69 = SHA512Managed_Sigma_1_m79804EC00CBC8F0D20BE70616EC68638D214718B(L_68, /*hidden argument*/NULL); uint64_t L_70 = V_13; uint64_t L_71 = V_12; uint64_t L_72 = V_4; uint64_t L_73; L_73 = SHA512Managed_Ch_m7963CEF3C1320E2E5627B6C22BD524F40F7F2B51(L_70, L_71, L_72, /*hidden argument*/NULL); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_74 = ((SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_StaticFields*)il2cpp_codegen_static_fields_for(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_75 = V_17; NullCheck(L_74); int32_t L_76 = L_75; int64_t L_77 = (int64_t)(L_74)->GetAt(static_cast(L_76)); uint64_t* L_78 = ___expandedBuffer0; int32_t L_79 = V_17; int64_t L_80 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_78, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_79), (int32_t)8))))); V_16 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_67, (int64_t)L_69)), (int64_t)L_73)), (int64_t)L_77)), (int64_t)L_80)); uint64_t L_81 = V_1; uint64_t L_82 = V_16; V_15 = ((int64_t)il2cpp_codegen_add((int64_t)L_81, (int64_t)L_82)); uint64_t L_83 = V_16; uint64_t L_84 = V_9; uint64_t L_85; L_85 = SHA512Managed_Sigma_0_m05249DCDED30FBDB860F7CFFF40601FBCD5335B9(L_84, /*hidden argument*/NULL); uint64_t L_86 = V_9; uint64_t L_87 = V_8; uint64_t L_88 = V_0; uint64_t L_89; L_89 = SHA512Managed_Maj_m8067E6F48094D48C18F74AAD70E4E56D57CF3D5E(L_86, L_87, L_88, /*hidden argument*/NULL); V_10 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_83, (int64_t)L_85)), (int64_t)L_89)); int32_t L_90 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); uint64_t L_91 = V_4; uint64_t L_92 = V_15; uint64_t L_93; L_93 = SHA512Managed_Sigma_1_m79804EC00CBC8F0D20BE70616EC68638D214718B(L_92, /*hidden argument*/NULL); uint64_t L_94 = V_15; uint64_t L_95 = V_13; uint64_t L_96 = V_12; uint64_t L_97; L_97 = SHA512Managed_Ch_m7963CEF3C1320E2E5627B6C22BD524F40F7F2B51(L_94, L_95, L_96, /*hidden argument*/NULL); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_98 = ((SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_StaticFields*)il2cpp_codegen_static_fields_for(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_99 = V_17; NullCheck(L_98); int32_t L_100 = L_99; int64_t L_101 = (int64_t)(L_98)->GetAt(static_cast(L_100)); uint64_t* L_102 = ___expandedBuffer0; int32_t L_103 = V_17; int64_t L_104 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_102, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_103), (int32_t)8))))); V_16 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_91, (int64_t)L_93)), (int64_t)L_97)), (int64_t)L_101)), (int64_t)L_104)); uint64_t L_105 = V_0; uint64_t L_106 = V_16; V_14 = ((int64_t)il2cpp_codegen_add((int64_t)L_105, (int64_t)L_106)); uint64_t L_107 = V_16; uint64_t L_108 = V_10; uint64_t L_109; L_109 = SHA512Managed_Sigma_0_m05249DCDED30FBDB860F7CFFF40601FBCD5335B9(L_108, /*hidden argument*/NULL); uint64_t L_110 = V_10; uint64_t L_111 = V_9; uint64_t L_112 = V_8; uint64_t L_113; L_113 = SHA512Managed_Maj_m8067E6F48094D48C18F74AAD70E4E56D57CF3D5E(L_110, L_111, L_112, /*hidden argument*/NULL); V_11 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_107, (int64_t)L_109)), (int64_t)L_113)); int32_t L_114 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)1)); uint64_t L_115 = V_12; uint64_t L_116 = V_14; uint64_t L_117; L_117 = SHA512Managed_Sigma_1_m79804EC00CBC8F0D20BE70616EC68638D214718B(L_116, /*hidden argument*/NULL); uint64_t L_118 = V_14; uint64_t L_119 = V_15; uint64_t L_120 = V_13; uint64_t L_121; L_121 = SHA512Managed_Ch_m7963CEF3C1320E2E5627B6C22BD524F40F7F2B51(L_118, L_119, L_120, /*hidden argument*/NULL); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_122 = ((SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_StaticFields*)il2cpp_codegen_static_fields_for(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_123 = V_17; NullCheck(L_122); int32_t L_124 = L_123; int64_t L_125 = (int64_t)(L_122)->GetAt(static_cast(L_124)); uint64_t* L_126 = ___expandedBuffer0; int32_t L_127 = V_17; int64_t L_128 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_126, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_127), (int32_t)8))))); V_16 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_115, (int64_t)L_117)), (int64_t)L_121)), (int64_t)L_125)), (int64_t)L_128)); uint64_t L_129 = V_8; uint64_t L_130 = V_16; V_7 = ((int64_t)il2cpp_codegen_add((int64_t)L_129, (int64_t)L_130)); uint64_t L_131 = V_16; uint64_t L_132 = V_11; uint64_t L_133; L_133 = SHA512Managed_Sigma_0_m05249DCDED30FBDB860F7CFFF40601FBCD5335B9(L_132, /*hidden argument*/NULL); uint64_t L_134 = V_11; uint64_t L_135 = V_10; uint64_t L_136 = V_9; uint64_t L_137; L_137 = SHA512Managed_Maj_m8067E6F48094D48C18F74AAD70E4E56D57CF3D5E(L_134, L_135, L_136, /*hidden argument*/NULL); V_3 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_131, (int64_t)L_133)), (int64_t)L_137)); int32_t L_138 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)1)); uint64_t L_139 = V_13; uint64_t L_140 = V_7; uint64_t L_141; L_141 = SHA512Managed_Sigma_1_m79804EC00CBC8F0D20BE70616EC68638D214718B(L_140, /*hidden argument*/NULL); uint64_t L_142 = V_7; uint64_t L_143 = V_14; uint64_t L_144 = V_15; uint64_t L_145; L_145 = SHA512Managed_Ch_m7963CEF3C1320E2E5627B6C22BD524F40F7F2B51(L_142, L_143, L_144, /*hidden argument*/NULL); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_146 = ((SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_StaticFields*)il2cpp_codegen_static_fields_for(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_147 = V_17; NullCheck(L_146); int32_t L_148 = L_147; int64_t L_149 = (int64_t)(L_146)->GetAt(static_cast(L_148)); uint64_t* L_150 = ___expandedBuffer0; int32_t L_151 = V_17; int64_t L_152 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_150, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_151), (int32_t)8))))); V_16 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_139, (int64_t)L_141)), (int64_t)L_145)), (int64_t)L_149)), (int64_t)L_152)); uint64_t L_153 = V_9; uint64_t L_154 = V_16; V_6 = ((int64_t)il2cpp_codegen_add((int64_t)L_153, (int64_t)L_154)); uint64_t L_155 = V_16; uint64_t L_156 = V_3; uint64_t L_157; L_157 = SHA512Managed_Sigma_0_m05249DCDED30FBDB860F7CFFF40601FBCD5335B9(L_156, /*hidden argument*/NULL); uint64_t L_158 = V_3; uint64_t L_159 = V_11; uint64_t L_160 = V_10; uint64_t L_161; L_161 = SHA512Managed_Maj_m8067E6F48094D48C18F74AAD70E4E56D57CF3D5E(L_158, L_159, L_160, /*hidden argument*/NULL); V_2 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_155, (int64_t)L_157)), (int64_t)L_161)); int32_t L_162 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_162, (int32_t)1)); uint64_t L_163 = V_15; uint64_t L_164 = V_6; uint64_t L_165; L_165 = SHA512Managed_Sigma_1_m79804EC00CBC8F0D20BE70616EC68638D214718B(L_164, /*hidden argument*/NULL); uint64_t L_166 = V_6; uint64_t L_167 = V_7; uint64_t L_168 = V_14; uint64_t L_169; L_169 = SHA512Managed_Ch_m7963CEF3C1320E2E5627B6C22BD524F40F7F2B51(L_166, L_167, L_168, /*hidden argument*/NULL); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_170 = ((SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_StaticFields*)il2cpp_codegen_static_fields_for(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_171 = V_17; NullCheck(L_170); int32_t L_172 = L_171; int64_t L_173 = (int64_t)(L_170)->GetAt(static_cast(L_172)); uint64_t* L_174 = ___expandedBuffer0; int32_t L_175 = V_17; int64_t L_176 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_174, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_175), (int32_t)8))))); V_16 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_163, (int64_t)L_165)), (int64_t)L_169)), (int64_t)L_173)), (int64_t)L_176)); uint64_t L_177 = V_10; uint64_t L_178 = V_16; V_5 = ((int64_t)il2cpp_codegen_add((int64_t)L_177, (int64_t)L_178)); uint64_t L_179 = V_16; uint64_t L_180 = V_2; uint64_t L_181; L_181 = SHA512Managed_Sigma_0_m05249DCDED30FBDB860F7CFFF40601FBCD5335B9(L_180, /*hidden argument*/NULL); uint64_t L_182 = V_2; uint64_t L_183 = V_3; uint64_t L_184 = V_11; uint64_t L_185; L_185 = SHA512Managed_Maj_m8067E6F48094D48C18F74AAD70E4E56D57CF3D5E(L_182, L_183, L_184, /*hidden argument*/NULL); V_1 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_179, (int64_t)L_181)), (int64_t)L_185)); int32_t L_186 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_186, (int32_t)1)); uint64_t L_187 = V_14; uint64_t L_188 = V_5; uint64_t L_189; L_189 = SHA512Managed_Sigma_1_m79804EC00CBC8F0D20BE70616EC68638D214718B(L_188, /*hidden argument*/NULL); uint64_t L_190 = V_5; uint64_t L_191 = V_6; uint64_t L_192 = V_7; uint64_t L_193; L_193 = SHA512Managed_Ch_m7963CEF3C1320E2E5627B6C22BD524F40F7F2B51(L_190, L_191, L_192, /*hidden argument*/NULL); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_194 = ((SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_StaticFields*)il2cpp_codegen_static_fields_for(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var))->get__K_8(); int32_t L_195 = V_17; NullCheck(L_194); int32_t L_196 = L_195; int64_t L_197 = (int64_t)(L_194)->GetAt(static_cast(L_196)); uint64_t* L_198 = ___expandedBuffer0; int32_t L_199 = V_17; int64_t L_200 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_198, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_199), (int32_t)8))))); V_16 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_187, (int64_t)L_189)), (int64_t)L_193)), (int64_t)L_197)), (int64_t)L_200)); uint64_t L_201 = V_11; uint64_t L_202 = V_16; V_4 = ((int64_t)il2cpp_codegen_add((int64_t)L_201, (int64_t)L_202)); uint64_t L_203 = V_16; uint64_t L_204 = V_1; uint64_t L_205; L_205 = SHA512Managed_Sigma_0_m05249DCDED30FBDB860F7CFFF40601FBCD5335B9(L_204, /*hidden argument*/NULL); uint64_t L_206 = V_1; uint64_t L_207 = V_2; uint64_t L_208 = V_3; uint64_t L_209; L_209 = SHA512Managed_Maj_m8067E6F48094D48C18F74AAD70E4E56D57CF3D5E(L_206, L_207, L_208, /*hidden argument*/NULL); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_203, (int64_t)L_205)), (int64_t)L_209)); int32_t L_210 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_210, (int32_t)1)); } IL_02b3: { int32_t L_211 = V_17; if ((((int32_t)L_211) < ((int32_t)((int32_t)80)))) { goto IL_0053; } } { uint64_t* L_212 = ___state1; uint64_t* L_213 = (uint64_t*)L_212; int64_t L_214 = *((int64_t*)L_213); uint64_t L_215 = V_0; *((int64_t*)L_213) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_214, (int64_t)L_215)); uint64_t* L_216 = ___state1; uint64_t* L_217 = (uint64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_216, (int32_t)8)); int64_t L_218 = *((int64_t*)L_217); uint64_t L_219 = V_1; *((int64_t*)L_217) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_218, (int64_t)L_219)); uint64_t* L_220 = ___state1; uint64_t* L_221 = (uint64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_220, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)8)))); int64_t L_222 = *((int64_t*)L_221); uint64_t L_223 = V_2; *((int64_t*)L_221) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_222, (int64_t)L_223)); uint64_t* L_224 = ___state1; uint64_t* L_225 = (uint64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_224, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)8)))); int64_t L_226 = *((int64_t*)L_225); uint64_t L_227 = V_3; *((int64_t*)L_225) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_226, (int64_t)L_227)); uint64_t* L_228 = ___state1; uint64_t* L_229 = (uint64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_228, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)8)))); int64_t L_230 = *((int64_t*)L_229); uint64_t L_231 = V_4; *((int64_t*)L_229) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_230, (int64_t)L_231)); uint64_t* L_232 = ___state1; uint64_t* L_233 = (uint64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_232, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)8)))); int64_t L_234 = *((int64_t*)L_233); uint64_t L_235 = V_5; *((int64_t*)L_233) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_234, (int64_t)L_235)); uint64_t* L_236 = ___state1; uint64_t* L_237 = (uint64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_236, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)8)))); int64_t L_238 = *((int64_t*)L_237); uint64_t L_239 = V_6; *((int64_t*)L_237) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_238, (int64_t)L_239)); uint64_t* L_240 = ___state1; uint64_t* L_241 = (uint64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_240, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)7), (int32_t)8)))); int64_t L_242 = *((int64_t*)L_241); uint64_t L_243 = V_7; *((int64_t*)L_241) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_242, (int64_t)L_243)); return; } } // System.UInt64 System.Security.Cryptography.SHA512Managed::RotateRight(System.UInt64,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA512Managed_RotateRight_mBDF776FDFD740C24E0FA00A8B85FA472DC1CF873 (uint64_t ___x0, int32_t ___n1, const RuntimeMethod* method) { { uint64_t L_0 = ___x0; int32_t L_1 = ___n1; uint64_t L_2 = ___x0; int32_t L_3 = ___n1; return ((int64_t)((int64_t)((int64_t)((uint64_t)L_0>>((int32_t)((int32_t)L_1&(int32_t)((int32_t)63)))))|(int64_t)((int64_t)((int64_t)L_2<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_3))&(int32_t)((int32_t)63))))))); } } // System.UInt64 System.Security.Cryptography.SHA512Managed::Ch(System.UInt64,System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA512Managed_Ch_m7963CEF3C1320E2E5627B6C22BD524F40F7F2B51 (uint64_t ___x0, uint64_t ___y1, uint64_t ___z2, const RuntimeMethod* method) { { uint64_t L_0 = ___x0; uint64_t L_1 = ___y1; uint64_t L_2 = ___x0; uint64_t L_3 = ___z2; return ((int64_t)((int64_t)((int64_t)((int64_t)L_0&(int64_t)L_1))^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_2^(int64_t)((int64_t)((int64_t)(-1)))))&(int64_t)L_3)))); } } // System.UInt64 System.Security.Cryptography.SHA512Managed::Maj(System.UInt64,System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA512Managed_Maj_m8067E6F48094D48C18F74AAD70E4E56D57CF3D5E (uint64_t ___x0, uint64_t ___y1, uint64_t ___z2, const RuntimeMethod* method) { { uint64_t L_0 = ___x0; uint64_t L_1 = ___y1; uint64_t L_2 = ___x0; uint64_t L_3 = ___z2; uint64_t L_4 = ___y1; uint64_t L_5 = ___z2; return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_0&(int64_t)L_1))^(int64_t)((int64_t)((int64_t)L_2&(int64_t)L_3))))^(int64_t)((int64_t)((int64_t)L_4&(int64_t)L_5)))); } } // System.UInt64 System.Security.Cryptography.SHA512Managed::Sigma_0(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA512Managed_Sigma_0_m05249DCDED30FBDB860F7CFFF40601FBCD5335B9 (uint64_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = SHA512Managed_RotateRight_mBDF776FDFD740C24E0FA00A8B85FA472DC1CF873(L_0, ((int32_t)28), /*hidden argument*/NULL); uint64_t L_2 = ___x0; uint64_t L_3; L_3 = SHA512Managed_RotateRight_mBDF776FDFD740C24E0FA00A8B85FA472DC1CF873(L_2, ((int32_t)34), /*hidden argument*/NULL); uint64_t L_4 = ___x0; uint64_t L_5; L_5 = SHA512Managed_RotateRight_mBDF776FDFD740C24E0FA00A8B85FA472DC1CF873(L_4, ((int32_t)39), /*hidden argument*/NULL); return ((int64_t)((int64_t)((int64_t)((int64_t)L_1^(int64_t)L_3))^(int64_t)L_5)); } } // System.UInt64 System.Security.Cryptography.SHA512Managed::Sigma_1(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA512Managed_Sigma_1_m79804EC00CBC8F0D20BE70616EC68638D214718B (uint64_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = SHA512Managed_RotateRight_mBDF776FDFD740C24E0FA00A8B85FA472DC1CF873(L_0, ((int32_t)14), /*hidden argument*/NULL); uint64_t L_2 = ___x0; uint64_t L_3; L_3 = SHA512Managed_RotateRight_mBDF776FDFD740C24E0FA00A8B85FA472DC1CF873(L_2, ((int32_t)18), /*hidden argument*/NULL); uint64_t L_4 = ___x0; uint64_t L_5; L_5 = SHA512Managed_RotateRight_mBDF776FDFD740C24E0FA00A8B85FA472DC1CF873(L_4, ((int32_t)41), /*hidden argument*/NULL); return ((int64_t)((int64_t)((int64_t)((int64_t)L_1^(int64_t)L_3))^(int64_t)L_5)); } } // System.UInt64 System.Security.Cryptography.SHA512Managed::sigma_0(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA512Managed_sigma_0_m9E30C7ACBE777AF2C6B7BE41D4719E79B79F1D08 (uint64_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = SHA512Managed_RotateRight_mBDF776FDFD740C24E0FA00A8B85FA472DC1CF873(L_0, 1, /*hidden argument*/NULL); uint64_t L_2 = ___x0; uint64_t L_3; L_3 = SHA512Managed_RotateRight_mBDF776FDFD740C24E0FA00A8B85FA472DC1CF873(L_2, 8, /*hidden argument*/NULL); uint64_t L_4 = ___x0; return ((int64_t)((int64_t)((int64_t)((int64_t)L_1^(int64_t)L_3))^(int64_t)((int64_t)((uint64_t)L_4>>7)))); } } // System.UInt64 System.Security.Cryptography.SHA512Managed::sigma_1(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SHA512Managed_sigma_1_m83D69C945B32E005C5A7B14A42A93DF6D30547DC (uint64_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = SHA512Managed_RotateRight_mBDF776FDFD740C24E0FA00A8B85FA472DC1CF873(L_0, ((int32_t)19), /*hidden argument*/NULL); uint64_t L_2 = ___x0; uint64_t L_3; L_3 = SHA512Managed_RotateRight_mBDF776FDFD740C24E0FA00A8B85FA472DC1CF873(L_2, ((int32_t)61), /*hidden argument*/NULL); uint64_t L_4 = ___x0; return ((int64_t)((int64_t)((int64_t)((int64_t)L_1^(int64_t)L_3))^(int64_t)((int64_t)((uint64_t)L_4>>6)))); } } // System.Void System.Security.Cryptography.SHA512Managed::SHA512Expand(System.UInt64*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA512Managed_SHA512Expand_mE9FA37AA2A5A562DDD796AF276AC2CB3091DE77B (uint64_t* ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = ((int32_t)16); goto IL_0043; } IL_0005: { uint64_t* L_0 = ___x0; int32_t L_1 = V_0; uint64_t* L_2 = ___x0; int32_t L_3 = V_0; int64_t L_4 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)2))), (int32_t)8))))); IL2CPP_RUNTIME_CLASS_INIT(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var); uint64_t L_5; L_5 = SHA512Managed_sigma_1_m83D69C945B32E005C5A7B14A42A93DF6D30547DC(L_4, /*hidden argument*/NULL); uint64_t* L_6 = ___x0; int32_t L_7 = V_0; int64_t L_8 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)7))), (int32_t)8))))); uint64_t* L_9 = ___x0; int32_t L_10 = V_0; int64_t L_11 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)15)))), (int32_t)8))))); uint64_t L_12; L_12 = SHA512Managed_sigma_0_m9E30C7ACBE777AF2C6B7BE41D4719E79B79F1D08(L_11, /*hidden argument*/NULL); uint64_t* L_13 = ___x0; int32_t L_14 = V_0; int64_t L_15 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)((int32_t)16)))), (int32_t)8))))); *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_1), (int32_t)8))))) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_5, (int64_t)L_8)), (int64_t)L_12)), (int64_t)L_15)); int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0043: { int32_t L_17 = V_0; if ((((int32_t)L_17) < ((int32_t)((int32_t)80)))) { goto IL_0005; } } { return; } } // System.Void System.Security.Cryptography.SHA512Managed::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA512Managed__cctor_m162610BB795A8FA454FE453E8B2CC5CC4B80F556 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____90A0542282A011472F94E97CEAE59F8B3B1A3291_82_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)80)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____90A0542282A011472F94E97CEAE59F8B3B1A3291_82_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_StaticFields*)il2cpp_codegen_static_fields_for(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var))->set__K_8(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.String SR::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m942E78AC3ABE13F58075ED90094D6074CA5A7DC8 (String_t* ___resourceFormat0, RuntimeObject * ___p11, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_1 = ___resourceFormat0; RuntimeObject * L_2 = ___p11; String_t* L_3; L_3 = String_Format_m90ED4B078849D42FA1A7C5EB7AC7F74F235F6916(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.String SR::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_mC37B7FFABD101BCAE25EC9E803D264AEB7A98195 (String_t* ___resourceFormat0, RuntimeObject * ___p11, RuntimeObject * ___p22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_1 = ___resourceFormat0; RuntimeObject * L_2 = ___p11; RuntimeObject * L_3 = ___p22; String_t* L_4; L_4 = String_Format_m8892FAD3E9F1E11E6176840DC1EA0C40DF1F0C2B(L_0, 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 // System.Void System.STAThreadAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void STAThreadAttribute__ctor_mDD0880464830F1FCC47C8EA4255601AAF796A9A8 (STAThreadAttribute_t8B4D8EA9819CF25BE5B501A9482A670717F41702 * __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.Security.X509.SafeBag::.ctor(System.String,Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeBag__ctor_m8DC8E7C3A45BF0C2E41AFA80A681944C84806A6C (SafeBag_t20542357F349958B3A667B3FD6D5672C2AFADE2D * __this, String_t* ___bagOID0, ASN1_t517C1E52F12F8CBFE4C802915DC4F1DB70F83633 * ___asn11, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___bagOID0; __this->set__bagOID_0(L_0); ASN1_t517C1E52F12F8CBFE4C802915DC4F1DB70F83633 * L_1 = ___asn11; __this->set__asn1_1(L_1); return; } } // System.String Mono.Security.X509.SafeBag::get_BagOID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SafeBag_get_BagOID_m34B682BE6AF21591B237B66E530319AA0FB33471 (SafeBag_t20542357F349958B3A667B3FD6D5672C2AFADE2D * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__bagOID_0(); return L_0; } } // Mono.Security.ASN1 Mono.Security.X509.SafeBag::get_ASN1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_t517C1E52F12F8CBFE4C802915DC4F1DB70F83633 * SafeBag_get_ASN1_m179E8C7DEF7A08C7C56B85EA4EC72909E565C7F3 (SafeBag_t20542357F349958B3A667B3FD6D5672C2AFADE2D * __this, const RuntimeMethod* method) { { ASN1_t517C1E52F12F8CBFE4C802915DC4F1DB70F83633 * L_0 = __this->get__asn1_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.InteropServices.SafeBuffer::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeBuffer__ctor_m18D3C5E1979CFBBC778FFBF9346751BA4E35D19D (SafeBuffer_tABA0D0B754FCCF3625CD905D535296E353C630D2 * __this, bool ___ownsHandle0, const RuntimeMethod* method) { { bool L_0 = ___ownsHandle0; SafeHandleZeroOrMinusOneIsInvalid__ctor_m2F9172D39B936E24C9E1772C6DC583CC889A3312(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.InteropServices.SafeBuffer::AcquirePointer(System.Byte*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeBuffer_AcquirePointer_mF2745B215EA9EEAF8B667F263906CADA2039B760 (SafeBuffer_tABA0D0B754FCCF3625CD905D535296E353C630D2 * __this, uint8_t** ___pointer0, const RuntimeMethod* method) { bool V_0 = false; { bool L_0 = __this->get_inited_6(); if (L_0) { goto IL_000e; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SafeBuffer_AcquirePointer_mF2745B215EA9EEAF8B667F263906CADA2039B760_RuntimeMethod_var))); } IL_000e: { V_0 = (bool)0; SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(__this, (bool*)(&V_0), /*hidden argument*/NULL); bool L_2 = V_0; if (!L_2) { goto IL_0028; } } { uint8_t** L_3 = ___pointer0; intptr_t L_4 = ((SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B *)__this)->get_handle_0(); void* L_5; L_5 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_4, /*hidden argument*/NULL); *((intptr_t*)L_3) = (intptr_t)L_5; } IL_0028: { return; } } // System.Void System.Runtime.InteropServices.SafeBuffer::ReleasePointer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeBuffer_ReleasePointer_m5BEACF6127020A01A044F0C758D84C4A0E6A9D91 (SafeBuffer_tABA0D0B754FCCF3625CD905D535296E353C630D2 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_inited_6(); if (L_0) { goto IL_000e; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SafeBuffer_ReleasePointer_m5BEACF6127020A01A044F0C758D84C4A0E6A9D91_RuntimeMethod_var))); } IL_000e: { SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(__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 Microsoft.Win32.SafeHandles.SafeFileHandle::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeFileHandle__ctor_m6E697085DB6452C9CCD8DA25D409B02C08A832A0 (SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * __this, intptr_t ___preexistingHandle0, bool ___ownsHandle1, const RuntimeMethod* method) { { bool L_0 = ___ownsHandle1; SafeHandleZeroOrMinusOneIsInvalid__ctor_m2F9172D39B936E24C9E1772C6DC583CC889A3312(__this, L_0, /*hidden argument*/NULL); intptr_t L_1 = ___preexistingHandle0; SafeHandle_SetHandle_m3727BDA5C26E0220FA7BBE73C9E662774F5F1664_inline(__this, (intptr_t)L_1, /*hidden argument*/NULL); return; } } // System.Boolean Microsoft.Win32.SafeHandles.SafeFileHandle::ReleaseHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeFileHandle_ReleaseHandle_m0F4748980077A295C35901C2E769D48C70DB940D (SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoIO_t0C62EC04843C9D276C9DFB8B12D9D1FD8F81B24B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { intptr_t L_0 = ((SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B *)__this)->get_handle_0(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t0C62EC04843C9D276C9DFB8B12D9D1FD8F81B24B_il2cpp_TypeInfo_var); bool L_1; L_1 = MonoIO_Close_mAB7DE85AEE70F435A882061A465CD3E1A5B5CC5F((intptr_t)L_0, (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_2 = V_0; return (bool)((((int32_t)L_2) == ((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 Microsoft.Win32.SafeHandles.SafeFindHandle::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeFindHandle__ctor_m10301FB6434E2F9BBE529788999275D21AB4F042 (SafeFindHandle_t0E0D5349FC3144C1CAB2D20DCD3023B25833B8BD * __this, intptr_t ___preexistingHandle0, const RuntimeMethod* method) { { SafeHandleZeroOrMinusOneIsInvalid__ctor_m2F9172D39B936E24C9E1772C6DC583CC889A3312(__this, (bool)1, /*hidden argument*/NULL); intptr_t L_0 = ___preexistingHandle0; SafeHandle_SetHandle_m3727BDA5C26E0220FA7BBE73C9E662774F5F1664_inline(__this, (intptr_t)L_0, /*hidden argument*/NULL); return; } } // System.Boolean Microsoft.Win32.SafeHandles.SafeFindHandle::ReleaseHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeFindHandle_ReleaseHandle_mB1664778E960022F62EC07374E39AC03AD5F6331 (SafeFindHandle_t0E0D5349FC3144C1CAB2D20DCD3023B25833B8BD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoIO_t0C62EC04843C9D276C9DFB8B12D9D1FD8F81B24B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ((SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B *)__this)->get_handle_0(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t0C62EC04843C9D276C9DFB8B12D9D1FD8F81B24B_il2cpp_TypeInfo_var); bool L_1; L_1 = MonoIO_FindCloseFile_m490549AD62C3DA5F701C9FF78F7E1FFBD6ECF6DC((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.SafeGPtrArrayHandle::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeGPtrArrayHandle__ctor_m1CE478D8B81B12E5CD084F7377A130FEE6BA16E2 (SafeGPtrArrayHandle_tAEC97FDEAA1FFF2E1C1475EECB98B945EF86141A * __this, intptr_t ___ptr0, const RuntimeMethod* method) { { intptr_t L_0 = ___ptr0; RuntimeGPtrArrayHandle_tFFF90E5789EADA37BC5B24EE93680549771445B7 L_1; memset((&L_1), 0, sizeof(L_1)); RuntimeGPtrArrayHandle__ctor_mFB57C0F8B411C7D8379C2E857F5A4F056F481F87((&L_1), (intptr_t)L_0, /*hidden argument*/NULL); __this->set_handle_0(L_1); return; } } IL2CPP_EXTERN_C void SafeGPtrArrayHandle__ctor_m1CE478D8B81B12E5CD084F7377A130FEE6BA16E2_AdjustorThunk (RuntimeObject * __this, intptr_t ___ptr0, const RuntimeMethod* method) { SafeGPtrArrayHandle_tAEC97FDEAA1FFF2E1C1475EECB98B945EF86141A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); SafeGPtrArrayHandle__ctor_m1CE478D8B81B12E5CD084F7377A130FEE6BA16E2(_thisAdjusted, ___ptr0, method); } // System.Void Mono.SafeGPtrArrayHandle::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeGPtrArrayHandle_Dispose_m0E1A4936044F5169A6ADAD4A458BF9ED40C9255C (SafeGPtrArrayHandle_tAEC97FDEAA1FFF2E1C1475EECB98B945EF86141A * __this, const RuntimeMethod* method) { { RuntimeGPtrArrayHandle_tFFF90E5789EADA37BC5B24EE93680549771445B7 * L_0 = __this->get_address_of_handle_0(); RuntimeGPtrArrayHandle_DestroyAndFree_m5C8217884AAF37528DFE4CC79FD02F3A46038175((RuntimeGPtrArrayHandle_tFFF90E5789EADA37BC5B24EE93680549771445B7 *)L_0, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void SafeGPtrArrayHandle_Dispose_m0E1A4936044F5169A6ADAD4A458BF9ED40C9255C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { SafeGPtrArrayHandle_tAEC97FDEAA1FFF2E1C1475EECB98B945EF86141A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); SafeGPtrArrayHandle_Dispose_m0E1A4936044F5169A6ADAD4A458BF9ED40C9255C(_thisAdjusted, method); } // System.Int32 Mono.SafeGPtrArrayHandle::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SafeGPtrArrayHandle_get_Length_mBC655EA720E4C935687BF1FE0134E96EB7399394 (SafeGPtrArrayHandle_tAEC97FDEAA1FFF2E1C1475EECB98B945EF86141A * __this, const RuntimeMethod* method) { { RuntimeGPtrArrayHandle_tFFF90E5789EADA37BC5B24EE93680549771445B7 * L_0 = __this->get_address_of_handle_0(); int32_t L_1; L_1 = RuntimeGPtrArrayHandle_get_Length_m1A36E66AB05B70C9CD72A109A07C066D1B9CC6C2((RuntimeGPtrArrayHandle_tFFF90E5789EADA37BC5B24EE93680549771445B7 *)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t SafeGPtrArrayHandle_get_Length_mBC655EA720E4C935687BF1FE0134E96EB7399394_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { SafeGPtrArrayHandle_tAEC97FDEAA1FFF2E1C1475EECB98B945EF86141A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = SafeGPtrArrayHandle_get_Length_mBC655EA720E4C935687BF1FE0134E96EB7399394(_thisAdjusted, method); return _returnValue; } // System.IntPtr Mono.SafeGPtrArrayHandle::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafeGPtrArrayHandle_get_Item_mA2060DEBFD93AEA32F5A9876C397395004130BE7 (SafeGPtrArrayHandle_tAEC97FDEAA1FFF2E1C1475EECB98B945EF86141A * __this, int32_t ___i0, const RuntimeMethod* method) { { RuntimeGPtrArrayHandle_tFFF90E5789EADA37BC5B24EE93680549771445B7 * L_0 = __this->get_address_of_handle_0(); int32_t L_1 = ___i0; intptr_t L_2; L_2 = RuntimeGPtrArrayHandle_get_Item_m5C11CA8E83C5C850483569987388B8AEBF07523E((RuntimeGPtrArrayHandle_tFFF90E5789EADA37BC5B24EE93680549771445B7 *)L_0, L_1, /*hidden argument*/NULL); return (intptr_t)L_2; } } IL2CPP_EXTERN_C intptr_t SafeGPtrArrayHandle_get_Item_mA2060DEBFD93AEA32F5A9876C397395004130BE7_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { SafeGPtrArrayHandle_tAEC97FDEAA1FFF2E1C1475EECB98B945EF86141A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); intptr_t _returnValue; _returnValue = SafeGPtrArrayHandle_get_Item_mA2060DEBFD93AEA32F5A9876C397395004130BE7(_thisAdjusted, ___i0, method); return _returnValue; } #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.SafeHandle::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle__ctor_m30896EE9F6765AB918312A413BFA0349482C681C (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, intptr_t ___invalidHandleValue0, bool ___ownsHandle1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CriticalFinalizerObject__ctor_mB2B61C36ED7031FDCD35E835B7FB94CE326F67D9(__this, /*hidden argument*/NULL); intptr_t L_0 = ___invalidHandleValue0; __this->set_handle_0((intptr_t)L_0); __this->set__state_1(4); bool L_1 = ___ownsHandle1; __this->set__ownsHandle_2(L_1); bool L_2 = ___ownsHandle1; if (L_2) { goto IL_0024; } } { IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__this, /*hidden argument*/NULL); } IL_0024: { __this->set__fullyInitialized_3((bool)1); return; } } // System.Void System.Runtime.InteropServices.SafeHandle::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_Finalize_m7241663596A5A5643A4567D349D631CF327BCD47 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __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(6 /* System.Void System.Runtime.InteropServices.SafeHandle::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) CriticalFinalizerObject_Finalize_m74EDAAC1806CF742F4016552520D67EB88606F72(__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.Runtime.InteropServices.SafeHandle::SetHandle(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_SetHandle_m3727BDA5C26E0220FA7BBE73C9E662774F5F1664 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, intptr_t ___handle0, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; __this->set_handle_0((intptr_t)L_0); return; } } // System.IntPtr System.Runtime.InteropServices.SafeHandle::DangerousGetHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_handle_0(); return (intptr_t)L_0; } } // System.Boolean System.Runtime.InteropServices.SafeHandle::get_IsClosed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeHandle_get_IsClosed_mD81377BB0EE9380CB82B2D846A5F5F7D9A880AD8 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__state_1(); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)1))) == ((int32_t)1))? 1 : 0); } } // System.Void System.Runtime.InteropServices.SafeHandle::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_Close_m20EA2E782117C132170FEF59CAD4BC4D20D64E18 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method) { { VirtualActionInvoker1< bool >::Invoke(6 /* System.Void System.Runtime.InteropServices.SafeHandle::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Void System.Runtime.InteropServices.SafeHandle::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_Dispose_mFFFB9D0CAE3EEE02F0D3DA250D5E52F0DD51B098 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method) { { VirtualActionInvoker1< bool >::Invoke(6 /* System.Void System.Runtime.InteropServices.SafeHandle::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Void System.Runtime.InteropServices.SafeHandle::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_Dispose_m31204D43201B52D2F9C2C539ED910C4C98107307 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; if (!L_0) { goto IL_000a; } } { SafeHandle_InternalDispose_m26A708350DC39A3110494A737868252438595892(__this, /*hidden argument*/NULL); return; } IL_000a: { SafeHandle_InternalFinalize_m450E945EAC225F90AD842DC74E2D993C13DAA74F(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.InteropServices.SafeHandle::SetHandleAsInvalid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_SetHandleAsInvalid_mDBC8602C0898E2264AC71AB019F69FA211230926 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) IL2CPP_LEAVE(0x24, FINALLY_0002); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0002; } FINALLY_0002: {// begin finally (depth: 1) { int32_t L_0 = __this->get__state_1(); V_0 = L_0; int32_t L_1 = V_0; V_1 = ((int32_t)((int32_t)L_1|(int32_t)1)); int32_t* L_2 = __this->get_address_of__state_1(); int32_t L_3 = V_1; int32_t L_4 = V_0; int32_t L_5; L_5 = Interlocked_CompareExchange_m317AD9524376B7BE74DD9069346E345F2B131382((int32_t*)L_2, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto FINALLY_0002; } } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(2) } }// end finally (depth: 1) IL2CPP_CLEANUP(2) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x24, IL_0024) } IL_0024: { return; } } // System.Void System.Runtime.InteropServices.SafeHandle::DangerousAddRef(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, bool* ___success0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) IL2CPP_LEAVE(0x40, FINALLY_0002); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0002; } FINALLY_0002: {// begin finally (depth: 1) { bool L_0 = __this->get__fullyInitialized_3(); if (L_0) { goto IL_0010; } } IL_000a: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB_RuntimeMethod_var))); } IL_0010: { int32_t L_2 = __this->get__state_1(); V_0 = L_2; int32_t L_3 = V_0; if (!((int32_t)((int32_t)L_3&(int32_t)1))) { goto IL_0028; } } IL_001c: { ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_4 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mC830C2F97D5314DF72EEFFE749E7F7FB467D0382(L_4, (String_t*)NULL, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC4F51A4821E029315A62676EA2F35E7F3587EDC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB_RuntimeMethod_var))); } IL_0028: { int32_t L_5 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)4)); int32_t* L_6 = __this->get_address_of__state_1(); int32_t L_7 = V_1; int32_t L_8 = V_0; int32_t L_9; L_9 = Interlocked_CompareExchange_m317AD9524376B7BE74DD9069346E345F2B131382((int32_t*)L_6, L_7, L_8, /*hidden argument*/NULL); int32_t L_10 = V_0; if ((!(((uint32_t)L_9) == ((uint32_t)L_10)))) { goto IL_0010; } } IL_003c: { bool* L_11 = ___success0; *((int8_t*)L_11) = (int8_t)1; IL2CPP_END_FINALLY(2) } }// end finally (depth: 1) IL2CPP_CLEANUP(2) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x40, IL_0040) } IL_0040: { return; } } // System.Void System.Runtime.InteropServices.SafeHandle::DangerousRelease() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method) { { SafeHandle_DangerousReleaseInternal_m3BA2756878D9509B0CD1DC6D55BAFEBC0BC5098B(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.InteropServices.SafeHandle::InternalDispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_InternalDispose_m26A708350DC39A3110494A737868252438595892 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__fullyInitialized_3(); if (L_0) { goto IL_000e; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SafeHandle_InternalDispose_m26A708350DC39A3110494A737868252438595892_RuntimeMethod_var))); } IL_000e: { SafeHandle_DangerousReleaseInternal_m3BA2756878D9509B0CD1DC6D55BAFEBC0BC5098B(__this, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.InteropServices.SafeHandle::InternalFinalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_InternalFinalize_m450E945EAC225F90AD842DC74E2D993C13DAA74F (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__fullyInitialized_3(); if (!L_0) { goto IL_000f; } } { SafeHandle_DangerousReleaseInternal_m3BA2756878D9509B0CD1DC6D55BAFEBC0BC5098B(__this, (bool)1, /*hidden argument*/NULL); } IL_000f: { return; } } // System.Void System.Runtime.InteropServices.SafeHandle::DangerousReleaseInternal(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousReleaseInternal_m3BA2756878D9509B0CD1DC6D55BAFEBC0BC5098B (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, bool ___dispose0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) IL2CPP_LEAVE(0xAB, FINALLY_0005); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0005; } FINALLY_0005: {// begin finally (depth: 1) { bool L_0 = __this->get__fullyInitialized_3(); if (L_0) { goto IL_0013; } } IL_000d: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SafeHandle_DangerousReleaseInternal_m3BA2756878D9509B0CD1DC6D55BAFEBC0BC5098B_RuntimeMethod_var))); } IL_0013: { V_2 = (bool)0; } IL_0015: { int32_t L_2 = __this->get__state_1(); V_0 = L_2; bool L_3 = ___dispose0; if (!L_3) { goto IL_0028; } } IL_001f: { int32_t L_4 = V_0; if (!((int32_t)((int32_t)L_4&(int32_t)2))) { goto IL_0028; } } IL_0024: { V_2 = (bool)0; goto IL_00a0; } IL_0028: { int32_t L_5 = V_0; if (((int32_t)((int32_t)L_5&(int32_t)((int32_t)2147483644)))) { goto IL_003d; } } IL_0031: { ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_6 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mC830C2F97D5314DF72EEFFE749E7F7FB467D0382(L_6, (String_t*)NULL, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC4F51A4821E029315A62676EA2F35E7F3587EDC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SafeHandle_DangerousReleaseInternal_m3BA2756878D9509B0CD1DC6D55BAFEBC0BC5098B_RuntimeMethod_var))); } IL_003d: { int32_t L_7 = V_0; if ((((int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)2147483644)))) == ((int32_t)4))) { goto IL_004b; } } IL_0047: { V_2 = (bool)0; goto IL_006e; } IL_004b: { int32_t L_8 = V_0; if (!((int32_t)((int32_t)L_8&(int32_t)1))) { goto IL_0054; } } IL_0050: { V_2 = (bool)0; goto IL_006e; } IL_0054: { bool L_9 = __this->get__ownsHandle_2(); if (L_9) { goto IL_0060; } } IL_005c: { V_2 = (bool)0; goto IL_006e; } IL_0060: { bool L_10; L_10 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Runtime.InteropServices.SafeHandle::get_IsInvalid() */, __this); if (!L_10) { goto IL_006c; } } IL_0068: { V_2 = (bool)0; goto IL_006e; } IL_006c: { V_2 = (bool)1; } IL_006e: { int32_t L_11 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)2147483644))), (int32_t)4)); int32_t L_12 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483644)))) == ((uint32_t)4)))) { goto IL_0086; } } IL_0082: { int32_t L_13 = V_1; V_1 = ((int32_t)((int32_t)L_13|(int32_t)1)); } IL_0086: { bool L_14 = ___dispose0; if (!L_14) { goto IL_008d; } } IL_0089: { int32_t L_15 = V_1; V_1 = ((int32_t)((int32_t)L_15|(int32_t)2)); } IL_008d: { int32_t* L_16 = __this->get_address_of__state_1(); int32_t L_17 = V_1; int32_t L_18 = V_0; int32_t L_19; L_19 = Interlocked_CompareExchange_m317AD9524376B7BE74DD9069346E345F2B131382((int32_t*)L_16, L_17, L_18, /*hidden argument*/NULL); int32_t L_20 = V_0; if ((!(((uint32_t)L_19) == ((uint32_t)L_20)))) { goto IL_0015; } } IL_00a0: { bool L_21 = V_2; if (!L_21) { goto IL_00aa; } } IL_00a3: { bool L_22; L_22 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Runtime.InteropServices.SafeHandle::ReleaseHandle() */, __this); } IL_00aa: { IL2CPP_END_FINALLY(5) } }// end finally (depth: 1) IL2CPP_CLEANUP(5) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xAB, IL_00ab) } IL_00ab: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandleZeroOrMinusOneIsInvalid__ctor_m2F9172D39B936E24C9E1772C6DC583CC889A3312 (SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 * __this, bool ___ownsHandle0, 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; } { bool L_0 = ___ownsHandle0; SafeHandle__ctor_m30896EE9F6765AB918312A413BFA0349482C681C(__this, (intptr_t)(0), L_0, /*hidden argument*/NULL); return; } } // System.Boolean Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid::get_IsInvalid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeHandleZeroOrMinusOneIsInvalid_get_IsInvalid_mDEB1ADC01B0C021B5A6C74DDD7CC7ABDC7D84A12 (SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 * __this, const RuntimeMethod* method) { { intptr_t* L_0 = ((SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B *)__this)->get_address_of_handle_0(); bool L_1; L_1 = IntPtr_IsNull_m4F73FDEC9D6C90AE4CFEE3A10EBFA887E361A983((intptr_t*)L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001f; } } { intptr_t L_2 = ((SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B *)__this)->get_handle_0(); intptr_t L_3; memset((&L_3), 0, sizeof(L_3)); IntPtr__ctor_m45FB8E0F6CB286B157BBBE5CF5B586E9E66F1097((&L_3), (-1), /*hidden argument*/NULL); bool L_4; L_4 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_2, (intptr_t)L_3, /*hidden argument*/NULL); return L_4; } IL_001f: { 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 Microsoft.Win32.SafeHandles.SafeRegistryHandle::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeRegistryHandle__ctor_m7BC500D6E14E49035ED8D6CD86FB42CDDF8E195C (SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 * __this, intptr_t ___preexistingHandle0, bool ___ownsHandle1, const RuntimeMethod* method) { { bool L_0 = ___ownsHandle1; SafeHandleZeroOrMinusOneIsInvalid__ctor_m2F9172D39B936E24C9E1772C6DC583CC889A3312(__this, L_0, /*hidden argument*/NULL); intptr_t L_1 = ___preexistingHandle0; SafeHandle_SetHandle_m3727BDA5C26E0220FA7BBE73C9E662774F5F1664_inline(__this, (intptr_t)L_1, /*hidden argument*/NULL); return; } } // System.Boolean Microsoft.Win32.SafeHandles.SafeRegistryHandle::ReleaseHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeRegistryHandle_ReleaseHandle_mA8AB8D1AE86D5322B1AEAEB733CC505775EA8FB5 (SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 * __this, 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.Runtime.Serialization.SafeSerializationEventArgs::.ctor(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationEventArgs__ctor_m848574E8F6FFB4990B78D5DECA80E6D2B337E06A (SafeSerializationEventArgs_t9127408272D435E33674CC75CBDC5124DA7F3E4A * __this, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_0 = (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)il2cpp_codegen_object_new(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_il2cpp_TypeInfo_var); List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B(L_0, /*hidden argument*/List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_RuntimeMethod_var); __this->set_m_serializedStates_2(L_0); IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571(__this, /*hidden argument*/NULL); StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext0; __this->set_m_streamingContext_1(L_1); return; } } // System.Collections.Generic.IList`1 System.Runtime.Serialization.SafeSerializationEventArgs::get_SerializedStates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SafeSerializationEventArgs_get_SerializedStates_mEF4F664315B61EBA8B489F1CBC9F682DFDFCC7C3 (SafeSerializationEventArgs_t9127408272D435E33674CC75CBDC5124DA7F3E4A * __this, const RuntimeMethod* method) { { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_0 = __this->get_m_serializedStates_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Serialization.SafeSerializationManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationManager__ctor_m838EBDF8E7C9C753A28AA319FC7FBCA8C2421B58 (SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.SafeSerializationManager::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationManager__ctor_m54BA94B223192E63A25F6F38C74071BCE5F6D08F (SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_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*)&_stringLiteral1A3C1689D7EF4C5FF1B09D7ABB71ADFC0EB41EAD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE69C7D65DA16F4E39011325723CA366807224D8B); s_Il2CppMethodInitialized = true; } RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_0 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_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_GetValueNoThrow_mA1F5663511899C588B39643FF53002717A84DFF3(L_0, _stringLiteralE69C7D65DA16F4E39011325723CA366807224D8B, L_2, /*hidden argument*/NULL); V_0 = ((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)IsInstClass((RuntimeObject*)L_3, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); bool L_5; L_5 = RuntimeType_op_Equality_m8A22BBB7101C4F761562D1C12628DAFACC000848(L_4, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_004b; } } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_6 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_7, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject * L_9; L_9 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_6, _stringLiteral1A3C1689D7EF4C5FF1B09D7ABB71ADFC0EB41EAD, L_8, /*hidden argument*/NULL); __this->set_m_serializedStates_0(((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)IsInstClass((RuntimeObject*)L_9, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_il2cpp_TypeInfo_var))); return; } IL_004b: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_10 = V_0; __this->set_m_realType_3(L_10); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_11 = ___info0; __this->set_m_savedSerializationInfo_1(L_11); return; } } // System.Boolean System.Runtime.Serialization.SafeSerializationManager::get_IsActive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeSerializationManager_get_IsActive_m966E9212DADEA963FF36B5550ED998CF8323E58F (SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * __this, const RuntimeMethod* method) { { EventHandler_1_t1C27C79D0946B5B6968F4A351CFED838F67D7517 * L_0 = __this->get_SerializeObjectState_4(); return (bool)((!(((RuntimeObject*)(EventHandler_1_t1C27C79D0946B5B6968F4A351CFED838F67D7517 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Void System.Runtime.Serialization.SafeSerializationManager::CompleteSerialization(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationManager_CompleteSerialization_m21FF43658ED9F14671CBE2AA923F62D43C8BDD5A (SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * __this, RuntimeObject * ___serializedObject0, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info1, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_1_Invoke_mCE907C9BBB836F3C3C93DCBB6587A9604230B644_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeSerializationEventArgs_t9127408272D435E33674CC75CBDC5124DA7F3E4A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE69C7D65DA16F4E39011325723CA366807224D8B); s_Il2CppMethodInitialized = true; } EventHandler_1_t1C27C79D0946B5B6968F4A351CFED838F67D7517 * V_0 = NULL; SafeSerializationEventArgs_t9127408272D435E33674CC75CBDC5124DA7F3E4A * V_1 = NULL; { __this->set_m_serializedStates_0((RuntimeObject*)NULL); EventHandler_1_t1C27C79D0946B5B6968F4A351CFED838F67D7517 * L_0 = __this->get_SerializeObjectState_4(); V_0 = L_0; EventHandler_1_t1C27C79D0946B5B6968F4A351CFED838F67D7517 * L_1 = V_0; if (!L_1) { goto IL_0057; } } { StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_2 = ___context2; SafeSerializationEventArgs_t9127408272D435E33674CC75CBDC5124DA7F3E4A * L_3 = (SafeSerializationEventArgs_t9127408272D435E33674CC75CBDC5124DA7F3E4A *)il2cpp_codegen_object_new(SafeSerializationEventArgs_t9127408272D435E33674CC75CBDC5124DA7F3E4A_il2cpp_TypeInfo_var); SafeSerializationEventArgs__ctor_m848574E8F6FFB4990B78D5DECA80E6D2B337E06A(L_3, L_2, /*hidden argument*/NULL); V_1 = L_3; EventHandler_1_t1C27C79D0946B5B6968F4A351CFED838F67D7517 * L_4 = V_0; RuntimeObject * L_5 = ___serializedObject0; SafeSerializationEventArgs_t9127408272D435E33674CC75CBDC5124DA7F3E4A * L_6 = V_1; NullCheck(L_4); EventHandler_1_Invoke_mCE907C9BBB836F3C3C93DCBB6587A9604230B644(L_4, L_5, L_6, /*hidden argument*/EventHandler_1_Invoke_mCE907C9BBB836F3C3C93DCBB6587A9604230B644_RuntimeMethod_var); SafeSerializationEventArgs_t9127408272D435E33674CC75CBDC5124DA7F3E4A * L_7 = V_1; NullCheck(L_7); RuntimeObject* L_8; L_8 = SafeSerializationEventArgs_get_SerializedStates_mEF4F664315B61EBA8B489F1CBC9F682DFDFCC7C3_inline(L_7, /*hidden argument*/NULL); __this->set_m_serializedStates_0(L_8); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_9 = ___info1; RuntimeObject * L_10 = ___serializedObject0; NullCheck(L_10); Type_t * L_11; L_11 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_10, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13; L_13 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_12, /*hidden argument*/NULL); NullCheck(L_9); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_9, _stringLiteralE69C7D65DA16F4E39011325723CA366807224D8B, L_11, L_13, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_14 = ___info1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F_0_0_0_var) }; Type_t * L_16; L_16 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_15, /*hidden argument*/NULL); NullCheck(L_14); SerializationInfo_SetType_mD6F11DC42FDE78E7E8A58BC3D9E248E21BB37275(L_14, L_16, /*hidden argument*/NULL); } IL_0057: { return; } } // System.Void System.Runtime.Serialization.SafeSerializationManager::CompleteDeserialization(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationManager_CompleteDeserialization_mC357CF96DD5A1EB75C65216AEF421E1A31747A7C (SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * __this, RuntimeObject * ___deserializedObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t2DC97C7D486BF9E077C2BC2E517E434F393AA76E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISafeSerializationData_t9EC67E74116A2A132D0C94669ACA99DCA5F8EE6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = __this->get_m_serializedStates_0(); if (!L_0) { goto IL_003b; } } { RuntimeObject* L_1 = __this->get_m_serializedStates_0(); 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_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D_il2cpp_TypeInfo_var, L_1); V_0 = L_2; } IL_0014: try {// begin try (depth: 1) { goto IL_0027; } IL_0016: { RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t2DC97C7D486BF9E077C2BC2E517E434F393AA76E_il2cpp_TypeInfo_var, L_3); RuntimeObject * L_5 = ___deserializedObject0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_4, ISafeSerializationData_t9EC67E74116A2A132D0C94669ACA99DCA5F8EE6A_il2cpp_TypeInfo_var))); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void System.Runtime.Serialization.ISafeSerializationData::CompleteDeserialization(System.Object) */, ISafeSerializationData_t9EC67E74116A2A132D0C94669ACA99DCA5F8EE6A_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_4, ISafeSerializationData_t9EC67E74116A2A132D0C94669ACA99DCA5F8EE6A_il2cpp_TypeInfo_var)), L_5); } IL_0027: { RuntimeObject* L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); if (L_7) { goto IL_0016; } } IL_002f: { IL2CPP_LEAVE(0x3B, FINALLY_0031); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0031; } FINALLY_0031: {// begin finally (depth: 1) { RuntimeObject* L_8 = V_0; if (!L_8) { goto IL_003a; } } IL_0034: { RuntimeObject* L_9 = V_0; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_9); } IL_003a: { IL2CPP_END_FINALLY(49) } }// end finally (depth: 1) IL2CPP_CLEANUP(49) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3B, IL_003b) } IL_003b: { return; } } // System.Void System.Runtime.Serialization.SafeSerializationManager::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationManager_System_Runtime_Serialization_ISerializable_GetObjectData_mA8C43F92732B9AE1472DB052FFA215140BA4589D (SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4B3FD058D8258912C29201B30BB45FABB8BFD5D1_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A3C1689D7EF4C5FF1B09D7ABB71ADFC0EB41EAD); s_Il2CppMethodInitialized = true; } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; RuntimeObject* L_1 = __this->get_m_serializedStates_0(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (List_1_t4B3FD058D8258912C29201B30BB45FABB8BFD5D1_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); NullCheck(L_0); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_0, _stringLiteral1A3C1689D7EF4C5FF1B09D7ABB71ADFC0EB41EAD, L_1, L_3, /*hidden argument*/NULL); return; } } // System.Object System.Runtime.Serialization.SafeSerializationManager::System.Runtime.Serialization.IObjectReference.GetRealObject(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SafeSerializationManager_System_Runtime_Serialization_IObjectReference_GetRealObject_m9F5E74CA761C0EECE76461C7BC86FE78D20DA0C6 (SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * __this, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatterServices_t346CDF3874B4B34E7FFFCA2288D9AB1492F6A21C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * V_0 = NULL; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_1 = NULL; RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB * V_2 = NULL; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_3 = NULL; RuntimeObject * V_4 = NULL; { RuntimeObject * L_0 = __this->get_m_realObject_2(); if (!L_0) { goto IL_000f; } } { RuntimeObject * L_1 = __this->get_m_realObject_2(); return L_1; } IL_000f: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_2 = __this->get_m_realType_3(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); bool L_3; L_3 = RuntimeType_op_Equality_m8A22BBB7101C4F761562D1C12628DAFACC000848(L_2, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_001f; } } { return __this; } IL_001f: { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_4 = (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 *)il2cpp_codegen_object_new(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8_il2cpp_TypeInfo_var); Stack__ctor_m7B7EA279423863156F25A04362D9FE6C89FAFE70(L_4, /*hidden argument*/NULL); V_0 = L_4; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_5 = __this->get_m_realType_3(); V_1 = L_5; } IL_002c: { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_6 = V_0; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_7 = V_1; NullCheck(L_6); VirtualActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_6, L_7); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_8 = V_1; NullCheck(L_8); Type_t * L_9; L_9 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_8); V_1 = ((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)IsInstClass((RuntimeObject*)L_9, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_10 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_11, /*hidden argument*/NULL); bool L_13; L_13 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_10, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_002c; } } { V_2 = (RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB *)NULL; V_3 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)NULL; } IL_0055: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_14 = V_1; V_3 = L_14; Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_15 = V_0; NullCheck(L_15); RuntimeObject * L_16; L_16 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_15); V_1 = ((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)IsInstClass((RuntimeObject*)L_16, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_17 = V_1; NullCheck(L_17); RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB * L_18; L_18 = RuntimeType_GetSerializationCtor_mE8FEF4773EDA55C296A8AB792D6AE21A99964C31(L_17, /*hidden argument*/NULL); V_2 = L_18; RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB * L_19 = V_2; IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var); bool L_20; L_20 = ConstructorInfo_op_Inequality_m14EF5800ABCDCE484FEC9C73ED6D84E8343442CC(L_19, (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)NULL, /*hidden argument*/NULL); if (!L_20) { goto IL_007b; } } { RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB * L_21 = V_2; NullCheck(L_21); bool L_22; L_22 = VirtualFuncInvoker0< bool >::Invoke(29 /* System.Boolean System.Reflection.MethodBase::get_IsSecurityCritical() */, L_21); if (L_22) { goto IL_0055; } } IL_007b: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_23 = V_3; RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB * L_24; L_24 = ObjectManager_GetConstructor_m43B7B63AAF9051980D4EC980148A122751844705(L_23, /*hidden argument*/NULL); V_2 = L_24; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_25 = __this->get_m_realType_3(); IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t346CDF3874B4B34E7FFFCA2288D9AB1492F6A21C_il2cpp_TypeInfo_var); RuntimeObject * L_26; L_26 = FormatterServices_GetUninitializedObject_m1FF0BDED3B566135DCDA1FCF98DABC5C907C5EA7(L_25, /*hidden argument*/NULL); V_4 = L_26; RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB * L_27 = V_2; RuntimeObject * L_28 = V_4; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_29 = __this->get_m_savedSerializationInfo_1(); StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_30 = ___context0; NullCheck(L_27); RuntimeConstructorInfo_SerializationInvoke_m3794272F3D68C70D43F98C25C9D676686826D8CC(L_27, L_28, L_29, L_30, /*hidden argument*/NULL); __this->set_m_savedSerializationInfo_1((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)NULL); __this->set_m_realType_3((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)NULL); RuntimeObject * L_31 = V_4; __this->set_m_realObject_2(L_31); RuntimeObject * L_32 = V_4; return L_32; } } // System.Void System.Runtime.Serialization.SafeSerializationManager::OnDeserialized(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationManager_OnDeserialized_mA04FF173313809C5ABF49602AE241E66A9A9A0A5 (SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * __this, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = __this->get_m_realObject_2(); if (!L_0) { goto IL_002b; } } { RuntimeObject * L_1 = __this->get_m_realObject_2(); NullCheck(L_1); Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var); SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * L_3; L_3 = SerializationEventsCache_GetSerializationEventsForType_m30C850151B947349C476FFC773EED0D28A3696E4(L_2, /*hidden argument*/NULL); RuntimeObject * L_4 = __this->get_m_realObject_2(); StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_5 = ___context0; NullCheck(L_3); SerializationEvents_InvokeOnDeserialized_mCC595E632FC9734C51917D05054BD4217F619988(L_3, L_4, L_5, /*hidden argument*/NULL); __this->set_m_realObject_2(NULL); } IL_002b: { 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: Mono.SafeStringMarshal IL2CPP_EXTERN_C void SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E_marshal_pinvoke(const SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E& unmarshaled, SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E_marshaled_pinvoke& marshaled) { marshaled.___str_0 = il2cpp_codegen_marshal_string(unmarshaled.get_str_0()); marshaled.___marshaled_string_1 = unmarshaled.get_marshaled_string_1(); } IL2CPP_EXTERN_C void SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E_marshal_pinvoke_back(const SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E_marshaled_pinvoke& marshaled, SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E& unmarshaled) { unmarshaled.set_str_0(il2cpp_codegen_marshal_string_result(marshaled.___str_0)); intptr_t unmarshaled_marshaled_string_temp_1; memset((&unmarshaled_marshaled_string_temp_1), 0, sizeof(unmarshaled_marshaled_string_temp_1)); unmarshaled_marshaled_string_temp_1 = marshaled.___marshaled_string_1; unmarshaled.set_marshaled_string_1(unmarshaled_marshaled_string_temp_1); } // Conversion method for clean up from marshalling of: Mono.SafeStringMarshal IL2CPP_EXTERN_C void SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E_marshal_pinvoke_cleanup(SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___str_0); marshaled.___str_0 = NULL; } // Conversion methods for marshalling of: Mono.SafeStringMarshal IL2CPP_EXTERN_C void SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E_marshal_com(const SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E& unmarshaled, SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E_marshaled_com& marshaled) { marshaled.___str_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_str_0()); marshaled.___marshaled_string_1 = unmarshaled.get_marshaled_string_1(); } IL2CPP_EXTERN_C void SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E_marshal_com_back(const SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E_marshaled_com& marshaled, SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E& unmarshaled) { unmarshaled.set_str_0(il2cpp_codegen_marshal_bstring_result(marshaled.___str_0)); intptr_t unmarshaled_marshaled_string_temp_1; memset((&unmarshaled_marshaled_string_temp_1), 0, sizeof(unmarshaled_marshaled_string_temp_1)); unmarshaled_marshaled_string_temp_1 = marshaled.___marshaled_string_1; unmarshaled.set_marshaled_string_1(unmarshaled_marshaled_string_temp_1); } // Conversion method for clean up from marshalling of: Mono.SafeStringMarshal IL2CPP_EXTERN_C void SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E_marshal_com_cleanup(SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___str_0); marshaled.___str_0 = NULL; } // System.IntPtr Mono.SafeStringMarshal::StringToUtf8(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafeStringMarshal_StringToUtf8_mB00F4D90F320CF40A49513D07B851A8FAA83163F (String_t* ___str0, const RuntimeMethod* method) { typedef intptr_t (*SafeStringMarshal_StringToUtf8_mB00F4D90F320CF40A49513D07B851A8FAA83163F_ftn) (String_t*); using namespace il2cpp::icalls; return ((SafeStringMarshal_StringToUtf8_mB00F4D90F320CF40A49513D07B851A8FAA83163F_ftn)mscorlib::Mono::SafeStringMarshal::StringToUtf8) (___str0); } // System.Void Mono.SafeStringMarshal::GFree(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeStringMarshal_GFree_mAF2A1D5C7650BEB0394790744C57821578165307 (intptr_t ___ptr0, const RuntimeMethod* method) { typedef void (*SafeStringMarshal_GFree_mAF2A1D5C7650BEB0394790744C57821578165307_ftn) (intptr_t); using namespace il2cpp::icalls; ((SafeStringMarshal_GFree_mAF2A1D5C7650BEB0394790744C57821578165307_ftn)mscorlib::Mono::SafeStringMarshal::GFree) (___ptr0); } // System.Void Mono.SafeStringMarshal::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeStringMarshal__ctor_mBEBAD02E80F76D6F113497335D268D95071447F5 (SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E * __this, String_t* ___str0, 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; } { String_t* L_0 = ___str0; __this->set_str_0(L_0); __this->set_marshaled_string_1((intptr_t)(0)); return; } } IL2CPP_EXTERN_C void SafeStringMarshal__ctor_mBEBAD02E80F76D6F113497335D268D95071447F5_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, const RuntimeMethod* method) { SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); SafeStringMarshal__ctor_mBEBAD02E80F76D6F113497335D268D95071447F5(_thisAdjusted, ___str0, method); } // System.IntPtr Mono.SafeStringMarshal::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafeStringMarshal_get_Value_mD0B8EA958C1C12A83AC7C6FFB2E09E850FD4A605 (SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E * __this, 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; } { intptr_t L_0 = __this->get_marshaled_string_1(); bool L_1; L_1 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_002b; } } { String_t* L_2 = __this->get_str_0(); if (!L_2) { goto IL_002b; } } { String_t* L_3 = __this->get_str_0(); intptr_t L_4; L_4 = SafeStringMarshal_StringToUtf8_mB00F4D90F320CF40A49513D07B851A8FAA83163F(L_3, /*hidden argument*/NULL); __this->set_marshaled_string_1((intptr_t)L_4); } IL_002b: { intptr_t L_5 = __this->get_marshaled_string_1(); return (intptr_t)L_5; } } IL2CPP_EXTERN_C intptr_t SafeStringMarshal_get_Value_mD0B8EA958C1C12A83AC7C6FFB2E09E850FD4A605_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); intptr_t _returnValue; _returnValue = SafeStringMarshal_get_Value_mD0B8EA958C1C12A83AC7C6FFB2E09E850FD4A605(_thisAdjusted, method); return _returnValue; } // System.Void Mono.SafeStringMarshal::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeStringMarshal_Dispose_m2F0E59FDFD69FF5F1DCF195B2D5D7D6246F71C37 (SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E * __this, 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; } { intptr_t L_0 = __this->get_marshaled_string_1(); bool L_1; L_1 = IntPtr_op_Inequality_m212AF0E66AA81FEDC982B1C8A44ADDA24B995EB8((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0028; } } { intptr_t L_2 = __this->get_marshaled_string_1(); SafeStringMarshal_GFree_mAF2A1D5C7650BEB0394790744C57821578165307((intptr_t)L_2, /*hidden argument*/NULL); __this->set_marshaled_string_1((intptr_t)(0)); } IL_0028: { return; } } IL2CPP_EXTERN_C void SafeStringMarshal_Dispose_m2F0E59FDFD69FF5F1DCF195B2D5D7D6246F71C37_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { SafeStringMarshal_t3F5BD5E96CFBAF124814DED946144CF39A82F11E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); SafeStringMarshal_Dispose_m2F0E59FDFD69FF5F1DCF195B2D5D7D6246F71C37(_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.Void Microsoft.Win32.SafeHandles.SafeWaitHandle::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeWaitHandle__ctor_mABE9A7F29A09ECD2B86643417576C1FF40707601 (SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * __this, intptr_t ___existingHandle0, bool ___ownsHandle1, const RuntimeMethod* method) { { bool L_0 = ___ownsHandle1; SafeHandleZeroOrMinusOneIsInvalid__ctor_m2F9172D39B936E24C9E1772C6DC583CC889A3312(__this, L_0, /*hidden argument*/NULL); intptr_t L_1 = ___existingHandle0; SafeHandle_SetHandle_m3727BDA5C26E0220FA7BBE73C9E662774F5F1664_inline(__this, (intptr_t)L_1, /*hidden argument*/NULL); return; } } // System.Boolean Microsoft.Win32.SafeHandles.SafeWaitHandle::ReleaseHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeWaitHandle_ReleaseHandle_mA90212C81175DD9C553A6225D8189616BF005670 (SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * __this, const RuntimeMethod* method) { { intptr_t L_0 = ((SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B *)__this)->get_handle_0(); NativeEventCalls_CloseEvent_internal_m8DB26D6030B3551AACE03685AC4D34786D2F5E88((intptr_t)L_0, /*hidden argument*/NULL); 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.Resources.SatelliteContractVersionAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SatelliteContractVersionAttribute__ctor_m561BB905628D77D6D09110E2C1427B313E8A3215 (SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2 * __this, String_t* ___version0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___version0; if (L_0) { goto IL_0014; } } { 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*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SatelliteContractVersionAttribute__ctor_m561BB905628D77D6D09110E2C1427B313E8A3215_RuntimeMethod_var))); } IL_0014: { String_t* L_2 = ___version0; __this->set__version_0(L_2); return; } } // System.String System.Resources.SatelliteContractVersionAttribute::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SatelliteContractVersionAttribute_get_Version_mE8FFADCA6FE09FC10431B09B8105D5C1BBD9B74D (SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__version_0(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.SearchResult::.ctor(System.String,System.String,Microsoft.Win32.Win32Native/WIN32_FIND_DATA) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SearchResult__ctor_m4F95C99805E9F1E7C920008793229E0D0640C18A (SearchResult_t01645319F2B5E9C2948FE1F409A4450F4512880A * __this, String_t* ___fullPath0, String_t* ___userPath1, WIN32_FIND_DATA_tE88493B22E1CDD2E595CA4F800949555399AB3C7 * ___findData2, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___fullPath0; __this->set_fullPath_0(L_0); String_t* L_1 = ___userPath1; __this->set_userPath_1(L_1); WIN32_FIND_DATA_tE88493B22E1CDD2E595CA4F800949555399AB3C7 * L_2 = ___findData2; __this->set_findData_2(L_2); return; } } // System.String System.IO.SearchResult::get_UserPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SearchResult_get_UserPath_m8BE4CCF0C93E4ED3A8DB8ACD715B2DD727A8CC27 (SearchResult_t01645319F2B5E9C2948FE1F409A4450F4512880A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_userPath_1(); return L_0; } } // Microsoft.Win32.Win32Native/WIN32_FIND_DATA System.IO.SearchResult::get_FindData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WIN32_FIND_DATA_tE88493B22E1CDD2E595CA4F800949555399AB3C7 * SearchResult_get_FindData_mB3F24409DD2EBE22B5838554A6C7CE678CFF0F5B (SearchResult_t01645319F2B5E9C2948FE1F409A4450F4512880A * __this, const RuntimeMethod* method) { { WIN32_FIND_DATA_tE88493B22E1CDD2E595CA4F800949555399AB3C7 * L_0 = __this->get_findData_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.SecureString::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureString__ctor_mF8E66ECEFAED82FEA8BA89D9C460BC8586A36574 (SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); SecureString_Alloc_m12CB84170380793D29E11A739EBCD113954A3CF4(__this, 8, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Security.SecureString::.ctor(System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureString__ctor_mEE9D2ACBD5D7C7BD4D6F544B75C2C1D8C52D2E20 (SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * __this, Il2CppChar* ___value0, int32_t ___length1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Il2CppChar* L_0 = ___value0; if ((!(((uintptr_t)L_0) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0016; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecureString__ctor_mEE9D2ACBD5D7C7BD4D6F544B75C2C1D8C52D2E20_RuntimeMethod_var))); } IL_0016: { int32_t L_2 = ___length1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0022; } } { int32_t L_3 = ___length1; if ((((int32_t)L_3) <= ((int32_t)((int32_t)65536)))) { goto IL_0032; } } IL_0022: { 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_mE43AFC74F5F3932913C023A04B24905E093C5005(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCFC95EB9646DF0B4757C50988914497092D166DE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecureString__ctor_mEE9D2ACBD5D7C7BD4D6F544B75C2C1D8C52D2E20_RuntimeMethod_var))); } IL_0032: { int32_t L_5 = ___length1; __this->set_length_0(L_5); int32_t L_6 = ___length1; SecureString_Alloc_m12CB84170380793D29E11A739EBCD113954A3CF4(__this, L_6, (bool)0, /*hidden argument*/NULL); V_0 = 0; V_1 = 0; goto IL_0071; } IL_0047: { Il2CppChar* L_7 = ___value0; Il2CppChar* L_8 = (Il2CppChar*)L_7; ___value0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)2)); int32_t L_9 = *((uint16_t*)L_8); V_2 = L_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_data_2(); int32_t L_11 = V_0; int32_t L_12 = L_11; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); Il2CppChar L_13 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_12), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_13>>(int32_t)8))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_data_2(); int32_t L_15 = V_0; int32_t L_16 = L_15; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); Il2CppChar L_17 = V_2; NullCheck(L_14); (L_14)->SetAt(static_cast(L_16), (uint8_t)((int32_t)((uint8_t)L_17))); int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0071: { int32_t L_19 = V_1; int32_t L_20 = ___length1; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0047; } } { SecureString_Encrypt_mBF10995C02F74FF45E284F23FC6D4D46E53A5A41(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.Security.SecureString::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecureString_get_Length_m4A884487AD076042360A85CC20763ADF974F369D (SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_disposed_1(); if (!L_0) { goto IL_0013; } } { ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_1 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral661F0058CACF83FC657371A630D1B05AD4283099)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecureString_get_Length_m4A884487AD076042360A85CC20763ADF974F369D_RuntimeMethod_var))); } IL_0013: { int32_t L_2 = __this->get_length_0(); return L_2; } } // System.Void System.Security.SecureString::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureString_Dispose_mC8539D8B871685B567F40FC028C8F19C23368DF3 (SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * __this, const RuntimeMethod* method) { { __this->set_disposed_1((bool)1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_data_2(); if (!L_0) { goto IL_002a; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_data_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_data_2(); NullCheck(L_2); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_1, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), /*hidden argument*/NULL); __this->set_data_2((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); } IL_002a: { __this->set_length_0(0); return; } } // System.Void System.Security.SecureString::Encrypt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureString_Encrypt_mBF10995C02F74FF45E284F23FC6D4D46E53A5A41 (SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * __this, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_data_2(); if (!L_0) { goto IL_0010; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_data_2(); NullCheck(L_1); } IL_0010: { return; } } // System.Void System.Security.SecureString::Decrypt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureString_Decrypt_mFB2620F6B38014056C2F0D23D5C923FEF1B82EAB (SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * __this, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_data_2(); if (!L_0) { goto IL_0010; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_data_2(); NullCheck(L_1); } IL_0010: { return; } } // System.Void System.Security.SecureString::Alloc(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureString_Alloc_m12CB84170380793D29E11A739EBCD113954A3CF4 (SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * __this, int32_t ___length0, bool ___realloc1, 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); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t G_B5_0 = 0; int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; { int32_t L_0 = ___length0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000c; } } { int32_t L_1 = ___length0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)65536)))) { goto IL_001c; } } IL_000c: { 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*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCFC95EB9646DF0B4757C50988914497092D166DE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecureString_Alloc_m12CB84170380793D29E11A739EBCD113954A3CF4_RuntimeMethod_var))); } IL_001c: { int32_t L_3 = ___length0; int32_t L_4 = ___length0; G_B4_0 = ((int32_t)((int32_t)L_3>>(int32_t)3)); if (!((int32_t)((int32_t)L_4&(int32_t)7))) { G_B5_0 = ((int32_t)((int32_t)L_3>>(int32_t)3)); goto IL_0027; } } { G_B6_0 = 1; G_B6_1 = G_B4_0; goto IL_0028; } IL_0027: { G_B6_0 = 0; G_B6_1 = G_B5_0; } IL_0028: { V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)G_B6_1, (int32_t)G_B6_0))<<(int32_t)4)); bool L_5 = ___realloc1; if (!L_5) { goto IL_0043; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_data_2(); if (!L_6) { goto IL_0043; } } { int32_t L_7 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_data_2(); NullCheck(L_8); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))))))) { goto IL_0043; } } { return; } IL_0043: { bool L_9 = ___realloc1; if (!L_9) { goto IL_0087; } } { int32_t L_10 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_10); V_1 = L_11; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_data_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_data_2(); NullCheck(L_14); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_1; NullCheck(L_15); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_16; L_16 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))), ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), /*hidden argument*/NULL); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_12, 0, (RuntimeArray *)(RuntimeArray *)L_13, 0, L_16, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = __this->get_data_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = __this->get_data_2(); NullCheck(L_18); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_17, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_1; __this->set_data_2(L_19); return; } IL_0087: { int32_t L_20 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_20); __this->set_data_2(L_21); return; } } // System.Byte[] System.Security.SecureString::GetBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SecureString_GetBuffer_mDD46C811DBDD7D9849F53779582A2DC5018969B1 (SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * __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* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_length_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_0<<(int32_t)1))); V_0 = L_1; } IL_000e: try {// begin try (depth: 1) SecureString_Decrypt_mFB2620F6B38014056C2F0D23D5C923FEF1B82EAB(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_data_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; NullCheck(L_4); Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_2, 0, (RuntimeArray *)(RuntimeArray *)L_3, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), /*hidden argument*/NULL); IL2CPP_LEAVE(0x2E, FINALLY_0027); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0027; } FINALLY_0027: {// begin finally (depth: 1) SecureString_Encrypt_mBF10995C02F74FF45E284F23FC6D4D46E53A5A41(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(39) }// end finally (depth: 1) IL2CPP_CLEANUP(39) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.SecurityDocument::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityDocument__ctor_mCF80C410DE4DE2F4A6C0EE6724EED1E1236697C1 (SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * __this, int32_t ___numData0, 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; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___numData0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); __this->set_m_data_0(L_1); return; } } // System.Void System.Security.SecurityDocument::GuaranteeSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityDocument_GuaranteeSize_m07CEA998FB796E94BB5C5C13BAC05DB70DAC98A0 (SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * __this, int32_t ___size0, 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; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_m_data_0(); NullCheck(L_0); int32_t L_1 = ___size0; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) >= ((int32_t)L_1))) { goto IL_0037; } } { int32_t L_2 = ___size0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_2/(int32_t)((int32_t)32))), (int32_t)1)), (int32_t)((int32_t)32)))); V_0 = L_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_m_data_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_m_data_0(); NullCheck(L_6); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; __this->set_m_data_0(L_7); } IL_0037: { return; } } // 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) { int32_t V_0 = 0; { int32_t* L_0 = ___position1; int32_t L_1 = *((int32_t*)L_0); String_t* L_2 = ___str0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); SecurityDocument_GuaranteeSize_m07CEA998FB796E94BB5C5C13BAC05DB70DAC98A0(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)2)))), (int32_t)2)), /*hidden argument*/NULL); V_0 = 0; goto IL_004f; } IL_0017: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_m_data_0(); int32_t* L_5 = ___position1; int32_t L_6 = *((int32_t*)L_5); int32_t L_7 = V_0; String_t* L_8 = ___str0; int32_t L_9 = V_0; NullCheck(L_8); Il2CppChar L_10; L_10 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, L_9, /*hidden argument*/NULL); NullCheck(L_4); (L_4)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_7))))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_10>>(int32_t)8))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = __this->get_m_data_0(); int32_t* L_12 = ___position1; int32_t L_13 = *((int32_t*)L_12); int32_t L_14 = V_0; String_t* L_15 = ___str0; int32_t L_16 = V_0; NullCheck(L_15); Il2CppChar L_17; L_17 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_15, L_16, /*hidden argument*/NULL); NullCheck(L_11); (L_11)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_14)))), (int32_t)1))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_17&(int32_t)((int32_t)255)))))); int32_t L_18 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_004f: { int32_t L_19 = V_0; String_t* L_20 = ___str0; NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_20, /*hidden argument*/NULL); if ((((int32_t)L_19) < ((int32_t)L_21))) { goto IL_0017; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = __this->get_m_data_0(); int32_t* L_23 = ___position1; int32_t L_24 = *((int32_t*)L_23); String_t* L_25 = ___str0; NullCheck(L_25); int32_t L_26; L_26 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_25, /*hidden argument*/NULL); NullCheck(L_22); (L_22)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_26, (int32_t)2))))), (uint8_t)0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = __this->get_m_data_0(); int32_t* L_28 = ___position1; int32_t L_29 = *((int32_t*)L_28); String_t* L_30 = ___str0; NullCheck(L_30); int32_t L_31; L_31 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_30, /*hidden argument*/NULL); NullCheck(L_27); (L_27)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_31, (int32_t)2)))), (int32_t)1))), (uint8_t)0); int32_t* L_32 = ___position1; int32_t* L_33 = ___position1; int32_t L_34 = *((int32_t*)L_33); String_t* L_35 = ___str0; NullCheck(L_35); int32_t L_36; L_36 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_35, /*hidden argument*/NULL); *((int32_t*)L_32) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_36, (int32_t)2)), (int32_t)2)))); return; } } // 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) { { int32_t* L_0 = ___position1; int32_t L_1 = *((int32_t*)L_0); if ((((int32_t)L_1) <= ((int32_t)1))) { goto IL_001f; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_m_data_0(); int32_t* L_3 = ___position1; int32_t L_4 = *((int32_t*)L_3); NullCheck(L_2); int32_t L_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); uint8_t L_6 = (L_2)->GetAt(static_cast(L_5)); if (L_6) { goto IL_001f; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_m_data_0(); int32_t* L_8 = ___position1; int32_t L_9 = *((int32_t*)L_8); NullCheck(L_7); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)2)); uint8_t L_11 = (L_7)->GetAt(static_cast(L_10)); if (!L_11) { goto IL_0025; } } IL_001f: { XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * L_12 = (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_il2cpp_TypeInfo_var))); XmlSyntaxException__ctor_m1BF2F08A80B5C96E8115AD8DD0EFE198B9F6016B(L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityDocument_AppendString_mEFABE7593F59D4562AD165D9B65F17D514C83C60_RuntimeMethod_var))); } IL_0025: { int32_t* L_13 = ___position1; int32_t* L_14 = ___position1; int32_t L_15 = *((int32_t*)L_14); *((int32_t*)L_13) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)2)); String_t* L_16 = ___str0; int32_t* L_17 = ___position1; SecurityDocument_AddString_mD466726DDB7FB9F2520079F849A6D7D76426F8EF(__this, L_16, (int32_t*)L_17, /*hidden argument*/NULL); return; } } // 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) { { String_t* L_0 = ___str0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)2)), (int32_t)2)); } } // System.String System.Security.SecurityDocument::GetString(System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityDocument_GetString_mDC138FBE5DBF3BC58832D2EB5DBB01F2773FC5AD (SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * __this, int32_t* ___position0, bool ___bCreate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * V_1 = NULL; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; int32_t V_4 = 0; String_t* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t* L_0 = ___position0; int32_t L_1 = *((int32_t*)L_0); V_0 = L_1; goto IL_001f; } IL_0005: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_m_data_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; uint8_t L_5 = (L_2)->GetAt(static_cast(L_4)); if (L_5) { goto IL_001b; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_m_data_0(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); if (!L_9) { goto IL_002c; } } IL_001b: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)); } IL_001f: { int32_t L_11 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_m_data_0(); NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), (int32_t)1))))) { goto IL_0005; } } IL_002c: { IL2CPP_RUNTIME_CLASS_INIT(SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var); StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * L_13; L_13 = SharedStatics_GetSharedStringMaker_m2A440B9AB8C7E96A575BF3C5D13B02A2DFEC3D10(/*hidden argument*/NULL); V_1 = L_13; } IL_0032: try {// begin try (depth: 1) { bool L_14 = ___bCreate1; if (!L_14) { goto IL_00d6; } } IL_0038: { StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * L_15 = V_1; NullCheck(L_15); L_15->set__outStringBuilder_3((StringBuilder_t *)NULL); StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * L_16 = V_1; NullCheck(L_16); L_16->set__outIndex_5(0); int32_t* L_17 = ___position0; int32_t L_18 = *((int32_t*)L_17); V_2 = L_18; goto IL_00cf; } IL_004e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = __this->get_m_data_0(); int32_t L_20 = V_2; NullCheck(L_19); int32_t L_21 = L_20; uint8_t L_22 = (L_19)->GetAt(static_cast(L_21)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = __this->get_m_data_0(); int32_t L_24 = V_2; NullCheck(L_23); int32_t L_25 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); uint8_t L_26 = (L_23)->GetAt(static_cast(L_25)); V_3 = ((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_22<<(int32_t)8))|(int32_t)L_26)))); StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * L_27 = V_1; NullCheck(L_27); int32_t L_28 = L_27->get__outIndex_5(); if ((((int32_t)L_28) >= ((int32_t)((int32_t)512)))) { goto IL_0090; } } IL_0072: { StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * L_29 = V_1; NullCheck(L_29); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_30 = L_29->get__outChars_4(); StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * L_31 = V_1; StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * L_32 = L_31; NullCheck(L_32); int32_t L_33 = L_32->get__outIndex_5(); V_4 = L_33; int32_t L_34 = V_4; NullCheck(L_32); L_32->set__outIndex_5(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1))); int32_t L_35 = V_4; Il2CppChar L_36 = V_3; NullCheck(L_30); (L_30)->SetAt(static_cast(L_35), (Il2CppChar)L_36); goto IL_00cb; } IL_0090: { StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * L_37 = V_1; NullCheck(L_37); StringBuilder_t * L_38 = L_37->get__outStringBuilder_3(); if (L_38) { goto IL_00a3; } } IL_0098: { StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * L_39 = V_1; StringBuilder_t * L_40 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_40, /*hidden argument*/NULL); NullCheck(L_39); L_39->set__outStringBuilder_3(L_40); } IL_00a3: { StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * L_41 = V_1; NullCheck(L_41); StringBuilder_t * L_42 = L_41->get__outStringBuilder_3(); StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * L_43 = V_1; NullCheck(L_43); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_44 = L_43->get__outChars_4(); NullCheck(L_42); StringBuilder_t * L_45; L_45 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_42, L_44, 0, ((int32_t)512), /*hidden argument*/NULL); StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * L_46 = V_1; NullCheck(L_46); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_47 = L_46->get__outChars_4(); Il2CppChar L_48 = V_3; NullCheck(L_47); (L_47)->SetAt(static_cast(0), (Il2CppChar)L_48); StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * L_49 = V_1; NullCheck(L_49); L_49->set__outIndex_5(1); } IL_00cb: { int32_t L_50 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)2)); } IL_00cf: { int32_t L_51 = V_2; int32_t L_52 = V_0; if ((((int32_t)L_51) < ((int32_t)L_52))) { goto IL_004e; } } IL_00d6: { int32_t* L_53 = ___position0; int32_t L_54 = V_0; *((int32_t*)L_53) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)2)); bool L_55 = ___bCreate1; if (!L_55) { goto IL_00e8; } } IL_00de: { StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * L_56 = V_1; NullCheck(L_56); String_t* L_57; L_57 = StringMaker_MakeString_mF76D096DEEAFC550825121C36EB3CEA6406F2CAE(L_56, /*hidden argument*/NULL); V_5 = L_57; IL2CPP_LEAVE(0xF5, FINALLY_00ed); } IL_00e8: { V_5 = (String_t*)NULL; IL2CPP_LEAVE(0xF5, FINALLY_00ed); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ed; } FINALLY_00ed: {// begin finally (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var); SharedStatics_ReleaseSharedStringMaker_m4BB0323DC7E2A8FD1D7EEA8FB4D1865AA6171D23((StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 **)(&V_1), /*hidden argument*/NULL); IL2CPP_END_FINALLY(237) }// end finally (depth: 1) IL2CPP_CLEANUP(237) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF5, IL_00f5) } IL_00f5: { String_t* L_58 = V_5; return L_58; } } // 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) { int32_t V_0 = 0; { int32_t* L_0 = ___position1; int32_t L_1 = *((int32_t*)L_0); SecurityDocument_GuaranteeSize_m07CEA998FB796E94BB5C5C13BAC05DB70DAC98A0(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_m_data_0(); int32_t* L_3 = ___position1; int32_t* L_4 = ___position1; int32_t L_5 = *((int32_t*)L_4); V_0 = L_5; int32_t L_6 = V_0; *((int32_t*)L_3) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); int32_t L_7 = V_0; uint8_t L_8 = ___b0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_7), (uint8_t)L_8); return; } } // System.Security.SecurityElement System.Security.SecurityDocument::GetRootElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_tB9682077760936136392270197F642224B2141CC * SecurityDocument_GetRootElement_m0736DC13D95F43AD70A11DD301027C76E7CD265B (SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * __this, const RuntimeMethod* method) { { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_0; L_0 = SecurityDocument_GetElement_m6221DF7A67810143AB03171BB95CA2F1654AF9C1(__this, 0, (bool)1, /*hidden argument*/NULL); return L_0; } } // System.Security.SecurityElement System.Security.SecurityDocument::GetElement(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_tB9682077760936136392270197F642224B2141CC * SecurityDocument_GetElement_m6221DF7A67810143AB03171BB95CA2F1654AF9C1 (SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * __this, int32_t ___position0, bool ___bCreate1, const RuntimeMethod* method) { { bool L_0 = ___bCreate1; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_1; L_1 = SecurityDocument_InternalGetElement_m94B8A423F605344AAD89E4006A5EEA6BF84A9AFC(__this, (int32_t*)(&___position0), L_0, /*hidden argument*/NULL); return L_1; } } // System.Security.SecurityElement System.Security.SecurityDocument::InternalGetElement(System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_tB9682077760936136392270197F642224B2141CC * SecurityDocument_InternalGetElement_m94B8A423F605344AAD89E4006A5EEA6BF84A9AFC (SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * __this, int32_t* ___position0, bool ___bCreate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SecurityElement_tB9682077760936136392270197F642224B2141CC * V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; SecurityElement_tB9682077760936136392270197F642224B2141CC * V_6 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_m_data_0(); NullCheck(L_0); int32_t* L_1 = ___position0; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) > ((int32_t)L_2))) { goto IL_0012; } } { XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * L_3 = (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_il2cpp_TypeInfo_var))); XmlSyntaxException__ctor_m1BF2F08A80B5C96E8115AD8DD0EFE198B9F6016B(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityDocument_InternalGetElement_m94B8A423F605344AAD89E4006A5EEA6BF84A9AFC_RuntimeMethod_var))); } IL_0012: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_m_data_0(); int32_t* L_5 = ___position0; int32_t* L_6 = ___position0; int32_t L_7 = *((int32_t*)L_6); V_2 = L_7; int32_t L_8 = V_2; *((int32_t*)L_5) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); int32_t L_9 = V_2; NullCheck(L_4); int32_t L_10 = L_9; uint8_t L_11 = (L_4)->GetAt(static_cast(L_10)); if ((((int32_t)L_11) == ((int32_t)1))) { goto IL_002b; } } { XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * L_12 = (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_il2cpp_TypeInfo_var))); XmlSyntaxException__ctor_m1BF2F08A80B5C96E8115AD8DD0EFE198B9F6016B(L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityDocument_InternalGetElement_m94B8A423F605344AAD89E4006A5EEA6BF84A9AFC_RuntimeMethod_var))); } IL_002b: { V_0 = (SecurityElement_tB9682077760936136392270197F642224B2141CC *)NULL; int32_t* L_13 = ___position0; bool L_14 = ___bCreate1; String_t* L_15; L_15 = SecurityDocument_GetString_mDC138FBE5DBF3BC58832D2EB5DBB01F2773FC5AD(__this, (int32_t*)L_13, L_14, /*hidden argument*/NULL); V_1 = L_15; bool L_16 = ___bCreate1; if (!L_16) { goto IL_0067; } } { String_t* L_17 = V_1; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_18 = (SecurityElement_tB9682077760936136392270197F642224B2141CC *)il2cpp_codegen_object_new(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); SecurityElement__ctor_m8352E5DACBF8CD356106E2DFFDF39079B2F31FC3(L_18, L_17, /*hidden argument*/NULL); V_0 = L_18; goto IL_0067; } IL_0042: { int32_t* L_19 = ___position0; int32_t* L_20 = ___position0; int32_t L_21 = *((int32_t*)L_20); *((int32_t*)L_19) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); int32_t* L_22 = ___position0; bool L_23 = ___bCreate1; String_t* L_24; L_24 = SecurityDocument_GetString_mDC138FBE5DBF3BC58832D2EB5DBB01F2773FC5AD(__this, (int32_t*)L_22, L_23, /*hidden argument*/NULL); V_3 = L_24; int32_t* L_25 = ___position0; bool L_26 = ___bCreate1; String_t* L_27; L_27 = SecurityDocument_GetString_mDC138FBE5DBF3BC58832D2EB5DBB01F2773FC5AD(__this, (int32_t*)L_25, L_26, /*hidden argument*/NULL); V_4 = L_27; bool L_28 = ___bCreate1; if (!L_28) { goto IL_0067; } } { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_29 = V_0; String_t* L_30 = V_3; String_t* L_31 = V_4; NullCheck(L_29); SecurityElement_AddAttribute_m27E27E930F492BC7AD32352A8FF22DC516D487B1(L_29, L_30, L_31, /*hidden argument*/NULL); } IL_0067: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = __this->get_m_data_0(); int32_t* L_33 = ___position0; int32_t L_34 = *((int32_t*)L_33); NullCheck(L_32); int32_t L_35 = L_34; uint8_t L_36 = (L_32)->GetAt(static_cast(L_35)); if ((((int32_t)L_36) == ((int32_t)2))) { goto IL_0042; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = __this->get_m_data_0(); int32_t* L_38 = ___position0; int32_t L_39 = *((int32_t*)L_38); NullCheck(L_37); int32_t L_40 = L_39; uint8_t L_41 = (L_37)->GetAt(static_cast(L_40)); if ((!(((uint32_t)L_41) == ((uint32_t)3)))) { goto IL_00b1; } } { int32_t* L_42 = ___position0; int32_t* L_43 = ___position0; int32_t L_44 = *((int32_t*)L_43); *((int32_t*)L_42) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); int32_t* L_45 = ___position0; bool L_46 = ___bCreate1; String_t* L_47; L_47 = SecurityDocument_GetString_mDC138FBE5DBF3BC58832D2EB5DBB01F2773FC5AD(__this, (int32_t*)L_45, L_46, /*hidden argument*/NULL); V_5 = L_47; bool L_48 = ___bCreate1; if (!L_48) { goto IL_00b1; } } { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_49 = V_0; String_t* L_50 = V_5; NullCheck(L_49); SecurityElement_set_m_strText_m51AF1B1DBAEFB35B865F2E9016BE8D7004C59749_inline(L_49, L_50, /*hidden argument*/NULL); goto IL_00b1; } IL_009c: { int32_t* L_51 = ___position0; bool L_52 = ___bCreate1; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_53; L_53 = SecurityDocument_InternalGetElement_m94B8A423F605344AAD89E4006A5EEA6BF84A9AFC(__this, (int32_t*)L_51, L_52, /*hidden argument*/NULL); V_6 = L_53; bool L_54 = ___bCreate1; if (!L_54) { goto IL_00b1; } } { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_55 = V_0; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_56 = V_6; NullCheck(L_55); SecurityElement_AddChild_m6342B0169BF927C26E29FB709922CF18B7B04A8C(L_55, L_56, /*hidden argument*/NULL); } IL_00b1: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_57 = __this->get_m_data_0(); int32_t* L_58 = ___position0; int32_t L_59 = *((int32_t*)L_58); NullCheck(L_57); int32_t L_60 = L_59; uint8_t L_61 = (L_57)->GetAt(static_cast(L_60)); if ((!(((uint32_t)L_61) == ((uint32_t)4)))) { goto IL_009c; } } { int32_t* L_62 = ___position0; int32_t* L_63 = ___position0; int32_t L_64 = *((int32_t*)L_63); *((int32_t*)L_62) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_65 = V_0; return L_65; } } #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.SecurityElement::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement__ctor_m8352E5DACBF8CD356106E2DFFDF39079B2F31FC3 (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, String_t* ___tag0, const RuntimeMethod* method) { { String_t* L_0 = ___tag0; SecurityElement__ctor_mE4CB1F91F341E630499AE68F4595AD33332CDCC4(__this, L_0, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Security.SecurityElement::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement__ctor_mE4CB1F91F341E630499AE68F4595AD33332CDCC4 (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, String_t* ___tag0, String_t* ___text1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___tag0; if (L_0) { goto IL_0014; } } { 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*)&_stringLiteral9FF7A8A0CF603B20A1F5510A7D95439FF5AF3A56)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityElement__ctor_mE4CB1F91F341E630499AE68F4595AD33332CDCC4_RuntimeMethod_var))); } IL_0014: { String_t* L_2 = ___tag0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); bool L_3; L_3 = SecurityElement_IsValidTag_mF140C0CD8F79EC59EBC52481443E9779399FD46B(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0037; } } { String_t* L_4; L_4 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2C18CAE33F84BF38B18743DA1DCA6D5A5FADA3B6)), /*hidden argument*/NULL); String_t* L_5 = ___tag0; String_t* L_6; L_6 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1168E92C164109D6220480DEDA987085B2A21155)), L_5, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityElement__ctor_mE4CB1F91F341E630499AE68F4595AD33332CDCC4_RuntimeMethod_var))); } IL_0037: { String_t* L_8 = ___tag0; __this->set_tag_1(L_8); String_t* L_9 = ___text1; SecurityElement_set_Text_m50C49AF9AB471FC6463C750BF60864F973FB8F5B(__this, L_9, /*hidden argument*/NULL); return; } } // System.Collections.Hashtable System.Security.SecurityElement::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * SecurityElement_get_Attributes_mA467F06D4325F864B5C503F8D0B2B9F388F308F5 (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_0 = NULL; RuntimeObject* V_1 = NULL; SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_attributes_2(); if (L_0) { goto IL_000a; } } { return (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)NULL; } IL_000a: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = __this->get_attributes_2(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_mF6B704809ABE222280933EA170B6664286C91FDC(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = __this->get_attributes_2(); NullCheck(L_4); RuntimeObject* L_5; L_5 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_4); V_1 = L_5; } IL_0027: try {// begin try (depth: 1) { goto IL_0047; } IL_0029: { RuntimeObject* L_6 = V_1; 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); V_2 = ((SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 *)CastclassClass((RuntimeObject*)L_7, SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232_il2cpp_TypeInfo_var)); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8 = V_0; SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 * L_9 = V_2; NullCheck(L_9); String_t* L_10; L_10 = SecurityAttribute_get_Name_mFA4470D7F3F4C76D496D31CD68A902D5B5C16AE3_inline(L_9, /*hidden argument*/NULL); SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 * L_11 = V_2; NullCheck(L_11); String_t* L_12; L_12 = SecurityAttribute_get_Value_m33AC435FB87281EB8C2B513A42D00E4C7A72CA33_inline(L_11, /*hidden argument*/NULL); NullCheck(L_8); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_8, L_10, L_12); } IL_0047: { RuntimeObject* L_13 = V_1; NullCheck(L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_0029; } } 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_15 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_3; if (!L_16) { goto IL_0061; } } IL_005b: { RuntimeObject* L_17 = V_3; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_17); } IL_0061: { IL2CPP_END_FINALLY(81) } }// end finally (depth: 1) IL2CPP_CLEANUP(81) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x62, IL_0062) } IL_0062: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_18 = V_0; return L_18; } } // System.Collections.ArrayList System.Security.SecurityElement::get_Children() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * SecurityElement_get_Children_m0A791499F680EA728013F3B967C338E7A1FD982C (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_children_3(); return L_0; } } // System.String System.Security.SecurityElement::get_Tag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_get_Tag_m8BA00994A828B53D54AE63E3E8462E3DF37614BD (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_tag_1(); return L_0; } } // System.String System.Security.SecurityElement::get_Text() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_get_Text_mBC8D68ED46B1E3677EDF7CE379AC12BF5834C08F (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_text_0(); return L_0; } } // System.Void System.Security.SecurityElement::set_Text(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_set_Text_m50C49AF9AB471FC6463C750BF60864F973FB8F5B (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (!L_0) { goto IL_0026; } } { String_t* L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); bool L_2; L_2 = SecurityElement_IsValidText_mEB3AF13AE775D105AC12E1EBDA281A33C405C74C(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0026; } } { String_t* L_3; L_3 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2C18CAE33F84BF38B18743DA1DCA6D5A5FADA3B6)), /*hidden argument*/NULL); String_t* L_4 = ___value0; String_t* L_5; L_5 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1168E92C164109D6220480DEDA987085B2A21155)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityElement_set_Text_m50C49AF9AB471FC6463C750BF60864F973FB8F5B_RuntimeMethod_var))); } IL_0026: { String_t* L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); String_t* L_8; L_8 = SecurityElement_Unescape_m9E74766CB8A119E75EBE2462975F5D2F32EE41FE(L_7, /*hidden argument*/NULL); __this->set_text_0(L_8); return; } } // 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) { 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*)&SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; 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*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityElement_AddAttribute_m27E27E930F492BC7AD32352A8FF22DC516D487B1_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___value1; 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityElement_AddAttribute_m27E27E930F492BC7AD32352A8FF22DC516D487B1_RuntimeMethod_var))); } IL_001c: { String_t* L_4 = ___name0; SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 * L_5; L_5 = SecurityElement_GetAttribute_m609C227FD32162E814E6BD5857A702A76A1D1415(__this, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003b; } } { String_t* L_6 = ___name0; String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3599BCE4C3713ED65393B80811E75DA444BC8743)), L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityElement_AddAttribute_m27E27E930F492BC7AD32352A8FF22DC516D487B1_RuntimeMethod_var))); } IL_003b: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_10 = __this->get_attributes_2(); if (L_10) { goto IL_004e; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_11 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_11, /*hidden argument*/NULL); __this->set_attributes_2(L_11); } IL_004e: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_12 = __this->get_attributes_2(); String_t* L_13 = ___name0; String_t* L_14 = ___value1; SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 * L_15 = (SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 *)il2cpp_codegen_object_new(SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232_il2cpp_TypeInfo_var); SecurityAttribute__ctor_mE03DE11B5708AEC919142F20F9E3A8F01FD594AF(L_15, L_13, L_14, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_16; L_16 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_12, L_15); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_0 = ___child0; 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*)&_stringLiteralB89A9E497FE060358B47BF674186310F20697B2E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityElement_AddChild_m6342B0169BF927C26E29FB709922CF18B7B04A8C_RuntimeMethod_var))); } IL_000e: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = __this->get_children_3(); if (L_2) { goto IL_0021; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_3, /*hidden argument*/NULL); __this->set_children_3(L_3); } IL_0021: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = __this->get_children_3(); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_5 = ___child0; NullCheck(L_4); int32_t L_6; L_6 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_4, L_5); return; } } // System.String System.Security.SecurityElement::Escape(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_Escape_mF3E97399212441EDAE64CF66FF916351809AFA6F (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral202D5AEF51C14B19CFE144337C7FDB3B9A7C7387); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7AE05DE7E37F7C0C46151B22648E1D7156C0F837); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81FECCD01231D97EE6D7C17B8F5531FE1A6D533E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC7AFC69BFA0D3853573E4A41A19EBA2C80E84642); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE7270C80B176C288F0786D9BFAC99EED86E77F8); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; { String_t* L_0 = ___str0; if (L_0) { goto IL_0005; } } { return (String_t*)NULL; } IL_0005: { String_t* L_1 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ((SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var))->get_invalid_chars_8(); NullCheck(L_1); int32_t L_3; L_3 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_1, L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_0015; } } { String_t* L_4 = ___str0; return L_4; } IL_0015: { StringBuilder_t * L_5 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_5, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = ___str0; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); V_1 = L_7; V_2 = 0; goto IL_00a2; } IL_0026: { String_t* L_8 = ___str0; int32_t L_9 = V_2; NullCheck(L_8); Il2CppChar L_10; L_10 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, L_9, /*hidden argument*/NULL); V_3 = L_10; Il2CppChar L_11 = V_3; if ((!(((uint32_t)L_11) <= ((uint32_t)((int32_t)38))))) { goto IL_003f; } } { Il2CppChar L_12 = V_3; if ((((int32_t)L_12) == ((int32_t)((int32_t)34)))) { goto IL_006c; } } { Il2CppChar L_13 = V_3; if ((((int32_t)L_13) == ((int32_t)((int32_t)38)))) { goto IL_0088; } } { goto IL_0096; } IL_003f: { Il2CppChar L_14 = V_3; if ((((int32_t)L_14) == ((int32_t)((int32_t)39)))) { goto IL_007a; } } { Il2CppChar L_15 = V_3; if ((((int32_t)L_15) == ((int32_t)((int32_t)60)))) { goto IL_0050; } } { Il2CppChar L_16 = V_3; if ((((int32_t)L_16) == ((int32_t)((int32_t)62)))) { goto IL_005e; } } { goto IL_0096; } IL_0050: { StringBuilder_t * L_17 = V_0; NullCheck(L_17); StringBuilder_t * L_18; L_18 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_17, _stringLiteralDE7270C80B176C288F0786D9BFAC99EED86E77F8, /*hidden argument*/NULL); goto IL_009e; } IL_005e: { StringBuilder_t * L_19 = V_0; NullCheck(L_19); StringBuilder_t * L_20; L_20 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_19, _stringLiteral7AE05DE7E37F7C0C46151B22648E1D7156C0F837, /*hidden argument*/NULL); goto IL_009e; } IL_006c: { StringBuilder_t * L_21 = V_0; NullCheck(L_21); StringBuilder_t * L_22; L_22 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_21, _stringLiteral81FECCD01231D97EE6D7C17B8F5531FE1A6D533E, /*hidden argument*/NULL); goto IL_009e; } IL_007a: { StringBuilder_t * L_23 = V_0; NullCheck(L_23); StringBuilder_t * L_24; L_24 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_23, _stringLiteralC7AFC69BFA0D3853573E4A41A19EBA2C80E84642, /*hidden argument*/NULL); goto IL_009e; } IL_0088: { StringBuilder_t * L_25 = V_0; NullCheck(L_25); StringBuilder_t * L_26; L_26 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_25, _stringLiteral202D5AEF51C14B19CFE144337C7FDB3B9A7C7387, /*hidden argument*/NULL); goto IL_009e; } IL_0096: { StringBuilder_t * L_27 = V_0; Il2CppChar L_28 = V_3; NullCheck(L_27); StringBuilder_t * L_29; L_29 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_27, L_28, /*hidden argument*/NULL); } IL_009e: { int32_t L_30 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a2: { int32_t L_31 = V_2; int32_t L_32 = V_1; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0026; } } { 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.String System.Security.SecurityElement::Unescape(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_Unescape_m9E74766CB8A119E75EBE2462975F5D2F32EE41FE (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral202D5AEF51C14B19CFE144337C7FDB3B9A7C7387); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7AE05DE7E37F7C0C46151B22648E1D7156C0F837); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81FECCD01231D97EE6D7C17B8F5531FE1A6D533E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC7AFC69BFA0D3853573E4A41A19EBA2C80E84642); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE7270C80B176C288F0786D9BFAC99EED86E77F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___str0; if (L_0) { goto IL_0005; } } { return (String_t*)NULL; } IL_0005: { String_t* L_1 = ___str0; StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77(L_2, L_1, /*hidden argument*/NULL); StringBuilder_t * L_3 = L_2; NullCheck(L_3); StringBuilder_t * L_4; L_4 = StringBuilder_Replace_mE86B82549B5A02162C25666CD8A990AC440C1181(L_3, _stringLiteralDE7270C80B176C288F0786D9BFAC99EED86E77F8, _stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11, /*hidden argument*/NULL); StringBuilder_t * L_5 = L_3; NullCheck(L_5); StringBuilder_t * L_6; L_6 = StringBuilder_Replace_mE86B82549B5A02162C25666CD8A990AC440C1181(L_5, _stringLiteral7AE05DE7E37F7C0C46151B22648E1D7156C0F837, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, /*hidden argument*/NULL); StringBuilder_t * L_7 = L_5; NullCheck(L_7); StringBuilder_t * L_8; L_8 = StringBuilder_Replace_mE86B82549B5A02162C25666CD8A990AC440C1181(L_7, _stringLiteral202D5AEF51C14B19CFE144337C7FDB3B9A7C7387, _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E, /*hidden argument*/NULL); StringBuilder_t * L_9 = L_7; NullCheck(L_9); StringBuilder_t * L_10; L_10 = StringBuilder_Replace_mE86B82549B5A02162C25666CD8A990AC440C1181(L_9, _stringLiteral81FECCD01231D97EE6D7C17B8F5531FE1A6D533E, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, /*hidden argument*/NULL); StringBuilder_t * L_11 = L_9; NullCheck(L_11); StringBuilder_t * L_12; L_12 = StringBuilder_Replace_mE86B82549B5A02162C25666CD8A990AC440C1181(L_11, _stringLiteralC7AFC69BFA0D3853573E4A41A19EBA2C80E84642, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11); return L_13; } } // System.Security.SecurityElement System.Security.SecurityElement::FromString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_tB9682077760936136392270197F642224B2141CC * SecurityElement_FromString_mFED413AFB9DB1AA2AD81387C85230F368FD27990 (String_t* ___xml0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SecurityElement_tB9682077760936136392270197F642224B2141CC * V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___xml0; 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*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityElement_FromString_mFED413AFB9DB1AA2AD81387C85230F368FD27990_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___xml0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0026; } } { String_t* L_4; L_4 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3CF347907891AA1B2C298838E573708441BA0133)), /*hidden argument*/NULL); XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * L_5 = (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_il2cpp_TypeInfo_var))); XmlSyntaxException__ctor_m48A2FA2379FABB4E90736193CE77934647EFC86F(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityElement_FromString_mFED413AFB9DB1AA2AD81387C85230F368FD27990_RuntimeMethod_var))); } IL_0026: { } IL_0027: try {// begin try (depth: 1) SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118 * L_6 = (SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118 *)il2cpp_codegen_object_new(SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118_il2cpp_TypeInfo_var); SecurityParser__ctor_mDC88DBC9A5A67C96AC8FC072E65D9DB1C163AEF9(L_6, /*hidden argument*/NULL); SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118 * L_7 = L_6; String_t* L_8 = ___xml0; NullCheck(L_7); SecurityParser_LoadXml_mD6390B48DC2466D1106B1870D88CF32418A102F5(L_7, L_8, /*hidden argument*/NULL); NullCheck(L_7); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_9; L_9 = SecurityParser_ToXml_mA2B016FB2C10243606CF2424AA21C3EB469E328C_inline(L_7, /*hidden argument*/NULL); V_0 = L_9; goto IL_004d; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003b; } throw e; } CATCH_003b: {// begin catch(System.Exception) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); String_t* L_10; L_10 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF33EF04E494FE5A1D407AC5AA81E37B9E664F34D)), /*hidden argument*/NULL); Exception_t * L_11 = V_1; XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 * L_12 = (XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_il2cpp_TypeInfo_var))); XmlSyntaxException__ctor_mC91DD8E89550100159AC63771B8CE502348BF6E8(L_12, L_10, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityElement_FromString_mFED413AFB9DB1AA2AD81387C85230F368FD27990_RuntimeMethod_var))); }// end catch (depth: 1) IL_004d: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_13 = V_0; return L_13; } } // System.Boolean System.Security.SecurityElement::IsValidAttributeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidAttributeName_mD126B87AF1DFAC101305DD90066F54A82A997975 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (!L_0) { goto IL_0012; } } { String_t* L_1 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ((SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var))->get_invalid_attr_name_chars_6(); NullCheck(L_1); int32_t L_3; L_3 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_1, L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0); } IL_0012: { return (bool)0; } } // System.Boolean System.Security.SecurityElement::IsValidAttributeValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidAttributeValue_m08CDE9B47BC1657A5A5AC0C6183F77543A92ADDC (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (!L_0) { goto IL_0012; } } { String_t* L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ((SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var))->get_invalid_attr_value_chars_7(); NullCheck(L_1); int32_t L_3; L_3 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_1, L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0); } IL_0012: { return (bool)0; } } // System.Boolean System.Security.SecurityElement::IsValidTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidTag_mF140C0CD8F79EC59EBC52481443E9779399FD46B (String_t* ___tag0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___tag0; if (!L_0) { goto IL_0012; } } { String_t* L_1 = ___tag0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ((SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var))->get_invalid_tag_chars_4(); NullCheck(L_1); int32_t L_3; L_3 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_1, L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0); } IL_0012: { return (bool)0; } } // System.Boolean System.Security.SecurityElement::IsValidText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidText_mEB3AF13AE775D105AC12E1EBDA281A33C405C74C (String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; if (!L_0) { goto IL_0012; } } { String_t* L_1 = ___text0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ((SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var))->get_invalid_text_chars_5(); NullCheck(L_1); int32_t L_3; L_3 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_1, L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0); } IL_0012: { return (bool)0; } } // System.Security.SecurityElement System.Security.SecurityElement::SearchForChildByTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_tB9682077760936136392270197F642224B2141CC * SecurityElement_SearchForChildByTag_m0A6259BDE7012B3341852FDCAFF84467DBA21E75 (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, String_t* ___tag0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SecurityElement_tB9682077760936136392270197F642224B2141CC * V_1 = NULL; { String_t* L_0 = ___tag0; 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*)&_stringLiteral9FF7A8A0CF603B20A1F5510A7D95439FF5AF3A56)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityElement_SearchForChildByTag_m0A6259BDE7012B3341852FDCAFF84467DBA21E75_RuntimeMethod_var))); } IL_000e: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = __this->get_children_3(); if (L_2) { goto IL_0018; } } { return (SecurityElement_tB9682077760936136392270197F642224B2141CC *)NULL; } IL_0018: { V_0 = 0; goto IL_0042; } IL_001c: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = __this->get_children_3(); int32_t L_4 = V_0; NullCheck(L_3); RuntimeObject * L_5; L_5 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4); V_1 = ((SecurityElement_tB9682077760936136392270197F642224B2141CC *)CastclassSealed((RuntimeObject*)L_5, SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var)); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_6 = V_1; NullCheck(L_6); String_t* L_7 = L_6->get_tag_1(); String_t* L_8 = ___tag0; bool L_9; L_9 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003e; } } { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_10 = V_1; return L_10; } IL_003e: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0042: { int32_t L_12 = V_0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_13 = __this->get_children_3(); NullCheck(L_13); int32_t L_14; L_14 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_13); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_001c; } } { return (SecurityElement_tB9682077760936136392270197F642224B2141CC *)NULL; } } // System.String System.Security.SecurityElement::SearchForTextOfTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_SearchForTextOfTag_mB14673E2C90334D79CE8DA9EAA00A9A6CDFCD2A1 (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, String_t* ___tag0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { String_t* L_0 = ___tag0; 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*)&_stringLiteral9FF7A8A0CF603B20A1F5510A7D95439FF5AF3A56)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityElement_SearchForTextOfTag_mB14673E2C90334D79CE8DA9EAA00A9A6CDFCD2A1_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = __this->get_tag_1(); String_t* L_3 = ___tag0; bool L_4; L_4 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0023; } } { String_t* L_5 = __this->get_text_0(); return L_5; } IL_0023: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_6 = __this->get_children_3(); if (L_6) { goto IL_002d; } } { return (String_t*)NULL; } IL_002d: { V_0 = 0; goto IL_0052; } IL_0031: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7 = __this->get_children_3(); int32_t L_8 = V_0; NullCheck(L_7); RuntimeObject * L_9; L_9 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_7, L_8); String_t* L_10 = ___tag0; NullCheck(((SecurityElement_tB9682077760936136392270197F642224B2141CC *)CastclassSealed((RuntimeObject*)L_9, SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var))); String_t* L_11; L_11 = SecurityElement_SearchForTextOfTag_mB14673E2C90334D79CE8DA9EAA00A9A6CDFCD2A1(((SecurityElement_tB9682077760936136392270197F642224B2141CC *)CastclassSealed((RuntimeObject*)L_9, SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var)), L_10, /*hidden argument*/NULL); V_1 = L_11; String_t* L_12 = V_1; if (!L_12) { goto IL_004e; } } { String_t* L_13 = V_1; return L_13; } IL_004e: { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0052: { int32_t L_15 = V_0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_16 = __this->get_children_3(); NullCheck(L_16); int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_16); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_0031; } } { return (String_t*)NULL; } } // System.String System.Security.SecurityElement::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_ToString_mE6DF784823CE1F5325FBD0A5DD983510FB8D131C (SecurityElement_tB9682077760936136392270197F642224B2141CC * __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 * V_0 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_0 = L_0; SecurityElement_ToXml_m14C6C525FD36BFB622E14AC6A9653058E2A10EFE(__this, (StringBuilder_t **)(&V_0), 0, /*hidden argument*/NULL); StringBuilder_t * L_1 = V_0; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); return L_2; } } // System.Void System.Security.SecurityElement::ToXml(System.Text.StringBuilder&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_ToXml_m14C6C525FD36BFB622E14AC6A9653058E2A10EFE (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, StringBuilder_t ** ___s0, int32_t ___level1, 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*)&SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D09BC7AEC73A3EFD69A35BDCDD0B0E29CF848CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD1529D74B641AB6519C5679DB4983CF2DCD11ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9728CDAA55F0937D907D61236DFF919D10C776C); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 * V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { StringBuilder_t ** L_0 = ___s0; StringBuilder_t * L_1 = *((StringBuilder_t **)L_0); NullCheck(L_1); StringBuilder_t * L_2; L_2 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_1, _stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11, /*hidden argument*/NULL); StringBuilder_t ** L_3 = ___s0; StringBuilder_t * L_4 = *((StringBuilder_t **)L_3); String_t* L_5 = __this->get_tag_1(); NullCheck(L_4); StringBuilder_t * L_6; L_6 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_4, L_5, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7 = __this->get_attributes_2(); if (!L_7) { goto IL_00aa; } } { StringBuilder_t ** L_8 = ___s0; StringBuilder_t * L_9 = *((StringBuilder_t **)L_8); NullCheck(L_9); StringBuilder_t * L_10; L_10 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_9, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, /*hidden argument*/NULL); V_0 = 0; goto IL_009c; } IL_0037: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_11 = __this->get_attributes_2(); int32_t L_12 = V_0; NullCheck(L_11); RuntimeObject * L_13; L_13 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_11, L_12); V_1 = ((SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 *)CastclassClass((RuntimeObject*)L_13, SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232_il2cpp_TypeInfo_var)); StringBuilder_t ** L_14 = ___s0; StringBuilder_t * L_15 = *((StringBuilder_t **)L_14); SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 * L_16 = V_1; NullCheck(L_16); String_t* L_17; L_17 = SecurityAttribute_get_Name_mFA4470D7F3F4C76D496D31CD68A902D5B5C16AE3_inline(L_16, /*hidden argument*/NULL); NullCheck(L_15); StringBuilder_t * L_18; L_18 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_15, L_17, /*hidden argument*/NULL); NullCheck(L_18); StringBuilder_t * L_19; L_19 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_18, _stringLiteral2D09BC7AEC73A3EFD69A35BDCDD0B0E29CF848CD, /*hidden argument*/NULL); SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 * L_20 = V_1; NullCheck(L_20); String_t* L_21; L_21 = SecurityAttribute_get_Value_m33AC435FB87281EB8C2B513A42D00E4C7A72CA33_inline(L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); String_t* L_22; L_22 = SecurityElement_Escape_mF3E97399212441EDAE64CF66FF916351809AFA6F(L_21, /*hidden argument*/NULL); NullCheck(L_19); StringBuilder_t * L_23; L_23 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_19, L_22, /*hidden argument*/NULL); NullCheck(L_23); StringBuilder_t * L_24; L_24 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_23, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, /*hidden argument*/NULL); int32_t L_25 = V_0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_26 = __this->get_attributes_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)((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1))))) { goto IL_0098; } } { StringBuilder_t ** L_28 = ___s0; StringBuilder_t * L_29 = *((StringBuilder_t **)L_28); String_t* L_30; L_30 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); NullCheck(L_29); StringBuilder_t * L_31; L_31 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_29, L_30, /*hidden argument*/NULL); } IL_0098: { int32_t L_32 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_009c: { int32_t L_33 = V_0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_34 = __this->get_attributes_2(); NullCheck(L_34); int32_t L_35; L_35 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_34); if ((((int32_t)L_33) < ((int32_t)L_35))) { goto IL_0037; } } IL_00aa: { String_t* L_36 = __this->get_text_0(); if (!L_36) { goto IL_00c4; } } { String_t* L_37 = __this->get_text_0(); String_t* L_38 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_39; L_39 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_37, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_00f1; } } IL_00c4: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_40 = __this->get_children_3(); if (!L_40) { goto IL_00d9; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_41 = __this->get_children_3(); NullCheck(L_41); int32_t L_42; L_42 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_41); if (L_42) { goto IL_00f1; } } IL_00d9: { StringBuilder_t ** L_43 = ___s0; StringBuilder_t * L_44 = *((StringBuilder_t **)L_43); NullCheck(L_44); StringBuilder_t * L_45; L_45 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_44, _stringLiteralF9728CDAA55F0937D907D61236DFF919D10C776C, /*hidden argument*/NULL); String_t* L_46; L_46 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); NullCheck(L_45); StringBuilder_t * L_47; L_47 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_45, L_46, /*hidden argument*/NULL); return; } IL_00f1: { StringBuilder_t ** L_48 = ___s0; StringBuilder_t * L_49 = *((StringBuilder_t **)L_48); NullCheck(L_49); StringBuilder_t * L_50; L_50 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_49, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, /*hidden argument*/NULL); String_t* L_51 = __this->get_text_0(); IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); String_t* L_52; L_52 = SecurityElement_Escape_mF3E97399212441EDAE64CF66FF916351809AFA6F(L_51, /*hidden argument*/NULL); NullCheck(L_50); StringBuilder_t * L_53; L_53 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_50, L_52, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_54 = __this->get_children_3(); if (!L_54) { goto IL_0160; } } { StringBuilder_t ** L_55 = ___s0; StringBuilder_t * L_56 = *((StringBuilder_t **)L_55); String_t* L_57; L_57 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); NullCheck(L_56); StringBuilder_t * L_58; L_58 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_56, L_57, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_59 = __this->get_children_3(); NullCheck(L_59); RuntimeObject* L_60; L_60 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_59); V_2 = L_60; } IL_012f: try {// begin try (depth: 1) { goto IL_0145; } IL_0131: { RuntimeObject* L_61 = V_2; NullCheck(L_61); RuntimeObject * L_62; L_62 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_61); StringBuilder_t ** L_63 = ___s0; int32_t L_64 = ___level1; NullCheck(((SecurityElement_tB9682077760936136392270197F642224B2141CC *)CastclassSealed((RuntimeObject*)L_62, SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var))); SecurityElement_ToXml_m14C6C525FD36BFB622E14AC6A9653058E2A10EFE(((SecurityElement_tB9682077760936136392270197F642224B2141CC *)CastclassSealed((RuntimeObject*)L_62, SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var)), (StringBuilder_t **)L_63, ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)), /*hidden argument*/NULL); } IL_0145: { RuntimeObject* L_65 = V_2; NullCheck(L_65); bool L_66; L_66 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_65); if (L_66) { goto IL_0131; } } IL_014d: { IL2CPP_LEAVE(0x160, FINALLY_014f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_014f; } FINALLY_014f: {// begin finally (depth: 1) { RuntimeObject* L_67 = V_2; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_67, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_68 = V_3; if (!L_68) { goto IL_015f; } } IL_0159: { RuntimeObject* L_69 = V_3; NullCheck(L_69); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_69); } IL_015f: { IL2CPP_END_FINALLY(335) } }// end finally (depth: 1) IL2CPP_CLEANUP(335) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x160, IL_0160) } IL_0160: { StringBuilder_t ** L_70 = ___s0; StringBuilder_t * L_71 = *((StringBuilder_t **)L_70); NullCheck(L_71); StringBuilder_t * L_72; L_72 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_71, _stringLiteralDD1529D74B641AB6519C5679DB4983CF2DCD11ED, /*hidden argument*/NULL); String_t* L_73 = __this->get_tag_1(); NullCheck(L_72); StringBuilder_t * L_74; L_74 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_72, L_73, /*hidden argument*/NULL); NullCheck(L_74); StringBuilder_t * L_75; L_75 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_74, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, /*hidden argument*/NULL); String_t* L_76; L_76 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); NullCheck(L_75); StringBuilder_t * L_77; L_77 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_75, L_76, /*hidden argument*/NULL); return; } } // System.Security.SecurityElement/SecurityAttribute System.Security.SecurityElement::GetAttribute(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 * SecurityElement_GetAttribute_m609C227FD32162E814E6BD5857A702A76A1D1415 (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, String_t* ___name0, 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*)&SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 * V_1 = NULL; SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_attributes_2(); if (!L_0) { goto IL_004f; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = __this->get_attributes_2(); NullCheck(L_1); RuntimeObject* L_2; L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1); V_0 = L_2; } IL_0014: try {// begin try (depth: 1) { goto IL_0034; } IL_0016: { RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_1 = ((SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 *)CastclassClass((RuntimeObject*)L_4, SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232_il2cpp_TypeInfo_var)); SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 * L_5 = V_1; NullCheck(L_5); String_t* L_6; L_6 = SecurityAttribute_get_Name_mFA4470D7F3F4C76D496D31CD68A902D5B5C16AE3_inline(L_5, /*hidden argument*/NULL); String_t* L_7 = ___name0; bool L_8; L_8 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0034; } } IL_0030: { SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 * L_9 = V_1; V_2 = L_9; IL2CPP_LEAVE(0x51, FINALLY_003e); } IL_0034: { RuntimeObject* L_10 = V_0; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0016; } } IL_003c: { IL2CPP_LEAVE(0x4F, FINALLY_003e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003e; } FINALLY_003e: {// begin finally (depth: 1) { RuntimeObject* L_12 = V_0; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_3; if (!L_13) { goto IL_004e; } } IL_0048: { RuntimeObject* L_14 = V_3; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_14); } IL_004e: { IL2CPP_END_FINALLY(62) } }// end finally (depth: 1) IL2CPP_CLEANUP(62) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x51, IL_0051) IL2CPP_JUMP_TBL(0x4F, IL_004f) } IL_004f: { return (SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 *)NULL; } IL_0051: { SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 * L_15 = V_2; return L_15; } } // System.Void System.Security.SecurityElement::set_m_strText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_set_m_strText_m51AF1B1DBAEFB35B865F2E9016BE8D7004C59749 (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_text_0(L_0); return; } } // System.String System.Security.SecurityElement::SearchForTextOfLocalName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_SearchForTextOfLocalName_m69C55B4853B43F0DF8F3CE116C527C02A3F124D5 (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, String_t* ___strLocalName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___strLocalName0; 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*)&_stringLiteralF38A21D6DC604FA202E5D891249CB423358A5147)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityElement_SearchForTextOfLocalName_m69C55B4853B43F0DF8F3CE116C527C02A3F124D5_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = __this->get_tag_1(); if (L_2) { goto IL_0018; } } { return (String_t*)NULL; } IL_0018: { String_t* L_3 = __this->get_tag_1(); String_t* L_4 = ___strLocalName0; NullCheck(L_3); bool L_5; L_5 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003f; } } { String_t* L_6 = __this->get_tag_1(); String_t* L_7 = ___strLocalName0; String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_7, /*hidden argument*/NULL); NullCheck(L_6); bool L_9; L_9 = String_EndsWith_mB6E4F554EB12AF5BB822050E738AB867AF5C9864(L_6, L_8, 4, /*hidden argument*/NULL); if (!L_9) { goto IL_004b; } } IL_003f: { String_t* L_10 = __this->get_text_0(); IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); String_t* L_11; L_11 = SecurityElement_Unescape_m9E74766CB8A119E75EBE2462975F5D2F32EE41FE(L_10, /*hidden argument*/NULL); return L_11; } IL_004b: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_12 = __this->get_children_3(); if (L_12) { goto IL_0055; } } { return (String_t*)NULL; } IL_0055: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_13 = __this->get_children_3(); NullCheck(L_13); RuntimeObject* L_14; L_14 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_13); V_0 = L_14; goto IL_007a; } IL_0063: { RuntimeObject* L_15 = V_0; NullCheck(L_15); RuntimeObject * L_16; L_16 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_15); String_t* L_17 = ___strLocalName0; NullCheck(((SecurityElement_tB9682077760936136392270197F642224B2141CC *)CastclassSealed((RuntimeObject*)L_16, SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var))); String_t* L_18; L_18 = SecurityElement_SearchForTextOfLocalName_m69C55B4853B43F0DF8F3CE116C527C02A3F124D5(((SecurityElement_tB9682077760936136392270197F642224B2141CC *)CastclassSealed((RuntimeObject*)L_16, SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var)), L_17, /*hidden argument*/NULL); V_1 = L_18; String_t* L_19 = V_1; if (!L_19) { goto IL_007a; } } { String_t* L_20 = V_1; return L_20; } IL_007a: { RuntimeObject* L_21 = V_0; NullCheck(L_21); bool L_22; L_22 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_21); if (L_22) { goto IL_0063; } } { return (String_t*)NULL; } } // System.Void System.Security.SecurityElement::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement__cctor_m7930139BA492DFDEADD74E01FD33A75F179D6A26 (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*)&SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____399BD13E240F33F808CA7940293D6EC4E6FD5A00_26_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____BF5EB60806ECB74EE484105DD9D6F463BF994867_114_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____CE93C35B755802BC4B3D180716B048FC61701EF7_118_FieldInfo_var); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)3); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____CE93C35B755802BC4B3D180716B048FC61701EF7_118_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var))->set_invalid_tag_chars_4(L_1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)2); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(0), (Il2CppChar)((int32_t)60)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = L_4; NullCheck(L_5); (L_5)->SetAt(static_cast(1), (Il2CppChar)((int32_t)62)); ((SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var))->set_invalid_text_chars_5(L_5); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)3); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = L_6; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____CE93C35B755802BC4B3D180716B048FC61701EF7_118_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); ((SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var))->set_invalid_attr_name_chars_6(L_7); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)3); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = L_9; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_11 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____BF5EB60806ECB74EE484105DD9D6F463BF994867_114_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL); ((SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var))->set_invalid_attr_value_chars_7(L_10); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)5); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = L_12; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_14 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____399BD13E240F33F808CA7940293D6EC4E6FD5A00_26_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_13, L_14, /*hidden argument*/NULL); ((SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var))->set_invalid_chars_8(L_13); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.SecurityException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException__ctor_mF3A29891DC5A8A243BF0F7043920B4A4E11B4843 (SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0795ACE3EC1059F91B17547E90C077F2D8F6C9A1); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(_stringLiteral0795ACE3EC1059F91B17547E90C077F2D8F6C9A1, /*hidden argument*/NULL); SecurityException__ctor_m39346891F8B7D834F4727854EC95B5C04CEC6AA5(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Security.SecurityException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException__ctor_m39346891F8B7D834F4727854EC95B5C04CEC6AA5 (SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_mB9E603303A0678B32684B0EEC144334BAB0E6392_inline(__this, ((int32_t)-2146233078), /*hidden argument*/NULL); return; } } // System.Void System.Security.SecurityException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException__ctor_m0AE5E51A2B27D45E1E9CF98DA26F90AC5C22EFAC (SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65003352715A7E4D1AD791BC39FAD1C1EA47DAB5); s_Il2CppMethodInitialized = true; } SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * V_0 = NULL; { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19(__this, L_0, L_1, /*hidden argument*/NULL); Exception_set_HResult_mB9E603303A0678B32684B0EEC144334BAB0E6392_inline(__this, ((int32_t)-2146233078), /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; NullCheck(L_2); SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_3; L_3 = SerializationInfo_GetEnumerator_m88A3A4E9DD1E1F276016B0205CF62DDB876B9575(L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_0040; } IL_001c: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = SerializationInfoEnumerator_get_Name_m77C59B00E71ADDFA65D08FE52BE16D4D0E4A2480(L_4, /*hidden argument*/NULL); bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, _stringLiteral65003352715A7E4D1AD791BC39FAD1C1EA47DAB5, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_7 = V_0; NullCheck(L_7); RuntimeObject * L_8; L_8 = SerializationInfoEnumerator_get_Value_mAF4DAA489771E490363C55CCF00FB44BC26964AA(L_7, /*hidden argument*/NULL); __this->set_permissionState_17(((String_t*)CastclassSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var))); return; } IL_0040: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = SerializationInfoEnumerator_MoveNext_m661034C94476113FEB5A3C98A5EA9456ACFA2E9F(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_001c; } } { return; } } // System.Void System.Security.SecurityException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException__ctor_mA25DA92C16205AC3604A7E0E95B4A9CD8A1DD183 (SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___inner1; SystemException__ctor_m14A39C396B94BEE4EFEA201FB748572011855A94(__this, L_0, L_1, /*hidden argument*/NULL); Exception_set_HResult_mB9E603303A0678B32684B0EEC144334BAB0E6392_inline(__this, ((int32_t)-2146233078), /*hidden argument*/NULL); return; } } // System.Void System.Security.SecurityException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException_GetObjectData_m117A24E1491785D8AD1F18D435BDB355E83F3E59 (SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65003352715A7E4D1AD791BC39FAD1C1EA47DAB5); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882(__this, L_0, L_1, /*hidden argument*/NULL); } IL_0008: try {// begin try (depth: 1) SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; String_t* L_3 = __this->get_permissionState_17(); NullCheck(L_2); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_2, _stringLiteral65003352715A7E4D1AD791BC39FAD1C1EA47DAB5, L_3, /*hidden argument*/NULL); goto IL_001e; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001b; } throw e; } CATCH_001b: {// begin catch(System.Security.SecurityException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_001e; }// end catch (depth: 1) IL_001e: { return; } } // System.String System.Security.SecurityException::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityException_ToString_m012CAA38E46A72AD77238620C8ABCD27877297B3 (SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = Exception_ToString_m7401DB4C24A9C4A4951725780B3C1367D67D5A4C(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Security.SecurityManager::get_SecurityEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityManager_get_SecurityEnabled_m82618A310534A02FCF0F085295F377BDD04FB3CC (const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Security.SecurityManager::CheckElevatedPermissions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityManager_CheckElevatedPermissions_mA83588F4BBFA7688949E19F6D9207F5FEFF1B0FE (const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Security.SecurityManager::EnsureElevatedPermissions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityManager_EnsureElevatedPermissions_m0001DD198EAC7A894C4AC9C9D7443379C0E4899B (const RuntimeMethod* method) { { 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.Xml.SecurityParser::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser__ctor_mDC88DBC9A5A67C96AC8FC072E65D9DB1C163AEF9 (SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SmallXmlParser__ctor_m93938F9D50E51CAD39AD01589A3E5E646357A8F6(__this, /*hidden argument*/NULL); Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_0 = (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 *)il2cpp_codegen_object_new(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8_il2cpp_TypeInfo_var); Stack__ctor_m7B7EA279423863156F25A04362D9FE6C89FAFE70(L_0, /*hidden argument*/NULL); __this->set_stack_14(L_0); return; } } // System.Void Mono.Xml.SecurityParser::LoadXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_LoadXml_mD6390B48DC2466D1106B1870D88CF32418A102F5 (SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118 * __this, String_t* ___xml0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_root_12((SecurityElement_tB9682077760936136392270197F642224B2141CC *)NULL); Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_0 = __this->get_stack_14(); NullCheck(L_0); VirtualActionInvoker0::Invoke(13 /* System.Void System.Collections.Stack::Clear() */, L_0); String_t* L_1 = ___xml0; StringReader_t74E352C280EAC22C878867444978741F19E1F895 * L_2 = (StringReader_t74E352C280EAC22C878867444978741F19E1F895 *)il2cpp_codegen_object_new(StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var); StringReader__ctor_m7CC29D8E83F4813395ACA9CF4F756B1BCE09A7EE(L_2, L_1, /*hidden argument*/NULL); SmallXmlParser_Parse_m0B69F47B920A786352D176348D1AD35DE3B460D0(__this, L_2, __this, /*hidden argument*/NULL); return; } } // System.Security.SecurityElement Mono.Xml.SecurityParser::ToXml() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_tB9682077760936136392270197F642224B2141CC * SecurityParser_ToXml_mA2B016FB2C10243606CF2424AA21C3EB469E328C (SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118 * __this, const RuntimeMethod* method) { { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_0 = __this->get_root_12(); return L_0; } } // System.Void Mono.Xml.SecurityParser::OnStartParsing(Mono.Xml.SmallXmlParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_OnStartParsing_m0AF80A35D6985AF210921EC8DDD438432BDEFA1E (SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118 * __this, SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * ___parser0, const RuntimeMethod* method) { { return; } } // System.Void Mono.Xml.SecurityParser::OnProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_OnProcessingInstruction_mD5CE3A6A95616955760E7795902F982030C5DF2F (SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118 * __this, String_t* ___name0, String_t* ___text1, const RuntimeMethod* method) { { return; } } // System.Void Mono.Xml.SecurityParser::OnIgnorableWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_OnIgnorableWhitespace_m259137E27114D64EE25C5FFAF6DFE93A1E3FE5F4 (SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118 * __this, String_t* ___s0, const RuntimeMethod* method) { { return; } } // System.Void Mono.Xml.SecurityParser::OnStartElement(System.String,Mono.Xml.SmallXmlParser/IAttrList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_OnStartElement_m6666C5237D87AFE8A161A5E73975F362D3DE9AF0 (SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118 * __this, String_t* ___name0, RuntimeObject* ___attrs1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttrList_tB08E93C160C8FF2AAE53C3C2F7557421B6BD5CEC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SecurityElement_tB9682077760936136392270197F642224B2141CC * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { String_t* L_0 = ___name0; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_1 = (SecurityElement_tB9682077760936136392270197F642224B2141CC *)il2cpp_codegen_object_new(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); SecurityElement__ctor_m8352E5DACBF8CD356106E2DFFDF39079B2F31FC3(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_2 = __this->get_root_12(); if (L_2) { goto IL_001f; } } { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_3 = V_0; __this->set_root_12(L_3); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_4 = V_0; __this->set_current_13(L_4); goto IL_0035; } IL_001f: { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_5 = __this->get_stack_14(); NullCheck(L_5); RuntimeObject * L_6; L_6 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(17 /* System.Object System.Collections.Stack::Peek() */, L_5); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_7 = V_0; NullCheck(((SecurityElement_tB9682077760936136392270197F642224B2141CC *)CastclassSealed((RuntimeObject*)L_6, SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var))); SecurityElement_AddChild_m6342B0169BF927C26E29FB709922CF18B7B04A8C(((SecurityElement_tB9682077760936136392270197F642224B2141CC *)CastclassSealed((RuntimeObject*)L_6, SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL); } IL_0035: { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_8 = __this->get_stack_14(); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_9 = V_0; NullCheck(L_8); VirtualActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_8, L_9); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_10 = V_0; __this->set_current_13(L_10); RuntimeObject* L_11 = ___attrs1; NullCheck(L_11); int32_t L_12; L_12 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 Mono.Xml.SmallXmlParser/IAttrList::get_Length() */, IAttrList_tB08E93C160C8FF2AAE53C3C2F7557421B6BD5CEC_il2cpp_TypeInfo_var, L_11); V_1 = L_12; V_2 = 0; goto IL_0075; } IL_0053: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_13 = __this->get_current_13(); RuntimeObject* L_14 = ___attrs1; int32_t L_15 = V_2; NullCheck(L_14); String_t* L_16; L_16 = InterfaceFuncInvoker1< String_t*, int32_t >::Invoke(1 /* System.String Mono.Xml.SmallXmlParser/IAttrList::GetName(System.Int32) */, IAttrList_tB08E93C160C8FF2AAE53C3C2F7557421B6BD5CEC_il2cpp_TypeInfo_var, L_14, L_15); RuntimeObject* L_17 = ___attrs1; int32_t L_18 = V_2; NullCheck(L_17); String_t* L_19; L_19 = InterfaceFuncInvoker1< String_t*, int32_t >::Invoke(2 /* System.String Mono.Xml.SmallXmlParser/IAttrList::GetValue(System.Int32) */, IAttrList_tB08E93C160C8FF2AAE53C3C2F7557421B6BD5CEC_il2cpp_TypeInfo_var, L_17, L_18); IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); String_t* L_20; L_20 = SecurityElement_Escape_mF3E97399212441EDAE64CF66FF916351809AFA6F(L_19, /*hidden argument*/NULL); NullCheck(L_13); SecurityElement_AddAttribute_m27E27E930F492BC7AD32352A8FF22DC516D487B1(L_13, L_16, L_20, /*hidden argument*/NULL); int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0075: { int32_t L_22 = V_2; int32_t L_23 = V_1; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_0053; } } { return; } } // System.Void Mono.Xml.SecurityParser::OnEndElement(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_OnEndElement_mCB639F2CBAE0B59C3A1D5FD1A8814D6BBDA518AA (SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_0 = __this->get_stack_14(); NullCheck(L_0); RuntimeObject * L_1; L_1 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_0); __this->set_current_13(((SecurityElement_tB9682077760936136392270197F642224B2141CC *)CastclassSealed((RuntimeObject*)L_1, SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var))); return; } } // System.Void Mono.Xml.SecurityParser::OnChars(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_OnChars_m904529E2F24BDF0E5FCD86198ED87B7374337F50 (SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118 * __this, String_t* ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_0 = __this->get_current_13(); String_t* L_1 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); String_t* L_2; L_2 = SecurityElement_Escape_mF3E97399212441EDAE64CF66FF916351809AFA6F(L_1, /*hidden argument*/NULL); NullCheck(L_0); SecurityElement_set_Text_m50C49AF9AB471FC6463C750BF60864F973FB8F5B(L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.SecurityParser::OnEndParsing(Mono.Xml.SmallXmlParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_OnEndParsing_mCAF4A17C2B752CEAF05C76D0C32800EFF6874770 (SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118 * __this, SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * ___parser0, const RuntimeMethod* method) { { 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.Permissions.SecurityPermission::.ctor(System.Security.Permissions.PermissionState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityPermission__ctor_m492094564D7A1A6206FAE5D224846029EF425EE9 (SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 * __this, int32_t ___state0, const RuntimeMethod* method) { { CodeAccessPermission__ctor_mCE8A22DF4086C24C5066C3A6C6A5914B6176E672(__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); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_001c; } } { __this->set_flags_0(((int32_t)16383)); return; } IL_001c: { __this->set_flags_0(0); return; } } // System.Boolean System.Security.Permissions.SecurityPermission::IsUnrestricted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityPermission_IsUnrestricted_mA6BFA5EF70A679F935E23C680BAAC09A87A6D143 (SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_flags_0(); return (bool)((((int32_t)L_0) == ((int32_t)((int32_t)16383)))? 1 : 0); } } // System.Boolean System.Security.Permissions.SecurityPermission::IsSubsetOf(System.Security.IPermission) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityPermission_IsSubsetOf_m9B6D3DB7214094380920CCBB07FC3E1A78B35C17 (SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 * L_1; L_1 = SecurityPermission_Cast_m14D324931B01707663ECF910416E18D23839A57E(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 * L_2 = V_0; if (L_2) { goto IL_0012; } } { bool L_3; L_3 = SecurityPermission_IsEmpty_mC19F2F300258061C326F7822CB11ADAF75C59ED1(__this, /*hidden argument*/NULL); return L_3; } IL_0012: { SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 * L_4 = V_0; NullCheck(L_4); bool L_5; L_5 = SecurityPermission_IsUnrestricted_mA6BFA5EF70A679F935E23C680BAAC09A87A6D143(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_001c; } } { return (bool)1; } IL_001c: { bool L_6; L_6 = SecurityPermission_IsUnrestricted_mA6BFA5EF70A679F935E23C680BAAC09A87A6D143(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0026; } } { return (bool)0; } IL_0026: { int32_t L_7 = __this->get_flags_0(); SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->get_flags_0(); return (bool)((((int32_t)((int32_t)((int32_t)L_7&(int32_t)((~L_9))))) == ((int32_t)0))? 1 : 0); } } // System.Security.SecurityElement System.Security.Permissions.SecurityPermission::ToXml() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_tB9682077760936136392270197F642224B2141CC * SecurityPermission_ToXml_mD6ED1C4332ADE37E5D99B531447704E65BD5EB1E (SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityPermissionFlag_t71422F8124CB8E8CCDB0559BC3A517794D712C19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4DA6E8EED4CDDC59AE5319CD2973E84C7E7C6D14); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral849859401F9633D6C558FAFFBA018F4718DAA666); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); s_Il2CppMethodInitialized = true; } SecurityElement_tB9682077760936136392270197F642224B2141CC * V_0 = NULL; { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_0; L_0 = CodeAccessPermission_Element_mE44355C2DFD49A8780F2DF71B4B310119A6E9BA3(__this, 1, /*hidden argument*/NULL); V_0 = L_0; bool L_1; L_1 = SecurityPermission_IsUnrestricted_mA6BFA5EF70A679F935E23C680BAAC09A87A6D143(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0022; } } { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_2 = V_0; NullCheck(L_2); SecurityElement_AddAttribute_m27E27E930F492BC7AD32352A8FF22DC516D487B1(L_2, _stringLiteral849859401F9633D6C558FAFFBA018F4718DAA666, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, /*hidden argument*/NULL); goto IL_003e; } IL_0022: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_3 = V_0; int32_t* L_4 = __this->get_address_of_flags_0(); RuntimeObject * L_5 = Box(SecurityPermissionFlag_t71422F8124CB8E8CCDB0559BC3A517794D712C19_il2cpp_TypeInfo_var, L_4); NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5); *L_4 = *(int32_t*)UnBox(L_5); NullCheck(L_3); SecurityElement_AddAttribute_m27E27E930F492BC7AD32352A8FF22DC516D487B1(L_3, _stringLiteral4DA6E8EED4CDDC59AE5319CD2973E84C7E7C6D14, L_6, /*hidden argument*/NULL); } IL_003e: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_7 = V_0; return L_7; } } // System.Boolean System.Security.Permissions.SecurityPermission::IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityPermission_IsEmpty_mC19F2F300258061C326F7822CB11ADAF75C59ED1 (SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_flags_0(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Security.Permissions.SecurityPermission System.Security.Permissions.SecurityPermission::Cast(System.Security.IPermission) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 * SecurityPermission_Cast_m14D324931B01707663ECF910416E18D23839A57E (SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 * G_B4_0 = NULL; SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 * G_B3_0 = NULL; { RuntimeObject* L_0 = ___target0; if (L_0) { goto IL_0005; } } { return (SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 *)NULL; } IL_0005: { RuntimeObject* L_1 = ___target0; SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 * L_2 = ((SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 *)IsInstSealed((RuntimeObject*)L_1, SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315_il2cpp_TypeInfo_var)); G_B3_0 = L_2; if (L_2) { G_B4_0 = L_2; goto IL_001e; } } { RuntimeObject* L_3 = ___target0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); CodeAccessPermission_ThrowInvalidPermission_m6A027DA30C591147BC0F3E44C901BEB2FA86FD34(L_3, L_5, /*hidden argument*/NULL); G_B4_0 = G_B3_0; } IL_001e: { 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 #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.Threading.SemaphoreFullException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreFullException__ctor_m35B8FD1E9DDF7C483C1111CC9BF44EF48F8E5ED2 (SemaphoreFullException_tEC3066DE47D27E7FFEDFB57703A17E44A6F4A741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA8BBDAE510BDA4DC66FE96CC00987B4107CC186); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteralCA8BBDAE510BDA4DC66FE96CC00987B4107CC186, /*hidden argument*/NULL); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.SemaphoreFullException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreFullException__ctor_mE08E8333769F6538DEC7BBB185A8E50715D56037 (SemaphoreFullException_tEC3066DE47D27E7FFEDFB57703A17E44A6F4A741 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19(__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.Threading.SemaphoreSlim::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim__ctor_mFD9960D1EA303B586DF0D46ACA028B8964C354AC (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, int32_t ___initialCount0, int32_t ___maxCount1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___initialCount0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000e; } } { int32_t L_1 = ___initialCount0; int32_t L_2 = ___maxCount1; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0029; } } IL_000e: { int32_t L_3 = ___initialCount0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_4); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = SemaphoreSlim_GetResourceString_mB49FD820696DF0B2EEE37647E24E3B799051A0DC(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0BA14A4F5A454273A56044C8E2E8A4C2F732A70F)), /*hidden argument*/NULL); 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_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA10381CB38E0E91049E1508AD6539421AB2EBC6B)), L_5, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SemaphoreSlim__ctor_mFD9960D1EA303B586DF0D46ACA028B8964C354AC_RuntimeMethod_var))); } IL_0029: { int32_t L_8 = ___maxCount1; if ((((int32_t)L_8) > ((int32_t)0))) { goto IL_0048; } } { int32_t L_9 = ___maxCount1; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_10); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var))); String_t* L_12; L_12 = SemaphoreSlim_GetResourceString_mB49FD820696DF0B2EEE37647E24E3B799051A0DC(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5ECE0F5586A1441C3857F2D71C7A63384ABC61FC)), /*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_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA5454FE23184B1242AD621EDDE008CDD28151CD7)), L_11, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SemaphoreSlim__ctor_mFD9960D1EA303B586DF0D46ACA028B8964C354AC_RuntimeMethod_var))); } IL_0048: { int32_t L_14 = ___maxCount1; __this->set_m_maxCount_1(L_14); RuntimeObject * L_15 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_15, /*hidden argument*/NULL); __this->set_m_lockObj_3(L_15); int32_t L_16 = ___initialCount0; il2cpp_codegen_memory_barrier(); __this->set_m_currentCount_0(L_16); return; } } // System.Void System.Threading.SemaphoreSlim::Wait() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim_Wait_mC2523D3863C050935B4C67790C4BED10C03A57DC (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = V_0; bool L_1; L_1 = SemaphoreSlim_Wait_mE55B1F84E8ADC73D3D804ED0785583BA6F99AA00(__this, (-1), L_0, /*hidden argument*/NULL); return; } } // System.Boolean System.Threading.SemaphoreSlim::Wait(System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SemaphoreSlim_Wait_mE55B1F84E8ADC73D3D804ED0785583BA6F99AA00 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, int32_t ___millisecondsTimeout0, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_GetResult_m2E8DBF88A9C500C0F895D35E7D8A4CB3B638E710_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_GetAwaiter_m64E2534BE0DCF5C693647ECEDC00ED8A7E4FFF9B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; bool V_1 = false; Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * V_2 = NULL; bool V_3 = false; CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A V_4; memset((&V_4), 0, sizeof(V_4)); SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 V_5; memset((&V_5), 0, sizeof(V_5)); OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB * V_6 = NULL; bool V_7 = false; TaskAwaiter_1_t98B8214BA5C5BD14FD8D98B71C67E11FFE8B684C V_8; memset((&V_8), 0, sizeof(V_8)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { SemaphoreSlim_CheckDispose_m6681A55A52424AF3C213D88BDE17624C5EED4453(__this, /*hidden argument*/NULL); int32_t L_0 = ___millisecondsTimeout0; if ((((int32_t)L_0) >= ((int32_t)(-1)))) { goto IL_0025; } } { int32_t L_1 = ___millisecondsTimeout0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_2); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var))); String_t* L_4; L_4 = SemaphoreSlim_GetResourceString_mB49FD820696DF0B2EEE37647E24E3B799051A0DC(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE44B786C5DBF9C12544D53D2BB887CAA242494AA)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3B4295C94F6ABA768D4904C3FA966BF5F9497802)), L_3, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SemaphoreSlim_Wait_mE55B1F84E8ADC73D3D804ED0785583BA6F99AA00_RuntimeMethod_var))); } IL_0025: { CancellationToken_ThrowIfCancellationRequested_m987F0BEA5521F5575C5E766345C04E7E5E0CD210((CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD *)(&___cancellationToken1), /*hidden argument*/NULL); V_0 = 0; int32_t L_6 = ___millisecondsTimeout0; if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_003c; } } { int32_t L_7 = ___millisecondsTimeout0; if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_003c; } } { uint32_t L_8; L_8 = TimeoutHelper_GetTime_m9374E525445EF9F5E3A7656F08A9A8C6987942F3(/*hidden argument*/NULL); V_0 = L_8; } IL_003c: { V_1 = (bool)0; V_2 = (Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 *)NULL; V_3 = (bool)0; IL2CPP_RUNTIME_CLASS_INIT(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var); Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_9 = ((SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_StaticFields*)il2cpp_codegen_static_fields_for(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var))->get_s_cancellationTokenCanceledEventHandler_9(); CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A L_10; L_10 = CancellationToken_InternalRegisterWithoutEC_m2450607A39759489E06741B35DE71DD2C677B5CC((CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD *)(&___cancellationToken1), L_9, __this, /*hidden argument*/NULL); V_4 = L_10; } IL_0051: try {// begin try (depth: 1) { il2cpp_codegen_initobj((&V_5), sizeof(SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 )); goto IL_0062; } IL_005b: { SpinWait_SpinOnce_m79A8F770ED24E400B6AEFA421A33084CA54E59DB((SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 *)(&V_5), /*hidden argument*/NULL); } IL_0062: { int32_t L_11 = __this->get_m_currentCount_0(); il2cpp_codegen_memory_barrier(); if (L_11) { goto IL_0075; } } IL_006c: { bool L_12; L_12 = SpinWait_get_NextSpinWillYield_m5FD0542F0BE9CBF660060F53E371A5E3A67C9152((SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 *)(&V_5), /*hidden argument*/NULL); if (!L_12) { goto IL_005b; } } IL_0075: { } IL_0076: try {// begin try (depth: 2) IL2CPP_LEAVE(0x9B, FINALLY_0078); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0078; } FINALLY_0078: {// begin finally (depth: 2) { RuntimeObject * L_13 = __this->get_m_lockObj_3(); Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_13, (bool*)(&V_3), /*hidden argument*/NULL); bool L_14 = V_3; if (!L_14) { goto IL_009a; } } IL_0088: { int32_t L_15 = __this->get_m_waitCount_2(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_waitCount_2(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))); } IL_009a: { IL2CPP_END_FINALLY(120) } }// end finally (depth: 2) IL2CPP_CLEANUP(120) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9B, IL_009b) } IL_009b: { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_16 = __this->get_m_asyncHead_5(); if (!L_16) { goto IL_00b1; } } IL_00a3: { int32_t L_17 = ___millisecondsTimeout0; CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_18 = ___cancellationToken1; Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * L_19; L_19 = SemaphoreSlim_WaitAsync_m457EC3DFF5573AED0689863220E41AEB3488CE54(__this, L_17, L_18, /*hidden argument*/NULL); V_2 = L_19; IL2CPP_LEAVE(0x14E, FINALLY_0126); } IL_00b1: { V_6 = (OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB *)NULL; int32_t L_20 = __this->get_m_currentCount_0(); il2cpp_codegen_memory_barrier(); if (L_20) { goto IL_00da; } } IL_00be: { int32_t L_21 = ___millisecondsTimeout0; if (L_21) { goto IL_00c9; } } IL_00c1: { V_7 = (bool)0; IL2CPP_LEAVE(0x163, FINALLY_0126); } IL_00c9: { } IL_00ca: try {// begin try (depth: 2) int32_t L_22 = ___millisecondsTimeout0; uint32_t L_23 = V_0; CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_24 = ___cancellationToken1; bool L_25; L_25 = SemaphoreSlim_WaitUntilCountOrTimeout_mE7DFAAAB36FF05A47622D110009BD67B0BEF5C31(__this, L_22, L_23, L_24, /*hidden argument*/NULL); V_1 = L_25; goto IL_00da; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00d6; } throw e; } CATCH_00d6: {// begin catch(System.OperationCanceledException) V_6 = ((OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB *)IL2CPP_GET_ACTIVE_EXCEPTION(OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB *)); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00da; }// end catch (depth: 2) IL_00da: { int32_t L_26 = __this->get_m_currentCount_0(); il2cpp_codegen_memory_barrier(); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_00fb; } } IL_00e5: { V_1 = (bool)1; int32_t L_27 = __this->get_m_currentCount_0(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_currentCount_0(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1))); goto IL_0102; } IL_00fb: { OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB * L_28 = V_6; if (!L_28) { goto IL_0102; } } IL_00ff: { OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB * L_29 = V_6; IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SemaphoreSlim_Wait_mE55B1F84E8ADC73D3D804ED0785583BA6F99AA00_RuntimeMethod_var))); } IL_0102: { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_30 = __this->get_m_waitHandle_4(); il2cpp_codegen_memory_barrier(); if (!L_30) { goto IL_0124; } } IL_010c: { int32_t L_31 = __this->get_m_currentCount_0(); il2cpp_codegen_memory_barrier(); if (L_31) { goto IL_0124; } } IL_0116: { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_32 = __this->get_m_waitHandle_4(); il2cpp_codegen_memory_barrier(); NullCheck(L_32); bool L_33; L_33 = EventWaitHandle_Reset_m535429D7CC172C0B95EB8B7B9126B3F3761E2D30(L_32, /*hidden argument*/NULL); } IL_0124: { IL2CPP_LEAVE(0x14E, FINALLY_0126); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0126; } FINALLY_0126: {// begin finally (depth: 1) { bool L_34 = V_3; if (!L_34) { goto IL_0146; } } IL_0129: { int32_t L_35 = __this->get_m_waitCount_2(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_waitCount_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1))); RuntimeObject * L_36 = __this->get_m_lockObj_3(); Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_36, /*hidden argument*/NULL); } IL_0146: { CancellationTokenRegistration_Dispose_mAE8E6F50C883B44EFF2F74E9EA4AD31E9571743F((CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A *)(&V_4), /*hidden argument*/NULL); IL2CPP_END_FINALLY(294) } }// end finally (depth: 1) IL2CPP_CLEANUP(294) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x14E, IL_014e) IL2CPP_JUMP_TBL(0x163, IL_0163) } IL_014e: { Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * L_37 = V_2; if (L_37) { goto IL_0153; } } { bool L_38 = V_1; return L_38; } IL_0153: { Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * L_39 = V_2; NullCheck(L_39); TaskAwaiter_1_t98B8214BA5C5BD14FD8D98B71C67E11FFE8B684C L_40; L_40 = Task_1_GetAwaiter_m64E2534BE0DCF5C693647ECEDC00ED8A7E4FFF9B(L_39, /*hidden argument*/Task_1_GetAwaiter_m64E2534BE0DCF5C693647ECEDC00ED8A7E4FFF9B_RuntimeMethod_var); V_8 = L_40; bool L_41; L_41 = TaskAwaiter_1_GetResult_m2E8DBF88A9C500C0F895D35E7D8A4CB3B638E710((TaskAwaiter_1_t98B8214BA5C5BD14FD8D98B71C67E11FFE8B684C *)(&V_8), /*hidden argument*/TaskAwaiter_1_GetResult_m2E8DBF88A9C500C0F895D35E7D8A4CB3B638E710_RuntimeMethod_var); return L_41; } IL_0163: { bool L_42 = V_7; return L_42; } } // System.Boolean System.Threading.SemaphoreSlim::WaitUntilCountOrTimeout(System.Int32,System.UInt32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SemaphoreSlim_WaitUntilCountOrTimeout_mE7DFAAAB36FF05A47622D110009BD67B0BEF5C31 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, int32_t ___millisecondsTimeout0, uint32_t ___startTime1, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken2, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (-1); goto IL_002d; } IL_0004: { CancellationToken_ThrowIfCancellationRequested_m987F0BEA5521F5575C5E766345C04E7E5E0CD210((CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD *)(&___cancellationToken2), /*hidden argument*/NULL); int32_t L_0 = ___millisecondsTimeout0; if ((((int32_t)L_0) == ((int32_t)(-1)))) { goto IL_001d; } } { uint32_t L_1 = ___startTime1; int32_t L_2 = ___millisecondsTimeout0; int32_t L_3; L_3 = TimeoutHelper_UpdateTimeOut_m94EF171743AFF6C6D7CC7FD8613DE6375F4D0928(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) > ((int32_t)0))) { goto IL_001d; } } { return (bool)0; } IL_001d: { RuntimeObject * L_5 = __this->get_m_lockObj_3(); int32_t L_6 = V_0; bool L_7; L_7 = Monitor_Wait_mB8A4DEDBE7BEE3D2B76F2C3D1E0580277988A9ED(L_5, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_002d; } } { return (bool)0; } IL_002d: { int32_t L_8 = __this->get_m_currentCount_0(); il2cpp_codegen_memory_barrier(); if (!L_8) { goto IL_0004; } } { return (bool)1; } } // System.Threading.Tasks.Task System.Threading.SemaphoreSlim::WaitAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * SemaphoreSlim_WaitAsync_mCE7D6D3A6352F0A56CFFB5ECA7A9752DA0118656 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = V_0; Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * L_1; L_1 = SemaphoreSlim_WaitAsync_m457EC3DFF5573AED0689863220E41AEB3488CE54(__this, (-1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Threading.Tasks.Task`1 System.Threading.SemaphoreSlim::WaitAsync(System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * SemaphoreSlim_WaitAsync_m457EC3DFF5573AED0689863220E41AEB3488CE54 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, int32_t ___millisecondsTimeout0, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_FromCancellation_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m3C15186841F33612A68B89A44894D0B59E6CA158_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * V_2 = NULL; TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * G_B14_0 = NULL; { SemaphoreSlim_CheckDispose_m6681A55A52424AF3C213D88BDE17624C5EED4453(__this, /*hidden argument*/NULL); int32_t L_0 = ___millisecondsTimeout0; if ((((int32_t)L_0) >= ((int32_t)(-1)))) { goto IL_0025; } } { int32_t L_1 = ___millisecondsTimeout0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_2); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var))); String_t* L_4; L_4 = SemaphoreSlim_GetResourceString_mB49FD820696DF0B2EEE37647E24E3B799051A0DC(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE44B786C5DBF9C12544D53D2BB887CAA242494AA)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3B4295C94F6ABA768D4904C3FA966BF5F9497802)), L_3, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SemaphoreSlim_WaitAsync_m457EC3DFF5573AED0689863220E41AEB3488CE54_RuntimeMethod_var))); } IL_0025: { bool L_6; L_6 = CancellationToken_get_IsCancellationRequested_mC0A51CBEAEDE8789A0D04A79B20884ADABEB0D90((CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD *)(&___cancellationToken1), /*hidden argument*/NULL); if (!L_6) { goto IL_0035; } } { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_7 = ___cancellationToken1; IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * L_8; L_8 = Task_FromCancellation_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m3C15186841F33612A68B89A44894D0B59E6CA158(L_7, /*hidden argument*/Task_FromCancellation_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m3C15186841F33612A68B89A44894D0B59E6CA158_RuntimeMethod_var); return L_8; } IL_0035: { RuntimeObject * L_9 = __this->get_m_lockObj_3(); V_0 = L_9; V_1 = (bool)0; } IL_003e: try {// begin try (depth: 1) { RuntimeObject * L_10 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_10, (bool*)(&V_1), /*hidden argument*/NULL); int32_t L_11 = __this->get_m_currentCount_0(); il2cpp_codegen_memory_barrier(); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_008d; } } IL_0051: { int32_t L_12 = __this->get_m_currentCount_0(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_currentCount_0(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_13 = __this->get_m_waitHandle_4(); il2cpp_codegen_memory_barrier(); if (!L_13) { goto IL_0085; } } IL_006d: { int32_t L_14 = __this->get_m_currentCount_0(); il2cpp_codegen_memory_barrier(); if (L_14) { goto IL_0085; } } IL_0077: { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_15 = __this->get_m_waitHandle_4(); il2cpp_codegen_memory_barrier(); NullCheck(L_15); bool L_16; L_16 = EventWaitHandle_Reset_m535429D7CC172C0B95EB8B7B9126B3F3761E2D30(L_15, /*hidden argument*/NULL); } IL_0085: { IL2CPP_RUNTIME_CLASS_INIT(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var); Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * L_17 = ((SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_StaticFields*)il2cpp_codegen_static_fields_for(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var))->get_s_trueTask_7(); V_2 = L_17; IL2CPP_LEAVE(0xBA, FINALLY_00b0); } IL_008d: { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_18; L_18 = SemaphoreSlim_CreateAndAddAsyncWaiter_m99F9137FC5F35E84BDD39866B78E7F0B9CC3E324(__this, /*hidden argument*/NULL); V_3 = L_18; int32_t L_19 = ___millisecondsTimeout0; if ((!(((uint32_t)L_19) == ((uint32_t)(-1))))) { goto IL_00a1; } } IL_0098: { bool L_20; L_20 = CancellationToken_get_CanBeCanceled_m6E3578EE53E9E051760D798F120A1EB4357B4E09((CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD *)(&___cancellationToken1), /*hidden argument*/NULL); if (!L_20) { goto IL_00ac; } } IL_00a1: { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_21 = V_3; int32_t L_22 = ___millisecondsTimeout0; CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_23 = ___cancellationToken1; Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * L_24; L_24 = SemaphoreSlim_WaitUntilCountOrTimeoutAsync_mDC94D9B33D339D5EB3B148DD1A20AB756D2605A2(__this, L_21, L_22, L_23, /*hidden argument*/NULL); G_B14_0 = L_24; goto IL_00ad; } IL_00ac: { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_25 = V_3; G_B14_0 = ((Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 *)(L_25)); } IL_00ad: { V_2 = G_B14_0; IL2CPP_LEAVE(0xBA, FINALLY_00b0); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b0; } FINALLY_00b0: {// begin finally (depth: 1) { bool L_26 = V_1; if (!L_26) { goto IL_00b9; } } IL_00b3: { RuntimeObject * L_27 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_27, /*hidden argument*/NULL); } IL_00b9: { IL2CPP_END_FINALLY(176) } }// end finally (depth: 1) IL2CPP_CLEANUP(176) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xBA, IL_00ba) } IL_00ba: { Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * L_28 = V_2; return L_28; } } // System.Threading.SemaphoreSlim/TaskNode System.Threading.SemaphoreSlim::CreateAndAddAsyncWaiter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * SemaphoreSlim_CreateAndAddAsyncWaiter_m99F9137FC5F35E84BDD39866B78E7F0B9CC3E324 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * V_0 = NULL; { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_0 = (TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E *)il2cpp_codegen_object_new(TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E_il2cpp_TypeInfo_var); TaskNode__ctor_mE9083242BFA4E0A84E77A456C9AEF90CEC319125(L_0, /*hidden argument*/NULL); V_0 = L_0; TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_1 = __this->get_m_asyncHead_5(); if (L_1) { goto IL_001e; } } { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_2 = V_0; __this->set_m_asyncHead_5(L_2); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_3 = V_0; __this->set_m_asyncTail_6(L_3); goto IL_003d; } IL_001e: { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_4 = __this->get_m_asyncTail_6(); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_5 = V_0; NullCheck(L_4); L_4->set_Next_44(L_5); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_6 = V_0; TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_7 = __this->get_m_asyncTail_6(); NullCheck(L_6); L_6->set_Prev_43(L_7); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_8 = V_0; __this->set_m_asyncTail_6(L_8); } IL_003d: { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_9 = V_0; return L_9; } } // System.Boolean System.Threading.SemaphoreSlim::RemoveAsyncWaiter(System.Threading.SemaphoreSlim/TaskNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SemaphoreSlim_RemoveAsyncWaiter_mAB647C1BFA150E42C789C6AC2831D083BECFB967 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * ___task0, const RuntimeMethod* method) { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * V_0 = NULL; int32_t G_B3_0 = 0; int32_t G_B5_0 = 0; int32_t G_B4_0 = 0; int32_t G_B7_0 = 0; int32_t G_B6_0 = 0; int32_t G_B9_0 = 0; int32_t G_B8_0 = 0; int32_t G_B11_0 = 0; int32_t G_B10_0 = 0; { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_0 = __this->get_m_asyncHead_5(); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_1 = ___task0; if ((((RuntimeObject*)(TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E *)L_0) == ((RuntimeObject*)(TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E *)L_1))) { goto IL_0014; } } { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_2 = ___task0; NullCheck(L_2); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_3 = L_2->get_Prev_43(); G_B3_0 = ((!(((RuntimeObject*)(TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E *)L_3) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); goto IL_0015; } IL_0014: { G_B3_0 = 1; } IL_0015: { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_4 = ___task0; NullCheck(L_4); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_5 = L_4->get_Next_44(); G_B4_0 = G_B3_0; if (!L_5) { G_B5_0 = G_B3_0; goto IL_002e; } } { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_6 = ___task0; NullCheck(L_6); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_7 = L_6->get_Next_44(); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_8 = ___task0; NullCheck(L_8); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_9 = L_8->get_Prev_43(); NullCheck(L_7); L_7->set_Prev_43(L_9); G_B5_0 = G_B4_0; } IL_002e: { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_10 = ___task0; NullCheck(L_10); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_11 = L_10->get_Prev_43(); G_B6_0 = G_B5_0; if (!L_11) { G_B7_0 = G_B5_0; goto IL_0047; } } { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_12 = ___task0; NullCheck(L_12); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_13 = L_12->get_Prev_43(); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_14 = ___task0; NullCheck(L_14); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_15 = L_14->get_Next_44(); NullCheck(L_13); L_13->set_Next_44(L_15); G_B7_0 = G_B6_0; } IL_0047: { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_16 = __this->get_m_asyncHead_5(); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_17 = ___task0; G_B8_0 = G_B7_0; if ((!(((RuntimeObject*)(TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E *)L_16) == ((RuntimeObject*)(TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E *)L_17)))) { G_B9_0 = G_B7_0; goto IL_005c; } } { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_18 = ___task0; NullCheck(L_18); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_19 = L_18->get_Next_44(); __this->set_m_asyncHead_5(L_19); G_B9_0 = G_B8_0; } IL_005c: { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_20 = __this->get_m_asyncTail_6(); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_21 = ___task0; G_B10_0 = G_B9_0; if ((!(((RuntimeObject*)(TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E *)L_20) == ((RuntimeObject*)(TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E *)L_21)))) { G_B11_0 = G_B9_0; goto IL_0071; } } { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_22 = ___task0; NullCheck(L_22); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_23 = L_22->get_Prev_43(); __this->set_m_asyncTail_6(L_23); G_B11_0 = G_B10_0; } IL_0071: { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_24 = ___task0; TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_25 = ___task0; V_0 = (TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E *)NULL; NullCheck(L_25); L_25->set_Prev_43((TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E *)NULL); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_26 = V_0; NullCheck(L_24); L_24->set_Next_44(L_26); return (bool)G_B11_0; } } // System.Threading.Tasks.Task`1 System.Threading.SemaphoreSlim::WaitUntilCountOrTimeoutAsync(System.Threading.SemaphoreSlim/TaskNode,System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * SemaphoreSlim_WaitUntilCountOrTimeoutAsync_mDC94D9B33D339D5EB3B148DD1A20AB756D2605A2 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * ___asyncWaiter0, int32_t ___millisecondsTimeout1, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mBC561A7D3C58F7050164F12545143B38F27A0ACE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F_m742C2693BD79D2C80E8CDEB1F156696C520D77FF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m6271C6DBE85B91D9D221CD190207C8DC3EA02A07_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F V_0; memset((&V_0), 0, sizeof(V_0)); AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5 V_1; memset((&V_1), 0, sizeof(V_1)); { (&V_0)->set_U3CU3E4__this_6(__this); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_0 = ___asyncWaiter0; (&V_0)->set_asyncWaiter_3(L_0); int32_t L_1 = ___millisecondsTimeout1; (&V_0)->set_millisecondsTimeout_4(L_1); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = ___cancellationToken2; (&V_0)->set_cancellationToken_2(L_2); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5 L_3; L_3 = AsyncTaskMethodBuilder_1_Create_mBC561A7D3C58F7050164F12545143B38F27A0ACE(/*hidden argument*/AsyncTaskMethodBuilder_1_Create_mBC561A7D3C58F7050164F12545143B38F27A0ACE_RuntimeMethod_var); (&V_0)->set_U3CU3Et__builder_1(L_3); (&V_0)->set_U3CU3E1__state_0((-1)); U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F L_4 = V_0; AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5 L_5 = L_4.get_U3CU3Et__builder_1(); V_1 = L_5; AsyncTaskMethodBuilder_1_Start_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F_m742C2693BD79D2C80E8CDEB1F156696C520D77FF((AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5 *)(&V_1), (U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_1_Start_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F_m742C2693BD79D2C80E8CDEB1F156696C520D77FF_RuntimeMethod_var); AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5 * L_6 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * L_7; L_7 = AsyncTaskMethodBuilder_1_get_Task_m6271C6DBE85B91D9D221CD190207C8DC3EA02A07((AsyncTaskMethodBuilder_1_tABE1DEF12F121D6FC8ABF04869ED964FF83EA9B5 *)L_6, /*hidden argument*/AsyncTaskMethodBuilder_1_get_Task_m6271C6DBE85B91D9D221CD190207C8DC3EA02A07_RuntimeMethod_var); return L_7; } } // System.Int32 System.Threading.SemaphoreSlim::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SemaphoreSlim_Release_m219D3186074599681AF919E9F8AAE1EE6D23B538 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = SemaphoreSlim_Release_m866EAAB5C1144F288FCF17C422C03733EAAF8FBF(__this, 1, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Threading.SemaphoreSlim::Release(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SemaphoreSlim_Release_m866EAAB5C1144F288FCF17C422C03733EAAF8FBF (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, int32_t ___releaseCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { SemaphoreSlim_CheckDispose_m6681A55A52424AF3C213D88BDE17624C5EED4453(__this, /*hidden argument*/NULL); int32_t L_0 = ___releaseCount0; if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0025; } } { int32_t L_1 = ___releaseCount0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_2); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var))); String_t* L_4; L_4 = SemaphoreSlim_GetResourceString_mB49FD820696DF0B2EEE37647E24E3B799051A0DC(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral90D7BFE7809B32F15F0362B2DE5E5E815C3E0B25)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDEB2ED530C7D4900E96408253EFCB69D8279D13D)), L_3, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SemaphoreSlim_Release_m866EAAB5C1144F288FCF17C422C03733EAAF8FBF_RuntimeMethod_var))); } IL_0025: { RuntimeObject * L_6 = __this->get_m_lockObj_3(); V_1 = L_6; V_2 = (bool)0; } IL_002e: try {// begin try (depth: 1) { RuntimeObject * L_7 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_7, (bool*)(&V_2), /*hidden argument*/NULL); int32_t L_8 = __this->get_m_currentCount_0(); il2cpp_codegen_memory_barrier(); V_3 = L_8; int32_t L_9 = V_3; V_0 = L_9; int32_t L_10 = __this->get_m_maxCount_1(); int32_t L_11 = V_3; int32_t L_12 = ___releaseCount0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11))) >= ((int32_t)L_12))) { goto IL_0052; } } IL_004c: { SemaphoreFullException_tEC3066DE47D27E7FFEDFB57703A17E44A6F4A741 * L_13 = (SemaphoreFullException_tEC3066DE47D27E7FFEDFB57703A17E44A6F4A741 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SemaphoreFullException_tEC3066DE47D27E7FFEDFB57703A17E44A6F4A741_il2cpp_TypeInfo_var))); SemaphoreFullException__ctor_m35B8FD1E9DDF7C483C1111CC9BF44EF48F8E5ED2(L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SemaphoreSlim_Release_m866EAAB5C1144F288FCF17C422C03733EAAF8FBF_RuntimeMethod_var))); } IL_0052: { int32_t L_14 = V_3; int32_t L_15 = ___releaseCount0; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)); int32_t L_16 = __this->get_m_waitCount_2(); il2cpp_codegen_memory_barrier(); V_4 = L_16; int32_t L_17 = V_3; if ((((int32_t)L_17) == ((int32_t)1))) { goto IL_0069; } } IL_0064: { int32_t L_18 = V_4; if ((!(((uint32_t)L_18) == ((uint32_t)1)))) { goto IL_0076; } } IL_0069: { RuntimeObject * L_19 = __this->get_m_lockObj_3(); Monitor_Pulse_m690EF6269492676F5A9A20430D3CC9363D54A17D(L_19, /*hidden argument*/NULL); goto IL_0086; } IL_0076: { int32_t L_20 = V_4; if ((((int32_t)L_20) <= ((int32_t)1))) { goto IL_0086; } } IL_007b: { RuntimeObject * L_21 = __this->get_m_lockObj_3(); Monitor_PulseAll_m9A871A997A8AF65B3DDD3B02FA37EB6B70C2DE0C(L_21, /*hidden argument*/NULL); } IL_0086: { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_22 = __this->get_m_asyncHead_5(); if (!L_22) { goto IL_00c5; } } IL_008e: { int32_t L_23 = V_3; int32_t L_24 = V_4; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)L_24)); goto IL_00b8; } IL_0096: { int32_t L_25 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)); int32_t L_26 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1)); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_27 = __this->get_m_asyncHead_5(); V_6 = L_27; TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_28 = V_6; bool L_29; L_29 = SemaphoreSlim_RemoveAsyncWaiter_mAB647C1BFA150E42C789C6AC2831D083BECFB967(__this, L_28, /*hidden argument*/NULL); TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_30 = V_6; IL2CPP_RUNTIME_CLASS_INIT(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var); SemaphoreSlim_QueueWaiterTask_mD12C66302F4500592F26D883B409088E112B6CB1(L_30, /*hidden argument*/NULL); } IL_00b8: { int32_t L_31 = V_5; if ((((int32_t)L_31) <= ((int32_t)0))) { goto IL_00c5; } } IL_00bd: { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_32 = __this->get_m_asyncHead_5(); if (L_32) { goto IL_0096; } } IL_00c5: { int32_t L_33 = V_3; il2cpp_codegen_memory_barrier(); __this->set_m_currentCount_0(L_33); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_34 = __this->get_m_waitHandle_4(); il2cpp_codegen_memory_barrier(); if (!L_34) { goto IL_00ed; } } IL_00d8: { int32_t L_35 = V_0; if (L_35) { goto IL_00ed; } } IL_00db: { int32_t L_36 = V_3; if ((((int32_t)L_36) <= ((int32_t)0))) { goto IL_00ed; } } IL_00df: { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_37 = __this->get_m_waitHandle_4(); il2cpp_codegen_memory_barrier(); NullCheck(L_37); bool L_38; L_38 = EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38(L_37, /*hidden argument*/NULL); } IL_00ed: { IL2CPP_LEAVE(0xF9, FINALLY_00ef); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ef; } FINALLY_00ef: {// begin finally (depth: 1) { bool L_39 = V_2; if (!L_39) { goto IL_00f8; } } IL_00f2: { RuntimeObject * L_40 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_40, /*hidden argument*/NULL); } IL_00f8: { IL2CPP_END_FINALLY(239) } }// end finally (depth: 1) IL2CPP_CLEANUP(239) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF9, IL_00f9) } IL_00f9: { int32_t L_41 = V_0; return L_41; } } // System.Void System.Threading.SemaphoreSlim::QueueWaiterTask(System.Threading.SemaphoreSlim/TaskNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim_QueueWaiterTask_mD12C66302F4500592F26D883B409088E112B6CB1 (TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * ___waiterTask0, const RuntimeMethod* method) { { TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * L_0 = ___waiterTask0; ThreadPool_UnsafeQueueCustomWorkItem_m577D7B58F5E11C8D582C600F2E94033BDB9B93EE(L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.SemaphoreSlim::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim_Dispose_m4CB3DED95380D6313D53004EEA37E55A9A1358E6 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(5 /* System.Void System.Threading.SemaphoreSlim::Dispose(System.Boolean) */, __this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.SemaphoreSlim::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim_Dispose_m7A7B2F14FF3170BD33D0A2DB3AA1D31D35FACD40 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; if (!L_0) { goto IL_0038; } } { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_1 = __this->get_m_waitHandle_4(); il2cpp_codegen_memory_barrier(); if (!L_1) { goto IL_0023; } } { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_2 = __this->get_m_waitHandle_4(); il2cpp_codegen_memory_barrier(); NullCheck(L_2); VirtualActionInvoker0::Invoke(13 /* System.Void System.Threading.WaitHandle::Close() */, L_2); il2cpp_codegen_memory_barrier(); __this->set_m_waitHandle_4((ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA *)NULL); } IL_0023: { __this->set_m_lockObj_3(NULL); __this->set_m_asyncHead_5((TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E *)NULL); __this->set_m_asyncTail_6((TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E *)NULL); } IL_0038: { return; } } // System.Void System.Threading.SemaphoreSlim::CancellationTokenCanceledEventHandler(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim_CancellationTokenCanceledEventHandler_m73954480DC5DDB683B23E0DDECE3487BD397D7AE (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___obj0; V_0 = ((SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 *)IsInstClass((RuntimeObject*)L_0, SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var)); SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * L_1 = V_0; NullCheck(L_1); RuntimeObject * L_2 = L_1->get_m_lockObj_3(); V_1 = L_2; V_2 = (bool)0; } IL_0010: try {// begin try (depth: 1) RuntimeObject * L_3 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_3, (bool*)(&V_2), /*hidden argument*/NULL); SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5 = L_4->get_m_lockObj_3(); Monitor_PulseAll_m9A871A997A8AF65B3DDD3B02FA37EB6B70C2DE0C(L_5, /*hidden argument*/NULL); IL2CPP_LEAVE(0x2F, FINALLY_0025); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0025; } FINALLY_0025: {// begin finally (depth: 1) { bool L_6 = V_2; if (!L_6) { goto IL_002e; } } IL_0028: { RuntimeObject * L_7 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_7, /*hidden argument*/NULL); } IL_002e: { IL2CPP_END_FINALLY(37) } }// end finally (depth: 1) IL2CPP_CLEANUP(37) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2F, IL_002f) } IL_002f: { return; } } // System.Void System.Threading.SemaphoreSlim::CheckDispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim_CheckDispose_m6681A55A52424AF3C213D88BDE17624C5EED4453 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_lockObj_3(); if (L_0) { goto IL_0019; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var))); String_t* L_1; L_1 = SemaphoreSlim_GetResourceString_mB49FD820696DF0B2EEE37647E24E3B799051A0DC(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA32647E4564E7A61139D99DCABC5D2B51CE4EBA5)), /*hidden argument*/NULL); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_2 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mC830C2F97D5314DF72EEFFE749E7F7FB467D0382(L_2, (String_t*)NULL, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SemaphoreSlim_CheckDispose_m6681A55A52424AF3C213D88BDE17624C5EED4453_RuntimeMethod_var))); } IL_0019: { return; } } // System.String System.Threading.SemaphoreSlim::GetResourceString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SemaphoreSlim_GetResourceString_mB49FD820696DF0B2EEE37647E24E3B799051A0DC (String_t* ___str0, const RuntimeMethod* method) { { String_t* L_0 = ___str0; String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Threading.SemaphoreSlim::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim__cctor_mD7A41DC3EA56F3CA42D13E0C7A2C4DC6CEF0D5F1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SemaphoreSlim_CancellationTokenCanceledEventHandler_m73954480DC5DDB683B23E0DDECE3487BD397D7AE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1__ctor_m918C753A186C807D54213232F270ECF74B60A4ED_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = V_0; Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * L_1 = (Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 *)il2cpp_codegen_object_new(Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849_il2cpp_TypeInfo_var); Task_1__ctor_m918C753A186C807D54213232F270ECF74B60A4ED(L_1, (bool)0, (bool)1, ((int32_t)16384), L_0, /*hidden argument*/Task_1__ctor_m918C753A186C807D54213232F270ECF74B60A4ED_RuntimeMethod_var); ((SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_StaticFields*)il2cpp_codegen_static_fields_for(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var))->set_s_trueTask_7(L_1); Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_2 = (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)il2cpp_codegen_object_new(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC_il2cpp_TypeInfo_var); Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158(L_2, NULL, (intptr_t)((intptr_t)SemaphoreSlim_CancellationTokenCanceledEventHandler_m73954480DC5DDB683B23E0DDECE3487BD397D7AE_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_RuntimeMethod_var); ((SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_StaticFields*)il2cpp_codegen_static_fields_for(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var))->set_s_cancellationTokenCanceledEventHandler_9(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 // System.Void System.Threading.SendOrPostCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SendOrPostCallback__ctor_m68774F2BDC46DE2BA6C3D61D66481FD4D994F6A4 (SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * __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.SendOrPostCallback::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SendOrPostCallback_Invoke_m352534ED0E61440A793944CC44809F666BBC1461 (SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * __this, RuntimeObject * ___state0, 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)(___state0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___state0, 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, ___state0); else GenericVirtualActionInvoker0::Invoke(targetMethod, ___state0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___state0); else VirtualActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___state0); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___state0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___state0, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___state0, 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 // Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateSearchBase(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * SequentialSearchPrimeGeneratorBase_GenerateSearchBase_m6CE840843EFBE5983663FD4BC36A715C3F3816E4 (SequentialSearchPrimeGeneratorBase_tA8F49F8D3052B1EA430CA0166445ED3773A710FE * __this, int32_t ___bits0, RuntimeObject * ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___bits0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_1; L_1 = BigInteger_GenerateRandom_mE5F0D05CC99BA615CE392D5432E780B374830A7C(L_0, /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_2 = L_1; NullCheck(L_2); BigInteger_SetBit_mFE962D95D677451E62ECBD7C468E00D7D4308D56(L_2, 0, /*hidden argument*/NULL); return L_2; } } // Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateNewPrime(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * SequentialSearchPrimeGeneratorBase_GenerateNewPrime_m5591F1218EF6B8087BA4C3124855263A9B653F66 (SequentialSearchPrimeGeneratorBase_tA8F49F8D3052B1EA430CA0166445ED3773A710FE * __this, int32_t ___bits0, const RuntimeMethod* method) { { int32_t L_0 = ___bits0; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_1; L_1 = VirtualFuncInvoker2< BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *, int32_t, RuntimeObject * >::Invoke(9 /* Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateNewPrime(System.Int32,System.Object) */, __this, L_0, NULL); return L_1; } } // Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateNewPrime(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * SequentialSearchPrimeGeneratorBase_GenerateNewPrime_m85E7FA5E40E066781A3DA84A6727EC32A59BB744 (SequentialSearchPrimeGeneratorBase_tA8F49F8D3052B1EA430CA0166445ED3773A710FE * __this, int32_t ___bits0, RuntimeObject * ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_0 = NULL; uint32_t V_1 = 0; int32_t V_2 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_3 = NULL; int32_t V_4 = 0; { int32_t L_0 = ___bits0; RuntimeObject * L_1 = ___context1; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_2; L_2 = VirtualFuncInvoker2< BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *, int32_t, RuntimeObject * >::Invoke(8 /* Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateSearchBase(System.Int32,System.Object) */, __this, L_0, L_1); V_0 = L_2; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); uint32_t L_4; L_4 = BigInteger_op_Modulus_mCCBB000313896B2ACFDD6853DD23BB01A8549203(L_3, ((int32_t)-1060120681), /*hidden argument*/NULL); V_1 = L_4; int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 Mono.Math.Prime.Generator.PrimeGeneratorBase::get_TrialDivisionBounds() */, __this); V_2 = L_5; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ((BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var))->get_smallPrimes_2(); V_3 = L_6; } IL_0022: { uint32_t L_7 = V_1; if (!((int32_t)((uint32_t)(int32_t)L_7%(uint32_t)(int32_t)3))) { goto IL_009d; } } { uint32_t L_8 = V_1; if (!((int32_t)((uint32_t)(int32_t)L_8%(uint32_t)(int32_t)5))) { goto IL_009d; } } { uint32_t L_9 = V_1; if (!((int32_t)((uint32_t)(int32_t)L_9%(uint32_t)(int32_t)7))) { goto IL_009d; } } { uint32_t L_10 = V_1; if (!((int32_t)((uint32_t)(int32_t)L_10%(uint32_t)(int32_t)((int32_t)11)))) { goto IL_009d; } } { uint32_t L_11 = V_1; if (!((int32_t)((uint32_t)(int32_t)L_11%(uint32_t)(int32_t)((int32_t)13)))) { goto IL_009d; } } { uint32_t L_12 = V_1; if (!((int32_t)((uint32_t)(int32_t)L_12%(uint32_t)(int32_t)((int32_t)17)))) { goto IL_009d; } } { uint32_t L_13 = V_1; if (!((int32_t)((uint32_t)(int32_t)L_13%(uint32_t)(int32_t)((int32_t)19)))) { goto IL_009d; } } { uint32_t L_14 = V_1; if (!((int32_t)((uint32_t)(int32_t)L_14%(uint32_t)(int32_t)((int32_t)23)))) { goto IL_009d; } } { uint32_t L_15 = V_1; if (!((int32_t)((uint32_t)(int32_t)L_15%(uint32_t)(int32_t)((int32_t)29)))) { goto IL_009d; } } { V_4 = ((int32_t)10); goto IL_006d; } IL_005b: { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_16 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17 = V_3; int32_t L_18 = V_4; NullCheck(L_17); int32_t L_19 = L_18; uint32_t L_20 = (L_17)->GetAt(static_cast(L_19)); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); uint32_t L_21; L_21 = BigInteger_op_Modulus_mCCBB000313896B2ACFDD6853DD23BB01A8549203(L_16, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_009d; } } { int32_t L_22 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_006d: { int32_t L_23 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = V_3; NullCheck(L_24); if ((((int32_t)L_23) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))) { goto IL_007d; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = V_3; int32_t L_26 = V_4; NullCheck(L_25); int32_t L_27 = L_26; uint32_t L_28 = (L_25)->GetAt(static_cast(L_27)); int32_t L_29 = V_2; if ((((int64_t)((int64_t)((uint64_t)L_28))) <= ((int64_t)((int64_t)((int64_t)L_29))))) { goto IL_005b; } } IL_007d: { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_30 = V_0; RuntimeObject * L_31 = ___context1; bool L_32; L_32 = VirtualFuncInvoker2< bool, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *, RuntimeObject * >::Invoke(10 /* System.Boolean Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::IsPrimeAcceptable(Mono.Math.BigInteger,System.Object) */, __this, L_30, L_31); if (!L_32) { goto IL_009d; } } { PrimalityTest_tACCB9F1C059A66CADCC2AB71638267E2487F06AF * L_33; L_33 = VirtualFuncInvoker0< PrimalityTest_tACCB9F1C059A66CADCC2AB71638267E2487F06AF * >::Invoke(5 /* Mono.Math.Prime.PrimalityTest Mono.Math.Prime.Generator.PrimeGeneratorBase::get_PrimalityTest() */, __this); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_34 = V_0; int32_t L_35; L_35 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* Mono.Math.Prime.ConfidenceFactor Mono.Math.Prime.Generator.PrimeGeneratorBase::get_Confidence() */, __this); NullCheck(L_33); bool L_36; L_36 = PrimalityTest_Invoke_m433AF035443E04FA6E469A8AA5174000C724C026(L_33, L_34, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_009d; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_37 = V_0; return L_37; } IL_009d: { uint32_t L_38 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)2)); uint32_t L_39 = V_1; if ((!(((uint32_t)L_39) >= ((uint32_t)((int32_t)-1060120681))))) { goto IL_00b1; } } { uint32_t L_40 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)((int32_t)-1060120681))); } IL_00b1: { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_41 = V_0; NullCheck(L_41); BigInteger_Incr2_mF92F7655038027F432149BAED5EB279E42F848BE(L_41, /*hidden argument*/NULL); goto IL_0022; } } // System.Boolean Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::IsPrimeAcceptable(Mono.Math.BigInteger,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SequentialSearchPrimeGeneratorBase_IsPrimeAcceptable_m41D58C13C5922870C9BF0E056035E1DF80F560E3 (SequentialSearchPrimeGeneratorBase_tA8F49F8D3052B1EA430CA0166445ED3773A710FE * __this, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi0, RuntimeObject * ___context1, const RuntimeMethod* method) { { return (bool)1; } } // System.Void Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SequentialSearchPrimeGeneratorBase__ctor_mB9BCBEFA682CAB40EDF542904DD5D27776FEA9F7 (SequentialSearchPrimeGeneratorBase_tA8F49F8D3052B1EA430CA0166445ED3773A710FE * __this, const RuntimeMethod* method) { { PrimeGeneratorBase__ctor_m1D35642324142ED80CB1CA2F3F6F7D4623E20A0B(__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.SerObjectInfoCache::.ctor(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerObjectInfoCache__ctor_mE4E7ACCDA23EEF2C15A773FAA70272EE1E873D50 (SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * __this, String_t* ___typeName0, String_t* ___assemblyName1, bool ___hasTypeForwardedFrom2, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___typeName0; __this->set_fullTypeName_0(L_0); String_t* L_1 = ___assemblyName1; __this->set_assemblyString_1(L_1); bool L_2 = ___hasTypeForwardedFrom2; __this->set_hasTypeForwardedFrom_2(L_2); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerObjectInfoCache__ctor_mDE2698F7032E91C8C40D227F20055F73A09C9F5D (SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeInformation_t3503150669B72C7392EACBC8F63F3E0392C3B34B * V_0 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55_il2cpp_TypeInfo_var); TypeInformation_t3503150669B72C7392EACBC8F63F3E0392C3B34B * L_1; L_1 = BinaryFormatter_GetTypeInformation_mB696802B967C7BD1BF92485E27B37641924B73C0(L_0, /*hidden argument*/NULL); V_0 = L_1; TypeInformation_t3503150669B72C7392EACBC8F63F3E0392C3B34B * L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = TypeInformation_get_FullTypeName_m3E33D8F86351026BB74096903B1BBAE9FF92FAA6_inline(L_2, /*hidden argument*/NULL); __this->set_fullTypeName_0(L_3); TypeInformation_t3503150669B72C7392EACBC8F63F3E0392C3B34B * L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = TypeInformation_get_AssemblyString_mF553289FCF9278C908848EBA2623785D71C5DCB9_inline(L_4, /*hidden argument*/NULL); __this->set_assemblyString_1(L_5); TypeInformation_t3503150669B72C7392EACBC8F63F3E0392C3B34B * L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = TypeInformation_get_HasTypeForwardedFrom_mCFD6E93F8D69856B5F8904F1BFCCD794697A6472_inline(L_6, /*hidden argument*/NULL); __this->set_hasTypeForwardedFrom_2(L_7); 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.SerObjectInfoInit::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerObjectInfoInit__ctor_m31E9F10525909C185268D7009B72A7606CB51BB3 (SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5657B27A64DB3FCAAD03B4CA6147B5C5AA9D7AA0); 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_seenBeforeTable_0(L_0); __this->set_objectInfoIdCount_1(1); SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * L_1 = (SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC *)il2cpp_codegen_object_new(SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC_il2cpp_TypeInfo_var); SerStack__ctor_m38DAFB1E80ABAB3D3C42452D4B59D06971C8F1A8(L_1, _stringLiteral5657B27A64DB3FCAAD03B4CA6147B5C5AA9D7AA0, /*hidden argument*/NULL); __this->set_oiPool_2(L_1); 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.SerStack::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerStack__ctor_m38DAFB1E80ABAB3D3C42452D4B59D06971C8F1A8 (SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * __this, String_t* ___stackId0, 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)5); __this->set_objects_0(L_0); __this->set_top_2((-1)); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_1 = ___stackId0; __this->set_stackId_1(L_1); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.SerStack::Push(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerStack_Push_m9D578A969CAD881D721B85426A4B986955677C9F (SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_top_2(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = __this->get_objects_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), (int32_t)1)))))) { goto IL_0018; } } { SerStack_IncreaseCapacity_m4C5C6FC3D94C760D21C64EE134D7AB448C6D2416(__this, /*hidden argument*/NULL); } IL_0018: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = __this->get_objects_0(); int32_t L_3 = __this->get_top_2(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); int32_t L_4 = V_0; __this->set_top_2(L_4); int32_t L_5 = V_0; RuntimeObject * L_6 = ___obj0; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_6); (L_2)->SetAt(static_cast(L_5), (RuntimeObject *)L_6); return; } } // System.Object System.Runtime.Serialization.Formatters.Binary.SerStack::Pop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerStack_Pop_m31A5DAA2374B9F44C7DE55AF28C16EA810E4AFD8 (SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_top_2(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000b; } } { return NULL; } IL_000b: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = __this->get_objects_0(); int32_t L_2 = __this->get_top_2(); NullCheck(L_1); int32_t L_3 = L_2; RuntimeObject * L_4 = (L_1)->GetAt(static_cast(L_3)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = __this->get_objects_0(); int32_t L_6 = __this->get_top_2(); V_0 = L_6; int32_t L_7 = V_0; __this->set_top_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_0; NullCheck(L_5); ArrayElementTypeCheck (L_5, NULL); (L_5)->SetAt(static_cast(L_8), (RuntimeObject *)NULL); return L_4; } } // System.Void System.Runtime.Serialization.Formatters.Binary.SerStack::IncreaseCapacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerStack_IncreaseCapacity_m4C5C6FC3D94C760D21C64EE134D7AB448C6D2416 (SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * __this, 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; { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = __this->get_objects_0(); NullCheck(L_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)2))); V_0 = L_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = __this->get_objects_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = __this->get_objects_0(); NullCheck(L_4); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_2, 0, (RuntimeArray *)(RuntimeArray *)L_3, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = V_0; __this->set_objects_0(L_5); return; } } // System.Object System.Runtime.Serialization.Formatters.Binary.SerStack::Peek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerStack_Peek_m0D71713DB0DD1624334107836E8C15D0D3D305F7 (SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_top_2(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000b; } } { return NULL; } IL_000b: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = __this->get_objects_0(); int32_t L_2 = __this->get_top_2(); NullCheck(L_1); int32_t L_3 = L_2; RuntimeObject * L_4 = (L_1)->GetAt(static_cast(L_3)); return L_4; } } // System.Object System.Runtime.Serialization.Formatters.Binary.SerStack::PeekPeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerStack_PeekPeek_mD00F1E2D431DDDA4F49E43B7BF475ACFD0A5BEFD (SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_top_2(); if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_000b; } } { return NULL; } IL_000b: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = __this->get_objects_0(); int32_t L_2 = __this->get_top_2(); NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); RuntimeObject * L_4 = (L_1)->GetAt(static_cast(L_3)); return L_4; } } // System.Boolean System.Runtime.Serialization.Formatters.Binary.SerStack::IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerStack_IsEmpty_m0E7BCE7D0C4CAAB07B5643C5441202CE5396547F (SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_top_2(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_000b; } } { return (bool)0; } IL_000b: { 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.SerializableAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializableAttribute__ctor_m03554B73E9B8E028B203FF13B9E7618283668480 (SerializableAttribute_t80789FFA2FC65374560ADA1CE7D29F3849AE9052 * __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.Serialization.SerializationBinder::BindToName(System.Type,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationBinder_BindToName_m615849EC5AF8D47F80E51A24367270C5F02702D7 (SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * __this, Type_t * ___serializedType0, String_t** ___assemblyName1, String_t** ___typeName2, const RuntimeMethod* method) { { String_t** L_0 = ___assemblyName1; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); String_t** L_1 = ___typeName2; *((RuntimeObject **)L_1) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL); return; } } // System.Void System.Runtime.Serialization.SerializationBinder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationBinder__ctor_mC5D82058B357956D51C945B13E11177BEBB8EEF2 (SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * __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 // Conversion methods for marshalling of: System.Runtime.Serialization.SerializationEntry IL2CPP_EXTERN_C void SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshal_pinvoke(const SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E& unmarshaled, SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshaled_pinvoke& marshaled) { Exception_t* ___m_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_type' of type 'SerializationEntry': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_type_0Exception, NULL); } IL2CPP_EXTERN_C void SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshal_pinvoke_back(const SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshaled_pinvoke& marshaled, SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E& unmarshaled) { Exception_t* ___m_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_type' of type 'SerializationEntry': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_type_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Runtime.Serialization.SerializationEntry IL2CPP_EXTERN_C void SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshal_pinvoke_cleanup(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Runtime.Serialization.SerializationEntry IL2CPP_EXTERN_C void SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshal_com(const SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E& unmarshaled, SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshaled_com& marshaled) { Exception_t* ___m_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_type' of type 'SerializationEntry': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_type_0Exception, NULL); } IL2CPP_EXTERN_C void SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshal_com_back(const SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshaled_com& marshaled, SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E& unmarshaled) { Exception_t* ___m_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_type' of type 'SerializationEntry': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_type_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Runtime.Serialization.SerializationEntry IL2CPP_EXTERN_C void SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshal_com_cleanup(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshaled_com& marshaled) { } // System.Object System.Runtime.Serialization.SerializationEntry::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m7D4406AB9EF2F4ADE65FFC23C4F79EB1A3749BD6 (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_value_1(); return L_0; } } IL2CPP_EXTERN_C RuntimeObject * SerializationEntry_get_Value_m7D4406AB9EF2F4ADE65FFC23C4F79EB1A3749BD6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = SerializationEntry_get_Value_m7D4406AB9EF2F4ADE65FFC23C4F79EB1A3749BD6_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Runtime.Serialization.SerializationEntry::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m1314B9BFC9D6CFCC607FF1B2B748583DAEB1D1E2 (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_2(); return L_0; } } IL2CPP_EXTERN_C String_t* SerializationEntry_get_Name_m1314B9BFC9D6CFCC607FF1B2B748583DAEB1D1E2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = SerializationEntry_get_Name_m1314B9BFC9D6CFCC607FF1B2B748583DAEB1D1E2_inline(_thisAdjusted, method); return _returnValue; } // System.Void System.Runtime.Serialization.SerializationEntry::.ctor(System.String,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEntry__ctor_mEB65E58DBA8F9BA3CC9E9D701F02CE67A1A8E68D (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, String_t* ___entryName0, RuntimeObject * ___entryValue1, Type_t * ___entryType2, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___entryValue1; __this->set_m_value_1(L_0); String_t* L_1 = ___entryName0; __this->set_m_name_2(L_1); Type_t * L_2 = ___entryType2; __this->set_m_type_0(L_2); return; } } IL2CPP_EXTERN_C void SerializationEntry__ctor_mEB65E58DBA8F9BA3CC9E9D701F02CE67A1A8E68D_AdjustorThunk (RuntimeObject * __this, String_t* ___entryName0, RuntimeObject * ___entryValue1, Type_t * ___entryType2, const RuntimeMethod* method) { SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); SerializationEntry__ctor_mEB65E58DBA8F9BA3CC9E9D701F02CE67A1A8E68D(_thisAdjusted, ___entryName0, ___entryValue1, ___entryType2, 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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 (SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * __this, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___context0' to native representation StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke ____context0_marshaled = {}; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshal_pinvoke(___context0, ____context0_marshaled); // Native function invocation il2cppPInvokeFunc(____context0_marshaled); // Marshaling cleanup of parameter '___context0' native representation StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshal_pinvoke_cleanup(____context0_marshaled); } // System.Void System.Runtime.Serialization.SerializationEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEventHandler__ctor_m6D3E07E0F738F83A1CD8FA88B37A071092B9546A (SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * __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.Runtime.Serialization.SerializationEventHandler::Invoke(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEventHandler_Invoke_m8C14BB651E92C0CD0724ED245340E24658EDC51B (SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * __this, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context0, 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) (StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___context0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___context0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___context0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___context0, 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 // System.Collections.Generic.List`1 System.Runtime.Serialization.SerializationEvents::GetMethodsWithAttribute(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * SerializationEvents_GetMethodsWithAttribute_m8D49B4CAEF22FE84273088B8BC309EA356F66242 (SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * __this, Type_t * ___attribute0, Type_t * ___t1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC79BE811CB4BF9FE0C933D8CC01BCB6C5F1EAC8F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Reverse_m1A41EA641D3493371E03F51AFBA8CFBDB7C88025_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m3C888313B73CFAA9196022BCADD304B04ED400D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mEBDEAE2CB37171E654950F70EDAB1B93AD01CB64_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * V_0 = NULL; Type_t * V_1 = NULL; MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E* V_2 = NULL; int32_t V_3 = 0; MethodInfo_t * V_4 = NULL; { List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * L_0 = (List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 *)il2cpp_codegen_object_new(List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4_il2cpp_TypeInfo_var); List_1__ctor_m3C888313B73CFAA9196022BCADD304B04ED400D2(L_0, /*hidden argument*/List_1__ctor_m3C888313B73CFAA9196022BCADD304B04ED400D2_RuntimeMethod_var); V_0 = L_0; Type_t * L_1 = ___t1; V_1 = L_1; goto IL_0040; } IL_000a: { Type_t * L_2 = V_1; NullCheck(L_2); MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E* L_3; L_3 = VirtualFuncInvoker1< MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E*, int32_t >::Invoke(44 /* System.Reflection.MethodInfo[] System.Type::GetMethods(System.Reflection.BindingFlags) */, L_2, ((int32_t)54)); V_2 = L_3; V_3 = 0; goto IL_0033; } IL_0017: { MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E* L_4 = V_2; int32_t L_5 = V_3; NullCheck(L_4); int32_t L_6 = L_5; MethodInfo_t * L_7 = (L_4)->GetAt(static_cast(L_6)); V_4 = L_7; MethodInfo_t * L_8 = V_4; Type_t * L_9 = ___attribute0; NullCheck(L_8); bool L_10; L_10 = VirtualFuncInvoker2< bool, Type_t *, bool >::Invoke(14 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_8, L_9, (bool)0); if (!L_10) { goto IL_002f; } } { List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * L_11 = V_0; MethodInfo_t * L_12 = V_4; NullCheck(L_11); List_1_Add_mC79BE811CB4BF9FE0C933D8CC01BCB6C5F1EAC8F(L_11, L_12, /*hidden argument*/List_1_Add_mC79BE811CB4BF9FE0C933D8CC01BCB6C5F1EAC8F_RuntimeMethod_var); } IL_002f: { int32_t L_13 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0033: { int32_t L_14 = V_3; MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E* L_15 = V_2; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))) { goto IL_0017; } } { Type_t * L_16 = V_1; NullCheck(L_16); Type_t * L_17; L_17 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_16); V_1 = L_17; } IL_0040: { Type_t * L_18 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_19; L_19 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_18, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_19) { goto IL_005b; } } { Type_t * L_20 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22; L_22 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_21, /*hidden argument*/NULL); bool L_23; L_23 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_20, L_22, /*hidden argument*/NULL); if (L_23) { goto IL_000a; } } IL_005b: { List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * L_24 = V_0; NullCheck(L_24); List_1_Reverse_m1A41EA641D3493371E03F51AFBA8CFBDB7C88025(L_24, /*hidden argument*/List_1_Reverse_m1A41EA641D3493371E03F51AFBA8CFBDB7C88025_RuntimeMethod_var); List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * L_25 = V_0; NullCheck(L_25); int32_t L_26; L_26 = List_1_get_Count_mEBDEAE2CB37171E654950F70EDAB1B93AD01CB64_inline(L_25, /*hidden argument*/List_1_get_Count_mEBDEAE2CB37171E654950F70EDAB1B93AD01CB64_RuntimeMethod_var); if (!L_26) { goto IL_006b; } } { List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * L_27 = V_0; return L_27; } IL_006b: { return (List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 *)NULL; } } // System.Void System.Runtime.Serialization.SerializationEvents::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents__ctor_mBF32A5BF1BBF3270CF8340C97292842A93AB892D (SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * __this, Type_t * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnSerializedAttribute_t657F39E10FF507FA398435D2BEC205FC6744978A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); Type_t * L_2 = ___t0; List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * L_3; L_3 = SerializationEvents_GetMethodsWithAttribute_m8D49B4CAEF22FE84273088B8BC309EA356F66242(__this, L_1, L_2, /*hidden argument*/NULL); __this->set_m_OnSerializingMethods_0(L_3); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (OnSerializedAttribute_t657F39E10FF507FA398435D2BEC205FC6744978A_0_0_0_var) }; Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); Type_t * L_6 = ___t0; List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * L_7; L_7 = SerializationEvents_GetMethodsWithAttribute_m8D49B4CAEF22FE84273088B8BC309EA356F66242(__this, L_5, L_6, /*hidden argument*/NULL); __this->set_m_OnSerializedMethods_1(L_7); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573_0_0_0_var) }; Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_8, /*hidden argument*/NULL); Type_t * L_10 = ___t0; List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * L_11; L_11 = SerializationEvents_GetMethodsWithAttribute_m8D49B4CAEF22FE84273088B8BC309EA356F66242(__this, L_9, L_10, /*hidden argument*/NULL); __this->set_m_OnDeserializingMethods_2(L_11); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946_0_0_0_var) }; Type_t * L_13; L_13 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_12, /*hidden argument*/NULL); Type_t * L_14 = ___t0; List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * L_15; L_15 = SerializationEvents_GetMethodsWithAttribute_m8D49B4CAEF22FE84273088B8BC309EA356F66242(__this, L_13, L_14, /*hidden argument*/NULL); __this->set_m_OnDeserializedMethods_3(L_15); return; } } // System.Boolean System.Runtime.Serialization.SerializationEvents::get_HasOnSerializingEvents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationEvents_get_HasOnSerializingEvents_m2E78CCE16651EDBD792FF5177C8EE95DBA42C012 (SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * __this, const RuntimeMethod* method) { { List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * L_0 = __this->get_m_OnSerializingMethods_0(); if (L_0) { goto IL_0012; } } { List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * L_1 = __this->get_m_OnSerializedMethods_1(); return (bool)((!(((RuntimeObject*)(List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 *)L_1) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_0012: { return (bool)1; } } // System.Void System.Runtime.Serialization.SerializationEvents::InvokeOnSerializing(System.Object,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents_InvokeOnSerializing_m1B4BABB1B0FA9A95E4A57C2FEFEA0ED5D15E7241 (SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * __this, RuntimeObject * ___obj0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m89414B3B26724F55CD66EA1C78084039B49762EA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m6525F1306D032D73088A34485FB44A73017D8ECB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m645AB2795578AB0ED982C4DB9540C75E1A9729EE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m141708E738EB3917E44A653E8A6AB2E970F7B401_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * V_0 = NULL; Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F V_1; memset((&V_1), 0, sizeof(V_1)); MethodInfo_t * V_2 = NULL; SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * L_0 = __this->get_m_OnSerializingMethods_0(); if (!L_0) { goto IL_0069; } } { V_0 = (SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 *)NULL; List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * L_1 = __this->get_m_OnSerializingMethods_0(); NullCheck(L_1); Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F L_2; L_2 = List_1_GetEnumerator_m141708E738EB3917E44A653E8A6AB2E970F7B401(L_1, /*hidden argument*/List_1_GetEnumerator_m141708E738EB3917E44A653E8A6AB2E970F7B401_RuntimeMethod_var); V_1 = L_2; } IL_0016: try {// begin try (depth: 1) { goto IL_0049; } IL_0018: { MethodInfo_t * L_3; L_3 = Enumerator_get_Current_m645AB2795578AB0ED982C4DB9540C75E1A9729EE_inline((Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F *)(&V_1), /*hidden argument*/Enumerator_get_Current_m645AB2795578AB0ED982C4DB9540C75E1A9729EE_RuntimeMethod_var); V_2 = L_3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); RuntimeObject * L_6 = ___obj0; MethodInfo_t * L_7 = V_2; Delegate_t * L_8; L_8 = Delegate_CreateDelegateNoSecurityCheck_m9F9197210A296EAA4004BD3DD4E4B18735F3079A(((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)CastclassClass((RuntimeObject*)L_5, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)), L_6, L_7, /*hidden argument*/NULL); V_3 = ((SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 *)CastclassSealed((RuntimeObject*)L_8, SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_il2cpp_TypeInfo_var)); SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_9 = V_0; SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_10 = V_3; Delegate_t * L_11; L_11 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_9, L_10, /*hidden argument*/NULL); V_0 = ((SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 *)CastclassSealed((RuntimeObject*)L_11, SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_il2cpp_TypeInfo_var)); } IL_0049: { bool L_12; L_12 = Enumerator_MoveNext_m6525F1306D032D73088A34485FB44A73017D8ECB((Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m6525F1306D032D73088A34485FB44A73017D8ECB_RuntimeMethod_var); if (L_12) { goto IL_0018; } } IL_0052: { IL2CPP_LEAVE(0x62, FINALLY_0054); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0054; } FINALLY_0054: {// begin finally (depth: 1) Enumerator_Dispose_m89414B3B26724F55CD66EA1C78084039B49762EA((Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F *)(&V_1), /*hidden argument*/Enumerator_Dispose_m89414B3B26724F55CD66EA1C78084039B49762EA_RuntimeMethod_var); IL2CPP_END_FINALLY(84) }// end finally (depth: 1) IL2CPP_CLEANUP(84) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x62, IL_0062) } IL_0062: { SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_13 = V_0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_14 = ___context1; NullCheck(L_13); SerializationEventHandler_Invoke_m8C14BB651E92C0CD0724ED245340E24658EDC51B(L_13, L_14, /*hidden argument*/NULL); } IL_0069: { return; } } // System.Void System.Runtime.Serialization.SerializationEvents::InvokeOnDeserializing(System.Object,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents_InvokeOnDeserializing_mDAE8B802DC87FC6E3D3CBC552E6C7DA204625E91 (SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * __this, RuntimeObject * ___obj0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m89414B3B26724F55CD66EA1C78084039B49762EA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m6525F1306D032D73088A34485FB44A73017D8ECB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m645AB2795578AB0ED982C4DB9540C75E1A9729EE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m141708E738EB3917E44A653E8A6AB2E970F7B401_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * V_0 = NULL; Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F V_1; memset((&V_1), 0, sizeof(V_1)); MethodInfo_t * V_2 = NULL; SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * L_0 = __this->get_m_OnDeserializingMethods_2(); if (!L_0) { goto IL_0069; } } { V_0 = (SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 *)NULL; List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * L_1 = __this->get_m_OnDeserializingMethods_2(); NullCheck(L_1); Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F L_2; L_2 = List_1_GetEnumerator_m141708E738EB3917E44A653E8A6AB2E970F7B401(L_1, /*hidden argument*/List_1_GetEnumerator_m141708E738EB3917E44A653E8A6AB2E970F7B401_RuntimeMethod_var); V_1 = L_2; } IL_0016: try {// begin try (depth: 1) { goto IL_0049; } IL_0018: { MethodInfo_t * L_3; L_3 = Enumerator_get_Current_m645AB2795578AB0ED982C4DB9540C75E1A9729EE_inline((Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F *)(&V_1), /*hidden argument*/Enumerator_get_Current_m645AB2795578AB0ED982C4DB9540C75E1A9729EE_RuntimeMethod_var); V_2 = L_3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); RuntimeObject * L_6 = ___obj0; MethodInfo_t * L_7 = V_2; Delegate_t * L_8; L_8 = Delegate_CreateDelegateNoSecurityCheck_m9F9197210A296EAA4004BD3DD4E4B18735F3079A(((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)CastclassClass((RuntimeObject*)L_5, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)), L_6, L_7, /*hidden argument*/NULL); V_3 = ((SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 *)CastclassSealed((RuntimeObject*)L_8, SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_il2cpp_TypeInfo_var)); SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_9 = V_0; SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_10 = V_3; Delegate_t * L_11; L_11 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_9, L_10, /*hidden argument*/NULL); V_0 = ((SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 *)CastclassSealed((RuntimeObject*)L_11, SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_il2cpp_TypeInfo_var)); } IL_0049: { bool L_12; L_12 = Enumerator_MoveNext_m6525F1306D032D73088A34485FB44A73017D8ECB((Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m6525F1306D032D73088A34485FB44A73017D8ECB_RuntimeMethod_var); if (L_12) { goto IL_0018; } } IL_0052: { IL2CPP_LEAVE(0x62, FINALLY_0054); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0054; } FINALLY_0054: {// begin finally (depth: 1) Enumerator_Dispose_m89414B3B26724F55CD66EA1C78084039B49762EA((Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F *)(&V_1), /*hidden argument*/Enumerator_Dispose_m89414B3B26724F55CD66EA1C78084039B49762EA_RuntimeMethod_var); IL2CPP_END_FINALLY(84) }// end finally (depth: 1) IL2CPP_CLEANUP(84) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x62, IL_0062) } IL_0062: { SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_13 = V_0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_14 = ___context1; NullCheck(L_13); SerializationEventHandler_Invoke_m8C14BB651E92C0CD0724ED245340E24658EDC51B(L_13, L_14, /*hidden argument*/NULL); } IL_0069: { return; } } // System.Void System.Runtime.Serialization.SerializationEvents::InvokeOnDeserialized(System.Object,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents_InvokeOnDeserialized_mCC595E632FC9734C51917D05054BD4217F619988 (SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * __this, RuntimeObject * ___obj0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m89414B3B26724F55CD66EA1C78084039B49762EA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m6525F1306D032D73088A34485FB44A73017D8ECB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m645AB2795578AB0ED982C4DB9540C75E1A9729EE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m141708E738EB3917E44A653E8A6AB2E970F7B401_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * V_0 = NULL; Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F V_1; memset((&V_1), 0, sizeof(V_1)); MethodInfo_t * V_2 = NULL; SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * L_0 = __this->get_m_OnDeserializedMethods_3(); if (!L_0) { goto IL_0069; } } { V_0 = (SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 *)NULL; List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * L_1 = __this->get_m_OnDeserializedMethods_3(); NullCheck(L_1); Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F L_2; L_2 = List_1_GetEnumerator_m141708E738EB3917E44A653E8A6AB2E970F7B401(L_1, /*hidden argument*/List_1_GetEnumerator_m141708E738EB3917E44A653E8A6AB2E970F7B401_RuntimeMethod_var); V_1 = L_2; } IL_0016: try {// begin try (depth: 1) { goto IL_0049; } IL_0018: { MethodInfo_t * L_3; L_3 = Enumerator_get_Current_m645AB2795578AB0ED982C4DB9540C75E1A9729EE_inline((Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F *)(&V_1), /*hidden argument*/Enumerator_get_Current_m645AB2795578AB0ED982C4DB9540C75E1A9729EE_RuntimeMethod_var); V_2 = L_3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); RuntimeObject * L_6 = ___obj0; MethodInfo_t * L_7 = V_2; Delegate_t * L_8; L_8 = Delegate_CreateDelegateNoSecurityCheck_m9F9197210A296EAA4004BD3DD4E4B18735F3079A(((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)CastclassClass((RuntimeObject*)L_5, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)), L_6, L_7, /*hidden argument*/NULL); V_3 = ((SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 *)CastclassSealed((RuntimeObject*)L_8, SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_il2cpp_TypeInfo_var)); SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_9 = V_0; SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_10 = V_3; Delegate_t * L_11; L_11 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_9, L_10, /*hidden argument*/NULL); V_0 = ((SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 *)CastclassSealed((RuntimeObject*)L_11, SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_il2cpp_TypeInfo_var)); } IL_0049: { bool L_12; L_12 = Enumerator_MoveNext_m6525F1306D032D73088A34485FB44A73017D8ECB((Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m6525F1306D032D73088A34485FB44A73017D8ECB_RuntimeMethod_var); if (L_12) { goto IL_0018; } } IL_0052: { IL2CPP_LEAVE(0x62, FINALLY_0054); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0054; } FINALLY_0054: {// begin finally (depth: 1) Enumerator_Dispose_m89414B3B26724F55CD66EA1C78084039B49762EA((Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F *)(&V_1), /*hidden argument*/Enumerator_Dispose_m89414B3B26724F55CD66EA1C78084039B49762EA_RuntimeMethod_var); IL2CPP_END_FINALLY(84) }// end finally (depth: 1) IL2CPP_CLEANUP(84) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x62, IL_0062) } IL_0062: { SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_13 = V_0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_14 = ___context1; NullCheck(L_13); SerializationEventHandler_Invoke_m8C14BB651E92C0CD0724ED245340E24658EDC51B(L_13, L_14, /*hidden argument*/NULL); } IL_0069: { return; } } // System.Runtime.Serialization.SerializationEventHandler System.Runtime.Serialization.SerializationEvents::AddOnSerialized(System.Object,System.Runtime.Serialization.SerializationEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * SerializationEvents_AddOnSerialized_mA43E45D3E49F58DB7EC4FEA88B278059CF997A67 (SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * __this, RuntimeObject * ___obj0, SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * ___handler1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m89414B3B26724F55CD66EA1C78084039B49762EA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m6525F1306D032D73088A34485FB44A73017D8ECB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m645AB2795578AB0ED982C4DB9540C75E1A9729EE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m141708E738EB3917E44A653E8A6AB2E970F7B401_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F V_0; memset((&V_0), 0, sizeof(V_0)); MethodInfo_t * V_1 = NULL; SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * L_0 = __this->get_m_OnSerializedMethods_1(); if (!L_0) { goto IL_0061; } } { List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * L_1 = __this->get_m_OnSerializedMethods_1(); NullCheck(L_1); Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F L_2; L_2 = List_1_GetEnumerator_m141708E738EB3917E44A653E8A6AB2E970F7B401(L_1, /*hidden argument*/List_1_GetEnumerator_m141708E738EB3917E44A653E8A6AB2E970F7B401_RuntimeMethod_var); V_0 = L_2; } IL_0014: try {// begin try (depth: 1) { goto IL_0048; } IL_0016: { MethodInfo_t * L_3; L_3 = Enumerator_get_Current_m645AB2795578AB0ED982C4DB9540C75E1A9729EE_inline((Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F *)(&V_0), /*hidden argument*/Enumerator_get_Current_m645AB2795578AB0ED982C4DB9540C75E1A9729EE_RuntimeMethod_var); V_1 = L_3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); RuntimeObject * L_6 = ___obj0; MethodInfo_t * L_7 = V_1; Delegate_t * L_8; L_8 = Delegate_CreateDelegateNoSecurityCheck_m9F9197210A296EAA4004BD3DD4E4B18735F3079A(((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)CastclassClass((RuntimeObject*)L_5, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)), L_6, L_7, /*hidden argument*/NULL); V_2 = ((SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 *)CastclassSealed((RuntimeObject*)L_8, SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_il2cpp_TypeInfo_var)); SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_9 = ___handler1; SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_10 = V_2; Delegate_t * L_11; L_11 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_9, L_10, /*hidden argument*/NULL); ___handler1 = ((SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 *)CastclassSealed((RuntimeObject*)L_11, SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_il2cpp_TypeInfo_var)); } IL_0048: { bool L_12; L_12 = Enumerator_MoveNext_m6525F1306D032D73088A34485FB44A73017D8ECB((Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m6525F1306D032D73088A34485FB44A73017D8ECB_RuntimeMethod_var); if (L_12) { goto IL_0016; } } IL_0051: { IL2CPP_LEAVE(0x61, FINALLY_0053); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0053; } FINALLY_0053: {// begin finally (depth: 1) Enumerator_Dispose_m89414B3B26724F55CD66EA1C78084039B49762EA((Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F *)(&V_0), /*hidden argument*/Enumerator_Dispose_m89414B3B26724F55CD66EA1C78084039B49762EA_RuntimeMethod_var); IL2CPP_END_FINALLY(83) }// end finally (depth: 1) IL2CPP_CLEANUP(83) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x61, IL_0061) } IL_0061: { SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_13 = ___handler1; return L_13; } } // System.Runtime.Serialization.SerializationEventHandler System.Runtime.Serialization.SerializationEvents::AddOnDeserialized(System.Object,System.Runtime.Serialization.SerializationEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * SerializationEvents_AddOnDeserialized_m43F37F41F714B00F58CC64FE36FC1538B362473C (SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * __this, RuntimeObject * ___obj0, SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * ___handler1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m89414B3B26724F55CD66EA1C78084039B49762EA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m6525F1306D032D73088A34485FB44A73017D8ECB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m645AB2795578AB0ED982C4DB9540C75E1A9729EE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m141708E738EB3917E44A653E8A6AB2E970F7B401_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F V_0; memset((&V_0), 0, sizeof(V_0)); MethodInfo_t * V_1 = NULL; SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * L_0 = __this->get_m_OnDeserializedMethods_3(); if (!L_0) { goto IL_0061; } } { List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * L_1 = __this->get_m_OnDeserializedMethods_3(); NullCheck(L_1); Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F L_2; L_2 = List_1_GetEnumerator_m141708E738EB3917E44A653E8A6AB2E970F7B401(L_1, /*hidden argument*/List_1_GetEnumerator_m141708E738EB3917E44A653E8A6AB2E970F7B401_RuntimeMethod_var); V_0 = L_2; } IL_0014: try {// begin try (depth: 1) { goto IL_0048; } IL_0016: { MethodInfo_t * L_3; L_3 = Enumerator_get_Current_m645AB2795578AB0ED982C4DB9540C75E1A9729EE_inline((Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F *)(&V_0), /*hidden argument*/Enumerator_get_Current_m645AB2795578AB0ED982C4DB9540C75E1A9729EE_RuntimeMethod_var); V_1 = L_3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); RuntimeObject * L_6 = ___obj0; MethodInfo_t * L_7 = V_1; Delegate_t * L_8; L_8 = Delegate_CreateDelegateNoSecurityCheck_m9F9197210A296EAA4004BD3DD4E4B18735F3079A(((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)CastclassClass((RuntimeObject*)L_5, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)), L_6, L_7, /*hidden argument*/NULL); V_2 = ((SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 *)CastclassSealed((RuntimeObject*)L_8, SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_il2cpp_TypeInfo_var)); SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_9 = ___handler1; SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_10 = V_2; Delegate_t * L_11; L_11 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_9, L_10, /*hidden argument*/NULL); ___handler1 = ((SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 *)CastclassSealed((RuntimeObject*)L_11, SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1_il2cpp_TypeInfo_var)); } IL_0048: { bool L_12; L_12 = Enumerator_MoveNext_m6525F1306D032D73088A34485FB44A73017D8ECB((Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m6525F1306D032D73088A34485FB44A73017D8ECB_RuntimeMethod_var); if (L_12) { goto IL_0016; } } IL_0051: { IL2CPP_LEAVE(0x61, FINALLY_0053); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0053; } FINALLY_0053: {// begin finally (depth: 1) Enumerator_Dispose_m89414B3B26724F55CD66EA1C78084039B49762EA((Enumerator_t479E162619A8389640AAD50389C909E43CFD1F2F *)(&V_0), /*hidden argument*/Enumerator_Dispose_m89414B3B26724F55CD66EA1C78084039B49762EA_RuntimeMethod_var); IL2CPP_END_FINALLY(83) }// end finally (depth: 1) IL2CPP_CLEANUP(83) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x61, IL_0061) } IL_0061: { SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_13 = ___handler1; return L_13; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationEvents System.Runtime.Serialization.SerializationEventsCache::GetSerializationEventsForType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * SerializationEventsCache_GetSerializationEventsForType_m30C850151B947349C476FFC773EED0D28A3696E4 (Type_t * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_StaticFields*)il2cpp_codegen_static_fields_for(SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var))->get_cache_0(); Type_t * L_1 = ___t0; NullCheck(L_0); RuntimeObject * L_2; L_2 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1); SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * L_3 = ((SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 *)CastclassClass((RuntimeObject*)L_2, SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8_il2cpp_TypeInfo_var)); V_0 = L_3; if (L_3) { goto IL_005c; } } { IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = ((SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_StaticFields*)il2cpp_codegen_static_fields_for(SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var))->get_cache_0(); NullCheck(L_4); RuntimeObject * L_5; L_5 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(40 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_4); V_1 = L_5; V_2 = (bool)0; } IL_0021: try {// begin try (depth: 1) { RuntimeObject * L_6 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_6, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = ((SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_StaticFields*)il2cpp_codegen_static_fields_for(SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var))->get_cache_0(); Type_t * L_8 = ___t0; NullCheck(L_7); RuntimeObject * L_9; L_9 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_8); SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * L_10 = ((SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 *)CastclassClass((RuntimeObject*)L_9, SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8_il2cpp_TypeInfo_var)); V_0 = L_10; if (L_10) { goto IL_0050; } } IL_003d: { Type_t * L_11 = ___t0; SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * L_12 = (SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 *)il2cpp_codegen_object_new(SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8_il2cpp_TypeInfo_var); SerializationEvents__ctor_mBF32A5BF1BBF3270CF8340C97292842A93AB892D(L_12, L_11, /*hidden argument*/NULL); V_0 = L_12; IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_13 = ((SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_StaticFields*)il2cpp_codegen_static_fields_for(SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var))->get_cache_0(); Type_t * L_14 = ___t0; SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * L_15 = V_0; NullCheck(L_13); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_13, L_14, L_15); } IL_0050: { IL2CPP_LEAVE(0x5C, FINALLY_0052); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0052; } FINALLY_0052: {// begin finally (depth: 1) { bool L_16 = V_2; if (!L_16) { goto IL_005b; } } IL_0055: { RuntimeObject * L_17 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_17, /*hidden argument*/NULL); } IL_005b: { IL2CPP_END_FINALLY(82) } }// end finally (depth: 1) IL2CPP_CLEANUP(82) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5C, IL_005c) } IL_005c: { SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * L_18 = V_0; return L_18; } } // System.Void System.Runtime.Serialization.SerializationEventsCache::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEventsCache__cctor_m20C81D09FC64EC46A91EAA744EE097AA404E4FCE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_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); ((SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_StaticFields*)il2cpp_codegen_static_fields_for(SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var))->set_cache_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.Runtime.Serialization.SerializationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_mE798CA7487C384162AE182B8E9DF80BD0CCFD3D8 (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var); String_t* L_0 = ((SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_StaticFields*)il2cpp_codegen_static_fields_for(SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))->get__nullMessage_17(); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233076), /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3 (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233076), /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m03F01FDBEB6469CCD85942C5C62BD46FFC6CE11C (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; SystemException__ctor_m14A39C396B94BEE4EFEA201FB748572011855A94(__this, L_0, L_1, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233076), /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.SerializationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m856CB28685DEE4E60D1EB3BF4C29416248B58529 (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.SerializationException::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__cctor_m52D7AE6D101345C643FA381660C76F2825F6A94A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral801702C389E1BB48CBFA33EFC0FBC8AED9A7A0B9); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteral801702C389E1BB48CBFA33EFC0FBC8AED9A7A0B9, /*hidden argument*/NULL); ((SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_StaticFields*)il2cpp_codegen_static_fields_for(SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))->set__nullMessage_17(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.Reflection.Module System.Runtime.Serialization.SerializationFieldInfo::get_Module() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * SerializationFieldInfo_get_Module_m2E53D74A9B31E6791D4394E5A3B10D554D145A54 (SerializationFieldInfo_t0D5EE593AFBF37E72513E2979070B344BCBD8C55 * __this, const RuntimeMethod* method) { { RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * L_0 = __this->get_m_field_0(); NullCheck(L_0); Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * L_1; L_1 = VirtualFuncInvoker0< Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * >::Invoke(17 /* System.Reflection.Module System.Reflection.MemberInfo::get_Module() */, L_0); return L_1; } } // System.Int32 System.Runtime.Serialization.SerializationFieldInfo::get_MetadataToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationFieldInfo_get_MetadataToken_mFBF9BD29539950F107CD7216FD5B753E179C6D59 (SerializationFieldInfo_t0D5EE593AFBF37E72513E2979070B344BCBD8C55 * __this, const RuntimeMethod* method) { { RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * L_0 = __this->get_m_field_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Reflection.MemberInfo::get_MetadataToken() */, L_0); return L_1; } } // System.Void System.Runtime.Serialization.SerializationFieldInfo::.ctor(System.Reflection.RuntimeFieldInfo,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationFieldInfo__ctor_m5641573A396F5D06002BA83FB0B060F3A547B4CE (SerializationFieldInfo_t0D5EE593AFBF37E72513E2979070B344BCBD8C55 * __this, RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * ___field0, String_t* ___namePrefix1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20E39C3AB7068FAFD9E4B868E16D2E5BC64D4952); s_Il2CppMethodInitialized = true; } { FieldInfo__ctor_mB7DE8DB0984EB66DFAC04647FA91A987D3724E8B(__this, /*hidden argument*/NULL); RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * L_0 = ___field0; __this->set_m_field_0(L_0); String_t* L_1 = ___namePrefix1; RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * L_2 = __this->get_m_field_0(); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_2); String_t* L_4; L_4 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_1, _stringLiteral20E39C3AB7068FAFD9E4B868E16D2E5BC64D4952, L_3, /*hidden argument*/NULL); __this->set_m_serializationName_1(L_4); return; } } // System.String System.Runtime.Serialization.SerializationFieldInfo::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationFieldInfo_get_Name_mCAA5C486DCA608B0A0EF8B867A147CB7F844432C (SerializationFieldInfo_t0D5EE593AFBF37E72513E2979070B344BCBD8C55 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_serializationName_1(); return L_0; } } // System.Type System.Runtime.Serialization.SerializationFieldInfo::get_DeclaringType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * SerializationFieldInfo_get_DeclaringType_m2D08F485639839D721A955628FBFF50A9CCF67CE (SerializationFieldInfo_t0D5EE593AFBF37E72513E2979070B344BCBD8C55 * __this, const RuntimeMethod* method) { { RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * L_0 = __this->get_m_field_0(); NullCheck(L_0); Type_t * L_1; L_1 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_0); return L_1; } } // System.Type System.Runtime.Serialization.SerializationFieldInfo::get_ReflectedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * SerializationFieldInfo_get_ReflectedType_mE87B226C7BD0527363B455166D161D7B6A75C387 (SerializationFieldInfo_t0D5EE593AFBF37E72513E2979070B344BCBD8C55 * __this, const RuntimeMethod* method) { { RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * L_0 = __this->get_m_field_0(); NullCheck(L_0); Type_t * L_1; L_1 = VirtualFuncInvoker0< Type_t * >::Invoke(10 /* System.Type System.Reflection.MemberInfo::get_ReflectedType() */, L_0); return L_1; } } // System.Object[] System.Runtime.Serialization.SerializationFieldInfo::GetCustomAttributes(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* SerializationFieldInfo_GetCustomAttributes_m2CCEE90958B35586262BA1942DFBA35FB67A81E9 (SerializationFieldInfo_t0D5EE593AFBF37E72513E2979070B344BCBD8C55 * __this, bool ___inherit0, const RuntimeMethod* method) { { RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * L_0 = __this->get_m_field_0(); bool L_1 = ___inherit0; NullCheck(L_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2; L_2 = VirtualFuncInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, bool >::Invoke(12 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Boolean) */, L_0, L_1); return L_2; } } // System.Object[] System.Runtime.Serialization.SerializationFieldInfo::GetCustomAttributes(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* SerializationFieldInfo_GetCustomAttributes_mED682FDFE626EAB6A7994DC2D9F1D9AD13EEE422 (SerializationFieldInfo_t0D5EE593AFBF37E72513E2979070B344BCBD8C55 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { { RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * L_0 = __this->get_m_field_0(); Type_t * L_1 = ___attributeType0; bool L_2 = ___inherit1; NullCheck(L_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3; L_3 = VirtualFuncInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Type_t *, bool >::Invoke(13 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_0, L_1, L_2); return L_3; } } // System.Boolean System.Runtime.Serialization.SerializationFieldInfo::IsDefined(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationFieldInfo_IsDefined_mCCCCE5D06EFE25EA026D8F7F0FB17E359F58B4B7 (SerializationFieldInfo_t0D5EE593AFBF37E72513E2979070B344BCBD8C55 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { { RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * L_0 = __this->get_m_field_0(); Type_t * L_1 = ___attributeType0; bool L_2 = ___inherit1; NullCheck(L_0); bool L_3; L_3 = VirtualFuncInvoker2< bool, Type_t *, bool >::Invoke(14 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_0, L_1, L_2); return L_3; } } // System.Type System.Runtime.Serialization.SerializationFieldInfo::get_FieldType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * SerializationFieldInfo_get_FieldType_m712A2E3BBCC7E3EE4A6E94F4CEBA4B606288574D (SerializationFieldInfo_t0D5EE593AFBF37E72513E2979070B344BCBD8C55 * __this, const RuntimeMethod* method) { { RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * L_0 = __this->get_m_field_0(); NullCheck(L_0); Type_t * L_1; L_1 = VirtualFuncInvoker0< Type_t * >::Invoke(20 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_0); return L_1; } } // System.Object System.Runtime.Serialization.SerializationFieldInfo::GetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationFieldInfo_GetValue_m4ADD6651A91AA16C7B50346147B30F4DE89B7FFD (SerializationFieldInfo_t0D5EE593AFBF37E72513E2979070B344BCBD8C55 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * L_0 = __this->get_m_field_0(); RuntimeObject * L_1 = ___obj0; NullCheck(L_0); RuntimeObject * L_2; L_2 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_0, L_1); return L_2; } } // System.Object System.Runtime.Serialization.SerializationFieldInfo::InternalGetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationFieldInfo_InternalGetValue_mBE5646A350845F1FC5EC7BC04EA067B6C4CE7787 (SerializationFieldInfo_t0D5EE593AFBF37E72513E2979070B344BCBD8C55 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179 * V_0 = NULL; { RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * L_0 = __this->get_m_field_0(); V_0 = ((RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179 *)IsInstClass((RuntimeObject*)L_0, RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179_il2cpp_TypeInfo_var)); RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179 * L_1 = V_0; bool L_2; L_2 = FieldInfo_op_Inequality_m5E2B5FF4334B861A92933D078C4B06FA11AA731A(L_1, (FieldInfo_t *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0024; } } { RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179 * L_3 = V_0; RuntimeObject * L_4 = ___obj0; NullCheck(L_3); RtFieldInfo_CheckConsistency_m28F7A25287F16DBF5FD78D9A1D74F465F5375532(L_3, L_4, /*hidden argument*/NULL); RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179 * L_5 = V_0; RuntimeObject * L_6 = ___obj0; NullCheck(L_5); RuntimeObject * L_7; L_7 = RtFieldInfo_UnsafeGetValue_m3B4541F1F6FA9B95A5A6F3062E13E6115AEF4EE8(L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_0024: { RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * L_8 = __this->get_m_field_0(); RuntimeObject * L_9 = ___obj0; NullCheck(L_8); RuntimeObject * L_10; L_10 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_8, L_9); return L_10; } } // System.Void System.Runtime.Serialization.SerializationFieldInfo::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationFieldInfo_SetValue_m85EDCC41E5C288B3837B4A11F884CB20396A1B05 (SerializationFieldInfo_t0D5EE593AFBF37E72513E2979070B344BCBD8C55 * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, int32_t ___invokeAttr2, Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___binder3, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture4, const RuntimeMethod* method) { { RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * L_0 = __this->get_m_field_0(); RuntimeObject * L_1 = ___obj0; RuntimeObject * L_2 = ___value1; int32_t L_3 = ___invokeAttr2; Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * L_4 = ___binder3; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5 = ___culture4; NullCheck(L_0); VirtualActionInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(29 /* System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo) */, L_0, L_1, L_2, L_3, L_4, L_5); return; } } // System.Void System.Runtime.Serialization.SerializationFieldInfo::InternalSetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationFieldInfo_InternalSetValue_m113437739C892C9753B15A3DBBFF67946F8A3093 (SerializationFieldInfo_t0D5EE593AFBF37E72513E2979070B344BCBD8C55 * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, int32_t ___invokeAttr2, Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___binder3, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179 * V_0 = NULL; { RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * L_0 = __this->get_m_field_0(); V_0 = ((RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179 *)IsInstClass((RuntimeObject*)L_0, RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179_il2cpp_TypeInfo_var)); RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179 * L_1 = V_0; bool L_2; L_2 = FieldInfo_op_Inequality_m5E2B5FF4334B861A92933D078C4B06FA11AA731A(L_1, (FieldInfo_t *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_002a; } } { RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179 * L_3 = V_0; RuntimeObject * L_4 = ___obj0; NullCheck(L_3); RtFieldInfo_CheckConsistency_m28F7A25287F16DBF5FD78D9A1D74F465F5375532(L_3, L_4, /*hidden argument*/NULL); RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179 * L_5 = V_0; RuntimeObject * L_6 = ___obj0; RuntimeObject * L_7 = ___value1; int32_t L_8 = ___invokeAttr2; Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * L_9 = ___binder3; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10 = ___culture4; NullCheck(L_5); RtFieldInfo_UnsafeSetValue_mF1E327917E811AB3F0EC90596F973824EB140EEB(L_5, L_6, L_7, L_8, L_9, L_10, /*hidden argument*/NULL); return; } IL_002a: { RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * L_11 = __this->get_m_field_0(); RuntimeObject * L_12 = ___obj0; RuntimeObject * L_13 = ___value1; int32_t L_14 = ___invokeAttr2; Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * L_15 = ___binder3; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_16 = ___culture4; NullCheck(L_11); VirtualActionInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(29 /* System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo) */, L_11, L_12, L_13, L_14, L_15, L_16); return; } } // System.Reflection.RuntimeFieldInfo System.Runtime.Serialization.SerializationFieldInfo::get_FieldInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * SerializationFieldInfo_get_FieldInfo_mAC0600A5AE4105AD55C1677ED5FE2DD257F0BC67 (SerializationFieldInfo_t0D5EE593AFBF37E72513E2979070B344BCBD8C55 * __this, const RuntimeMethod* method) { { RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * L_0 = __this->get_m_field_0(); return L_0; } } // System.RuntimeFieldHandle System.Runtime.Serialization.SerializationFieldInfo::get_FieldHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 SerializationFieldInfo_get_FieldHandle_m9AEB2D2932E2D4F3216AC5C027A4B564B0ECBC80 (SerializationFieldInfo_t0D5EE593AFBF37E72513E2979070B344BCBD8C55 * __this, const RuntimeMethod* method) { { RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * L_0 = __this->get_m_field_0(); NullCheck(L_0); RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_1; L_1 = VirtualFuncInvoker0< RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 >::Invoke(19 /* System.RuntimeFieldHandle System.Reflection.FieldInfo::get_FieldHandle() */, L_0); return L_1; } } // System.Reflection.FieldAttributes System.Runtime.Serialization.SerializationFieldInfo::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationFieldInfo_get_Attributes_mF710A341DFF4079F86BC849C46D2D4B49A583811 (SerializationFieldInfo_t0D5EE593AFBF37E72513E2979070B344BCBD8C55 * __this, const RuntimeMethod* method) { { RuntimeFieldInfo_t9A67C36552ACE9F3BFC87DB94709424B2E8AB70C * L_0 = __this->get_m_field_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(18 /* System.Reflection.FieldAttributes System.Reflection.FieldInfo::get_Attributes() */, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationHeaderRecord__ctor_m8F3A8276EE3046E0530FD91E36943DA171C9A3E6 (SerializationHeaderRecord_t58AFB2ADC0098B395661EE07EC90016CAA2F06D4 * __this, const RuntimeMethod* method) { { __this->set_binaryFormatterMajorVersion_0(1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::.ctor(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationHeaderRecord__ctor_m8E3BCFABF5AEA29C9AF659AA5C4CC85DFE400A28 (SerializationHeaderRecord_t58AFB2ADC0098B395661EE07EC90016CAA2F06D4 * __this, int32_t ___binaryHeaderEnum0, int32_t ___topId1, int32_t ___headerId2, int32_t ___majorVersion3, int32_t ___minorVersion4, const RuntimeMethod* method) { { __this->set_binaryFormatterMajorVersion_0(1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___binaryHeaderEnum0; __this->set_binaryHeaderEnum_2(L_0); int32_t L_1 = ___topId1; __this->set_topId_3(L_1); int32_t L_2 = ___headerId2; __this->set_headerId_4(L_2); int32_t L_3 = ___majorVersion3; __this->set_majorVersion_5(L_3); int32_t L_4 = ___minorVersion4; __this->set_minorVersion_6(L_4); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationHeaderRecord_Write_m4A93B7B3AA72674298FFCF6AAA457597E87E9608 (SerializationHeaderRecord_t58AFB2ADC0098B395661EE07EC90016CAA2F06D4 * __this, __BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694 * ___sout0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_binaryFormatterMajorVersion_0(); __this->set_majorVersion_5(L_0); int32_t L_1 = __this->get_binaryFormatterMinorVersion_1(); __this->set_minorVersion_6(L_1); __BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694 * L_2 = ___sout0; int32_t L_3 = __this->get_binaryHeaderEnum_2(); NullCheck(L_2); __BinaryWriter_WriteByte_m2231AC47173E06BAEB8B980CA093149233BB7E58(L_2, (uint8_t)((int32_t)((uint8_t)L_3)), /*hidden argument*/NULL); __BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694 * L_4 = ___sout0; int32_t L_5 = __this->get_topId_3(); NullCheck(L_4); __BinaryWriter_WriteInt32_mFF6CAD2270D5EFA7C9FB28FA7DBFF27E44A6ADA5(L_4, L_5, /*hidden argument*/NULL); __BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694 * L_6 = ___sout0; int32_t L_7 = __this->get_headerId_4(); NullCheck(L_6); __BinaryWriter_WriteInt32_mFF6CAD2270D5EFA7C9FB28FA7DBFF27E44A6ADA5(L_6, L_7, /*hidden argument*/NULL); __BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694 * L_8 = ___sout0; int32_t L_9 = __this->get_binaryFormatterMajorVersion_0(); NullCheck(L_8); __BinaryWriter_WriteInt32_mFF6CAD2270D5EFA7C9FB28FA7DBFF27E44A6ADA5(L_8, L_9, /*hidden argument*/NULL); __BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694 * L_10 = ___sout0; int32_t L_11 = __this->get_binaryFormatterMinorVersion_1(); NullCheck(L_10); __BinaryWriter_WriteInt32_mFF6CAD2270D5EFA7C9FB28FA7DBFF27E44A6ADA5(L_10, L_11, /*hidden argument*/NULL); return; } } // System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::GetInt32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationHeaderRecord_GetInt32_mFB0E1EAEA12039451E5100786B3E98CE50602FE1 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___buffer0; int32_t L_5 = ___index1; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___buffer0; int32_t L_9 = ___index1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___buffer0; int32_t L_13 = ___index1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3|(int32_t)((int32_t)((int32_t)L_7<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)((int32_t)24))))); } } // System.Void System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::Read(System.Runtime.Serialization.Formatters.Binary.__BinaryParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationHeaderRecord_Read_m599DC9170F83364470539D13FE3E2435676C8E67 (SerializationHeaderRecord_t58AFB2ADC0098B395661EE07EC90016CAA2F06D4 * __this, __BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66 * ___input0, const RuntimeMethod* method) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { __BinaryParser_t802C51A36F1F21CB577579D1ECDC51396DE5EF66 * L_0 = ___input0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = __BinaryParser_ReadBytes_mD3DE743C603CD10AAC93C27EA7F765E24931BA8A(L_0, ((int32_t)17), /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; NullCheck(L_2); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))) >= ((int32_t)((int32_t)17)))) { goto IL_0015; } } { __Error_EndOfFile_mAE96F835209F0F50C05DF2855CC766AD86D59FD0(/*hidden argument*/NULL); } IL_0015: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; int32_t L_4; L_4 = SerializationHeaderRecord_GetInt32_mFB0E1EAEA12039451E5100786B3E98CE50602FE1(L_3, ((int32_t)9), /*hidden argument*/NULL); __this->set_majorVersion_5(L_4); int32_t L_5 = __this->get_majorVersion_5(); int32_t L_6 = __this->get_binaryFormatterMajorVersion_0(); if ((((int32_t)L_5) <= ((int32_t)L_6))) { goto IL_0050; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (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_8 = L_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))); String_t* L_10; L_10 = BitConverter_ToString_mD476DB63219FD7C7FFB472ABEB04A8BB2D171F30(L_9, /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_10); (L_8)->SetAt(static_cast(0), (RuntimeObject *)L_10); String_t* L_11; L_11 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral68C29F65E78DD6DDF73CAF45609DF3C77B3F6F78)), L_8, /*hidden argument*/NULL); SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_12 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationHeaderRecord_Read_m599DC9170F83364470539D13FE3E2435676C8E67_RuntimeMethod_var))); } IL_0050: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; NullCheck(L_13); int32_t L_14 = 0; uint8_t L_15 = (L_13)->GetAt(static_cast(L_14)); __this->set_binaryHeaderEnum_2(L_15); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_0; int32_t L_17; L_17 = SerializationHeaderRecord_GetInt32_mFB0E1EAEA12039451E5100786B3E98CE50602FE1(L_16, 1, /*hidden argument*/NULL); __this->set_topId_3(L_17); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_0; int32_t L_19; L_19 = SerializationHeaderRecord_GetInt32_mFB0E1EAEA12039451E5100786B3E98CE50602FE1(L_18, 5, /*hidden argument*/NULL); __this->set_headerId_4(L_19); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_0; int32_t L_21; L_21 = SerializationHeaderRecord_GetInt32_mFB0E1EAEA12039451E5100786B3E98CE50602FE1(L_20, ((int32_t)13), /*hidden argument*/NULL); __this->set_minorVersion_6(L_21); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::Dump() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationHeaderRecord_Dump_m0BFE9D8B3289CA064138E1C0F2B7A6894BC54AEE (SerializationHeaderRecord_t58AFB2ADC0098B395661EE07EC90016CAA2F06D4 * __this, const RuntimeMethod* method) { { 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.SerializationInfo::.ctor(System.Type,System.Runtime.Serialization.IFormatterConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo__ctor_m469B0075FDE7408A4CC1659BD55DAC24D1D32C5E (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, Type_t * ___type0, RuntimeObject* ___converter1, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; RuntimeObject* L_1 = ___converter1; SerializationInfo__ctor_m5DE7EB4F92EF8AA74020D9DC0F89612A7FB5A879(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.SerializationInfo::.ctor(System.Type,System.Runtime.Serialization.IFormatterConverter,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo__ctor_m5DE7EB4F92EF8AA74020D9DC0F89612A7FB5A879 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, Type_t * ___type0, RuntimeObject* ___converter1, bool ___requireSameTokenInPartialTrust2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mE1EA1831B6EF3BA9C2F807622B58DA3A0605B912_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type0; if (L_0) { goto IL_0014; } } { 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*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationInfo__ctor_m5DE7EB4F92EF8AA74020D9DC0F89612A7FB5A879_RuntimeMethod_var))); } IL_0014: { RuntimeObject* L_2 = ___converter1; if (L_2) { goto IL_0022; } } { 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*)&_stringLiteral5E8864981A1D9D7DF38E3ABBDE863B7C527DFF86)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationInfo__ctor_m5DE7EB4F92EF8AA74020D9DC0F89612A7FB5A879_RuntimeMethod_var))); } IL_0022: { Type_t * L_4 = ___type0; __this->set_objectType_11(L_4); Type_t * L_5 = ___type0; NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_5); __this->set_m_fullTypeName_9(L_6); Type_t * L_7 = ___type0; NullCheck(L_7); Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * L_8; L_8 = VirtualFuncInvoker0< Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * >::Invoke(17 /* System.Reflection.Module System.Reflection.MemberInfo::get_Module() */, L_7); NullCheck(L_8); Assembly_t * L_9; L_9 = VirtualFuncInvoker0< Assembly_t * >::Invoke(10 /* System.Reflection.Assembly System.Reflection.Module::get_Assembly() */, L_8); NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Reflection.Assembly::get_FullName() */, L_9); __this->set_m_assemName_10(L_10); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_m_members_3(L_11); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_m_data_4(L_12); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_13 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_m_types_5(L_13); Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * L_14 = (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 *)il2cpp_codegen_object_new(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162_il2cpp_TypeInfo_var); Dictionary_2__ctor_mE1EA1831B6EF3BA9C2F807622B58DA3A0605B912(L_14, /*hidden argument*/Dictionary_2__ctor_mE1EA1831B6EF3BA9C2F807622B58DA3A0605B912_RuntimeMethod_var); __this->set_m_nameToIndex_6(L_14); RuntimeObject* L_15 = ___converter1; __this->set_m_converter_8(L_15); bool L_16 = ___requireSameTokenInPartialTrust2; __this->set_requireSameTokenInPartialTrust_14(L_16); return; } } // System.String System.Runtime.Serialization.SerializationInfo::get_FullTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfo_get_FullTypeName_m340F80416DC406C3937D6A94E7CCE5B8AE131A2C (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_fullTypeName_9(); return L_0; } } // System.String System.Runtime.Serialization.SerializationInfo::get_AssemblyName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfo_get_AssemblyName_m465FBC7828A5B12936569E79BD874DD8B8FE1C1F (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_assemName_10(); return L_0; } } // System.Void System.Runtime.Serialization.SerializationInfo::SetType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_SetType_mD6F11DC42FDE78E7E8A58BC3D9E248E21BB37275 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; 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*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationInfo_SetType_mD6F11DC42FDE78E7E8A58BC3D9E248E21BB37275_RuntimeMethod_var))); } IL_000e: { bool L_2 = __this->get_requireSameTokenInPartialTrust_14(); if (!L_2) { goto IL_0036; } } { Type_t * L_3; L_3 = SerializationInfo_get_ObjectType_m9562D1A437F7A0E4ECECC24B8C4B9099685C790F_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); Assembly_t * L_4; L_4 = VirtualFuncInvoker0< Assembly_t * >::Invoke(25 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_3); NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Reflection.Assembly::get_FullName() */, L_4); Type_t * L_6 = ___type0; NullCheck(L_6); Assembly_t * L_7; L_7 = VirtualFuncInvoker0< Assembly_t * >::Invoke(25 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_6); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Reflection.Assembly::get_FullName() */, L_7); SerializationInfo_DemandForUnsafeAssemblyNameAssignments_m69DF600441AB4E417C5EBC0EA04BCCF3771EFD20(L_5, L_8, /*hidden argument*/NULL); } IL_0036: { Type_t * L_9 = __this->get_objectType_11(); Type_t * L_10 = ___type0; if ((((RuntimeObject*)(Type_t *)L_9) == ((RuntimeObject*)(Type_t *)L_10))) { goto IL_0076; } } { Type_t * L_11 = ___type0; __this->set_objectType_11(L_11); Type_t * L_12 = ___type0; NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_12); __this->set_m_fullTypeName_9(L_13); Type_t * L_14 = ___type0; NullCheck(L_14); Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * L_15; L_15 = VirtualFuncInvoker0< Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * >::Invoke(17 /* System.Reflection.Module System.Reflection.MemberInfo::get_Module() */, L_14); NullCheck(L_15); Assembly_t * L_16; L_16 = VirtualFuncInvoker0< Assembly_t * >::Invoke(10 /* System.Reflection.Assembly System.Reflection.Module::get_Assembly() */, L_15); NullCheck(L_16); String_t* L_17; L_17 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Reflection.Assembly::get_FullName() */, L_16); __this->set_m_assemName_10(L_17); __this->set_isFullTypeNameSetExplicit_12((bool)0); __this->set_isAssemblyNameSetExplicit_13((bool)0); } IL_0076: { return; } } // System.Boolean System.Runtime.Serialization.SerializationInfo::Compare(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_Compare_m87CB49F075A9F6C4F11E78314CD2E2D2C95A582A (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___a0; if (!L_0) { goto IL_0016; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___b1; if (!L_1) { goto IL_0016; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___a0; NullCheck(L_2); if (!(((RuntimeArray*)L_2)->max_length)) { goto IL_0016; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___b1; NullCheck(L_3); if (!(((RuntimeArray*)L_3)->max_length)) { goto IL_0016; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___a0; NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___b1; NullCheck(L_5); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))) { goto IL_0018; } } IL_0016: { return (bool)0; } IL_0018: { V_0 = 0; goto IL_002a; } IL_001c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___a0; int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___b1; int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = L_11; uint8_t L_13 = (L_10)->GetAt(static_cast(L_12)); if ((((int32_t)L_9) == ((int32_t)L_13))) { goto IL_0026; } } { return (bool)0; } IL_0026: { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_002a: { int32_t L_15 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___a0; NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))) { goto IL_001c; } } { return (bool)1; } } // System.Void System.Runtime.Serialization.SerializationInfo::DemandForUnsafeAssemblyNameAssignments(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_DemandForUnsafeAssemblyNameAssignments_m69DF600441AB4E417C5EBC0EA04BCCF3771EFD20 (String_t* ___originalAssemblyName0, String_t* ___newAssemblyName1, const RuntimeMethod* method) { { String_t* L_0 = ___originalAssemblyName0; String_t* L_1 = ___newAssemblyName1; bool L_2; L_2 = SerializationInfo_IsAssemblyNameAssignmentSafe_m738D629C5B01727FC58BAC3FF407716737320A31(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Boolean System.Runtime.Serialization.SerializationInfo::IsAssemblyNameAssignmentSafe(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_IsAssemblyNameAssignmentSafe_m738D629C5B01727FC58BAC3FF407716737320A31 (String_t* ___originalAssemblyName0, String_t* ___newAssemblyName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B34DFC38793BF0AF6DEA9A94F7CCB4150E999A6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral848A97F7360A08955AB3B08A739AFC04D590A51A); s_Il2CppMethodInitialized = true; } AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * V_0 = NULL; AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * V_1 = NULL; { String_t* L_0 = ___originalAssemblyName0; String_t* L_1 = ___newAssemblyName1; bool L_2; L_2 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_000b; } } { return (bool)1; } IL_000b: { String_t* L_3 = ___originalAssemblyName0; AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_4 = (AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 *)il2cpp_codegen_object_new(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824_il2cpp_TypeInfo_var); AssemblyName__ctor_mFA1200B6D7385CF240133CA0B4774BABA35985C4(L_4, L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = ___newAssemblyName1; AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_6 = (AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 *)il2cpp_codegen_object_new(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824_il2cpp_TypeInfo_var); AssemblyName__ctor_mFA1200B6D7385CF240133CA0B4774BABA35985C4(L_6, L_5, /*hidden argument*/NULL); V_1 = L_6; AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_7 = V_1; NullCheck(L_7); String_t* L_8; L_8 = AssemblyName_get_Name_m8558532350989A6DE33C188FD1A470187DFEA911_inline(L_7, /*hidden argument*/NULL); bool L_9; L_9 = String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5(L_8, _stringLiteral848A97F7360A08955AB3B08A739AFC04D590A51A, 5, /*hidden argument*/NULL); if (L_9) { goto IL_003f; } } { AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_10 = V_1; NullCheck(L_10); String_t* L_11; L_11 = AssemblyName_get_Name_m8558532350989A6DE33C188FD1A470187DFEA911_inline(L_10, /*hidden argument*/NULL); bool L_12; L_12 = String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5(L_11, _stringLiteral0B34DFC38793BF0AF6DEA9A94F7CCB4150E999A6, 5, /*hidden argument*/NULL); if (!L_12) { goto IL_0041; } } IL_003f: { return (bool)0; } IL_0041: { AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_13 = V_0; NullCheck(L_13); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = AssemblyName_GetPublicKeyToken_mED8BF2E1C583A59170F835DFB502E248D4FB7F81(L_13, /*hidden argument*/NULL); AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_15 = V_1; NullCheck(L_15); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16; L_16 = AssemblyName_GetPublicKeyToken_mED8BF2E1C583A59170F835DFB502E248D4FB7F81(L_15, /*hidden argument*/NULL); bool L_17; L_17 = SerializationInfo_Compare_m87CB49F075A9F6C4F11E78314CD2E2D2C95A582A(L_14, L_16, /*hidden argument*/NULL); return L_17; } } // System.Int32 System.Runtime.Serialization.SerializationInfo::get_MemberCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_get_MemberCount_mA6161C830B858727525F42F40D3E7C0BCDA5879B (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_currMember_7(); return L_0; } } // System.Type System.Runtime.Serialization.SerializationInfo::get_ObjectType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * SerializationInfo_get_ObjectType_m9562D1A437F7A0E4ECECC24B8C4B9099685C790F (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_objectType_11(); return L_0; } } // System.Boolean System.Runtime.Serialization.SerializationInfo::get_IsFullTypeNameSetExplicit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_get_IsFullTypeNameSetExplicit_mF997119BCC739619CEB15FE2262CF99CF50015ED (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isFullTypeNameSetExplicit_12(); return L_0; } } // System.Boolean System.Runtime.Serialization.SerializationInfo::get_IsAssemblyNameSetExplicit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_get_IsAssemblyNameSetExplicit_m87851E4534F3B932BAFE5324FEE5BD547FE13ACE (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isAssemblyNameSetExplicit_13(); return L_0; } } // System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * SerializationInfo_GetEnumerator_m88A3A4E9DD1E1F276016B0205CF62DDB876B9575 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = __this->get_m_members_3(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = __this->get_m_data_4(); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_2 = __this->get_m_types_5(); int32_t L_3 = __this->get_m_currMember_7(); SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_4 = (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 *)il2cpp_codegen_object_new(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6_il2cpp_TypeInfo_var); SerializationInfoEnumerator__ctor_m9AF1928962436CAD758B039AD13669D4488C016C(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void System.Runtime.Serialization.SerializationInfo::ExpandArrays() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_ExpandArrays_mA939FFE428A8CE3EB69A4423C9EC52BF7D44962A (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, 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*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_2 = NULL; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_3 = NULL; { int32_t L_0 = __this->get_m_currMember_7(); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)2)); int32_t L_1 = V_0; int32_t L_2 = __this->get_m_currMember_7(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0025; } } { int32_t L_3 = __this->get_m_currMember_7(); if ((((int32_t)((int32_t)2147483647LL)) <= ((int32_t)L_3))) { goto IL_0025; } } { V_0 = ((int32_t)2147483647LL); } IL_0025: { int32_t L_4 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)L_4); V_1 = L_5; int32_t L_6 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_6); V_2 = L_7; int32_t L_8 = V_0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_9 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)L_8); V_3 = L_9; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = __this->get_m_members_3(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = V_1; int32_t L_12 = __this->get_m_currMember_7(); Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803((RuntimeArray *)(RuntimeArray *)L_10, (RuntimeArray *)(RuntimeArray *)L_11, L_12, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = __this->get_m_data_4(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = V_2; int32_t L_15 = __this->get_m_currMember_7(); Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803((RuntimeArray *)(RuntimeArray *)L_13, (RuntimeArray *)(RuntimeArray *)L_14, L_15, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_16 = __this->get_m_types_5(); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_17 = V_3; int32_t L_18 = __this->get_m_currMember_7(); Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803((RuntimeArray *)(RuntimeArray *)L_16, (RuntimeArray *)(RuntimeArray *)L_17, L_18, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19 = V_1; __this->set_m_members_3(L_19); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = V_2; __this->set_m_data_4(L_20); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_21 = V_3; __this->set_m_types_5(L_21); return; } } // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method) { { String_t* L_0 = ___name0; 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*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___type2; 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*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6_RuntimeMethod_var))); } IL_001c: { String_t* L_4 = ___name0; RuntimeObject * L_5 = ___value1; Type_t * L_6 = ___type2; SerializationInfo_AddValueInternal_mDE9C66C2799F37CA5DAB5DE6EF9A836AC5AD9A17(__this, L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value1; if (L_0) { goto IL_0016; } } { String_t* L_1 = ___name0; RuntimeObject * L_2 = ___value1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(__this, L_1, L_2, L_4, /*hidden argument*/NULL); return; } IL_0016: { String_t* L_5 = ___name0; RuntimeObject * L_6 = ___value1; RuntimeObject * L_7 = ___value1; NullCheck(L_7); Type_t * L_8; L_8 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_7, /*hidden argument*/NULL); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(__this, L_5, L_6, L_8, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m324F3E0B02B746D5F460499F5A25988FD608AD7B (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, bool ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; bool L_1 = ___value1; bool L_2 = L_1; RuntimeObject * L_3 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_2); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(__this, L_0, L_3, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m7B2342989B501DBA05C63C0D6E4FBD63541D4C38 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, Il2CppChar ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; Il2CppChar L_1 = ___value1; Il2CppChar L_2 = L_1; RuntimeObject * L_3 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_2); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(__this, L_0, L_3, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mBE03953B805B6CE513241C7F4656F90DF5313979 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, uint8_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; uint8_t L_1 = ___value1; uint8_t L_2 = L_1; RuntimeObject * L_3 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_2); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(__this, L_0, L_3, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mCEECA1BB24A6F5FEC71FA16BE7E4F775D9F61CC3 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, int16_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; int16_t L_1 = ___value1; int16_t L_2 = L_1; RuntimeObject * L_3 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var, &L_2); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(__this, L_0, L_3, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; int32_t L_1 = ___value1; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_2); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(__this, L_0, L_3, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mD0C00DE59B4C6649A6BFA5EBC7D8618B46B967D5 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, int64_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; int64_t L_1 = ___value1; int64_t L_2 = L_1; RuntimeObject * L_3 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_2); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(__this, L_0, L_3, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m054667850E81BD31A07D1541487D71E3A24A7D90 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, uint64_t ___value1, 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*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; uint64_t L_1 = ___value1; uint64_t L_2 = L_1; RuntimeObject * L_3 = Box(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var, &L_2); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(__this, L_0, L_3, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mDD4F509F1F86F89C5E11AA03ECE7D5E762F1D118 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, float ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; float L_1 = ___value1; float L_2 = L_1; RuntimeObject * L_3 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_2); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(__this, L_0, L_3, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m4E39B61DB324BA16CB228942756352329286C40B (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___value1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = L_1; RuntimeObject * L_3 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_2); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(__this, L_0, L_3, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.SerializationInfo::AddValueInternal(System.String,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValueInternal_mDE9C66C2799F37CA5DAB5DE6EF9A836AC5AD9A17 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m5ACCDEFD19981B66E025843F1A5FA65E28CD9655_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m4B65B523A8B8FBB5274DC165F432DB4A76D64405_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * L_0 = __this->get_m_nameToIndex_6(); String_t* L_1 = ___name0; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_ContainsKey_m4B65B523A8B8FBB5274DC165F432DB4A76D64405(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m4B65B523A8B8FBB5274DC165F432DB4A76D64405_RuntimeMethod_var); if (!L_2) { goto IL_001e; } } { String_t* L_3; L_3 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36D80E119578A2CFA4813888E09DD128E6377F5C)), /*hidden argument*/NULL); SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_4 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationInfo_AddValueInternal_mDE9C66C2799F37CA5DAB5DE6EF9A836AC5AD9A17_RuntimeMethod_var))); } IL_001e: { Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * L_5 = __this->get_m_nameToIndex_6(); String_t* L_6 = ___name0; int32_t L_7 = __this->get_m_currMember_7(); NullCheck(L_5); Dictionary_2_Add_m5ACCDEFD19981B66E025843F1A5FA65E28CD9655(L_5, L_6, L_7, /*hidden argument*/Dictionary_2_Add_m5ACCDEFD19981B66E025843F1A5FA65E28CD9655_RuntimeMethod_var); int32_t L_8 = __this->get_m_currMember_7(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = __this->get_m_members_3(); NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))) { goto IL_0046; } } { SerializationInfo_ExpandArrays_mA939FFE428A8CE3EB69A4423C9EC52BF7D44962A(__this, /*hidden argument*/NULL); } IL_0046: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = __this->get_m_members_3(); int32_t L_11 = __this->get_m_currMember_7(); String_t* L_12 = ___name0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAt(static_cast(L_11), (String_t*)L_12); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = __this->get_m_data_4(); int32_t L_14 = __this->get_m_currMember_7(); RuntimeObject * L_15 = ___value1; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_15); (L_13)->SetAt(static_cast(L_14), (RuntimeObject *)L_15); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_16 = __this->get_m_types_5(); int32_t L_17 = __this->get_m_currMember_7(); Type_t * L_18 = ___type2; NullCheck(L_16); ArrayElementTypeCheck (L_16, L_18); (L_16)->SetAt(static_cast(L_17), (Type_t *)L_18); int32_t L_19 = __this->get_m_currMember_7(); __this->set_m_currMember_7(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1))); return; } } // System.Void System.Runtime.Serialization.SerializationInfo::UpdateValue(System.String,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_UpdateValue_m0032B3B9B09F05BA52FD4AE0B9F7E94749EF54AC (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___name0; int32_t L_1; L_1 = SerializationInfo_FindElement_m1679E0D29E163697EDD31BC79F66A60B186369D5(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0016; } } { String_t* L_3 = ___name0; RuntimeObject * L_4 = ___value1; Type_t * L_5 = ___type2; SerializationInfo_AddValueInternal_mDE9C66C2799F37CA5DAB5DE6EF9A836AC5AD9A17(__this, L_3, L_4, L_5, /*hidden argument*/NULL); return; } IL_0016: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = __this->get_m_data_4(); int32_t L_7 = V_0; RuntimeObject * L_8 = ___value1; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(L_7), (RuntimeObject *)L_8); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_9 = __this->get_m_types_5(); int32_t L_10 = V_0; Type_t * L_11 = ___type2; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAt(static_cast(L_10), (Type_t *)L_11); return; } } // System.Int32 System.Runtime.Serialization.SerializationInfo::FindElement(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_FindElement_m1679E0D29E163697EDD31BC79F66A60B186369D5 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m12D15059187064926CD935FC89749E0A8BD52729_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___name0; 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*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationInfo_FindElement_m1679E0D29E163697EDD31BC79F66A60B186369D5_RuntimeMethod_var))); } IL_000e: { Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * L_2 = __this->get_m_nameToIndex_6(); String_t* L_3 = ___name0; NullCheck(L_2); bool L_4; L_4 = Dictionary_2_TryGetValue_m12D15059187064926CD935FC89749E0A8BD52729(L_2, L_3, (int32_t*)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m12D15059187064926CD935FC89749E0A8BD52729_RuntimeMethod_var); if (!L_4) { goto IL_0020; } } { int32_t L_5 = V_0; return L_5; } IL_0020: { return (-1); } } // System.Object System.Runtime.Serialization.SerializationInfo::GetElement(System.String,System.Type&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetElement_mEB81E5400897A19417D200F9CB9725DA07EA206C (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, Type_t ** ___foundType1, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___name0; int32_t L_1; L_1 = SerializationInfo_FindElement_m1679E0D29E163697EDD31BC79F66A60B186369D5(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_0026; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (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_4 = L_3; String_t* L_5 = ___name0; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_5); String_t* L_6; L_6 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC415CB917ADDD6A6C36AEE090430E4844D3818EF)), L_4, /*hidden argument*/NULL); SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_7 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationInfo_GetElement_mEB81E5400897A19417D200F9CB9725DA07EA206C_RuntimeMethod_var))); } IL_0026: { Type_t ** L_8 = ___foundType1; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_9 = __this->get_m_types_5(); int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = L_10; Type_t * L_12 = (L_9)->GetAt(static_cast(L_11)); *((RuntimeObject **)L_8) = (RuntimeObject *)L_12; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)(RuntimeObject *)L_12); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = __this->get_m_data_4(); int32_t L_14 = V_0; NullCheck(L_13); int32_t L_15 = L_14; RuntimeObject * L_16 = (L_13)->GetAt(static_cast(L_15)); return L_16; } } // System.Object System.Runtime.Serialization.SerializationInfo::GetElementNoThrow(System.String,System.Type&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetElementNoThrow_mADE63BB13437B154EAE2331CE4318E529E14E4A6 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, Type_t ** ___foundType1, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___name0; int32_t L_1; L_1 = SerializationInfo_FindElement_m1679E0D29E163697EDD31BC79F66A60B186369D5(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_0011; } } { Type_t ** L_3 = ___foundType1; *((RuntimeObject **)L_3) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)NULL); return NULL; } IL_0011: { Type_t ** L_4 = ___foundType1; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_5 = __this->get_m_types_5(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; Type_t * L_8 = (L_5)->GetAt(static_cast(L_7)); *((RuntimeObject **)L_4) = (RuntimeObject *)L_8; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)L_8); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = __this->get_m_data_4(); int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = L_10; RuntimeObject * L_12 = (L_9)->GetAt(static_cast(L_11)); return L_12; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; RuntimeObject * V_1 = NULL; { Type_t * L_0 = ___type1; 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*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); bool L_3; L_3 = RuntimeType_op_Equality_m8A22BBB7101C4F761562D1C12628DAFACC000848(((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)IsInstClass((RuntimeObject*)L_2, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)), (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_002c; } } { String_t* L_4; L_4 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral86B722D4252EEE2D48A679A0CC73715F9B989719)), /*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*)&SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99_RuntimeMethod_var))); } IL_002c: { String_t* L_6 = ___name0; RuntimeObject * L_7; L_7 = SerializationInfo_GetElement_mEB81E5400897A19417D200F9CB9725DA07EA206C(__this, L_6, (Type_t **)(&V_0), /*hidden argument*/NULL); V_1 = L_7; Type_t * L_8 = V_0; Type_t * L_9 = ___type1; if ((((RuntimeObject*)(Type_t *)L_8) == ((RuntimeObject*)(Type_t *)L_9))) { goto IL_0046; } } { Type_t * L_10 = ___type1; Type_t * L_11 = V_0; NullCheck(L_10); bool L_12; L_12 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_10, L_11); if (L_12) { goto IL_0046; } } { RuntimeObject * L_13 = V_1; if (L_13) { goto IL_0048; } } IL_0046: { RuntimeObject * L_14 = V_1; return L_14; } IL_0048: { RuntimeObject* L_15 = __this->get_m_converter_8(); RuntimeObject * L_16 = V_1; Type_t * L_17 = ___type1; NullCheck(L_15); RuntimeObject * L_18; L_18 = InterfaceFuncInvoker2< RuntimeObject *, RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.Runtime.Serialization.IFormatterConverter::Convert(System.Object,System.Type) */, IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176_il2cpp_TypeInfo_var, L_15, L_16, L_17); return L_18; } } // System.Object System.Runtime.Serialization.SerializationInfo::GetValueNoThrow(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValueNoThrow_mA1F5663511899C588B39643FF53002717A84DFF3 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; RuntimeObject * V_1 = NULL; { String_t* L_0 = ___name0; RuntimeObject * L_1; L_1 = SerializationInfo_GetElementNoThrow_mADE63BB13437B154EAE2331CE4318E529E14E4A6(__this, L_0, (Type_t **)(&V_0), /*hidden argument*/NULL); V_1 = L_1; RuntimeObject * L_2 = V_1; if (L_2) { goto IL_000f; } } { return NULL; } IL_000f: { Type_t * L_3 = V_0; Type_t * L_4 = ___type1; if ((((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_4))) { goto IL_001f; } } { Type_t * L_5 = ___type1; Type_t * L_6 = V_0; NullCheck(L_5); bool L_7; L_7 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_5, L_6); if (L_7) { goto IL_001f; } } { RuntimeObject * L_8 = V_1; if (L_8) { goto IL_0021; } } IL_001f: { RuntimeObject * L_9 = V_1; return L_9; } IL_0021: { RuntimeObject* L_10 = __this->get_m_converter_8(); RuntimeObject * L_11 = V_1; Type_t * L_12 = ___type1; NullCheck(L_10); RuntimeObject * L_13; L_13 = InterfaceFuncInvoker2< RuntimeObject *, RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.Runtime.Serialization.IFormatterConverter::Convert(System.Object,System.Type) */, IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176_il2cpp_TypeInfo_var, L_10, L_11, L_12); return L_13; } } // System.Boolean System.Runtime.Serialization.SerializationInfo::GetBoolean(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_GetBoolean_m705ADACFB52D6385DDB6B2525C1979ECBE6D5849 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; RuntimeObject * V_1 = NULL; { String_t* L_0 = ___name0; RuntimeObject * L_1; L_1 = SerializationInfo_GetElement_mEB81E5400897A19417D200F9CB9725DA07EA206C(__this, L_0, (Type_t **)(&V_0), /*hidden argument*/NULL); V_1 = L_1; Type_t * L_2 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4)))) { goto IL_001e; } } { RuntimeObject * L_5 = V_1; return ((*(bool*)((bool*)UnBox(L_5, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); } IL_001e: { RuntimeObject* L_6 = __this->get_m_converter_8(); RuntimeObject * L_7 = V_1; NullCheck(L_6); bool L_8; L_8 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(1 /* System.Boolean System.Runtime.Serialization.IFormatterConverter::ToBoolean(System.Object) */, IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176_il2cpp_TypeInfo_var, L_6, L_7); return L_8; } } // System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_mB22BBD01CBC189B7A76465CBFF7224F619395D30 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; RuntimeObject * V_1 = NULL; { String_t* L_0 = ___name0; RuntimeObject * L_1; L_1 = SerializationInfo_GetElement_mEB81E5400897A19417D200F9CB9725DA07EA206C(__this, L_0, (Type_t **)(&V_0), /*hidden argument*/NULL); V_1 = L_1; Type_t * L_2 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4)))) { goto IL_001e; } } { RuntimeObject * L_5 = V_1; return ((*(int32_t*)((int32_t*)UnBox(L_5, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } IL_001e: { RuntimeObject* L_6 = __this->get_m_converter_8(); RuntimeObject * L_7 = V_1; NullCheck(L_6); int32_t L_8; L_8 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Runtime.Serialization.IFormatterConverter::ToInt32(System.Object) */, IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176_il2cpp_TypeInfo_var, L_6, L_7); return L_8; } } // System.Int64 System.Runtime.Serialization.SerializationInfo::GetInt64(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SerializationInfo_GetInt64_m13BC92A489CE4540FC55BB00D2A3460B0D9A0DEC (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; RuntimeObject * V_1 = NULL; { String_t* L_0 = ___name0; RuntimeObject * L_1; L_1 = SerializationInfo_GetElement_mEB81E5400897A19417D200F9CB9725DA07EA206C(__this, L_0, (Type_t **)(&V_0), /*hidden argument*/NULL); V_1 = L_1; Type_t * L_2 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4)))) { goto IL_001e; } } { RuntimeObject * L_5 = V_1; return ((*(int64_t*)((int64_t*)UnBox(L_5, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); } IL_001e: { RuntimeObject* L_6 = __this->get_m_converter_8(); RuntimeObject * L_7 = V_1; NullCheck(L_6); int64_t L_8; L_8 = InterfaceFuncInvoker1< int64_t, RuntimeObject * >::Invoke(3 /* System.Int64 System.Runtime.Serialization.IFormatterConverter::ToInt64(System.Object) */, IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176_il2cpp_TypeInfo_var, L_6, L_7); return L_8; } } // System.Single System.Runtime.Serialization.SerializationInfo::GetSingle(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SerializationInfo_GetSingle_m41F4C50406640BF61C126907DAEC7A0DFD70BAB6 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; RuntimeObject * V_1 = NULL; { String_t* L_0 = ___name0; RuntimeObject * L_1; L_1 = SerializationInfo_GetElement_mEB81E5400897A19417D200F9CB9725DA07EA206C(__this, L_0, (Type_t **)(&V_0), /*hidden argument*/NULL); V_1 = L_1; Type_t * L_2 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4)))) { goto IL_001e; } } { RuntimeObject * L_5 = V_1; return ((*(float*)((float*)UnBox(L_5, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); } IL_001e: { RuntimeObject* L_6 = __this->get_m_converter_8(); RuntimeObject * L_7 = V_1; NullCheck(L_6); float L_8; L_8 = InterfaceFuncInvoker1< float, RuntimeObject * >::Invoke(4 /* System.Single System.Runtime.Serialization.IFormatterConverter::ToSingle(System.Object) */, IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176_il2cpp_TypeInfo_var, L_6, L_7); return L_8; } } // System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m50298DCBCD07D858EE19414052CB02EE4DDD3C2C (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; RuntimeObject * V_1 = NULL; { String_t* L_0 = ___name0; RuntimeObject * L_1; L_1 = SerializationInfo_GetElement_mEB81E5400897A19417D200F9CB9725DA07EA206C(__this, L_0, (Type_t **)(&V_0), /*hidden argument*/NULL); V_1 = L_1; Type_t * L_2 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4))) { goto IL_001a; } } { RuntimeObject * L_5 = V_1; if (L_5) { goto IL_0021; } } IL_001a: { RuntimeObject * L_6 = V_1; return ((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)); } IL_0021: { RuntimeObject* L_7 = __this->get_m_converter_8(); RuntimeObject * L_8 = V_1; NullCheck(L_7); String_t* L_9; L_9 = InterfaceFuncInvoker1< String_t*, RuntimeObject * >::Invoke(5 /* System.String System.Runtime.Serialization.IFormatterConverter::ToString(System.Object) */, IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176_il2cpp_TypeInfo_var, L_7, L_8); return L_9; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Serialization.SerializationInfoEnumerator::.ctor(System.String[],System.Object[],System.Type[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfoEnumerator__ctor_m9AF1928962436CAD758B039AD13669D4488C016C (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___members0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___info1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types2, int32_t ___numItems3, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ___members0; __this->set_m_members_0(L_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___info1; __this->set_m_data_1(L_1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_2 = ___types2; __this->set_m_types_2(L_2); int32_t L_3 = ___numItems3; __this->set_m_numItems_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); __this->set_m_currItem_4((-1)); __this->set_m_current_5((bool)0); return; } } // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m661034C94476113FEB5A3C98A5EA9456ACFA2E9F (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_currItem_4(); int32_t L_1 = __this->get_m_numItems_3(); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0025; } } { int32_t L_2 = __this->get_m_currItem_4(); __this->set_m_currItem_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); __this->set_m_current_5((bool)1); goto IL_002c; } IL_0025: { __this->set_m_current_5((bool)0); } IL_002c: { bool L_3 = __this->get_m_current_5(); return L_3; } } // System.Object System.Runtime.Serialization.SerializationInfoEnumerator::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfoEnumerator_System_Collections_IEnumerator_get_Current_m606616FDD695F205318B3AB2F4871679C3BB7EB2 (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_current_5(); 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*)&_stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97)), /*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*)&SerializationInfoEnumerator_System_Collections_IEnumerator_get_Current_m606616FDD695F205318B3AB2F4871679C3BB7EB2_RuntimeMethod_var))); } IL_0018: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = __this->get_m_members_0(); int32_t L_4 = __this->get_m_currItem_4(); NullCheck(L_3); int32_t L_5 = L_4; String_t* L_6 = (L_3)->GetAt(static_cast(L_5)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = __this->get_m_data_1(); int32_t L_8 = __this->get_m_currItem_4(); NullCheck(L_7); int32_t L_9 = L_8; RuntimeObject * L_10 = (L_7)->GetAt(static_cast(L_9)); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_11 = __this->get_m_types_2(); int32_t L_12 = __this->get_m_currItem_4(); NullCheck(L_11); int32_t L_13 = L_12; Type_t * L_14 = (L_11)->GetAt(static_cast(L_13)); SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E L_15; memset((&L_15), 0, sizeof(L_15)); SerializationEntry__ctor_mEB65E58DBA8F9BA3CC9E9D701F02CE67A1A8E68D((&L_15), L_6, L_10, L_14, /*hidden argument*/NULL); SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E L_16 = L_15; RuntimeObject * L_17 = Box(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_il2cpp_TypeInfo_var, &L_16); return L_17; } } // System.Runtime.Serialization.SerializationEntry System.Runtime.Serialization.SerializationInfoEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E SerializationInfoEnumerator_get_Current_mD46A02033DA35A55D982FB2B3DD56CE56FDFB314 (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_current_5(); 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*)&_stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97)), /*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*)&SerializationInfoEnumerator_get_Current_mD46A02033DA35A55D982FB2B3DD56CE56FDFB314_RuntimeMethod_var))); } IL_0018: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = __this->get_m_members_0(); int32_t L_4 = __this->get_m_currItem_4(); NullCheck(L_3); int32_t L_5 = L_4; String_t* L_6 = (L_3)->GetAt(static_cast(L_5)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = __this->get_m_data_1(); int32_t L_8 = __this->get_m_currItem_4(); NullCheck(L_7); int32_t L_9 = L_8; RuntimeObject * L_10 = (L_7)->GetAt(static_cast(L_9)); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_11 = __this->get_m_types_2(); int32_t L_12 = __this->get_m_currItem_4(); NullCheck(L_11); int32_t L_13 = L_12; Type_t * L_14 = (L_11)->GetAt(static_cast(L_13)); SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E L_15; memset((&L_15), 0, sizeof(L_15)); SerializationEntry__ctor_mEB65E58DBA8F9BA3CC9E9D701F02CE67A1A8E68D((&L_15), L_6, L_10, L_14, /*hidden argument*/NULL); return L_15; } } // System.Void System.Runtime.Serialization.SerializationInfoEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfoEnumerator_Reset_m9FADEDE71FB54AFB9E0C782EF17C1BFCC22DFEE9 (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method) { { __this->set_m_currItem_4((-1)); __this->set_m_current_5((bool)0); return; } } // System.String System.Runtime.Serialization.SerializationInfoEnumerator::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfoEnumerator_get_Name_m77C59B00E71ADDFA65D08FE52BE16D4D0E4A2480 (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_current_5(); 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*)&_stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97)), /*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*)&SerializationInfoEnumerator_get_Name_m77C59B00E71ADDFA65D08FE52BE16D4D0E4A2480_RuntimeMethod_var))); } IL_0018: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = __this->get_m_members_0(); int32_t L_4 = __this->get_m_currItem_4(); NullCheck(L_3); int32_t L_5 = L_4; String_t* L_6 = (L_3)->GetAt(static_cast(L_5)); return L_6; } } // System.Object System.Runtime.Serialization.SerializationInfoEnumerator::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfoEnumerator_get_Value_mAF4DAA489771E490363C55CCF00FB44BC26964AA (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_current_5(); 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*)&_stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97)), /*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*)&SerializationInfoEnumerator_get_Value_mAF4DAA489771E490363C55CCF00FB44BC26964AA_RuntimeMethod_var))); } IL_0018: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = __this->get_m_data_1(); int32_t L_4 = __this->get_m_currItem_4(); NullCheck(L_3); int32_t L_5 = L_4; RuntimeObject * L_6 = (L_3)->GetAt(static_cast(L_5)); return L_6; } } // System.Type System.Runtime.Serialization.SerializationInfoEnumerator::get_ObjectType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * SerializationInfoEnumerator_get_ObjectType_m3D0629A8404BFE36E8673D86EA371D8B2718DAC4 (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_current_5(); 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*)&_stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97)), /*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*)&SerializationInfoEnumerator_get_ObjectType_m3D0629A8404BFE36E8673D86EA371D8B2718DAC4_RuntimeMethod_var))); } IL_0018: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3 = __this->get_m_types_2(); int32_t L_4 = __this->get_m_currItem_4(); NullCheck(L_3); int32_t L_5 = L_4; Type_t * L_6 = (L_3)->GetAt(static_cast(L_5)); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Serialization.SerializationObjectManager::.ctor(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationObjectManager__ctor_m5E67F2F31E23FE0EE2FD143BE293B0F61A63957C (SerializationObjectManager_tAFED170719CB3FFDB1C60D3686DC22652E907042 * __this, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context0, 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_m_objectSeenTable_0(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context0; __this->set_m_context_2(L_1); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_2, /*hidden argument*/NULL); __this->set_m_objectSeenTable_0(L_2); return; } } // System.Void System.Runtime.Serialization.SerializationObjectManager::RegisterObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationObjectManager_RegisterObject_mCD6A9ADA4104A557328370C287535E93B6895B06 (SerializationObjectManager_tAFED170719CB3FFDB1C60D3686DC22652E907042 * __this, RuntimeObject * ___obj0, 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*)&SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var); SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * L_2; L_2 = SerializationEventsCache_GetSerializationEventsForType_m30C850151B947349C476FFC773EED0D28A3696E4(L_1, /*hidden argument*/NULL); V_0 = L_2; SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = SerializationEvents_get_HasOnSerializingEvents_m2E78CCE16651EDBD792FF5177C8EE95DBA42C012(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0048; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_5 = __this->get_m_objectSeenTable_0(); RuntimeObject * L_6 = ___obj0; NullCheck(L_5); RuntimeObject * L_7; L_7 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_5, L_6); if (L_7) { goto IL_0048; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8 = __this->get_m_objectSeenTable_0(); RuntimeObject * L_9 = ___obj0; bool L_10 = ((bool)1); RuntimeObject * L_11 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_8, L_9, L_11); SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * L_12 = V_0; RuntimeObject * L_13 = ___obj0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_14 = __this->get_m_context_2(); NullCheck(L_12); SerializationEvents_InvokeOnSerializing_m1B4BABB1B0FA9A95E4A57C2FEFEA0ED5D15E7241(L_12, L_13, L_14, /*hidden argument*/NULL); RuntimeObject * L_15 = ___obj0; SerializationObjectManager_AddOnSerialized_mE4A22E0757BFF74922CAD0070AC6FBEC61A1C523(__this, L_15, /*hidden argument*/NULL); } IL_0048: { return; } } // System.Void System.Runtime.Serialization.SerializationObjectManager::RaiseOnSerializedEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationObjectManager_RaiseOnSerializedEvent_mBB65CFAB62FDA993BFEB3504DA21C6B88CC8FB05 (SerializationObjectManager_tAFED170719CB3FFDB1C60D3686DC22652E907042 * __this, const RuntimeMethod* method) { { SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_0 = __this->get_m_onSerializedHandler_1(); if (!L_0) { goto IL_0019; } } { SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_1 = __this->get_m_onSerializedHandler_1(); StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_2 = __this->get_m_context_2(); NullCheck(L_1); SerializationEventHandler_Invoke_m8C14BB651E92C0CD0724ED245340E24658EDC51B(L_1, L_2, /*hidden argument*/NULL); } IL_0019: { return; } } // System.Void System.Runtime.Serialization.SerializationObjectManager::AddOnSerialized(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationObjectManager_AddOnSerialized_mE4A22E0757BFF74922CAD0070AC6FBEC61A1C523 (SerializationObjectManager_tAFED170719CB3FFDB1C60D3686DC22652E907042 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var); SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * L_2; L_2 = SerializationEventsCache_GetSerializationEventsForType_m30C850151B947349C476FFC773EED0D28A3696E4(L_1, /*hidden argument*/NULL); V_0 = L_2; SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * L_3 = V_0; RuntimeObject * L_4 = ___obj0; SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_5 = __this->get_m_onSerializedHandler_1(); NullCheck(L_3); SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_6; L_6 = SerializationEvents_AddOnSerialized_mA43E45D3E49F58DB7EC4FEA88B278059CF997A67(L_3, L_4, L_5, /*hidden argument*/NULL); __this->set_m_onSerializedHandler_1(L_6); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.ServerContextTerminatorSink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ServerContextTerminatorSink_SyncProcessMessage_mFB322226E57BF9A1433C4571572F69AC1AF48A30 (ServerContextTerminatorSink_tF81B52ADB90680F07EDA7E0078AEB525E500A1E7 * __this, RuntimeObject* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___msg0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_0, IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7_il2cpp_TypeInfo_var))) { goto IL_0014; } } { RuntimeObject* L_1 = ___msg0; RuntimeObject* L_2; L_2 = ActivationServices_CreateInstanceFromMessage_m0F5491BCC1F887B9D964E7018632087DF9BCE622(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } IL_0014: { RuntimeObject* L_3 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_4; L_4 = RemotingServices_GetMessageTargetIdentity_m0BE53DC180F8AEBD59A1A498BA4F5BC4BE187769(L_3, /*hidden argument*/NULL); RuntimeObject* L_5 = ___msg0; NullCheck(((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)CastclassClass((RuntimeObject*)L_4, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var))); RuntimeObject* L_6; L_6 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.ServerIdentity::SyncObjectProcessMessage(System.Runtime.Remoting.Messaging.IMessage) */, ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)CastclassClass((RuntimeObject*)L_4, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var)), L_5); return L_6; } } // System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.ServerContextTerminatorSink::AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ServerContextTerminatorSink_AsyncProcessMessage_m425453D60E02CE0240DD347BFB0A88582220F5AC (ServerContextTerminatorSink_tF81B52ADB90680F07EDA7E0078AEB525E500A1E7 * __this, RuntimeObject* ___msg0, RuntimeObject* ___replySink1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_1; L_1 = RemotingServices_GetMessageTargetIdentity_m0BE53DC180F8AEBD59A1A498BA4F5BC4BE187769(L_0, /*hidden argument*/NULL); RuntimeObject* L_2 = ___msg0; RuntimeObject* L_3 = ___replySink1; NullCheck(((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)CastclassClass((RuntimeObject*)L_1, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var))); RuntimeObject* L_4; L_4 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, RuntimeObject* >::Invoke(7 /* System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.ServerIdentity::AsyncObjectProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) */, ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)CastclassClass((RuntimeObject*)L_1, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var)), L_2, L_3); return L_4; } } // System.Void System.Runtime.Remoting.Messaging.ServerContextTerminatorSink::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerContextTerminatorSink__ctor_m0181EC821A65C7C11191A6EB7B0995148AA17024 (ServerContextTerminatorSink_tF81B52ADB90680F07EDA7E0078AEB525E500A1E7 * __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.Remoting.ServerIdentity::.ctor(System.String,System.Runtime.Remoting.Contexts.Context,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerIdentity__ctor_m9E44F1B908070031C768EFE2AE3DCC1681269A63 (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, String_t* ___objectUri0, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ___context1, Type_t * ___objectType2, const RuntimeMethod* method) { { String_t* L_0 = ___objectUri0; Identity__ctor_mDE97546186596A4BAEF58B596246F970735117CB(__this, L_0, /*hidden argument*/NULL); Type_t * L_1 = ___objectType2; __this->set__objectType_7(L_1); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_2 = ___context1; __this->set__context_10(L_2); return; } } // System.Type System.Runtime.Remoting.ServerIdentity::get_ObjectType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ServerIdentity_get_ObjectType_mB0EE92B26B7633D1F75EBEAB033319F380D5516B (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__objectType_7(); return L_0; } } // System.Void System.Runtime.Remoting.ServerIdentity::StartTrackingLifetime(System.Runtime.Remoting.Lifetime.ILease) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerIdentity_StartTrackingLifetime_mCEFE3E49903AA60D92D42235FC6782D6A75B8DBE (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, RuntimeObject* ___lease0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Lease_tA878061ECC9A466127F00ACF5568EAB267E05641_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___lease0; if (!L_0) { goto IL_000e; } } { RuntimeObject* L_1 = ___lease0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Runtime.Remoting.Lifetime.LeaseState System.Runtime.Remoting.Lifetime.ILease::get_CurrentState() */, ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959_il2cpp_TypeInfo_var, L_1); if (L_2) { goto IL_000e; } } { ___lease0 = (RuntimeObject*)NULL; } IL_000e: { RuntimeObject* L_3 = ___lease0; if (!L_3) { goto IL_0032; } } { RuntimeObject* L_4 = ___lease0; if (((Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 *)IsInstClass((RuntimeObject*)L_4, Lease_tA878061ECC9A466127F00ACF5568EAB267E05641_il2cpp_TypeInfo_var))) { goto IL_0020; } } { Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * L_5 = (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 *)il2cpp_codegen_object_new(Lease_tA878061ECC9A466127F00ACF5568EAB267E05641_il2cpp_TypeInfo_var); Lease__ctor_m45CCE06FE50F306E1572C572FA3158D5F029E5B5(L_5, /*hidden argument*/NULL); ___lease0 = L_5; } IL_0020: { RuntimeObject* L_6 = ___lease0; __this->set__lease_11(((Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 *)CastclassClass((RuntimeObject*)L_6, Lease_tA878061ECC9A466127F00ACF5568EAB267E05641_il2cpp_TypeInfo_var))); IL2CPP_RUNTIME_CLASS_INIT(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); LifetimeServices_TrackLifetime_m3E590BDD2F806DDC284513B3FEC607326047A764(__this, /*hidden argument*/NULL); } IL_0032: { return; } } // System.Void System.Runtime.Remoting.ServerIdentity::OnLifetimeExpired() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerIdentity_OnLifetimeExpired_mD2096F3E9D7C5237427B993849160DFBFC660F4B (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, const RuntimeMethod* method) { { ServerIdentity_DisposeServerObject_m9187E836E0880B34CFA0336299CB11A5C79C89BF(__this, /*hidden argument*/NULL); return; } } // System.Runtime.Remoting.ObjRef System.Runtime.Remoting.ServerIdentity::CreateObjRef(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * ServerIdentity_CreateObjRef_m238E9E8A573EC9EF3C2AFFDC436BFBAF32D3679F (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, Type_t * ___requestedType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnvoyInfo_t08D466663AC843177F6D13F924558D6519BF500E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_0 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__objRef_5(); if (!L_0) { goto IL_001a; } } { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_1 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__objRef_5(); NullCheck(L_1); ObjRef_UpdateChannelInfo_mF91F4B87515A397946093A9847E8CF33A9653D76(L_1, /*hidden argument*/NULL); ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_2 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__objRef_5(); return L_2; } IL_001a: { Type_t * L_3 = ___requestedType0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_002b; } } { Type_t * L_5 = __this->get__objectType_7(); ___requestedType0 = L_5; } IL_002b: { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_6 = (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 *)il2cpp_codegen_object_new(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_il2cpp_TypeInfo_var); ObjRef__ctor_m20DA91DCBDE2BA99F0E6485D425D1C602E426627(L_6, /*hidden argument*/NULL); ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->set__objRef_5(L_6); ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_7 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__objRef_5(); Type_t * L_8 = ___requestedType0; TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46 * L_9 = (TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46 *)il2cpp_codegen_object_new(TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46_il2cpp_TypeInfo_var); TypeInfo__ctor_mA0AB2819AE1E0798996429146A3E99E16CB27ACD(L_9, L_8, /*hidden argument*/NULL); NullCheck(L_7); VirtualActionInvoker1< RuntimeObject* >::Invoke(10 /* System.Void System.Runtime.Remoting.ObjRef::set_TypeInfo(System.Runtime.Remoting.IRemotingTypeInfo) */, L_7, L_9); ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_10 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__objRef_5(); String_t* L_11 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__objectUri_0(); NullCheck(L_10); VirtualActionInvoker1< String_t* >::Invoke(12 /* System.Void System.Runtime.Remoting.ObjRef::set_URI(System.String) */, L_10, L_11); RuntimeObject* L_12 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__envoySink_2(); if (!L_12) { goto IL_0083; } } { RuntimeObject* L_13 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__envoySink_2(); if (((EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC *)IsInstClass((RuntimeObject*)L_13, EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC_il2cpp_TypeInfo_var))) { goto IL_0083; } } { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_14 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__objRef_5(); RuntimeObject* L_15 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__envoySink_2(); EnvoyInfo_t08D466663AC843177F6D13F924558D6519BF500E * L_16 = (EnvoyInfo_t08D466663AC843177F6D13F924558D6519BF500E *)il2cpp_codegen_object_new(EnvoyInfo_t08D466663AC843177F6D13F924558D6519BF500E_il2cpp_TypeInfo_var); EnvoyInfo__ctor_m449A2302A21B60C249F47DB002245321079BA885(L_16, L_15, /*hidden argument*/NULL); NullCheck(L_14); VirtualActionInvoker1< RuntimeObject* >::Invoke(8 /* System.Void System.Runtime.Remoting.ObjRef::set_EnvoyInfo(System.Runtime.Remoting.IEnvoyInfo) */, L_14, L_16); } IL_0083: { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_17 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__objRef_5(); return L_17; } } // System.Void System.Runtime.Remoting.ServerIdentity::AttachServerObject(System.MarshalByRefObject,System.Runtime.Remoting.Contexts.Context) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerIdentity_AttachServerObject_m29AD161E5EA701E968D98813497A3A2F3C5CB0E7 (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___serverObject0, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ___context1, 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; } RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * V_0 = NULL; { ServerIdentity_DisposeServerObject_m9187E836E0880B34CFA0336299CB11A5C79C89BF(__this, /*hidden argument*/NULL); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_0 = ___context1; __this->set__context_10(L_0); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_1 = ___serverObject0; __this->set__serverObject_8(L_1); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_2 = ___serverObject0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); bool L_3; L_3 = RemotingServices_IsTransparentProxy_m8BDBC7A18E514FD324215096D24234147C78897C(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0033; } } { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_4 = ___serverObject0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_5; L_5 = RemotingServices_GetRealProxy_mFCB1900298F8E18FFF3FE08180B53760DFD5F86E(L_4, /*hidden argument*/NULL); V_0 = L_5; RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_6 = V_0; NullCheck(L_6); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_7; L_7 = RealProxy_get_ObjectIdentity_m408FE9B22C1CE7E38F5C6FE49310C121900481A8_inline(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0059; } } { RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_8 = V_0; NullCheck(L_8); RealProxy_set_ObjectIdentity_mD383787A6A08E98E893004DFF8C30180E20F1E74_inline(L_8, __this, /*hidden argument*/NULL); return; } IL_0033: { Type_t * L_9 = __this->get__objectType_7(); NullCheck(L_9); bool L_10; L_10 = Type_get_IsContextful_m7DDC58AEE9F7589074A19E201DFEE1286D6F3221(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_004d; } } { Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_11 = ___context1; MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_12 = ___serverObject0; NullCheck(L_11); RuntimeObject* L_13; L_13 = Context_CreateEnvoySink_m55C0EB429F5680782D813E881E9B8527D9E76D3E(L_11, L_12, /*hidden argument*/NULL); ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->set__envoySink_2(L_13); } IL_004d: { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_14 = __this->get__serverObject_8(); NullCheck(L_14); MarshalByRefObject_set_ObjectIdentity_mCACE06B8F4AB87C4A42B1ABBFF287477DF108859(L_14, __this, /*hidden argument*/NULL); } IL_0059: { return; } } // System.Runtime.Remoting.Lifetime.Lease System.Runtime.Remoting.ServerIdentity::get_Lease() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * ServerIdentity_get_Lease_mBDFB8BA73DD8C2656D053C579F9F1DE9D6EB5790 (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, const RuntimeMethod* method) { { Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * L_0 = __this->get__lease_11(); return L_0; } } // System.Runtime.Remoting.Contexts.Context System.Runtime.Remoting.ServerIdentity::get_Context() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ServerIdentity_get_Context_m0F40A7242C5CD1BCBD6884D87986C0AC56A69C19 (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, const RuntimeMethod* method) { { Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_0 = __this->get__context_10(); return L_0; } } // System.Void System.Runtime.Remoting.ServerIdentity::set_Context(System.Runtime.Remoting.Contexts.Context) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerIdentity_set_Context_m13381F8B0FEEBA36D4CF2244D8A36E4BF8BDD2E1 (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ___value0, const RuntimeMethod* method) { { Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_0 = ___value0; __this->set__context_10(L_0); return; } } // System.Void System.Runtime.Remoting.ServerIdentity::DisposeServerObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerIdentity_DisposeServerObject_m9187E836E0880B34CFA0336299CB11A5C79C89BF (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackingServices_tE9FED3B66D252F90D53A326F5A889DB465F2E474_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_0 = __this->get__serverObject_8(); if (!L_0) { goto IL_002d; } } { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_1 = __this->get__serverObject_8(); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_2 = __this->get__serverObject_8(); NullCheck(L_2); MarshalByRefObject_set_ObjectIdentity_mCACE06B8F4AB87C4A42B1ABBFF287477DF108859(L_2, (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)NULL, /*hidden argument*/NULL); __this->set__serverObject_8((MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 *)NULL); __this->set__serverSink_9((RuntimeObject*)NULL); IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_tE9FED3B66D252F90D53A326F5A889DB465F2E474_il2cpp_TypeInfo_var); TrackingServices_NotifyDisconnectedObject_m63691EDE2BEB14433BEF1C32BF91FB99EC7BB7B1(L_1, /*hidden argument*/NULL); } IL_002d: { 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.Remoting.Messaging.ServerObjectReplySink::.ctor(System.Runtime.Remoting.ServerIdentity,System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerObjectReplySink__ctor_mFADB54289E7398E0BC4FEF44A295D79D40B7155F (ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63 * __this, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * ___identity0, RuntimeObject* ___replySink1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___replySink1; __this->set__replySink_0(L_0); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_1 = ___identity0; __this->set__identity_1(L_1); return; } } // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.ServerObjectReplySink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ServerObjectReplySink_SyncProcessMessage_mCAD8F1E0D764B8A9A367B78F851374E21B5091E6 (ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63 * __this, RuntimeObject* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_0 = __this->get__identity_1(); RuntimeObject* L_1 = ___msg0; NullCheck(L_0); Identity_NotifyServerDynamicSinks_m80910AC761EE2B9A363B568BE21A99EEBE89EFE3(L_0, (bool)0, L_1, (bool)1, (bool)1, /*hidden argument*/NULL); RuntimeObject* L_2 = __this->get__replySink_0(); RuntimeObject* L_3 = ___msg0; NullCheck(L_2); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.IMessageSink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) */, IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var, L_2, L_3); return L_4; } } // System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.ServerObjectReplySink::AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ServerObjectReplySink_AsyncProcessMessage_m1B2CDB6F50BFB9F8D93C8FB304EB3FE2031546DE (ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63 * __this, RuntimeObject* ___msg0, RuntimeObject* ___replySink1, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServerObjectReplySink_AsyncProcessMessage_m1B2CDB6F50BFB9F8D93C8FB304EB3FE2031546DE_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.Runtime.Remoting.Messaging.ServerObjectTerminatorSink::.ctor(System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerObjectTerminatorSink__ctor_mA4FBFE1EC6CE85E061382EF82BFD2462781F51F7 (ServerObjectTerminatorSink_t903831C8E5FC8C991C82B539937F878ECD96CB9F * __this, RuntimeObject* ___nextSink0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___nextSink0; __this->set__nextSink_0(L_0); return; } } // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ServerObjectTerminatorSink_SyncProcessMessage_mD78D3F9770B58EDC331F1589D9836255BB3E3155 (ServerObjectTerminatorSink_t903831C8E5FC8C991C82B539937F878ECD96CB9F * __this, RuntimeObject* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * V_0 = NULL; { RuntimeObject* L_0 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_1; L_1 = RemotingServices_GetMessageTargetIdentity_m0BE53DC180F8AEBD59A1A498BA4F5BC4BE187769(L_0, /*hidden argument*/NULL); V_0 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)CastclassClass((RuntimeObject*)L_1, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var)); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_2 = V_0; RuntimeObject* L_3 = ___msg0; NullCheck(L_2); Identity_NotifyServerDynamicSinks_m80910AC761EE2B9A363B568BE21A99EEBE89EFE3(L_2, (bool)1, L_3, (bool)0, (bool)0, /*hidden argument*/NULL); RuntimeObject* L_4 = __this->get__nextSink_0(); RuntimeObject* L_5 = ___msg0; NullCheck(L_4); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.IMessageSink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) */, IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var, L_4, L_5); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_7 = V_0; RuntimeObject* L_8 = ___msg0; NullCheck(L_7); Identity_NotifyServerDynamicSinks_m80910AC761EE2B9A363B568BE21A99EEBE89EFE3(L_7, (bool)0, L_8, (bool)0, (bool)0, /*hidden argument*/NULL); return L_6; } } // System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink::AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ServerObjectTerminatorSink_AsyncProcessMessage_mAF425EBBE284915A7358ECA82DC4AD51C40A8A76 (ServerObjectTerminatorSink_t903831C8E5FC8C991C82B539937F878ECD96CB9F * __this, RuntimeObject* ___msg0, RuntimeObject* ___replySink1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * V_0 = NULL; RuntimeObject* G_B5_0 = NULL; RuntimeObject* G_B4_0 = NULL; { RuntimeObject* L_0 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_1; L_1 = RemotingServices_GetMessageTargetIdentity_m0BE53DC180F8AEBD59A1A498BA4F5BC4BE187769(L_0, /*hidden argument*/NULL); V_0 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)CastclassClass((RuntimeObject*)L_1, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var)); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = Identity_get_HasServerDynamicSinks_m3B91A13616D8F44F4CCBC7B76D3B23FE0CD49ED0(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002a; } } { ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_4 = V_0; RuntimeObject* L_5 = ___msg0; NullCheck(L_4); Identity_NotifyServerDynamicSinks_m80910AC761EE2B9A363B568BE21A99EEBE89EFE3(L_4, (bool)1, L_5, (bool)0, (bool)1, /*hidden argument*/NULL); RuntimeObject* L_6 = ___replySink1; if (!L_6) { goto IL_002a; } } { ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_7 = V_0; RuntimeObject* L_8 = ___replySink1; ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63 * L_9 = (ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63 *)il2cpp_codegen_object_new(ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63_il2cpp_TypeInfo_var); ServerObjectReplySink__ctor_mFADB54289E7398E0BC4FEF44A295D79D40B7155F(L_9, L_7, L_8, /*hidden argument*/NULL); ___replySink1 = L_9; } IL_002a: { RuntimeObject* L_10 = __this->get__nextSink_0(); RuntimeObject* L_11 = ___msg0; RuntimeObject* L_12 = ___replySink1; NullCheck(L_10); RuntimeObject* L_13; L_13 = InterfaceFuncInvoker2< RuntimeObject*, RuntimeObject*, RuntimeObject* >::Invoke(1 /* System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.IMessageSink::AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) */, IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var, L_10, L_11, L_12); RuntimeObject* L_14 = ___replySink1; G_B4_0 = L_13; if (L_14) { G_B5_0 = L_13; goto IL_0044; } } { ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_15 = V_0; RuntimeObject* L_16 = ___msg0; NullCheck(L_15); Identity_NotifyServerDynamicSinks_m80910AC761EE2B9A363B568BE21A99EEBE89EFE3(L_15, (bool)0, L_16, (bool)1, (bool)1, /*hidden argument*/NULL); G_B5_0 = G_B4_0; } IL_0044: { return G_B5_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.SharedStatics::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedStatics__ctor_mFF6EB2462EB970F78D1919E13D694F4637E4A2E5 (SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Security.Util.Tokenizer/StringMaker System.SharedStatics::GetSharedStringMaker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * SharedStatics_GetSharedStringMaker_m2A440B9AB8C7E96A575BF3C5D13B02A2DFEC3D10 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 *)NULL; V_1 = (bool)0; RuntimeHelpers_PrepareConstrainedRegions_m4A4D3987FEE068EE30D1ABC4005CDD29D5C52560(/*hidden argument*/NULL); } IL_0009: try {// begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var); SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70 * L_0 = ((SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_StaticFields*)il2cpp_codegen_static_fields_for(SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var))->get__sharedStatics_0(); Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70 * L_1 = ((SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_StaticFields*)il2cpp_codegen_static_fields_for(SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var))->get__sharedStatics_0(); NullCheck(L_1); StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * L_2 = L_1->get__maker_1(); if (!L_2) { goto IL_0037; } } IL_0021: { IL2CPP_RUNTIME_CLASS_INIT(SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var); SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70 * L_3 = ((SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_StaticFields*)il2cpp_codegen_static_fields_for(SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var))->get__sharedStatics_0(); NullCheck(L_3); StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * L_4 = L_3->get__maker_1(); V_0 = L_4; SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70 * L_5 = ((SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_StaticFields*)il2cpp_codegen_static_fields_for(SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var))->get__sharedStatics_0(); NullCheck(L_5); L_5->set__maker_1((StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 *)NULL); } IL_0037: { IL2CPP_LEAVE(0x47, FINALLY_0039); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0039; } FINALLY_0039: {// begin finally (depth: 1) { bool L_6 = V_1; if (!L_6) { goto IL_0046; } } IL_003c: { IL2CPP_RUNTIME_CLASS_INIT(SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var); SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70 * L_7 = ((SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_StaticFields*)il2cpp_codegen_static_fields_for(SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var))->get__sharedStatics_0(); Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_7, /*hidden argument*/NULL); } IL_0046: { IL2CPP_END_FINALLY(57) } }// end finally (depth: 1) IL2CPP_CLEANUP(57) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x47, IL_0047) } IL_0047: { StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * L_8 = V_0; if (L_8) { goto IL_0050; } } { StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * L_9 = (StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 *)il2cpp_codegen_object_new(StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08_il2cpp_TypeInfo_var); StringMaker__ctor_m3BF09D1BECB45A4996149D06CF823F6ED676B49F(L_9, /*hidden argument*/NULL); V_0 = L_9; } IL_0050: { StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * L_10 = V_0; return L_10; } } // System.Void System.SharedStatics::ReleaseSharedStringMaker(System.Security.Util.Tokenizer/StringMaker&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedStatics_ReleaseSharedStringMaker_m4BB0323DC7E2A8FD1D7EEA8FB4D1865AA6171D23 (StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 ** ___maker0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (bool)0; RuntimeHelpers_PrepareConstrainedRegions_m4A4D3987FEE068EE30D1ABC4005CDD29D5C52560(/*hidden argument*/NULL); } IL_0007: try {// begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var); SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70 * L_0 = ((SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_StaticFields*)il2cpp_codegen_static_fields_for(SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var))->get__sharedStatics_0(); Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_0), /*hidden argument*/NULL); SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70 * L_1 = ((SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_StaticFields*)il2cpp_codegen_static_fields_for(SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var))->get__sharedStatics_0(); StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 ** L_2 = ___maker0; StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 * L_3 = *((StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 **)L_2); NullCheck(L_1); L_1->set__maker_1(L_3); StringMaker_t4B512CC97F2C6F1F5C401E0B0E44949683737D08 ** L_4 = ___maker0; *((RuntimeObject **)L_4) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)NULL); IL2CPP_LEAVE(0x32, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { bool L_5 = V_0; if (!L_5) { goto IL_0031; } } IL_0027: { IL2CPP_RUNTIME_CLASS_INIT(SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var); SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70 * L_6 = ((SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_StaticFields*)il2cpp_codegen_static_fields_for(SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var))->get__sharedStatics_0(); Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_6, /*hidden argument*/NULL); } IL_0031: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x32, IL_0032) } IL_0032: { return; } } // System.Void System.SharedStatics::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedStatics__cctor_m664777CD9D21070402B68F83BC8C5C92015FEB16 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70 * L_0 = (SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70 *)il2cpp_codegen_object_new(SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var); SharedStatics__ctor_mFF6EB2462EB970F78D1919E13D694F4637E4A2E5(L_0, /*hidden argument*/NULL); ((SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_StaticFields*)il2cpp_codegen_static_fields_for(SharedStatics_tE26F20C4D1AFB28DC12EC7A6C1D61BE70100FA70_il2cpp_TypeInfo_var))->set__sharedStatics_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.Security.Cryptography.SignatureDescription::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignatureDescription__ctor_m9A9C060DF83ACA74C0DBC3E3AE0A44563E72BED2 (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.SignatureDescription::.ctor(System.Security.SecurityElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignatureDescription__ctor_m2292640293630619094257810375435466217458 (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, SecurityElement_tB9682077760936136392270197F642224B2141CC * ___el0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6AE43F7001391F81A7968495C4D130946EA3C1A4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AC527A8DF595B74718949B694ED69DE1F7D5017); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD84B473BB5751976D735301208A19BC1B2AE9200); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_0 = ___el0; if (L_0) { goto IL_0014; } } { 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*)&_stringLiteral561357A43AFC43D221B9F230B04E836DD73101EB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SignatureDescription__ctor_m2292640293630619094257810375435466217458_RuntimeMethod_var))); } IL_0014: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_2 = ___el0; NullCheck(L_2); String_t* L_3; L_3 = SecurityElement_SearchForTextOfTag_mB14673E2C90334D79CE8DA9EAA00A9A6CDFCD2A1(L_2, _stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07, /*hidden argument*/NULL); __this->set__strKey_0(L_3); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_4 = ___el0; NullCheck(L_4); String_t* L_5; L_5 = SecurityElement_SearchForTextOfTag_mB14673E2C90334D79CE8DA9EAA00A9A6CDFCD2A1(L_4, _stringLiteral9AC527A8DF595B74718949B694ED69DE1F7D5017, /*hidden argument*/NULL); __this->set__strDigest_1(L_5); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_6 = ___el0; NullCheck(L_6); String_t* L_7; L_7 = SecurityElement_SearchForTextOfTag_mB14673E2C90334D79CE8DA9EAA00A9A6CDFCD2A1(L_6, _stringLiteralD84B473BB5751976D735301208A19BC1B2AE9200, /*hidden argument*/NULL); __this->set__strFormatter_2(L_7); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_8 = ___el0; NullCheck(L_8); String_t* L_9; L_9 = SecurityElement_SearchForTextOfTag_mB14673E2C90334D79CE8DA9EAA00A9A6CDFCD2A1(L_8, _stringLiteral6AE43F7001391F81A7968495C4D130946EA3C1A4, /*hidden argument*/NULL); __this->set__strDeformatter_3(L_9); return; } } // System.String System.Security.Cryptography.SignatureDescription::get_KeyAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SignatureDescription_get_KeyAlgorithm_m55CA61575F39BFA3EAA6555693BF0807AEF7A5E5 (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__strKey_0(); return L_0; } } // System.Void System.Security.Cryptography.SignatureDescription::set_KeyAlgorithm(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignatureDescription_set_KeyAlgorithm_m33363463F18F61CF6E7D6E6AFC1058620A9CA2C0 (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__strKey_0(L_0); return; } } // System.String System.Security.Cryptography.SignatureDescription::get_DigestAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SignatureDescription_get_DigestAlgorithm_mD666D34F62E014E903EF3BC601F36D8187CE1BC9 (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__strDigest_1(); return L_0; } } // System.Void System.Security.Cryptography.SignatureDescription::set_DigestAlgorithm(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignatureDescription_set_DigestAlgorithm_mF0ECB17B5D583EAEE5CF673E5D59ABB0998B0782 (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__strDigest_1(L_0); return; } } // System.String System.Security.Cryptography.SignatureDescription::get_FormatterAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SignatureDescription_get_FormatterAlgorithm_mB9D4A35791C86570B74CDB7091D9ACB72DF5A785 (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__strFormatter_2(); return L_0; } } // System.Void System.Security.Cryptography.SignatureDescription::set_FormatterAlgorithm(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignatureDescription_set_FormatterAlgorithm_mFFAE95E6194F465AA4059DE83ECBABDD6075021D (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__strFormatter_2(L_0); return; } } // System.String System.Security.Cryptography.SignatureDescription::get_DeformatterAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SignatureDescription_get_DeformatterAlgorithm_m99150369188944B055A0EC08B20FBE7C730BE19F (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__strDeformatter_3(); return L_0; } } // System.Void System.Security.Cryptography.SignatureDescription::set_DeformatterAlgorithm(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignatureDescription_set_DeformatterAlgorithm_m06F0DA296BD3FF5B8E1691A878E46C4231C2729D (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__strDeformatter_3(L_0); return; } } // System.Security.Cryptography.AsymmetricSignatureDeformatter System.Security.Cryptography.SignatureDescription::CreateDeformatter(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricSignatureDeformatter_t4E346B5F7ADCD7E90FBD28DBDB9E540A1D11D033 * SignatureDescription_CreateDeformatter_mBDAD3D9419C803C5C23C5FEEF95C0F3EC3573290 (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsymmetricSignatureDeformatter_t4E346B5F7ADCD7E90FBD28DBDB9E540A1D11D033_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get__strDeformatter_3(); RuntimeObject * L_1; L_1 = CryptoConfig_CreateFromName_mAA87578CA5E4BA407B6946595D7B58F60FF84F46(L_0, /*hidden argument*/NULL); AsymmetricSignatureDeformatter_t4E346B5F7ADCD7E90FBD28DBDB9E540A1D11D033 * L_2 = ((AsymmetricSignatureDeformatter_t4E346B5F7ADCD7E90FBD28DBDB9E540A1D11D033 *)CastclassClass((RuntimeObject*)L_1, AsymmetricSignatureDeformatter_t4E346B5F7ADCD7E90FBD28DBDB9E540A1D11D033_il2cpp_TypeInfo_var)); AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_3 = ___key0; NullCheck(L_2); VirtualActionInvoker1< AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * >::Invoke(4 /* System.Void System.Security.Cryptography.AsymmetricSignatureDeformatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm) */, L_2, L_3); return L_2; } } // System.Security.Cryptography.AsymmetricSignatureFormatter System.Security.Cryptography.SignatureDescription::CreateFormatter(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricSignatureFormatter_t2B6B3B1EBAAC2F3C07900B476C8F1497E383A13B * SignatureDescription_CreateFormatter_mD1D4796212D4BC8CE5AB256C50E9B0786C5CC295 (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsymmetricSignatureFormatter_t2B6B3B1EBAAC2F3C07900B476C8F1497E383A13B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get__strFormatter_2(); RuntimeObject * L_1; L_1 = CryptoConfig_CreateFromName_mAA87578CA5E4BA407B6946595D7B58F60FF84F46(L_0, /*hidden argument*/NULL); AsymmetricSignatureFormatter_t2B6B3B1EBAAC2F3C07900B476C8F1497E383A13B * L_2 = ((AsymmetricSignatureFormatter_t2B6B3B1EBAAC2F3C07900B476C8F1497E383A13B *)CastclassClass((RuntimeObject*)L_1, AsymmetricSignatureFormatter_t2B6B3B1EBAAC2F3C07900B476C8F1497E383A13B_il2cpp_TypeInfo_var)); AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_3 = ___key0; NullCheck(L_2); VirtualActionInvoker1< AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * >::Invoke(4 /* System.Void System.Security.Cryptography.AsymmetricSignatureFormatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm) */, L_2, L_3); return L_2; } } // System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.SignatureDescription::CreateDigest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * SignatureDescription_CreateDigest_m9992CCE180F6426B38E2A83484415D5F338B2475 (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, 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; } { String_t* L_0 = __this->get__strDigest_1(); RuntimeObject * L_1; L_1 = CryptoConfig_CreateFromName_mAA87578CA5E4BA407B6946595D7B58F60FF84F46(L_0, /*hidden argument*/NULL); return ((HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 *)CastclassClass((RuntimeObject*)L_1, HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31_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 #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.Globalization.Unicode.SimpleCollator::.ctor(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator__ctor_m8B6EB6C1918971E2B29E4B2E646C2F28C01D3B97 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, 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*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * V_0 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_1 = NULL; ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* V_2 = NULL; int32_t V_3 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_4 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_5 = NULL; int32_t V_6 = 0; Il2CppChar V_7 = 0x0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_8 = NULL; Il2CppChar V_9 = 0x0; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___culture0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_0); __this->set_lcid_11(L_1); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2 = ___culture0; NullCheck(L_2); TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_3; L_3 = VirtualFuncInvoker0< TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_2); __this->set_textInfo_2(L_3); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4 = ___culture0; CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** L_5 = __this->get_address_of_cjkIndexer_3(); uint8_t** L_6 = __this->get_address_of_cjkCatTable_7(); uint8_t** L_7 = __this->get_address_of_cjkLv1Table_8(); CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** L_8 = __this->get_address_of_cjkLv2Indexer_10(); uint8_t** L_9 = __this->get_address_of_cjkLv2Table_9(); SimpleCollator_SetCJKTable_m999CA4A5CFF432FC54610106514E1477EDF47EB7(__this, L_4, (CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 **)L_5, (uint8_t**)L_6, (uint8_t**)L_7, (CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 **)L_8, (uint8_t**)L_9, /*hidden argument*/NULL); V_0 = (TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A *)NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10 = ___culture0; V_1 = L_10; goto IL_005f; } IL_0049: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11 = V_1; NullCheck(L_11); int32_t L_12; L_12 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_11); IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * L_13; L_13 = MSCompatUnicodeTable_GetTailoringInfo_m8D9B710142C6EAD9DAB8930DCBB730E9D7A4C8FA(L_12, /*hidden argument*/NULL); V_0 = L_13; TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * L_14 = V_0; if (L_14) { goto IL_0069; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15 = V_1; NullCheck(L_15); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_16; L_16 = VirtualFuncInvoker0< CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(9 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_15); V_1 = L_16; } IL_005f: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_17 = V_1; NullCheck(L_17); int32_t L_18; L_18 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_17); if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)127))))) { goto IL_0049; } } IL_0069: { TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * L_19 = V_0; if (L_19) { goto IL_0074; } } { IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * L_20; L_20 = MSCompatUnicodeTable_GetTailoringInfo_m8D9B710142C6EAD9DAB8930DCBB730E9D7A4C8FA(((int32_t)127), /*hidden argument*/NULL); V_0 = L_20; } IL_0074: { TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * L_21 = V_0; NullCheck(L_21); bool L_22 = L_21->get_FrenchSort_3(); __this->set_frenchSort_12(L_22); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_23 = ___culture0; TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * L_24 = V_0; ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B** L_25 = __this->get_address_of_contractions_4(); Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF** L_26 = __this->get_address_of_level2Maps_5(); IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); MSCompatUnicodeTable_BuildTailoringTables_m79BD97D08B464BA28B08624B7E217C4CED9A15EF(L_23, L_24, (ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B**)L_25, (Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF**)L_26, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)96)); __this->set_unsafeFlags_6(L_27); ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_28 = __this->get_contractions_4(); V_2 = L_28; V_3 = 0; goto IL_0101; } IL_00ab: { ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_29 = V_2; int32_t L_30 = V_3; NullCheck(L_29); int32_t L_31 = L_30; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_32 = (L_29)->GetAt(static_cast(L_31)); V_4 = L_32; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_33 = V_4; NullCheck(L_33); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_34 = L_33->get_Source_1(); NullCheck(L_34); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))) <= ((int32_t)1))) { goto IL_00fd; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_35 = V_4; NullCheck(L_35); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_36 = L_35->get_Source_1(); V_5 = L_36; V_6 = 0; goto IL_00f5; } IL_00ca: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_37 = V_5; int32_t L_38 = V_6; NullCheck(L_37); int32_t L_39 = L_38; uint16_t L_40 = (uint16_t)(L_37)->GetAt(static_cast(L_39)); V_7 = L_40; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = __this->get_unsafeFlags_6(); Il2CppChar L_42 = V_7; NullCheck(L_41); uint8_t* L_43 = ((L_41)->GetAddressAt(static_cast(((int32_t)((int32_t)L_42/(int32_t)8))))); int32_t L_44 = *((uint8_t*)L_43); Il2CppChar L_45 = V_7; *((int8_t*)L_43) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_44|(int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_45&(int32_t)7))&(int32_t)((int32_t)31))))))))))); int32_t L_46 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_00f5: { int32_t L_47 = V_6; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_48 = V_5; NullCheck(L_48); if ((((int32_t)L_47) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))))) { goto IL_00ca; } } IL_00fd: { int32_t L_49 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_0101: { int32_t L_50 = V_3; ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_51 = V_2; NullCheck(L_51); if ((((int32_t)L_50) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length)))))) { goto IL_00ab; } } { int32_t L_52 = __this->get_lcid_11(); if ((((int32_t)L_52) == ((int32_t)((int32_t)127)))) { goto IL_017c; } } { IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * L_53 = ((SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_StaticFields*)il2cpp_codegen_static_fields_for(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var))->get_invariant_1(); NullCheck(L_53); ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_54 = L_53->get_contractions_4(); V_2 = L_54; V_3 = 0; goto IL_0176; } IL_0120: { ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_55 = V_2; int32_t L_56 = V_3; NullCheck(L_55); int32_t L_57 = L_56; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_58 = (L_55)->GetAt(static_cast(L_57)); V_8 = L_58; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_59 = V_8; NullCheck(L_59); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_60 = L_59->get_Source_1(); NullCheck(L_60); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_60)->max_length)))) <= ((int32_t)1))) { goto IL_0172; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_61 = V_8; NullCheck(L_61); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_62 = L_61->get_Source_1(); V_5 = L_62; V_6 = 0; goto IL_016a; } IL_013f: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_63 = V_5; int32_t L_64 = V_6; NullCheck(L_63); int32_t L_65 = L_64; uint16_t L_66 = (uint16_t)(L_63)->GetAt(static_cast(L_65)); V_9 = L_66; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = __this->get_unsafeFlags_6(); Il2CppChar L_68 = V_9; NullCheck(L_67); uint8_t* L_69 = ((L_67)->GetAddressAt(static_cast(((int32_t)((int32_t)L_68/(int32_t)8))))); int32_t L_70 = *((uint8_t*)L_69); Il2CppChar L_71 = V_9; *((int8_t*)L_69) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_70|(int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_71&(int32_t)7))&(int32_t)((int32_t)31))))))))))); int32_t L_72 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)); } IL_016a: { int32_t L_73 = V_6; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_74 = V_5; NullCheck(L_74); if ((((int32_t)L_73) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_74)->max_length)))))) { goto IL_013f; } } IL_0172: { int32_t L_75 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); } IL_0176: { int32_t L_76 = V_3; ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_77 = V_2; NullCheck(L_77); if ((((int32_t)L_76) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_77)->max_length)))))) { goto IL_0120; } } IL_017c: { return; } } // System.Void Mono.Globalization.Unicode.SimpleCollator::SetCJKTable(System.Globalization.CultureInfo,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_SetCJKTable_m999CA4A5CFF432FC54610106514E1477EDF47EB7 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** ___lv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___culture0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = SimpleCollator_GetNeutralCulture_m320C60D109CF0F7C7DBB47063497B1274AA59FD7(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_1); CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** L_3 = ___cjkIndexer1; uint8_t** L_4 = ___catTable2; uint8_t** L_5 = ___lv1Table3; CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** L_6 = ___lv2Indexer4; uint8_t** L_7 = ___lv2Table5; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); MSCompatUnicodeTable_FillCJK_mFFFE04AD8BD3C2645B62F932B66C98F52EFABECD(L_2, (CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 **)L_3, (uint8_t**)L_4, (uint8_t**)L_5, (CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 **)L_6, (uint8_t**)L_7, /*hidden argument*/NULL); return; } } // System.Globalization.CultureInfo Mono.Globalization.Unicode.SimpleCollator::GetNeutralCulture(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * SimpleCollator_GetNeutralCulture_m320C60D109CF0F7C7DBB47063497B1274AA59FD7 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___info0, const RuntimeMethod* method) { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_0 = NULL; { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___info0; V_0 = L_0; goto IL_000b; } IL_0004: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1 = V_0; NullCheck(L_1); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = VirtualFuncInvoker0< CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(9 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_1); V_0 = L_2; } IL_000b: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_3 = V_0; NullCheck(L_3); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = VirtualFuncInvoker0< CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(9 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_3); if (!L_4) { goto IL_0022; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5 = V_0; NullCheck(L_5); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = VirtualFuncInvoker0< CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(9 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_5); NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_6); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)127))))) { goto IL_0004; } } IL_0022: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8 = V_0; return L_8; } } // System.Byte Mono.Globalization.Unicode.SimpleCollator::Category(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___cp0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___cp0; if ((((int32_t)L_0) < ((int32_t)((int32_t)12288)))) { goto IL_0012; } } { uint8_t* L_1 = __this->get_cjkCatTable_7(); if ((!(((uintptr_t)L_1) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0019; } } IL_0012: { int32_t L_2 = ___cp0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = MSCompatUnicodeTable_Category_mA524581D8BFC8EC9ED6F4234274730403C8C6136(L_2, /*hidden argument*/NULL); return L_3; } IL_0019: { CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_4 = __this->get_cjkIndexer_3(); int32_t L_5 = ___cp0; NullCheck(L_4); int32_t L_6; L_6 = CodePointIndexer_ToIndex_mB4F6BB9A4B18B72848B4EFC66031EC2E39FA4C54(L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; int32_t L_7 = V_0; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0034; } } { uint8_t* L_8 = __this->get_cjkCatTable_7(); int32_t L_9 = V_0; int32_t L_10 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)L_9))); return (uint8_t)L_10; } IL_0034: { int32_t L_11 = ___cp0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_12; L_12 = MSCompatUnicodeTable_Category_mA524581D8BFC8EC9ED6F4234274730403C8C6136(L_11, /*hidden argument*/NULL); return L_12; } } // System.Byte Mono.Globalization.Unicode.SimpleCollator::Level1(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___cp0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___cp0; if ((((int32_t)L_0) < ((int32_t)((int32_t)12288)))) { goto IL_0012; } } { uint8_t* L_1 = __this->get_cjkLv1Table_8(); if ((!(((uintptr_t)L_1) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0019; } } IL_0012: { int32_t L_2 = ___cp0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = MSCompatUnicodeTable_Level1_m9FBE132EF10DFE6034EB9CF2450B673EECB6385F(L_2, /*hidden argument*/NULL); return L_3; } IL_0019: { CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_4 = __this->get_cjkIndexer_3(); int32_t L_5 = ___cp0; NullCheck(L_4); int32_t L_6; L_6 = CodePointIndexer_ToIndex_mB4F6BB9A4B18B72848B4EFC66031EC2E39FA4C54(L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; int32_t L_7 = V_0; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0034; } } { uint8_t* L_8 = __this->get_cjkLv1Table_8(); int32_t L_9 = V_0; int32_t L_10 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)L_9))); return (uint8_t)L_10; } IL_0034: { int32_t L_11 = ___cp0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_12; L_12 = MSCompatUnicodeTable_Level1_m9FBE132EF10DFE6034EB9CF2450B673EECB6385F(L_11, /*hidden argument*/NULL); return L_12; } } // System.Byte Mono.Globalization.Unicode.SimpleCollator::Level2(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___cp0, int32_t ___ext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t V_1 = 0x0; int32_t V_2 = 0; int32_t G_B10_0 = 0; { int32_t L_0 = ___ext1; if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0006; } } { return (uint8_t)5; } IL_0006: { int32_t L_1 = ___ext1; if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_000c; } } { return (uint8_t)0; } IL_000c: { int32_t L_2 = ___cp0; if ((((int32_t)L_2) < ((int32_t)((int32_t)12288)))) { goto IL_001e; } } { uint8_t* L_3 = __this->get_cjkLv2Table_9(); if ((!(((uintptr_t)L_3) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0025; } } IL_001e: { int32_t L_4 = ___cp0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_5; L_5 = MSCompatUnicodeTable_Level2_m874EA6427DDB6A147A3DFBF66991D22D0D5D7DD1(L_4, /*hidden argument*/NULL); return L_5; } IL_0025: { CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_6 = __this->get_cjkLv2Indexer_10(); int32_t L_7 = ___cp0; NullCheck(L_6); int32_t L_8; L_8 = CodePointIndexer_ToIndex_mB4F6BB9A4B18B72848B4EFC66031EC2E39FA4C54(L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; int32_t L_9 = V_0; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_0041; } } { uint8_t* L_10 = __this->get_cjkLv2Table_9(); int32_t L_11 = V_0; int32_t L_12 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11))); G_B10_0 = L_12; goto IL_0042; } IL_0041: { G_B10_0 = 0; } IL_0042: { V_1 = (uint8_t)G_B10_0; uint8_t L_13 = V_1; if (!L_13) { goto IL_0048; } } { uint8_t L_14 = V_1; return L_14; } IL_0048: { int32_t L_15 = ___cp0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_16; L_16 = MSCompatUnicodeTable_Level2_m874EA6427DDB6A147A3DFBF66991D22D0D5D7DD1(L_15, /*hidden argument*/NULL); V_1 = L_16; Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* L_17 = __this->get_level2Maps_5(); NullCheck(L_17); if ((((RuntimeArray*)L_17)->max_length)) { goto IL_005a; } } { uint8_t L_18 = V_1; return L_18; } IL_005a: { V_2 = 0; goto IL_0090; } IL_005e: { Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* L_19 = __this->get_level2Maps_5(); int32_t L_20 = V_2; NullCheck(L_19); int32_t L_21 = L_20; Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C * L_22 = (L_19)->GetAt(static_cast(L_21)); NullCheck(L_22); uint8_t L_23 = L_22->get_Source_0(); uint8_t L_24 = V_1; if ((!(((uint32_t)L_23) == ((uint32_t)L_24)))) { goto IL_007c; } } { Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* L_25 = __this->get_level2Maps_5(); int32_t L_26 = V_2; NullCheck(L_25); int32_t L_27 = L_26; Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C * L_28 = (L_25)->GetAt(static_cast(L_27)); NullCheck(L_28); uint8_t L_29 = L_28->get_Replace_1(); return L_29; } IL_007c: { Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* L_30 = __this->get_level2Maps_5(); int32_t L_31 = V_2; NullCheck(L_30); int32_t L_32 = L_31; Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C * L_33 = (L_30)->GetAt(static_cast(L_32)); NullCheck(L_33); uint8_t L_34 = L_33->get_Source_0(); uint8_t L_35 = V_1; if ((((int32_t)L_34) > ((int32_t)L_35))) { goto IL_009b; } } { int32_t L_36 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_0090: { int32_t L_37 = V_2; Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* L_38 = __this->get_level2Maps_5(); NullCheck(L_38); if ((((int32_t)L_37) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length)))))) { goto IL_005e; } } IL_009b: { uint8_t L_39 = V_1; return L_39; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsHalfKana(System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsHalfKana_mBFB7936744B221BFFB8D639E33F647B989A19D57 (int32_t ___cp0, int32_t ___opt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___opt1; if (((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) { goto IL_000e; } } { int32_t L_1 = ___cp0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_2; L_2 = MSCompatUnicodeTable_IsHalfWidthKana_m30C067A18B6FCC6985A161484E2951F9F6903ED3(((int32_t)((uint16_t)L_1)), /*hidden argument*/NULL); return L_2; } IL_000e: { return (bool)1; } } // Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetContraction(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * SimpleCollator_GetContraction_m805E06343D20B33D1E65688BF187B30AA1AA10B3 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_0 = NULL; { String_t* L_0 = ___s0; int32_t L_1 = ___start1; int32_t L_2 = ___end2; ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_3 = __this->get_contractions_4(); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_4; L_4 = SimpleCollator_GetContraction_m0ED4C3641BA61BA1B2EFDC1F734DA224EFC80D3E(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_5 = V_0; if (L_5) { goto IL_001d; } } { int32_t L_6 = __this->get_lcid_11(); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)127))))) { goto IL_001f; } } IL_001d: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_7 = V_0; return L_7; } IL_001f: { String_t* L_8 = ___s0; int32_t L_9 = ___start1; int32_t L_10 = ___end2; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * L_11 = ((SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_StaticFields*)il2cpp_codegen_static_fields_for(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var))->get_invariant_1(); NullCheck(L_11); ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_12 = L_11->get_contractions_4(); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_13; L_13 = SimpleCollator_GetContraction_m0ED4C3641BA61BA1B2EFDC1F734DA224EFC80D3E(__this, L_8, L_9, L_10, L_12, /*hidden argument*/NULL); return L_13; } } // Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetContraction(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.Contraction[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * SimpleCollator_GetContraction_m0ED4C3641BA61BA1B2EFDC1F734DA224EFC80D3E (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* ___clist3, const RuntimeMethod* method) { int32_t V_0 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_1 = NULL; int32_t V_2 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_3 = NULL; bool V_4 = false; int32_t V_5 = 0; { V_0 = 0; goto IL_0067; } IL_0004: { ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_0 = ___clist3; int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = L_3; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_4 = V_1; NullCheck(L_4); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = L_4->get_Source_1(); NullCheck(L_5); int32_t L_6 = 0; uint16_t L_7 = (uint16_t)(L_5)->GetAt(static_cast(L_6)); String_t* L_8 = ___s0; int32_t L_9 = ___start1; NullCheck(L_8); Il2CppChar L_10; L_10 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, L_9, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_10)); int32_t L_11 = V_2; if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_0020; } } { return (Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA *)NULL; } IL_0020: { int32_t L_12 = V_2; if ((((int32_t)L_12) < ((int32_t)0))) { goto IL_0063; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_13 = V_1; NullCheck(L_13); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = L_13->get_Source_1(); V_3 = L_14; int32_t L_15 = ___end2; int32_t L_16 = ___start1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = V_3; NullCheck(L_17); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16))) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))) { goto IL_0063; } } { V_4 = (bool)1; V_5 = 0; goto IL_0056; } IL_003b: { String_t* L_18 = ___s0; int32_t L_19 = ___start1; int32_t L_20 = V_5; NullCheck(L_18); Il2CppChar L_21; L_21 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_22 = V_3; int32_t L_23 = V_5; NullCheck(L_22); int32_t L_24 = L_23; uint16_t L_25 = (uint16_t)(L_22)->GetAt(static_cast(L_24)); if ((((int32_t)L_21) == ((int32_t)L_25))) { goto IL_0050; } } { V_4 = (bool)0; goto IL_005d; } IL_0050: { int32_t L_26 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0056: { int32_t L_27 = V_5; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_28 = V_3; NullCheck(L_28); if ((((int32_t)L_27) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))))) { goto IL_003b; } } IL_005d: { bool L_29 = V_4; if (!L_29) { goto IL_0063; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_30 = V_1; return L_30; } IL_0063: { int32_t L_31 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0067: { int32_t L_32 = V_0; ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_33 = ___clist3; NullCheck(L_33); if ((((int32_t)L_32) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))))) { goto IL_0004; } } { return (Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA *)NULL; } } // Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetTailContraction(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * SimpleCollator_GetTailContraction_m5010C039FE72FE260FF6408D7C7ED8E667076394 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_0 = NULL; { String_t* L_0 = ___s0; int32_t L_1 = ___start1; int32_t L_2 = ___end2; ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_3 = __this->get_contractions_4(); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_4; L_4 = SimpleCollator_GetTailContraction_m65AB012A6A86D301375EF44226E5C538417EFF91(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_5 = V_0; if (L_5) { goto IL_001d; } } { int32_t L_6 = __this->get_lcid_11(); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)127))))) { goto IL_001f; } } IL_001d: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_7 = V_0; return L_7; } IL_001f: { String_t* L_8 = ___s0; int32_t L_9 = ___start1; int32_t L_10 = ___end2; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * L_11 = ((SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_StaticFields*)il2cpp_codegen_static_fields_for(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var))->get_invariant_1(); NullCheck(L_11); ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_12 = L_11->get_contractions_4(); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_13; L_13 = SimpleCollator_GetTailContraction_m65AB012A6A86D301375EF44226E5C538417EFF91(__this, L_8, L_9, L_10, L_12, /*hidden argument*/NULL); return L_13; } } // Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetTailContraction(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.Contraction[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * SimpleCollator_GetTailContraction_m65AB012A6A86D301375EF44226E5C538417EFF91 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* ___clist3, const RuntimeMethod* method) { int32_t V_0 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_1 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; { int32_t L_0 = ___start1; int32_t L_1 = ___end2; if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_001c; } } { int32_t L_2 = ___end2; if ((((int32_t)L_2) < ((int32_t)(-1)))) { goto IL_001c; } } { int32_t L_3 = ___start1; String_t* L_4 = ___s0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)L_5))) { goto IL_001c; } } { String_t* L_6 = ___s0; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); int32_t L_8 = ___end2; if ((((int32_t)L_7) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))))) { goto IL_0039; } } IL_001c: { int32_t L_9 = ___start1; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_10); int32_t L_12 = ___end2; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_13); String_t* L_15 = ___s0; String_t* L_16; L_16 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE132EE424C20BA450E30E9FE0BA4CA35C197C729)), L_11, L_14, L_15, /*hidden argument*/NULL); SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * L_17 = (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62_il2cpp_TypeInfo_var))); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(L_17, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SimpleCollator_GetTailContraction_m65AB012A6A86D301375EF44226E5C538417EFF91_RuntimeMethod_var))); } IL_0039: { V_0 = 0; goto IL_009f; } IL_003d: { ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_18 = ___clist3; int32_t L_19 = V_0; NullCheck(L_18); int32_t L_20 = L_19; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_21 = (L_18)->GetAt(static_cast(L_20)); V_1 = L_21; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_22 = V_1; NullCheck(L_22); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_23 = L_22->get_Source_1(); V_2 = L_23; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_24 = V_2; NullCheck(L_24); int32_t L_25 = ___start1; int32_t L_26 = ___end2; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_26))))) { goto IL_009b; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_27 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_28 = V_2; NullCheck(L_28); NullCheck(L_27); int32_t L_29 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length))), (int32_t)1)); uint16_t L_30 = (uint16_t)(L_27)->GetAt(static_cast(L_29)); String_t* L_31 = ___s0; int32_t L_32 = ___start1; NullCheck(L_31); Il2CppChar L_33; L_33 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_31, L_32, /*hidden argument*/NULL); if ((!(((uint32_t)L_30) == ((uint32_t)L_33)))) { goto IL_009b; } } { V_3 = (bool)1; V_4 = 0; int32_t L_34 = ___start1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_35 = V_2; NullCheck(L_35); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length))))), (int32_t)1)); goto IL_008f; } IL_0071: { String_t* L_36 = ___s0; int32_t L_37 = V_5; NullCheck(L_36); Il2CppChar L_38; L_38 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_36, L_37, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_39 = V_2; int32_t L_40 = V_4; NullCheck(L_39); int32_t L_41 = L_40; uint16_t L_42 = (uint16_t)(L_39)->GetAt(static_cast(L_41)); if ((((int32_t)L_38) == ((int32_t)L_42))) { goto IL_0083; } } { V_3 = (bool)0; goto IL_0096; } IL_0083: { int32_t L_43 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); int32_t L_44 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_008f: { int32_t L_45 = V_4; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_46 = V_2; NullCheck(L_46); if ((((int32_t)L_45) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_46)->max_length)))))) { goto IL_0071; } } IL_0096: { bool L_47 = V_3; if (!L_47) { goto IL_009b; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_48 = V_1; return L_48; } IL_009b: { int32_t L_49 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_009f: { int32_t L_50 = V_0; ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_51 = ___clist3; NullCheck(L_51); if ((((int32_t)L_50) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length)))))) { goto IL_003d; } } { return (Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA *)NULL; } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::FilterOptions(System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, int32_t ___opt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___opt1; if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) { goto IL_0013; } } { int32_t L_1 = ___i0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); int32_t L_2; L_2 = MSCompatUnicodeTable_ToWidthCompat_m4F14DEA190D73711C118AE7627D0A32E0CB48906(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if (!L_3) { goto IL_0013; } } { int32_t L_4 = V_0; ___i0 = L_4; } IL_0013: { int32_t L_5 = ___opt1; if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)268435456)))) { goto IL_002b; } } { TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_6 = __this->get_textInfo_2(); int32_t L_7 = ___i0; NullCheck(L_6); Il2CppChar L_8; L_8 = VirtualFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_6, ((int32_t)((uint16_t)L_7))); ___i0 = L_8; } IL_002b: { int32_t L_9 = ___opt1; if (!((int32_t)((int32_t)L_9&(int32_t)1))) { goto IL_003f; } } { TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_10 = __this->get_textInfo_2(); int32_t L_11 = ___i0; NullCheck(L_10); Il2CppChar L_12; L_12 = VirtualFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_10, ((int32_t)((uint16_t)L_11))); ___i0 = L_12; } IL_003f: { int32_t L_13 = ___opt1; if (!((int32_t)((int32_t)L_13&(int32_t)8))) { goto IL_004c; } } { int32_t L_14 = ___i0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); int32_t L_15; L_15 = MSCompatUnicodeTable_ToKanaTypeInsensitive_mCFD4562162FB6253B6279E4031E40467FD082249(L_14, /*hidden argument*/NULL); ___i0 = L_15; } IL_004c: { int32_t L_16 = ___i0; return L_16; } } // Mono.Globalization.Unicode.SimpleCollator/ExtenderType Mono.Globalization.Unicode.SimpleCollator::GetExtenderType(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_GetExtenderType_m4689AA2150E1B1CAFA14F64759D2B43DDCCF5878 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)8213))))) { goto IL_0016; } } { int32_t L_1 = __this->get_lcid_11(); if ((((int32_t)L_1) == ((int32_t)((int32_t)16)))) { goto IL_0014; } } { return (int32_t)(0); } IL_0014: { return (int32_t)(3); } IL_0016: { int32_t L_2 = ___i0; if ((((int32_t)L_2) < ((int32_t)((int32_t)12293)))) { goto IL_0026; } } { int32_t L_3 = ___i0; if ((((int32_t)L_3) <= ((int32_t)((int32_t)65392)))) { goto IL_0028; } } IL_0026: { return (int32_t)(0); } IL_0028: { int32_t L_4 = ___i0; if ((((int32_t)L_4) < ((int32_t)((int32_t)65148)))) { goto IL_0054; } } { int32_t L_5 = ___i0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)65148)))) > ((uint32_t)1)))) { goto IL_004e; } } { int32_t L_6 = ___i0; if ((((int32_t)L_6) == ((int32_t)((int32_t)65392)))) { goto IL_0050; } } { int32_t L_7 = ___i0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)65438)))) > ((uint32_t)1)))) { goto IL_0052; } } { goto IL_0054; } IL_004e: { return (int32_t)(1); } IL_0050: { return (int32_t)(3); } IL_0052: { return (int32_t)(2); } IL_0054: { int32_t L_8 = ___i0; if ((((int32_t)L_8) <= ((int32_t)((int32_t)12542)))) { goto IL_005e; } } { return (int32_t)(0); } IL_005e: { int32_t L_9 = ___i0; if ((((int32_t)L_9) > ((int32_t)((int32_t)12338)))) { goto IL_007a; } } { int32_t L_10 = ___i0; if ((((int32_t)L_10) == ((int32_t)((int32_t)12293)))) { goto IL_00a4; } } { int32_t L_11 = ___i0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)((int32_t)12337)))) > ((uint32_t)1)))) { goto IL_00a6; } } { goto IL_00ac; } IL_007a: { int32_t L_12 = ___i0; if ((((int32_t)L_12) == ((int32_t)((int32_t)12445)))) { goto IL_00a6; } } { int32_t L_13 = ___i0; if ((((int32_t)L_13) == ((int32_t)((int32_t)12446)))) { goto IL_00a8; } } { int32_t L_14 = ___i0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)((int32_t)12540)))) { case 0: { goto IL_00aa; } case 1: { goto IL_00a6; } case 2: { goto IL_00a8; } } } { goto IL_00ac; } IL_00a4: { return (int32_t)(4); } IL_00a6: { return (int32_t)(1); } IL_00a8: { return (int32_t)(2); } IL_00aa: { return (int32_t)(3); } IL_00ac: { return (int32_t)(0); } } // System.Byte Mono.Globalization.Unicode.SimpleCollator::ToDashTypeValue(Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_ToDashTypeValue_m7FA5894B7EA6735DB1FC544BE42A5D5C4C50DED4 (int32_t ___ext0, int32_t ___opt1, const RuntimeMethod* method) { { int32_t L_0 = ___opt1; if (!((int32_t)((int32_t)L_0&(int32_t)2))) { goto IL_0007; } } { return (uint8_t)3; } IL_0007: { int32_t L_1 = ___ext0; if (!L_1) { goto IL_0010; } } { int32_t L_2 = ___ext0; if ((((int32_t)L_2) == ((int32_t)3))) { goto IL_0012; } } { goto IL_0014; } IL_0010: { return (uint8_t)3; } IL_0012: { return (uint8_t)5; } IL_0014: { return (uint8_t)4; } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::FilterExtender(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_FilterExtender_m52E04162094AD4F49CD82B10218CEAD86CA11773 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, int32_t ___ext1, int32_t ___opt2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int32_t V_2 = 0; { int32_t L_0 = ___ext1; if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_00c7; } } { int32_t L_1 = ___i0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_2; L_2 = MSCompatUnicodeTable_HasSpecialWeight_m7E7FB8B916131E9A5729F3C4FA326A7605C10AA3(((int32_t)((uint16_t)L_1)), /*hidden argument*/NULL); if (!L_2) { goto IL_00c7; } } { int32_t L_3 = ___i0; int32_t L_4 = ___opt2; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); bool L_5; L_5 = SimpleCollator_IsHalfKana_mBFB7936744B221BFFB8D639E33F647B989A19D57(((int32_t)((uint16_t)L_3)), L_4, /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = ___i0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_7; L_7 = MSCompatUnicodeTable_IsHiragana_mF32388227769220CA3A5AA6E233A4304079211D9(((int32_t)((uint16_t)L_6)), /*hidden argument*/NULL); V_1 = (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0); int32_t L_8 = ___i0; uint8_t L_9; L_9 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_8, /*hidden argument*/NULL); V_2 = ((int32_t)((int32_t)L_9&(int32_t)7)); int32_t L_10 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)2))) { case 0: { goto IL_004f; } case 1: { goto IL_0067; } case 2: { goto IL_007f; } case 3: { goto IL_0097; } case 4: { goto IL_00af; } } } { goto IL_00c7; } IL_004f: { bool L_11 = V_0; if (L_11) { goto IL_0061; } } { bool L_12 = V_1; if (L_12) { goto IL_005b; } } { return ((int32_t)12354); } IL_005b: { return ((int32_t)12450); } IL_0061: { return ((int32_t)65393); } IL_0067: { bool L_13 = V_0; if (L_13) { goto IL_0079; } } { bool L_14 = V_1; if (L_14) { goto IL_0073; } } { return ((int32_t)12356); } IL_0073: { return ((int32_t)12452); } IL_0079: { return ((int32_t)65394); } IL_007f: { bool L_15 = V_0; if (L_15) { goto IL_0091; } } { bool L_16 = V_1; if (L_16) { goto IL_008b; } } { return ((int32_t)12358); } IL_008b: { return ((int32_t)12454); } IL_0091: { return ((int32_t)65395); } IL_0097: { bool L_17 = V_0; if (L_17) { goto IL_00a9; } } { bool L_18 = V_1; if (L_18) { goto IL_00a3; } } { return ((int32_t)12360); } IL_00a3: { return ((int32_t)12456); } IL_00a9: { return ((int32_t)65396); } IL_00af: { bool L_19 = V_0; if (L_19) { goto IL_00c1; } } { bool L_20 = V_1; if (L_20) { goto IL_00bb; } } { return ((int32_t)12362); } IL_00bb: { return ((int32_t)12458); } IL_00c1: { return ((int32_t)65397); } IL_00c7: { int32_t L_21 = ___i0; return L_21; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsIgnorable(System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsIgnorable_mF4929B081BC8833265B591A9A8CCEF1D633919D5 (int32_t ___i0, int32_t ___opt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; int32_t G_B5_0 = 0; int32_t G_B5_1 = 0; int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; int32_t G_B6_2 = 0; int32_t G_B8_0 = 0; int32_t G_B8_1 = 0; int32_t G_B7_0 = 0; int32_t G_B7_1 = 0; int32_t G_B9_0 = 0; int32_t G_B9_1 = 0; int32_t G_B9_2 = 0; { int32_t L_0 = ___i0; int32_t L_1 = ___opt1; G_B1_0 = L_0; if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)1342177280)))) { G_B2_0 = L_0; goto IL_000d; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_000e; } IL_000d: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_000e: { int32_t L_2 = ___opt1; G_B4_0 = G_B3_0; G_B4_1 = G_B3_1; if (((int32_t)((int32_t)L_2&(int32_t)4))) { G_B5_0 = G_B3_0; G_B5_1 = G_B3_1; goto IL_0016; } } { G_B6_0 = 0; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0017; } IL_0016: { G_B6_0 = 2; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_0017: { int32_t L_3 = ___opt1; G_B7_0 = ((int32_t)il2cpp_codegen_add((int32_t)G_B6_1, (int32_t)G_B6_0)); G_B7_1 = G_B6_2; if (((int32_t)((int32_t)L_3&(int32_t)2))) { G_B8_0 = ((int32_t)il2cpp_codegen_add((int32_t)G_B6_1, (int32_t)G_B6_0)); G_B8_1 = G_B6_2; goto IL_0020; } } { G_B9_0 = 0; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; goto IL_0021; } IL_0020: { G_B9_0 = 4; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; } IL_0021: { IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_4; L_4 = MSCompatUnicodeTable_IsIgnorable_m8BD2C6ACD0EC5F642DD3ED87A8B3E0092DA16DD8(G_B9_2, (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)G_B9_1, (int32_t)G_B9_0)))), /*hidden argument*/NULL); return L_4; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSafe(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsSafe_mB810E69BD3EADF214A6E7D7BFA59F95DBEA05EDA (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_unsafeFlags_6(); NullCheck(L_1); if ((((int32_t)((int32_t)((int32_t)L_0/(int32_t)8))) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_0024; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_unsafeFlags_6(); int32_t L_3 = ___i0; NullCheck(L_2); int32_t L_4 = ((int32_t)((int32_t)L_3/(int32_t)8)); uint8_t L_5 = (L_2)->GetAt(static_cast(L_4)); int32_t L_6 = ___i0; return (bool)((((int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6%(int32_t)8))&(int32_t)((int32_t)31)))))))) == ((int32_t)0))? 1 : 0); } IL_0024: { return (bool)1; } } // System.Globalization.SortKey Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * SimpleCollator_GetSortKey_mF1EDDE621E0E9D44ABD2E6676F2F6C6E2C5941F9 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___options1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; String_t* L_1 = ___s0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); int32_t L_3 = ___options1; SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * L_4; L_4 = SimpleCollator_GetSortKey_m3AB8A2E2542D66EBAD4032444EBDE8D0FB5122CA(__this, L_0, 0, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Globalization.SortKey Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * SimpleCollator_GetSortKey_m3AB8A2E2542D66EBAD4032444EBDE8D0FB5122CA (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___length2, int32_t ___options3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->get_lcid_11(); SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_1 = (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE *)il2cpp_codegen_object_new(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE_il2cpp_TypeInfo_var); SortKeyBuffer__ctor_m1ADEDEA060CAAF2ED3DD740CF780F47A24B94FDA(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_2 = V_0; int32_t L_3 = ___options3; int32_t L_4 = __this->get_lcid_11(); String_t* L_5 = ___s0; bool L_6 = __this->get_frenchSort_12(); NullCheck(L_2); SortKeyBuffer_Initialize_m89C916A69B8A6C216B1679A9DDE9A5A6A559FB97(L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); int32_t L_7 = ___start1; int32_t L_8 = ___length2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)); String_t* L_9 = ___s0; int32_t L_10 = ___start1; int32_t L_11 = V_1; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_12 = V_0; int32_t L_13 = ___options3; SimpleCollator_GetSortKey_m1458C1E855F90B3CE6D03221275319C7833CBED3(__this, L_9, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_14 = V_0; NullCheck(L_14); SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * L_15; L_15 = SortKeyBuffer_GetResultAndReset_m4DBB5C0E38A56E31F478772DE3BA73349D51715F(L_14, /*hidden argument*/NULL); return L_15; } } // System.Void Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.SortKeyBuffer,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_GetSortKey_m1458C1E855F90B3CE6D03221275319C7833CBED3 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * ___buf3, int32_t ___opt4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_5 = NULL; uint8_t* V_6 = NULL; uint8_t* V_7 = NULL; int32_t V_8 = 0; int32_t G_B7_0 = 0; int32_t G_B7_1 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B7_2 = NULL; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B6_2 = NULL; int32_t G_B8_0 = 0; int32_t G_B8_1 = 0; int32_t G_B8_2 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B8_3 = NULL; int32_t G_B10_0 = 0; int32_t G_B10_1 = 0; int32_t G_B10_2 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B10_3 = NULL; int32_t G_B9_0 = 0; int32_t G_B9_1 = 0; int32_t G_B9_2 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B9_3 = NULL; int32_t G_B11_0 = 0; int32_t G_B11_1 = 0; int32_t G_B11_2 = 0; int32_t G_B11_3 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B11_4 = NULL; int32_t G_B21_0 = 0; int32_t G_B21_1 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B21_2 = NULL; int32_t G_B20_0 = 0; int32_t G_B20_1 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B20_2 = NULL; int32_t G_B22_0 = 0; int32_t G_B22_1 = 0; int32_t G_B22_2 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B22_3 = NULL; int32_t G_B24_0 = 0; int32_t G_B24_1 = 0; int32_t G_B24_2 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B24_3 = NULL; int32_t G_B23_0 = 0; int32_t G_B23_1 = 0; int32_t G_B23_2 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B23_3 = NULL; int32_t G_B25_0 = 0; int32_t G_B25_1 = 0; int32_t G_B25_2 = 0; int32_t G_B25_3 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B25_4 = NULL; { int8_t* L_0 = (int8_t*) alloca(((uintptr_t)4)); memset(L_0, 0, ((uintptr_t)4)); V_0 = (uint8_t*)(L_0); uint8_t* L_1 = V_0; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_1, 4, /*hidden argument*/NULL); int32_t L_2 = ___opt4; uint8_t* L_3 = V_0; Context__ctor_mCA22E573D35DD0B8453F743C9268CBBAFA045307((Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)(&V_1), L_2, (uint8_t*)(uint8_t*)((uintptr_t)0), (uint8_t*)(uint8_t*)((uintptr_t)0), (uint8_t*)(uint8_t*)((uintptr_t)0), (uint8_t*)(uint8_t*)((uintptr_t)0), (uint8_t*)(uint8_t*)L_3, /*hidden argument*/NULL); int32_t L_4 = ___start1; V_2 = L_4; goto IL_01ae; } IL_0026: { String_t* L_5 = ___s0; int32_t L_6 = V_2; NullCheck(L_5); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, L_6, /*hidden argument*/NULL); V_3 = L_7; int32_t L_8 = V_3; int32_t L_9; L_9 = SimpleCollator_GetExtenderType_m4689AA2150E1B1CAFA14F64759D2B43DDCCF5878(__this, L_8, /*hidden argument*/NULL); V_4 = L_9; int32_t L_10 = V_4; if (!L_10) { goto IL_00b8; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C L_11 = V_1; int32_t L_12 = L_11.get_PrevCode_5(); int32_t L_13 = V_4; int32_t L_14 = ___opt4; int32_t L_15; L_15 = SimpleCollator_FilterExtender_m52E04162094AD4F49CD82B10218CEAD86CA11773(__this, L_12, L_13, L_14, /*hidden argument*/NULL); V_3 = L_15; int32_t L_16 = V_3; if ((((int32_t)L_16) < ((int32_t)0))) { goto IL_0062; } } { int32_t L_17 = V_3; int32_t L_18 = V_4; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_19 = ___buf3; int32_t L_20 = ___opt4; SimpleCollator_FillSortKeyRaw_m73156955E60177F2320312FC9AE3F104839607D7(__this, L_17, L_18, L_19, L_20, /*hidden argument*/NULL); goto IL_01aa; } IL_0062: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C L_21 = V_1; uint8_t* L_22 = L_21.get_PrevSortKey_6(); if ((((intptr_t)L_22) == ((intptr_t)((uintptr_t)0)))) { goto IL_01aa; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C L_23 = V_1; uint8_t* L_24 = L_23.get_PrevSortKey_6(); V_6 = (uint8_t*)L_24; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_25 = ___buf3; uint8_t* L_26 = V_6; int32_t L_27 = *((uint8_t*)L_26); uint8_t* L_28 = V_6; int32_t L_29 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)1))); uint8_t* L_30 = V_6; int32_t L_31 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_30, (int32_t)2))); G_B6_0 = L_29; G_B6_1 = L_27; G_B6_2 = L_25; if ((!(((uint32_t)L_31) == ((uint32_t)1)))) { G_B7_0 = L_29; G_B7_1 = L_27; G_B7_2 = L_25; goto IL_0094; } } { int32_t L_32 = V_3; int32_t L_33 = V_4; uint8_t L_34; L_34 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_32, L_33, /*hidden argument*/NULL); G_B8_0 = ((int32_t)(L_34)); G_B8_1 = G_B6_0; G_B8_2 = G_B6_1; G_B8_3 = G_B6_2; goto IL_0099; } IL_0094: { uint8_t* L_35 = V_6; int32_t L_36 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_35, (int32_t)2))); G_B8_0 = L_36; G_B8_1 = G_B7_0; G_B8_2 = G_B7_1; G_B8_3 = G_B7_2; } IL_0099: { uint8_t* L_37 = V_6; int32_t L_38 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)3))); G_B9_0 = G_B8_0; G_B9_1 = G_B8_1; G_B9_2 = G_B8_2; G_B9_3 = G_B8_3; if ((!(((uint32_t)L_38) == ((uint32_t)1)))) { G_B10_0 = G_B8_0; G_B10_1 = G_B8_1; G_B10_2 = G_B8_2; G_B10_3 = G_B8_3; goto IL_00a9; } } { int32_t L_39 = V_3; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_40; L_40 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_39, /*hidden argument*/NULL); G_B11_0 = ((int32_t)(L_40)); G_B11_1 = G_B9_0; G_B11_2 = G_B9_1; G_B11_3 = G_B9_2; G_B11_4 = G_B9_3; goto IL_00ae; } IL_00a9: { uint8_t* L_41 = V_6; int32_t L_42 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_41, (int32_t)3))); G_B11_0 = L_42; G_B11_1 = G_B10_0; G_B11_2 = G_B10_1; G_B11_3 = G_B10_2; G_B11_4 = G_B10_3; } IL_00ae: { NullCheck(G_B11_4); SortKeyBuffer_AppendNormal_m960DBB3514FBAE060F4ACCE922C25C97D8AD54EF(G_B11_4, (uint8_t)G_B11_3, (uint8_t)G_B11_2, (uint8_t)G_B11_1, (uint8_t)G_B11_0, /*hidden argument*/NULL); goto IL_01aa; } IL_00b8: { int32_t L_43 = V_3; int32_t L_44 = ___opt4; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); bool L_45; L_45 = SimpleCollator_IsIgnorable_mF4929B081BC8833265B591A9A8CCEF1D633919D5(L_43, L_44, /*hidden argument*/NULL); if (L_45) { goto IL_01aa; } } { int32_t L_46 = V_3; int32_t L_47 = ___opt4; int32_t L_48; L_48 = SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50(__this, L_46, L_47, /*hidden argument*/NULL); V_3 = L_48; String_t* L_49 = ___s0; int32_t L_50 = V_2; int32_t L_51 = ___end2; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_52; L_52 = SimpleCollator_GetContraction_m805E06343D20B33D1E65688BF187B30AA1AA10B3(__this, L_49, L_50, L_51, /*hidden argument*/NULL); V_5 = L_52; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_53 = V_5; if (!L_53) { goto IL_018e; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_54 = V_5; NullCheck(L_54); String_t* L_55 = L_54->get_Replacement_2(); if (!L_55) { goto IL_010a; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_56 = V_5; NullCheck(L_56); String_t* L_57 = L_56->get_Replacement_2(); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_58 = V_5; NullCheck(L_58); String_t* L_59 = L_58->get_Replacement_2(); NullCheck(L_59); int32_t L_60; L_60 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_59, /*hidden argument*/NULL); SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_61 = ___buf3; int32_t L_62 = ___opt4; SimpleCollator_GetSortKey_m1458C1E855F90B3CE6D03221275319C7833CBED3(__this, L_57, 0, L_60, L_61, L_62, /*hidden argument*/NULL); goto IL_017e; } IL_010a: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C L_63 = V_1; uint8_t* L_64 = L_63.get_PrevSortKey_6(); V_7 = (uint8_t*)L_64; V_8 = 0; goto IL_012d; } IL_0117: { uint8_t* L_65 = V_7; int32_t L_66 = V_8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_67 = V_5; NullCheck(L_67); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_68 = L_67->get_SortKey_3(); int32_t L_69 = V_8; NullCheck(L_68); int32_t L_70 = L_69; uint8_t L_71 = (L_68)->GetAt(static_cast(L_70)); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_65, (int32_t)L_66))) = (int8_t)L_71; int32_t L_72 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)); } IL_012d: { int32_t L_73 = V_8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_74 = V_5; NullCheck(L_74); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = L_74->get_SortKey_3(); NullCheck(L_75); if ((((int32_t)L_73) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_75)->max_length)))))) { goto IL_0117; } } { SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_76 = ___buf3; uint8_t* L_77 = V_7; int32_t L_78 = *((uint8_t*)L_77); uint8_t* L_79 = V_7; int32_t L_80 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_79, (int32_t)1))); uint8_t* L_81 = V_7; int32_t L_82 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_81, (int32_t)2))); G_B20_0 = L_80; G_B20_1 = L_78; G_B20_2 = L_76; if ((!(((uint32_t)L_82) == ((uint32_t)1)))) { G_B21_0 = L_80; G_B21_1 = L_78; G_B21_2 = L_76; goto IL_0157; } } { int32_t L_83 = V_3; int32_t L_84 = V_4; uint8_t L_85; L_85 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_83, L_84, /*hidden argument*/NULL); G_B22_0 = ((int32_t)(L_85)); G_B22_1 = G_B20_0; G_B22_2 = G_B20_1; G_B22_3 = G_B20_2; goto IL_015c; } IL_0157: { uint8_t* L_86 = V_7; int32_t L_87 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_86, (int32_t)2))); G_B22_0 = L_87; G_B22_1 = G_B21_0; G_B22_2 = G_B21_1; G_B22_3 = G_B21_2; } IL_015c: { uint8_t* L_88 = V_7; int32_t L_89 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_88, (int32_t)3))); G_B23_0 = G_B22_0; G_B23_1 = G_B22_1; G_B23_2 = G_B22_2; G_B23_3 = G_B22_3; if ((!(((uint32_t)L_89) == ((uint32_t)1)))) { G_B24_0 = G_B22_0; G_B24_1 = G_B22_1; G_B24_2 = G_B22_2; G_B24_3 = G_B22_3; goto IL_016c; } } { int32_t L_90 = V_3; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_91; L_91 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_90, /*hidden argument*/NULL); G_B25_0 = ((int32_t)(L_91)); G_B25_1 = G_B23_0; G_B25_2 = G_B23_1; G_B25_3 = G_B23_2; G_B25_4 = G_B23_3; goto IL_0171; } IL_016c: { uint8_t* L_92 = V_7; int32_t L_93 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_92, (int32_t)3))); G_B25_0 = L_93; G_B25_1 = G_B24_0; G_B25_2 = G_B24_1; G_B25_3 = G_B24_2; G_B25_4 = G_B24_3; } IL_0171: { NullCheck(G_B25_4); SortKeyBuffer_AppendNormal_m960DBB3514FBAE060F4ACCE922C25C97D8AD54EF(G_B25_4, (uint8_t)G_B25_3, (uint8_t)G_B25_2, (uint8_t)G_B25_1, (uint8_t)G_B25_0, /*hidden argument*/NULL); (&V_1)->set_PrevCode_5((-1)); } IL_017e: { int32_t L_94 = V_2; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_95 = V_5; NullCheck(L_95); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_96 = L_95->get_Source_1(); NullCheck(L_96); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_96)->max_length))), (int32_t)1)))); goto IL_01aa; } IL_018e: { int32_t L_97 = V_3; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_98; L_98 = MSCompatUnicodeTable_IsIgnorableNonSpacing_m702C179F1D12262BD070925C46A8BF458B0733E5(L_97, /*hidden argument*/NULL); if (L_98) { goto IL_019e; } } { int32_t L_99 = V_3; (&V_1)->set_PrevCode_5(L_99); } IL_019e: { int32_t L_100 = V_3; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_101 = ___buf3; int32_t L_102 = ___opt4; SimpleCollator_FillSortKeyRaw_m73156955E60177F2320312FC9AE3F104839607D7(__this, L_100, 0, L_101, L_102, /*hidden argument*/NULL); } IL_01aa: { int32_t L_103 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)1)); } IL_01ae: { int32_t L_104 = V_2; int32_t L_105 = ___end2; if ((((int32_t)L_104) < ((int32_t)L_105))) { goto IL_0026; } } { return; } } // System.Void Mono.Globalization.Unicode.SimpleCollator::FillSortKeyRaw(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.SortKeyBuffer,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_FillSortKeyRaw_m73156955E60177F2320312FC9AE3F104839607D7 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, int32_t ___ext1, SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * ___buf2, int32_t ___opt3, 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*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t V_1 = 0x0; int32_t V_2 = 0; int32_t V_3 = 0; uint8_t V_4 = 0x0; { int32_t L_0 = ___i0; if ((((int32_t)((int32_t)13312)) > ((int32_t)L_0))) { goto IL_0034; } } { int32_t L_1 = ___i0; if ((((int32_t)L_1) > ((int32_t)((int32_t)19893)))) { goto IL_0034; } } { int32_t L_2 = ___i0; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)13312))); SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_3 = ___buf2; int32_t L_4 = V_2; int32_t L_5 = V_2; NullCheck(L_3); SortKeyBuffer_AppendCJKExtension_mA1129DB6DF3DFD527781F5C80542DF82401D1528(L_3, (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)16), (int32_t)((int32_t)((int32_t)L_4/(int32_t)((int32_t)254))))))), (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_5%(int32_t)((int32_t)254))), (int32_t)2)))), /*hidden argument*/NULL); return; } IL_0034: { int32_t L_6 = ___i0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Char_GetUnicodeCategory_mB8DCE545E28F2858B0E8AD91393B9FD048F80BC1(((int32_t)((uint16_t)L_6)), /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)16)))) { goto IL_006f; } } { int32_t L_9 = V_0; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)17))))) { goto IL_0078; } } { int32_t L_10 = ___i0; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)57344))); SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_11 = ___buf2; int32_t L_12 = V_3; int32_t L_13 = V_3; NullCheck(L_11); SortKeyBuffer_AppendNormal_m960DBB3514FBAE060F4ACCE922C25C97D8AD54EF(L_11, (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)229), (int32_t)((int32_t)((int32_t)L_12/(int32_t)((int32_t)254))))))), (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_13%(int32_t)((int32_t)254))), (int32_t)2)))), (uint8_t)0, (uint8_t)0, /*hidden argument*/NULL); return; } IL_006f: { int32_t L_14 = ___i0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_15 = ___buf2; SimpleCollator_FillSurrogateSortKeyRaw_m24AD3AF674B255A9C9A21C8F212A521D54372855(__this, L_14, L_15, /*hidden argument*/NULL); return; } IL_0078: { int32_t L_16 = ___i0; int32_t L_17 = ___ext1; uint8_t L_18; L_18 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_16, L_17, /*hidden argument*/NULL); V_1 = L_18; int32_t L_19 = ___i0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_20; L_20 = MSCompatUnicodeTable_HasSpecialWeight_m7E7FB8B916131E9A5729F3C4FA326A7605C10AA3(((int32_t)((uint16_t)L_19)), /*hidden argument*/NULL); if (!L_20) { goto IL_00e0; } } { int32_t L_21 = ___i0; uint8_t L_22; L_22 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_21, /*hidden argument*/NULL); V_4 = L_22; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_23 = ___buf2; int32_t L_24 = ___i0; uint8_t L_25; L_25 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_24, /*hidden argument*/NULL); uint8_t L_26 = V_4; uint8_t L_27 = V_1; int32_t L_28 = ___i0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_29; L_29 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_28, /*hidden argument*/NULL); int32_t L_30 = ___i0; bool L_31; L_31 = MSCompatUnicodeTable_IsJapaneseSmallLetter_m51D3B4BA7CC83FBA1186033E864537CECD55CB48(((int32_t)((uint16_t)L_30)), /*hidden argument*/NULL); int32_t L_32 = ___ext1; int32_t L_33 = ___opt3; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); uint8_t L_34; L_34 = SimpleCollator_ToDashTypeValue_m7FA5894B7EA6735DB1FC544BE42A5D5C4C50DED4(L_32, L_33, /*hidden argument*/NULL); int32_t L_35 = ___i0; bool L_36; L_36 = MSCompatUnicodeTable_IsHiragana_mF32388227769220CA3A5AA6E233A4304079211D9(((int32_t)((uint16_t)L_35)), /*hidden argument*/NULL); int32_t L_37 = ___i0; int32_t L_38 = ___opt3; bool L_39; L_39 = SimpleCollator_IsHalfKana_mBFB7936744B221BFFB8D639E33F647B989A19D57(((int32_t)((uint16_t)L_37)), L_38, /*hidden argument*/NULL); NullCheck(L_23); SortKeyBuffer_AppendKana_mA30C13C64AF185987C77A2829D79DF367DFBCB34(L_23, L_25, L_26, L_27, L_29, L_31, L_34, (bool)((((int32_t)L_36) == ((int32_t)0))? 1 : 0), L_39, /*hidden argument*/NULL); int32_t L_40 = ___opt3; if (((int32_t)((int32_t)L_40&(int32_t)2))) { goto IL_00fb; } } { int32_t L_41 = ___ext1; if ((!(((uint32_t)L_41) == ((uint32_t)2)))) { goto IL_00fb; } } { SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_42 = ___buf2; NullCheck(L_42); SortKeyBuffer_AppendNormal_m960DBB3514FBAE060F4ACCE922C25C97D8AD54EF(L_42, (uint8_t)1, (uint8_t)1, (uint8_t)1, (uint8_t)0, /*hidden argument*/NULL); return; } IL_00e0: { SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_43 = ___buf2; int32_t L_44 = ___i0; uint8_t L_45; L_45 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_44, /*hidden argument*/NULL); int32_t L_46 = ___i0; uint8_t L_47; L_47 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_46, /*hidden argument*/NULL); uint8_t L_48 = V_1; int32_t L_49 = ___i0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_50; L_50 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_49, /*hidden argument*/NULL); NullCheck(L_43); SortKeyBuffer_AppendNormal_m960DBB3514FBAE060F4ACCE922C25C97D8AD54EF(L_43, L_45, L_47, L_48, L_50, /*hidden argument*/NULL); } IL_00fb: { return; } } // System.Void Mono.Globalization.Unicode.SimpleCollator::FillSurrogateSortKeyRaw(System.Int32,Mono.Globalization.Unicode.SortKeyBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_FillSurrogateSortKeyRaw_m24AD3AF674B255A9C9A21C8F212A521D54372855 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * ___buf1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; uint8_t V_2 = 0x0; int32_t V_3 = 0; int32_t G_B4_0 = 0; { V_0 = 0; V_1 = 0; V_2 = (uint8_t)0; int32_t L_0 = ___i0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)55360)))) { goto IL_0029; } } { V_0 = ((int32_t)55296); V_1 = ((int32_t)65); int32_t L_1 = ___i0; if ((((int32_t)L_1) == ((int32_t)((int32_t)55296)))) { goto IL_0023; } } { G_B4_0 = ((int32_t)63); goto IL_0025; } IL_0023: { G_B4_0 = ((int32_t)62); } IL_0025: { V_2 = (uint8_t)((int32_t)((uint8_t)G_B4_0)); goto IL_0077; } IL_0029: { int32_t L_2 = ___i0; if ((((int32_t)((int32_t)55360)) > ((int32_t)L_2))) { goto IL_004a; } } { int32_t L_3 = ___i0; if ((((int32_t)L_3) >= ((int32_t)((int32_t)55424)))) { goto IL_004a; } } { V_0 = ((int32_t)55360); V_1 = ((int32_t)242); V_2 = (uint8_t)((int32_t)62); goto IL_0077; } IL_004a: { int32_t L_4 = ___i0; if ((((int32_t)((int32_t)56192)) > ((int32_t)L_4))) { goto IL_006b; } } { int32_t L_5 = ___i0; if ((((int32_t)L_5) >= ((int32_t)((int32_t)56320)))) { goto IL_006b; } } { V_0 = ((int32_t)56128); V_1 = ((int32_t)254); V_2 = (uint8_t)((int32_t)62); goto IL_0077; } IL_006b: { V_0 = ((int32_t)56074); V_1 = ((int32_t)65); V_2 = (uint8_t)((int32_t)63); } IL_0077: { int32_t L_6 = ___i0; int32_t L_7 = V_0; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_8 = ___buf1; int32_t L_9 = V_1; int32_t L_10 = V_3; int32_t L_11 = V_3; uint8_t L_12 = V_2; uint8_t L_13 = V_2; NullCheck(L_8); SortKeyBuffer_AppendNormal_m960DBB3514FBAE060F4ACCE922C25C97D8AD54EF(L_8, (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)((int32_t)L_10/(int32_t)((int32_t)254))))))), (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_11%(int32_t)((int32_t)254))), (int32_t)2)))), L_12, L_13, /*hidden argument*/NULL); return; } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_Compare_m43FC5F17895E9FF32FD69B0325ACEF7D36FC5EF7 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, int32_t ___options6, const RuntimeMethod* method) { uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; bool V_4 = false; int32_t V_5 = 0; { int8_t* L_0 = (int8_t*) alloca(((uintptr_t)4)); memset(L_0, 0, ((uintptr_t)4)); V_0 = (uint8_t*)(L_0); int8_t* L_1 = (int8_t*) alloca(((uintptr_t)4)); memset(L_1, 0, ((uintptr_t)4)); V_1 = (uint8_t*)(L_1); uint8_t* L_2 = V_0; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_2, 4, /*hidden argument*/NULL); uint8_t* L_3 = V_1; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_3, 4, /*hidden argument*/NULL); int32_t L_4 = ___options6; uint8_t* L_5 = V_0; uint8_t* L_6 = V_1; Context__ctor_mCA22E573D35DD0B8453F743C9268CBBAFA045307((Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)(&V_2), L_4, (uint8_t*)(uint8_t*)((uintptr_t)0), (uint8_t*)(uint8_t*)((uintptr_t)0), (uint8_t*)(uint8_t*)L_5, (uint8_t*)(uint8_t*)L_6, (uint8_t*)(uint8_t*)((uintptr_t)0), /*hidden argument*/NULL); String_t* L_7 = ___s10; int32_t L_8 = ___idx11; int32_t L_9 = ___len12; String_t* L_10 = ___s23; int32_t L_11 = ___idx24; int32_t L_12 = ___len25; int32_t L_13; L_13 = SimpleCollator_CompareInternal_m4963509F5E9E26707A24C60BE907AE98CDC6149B(__this, L_7, L_8, L_9, L_10, L_11, L_12, (bool*)(&V_3), (bool*)(&V_4), (bool)1, (bool)0, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)(&V_2), /*hidden argument*/NULL); V_5 = L_13; int32_t L_14 = V_5; if (!L_14) { goto IL_0051; } } { int32_t L_15 = V_5; if ((((int32_t)L_15) < ((int32_t)0))) { goto IL_004f; } } { return 1; } IL_004f: { return (-1); } IL_0051: { return 0; } } // System.Void Mono.Globalization.Unicode.SimpleCollator::ClearBuffer(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, uint8_t* ___buffer0, int32_t ___size1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_000d; } IL_0004: { uint8_t* L_0 = ___buffer0; int32_t L_1 = V_0; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1))) = (int8_t)0; int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_000d: { int32_t L_3 = V_0; int32_t L_4 = ___size1; if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_0004; } } { return; } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareInternal(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Boolean&,System.Boolean&,System.Boolean,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_CompareInternal_m4963509F5E9E26707A24C60BE907AE98CDC6149B (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, bool* ___targetConsumed6, bool* ___sourceConsumed7, bool ___skipHeadingExtenders8, bool ___immediateBreakup9, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; PreviousInfo_tCD0C7991EC3577337B904B409E0E82224098E6A5 V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; bool V_16 = false; bool V_17 = false; Escape_t0479DB63473055AD46754E698B2114579D5D944E V_18; memset((&V_18), 0, sizeof(V_18)); Escape_t0479DB63473055AD46754E698B2114579D5D944E V_19; memset((&V_19), 0, sizeof(V_19)); int32_t V_20 = 0; int32_t V_21 = 0; uint8_t* V_22 = NULL; uint8_t* V_23 = NULL; int32_t V_24 = 0; int32_t V_25 = 0; bool V_26 = false; bool V_27 = false; uint8_t V_28 = 0x0; uint8_t V_29 = 0x0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_30 = NULL; int32_t V_31 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_32 = NULL; int32_t V_33 = 0; int32_t V_34 = 0; int32_t V_35 = 0; int32_t V_36 = 0; int32_t V_37 = 0; int32_t G_B66_0 = 0; int32_t G_B74_0 = 0; int32_t G_B141_0 = 0; int32_t G_B151_0 = 0; int32_t G_B164_0 = 0; int32_t G_B169_0 = 0; int32_t G_B172_0 = 0; int32_t G_B175_0 = 0; { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_0 = ___ctx10; int32_t L_1 = L_0->get_Option_0(); V_0 = L_1; int32_t L_2 = ___idx11; V_1 = L_2; int32_t L_3 = ___idx24; V_2 = L_3; int32_t L_4 = ___idx11; int32_t L_5 = ___len12; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)); int32_t L_6 = ___idx24; int32_t L_7 = ___len25; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)); bool* L_8 = ___targetConsumed6; *((int8_t*)L_8) = (int8_t)0; bool* L_9 = ___sourceConsumed7; *((int8_t*)L_9) = (int8_t)0; PreviousInfo__ctor_mF702D2A686E266CA2F9237DC79372CACC1C50F04((PreviousInfo_tCD0C7991EC3577337B904B409E0E82224098E6A5 *)(&V_5), (bool)0, /*hidden argument*/NULL); V_6 = 0; V_7 = 5; V_8 = (-1); V_9 = (-1); V_10 = 0; V_11 = 0; bool L_10 = ___skipHeadingExtenders8; if (!L_10) { goto IL_0077; } } { goto IL_0054; } IL_0040: { String_t* L_11 = ___s10; int32_t L_12 = ___idx11; NullCheck(L_11); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_11, L_12, /*hidden argument*/NULL); int32_t L_14; L_14 = SimpleCollator_GetExtenderType_m4689AA2150E1B1CAFA14F64759D2B43DDCCF5878(__this, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0071; } } { int32_t L_15 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0054: { int32_t L_16 = ___idx11; int32_t L_17 = V_3; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0040; } } { goto IL_0071; } IL_005a: { String_t* L_18 = ___s23; int32_t L_19 = ___idx24; NullCheck(L_18); Il2CppChar L_20; L_20 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_18, L_19, /*hidden argument*/NULL); int32_t L_21; L_21 = SimpleCollator_GetExtenderType_m4689AA2150E1B1CAFA14F64759D2B43DDCCF5878(__this, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0077; } } { int32_t L_22 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0071: { int32_t L_23 = ___idx24; int32_t L_24 = V_4; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_005a; } } IL_0077: { V_12 = 0; V_13 = 0; int32_t L_25 = ___idx11; V_14 = L_25; int32_t L_26 = ___idx24; V_15 = L_26; int32_t L_27 = V_0; V_16 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_27&(int32_t)((int32_t)536870912)))) <= ((uint32_t)0)))? 1 : 0); int32_t L_28 = V_0; V_17 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_28&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0); il2cpp_codegen_initobj((&V_18), sizeof(Escape_t0479DB63473055AD46754E698B2114579D5D944E )); il2cpp_codegen_initobj((&V_19), sizeof(Escape_t0479DB63473055AD46754E698B2114579D5D944E )); goto IL_00be; } IL_00aa: { String_t* L_29 = ___s10; int32_t L_30 = ___idx11; NullCheck(L_29); Il2CppChar L_31; L_31 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_29, L_30, /*hidden argument*/NULL); int32_t L_32 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); bool L_33; L_33 = SimpleCollator_IsIgnorable_mF4929B081BC8833265B591A9A8CCEF1D633919D5(L_31, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00db; } } { int32_t L_34 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00be: { int32_t L_35 = ___idx11; int32_t L_36 = V_3; if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_00aa; } } { goto IL_00db; } IL_00c4: { String_t* L_37 = ___s23; int32_t L_38 = ___idx24; NullCheck(L_37); Il2CppChar L_39; L_39 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_37, L_38, /*hidden argument*/NULL); int32_t L_40 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); bool L_41; L_41 = SimpleCollator_IsIgnorable_mF4929B081BC8833265B591A9A8CCEF1D633919D5(L_39, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_00e1; } } { int32_t L_42 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00db: { int32_t L_43 = ___idx24; int32_t L_44 = V_4; if ((((int32_t)L_43) < ((int32_t)L_44))) { goto IL_00c4; } } IL_00e1: { int32_t L_45 = ___idx11; int32_t L_46 = V_3; if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_0126; } } { Escape_t0479DB63473055AD46754E698B2114579D5D944E L_47 = V_18; String_t* L_48 = L_47.get_Source_0(); if (!L_48) { goto IL_0882; } } { Escape_t0479DB63473055AD46754E698B2114579D5D944E L_49 = V_18; String_t* L_50 = L_49.get_Source_0(); ___s10 = L_50; Escape_t0479DB63473055AD46754E698B2114579D5D944E L_51 = V_18; int32_t L_52 = L_51.get_Start_2(); V_1 = L_52; Escape_t0479DB63473055AD46754E698B2114579D5D944E L_53 = V_18; int32_t L_54 = L_53.get_Index_1(); ___idx11 = L_54; Escape_t0479DB63473055AD46754E698B2114579D5D944E L_55 = V_18; int32_t L_56 = L_55.get_End_3(); V_3 = L_56; Escape_t0479DB63473055AD46754E698B2114579D5D944E L_57 = V_18; int32_t L_58 = L_57.get_Optional_4(); V_14 = L_58; (&V_18)->set_Source_0((String_t*)NULL); goto IL_00be; } IL_0126: { int32_t L_59 = ___idx24; int32_t L_60 = V_4; if ((((int32_t)L_59) < ((int32_t)L_60))) { goto IL_0171; } } { Escape_t0479DB63473055AD46754E698B2114579D5D944E L_61 = V_19; String_t* L_62 = L_61.get_Source_0(); if (!L_62) { goto IL_0882; } } { Escape_t0479DB63473055AD46754E698B2114579D5D944E L_63 = V_19; String_t* L_64 = L_63.get_Source_0(); ___s23 = L_64; Escape_t0479DB63473055AD46754E698B2114579D5D944E L_65 = V_19; int32_t L_66 = L_65.get_Start_2(); V_2 = L_66; Escape_t0479DB63473055AD46754E698B2114579D5D944E L_67 = V_19; int32_t L_68 = L_67.get_Index_1(); ___idx24 = L_68; Escape_t0479DB63473055AD46754E698B2114579D5D944E L_69 = V_19; int32_t L_70 = L_69.get_End_3(); V_4 = L_70; Escape_t0479DB63473055AD46754E698B2114579D5D944E L_71 = V_19; int32_t L_72 = L_71.get_Optional_4(); V_15 = L_72; (&V_19)->set_Source_0((String_t*)NULL); goto IL_00be; } IL_0171: { int32_t L_73 = V_14; int32_t L_74 = ___idx11; if ((((int32_t)L_73) >= ((int32_t)L_74))) { goto IL_024b; } } { int32_t L_75 = V_15; int32_t L_76 = ___idx24; if ((((int32_t)L_75) >= ((int32_t)L_76))) { goto IL_024b; } } { goto IL_018f; } IL_0184: { int32_t L_77 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); int32_t L_78 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)); } IL_018f: { int32_t L_79 = ___idx11; int32_t L_80 = V_3; if ((((int32_t)L_79) >= ((int32_t)L_80))) { goto IL_01ab; } } { int32_t L_81 = ___idx24; int32_t L_82 = V_4; if ((((int32_t)L_81) >= ((int32_t)L_82))) { goto IL_01ab; } } { String_t* L_83 = ___s10; int32_t L_84 = ___idx11; NullCheck(L_83); Il2CppChar L_85; L_85 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_83, L_84, /*hidden argument*/NULL); String_t* L_86 = ___s23; int32_t L_87 = ___idx24; NullCheck(L_86); Il2CppChar L_88; L_88 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_86, L_87, /*hidden argument*/NULL); if ((((int32_t)L_85) == ((int32_t)L_88))) { goto IL_0184; } } IL_01ab: { int32_t L_89 = ___idx11; int32_t L_90 = V_3; if ((((int32_t)L_89) == ((int32_t)L_90))) { goto IL_00be; } } { int32_t L_91 = ___idx24; int32_t L_92 = V_4; if ((((int32_t)L_91) == ((int32_t)L_92))) { goto IL_00be; } } { int32_t L_93 = V_14; V_34 = L_93; int32_t L_94 = V_15; V_35 = L_94; int32_t L_95 = ___idx11; V_14 = L_95; int32_t L_96 = ___idx24; V_15 = L_96; int32_t L_97 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_97, (int32_t)1)); int32_t L_98 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)1)); goto IL_01ec; } IL_01d7: { String_t* L_99 = ___s10; int32_t L_100 = ___idx11; NullCheck(L_99); Il2CppChar L_101; L_101 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_99, L_100, /*hidden argument*/NULL); uint8_t L_102; L_102 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_101, /*hidden argument*/NULL); if ((!(((uint32_t)L_102) == ((uint32_t)1)))) { goto IL_020b; } } { int32_t L_103 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_103, (int32_t)1)); } IL_01ec: { int32_t L_104 = ___idx11; int32_t L_105 = V_34; if ((((int32_t)L_104) > ((int32_t)L_105))) { goto IL_01d7; } } { goto IL_020b; } IL_01f3: { String_t* L_106 = ___s23; int32_t L_107 = ___idx24; NullCheck(L_106); Il2CppChar L_108; L_108 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_106, L_107, /*hidden argument*/NULL); uint8_t L_109; L_109 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_108, /*hidden argument*/NULL); if ((!(((uint32_t)L_109) == ((uint32_t)1)))) { goto IL_0227; } } { int32_t L_110 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)1)); } IL_020b: { int32_t L_111 = ___idx24; int32_t L_112 = V_35; if ((((int32_t)L_111) > ((int32_t)L_112))) { goto IL_01f3; } } { goto IL_0227; } IL_0213: { String_t* L_113 = ___s10; int32_t L_114 = ___idx11; NullCheck(L_113); Il2CppChar L_115; L_115 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_113, L_114, /*hidden argument*/NULL); bool L_116; L_116 = SimpleCollator_IsSafe_mB810E69BD3EADF214A6E7D7BFA59F95DBEA05EDA(__this, L_115, /*hidden argument*/NULL); if (L_116) { goto IL_0245; } } { int32_t L_117 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_117, (int32_t)1)); } IL_0227: { int32_t L_118 = ___idx11; int32_t L_119 = V_34; if ((((int32_t)L_118) > ((int32_t)L_119))) { goto IL_0213; } } { goto IL_0245; } IL_022e: { String_t* L_120 = ___s23; int32_t L_121 = ___idx24; NullCheck(L_120); Il2CppChar L_122; L_122 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_120, L_121, /*hidden argument*/NULL); bool L_123; L_123 = SimpleCollator_IsSafe_mB810E69BD3EADF214A6E7D7BFA59F95DBEA05EDA(__this, L_122, /*hidden argument*/NULL); if (L_123) { goto IL_024b; } } { int32_t L_124 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_124, (int32_t)1)); } IL_0245: { int32_t L_125 = ___idx24; int32_t L_126 = V_35; if ((((int32_t)L_125) > ((int32_t)L_126))) { goto IL_022e; } } IL_024b: { int32_t L_127 = ___idx11; V_20 = L_127; int32_t L_128 = ___idx24; V_21 = L_128; V_22 = (uint8_t*)((uintptr_t)0); V_23 = (uint8_t*)((uintptr_t)0); String_t* L_129 = ___s10; int32_t L_130 = ___idx11; NullCheck(L_129); Il2CppChar L_131; L_131 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_129, L_130, /*hidden argument*/NULL); int32_t L_132 = V_0; int32_t L_133; L_133 = SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50(__this, L_131, L_132, /*hidden argument*/NULL); V_24 = L_133; String_t* L_134 = ___s23; int32_t L_135 = ___idx24; NullCheck(L_134); Il2CppChar L_136; L_136 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_134, L_135, /*hidden argument*/NULL); int32_t L_137 = V_0; int32_t L_138; L_138 = SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50(__this, L_136, L_137, /*hidden argument*/NULL); V_25 = L_138; V_26 = (bool)0; V_27 = (bool)0; int32_t L_139 = V_24; int32_t L_140; L_140 = SimpleCollator_GetExtenderType_m4689AA2150E1B1CAFA14F64759D2B43DDCCF5878(__this, L_139, /*hidden argument*/NULL); V_12 = L_140; int32_t L_141 = V_12; if (!L_141) { goto IL_02cc; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_142 = ___ctx10; int32_t L_143 = L_142->get_PrevCode_5(); if ((((int32_t)L_143) >= ((int32_t)0))) { goto IL_02ba; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_144 = ___ctx10; uint8_t* L_145 = L_144->get_PrevSortKey_6(); if ((!(((uintptr_t)L_145) == ((uintptr_t)((uintptr_t)0))))) { goto IL_02af; } } { int32_t L_146 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)1)); goto IL_00be; } IL_02af: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_147 = ___ctx10; uint8_t* L_148 = L_147->get_PrevSortKey_6(); V_22 = (uint8_t*)L_148; goto IL_02cc; } IL_02ba: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_149 = ___ctx10; int32_t L_150 = L_149->get_PrevCode_5(); int32_t L_151 = V_12; int32_t L_152 = V_0; int32_t L_153; L_153 = SimpleCollator_FilterExtender_m52E04162094AD4F49CD82B10218CEAD86CA11773(__this, L_150, L_151, L_152, /*hidden argument*/NULL); V_24 = L_153; } IL_02cc: { int32_t L_154 = V_25; int32_t L_155; L_155 = SimpleCollator_GetExtenderType_m4689AA2150E1B1CAFA14F64759D2B43DDCCF5878(__this, L_154, /*hidden argument*/NULL); V_13 = L_155; int32_t L_156 = V_13; if (!L_156) { goto IL_0317; } } { PreviousInfo_tCD0C7991EC3577337B904B409E0E82224098E6A5 L_157 = V_5; int32_t L_158 = L_157.get_Code_0(); if ((((int32_t)L_158) >= ((int32_t)0))) { goto IL_0305; } } { PreviousInfo_tCD0C7991EC3577337B904B409E0E82224098E6A5 L_159 = V_5; uint8_t* L_160 = L_159.get_SortKey_1(); if ((!(((uintptr_t)L_160) == ((uintptr_t)((uintptr_t)0))))) { goto IL_02fa; } } { int32_t L_161 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)1)); goto IL_00be; } IL_02fa: { PreviousInfo_tCD0C7991EC3577337B904B409E0E82224098E6A5 L_162 = V_5; uint8_t* L_163 = L_162.get_SortKey_1(); V_23 = (uint8_t*)L_163; goto IL_0317; } IL_0305: { PreviousInfo_tCD0C7991EC3577337B904B409E0E82224098E6A5 L_164 = V_5; int32_t L_165 = L_164.get_Code_0(); int32_t L_166 = V_13; int32_t L_167 = V_0; int32_t L_168; L_168 = SimpleCollator_FilterExtender_m52E04162094AD4F49CD82B10218CEAD86CA11773(__this, L_165, L_166, L_167, /*hidden argument*/NULL); V_25 = L_168; } IL_0317: { int32_t L_169 = V_24; uint8_t L_170; L_170 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_169, /*hidden argument*/NULL); V_28 = L_170; int32_t L_171 = V_25; uint8_t L_172; L_172 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_171, /*hidden argument*/NULL); V_29 = L_172; uint8_t L_173 = V_28; if ((!(((uint32_t)L_173) == ((uint32_t)6)))) { goto IL_037e; } } { bool L_174 = V_16; if (L_174) { goto IL_0370; } } { int32_t L_175 = V_7; if ((!(((uint32_t)L_175) == ((uint32_t)5)))) { goto IL_0370; } } { Escape_t0479DB63473055AD46754E698B2114579D5D944E L_176 = V_18; String_t* L_177 = L_176.get_Source_0(); if (L_177) { goto IL_0348; } } { int32_t L_178 = V_20; int32_t L_179 = V_1; G_B66_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_178, (int32_t)L_179)); goto IL_0357; } IL_0348: { Escape_t0479DB63473055AD46754E698B2114579D5D944E L_180 = V_18; int32_t L_181 = L_180.get_Index_1(); Escape_t0479DB63473055AD46754E698B2114579D5D944E L_182 = V_18; int32_t L_183 = L_182.get_Start_2(); G_B66_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_181, (int32_t)L_183)); } IL_0357: { V_8 = G_B66_0; int32_t L_184 = V_24; uint8_t L_185; L_185 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_184, /*hidden argument*/NULL); int32_t L_186 = V_24; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_187; L_187 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_186, /*hidden argument*/NULL); V_10 = ((int32_t)((int32_t)L_185<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)L_187))&(int32_t)((int32_t)31))))); } IL_0370: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_188 = ___ctx10; int32_t L_189 = V_24; L_188->set_PrevCode_5(L_189); int32_t L_190 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); } IL_037e: { uint8_t L_191 = V_29; if ((!(((uint32_t)L_191) == ((uint32_t)6)))) { goto IL_03d2; } } { bool L_192 = V_16; if (L_192) { goto IL_03c3; } } { int32_t L_193 = V_7; if ((!(((uint32_t)L_193) == ((uint32_t)5)))) { goto IL_03c3; } } { Escape_t0479DB63473055AD46754E698B2114579D5D944E L_194 = V_19; String_t* L_195 = L_194.get_Source_0(); if (L_195) { goto IL_039b; } } { int32_t L_196 = V_21; int32_t L_197 = V_2; G_B74_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_196, (int32_t)L_197)); goto IL_03aa; } IL_039b: { Escape_t0479DB63473055AD46754E698B2114579D5D944E L_198 = V_19; int32_t L_199 = L_198.get_Index_1(); Escape_t0479DB63473055AD46754E698B2114579D5D944E L_200 = V_19; int32_t L_201 = L_200.get_Start_2(); G_B74_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_199, (int32_t)L_201)); } IL_03aa: { V_9 = G_B74_0; int32_t L_202 = V_25; uint8_t L_203; L_203 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_202, /*hidden argument*/NULL); int32_t L_204 = V_25; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_205; L_205 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_204, /*hidden argument*/NULL); V_11 = ((int32_t)((int32_t)L_203<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)L_205))&(int32_t)((int32_t)31))))); } IL_03c3: { int32_t L_206 = V_25; (&V_5)->set_Code_0(L_206); int32_t L_207 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_207, (int32_t)1)); } IL_03d2: { uint8_t L_208 = V_28; if ((((int32_t)L_208) == ((int32_t)6))) { goto IL_03dc; } } { uint8_t L_209 = V_29; if ((!(((uint32_t)L_209) == ((uint32_t)6)))) { goto IL_0403; } } IL_03dc: { int32_t L_210 = V_7; if ((!(((uint32_t)L_210) == ((uint32_t)5)))) { goto IL_00be; } } { int32_t L_211 = V_10; int32_t L_212 = V_11; if ((!(((uint32_t)L_211) == ((uint32_t)L_212)))) { goto IL_03fb; } } { int32_t L_213 = (-1); V_9 = L_213; V_8 = L_213; int32_t L_214 = 0; V_11 = L_214; V_10 = L_214; goto IL_00be; } IL_03fb: { V_7 = 4; goto IL_00be; } IL_0403: { V_30 = (Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA *)NULL; int32_t L_215 = V_12; if (L_215) { goto IL_0415; } } { String_t* L_216 = ___s10; int32_t L_217 = ___idx11; int32_t L_218 = V_3; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_219; L_219 = SimpleCollator_GetContraction_m805E06343D20B33D1E65688BF187B30AA1AA10B3(__this, L_216, L_217, L_218, /*hidden argument*/NULL); V_30 = L_219; } IL_0415: { V_31 = 1; uint8_t* L_220 = V_22; if ((((intptr_t)L_220) == ((intptr_t)((uintptr_t)0)))) { goto IL_0426; } } { V_31 = 1; goto IL_0546; } IL_0426: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_221 = V_30; if (!L_221) { goto IL_04e5; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_222 = V_30; NullCheck(L_222); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_223 = L_222->get_Source_1(); NullCheck(L_223); V_31 = ((int32_t)((int32_t)(((RuntimeArray*)L_223)->max_length))); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_224 = V_30; NullCheck(L_224); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_225 = L_224->get_SortKey_3(); if (!L_225) { goto IL_0488; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_226 = ___ctx10; uint8_t* L_227 = L_226->get_Buffer1_3(); V_22 = (uint8_t*)L_227; V_36 = 0; goto IL_0465; } IL_044f: { uint8_t* L_228 = V_22; int32_t L_229 = V_36; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_230 = V_30; NullCheck(L_230); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_231 = L_230->get_SortKey_3(); int32_t L_232 = V_36; NullCheck(L_231); int32_t L_233 = L_232; uint8_t L_234 = (L_231)->GetAt(static_cast(L_233)); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_228, (int32_t)L_229))) = (int8_t)L_234; int32_t L_235 = V_36; V_36 = ((int32_t)il2cpp_codegen_add((int32_t)L_235, (int32_t)1)); } IL_0465: { int32_t L_236 = V_36; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_237 = V_30; NullCheck(L_237); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_238 = L_237->get_SortKey_3(); NullCheck(L_238); if ((((int32_t)L_236) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_238)->max_length)))))) { goto IL_044f; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_239 = ___ctx10; L_239->set_PrevCode_5((-1)); Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_240 = ___ctx10; uint8_t* L_241 = V_22; L_240->set_PrevSortKey_6((uint8_t*)L_241); goto IL_0546; } IL_0488: { Escape_t0479DB63473055AD46754E698B2114579D5D944E L_242 = V_18; String_t* L_243 = L_242.get_Source_0(); if (L_243) { goto IL_0546; } } { String_t* L_244 = ___s10; (&V_18)->set_Source_0(L_244); int32_t L_245 = V_1; (&V_18)->set_Start_2(L_245); int32_t L_246 = V_20; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_247 = V_30; NullCheck(L_247); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_248 = L_247->get_Source_1(); NullCheck(L_248); (&V_18)->set_Index_1(((int32_t)il2cpp_codegen_add((int32_t)L_246, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_248)->max_length)))))); int32_t L_249 = V_3; (&V_18)->set_End_3(L_249); int32_t L_250 = V_14; (&V_18)->set_Optional_4(L_250); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_251 = V_30; NullCheck(L_251); String_t* L_252 = L_251->get_Replacement_2(); ___s10 = L_252; ___idx11 = 0; V_1 = 0; String_t* L_253 = ___s10; NullCheck(L_253); int32_t L_254; L_254 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_253, /*hidden argument*/NULL); V_3 = L_254; V_14 = 0; goto IL_00be; } IL_04e5: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_255 = ___ctx10; uint8_t* L_256 = L_255->get_Buffer1_3(); V_22 = (uint8_t*)L_256; uint8_t* L_257 = V_22; uint8_t L_258 = V_28; *((int8_t*)L_257) = (int8_t)L_258; uint8_t* L_259 = V_22; int32_t L_260 = V_24; uint8_t L_261; L_261 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_260, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_259, (int32_t)1))) = (int8_t)L_261; bool L_262 = V_17; if (L_262) { goto IL_0518; } } { int32_t L_263 = V_7; if ((((int32_t)L_263) <= ((int32_t)1))) { goto IL_0518; } } { uint8_t* L_264 = V_22; int32_t L_265 = V_24; int32_t L_266 = V_12; uint8_t L_267; L_267 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_265, L_266, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_264, (int32_t)2))) = (int8_t)L_267; } IL_0518: { int32_t L_268 = V_7; if ((((int32_t)L_268) <= ((int32_t)2))) { goto IL_0529; } } { uint8_t* L_269 = V_22; int32_t L_270 = V_24; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_271; L_271 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_270, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_269, (int32_t)3))) = (int8_t)L_271; } IL_0529: { int32_t L_272 = V_7; if ((((int32_t)L_272) <= ((int32_t)3))) { goto IL_0538; } } { int32_t L_273 = V_24; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_274; L_274 = MSCompatUnicodeTable_HasSpecialWeight_m7E7FB8B916131E9A5729F3C4FA326A7605C10AA3(((int32_t)((uint16_t)L_273)), /*hidden argument*/NULL); V_26 = L_274; } IL_0538: { uint8_t L_275 = V_28; if ((((int32_t)L_275) <= ((int32_t)1))) { goto IL_0546; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_276 = ___ctx10; int32_t L_277 = V_24; L_276->set_PrevCode_5(L_277); } IL_0546: { V_32 = (Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA *)NULL; int32_t L_278 = V_13; if (L_278) { goto IL_055b; } } { String_t* L_279 = ___s23; int32_t L_280 = ___idx24; int32_t L_281 = V_4; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_282; L_282 = SimpleCollator_GetContraction_m805E06343D20B33D1E65688BF187B30AA1AA10B3(__this, L_279, L_280, L_281, /*hidden argument*/NULL); V_32 = L_282; } IL_055b: { uint8_t* L_283 = V_23; if ((((intptr_t)L_283) == ((intptr_t)((uintptr_t)0)))) { goto IL_056c; } } { int32_t L_284 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_284, (int32_t)1)); goto IL_0699; } IL_056c: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_285 = V_32; if (!L_285) { goto IL_0632; } } { int32_t L_286 = ___idx24; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_287 = V_32; NullCheck(L_287); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_288 = L_287->get_Source_1(); NullCheck(L_288); ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_286, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_288)->max_length))))); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_289 = V_32; NullCheck(L_289); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_290 = L_289->get_SortKey_3(); if (!L_290) { goto IL_05d1; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_291 = ___ctx10; uint8_t* L_292 = L_291->get_Buffer2_4(); V_23 = (uint8_t*)L_292; V_37 = 0; goto IL_05ae; } IL_0598: { uint8_t* L_293 = V_23; int32_t L_294 = V_37; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_295 = V_32; NullCheck(L_295); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_296 = L_295->get_SortKey_3(); int32_t L_297 = V_37; NullCheck(L_296); int32_t L_298 = L_297; uint8_t L_299 = (L_296)->GetAt(static_cast(L_298)); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_293, (int32_t)L_294))) = (int8_t)L_299; int32_t L_300 = V_37; V_37 = ((int32_t)il2cpp_codegen_add((int32_t)L_300, (int32_t)1)); } IL_05ae: { int32_t L_301 = V_37; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_302 = V_32; NullCheck(L_302); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_303 = L_302->get_SortKey_3(); NullCheck(L_303); if ((((int32_t)L_301) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_303)->max_length)))))) { goto IL_0598; } } { (&V_5)->set_Code_0((-1)); uint8_t* L_304 = V_23; (&V_5)->set_SortKey_1((uint8_t*)L_304); goto IL_0699; } IL_05d1: { Escape_t0479DB63473055AD46754E698B2114579D5D944E L_305 = V_19; String_t* L_306 = L_305.get_Source_0(); if (L_306) { goto IL_0699; } } { String_t* L_307 = ___s23; (&V_19)->set_Source_0(L_307); int32_t L_308 = V_2; (&V_19)->set_Start_2(L_308); int32_t L_309 = V_21; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_310 = V_32; NullCheck(L_310); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_311 = L_310->get_Source_1(); NullCheck(L_311); (&V_19)->set_Index_1(((int32_t)il2cpp_codegen_add((int32_t)L_309, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_311)->max_length)))))); int32_t L_312 = V_4; (&V_19)->set_End_3(L_312); int32_t L_313 = V_15; (&V_19)->set_Optional_4(L_313); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_314 = V_32; NullCheck(L_314); String_t* L_315 = L_314->get_Replacement_2(); ___s23 = L_315; ___idx24 = 0; V_2 = 0; String_t* L_316 = ___s23; NullCheck(L_316); int32_t L_317; L_317 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_316, /*hidden argument*/NULL); V_4 = L_317; V_15 = 0; goto IL_00be; } IL_0632: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_318 = ___ctx10; uint8_t* L_319 = L_318->get_Buffer2_4(); V_23 = (uint8_t*)L_319; uint8_t* L_320 = V_23; uint8_t L_321 = V_29; *((int8_t*)L_320) = (int8_t)L_321; uint8_t* L_322 = V_23; int32_t L_323 = V_25; uint8_t L_324; L_324 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_323, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_322, (int32_t)1))) = (int8_t)L_324; bool L_325 = V_17; if (L_325) { goto IL_0665; } } { int32_t L_326 = V_7; if ((((int32_t)L_326) <= ((int32_t)1))) { goto IL_0665; } } { uint8_t* L_327 = V_23; int32_t L_328 = V_25; int32_t L_329 = V_13; uint8_t L_330; L_330 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_328, L_329, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_327, (int32_t)2))) = (int8_t)L_330; } IL_0665: { int32_t L_331 = V_7; if ((((int32_t)L_331) <= ((int32_t)2))) { goto IL_0676; } } { uint8_t* L_332 = V_23; int32_t L_333 = V_25; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_334; L_334 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_333, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_332, (int32_t)3))) = (int8_t)L_334; } IL_0676: { int32_t L_335 = V_7; if ((((int32_t)L_335) <= ((int32_t)3))) { goto IL_0685; } } { int32_t L_336 = V_25; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_337; L_337 = MSCompatUnicodeTable_HasSpecialWeight_m7E7FB8B916131E9A5729F3C4FA326A7605C10AA3(((int32_t)((uint16_t)L_336)), /*hidden argument*/NULL); V_27 = L_337; } IL_0685: { uint8_t L_338 = V_29; if ((((int32_t)L_338) <= ((int32_t)1))) { goto IL_0693; } } { int32_t L_339 = V_25; (&V_5)->set_Code_0(L_339); } IL_0693: { int32_t L_340 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_340, (int32_t)1)); } IL_0699: { int32_t L_341 = ___idx11; int32_t L_342 = V_31; ___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_341, (int32_t)L_342)); bool L_343 = V_17; if (L_343) { goto IL_0731; } } { goto IL_06e4; } IL_06a8: { String_t* L_344 = ___s10; int32_t L_345 = ___idx11; NullCheck(L_344); Il2CppChar L_346; L_346 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_344, L_345, /*hidden argument*/NULL); uint8_t L_347; L_347 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_346, /*hidden argument*/NULL); if ((!(((uint32_t)L_347) == ((uint32_t)1)))) { goto IL_072b; } } { uint8_t* L_348 = V_22; int32_t L_349 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_348, (int32_t)2))); if (L_349) { goto IL_06c5; } } { uint8_t* L_350 = V_22; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_350, (int32_t)2))) = (int8_t)2; } IL_06c5: { uint8_t* L_351 = V_22; uint8_t* L_352 = V_22; int32_t L_353 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_352, (int32_t)2))); String_t* L_354 = ___s10; int32_t L_355 = ___idx11; NullCheck(L_354); Il2CppChar L_356; L_356 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_354, L_355, /*hidden argument*/NULL); uint8_t L_357; L_357 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_356, 0, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_351, (int32_t)2))) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_353, (int32_t)L_357)))); int32_t L_358 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_358, (int32_t)1)); } IL_06e4: { int32_t L_359 = ___idx11; int32_t L_360 = V_3; if ((((int32_t)L_359) < ((int32_t)L_360))) { goto IL_06a8; } } { goto IL_072b; } IL_06ea: { String_t* L_361 = ___s23; int32_t L_362 = ___idx24; NullCheck(L_361); Il2CppChar L_363; L_363 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_361, L_362, /*hidden argument*/NULL); uint8_t L_364; L_364 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_363, /*hidden argument*/NULL); if ((!(((uint32_t)L_364) == ((uint32_t)1)))) { goto IL_0731; } } { uint8_t* L_365 = V_23; int32_t L_366 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_365, (int32_t)2))); if (L_366) { goto IL_0709; } } { uint8_t* L_367 = V_23; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_367, (int32_t)2))) = (int8_t)2; } IL_0709: { uint8_t* L_368 = V_23; uint8_t* L_369 = V_23; int32_t L_370 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_369, (int32_t)2))); String_t* L_371 = ___s23; int32_t L_372 = ___idx24; NullCheck(L_371); Il2CppChar L_373; L_373 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_371, L_372, /*hidden argument*/NULL); uint8_t L_374; L_374 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_373, 0, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_368, (int32_t)2))) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_370, (int32_t)L_374)))); int32_t L_375 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_375, (int32_t)1)); } IL_072b: { int32_t L_376 = ___idx24; int32_t L_377 = V_4; if ((((int32_t)L_376) < ((int32_t)L_377))) { goto IL_06ea; } } IL_0731: { uint8_t* L_378 = V_22; int32_t L_379 = *((uint8_t*)L_378); uint8_t* L_380 = V_23; int32_t L_381 = *((uint8_t*)L_380); V_33 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_379, (int32_t)L_381)); int32_t L_382 = V_33; if (L_382) { goto IL_074b; } } { uint8_t* L_383 = V_22; int32_t L_384 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_383, (int32_t)1))); uint8_t* L_385 = V_23; int32_t L_386 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_385, (int32_t)1))); G_B141_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_384, (int32_t)L_386)); goto IL_074d; } IL_074b: { int32_t L_387 = V_33; G_B141_0 = L_387; } IL_074d: { V_33 = G_B141_0; int32_t L_388 = V_33; if (!L_388) { goto IL_0756; } } { int32_t L_389 = V_33; return L_389; } IL_0756: { int32_t L_390 = V_7; if ((((int32_t)L_390) == ((int32_t)1))) { goto IL_00be; } } { bool L_391 = V_17; if (L_391) { goto IL_0790; } } { uint8_t* L_392 = V_22; int32_t L_393 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_392, (int32_t)2))); uint8_t* L_394 = V_23; int32_t L_395 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_394, (int32_t)2))); V_33 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_393, (int32_t)L_395)); int32_t L_396 = V_33; if (!L_396) { goto IL_0790; } } { int32_t L_397 = V_33; V_6 = L_397; bool L_398 = ___immediateBreakup9; if (!L_398) { goto IL_077d; } } { return (-1); } IL_077d: { bool L_399 = __this->get_frenchSort_12(); if (L_399) { goto IL_0788; } } { G_B151_0 = 1; goto IL_0789; } IL_0788: { G_B151_0 = 2; } IL_0789: { V_7 = G_B151_0; goto IL_00be; } IL_0790: { int32_t L_400 = V_7; if ((((int32_t)L_400) == ((int32_t)2))) { goto IL_00be; } } { uint8_t* L_401 = V_22; int32_t L_402 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_401, (int32_t)3))); uint8_t* L_403 = V_23; int32_t L_404 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_403, (int32_t)3))); V_33 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_402, (int32_t)L_404)); int32_t L_405 = V_33; if (!L_405) { goto IL_07bb; } } { int32_t L_406 = V_33; V_6 = L_406; bool L_407 = ___immediateBreakup9; if (!L_407) { goto IL_07b3; } } { return (-1); } IL_07b3: { V_7 = 2; goto IL_00be; } IL_07bb: { int32_t L_408 = V_7; if ((((int32_t)L_408) == ((int32_t)3))) { goto IL_00be; } } { bool L_409 = V_26; bool L_410 = V_27; if ((((int32_t)L_409) == ((int32_t)L_410))) { goto IL_07e1; } } { bool L_411 = ___immediateBreakup9; if (!L_411) { goto IL_07cf; } } { return (-1); } IL_07cf: { bool L_412 = V_26; if (L_412) { goto IL_07d6; } } { G_B164_0 = (-1); goto IL_07d7; } IL_07d6: { G_B164_0 = 1; } IL_07d7: { V_6 = G_B164_0; V_7 = 3; goto IL_00be; } IL_07e1: { bool L_413 = V_26; if (!L_413) { goto IL_00be; } } { int32_t L_414 = V_24; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_415; L_415 = MSCompatUnicodeTable_IsJapaneseSmallLetter_m51D3B4BA7CC83FBA1186033E864537CECD55CB48(((int32_t)((uint16_t)L_414)), /*hidden argument*/NULL); int32_t L_416 = V_25; bool L_417; L_417 = MSCompatUnicodeTable_IsJapaneseSmallLetter_m51D3B4BA7CC83FBA1186033E864537CECD55CB48(((int32_t)((uint16_t)L_416)), /*hidden argument*/NULL); int32_t L_418; L_418 = SimpleCollator_CompareFlagPair_m02F3F7DE8F9E7CB19A4315829357BB45CDE44A64(__this, (bool)((((int32_t)L_415) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)L_417) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); V_33 = L_418; int32_t L_419 = V_33; if (L_419) { goto IL_081d; } } { int32_t L_420 = V_12; int32_t L_421 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); uint8_t L_422; L_422 = SimpleCollator_ToDashTypeValue_m7FA5894B7EA6735DB1FC544BE42A5D5C4C50DED4(L_420, L_421, /*hidden argument*/NULL); int32_t L_423 = V_13; int32_t L_424 = V_0; uint8_t L_425; L_425 = SimpleCollator_ToDashTypeValue_m7FA5894B7EA6735DB1FC544BE42A5D5C4C50DED4(L_423, L_424, /*hidden argument*/NULL); G_B169_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_422, (int32_t)L_425)); goto IL_081f; } IL_081d: { int32_t L_426 = V_33; G_B169_0 = L_426; } IL_081f: { V_33 = G_B169_0; int32_t L_427 = V_33; if (L_427) { goto IL_083d; } } { int32_t L_428 = V_24; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_429; L_429 = MSCompatUnicodeTable_IsHiragana_mF32388227769220CA3A5AA6E233A4304079211D9(((int32_t)((uint16_t)L_428)), /*hidden argument*/NULL); int32_t L_430 = V_25; bool L_431; L_431 = MSCompatUnicodeTable_IsHiragana_mF32388227769220CA3A5AA6E233A4304079211D9(((int32_t)((uint16_t)L_430)), /*hidden argument*/NULL); int32_t L_432; L_432 = SimpleCollator_CompareFlagPair_m02F3F7DE8F9E7CB19A4315829357BB45CDE44A64(__this, L_429, L_431, /*hidden argument*/NULL); G_B172_0 = L_432; goto IL_083f; } IL_083d: { int32_t L_433 = V_33; G_B172_0 = L_433; } IL_083f: { V_33 = G_B172_0; int32_t L_434 = V_33; if (L_434) { goto IL_0865; } } { int32_t L_435 = V_24; int32_t L_436 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); bool L_437; L_437 = SimpleCollator_IsHalfKana_mBFB7936744B221BFFB8D639E33F647B989A19D57(((int32_t)((uint16_t)L_435)), L_436, /*hidden argument*/NULL); int32_t L_438 = V_25; int32_t L_439 = V_0; bool L_440; L_440 = SimpleCollator_IsHalfKana_mBFB7936744B221BFFB8D639E33F647B989A19D57(((int32_t)((uint16_t)L_438)), L_439, /*hidden argument*/NULL); int32_t L_441; L_441 = SimpleCollator_CompareFlagPair_m02F3F7DE8F9E7CB19A4315829357BB45CDE44A64(__this, (bool)((((int32_t)L_437) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)L_440) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); G_B175_0 = L_441; goto IL_0867; } IL_0865: { int32_t L_442 = V_33; G_B175_0 = L_442; } IL_0867: { V_33 = G_B175_0; int32_t L_443 = V_33; if (!L_443) { goto IL_00be; } } { bool L_444 = ___immediateBreakup9; if (!L_444) { goto IL_0876; } } { return (-1); } IL_0876: { int32_t L_445 = V_33; V_6 = L_445; V_7 = 3; goto IL_00be; } IL_0882: { bool L_446 = V_17; if (L_446) { goto IL_08ff; } } { int32_t L_447 = V_6; if (!L_447) { goto IL_08ff; } } { int32_t L_448 = V_7; if ((((int32_t)L_448) <= ((int32_t)2))) { goto IL_08ff; } } { goto IL_08f5; } IL_0891: { String_t* L_449 = ___s10; int32_t L_450 = ___idx11; NullCheck(L_449); Il2CppChar L_451; L_451 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_449, L_450, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_452; L_452 = MSCompatUnicodeTable_IsIgnorableNonSpacing_m702C179F1D12262BD070925C46A8BF458B0733E5(L_451, /*hidden argument*/NULL); if (!L_452) { goto IL_08ff; } } { String_t* L_453 = ___s23; int32_t L_454 = ___idx24; NullCheck(L_453); Il2CppChar L_455; L_455 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_453, L_454, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_456; L_456 = MSCompatUnicodeTable_IsIgnorableNonSpacing_m702C179F1D12262BD070925C46A8BF458B0733E5(L_455, /*hidden argument*/NULL); if (!L_456) { goto IL_08ff; } } { String_t* L_457 = ___s10; int32_t L_458 = ___idx11; NullCheck(L_457); Il2CppChar L_459; L_459 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_457, L_458, /*hidden argument*/NULL); int32_t L_460 = V_0; int32_t L_461; L_461 = SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50(__this, L_459, L_460, /*hidden argument*/NULL); int32_t L_462 = V_12; uint8_t L_463; L_463 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_461, L_462, /*hidden argument*/NULL); String_t* L_464 = ___s23; int32_t L_465 = ___idx24; NullCheck(L_464); Il2CppChar L_466; L_466 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_464, L_465, /*hidden argument*/NULL); int32_t L_467 = V_0; int32_t L_468; L_468 = SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50(__this, L_466, L_467, /*hidden argument*/NULL); int32_t L_469 = V_13; uint8_t L_470; L_470 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_468, L_469, /*hidden argument*/NULL); V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_463, (int32_t)L_470)); int32_t L_471 = V_6; if (L_471) { goto IL_08ff; } } { int32_t L_472 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_472, (int32_t)1)); int32_t L_473 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_473, (int32_t)1)); V_12 = 0; V_13 = 0; } IL_08f5: { int32_t L_474 = ___idx11; int32_t L_475 = V_3; if ((((int32_t)L_474) >= ((int32_t)L_475))) { goto IL_08ff; } } { int32_t L_476 = ___idx24; int32_t L_477 = V_4; if ((((int32_t)L_476) < ((int32_t)L_477))) { goto IL_0891; } } IL_08ff: { int32_t L_478 = V_7; if ((!(((uint32_t)L_478) == ((uint32_t)1)))) { goto IL_093f; } } { int32_t L_479 = V_6; if (!L_479) { goto IL_093f; } } { goto IL_091d; } IL_090a: { String_t* L_480 = ___s10; int32_t L_481 = ___idx11; NullCheck(L_480); Il2CppChar L_482; L_482 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_480, L_481, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_483; L_483 = MSCompatUnicodeTable_IsIgnorableNonSpacing_m702C179F1D12262BD070925C46A8BF458B0733E5(L_482, /*hidden argument*/NULL); if (!L_483) { goto IL_0939; } } { int32_t L_484 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_484, (int32_t)1)); } IL_091d: { int32_t L_485 = ___idx11; int32_t L_486 = V_3; if ((((int32_t)L_485) < ((int32_t)L_486))) { goto IL_090a; } } { goto IL_0939; } IL_0923: { String_t* L_487 = ___s23; int32_t L_488 = ___idx24; NullCheck(L_487); Il2CppChar L_489; L_489 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_487, L_488, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_490; L_490 = MSCompatUnicodeTable_IsIgnorableNonSpacing_m702C179F1D12262BD070925C46A8BF458B0733E5(L_489, /*hidden argument*/NULL); if (!L_490) { goto IL_093f; } } { int32_t L_491 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_491, (int32_t)1)); } IL_0939: { int32_t L_492 = ___idx24; int32_t L_493 = V_4; if ((((int32_t)L_492) < ((int32_t)L_493))) { goto IL_0923; } } IL_093f: { int32_t L_494 = V_6; if (L_494) { goto IL_0973; } } { int32_t L_495 = V_8; if ((((int32_t)L_495) >= ((int32_t)0))) { goto IL_0952; } } { int32_t L_496 = V_9; if ((((int32_t)L_496) < ((int32_t)0))) { goto IL_0952; } } { V_6 = (-1); goto IL_0973; } IL_0952: { int32_t L_497 = V_9; if ((((int32_t)L_497) >= ((int32_t)0))) { goto IL_0961; } } { int32_t L_498 = V_8; if ((((int32_t)L_498) < ((int32_t)0))) { goto IL_0961; } } { V_6 = 1; goto IL_0973; } IL_0961: { int32_t L_499 = V_8; int32_t L_500 = V_9; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_499, (int32_t)L_500)); int32_t L_501 = V_6; if (L_501) { goto IL_0973; } } { int32_t L_502 = V_10; int32_t L_503 = V_11; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_502, (int32_t)L_503)); } IL_0973: { int32_t L_504 = V_6; if (L_504) { goto IL_0989; } } { int32_t L_505 = ___idx24; int32_t L_506 = V_4; if ((!(((uint32_t)L_505) == ((uint32_t)L_506)))) { goto IL_0981; } } { bool* L_507 = ___targetConsumed6; *((int8_t*)L_507) = (int8_t)1; } IL_0981: { int32_t L_508 = ___idx11; int32_t L_509 = V_3; if ((!(((uint32_t)L_508) == ((uint32_t)L_509)))) { goto IL_0989; } } { bool* L_510 = ___sourceConsumed7; *((int8_t*)L_510) = (int8_t)1; } IL_0989: { int32_t L_511 = ___idx11; int32_t L_512 = V_3; if ((!(((uint32_t)L_511) == ((uint32_t)L_512)))) { goto IL_0998; } } { int32_t L_513 = ___idx24; int32_t L_514 = V_4; if ((((int32_t)L_513) == ((int32_t)L_514))) { goto IL_0995; } } { return (-1); } IL_0995: { int32_t L_515 = V_6; return L_515; } IL_0998: { return 1; } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareFlagPair(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_CompareFlagPair_m02F3F7DE8F9E7CB19A4315829357BB45CDE44A64 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, bool ___b10, bool ___b21, const RuntimeMethod* method) { { bool L_0 = ___b10; bool L_1 = ___b21; if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_000b; } } { bool L_2 = ___b10; if (L_2) { goto IL_0009; } } { return (-1); } IL_0009: { return 1; } IL_000b: { return 0; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsPrefix_m3C264B704EB76964952AF0E136AFD323B7D22E3E (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___src0, String_t* ___target1, int32_t ___opt2, const RuntimeMethod* method) { { String_t* L_0 = ___src0; String_t* L_1 = ___target1; String_t* L_2 = ___src0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); int32_t L_4 = ___opt2; bool L_5; L_5 = SimpleCollator_IsPrefix_mD83D93EB2AD4C4A2D9175FF22374FA23D6BFF447(__this, L_0, L_1, 0, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsPrefix_mD83D93EB2AD4C4A2D9175FF22374FA23D6BFF447 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method) { uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C V_2; memset((&V_2), 0, sizeof(V_2)); { String_t* L_0 = ___target1; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000a; } } { return (bool)1; } IL_000a: { int8_t* L_2 = (int8_t*) alloca(((uintptr_t)4)); memset(L_2, 0, ((uintptr_t)4)); V_0 = (uint8_t*)(L_2); int8_t* L_3 = (int8_t*) alloca(((uintptr_t)4)); memset(L_3, 0, ((uintptr_t)4)); V_1 = (uint8_t*)(L_3); uint8_t* L_4 = V_0; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_4, 4, /*hidden argument*/NULL); uint8_t* L_5 = V_1; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_5, 4, /*hidden argument*/NULL); int32_t L_6 = ___opt4; uint8_t* L_7 = V_0; uint8_t* L_8 = V_1; Context__ctor_mCA22E573D35DD0B8453F743C9268CBBAFA045307((Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)(&V_2), L_6, (uint8_t*)(uint8_t*)((uintptr_t)0), (uint8_t*)(uint8_t*)((uintptr_t)0), (uint8_t*)(uint8_t*)L_7, (uint8_t*)(uint8_t*)L_8, (uint8_t*)(uint8_t*)((uintptr_t)0), /*hidden argument*/NULL); String_t* L_9 = ___s0; String_t* L_10 = ___target1; int32_t L_11 = ___start2; int32_t L_12 = ___length3; bool L_13; L_13 = SimpleCollator_IsPrefix_mF0C7F29B38EE516E163DE9E8290C2722D946ECE9(__this, L_9, L_10, L_11, L_12, (bool)1, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)(&V_2), /*hidden argument*/NULL); return L_13; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Int32,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsPrefix_mF0C7F29B38EE516E163DE9E8290C2722D946ECE9 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, bool ___skipHeadingExtenders4, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx5, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; { String_t* L_0 = ___s0; int32_t L_1 = ___start2; int32_t L_2 = ___length3; String_t* L_3 = ___target1; String_t* L_4 = ___target1; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); bool L_6 = ___skipHeadingExtenders4; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_7 = ___ctx5; int32_t L_8; L_8 = SimpleCollator_CompareInternal_m4963509F5E9E26707A24C60BE907AE98CDC6149B(__this, L_0, L_1, L_2, L_3, 0, L_5, (bool*)(&V_0), (bool*)(&V_1), L_6, (bool)1, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_7, /*hidden argument*/NULL); bool L_9 = V_0; return L_9; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSuffix(System.String,System.String,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsSuffix_m31E273F31D791A0A9DE2B2F99C49E3CAC8931F6F (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___src0, String_t* ___target1, int32_t ___opt2, const RuntimeMethod* method) { { String_t* L_0 = ___src0; String_t* L_1 = ___target1; String_t* L_2 = ___src0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); String_t* L_4 = ___src0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); int32_t L_6 = ___opt2; bool L_7; L_7 = SimpleCollator_IsSuffix_m9F6DF7EE895302B34EEFCDB39028668B3E247200(__this, L_0, L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSuffix(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsSuffix_m9F6DF7EE895302B34EEFCDB39028668B3E247200 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___target1; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000a; } } { return (bool)1; } IL_000a: { String_t* L_2 = ___s0; String_t* L_3 = ___target1; int32_t L_4 = ___start2; int32_t L_5 = ___length3; int32_t L_6 = ___opt4; int32_t L_7; L_7 = SimpleCollator_LastIndexOf_m8826D7780C340A55F7DBE7B6C964BC17752931CA(__this, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_0; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_003a; } } { String_t* L_9 = ___s0; int32_t L_10 = V_0; String_t* L_11 = ___s0; NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_11, /*hidden argument*/NULL); int32_t L_13 = V_0; String_t* L_14 = ___target1; String_t* L_15 = ___target1; NullCheck(L_15); int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_15, /*hidden argument*/NULL); int32_t L_17 = ___opt4; int32_t L_18; L_18 = SimpleCollator_Compare_m43FC5F17895E9FF32FD69B0325ACEF7D36FC5EF7(__this, L_9, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)), L_14, 0, L_16, L_17, /*hidden argument*/NULL); return (bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0); } IL_003a: { return (bool)0; } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::QuickIndexOf(System.String,System.String,System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_QuickIndexOf_mD86F345C3F35D3FFA8D241F6B6663F8A5FDFE985 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, bool* ___testWasUnable4, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; bool V_4 = false; int32_t V_5 = 0; Il2CppChar V_6 = 0x0; Il2CppChar V_7 = 0x0; { V_0 = (-1); V_1 = (-1); bool* L_0 = ___testWasUnable4; *((int8_t*)L_0) = (int8_t)1; String_t* L_1 = ___target1; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0012; } } { return 0; } IL_0012: { String_t* L_3 = ___target1; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); int32_t L_5 = ___length3; if ((((int32_t)L_4) <= ((int32_t)L_5))) { goto IL_001e; } } { return (-1); } IL_001e: { bool* L_6 = ___testWasUnable4; *((int8_t*)L_6) = (int8_t)0; int32_t L_7 = ___start2; int32_t L_8 = ___length3; String_t* L_9 = ___target1; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)), (int32_t)L_10)), (int32_t)1)); int32_t L_11 = ___start2; V_3 = L_11; goto IL_00c2; } IL_0037: { V_4 = (bool)0; V_5 = 0; goto IL_00ae; } IL_003f: { int32_t L_12 = V_1; int32_t L_13 = V_5; if ((((int32_t)L_12) >= ((int32_t)L_13))) { goto IL_0064; } } { String_t* L_14 = ___target1; int32_t L_15 = V_5; NullCheck(L_14); Il2CppChar L_16; L_16 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, L_15, /*hidden argument*/NULL); V_6 = L_16; Il2CppChar L_17 = V_6; if (!L_17) { goto IL_005b; } } { Il2CppChar L_18 = V_6; if ((((int32_t)L_18) < ((int32_t)((int32_t)128)))) { goto IL_0061; } } IL_005b: { bool* L_19 = ___testWasUnable4; *((int8_t*)L_19) = (int8_t)1; return (-1); } IL_0061: { int32_t L_20 = V_5; V_1 = L_20; } IL_0064: { int32_t L_21 = V_0; int32_t L_22 = V_3; int32_t L_23 = V_5; if ((((int32_t)L_21) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23))))) { goto IL_008f; } } { String_t* L_24 = ___s0; int32_t L_25 = V_3; int32_t L_26 = V_5; NullCheck(L_24); Il2CppChar L_27; L_27 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_24, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)), /*hidden argument*/NULL); V_7 = L_27; Il2CppChar L_28 = V_7; if (!L_28) { goto IL_0084; } } { Il2CppChar L_29 = V_7; if ((((int32_t)L_29) < ((int32_t)((int32_t)128)))) { goto IL_008a; } } IL_0084: { bool* L_30 = ___testWasUnable4; *((int8_t*)L_30) = (int8_t)1; return (-1); } IL_008a: { int32_t L_31 = V_3; int32_t L_32 = V_5; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_008f: { String_t* L_33 = ___s0; int32_t L_34 = V_3; int32_t L_35 = V_5; NullCheck(L_33); Il2CppChar L_36; L_36 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_33, ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/NULL); String_t* L_37 = ___target1; int32_t L_38 = V_5; NullCheck(L_37); Il2CppChar L_39; L_39 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_37, L_38, /*hidden argument*/NULL); if ((((int32_t)L_36) == ((int32_t)L_39))) { goto IL_00a8; } } { V_4 = (bool)1; goto IL_00b8; } IL_00a8: { int32_t L_40 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00ae: { int32_t L_41 = V_5; String_t* L_42 = ___target1; NullCheck(L_42); int32_t L_43; L_43 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_42, /*hidden argument*/NULL); if ((((int32_t)L_41) < ((int32_t)L_43))) { goto IL_003f; } } IL_00b8: { bool L_44 = V_4; if (L_44) { goto IL_00be; } } { int32_t L_45 = V_3; return L_45; } IL_00be: { int32_t L_46 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_00c2: { int32_t L_47 = V_3; int32_t L_48 = V_2; if ((((int32_t)L_47) < ((int32_t)L_48))) { goto IL_0037; } } { return (-1); } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOf_m920870D977A259C53CA5BE729EAF85BAA2082C87 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method) { uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; uint8_t* V_2 = NULL; uint8_t* V_3 = NULL; uint8_t* V_4 = NULL; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C V_5; memset((&V_5), 0, sizeof(V_5)); bool V_6 = false; int32_t V_7 = 0; { int32_t L_0 = ___opt4; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)1073741824))))) { goto IL_0014; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD4F5AB3DB8A9A36171F6BAE4DC5ED6137E31D30B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SimpleCollator_IndexOf_m920870D977A259C53CA5BE729EAF85BAA2082C87_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___opt4; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)268435456))))) { goto IL_0028; } } { 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*)&_stringLiteralD4F5AB3DB8A9A36171F6BAE4DC5ED6137E31D30B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SimpleCollator_IndexOf_m920870D977A259C53CA5BE729EAF85BAA2082C87_RuntimeMethod_var))); } IL_0028: { int32_t L_4 = ___opt4; if (L_4) { goto IL_0042; } } { String_t* L_5 = ___s0; String_t* L_6 = ___target1; int32_t L_7 = ___start2; int32_t L_8 = ___length3; int32_t L_9; L_9 = SimpleCollator_QuickIndexOf_mD86F345C3F35D3FFA8D241F6B6663F8A5FDFE985(__this, L_5, L_6, L_7, L_8, (bool*)(&V_6), /*hidden argument*/NULL); V_7 = L_9; bool L_10 = V_6; if (L_10) { goto IL_0042; } } { int32_t L_11 = V_7; return L_11; } IL_0042: { int8_t* L_12 = (int8_t*) alloca(((uintptr_t)((int32_t)16))); memset(L_12, 0, ((uintptr_t)((int32_t)16))); V_0 = (uint8_t*)(L_12); int8_t* L_13 = (int8_t*) alloca(((uintptr_t)((int32_t)16))); memset(L_13, 0, ((uintptr_t)((int32_t)16))); V_1 = (uint8_t*)(L_13); int8_t* L_14 = (int8_t*) alloca(((uintptr_t)4)); memset(L_14, 0, ((uintptr_t)4)); V_2 = (uint8_t*)(L_14); int8_t* L_15 = (int8_t*) alloca(((uintptr_t)4)); memset(L_15, 0, ((uintptr_t)4)); V_3 = (uint8_t*)(L_15); int8_t* L_16 = (int8_t*) alloca(((uintptr_t)4)); memset(L_16, 0, ((uintptr_t)4)); V_4 = (uint8_t*)(L_16); uint8_t* L_17 = V_0; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_17, ((int32_t)16), /*hidden argument*/NULL); uint8_t* L_18 = V_1; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_18, ((int32_t)16), /*hidden argument*/NULL); uint8_t* L_19 = V_2; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_19, 4, /*hidden argument*/NULL); uint8_t* L_20 = V_3; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_20, 4, /*hidden argument*/NULL); uint8_t* L_21 = V_4; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_21, 4, /*hidden argument*/NULL); int32_t L_22 = ___opt4; uint8_t* L_23 = V_0; uint8_t* L_24 = V_1; uint8_t* L_25 = V_3; uint8_t* L_26 = V_4; Context__ctor_mCA22E573D35DD0B8453F743C9268CBBAFA045307((Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)(&V_5), L_22, (uint8_t*)(uint8_t*)L_23, (uint8_t*)(uint8_t*)L_24, (uint8_t*)(uint8_t*)L_25, (uint8_t*)(uint8_t*)L_26, (uint8_t*)(uint8_t*)((uintptr_t)0), /*hidden argument*/NULL); String_t* L_27 = ___s0; String_t* L_28 = ___target1; int32_t L_29 = ___start2; int32_t L_30 = ___length3; uint8_t* L_31 = V_2; int32_t L_32; L_32 = SimpleCollator_IndexOf_mC385EE6F0BE18019BB6CED18BAD3D984E6800D9E(__this, L_27, L_28, L_29, L_30, (uint8_t*)(uint8_t*)L_31, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)(&V_5), /*hidden argument*/NULL); return L_32; } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfOrdinal(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOfOrdinal_mAE50D8697BB5AD56E0ABB7BD62B93CE09E98DD91 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; int32_t V_3 = 0; { String_t* L_0 = ___target1; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000a; } } { return 0; } IL_000a: { String_t* L_2 = ___target1; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); int32_t L_4 = ___length3; if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0016; } } { return (-1); } IL_0016: { int32_t L_5 = ___start2; int32_t L_6 = ___length3; String_t* L_7 = ___target1; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_8)), (int32_t)1)); int32_t L_9 = ___start2; V_1 = L_9; goto IL_005a; } IL_0028: { V_2 = (bool)0; V_3 = 0; goto IL_0048; } IL_002e: { String_t* L_10 = ___s0; int32_t L_11 = V_1; int32_t L_12 = V_3; NullCheck(L_10); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)), /*hidden argument*/NULL); String_t* L_14 = ___target1; int32_t L_15 = V_3; NullCheck(L_14); Il2CppChar L_16; L_16 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, L_15, /*hidden argument*/NULL); if ((((int32_t)L_13) == ((int32_t)L_16))) { goto IL_0044; } } { V_2 = (bool)1; goto IL_0051; } IL_0044: { int32_t L_17 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0048: { int32_t L_18 = V_3; String_t* L_19 = ___target1; NullCheck(L_19); int32_t L_20; L_20 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_19, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_002e; } } IL_0051: { bool L_21 = V_2; if (L_21) { goto IL_0056; } } { int32_t L_22 = V_1; return L_22; } IL_0056: { int32_t L_23 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_005a: { int32_t L_24 = V_1; int32_t L_25 = V_0; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0028; } } { return (-1); } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfOrdinal(System.String,System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOfOrdinal_m2CAEB9AFD4773AF609EE936D502EA8EF0B550085 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, Il2CppChar ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___start2; int32_t L_1 = ___length3; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___start2; V_1 = L_2; goto IL_0019; } IL_0009: { String_t* L_3 = ___s0; int32_t L_4 = V_1; NullCheck(L_3); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, L_4, /*hidden argument*/NULL); Il2CppChar L_6 = ___target1; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0015; } } { int32_t L_7 = V_1; return L_7; } IL_0015: { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0019: { int32_t L_9 = V_1; int32_t L_10 = V_0; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0009; } } { return (-1); } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfSortKey(System.String,System.Int32,System.Int32,System.Byte*,System.Char,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOfSortKey_m19661CA93A5518AF715FA5D33416AF09E3EB3AD2 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___length2, uint8_t* ___sortkey3, Il2CppChar ___target4, int32_t ___ti5, bool ___noLv46, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx7, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___start1; int32_t L_1 = ___length2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___start1; V_1 = L_2; goto IL_0020; } IL_0008: { int32_t L_3 = V_1; V_2 = L_3; String_t* L_4 = ___s0; int32_t L_5 = V_0; int32_t L_6 = ___ti5; uint8_t* L_7 = ___sortkey3; bool L_8 = ___noLv46; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_9 = ___ctx7; bool L_10; L_10 = SimpleCollator_MatchesForward_m55B7679F67937AE7B965EBDEB7854EEF068558DD(__this, L_4, (int32_t*)(&V_1), L_5, L_6, (uint8_t*)(uint8_t*)L_7, L_8, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0020; } } { int32_t L_11 = V_2; return L_11; } IL_0020: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0008; } } { return (-1); } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Byte*,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOf_mC385EE6F0BE18019BB6CED18BAD3D984E6800D9E (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, uint8_t* ___targetSortKey4, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_2 = NULL; String_t* V_3 = NULL; uint8_t* V_4 = NULL; bool V_5 = false; Il2CppChar V_6 = 0x0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_10 = NULL; String_t* G_B11_0 = NULL; uintptr_t G_B14_0; memset((&G_B14_0), 0, sizeof(G_B14_0)); { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_0 = ___ctx5; int32_t L_1 = L_0->get_Option_0(); V_0 = L_1; V_1 = 0; goto IL_001f; } IL_000c: { String_t* L_2 = ___target1; int32_t L_3 = V_1; NullCheck(L_2); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); bool L_6; L_6 = SimpleCollator_IsIgnorable_mF4929B081BC8833265B591A9A8CCEF1D633919D5(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0028; } } { int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_001f: { int32_t L_8 = V_1; String_t* L_9 = ___target1; 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_000c; } } IL_0028: { int32_t L_11 = V_1; String_t* L_12 = ___target1; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)L_13)))) { goto IL_0051; } } { String_t* L_14 = ___target1; String_t* L_15 = ___target1; NullCheck(L_15); int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_15, /*hidden argument*/NULL); int32_t L_17; L_17 = SimpleCollator_IndexOfOrdinal_m2CAEB9AFD4773AF609EE936D502EA8EF0B550085(__this, L_14, 0, 0, L_16, /*hidden argument*/NULL); if ((((int32_t)L_17) >= ((int32_t)0))) { goto IL_0045; } } { int32_t L_18 = ___start2; return L_18; } IL_0045: { String_t* L_19 = ___s0; String_t* L_20 = ___target1; int32_t L_21 = ___start2; int32_t L_22 = ___length3; int32_t L_23; L_23 = SimpleCollator_IndexOfOrdinal_mAE50D8697BB5AD56E0ABB7BD62B93CE09E98DD91(__this, L_19, L_20, L_21, L_22, /*hidden argument*/NULL); return L_23; } IL_0051: { String_t* L_24 = ___target1; int32_t L_25 = V_1; String_t* L_26 = ___target1; NullCheck(L_26); int32_t L_27; L_27 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_26, /*hidden argument*/NULL); int32_t L_28 = V_1; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_29; L_29 = SimpleCollator_GetContraction_m805E06343D20B33D1E65688BF187B30AA1AA10B3(__this, L_24, L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)), /*hidden argument*/NULL); V_2 = L_29; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_30 = V_2; if (L_30) { goto IL_0068; } } { G_B11_0 = ((String_t*)(NULL)); goto IL_006e; } IL_0068: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_31 = V_2; NullCheck(L_31); String_t* L_32 = L_31->get_Replacement_2(); G_B11_0 = L_32; } IL_006e: { V_3 = G_B11_0; String_t* L_33 = V_3; if (!L_33) { goto IL_0076; } } { G_B14_0 = ((uintptr_t)0); goto IL_0078; } IL_0076: { uint8_t* L_34 = ___targetSortKey4; G_B14_0 = ((uintptr_t)(intptr_t)(L_34)); } IL_0078: { V_4 = (uint8_t*)G_B14_0; V_5 = (bool)1; V_6 = 0; V_7 = (-1); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_35 = V_2; if (!L_35) { goto IL_00b4; } } { uint8_t* L_36 = V_4; if ((((intptr_t)L_36) == ((intptr_t)((uintptr_t)0)))) { goto IL_00b4; } } { V_8 = 0; goto IL_00a6; } IL_0091: { uint8_t* L_37 = V_4; int32_t L_38 = V_8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_39 = V_2; NullCheck(L_39); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = L_39->get_SortKey_3(); int32_t L_41 = V_8; NullCheck(L_40); int32_t L_42 = L_41; uint8_t L_43 = (L_40)->GetAt(static_cast(L_42)); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)L_38))) = (int8_t)L_43; int32_t L_44 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00a6: { int32_t L_45 = V_8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_46 = V_2; NullCheck(L_46); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = L_46->get_SortKey_3(); NullCheck(L_47); if ((((int32_t)L_45) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))))) { goto IL_0091; } } { goto IL_0117; } IL_00b4: { uint8_t* L_48 = V_4; if ((((intptr_t)L_48) == ((intptr_t)((uintptr_t)0)))) { goto IL_0117; } } { String_t* L_49 = ___target1; int32_t L_50 = V_1; NullCheck(L_49); Il2CppChar L_51; L_51 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_49, L_50, /*hidden argument*/NULL); V_6 = L_51; String_t* L_52 = ___target1; int32_t L_53 = V_1; NullCheck(L_52); Il2CppChar L_54; L_54 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_52, L_53, /*hidden argument*/NULL); int32_t L_55 = V_0; int32_t L_56; L_56 = SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50(__this, L_54, L_55, /*hidden argument*/NULL); V_7 = L_56; uint8_t* L_57 = V_4; int32_t L_58 = V_7; uint8_t L_59; L_59 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_58, /*hidden argument*/NULL); *((int8_t*)L_57) = (int8_t)L_59; uint8_t* L_60 = V_4; int32_t L_61 = V_7; uint8_t L_62; L_62 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_61, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_60, (int32_t)1))) = (int8_t)L_62; int32_t L_63 = V_0; if (((int32_t)((int32_t)L_63&(int32_t)2))) { goto IL_00fe; } } { uint8_t* L_64 = V_4; int32_t L_65 = V_7; uint8_t L_66; L_66 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_65, 0, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_64, (int32_t)2))) = (int8_t)L_66; } IL_00fe: { uint8_t* L_67 = V_4; int32_t L_68 = V_7; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_69; L_69 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_68, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_67, (int32_t)3))) = (int8_t)L_69; int32_t L_70 = V_7; bool L_71; L_71 = MSCompatUnicodeTable_HasSpecialWeight_m7E7FB8B916131E9A5729F3C4FA326A7605C10AA3(((int32_t)((uint16_t)L_70)), /*hidden argument*/NULL); V_5 = (bool)((((int32_t)L_71) == ((int32_t)0))? 1 : 0); } IL_0117: { uint8_t* L_72 = V_4; if ((((intptr_t)L_72) == ((intptr_t)((uintptr_t)0)))) { goto IL_0167; } } { int32_t L_73 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); goto IL_015e; } IL_0123: { String_t* L_74 = ___target1; int32_t L_75 = V_1; NullCheck(L_74); Il2CppChar L_76; L_76 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_74, L_75, /*hidden argument*/NULL); uint8_t L_77; L_77 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_76, /*hidden argument*/NULL); if ((!(((uint32_t)L_77) == ((uint32_t)1)))) { goto IL_0167; } } { uint8_t* L_78 = V_4; int32_t L_79 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_78, (int32_t)2))); if (L_79) { goto IL_0140; } } { uint8_t* L_80 = V_4; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_80, (int32_t)2))) = (int8_t)2; } IL_0140: { uint8_t* L_81 = V_4; uint8_t* L_82 = V_4; int32_t L_83 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_82, (int32_t)2))); String_t* L_84 = ___target1; int32_t L_85 = V_1; NullCheck(L_84); Il2CppChar L_86; L_86 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_84, L_85, /*hidden argument*/NULL); uint8_t L_87; L_87 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_86, 0, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_81, (int32_t)2))) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)L_87)))); int32_t L_88 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1)); } IL_015e: { int32_t L_89 = V_1; String_t* L_90 = ___target1; NullCheck(L_90); int32_t L_91; L_91 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_90, /*hidden argument*/NULL); if ((((int32_t)L_89) < ((int32_t)L_91))) { goto IL_0123; } } IL_0167: { V_9 = 0; String_t* L_92 = V_3; if (!L_92) { goto IL_0180; } } { String_t* L_93 = ___s0; String_t* L_94 = V_3; int32_t L_95 = ___start2; int32_t L_96 = ___length3; uint8_t* L_97 = ___targetSortKey4; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_98 = ___ctx5; int32_t L_99; L_99 = SimpleCollator_IndexOf_mC385EE6F0BE18019BB6CED18BAD3D984E6800D9E(__this, L_93, L_94, L_95, L_96, (uint8_t*)(uint8_t*)L_97, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_98, /*hidden argument*/NULL); V_9 = L_99; goto IL_0196; } IL_0180: { String_t* L_100 = ___s0; int32_t L_101 = ___start2; int32_t L_102 = ___length3; uint8_t* L_103 = V_4; Il2CppChar L_104 = V_6; int32_t L_105 = V_7; bool L_106 = V_5; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_107 = ___ctx5; int32_t L_108; L_108 = SimpleCollator_IndexOfSortKey_m19661CA93A5518AF715FA5D33416AF09E3EB3AD2(__this, L_100, L_101, L_102, (uint8_t*)(uint8_t*)L_103, L_104, L_105, L_106, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_107, /*hidden argument*/NULL); V_9 = L_108; } IL_0196: { int32_t L_109 = V_9; if ((((int32_t)L_109) >= ((int32_t)0))) { goto IL_019d; } } { return (-1); } IL_019d: { int32_t L_110 = ___length3; int32_t L_111 = V_9; int32_t L_112 = ___start2; ___length3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_111, (int32_t)L_112)))); int32_t L_113 = V_9; ___start2 = L_113; String_t* L_114 = ___s0; String_t* L_115 = ___target1; int32_t L_116 = ___start2; int32_t L_117 = ___length3; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_118 = ___ctx5; bool L_119; L_119 = SimpleCollator_IsPrefix_mF0C7F29B38EE516E163DE9E8290C2722D946ECE9(__this, L_114, L_115, L_116, L_117, (bool)0, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_118, /*hidden argument*/NULL); if (!L_119) { goto IL_01bd; } } { int32_t L_120 = V_9; return L_120; } IL_01bd: { String_t* L_121 = ___s0; int32_t L_122 = ___start2; int32_t L_123 = ___length3; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_124; L_124 = SimpleCollator_GetContraction_m805E06343D20B33D1E65688BF187B30AA1AA10B3(__this, L_121, L_122, L_123, /*hidden argument*/NULL); V_10 = L_124; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_125 = V_10; if (!L_125) { goto IL_01ea; } } { int32_t L_126 = ___start2; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_127 = V_10; NullCheck(L_127); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_128 = L_127->get_Source_1(); NullCheck(L_128); ___start2 = ((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_128)->max_length))))); int32_t L_129 = ___length3; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_130 = V_10; NullCheck(L_130); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_131 = L_130->get_Source_1(); NullCheck(L_131); ___length3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_129, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_131)->max_length))))); goto IL_01f5; } IL_01ea: { int32_t L_132 = ___start2; ___start2 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)1)); int32_t L_133 = ___length3; ___length3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_133, (int32_t)1)); } IL_01f5: { int32_t L_134 = ___length3; if ((((int32_t)L_134) > ((int32_t)0))) { goto IL_0167; } } { return (-1); } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOf_m8826D7780C340A55F7DBE7B6C964BC17752931CA (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method) { uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; uint8_t* V_2 = NULL; uint8_t* V_3 = NULL; uint8_t* V_4 = NULL; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C V_5; memset((&V_5), 0, sizeof(V_5)); { int32_t L_0 = ___opt4; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)1073741824))))) { goto IL_0015; } } { String_t* L_1 = ___s0; String_t* L_2 = ___target1; int32_t L_3 = ___start2; int32_t L_4 = ___length3; int32_t L_5; L_5 = SimpleCollator_LastIndexOfOrdinal_m455A0F12369DA09B2EFEBB2E40BE3FFAA7195879(__this, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0015: { int32_t L_6 = ___opt4; if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)268435456))))) { goto IL_0029; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_7 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD4F5AB3DB8A9A36171F6BAE4DC5ED6137E31D30B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SimpleCollator_LastIndexOf_m8826D7780C340A55F7DBE7B6C964BC17752931CA_RuntimeMethod_var))); } IL_0029: { int8_t* L_8 = (int8_t*) alloca(((uintptr_t)((int32_t)16))); memset(L_8, 0, ((uintptr_t)((int32_t)16))); V_0 = (uint8_t*)(L_8); int8_t* L_9 = (int8_t*) alloca(((uintptr_t)((int32_t)16))); memset(L_9, 0, ((uintptr_t)((int32_t)16))); V_1 = (uint8_t*)(L_9); int8_t* L_10 = (int8_t*) alloca(((uintptr_t)4)); memset(L_10, 0, ((uintptr_t)4)); V_2 = (uint8_t*)(L_10); int8_t* L_11 = (int8_t*) alloca(((uintptr_t)4)); memset(L_11, 0, ((uintptr_t)4)); V_3 = (uint8_t*)(L_11); int8_t* L_12 = (int8_t*) alloca(((uintptr_t)4)); memset(L_12, 0, ((uintptr_t)4)); V_4 = (uint8_t*)(L_12); uint8_t* L_13 = V_0; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_13, ((int32_t)16), /*hidden argument*/NULL); uint8_t* L_14 = V_1; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_14, ((int32_t)16), /*hidden argument*/NULL); uint8_t* L_15 = V_2; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_15, 4, /*hidden argument*/NULL); uint8_t* L_16 = V_3; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_16, 4, /*hidden argument*/NULL); uint8_t* L_17 = V_4; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_17, 4, /*hidden argument*/NULL); int32_t L_18 = ___opt4; uint8_t* L_19 = V_0; uint8_t* L_20 = V_1; uint8_t* L_21 = V_3; uint8_t* L_22 = V_4; Context__ctor_mCA22E573D35DD0B8453F743C9268CBBAFA045307((Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)(&V_5), L_18, (uint8_t*)(uint8_t*)L_19, (uint8_t*)(uint8_t*)L_20, (uint8_t*)(uint8_t*)L_21, (uint8_t*)(uint8_t*)L_22, (uint8_t*)(uint8_t*)((uintptr_t)0), /*hidden argument*/NULL); String_t* L_23 = ___s0; String_t* L_24 = ___target1; int32_t L_25 = ___start2; int32_t L_26 = ___length3; uint8_t* L_27 = V_2; int32_t L_28; L_28 = SimpleCollator_LastIndexOf_m701EC1EE4804814AFCA4F316714DD383C95E9747(__this, L_23, L_24, L_25, L_26, (uint8_t*)(uint8_t*)L_27, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)(&V_5), /*hidden argument*/NULL); return L_28; } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOfOrdinal(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOfOrdinal_m455A0F12369DA09B2EFEBB2E40BE3FFAA7195879 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar V_1 = 0x0; int32_t V_2 = 0; int32_t V_3 = 0; bool V_4 = false; int32_t V_5 = 0; { String_t* L_0 = ___target1; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000a; } } { int32_t L_2 = ___start2; return L_2; } IL_000a: { String_t* L_3 = ___s0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); String_t* L_5 = ___target1; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_0022; } } { String_t* L_7 = ___target1; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); int32_t L_9 = ___length3; if ((((int32_t)L_8) <= ((int32_t)L_9))) { goto IL_0024; } } IL_0022: { return (-1); } IL_0024: { int32_t L_10 = ___start2; int32_t L_11 = ___length3; String_t* L_12 = ___target1; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), (int32_t)L_13)), (int32_t)1)); String_t* L_14 = ___target1; String_t* L_15 = ___target1; NullCheck(L_15); int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_15, /*hidden argument*/NULL); NullCheck(L_14); Il2CppChar L_17; L_17 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_17; int32_t L_18 = ___start2; V_2 = L_18; goto IL_009d; } IL_0045: { String_t* L_19 = ___s0; int32_t L_20 = V_2; NullCheck(L_19); Il2CppChar L_21; L_21 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_19, L_20, /*hidden argument*/NULL); Il2CppChar L_22 = V_1; if ((((int32_t)L_21) == ((int32_t)L_22))) { goto IL_0055; } } { int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); goto IL_009d; } IL_0055: { int32_t L_24 = V_2; String_t* L_25 = ___target1; NullCheck(L_25); int32_t L_26; L_26 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_25, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_26)), (int32_t)1)); int32_t L_27 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1)); V_4 = (bool)0; String_t* L_28 = ___target1; NullCheck(L_28); int32_t L_29; L_29 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_28, /*hidden argument*/NULL); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)2)); goto IL_0092; } IL_0073: { String_t* L_30 = ___s0; int32_t L_31 = V_3; int32_t L_32 = V_5; NullCheck(L_30); Il2CppChar L_33; L_33 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_30, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)), /*hidden argument*/NULL); String_t* L_34 = ___target1; int32_t L_35 = V_5; NullCheck(L_34); Il2CppChar L_36; L_36 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_34, L_35, /*hidden argument*/NULL); if ((((int32_t)L_33) == ((int32_t)L_36))) { goto IL_008c; } } { V_4 = (bool)1; goto IL_0097; } IL_008c: { int32_t L_37 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)1)); } IL_0092: { int32_t L_38 = V_5; if ((((int32_t)L_38) >= ((int32_t)0))) { goto IL_0073; } } IL_0097: { bool L_39 = V_4; if (L_39) { goto IL_009d; } } { int32_t L_40 = V_3; return L_40; } IL_009d: { int32_t L_41 = V_2; int32_t L_42 = V_0; if ((((int32_t)L_41) > ((int32_t)L_42))) { goto IL_0045; } } { return (-1); } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOfSortKey(System.String,System.Int32,System.Int32,System.Int32,System.Byte*,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOfSortKey_mFE1677F9FF093854B63EB2F0D367D93EFE257907 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___orgStart2, int32_t ___length3, uint8_t* ___sortkey4, int32_t ___ti5, bool ___noLv46, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx7, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___start1; int32_t L_1 = ___length3; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___start1; V_1 = L_2; goto IL_0022; } IL_0009: { int32_t L_3 = V_1; V_2 = L_3; String_t* L_4 = ___s0; int32_t L_5 = V_0; int32_t L_6 = ___orgStart2; int32_t L_7 = ___ti5; uint8_t* L_8 = ___sortkey4; bool L_9 = ___noLv46; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_10 = ___ctx7; bool L_11; L_11 = SimpleCollator_MatchesBackward_mF1B465C48FA9CABFDC00A2BFF82AA56CB840D6CB(__this, L_4, (int32_t*)(&V_1), L_5, L_6, L_7, (uint8_t*)(uint8_t*)L_8, L_9, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0022; } } { int32_t L_12 = V_2; return L_12; } IL_0022: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_0009; } } { return (-1); } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Byte*,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOf_m701EC1EE4804814AFCA4F316714DD383C95E9747 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, uint8_t* ___targetSortKey4, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_3 = NULL; String_t* V_4 = NULL; uint8_t* V_5 = NULL; bool V_6 = false; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_10 = NULL; String_t* G_B11_0 = NULL; uintptr_t G_B14_0; memset((&G_B14_0), 0, sizeof(G_B14_0)); { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_0 = ___ctx5; int32_t L_1 = L_0->get_Option_0(); V_0 = L_1; int32_t L_2 = ___start2; V_1 = L_2; V_2 = 0; goto IL_0021; } IL_000e: { String_t* L_3 = ___target1; int32_t L_4 = V_2; NullCheck(L_3); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); bool L_7; L_7 = SimpleCollator_IsIgnorable_mF4929B081BC8833265B591A9A8CCEF1D633919D5(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002a; } } { int32_t L_8 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0021: { int32_t L_9 = V_2; String_t* L_10 = ___target1; NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_000e; } } IL_002a: { int32_t L_12 = V_2; String_t* L_13 = ___target1; NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_13, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)L_14)))) { goto IL_0053; } } { String_t* L_15 = ___target1; String_t* L_16 = ___target1; NullCheck(L_16); int32_t L_17; L_17 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_16, /*hidden argument*/NULL); int32_t L_18; L_18 = SimpleCollator_IndexOfOrdinal_m2CAEB9AFD4773AF609EE936D502EA8EF0B550085(__this, L_15, 0, 0, L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) >= ((int32_t)0))) { goto IL_0047; } } { int32_t L_19 = ___start2; return L_19; } IL_0047: { String_t* L_20 = ___s0; String_t* L_21 = ___target1; int32_t L_22 = ___start2; int32_t L_23 = ___length3; int32_t L_24; L_24 = SimpleCollator_LastIndexOfOrdinal_m455A0F12369DA09B2EFEBB2E40BE3FFAA7195879(__this, L_20, L_21, L_22, L_23, /*hidden argument*/NULL); return L_24; } IL_0053: { String_t* L_25 = ___target1; int32_t L_26 = V_2; String_t* L_27 = ___target1; NullCheck(L_27); int32_t L_28; L_28 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_27, /*hidden argument*/NULL); int32_t L_29 = V_2; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_30; L_30 = SimpleCollator_GetContraction_m805E06343D20B33D1E65688BF187B30AA1AA10B3(__this, L_25, L_26, ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29)), /*hidden argument*/NULL); V_3 = L_30; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_31 = V_3; if (L_31) { goto IL_006a; } } { G_B11_0 = ((String_t*)(NULL)); goto IL_0070; } IL_006a: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_32 = V_3; NullCheck(L_32); String_t* L_33 = L_32->get_Replacement_2(); G_B11_0 = L_33; } IL_0070: { V_4 = G_B11_0; String_t* L_34 = V_4; if (!L_34) { goto IL_007a; } } { G_B14_0 = ((uintptr_t)0); goto IL_007c; } IL_007a: { uint8_t* L_35 = ___targetSortKey4; G_B14_0 = ((uintptr_t)(intptr_t)(L_35)); } IL_007c: { V_5 = (uint8_t*)G_B14_0; V_6 = (bool)1; V_7 = (-1); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_36 = V_3; if (!L_36) { goto IL_00b5; } } { uint8_t* L_37 = V_5; if ((((intptr_t)L_37) == ((intptr_t)((uintptr_t)0)))) { goto IL_00b5; } } { V_8 = 0; goto IL_00a7; } IL_0092: { uint8_t* L_38 = V_5; int32_t L_39 = V_8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_40 = V_3; NullCheck(L_40); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = L_40->get_SortKey_3(); int32_t L_42 = V_8; NullCheck(L_41); int32_t L_43 = L_42; uint8_t L_44 = (L_41)->GetAt(static_cast(L_43)); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_38, (int32_t)L_39))) = (int8_t)L_44; int32_t L_45 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_00a7: { int32_t L_46 = V_8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_47 = V_3; NullCheck(L_47); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = L_47->get_SortKey_3(); NullCheck(L_48); if ((((int32_t)L_46) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))))) { goto IL_0092; } } { goto IL_010f; } IL_00b5: { uint8_t* L_49 = V_5; if ((((intptr_t)L_49) == ((intptr_t)((uintptr_t)0)))) { goto IL_010f; } } { String_t* L_50 = ___target1; int32_t L_51 = V_2; NullCheck(L_50); Il2CppChar L_52; L_52 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_50, L_51, /*hidden argument*/NULL); int32_t L_53 = V_0; int32_t L_54; L_54 = SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50(__this, L_52, L_53, /*hidden argument*/NULL); V_7 = L_54; uint8_t* L_55 = V_5; int32_t L_56 = V_7; uint8_t L_57; L_57 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_56, /*hidden argument*/NULL); *((int8_t*)L_55) = (int8_t)L_57; uint8_t* L_58 = V_5; int32_t L_59 = V_7; uint8_t L_60; L_60 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_59, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_58, (int32_t)1))) = (int8_t)L_60; int32_t L_61 = V_0; if (((int32_t)((int32_t)L_61&(int32_t)2))) { goto IL_00f6; } } { uint8_t* L_62 = V_5; int32_t L_63 = V_7; uint8_t L_64; L_64 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_63, 0, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_62, (int32_t)2))) = (int8_t)L_64; } IL_00f6: { uint8_t* L_65 = V_5; int32_t L_66 = V_7; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_67; L_67 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_66, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_65, (int32_t)3))) = (int8_t)L_67; int32_t L_68 = V_7; bool L_69; L_69 = MSCompatUnicodeTable_HasSpecialWeight_m7E7FB8B916131E9A5729F3C4FA326A7605C10AA3(((int32_t)((uint16_t)L_68)), /*hidden argument*/NULL); V_6 = (bool)((((int32_t)L_69) == ((int32_t)0))? 1 : 0); } IL_010f: { uint8_t* L_70 = V_5; if ((((intptr_t)L_70) == ((intptr_t)((uintptr_t)0)))) { goto IL_015f; } } { int32_t L_71 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); goto IL_0156; } IL_011b: { String_t* L_72 = ___target1; int32_t L_73 = V_2; NullCheck(L_72); Il2CppChar L_74; L_74 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_72, L_73, /*hidden argument*/NULL); uint8_t L_75; L_75 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_74, /*hidden argument*/NULL); if ((!(((uint32_t)L_75) == ((uint32_t)1)))) { goto IL_015f; } } { uint8_t* L_76 = V_5; int32_t L_77 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_76, (int32_t)2))); if (L_77) { goto IL_0138; } } { uint8_t* L_78 = V_5; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_78, (int32_t)2))) = (int8_t)2; } IL_0138: { uint8_t* L_79 = V_5; uint8_t* L_80 = V_5; int32_t L_81 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_80, (int32_t)2))); String_t* L_82 = ___target1; int32_t L_83 = V_2; NullCheck(L_82); Il2CppChar L_84; L_84 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_82, L_83, /*hidden argument*/NULL); uint8_t L_85; L_85 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_84, 0, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_79, (int32_t)2))) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)L_85)))); int32_t L_86 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1)); } IL_0156: { int32_t L_87 = V_2; String_t* L_88 = ___target1; NullCheck(L_88); int32_t L_89; L_89 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_88, /*hidden argument*/NULL); if ((((int32_t)L_87) < ((int32_t)L_89))) { goto IL_011b; } } IL_015f: { V_9 = 0; String_t* L_90 = V_4; if (!L_90) { goto IL_017a; } } { String_t* L_91 = ___s0; String_t* L_92 = V_4; int32_t L_93 = ___start2; int32_t L_94 = ___length3; uint8_t* L_95 = ___targetSortKey4; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_96 = ___ctx5; int32_t L_97; L_97 = SimpleCollator_LastIndexOf_m701EC1EE4804814AFCA4F316714DD383C95E9747(__this, L_91, L_92, L_93, L_94, (uint8_t*)(uint8_t*)L_95, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_96, /*hidden argument*/NULL); V_9 = L_97; goto IL_018f; } IL_017a: { String_t* L_98 = ___s0; int32_t L_99 = ___start2; int32_t L_100 = V_1; int32_t L_101 = ___length3; uint8_t* L_102 = V_5; int32_t L_103 = V_7; bool L_104 = V_6; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_105 = ___ctx5; int32_t L_106; L_106 = SimpleCollator_LastIndexOfSortKey_mFE1677F9FF093854B63EB2F0D367D93EFE257907(__this, L_98, L_99, L_100, L_101, (uint8_t*)(uint8_t*)L_102, L_103, L_104, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_105, /*hidden argument*/NULL); V_9 = L_106; } IL_018f: { int32_t L_107 = V_9; if ((((int32_t)L_107) >= ((int32_t)0))) { goto IL_0196; } } { return (-1); } IL_0196: { int32_t L_108 = ___length3; int32_t L_109 = ___start2; int32_t L_110 = V_9; ___length3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_108, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_109, (int32_t)L_110)))); int32_t L_111 = V_9; ___start2 = L_111; String_t* L_112 = ___s0; String_t* L_113 = ___target1; int32_t L_114 = V_9; int32_t L_115 = V_1; int32_t L_116 = V_9; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_117 = ___ctx5; bool L_118; L_118 = SimpleCollator_IsPrefix_mF0C7F29B38EE516E163DE9E8290C2722D946ECE9(__this, L_112, L_113, L_114, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_115, (int32_t)L_116)), (int32_t)1)), (bool)0, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_117, /*hidden argument*/NULL); if (!L_118) { goto IL_01d8; } } { goto IL_01d0; } IL_01ba: { String_t* L_119 = ___s0; int32_t L_120 = V_9; NullCheck(L_119); Il2CppChar L_121; L_121 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_119, L_120, /*hidden argument*/NULL); int32_t L_122 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); bool L_123; L_123 = SimpleCollator_IsIgnorable_mF4929B081BC8833265B591A9A8CCEF1D633919D5(L_121, L_122, /*hidden argument*/NULL); if (!L_123) { goto IL_01d5; } } { int32_t L_124 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1)); } IL_01d0: { int32_t L_125 = V_9; int32_t L_126 = V_1; if ((((int32_t)L_125) < ((int32_t)L_126))) { goto IL_01ba; } } IL_01d5: { int32_t L_127 = V_9; return L_127; } IL_01d8: { String_t* L_128 = ___s0; int32_t L_129 = V_9; int32_t L_130 = V_1; int32_t L_131 = V_9; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_132; L_132 = SimpleCollator_GetContraction_m805E06343D20B33D1E65688BF187B30AA1AA10B3(__this, L_128, L_129, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_130, (int32_t)L_131)), (int32_t)1)), /*hidden argument*/NULL); V_10 = L_132; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_133 = V_10; if (!L_133) { goto IL_020a; } } { int32_t L_134 = ___start2; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_135 = V_10; NullCheck(L_135); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_136 = L_135->get_Source_1(); NullCheck(L_136); ___start2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_134, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_136)->max_length))))); int32_t L_137 = ___length3; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_138 = V_10; NullCheck(L_138); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_139 = L_138->get_Source_1(); NullCheck(L_139); ___length3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_137, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_139)->max_length))))); goto IL_0215; } IL_020a: { int32_t L_140 = ___start2; ___start2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_140, (int32_t)1)); int32_t L_141 = ___length3; ___length3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_141, (int32_t)1)); } IL_0215: { int32_t L_142 = ___length3; if ((((int32_t)L_142) > ((int32_t)0))) { goto IL_015f; } } { return (-1); } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesForward(System.String,System.Int32&,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesForward_m55B7679F67937AE7B965EBDEB7854EEF068558DD (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___ti3, uint8_t* ___sortkey4, bool ___noLv45, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx6, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_2 = NULL; { String_t* L_0 = ___s0; int32_t* L_1 = ___idx1; int32_t L_2 = *((int32_t*)L_1); NullCheck(L_0); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, L_2, /*hidden argument*/NULL); V_0 = L_3; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_4 = ___ctx6; uint8_t* L_5 = L_4->get_AlwaysMatchFlags_2(); if ((((intptr_t)L_5) == ((intptr_t)((uintptr_t)0)))) { goto IL_0035; } } { int32_t L_6 = V_0; if ((((int32_t)L_6) >= ((int32_t)((int32_t)128)))) { goto IL_0035; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_7 = ___ctx6; uint8_t* L_8 = L_7->get_AlwaysMatchFlags_2(); int32_t L_9 = V_0; int32_t L_10 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)((int32_t)((int32_t)L_9/(int32_t)8))))); int32_t L_11 = V_0; if (!((int32_t)((int32_t)L_10&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11%(int32_t)8))&(int32_t)((int32_t)31)))))))) { goto IL_0035; } } { return (bool)1; } IL_0035: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_12 = ___ctx6; uint8_t* L_13 = L_12->get_NeverMatchFlags_1(); if ((((intptr_t)L_13) == ((intptr_t)((uintptr_t)0)))) { goto IL_0067; } } { int32_t L_14 = V_0; if ((((int32_t)L_14) >= ((int32_t)((int32_t)128)))) { goto IL_0067; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_15 = ___ctx6; uint8_t* L_16 = L_15->get_NeverMatchFlags_1(); int32_t L_17 = V_0; int32_t L_18 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)((int32_t)((int32_t)L_17/(int32_t)8))))); int32_t L_19 = V_0; if (!((int32_t)((int32_t)L_18&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_19%(int32_t)8))&(int32_t)((int32_t)31)))))))) { goto IL_0067; } } { int32_t* L_20 = ___idx1; int32_t* L_21 = ___idx1; int32_t L_22 = *((int32_t*)L_21); *((int32_t*)L_20) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); return (bool)0; } IL_0067: { String_t* L_23 = ___s0; int32_t* L_24 = ___idx1; int32_t L_25 = *((int32_t*)L_24); NullCheck(L_23); Il2CppChar L_26; L_26 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_23, L_25, /*hidden argument*/NULL); int32_t L_27; L_27 = SimpleCollator_GetExtenderType_m4689AA2150E1B1CAFA14F64759D2B43DDCCF5878(__this, L_26, /*hidden argument*/NULL); V_1 = L_27; V_2 = (Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA *)NULL; String_t* L_28 = ___s0; int32_t* L_29 = ___idx1; int32_t L_30 = ___end2; int32_t L_31 = ___ti3; uint8_t* L_32 = ___sortkey4; bool L_33 = ___noLv45; int32_t L_34 = V_1; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_35 = ___ctx6; bool L_36; L_36 = SimpleCollator_MatchesForwardCore_mF69E9D399026A0759EC6164603A99E0CC7FCBD42(__this, L_28, (int32_t*)L_29, L_30, L_31, (uint8_t*)(uint8_t*)L_32, L_33, L_34, (Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)(&V_2), (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00c2; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_37 = ___ctx6; uint8_t* L_38 = L_37->get_AlwaysMatchFlags_2(); if ((((intptr_t)L_38) == ((intptr_t)((uintptr_t)0)))) { goto IL_00c0; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_39 = V_2; if (L_39) { goto IL_00c0; } } { int32_t L_40 = V_1; if (L_40) { goto IL_00c0; } } { int32_t L_41 = V_0; if ((((int32_t)L_41) >= ((int32_t)((int32_t)128)))) { goto IL_00c0; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_42 = ___ctx6; uint8_t* L_43 = L_42->get_AlwaysMatchFlags_2(); int32_t L_44 = V_0; uint8_t* L_45 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_43, (int32_t)((int32_t)((int32_t)L_44/(int32_t)8)))); int32_t L_46 = *((uint8_t*)L_45); int32_t L_47 = V_0; *((int8_t*)L_45) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_46|(int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_47%(int32_t)8))&(int32_t)((int32_t)31))))))))))); } IL_00c0: { return (bool)1; } IL_00c2: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_48 = ___ctx6; uint8_t* L_49 = L_48->get_NeverMatchFlags_1(); if ((((intptr_t)L_49) == ((intptr_t)((uintptr_t)0)))) { goto IL_00f4; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_50 = V_2; if (L_50) { goto IL_00f4; } } { int32_t L_51 = V_1; if (L_51) { goto IL_00f4; } } { int32_t L_52 = V_0; if ((((int32_t)L_52) >= ((int32_t)((int32_t)128)))) { goto IL_00f4; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_53 = ___ctx6; uint8_t* L_54 = L_53->get_NeverMatchFlags_1(); int32_t L_55 = V_0; uint8_t* L_56 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_54, (int32_t)((int32_t)((int32_t)L_55/(int32_t)8)))); int32_t L_57 = *((uint8_t*)L_56); int32_t L_58 = V_0; *((int8_t*)L_56) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_57|(int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_58%(int32_t)8))&(int32_t)((int32_t)31))))))))))); } IL_00f4: { return (bool)0; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesForwardCore(System.String,System.Int32&,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.Contraction&,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesForwardCore_mF69E9D399026A0759EC6164603A99E0CC7FCBD42 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___ti3, uint8_t* ___sortkey4, bool ___noLv45, int32_t ___ext6, Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** ___ct7, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t* V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; bool V_6 = false; { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_0 = ___ctx8; int32_t L_1 = L_0->get_Option_0(); V_0 = L_1; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_2 = ___ctx8; uint8_t* L_3 = L_2->get_Buffer1_3(); V_1 = (uint8_t*)L_3; int32_t L_4 = V_0; V_2 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_4&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0); V_3 = (-1); int32_t L_5 = ___ext6; if (L_5) { goto IL_002c; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_6 = ___ct7; String_t* L_7 = ___s0; int32_t* L_8 = ___idx1; int32_t L_9 = *((int32_t*)L_8); int32_t L_10 = ___end2; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_11; L_11 = SimpleCollator_GetContraction_m805E06343D20B33D1E65688BF187B30AA1AA10B3(__this, L_7, L_9, L_10, /*hidden argument*/NULL); *((RuntimeObject **)L_6) = (RuntimeObject *)L_11; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_6, (void*)(RuntimeObject *)L_11); goto IL_0064; } IL_002c: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_12 = ___ctx8; int32_t L_13 = L_12->get_PrevCode_5(); if ((((int32_t)L_13) >= ((int32_t)0))) { goto IL_0053; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_14 = ___ctx8; uint8_t* L_15 = L_14->get_PrevSortKey_6(); if ((!(((uintptr_t)L_15) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0049; } } { int32_t* L_16 = ___idx1; int32_t* L_17 = ___idx1; int32_t L_18 = *((int32_t*)L_17); *((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); return (bool)0; } IL_0049: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_19 = ___ctx8; uint8_t* L_20 = L_19->get_PrevSortKey_6(); V_1 = (uint8_t*)L_20; goto IL_0064; } IL_0053: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_21 = ___ctx8; int32_t L_22 = L_21->get_PrevCode_5(); int32_t L_23 = ___ext6; int32_t L_24 = V_0; int32_t L_25; L_25 = SimpleCollator_FilterExtender_m52E04162094AD4F49CD82B10218CEAD86CA11773(__this, L_22, L_23, L_24, /*hidden argument*/NULL); V_3 = L_25; } IL_0064: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_26 = ___ct7; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_27 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_26); if (!L_27) { goto IL_00e1; } } { int32_t* L_28 = ___idx1; int32_t* L_29 = ___idx1; int32_t L_30 = *((int32_t*)L_29); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_31 = ___ct7; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_32 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_31); NullCheck(L_32); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_33 = L_32->get_Source_1(); NullCheck(L_33); *((int32_t*)L_28) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length))))); bool L_34 = ___noLv45; if (L_34) { goto IL_007e; } } { return (bool)0; } IL_007e: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_35 = ___ct7; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_36 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_35); NullCheck(L_36); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = L_36->get_SortKey_3(); if (!L_37) { goto IL_00b8; } } { V_4 = 0; goto IL_009e; } IL_008d: { uint8_t* L_38 = V_1; int32_t L_39 = V_4; uint8_t* L_40 = ___sortkey4; int32_t L_41 = V_4; int32_t L_42 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_40, (int32_t)L_41))); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_38, (int32_t)L_39))) = (int8_t)L_42; int32_t L_43 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_009e: { int32_t L_44 = V_4; if ((((int32_t)L_44) < ((int32_t)4))) { goto IL_008d; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_45 = ___ctx8; L_45->set_PrevCode_5((-1)); Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_46 = ___ctx8; uint8_t* L_47 = V_1; L_46->set_PrevSortKey_6((uint8_t*)L_47); goto IL_01bc; } IL_00b8: { V_5 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_48 = ___ct7; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_49 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_48); NullCheck(L_49); String_t* L_50 = L_49->get_Replacement_2(); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_51 = ___ct7; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_52 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_51); NullCheck(L_52); String_t* L_53 = L_52->get_Replacement_2(); NullCheck(L_53); int32_t L_54; L_54 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_53, /*hidden argument*/NULL); int32_t L_55 = ___ti3; uint8_t* L_56 = ___sortkey4; bool L_57 = ___noLv45; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_58 = ___ctx8; bool L_59; L_59 = SimpleCollator_MatchesForward_m55B7679F67937AE7B965EBDEB7854EEF068558DD(__this, L_50, (int32_t*)(&V_5), L_54, L_55, (uint8_t*)(uint8_t*)L_56, L_57, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_58, /*hidden argument*/NULL); return L_59; } IL_00e1: { int32_t L_60 = V_3; if ((((int32_t)L_60) >= ((int32_t)0))) { goto IL_00f5; } } { String_t* L_61 = ___s0; int32_t* L_62 = ___idx1; int32_t L_63 = *((int32_t*)L_62); NullCheck(L_61); Il2CppChar L_64; L_64 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_61, L_63, /*hidden argument*/NULL); int32_t L_65 = V_0; int32_t L_66; L_66 = SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50(__this, L_64, L_65, /*hidden argument*/NULL); V_3 = L_66; } IL_00f5: { int32_t* L_67 = ___idx1; int32_t* L_68 = ___idx1; int32_t L_69 = *((int32_t*)L_68); *((int32_t*)L_67) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); uint8_t* L_70 = V_1; int32_t L_71 = V_3; uint8_t L_72; L_72 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_71, /*hidden argument*/NULL); *((int8_t*)L_70) = (int8_t)L_72; V_6 = (bool)0; uint8_t* L_73 = ___sortkey4; int32_t L_74 = *((uint8_t*)L_73); uint8_t* L_75 = V_1; int32_t L_76 = *((uint8_t*)L_75); if ((!(((uint32_t)L_74) == ((uint32_t)L_76)))) { goto IL_011b; } } { uint8_t* L_77 = V_1; int32_t L_78 = V_3; uint8_t L_79; L_79 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_78, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_77, (int32_t)1))) = (int8_t)L_79; goto IL_011e; } IL_011b: { V_6 = (bool)1; } IL_011e: { bool L_80 = V_2; if (L_80) { goto IL_013b; } } { uint8_t* L_81 = ___sortkey4; int32_t L_82 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_81, (int32_t)1))); uint8_t* L_83 = V_1; int32_t L_84 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_83, (int32_t)1))); if ((!(((uint32_t)L_82) == ((uint32_t)L_84)))) { goto IL_013b; } } { uint8_t* L_85 = V_1; int32_t L_86 = V_3; int32_t L_87 = ___ext6; uint8_t L_88; L_88 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_86, L_87, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_85, (int32_t)2))) = (int8_t)L_88; goto IL_0141; } IL_013b: { bool L_89 = V_2; if (L_89) { goto IL_0141; } } { V_6 = (bool)1; } IL_0141: { bool L_90 = V_6; if (!L_90) { goto IL_0165; } } { goto IL_015e; } IL_0147: { String_t* L_91 = ___s0; int32_t* L_92 = ___idx1; int32_t L_93 = *((int32_t*)L_92); NullCheck(L_91); Il2CppChar L_94; L_94 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_91, L_93, /*hidden argument*/NULL); uint8_t L_95; L_95 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_94, /*hidden argument*/NULL); if ((!(((uint32_t)L_95) == ((uint32_t)1)))) { goto IL_0163; } } { int32_t* L_96 = ___idx1; int32_t* L_97 = ___idx1; int32_t L_98 = *((int32_t*)L_97); *((int32_t*)L_96) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)); } IL_015e: { int32_t* L_99 = ___idx1; int32_t L_100 = *((int32_t*)L_99); int32_t L_101 = ___end2; if ((((int32_t)L_100) < ((int32_t)L_101))) { goto IL_0147; } } IL_0163: { return (bool)0; } IL_0165: { uint8_t* L_102 = V_1; int32_t L_103 = V_3; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_104; L_104 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_103, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_102, (int32_t)3))) = (int8_t)L_104; uint8_t* L_105 = V_1; int32_t L_106 = *((uint8_t*)L_105); if ((((int32_t)L_106) == ((int32_t)1))) { goto IL_01bc; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_107 = ___ctx8; int32_t L_108 = V_3; L_107->set_PrevCode_5(L_108); goto IL_01bc; } IL_017e: { String_t* L_109 = ___s0; int32_t* L_110 = ___idx1; int32_t L_111 = *((int32_t*)L_110); NullCheck(L_109); Il2CppChar L_112; L_112 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_109, L_111, /*hidden argument*/NULL); uint8_t L_113; L_113 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_112, /*hidden argument*/NULL); if ((!(((uint32_t)L_113) == ((uint32_t)1)))) { goto IL_01c1; } } { bool L_114 = V_2; if (L_114) { goto IL_01b6; } } { uint8_t* L_115 = V_1; int32_t L_116 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_115, (int32_t)2))); if (L_116) { goto IL_019d; } } { uint8_t* L_117 = V_1; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_117, (int32_t)2))) = (int8_t)2; } IL_019d: { uint8_t* L_118 = V_1; uint8_t* L_119 = V_1; int32_t L_120 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_119, (int32_t)2))); String_t* L_121 = ___s0; int32_t* L_122 = ___idx1; int32_t L_123 = *((int32_t*)L_122); NullCheck(L_121); Il2CppChar L_124; L_124 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_121, L_123, /*hidden argument*/NULL); uint8_t L_125; L_125 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_124, 0, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_118, (int32_t)2))) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)L_125)))); } IL_01b6: { int32_t* L_126 = ___idx1; int32_t* L_127 = ___idx1; int32_t L_128 = *((int32_t*)L_127); *((int32_t*)L_126) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_128, (int32_t)1)); } IL_01bc: { int32_t* L_129 = ___idx1; int32_t L_130 = *((int32_t*)L_129); int32_t L_131 = ___end2; if ((((int32_t)L_130) < ((int32_t)L_131))) { goto IL_017e; } } IL_01c1: { int32_t L_132 = V_0; uint8_t* L_133 = V_1; int32_t L_134 = V_3; int32_t L_135 = ___ext6; uint8_t* L_136 = ___sortkey4; int32_t L_137 = ___ti3; bool L_138 = ___noLv45; bool L_139; L_139 = SimpleCollator_MatchesPrimitive_m7911CCDA71424A233597EE3B714D579BDDDA0DFB(__this, L_132, (uint8_t*)(uint8_t*)L_133, L_134, L_135, (uint8_t*)(uint8_t*)L_136, L_137, L_138, /*hidden argument*/NULL); return L_139; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesPrimitive(System.Globalization.CompareOptions,System.Byte*,System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Byte*,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesPrimitive_m7911CCDA71424A233597EE3B714D579BDDDA0DFB (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___opt0, uint8_t* ___source1, int32_t ___si2, int32_t ___ext3, uint8_t* ___target4, int32_t ___ti5, bool ___noLv46, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { int32_t L_0 = ___opt0; V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0); uint8_t* L_1 = ___source1; int32_t L_2 = *((uint8_t*)L_1); uint8_t* L_3 = ___target4; int32_t L_4 = *((uint8_t*)L_3); if ((!(((uint32_t)L_2) == ((uint32_t)L_4)))) { goto IL_0032; } } { uint8_t* L_5 = ___source1; int32_t L_6 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)1))); uint8_t* L_7 = ___target4; int32_t L_8 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)1))); if ((!(((uint32_t)L_6) == ((uint32_t)L_8)))) { goto IL_0032; } } { bool L_9 = V_0; if (L_9) { goto IL_0027; } } { uint8_t* L_10 = ___source1; int32_t L_11 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)2))); uint8_t* L_12 = ___target4; int32_t L_13 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_12, (int32_t)2))); if ((!(((uint32_t)L_11) == ((uint32_t)L_13)))) { goto IL_0032; } } IL_0027: { uint8_t* L_14 = ___source1; int32_t L_15 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)3))); uint8_t* L_16 = ___target4; int32_t L_17 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)3))); if ((((int32_t)L_15) == ((int32_t)L_17))) { goto IL_0034; } } IL_0032: { return (bool)0; } IL_0034: { bool L_18 = ___noLv46; if (!L_18) { goto IL_0047; } } { int32_t L_19 = ___si2; if ((((int32_t)L_19) < ((int32_t)0))) { goto IL_0045; } } { int32_t L_20 = ___si2; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_21; L_21 = MSCompatUnicodeTable_HasSpecialWeight_m7E7FB8B916131E9A5729F3C4FA326A7605C10AA3(((int32_t)((uint16_t)L_20)), /*hidden argument*/NULL); if (L_21) { goto IL_0047; } } IL_0045: { return (bool)1; } IL_0047: { bool L_22 = ___noLv46; if (!L_22) { goto IL_004d; } } { return (bool)0; } IL_004d: { bool L_23 = V_0; if (L_23) { goto IL_0057; } } { int32_t L_24 = ___ext3; if ((!(((uint32_t)L_24) == ((uint32_t)3)))) { goto IL_0057; } } { return (bool)0; } IL_0057: { int32_t L_25 = ___si2; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_26; L_26 = MSCompatUnicodeTable_IsJapaneseSmallLetter_m51D3B4BA7CC83FBA1186033E864537CECD55CB48(((int32_t)((uint16_t)L_25)), /*hidden argument*/NULL); int32_t L_27 = ___ti5; bool L_28; L_28 = MSCompatUnicodeTable_IsJapaneseSmallLetter_m51D3B4BA7CC83FBA1186033E864537CECD55CB48(((int32_t)((uint16_t)L_27)), /*hidden argument*/NULL); if ((!(((uint32_t)L_26) == ((uint32_t)L_28)))) { goto IL_00a3; } } { int32_t L_29 = ___ext3; int32_t L_30 = ___opt0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); uint8_t L_31; L_31 = SimpleCollator_ToDashTypeValue_m7FA5894B7EA6735DB1FC544BE42A5D5C4C50DED4(L_29, L_30, /*hidden argument*/NULL); int32_t L_32 = ___opt0; uint8_t L_33; L_33 = SimpleCollator_ToDashTypeValue_m7FA5894B7EA6735DB1FC544BE42A5D5C4C50DED4(0, L_32, /*hidden argument*/NULL); if ((!(((uint32_t)L_31) == ((uint32_t)L_33)))) { goto IL_00a3; } } { int32_t L_34 = ___si2; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_35; L_35 = MSCompatUnicodeTable_IsHiragana_mF32388227769220CA3A5AA6E233A4304079211D9(((int32_t)((uint16_t)L_34)), /*hidden argument*/NULL); int32_t L_36 = ___ti5; bool L_37; L_37 = MSCompatUnicodeTable_IsHiragana_mF32388227769220CA3A5AA6E233A4304079211D9(((int32_t)((uint16_t)L_36)), /*hidden argument*/NULL); if ((!(((uint32_t)((((int32_t)L_35) == ((int32_t)0))? 1 : 0)) == ((uint32_t)((((int32_t)L_37) == ((int32_t)0))? 1 : 0))))) { goto IL_00a3; } } { int32_t L_38 = ___si2; int32_t L_39 = ___opt0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); bool L_40; L_40 = SimpleCollator_IsHalfKana_mBFB7936744B221BFFB8D639E33F647B989A19D57(((int32_t)((uint16_t)L_38)), L_39, /*hidden argument*/NULL); int32_t L_41 = ___ti5; int32_t L_42 = ___opt0; bool L_43; L_43 = SimpleCollator_IsHalfKana_mBFB7936744B221BFFB8D639E33F647B989A19D57(((int32_t)((uint16_t)L_41)), L_42, /*hidden argument*/NULL); if ((((int32_t)L_40) == ((int32_t)L_43))) { goto IL_00a5; } } IL_00a3: { return (bool)0; } IL_00a5: { return (bool)1; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesBackward(System.String,System.Int32&,System.Int32,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesBackward_mF1B465C48FA9CABFDC00A2BFF82AA56CB840D6CB (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___orgStart3, int32_t ___ti4, uint8_t* ___sortkey5, bool ___noLv46, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx7, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_2 = NULL; { String_t* L_0 = ___s0; int32_t* L_1 = ___idx1; int32_t L_2 = *((int32_t*)L_1); NullCheck(L_0); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, L_2, /*hidden argument*/NULL); V_0 = L_3; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_4 = ___ctx7; uint8_t* L_5 = L_4->get_AlwaysMatchFlags_2(); if ((((intptr_t)L_5) == ((intptr_t)((uintptr_t)0)))) { goto IL_0035; } } { int32_t L_6 = V_0; if ((((int32_t)L_6) >= ((int32_t)((int32_t)128)))) { goto IL_0035; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_7 = ___ctx7; uint8_t* L_8 = L_7->get_AlwaysMatchFlags_2(); int32_t L_9 = V_0; int32_t L_10 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)((int32_t)((int32_t)L_9/(int32_t)8))))); int32_t L_11 = V_0; if (!((int32_t)((int32_t)L_10&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11%(int32_t)8))&(int32_t)((int32_t)31)))))))) { goto IL_0035; } } { return (bool)1; } IL_0035: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_12 = ___ctx7; uint8_t* L_13 = L_12->get_NeverMatchFlags_1(); if ((((intptr_t)L_13) == ((intptr_t)((uintptr_t)0)))) { goto IL_0067; } } { int32_t L_14 = V_0; if ((((int32_t)L_14) >= ((int32_t)((int32_t)128)))) { goto IL_0067; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_15 = ___ctx7; uint8_t* L_16 = L_15->get_NeverMatchFlags_1(); int32_t L_17 = V_0; int32_t L_18 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)((int32_t)((int32_t)L_17/(int32_t)8))))); int32_t L_19 = V_0; if (!((int32_t)((int32_t)L_18&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_19%(int32_t)8))&(int32_t)((int32_t)31)))))))) { goto IL_0067; } } { int32_t* L_20 = ___idx1; int32_t* L_21 = ___idx1; int32_t L_22 = *((int32_t*)L_21); *((int32_t*)L_20) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)); return (bool)0; } IL_0067: { String_t* L_23 = ___s0; int32_t* L_24 = ___idx1; int32_t L_25 = *((int32_t*)L_24); NullCheck(L_23); Il2CppChar L_26; L_26 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_23, L_25, /*hidden argument*/NULL); int32_t L_27; L_27 = SimpleCollator_GetExtenderType_m4689AA2150E1B1CAFA14F64759D2B43DDCCF5878(__this, L_26, /*hidden argument*/NULL); V_1 = L_27; V_2 = (Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA *)NULL; String_t* L_28 = ___s0; int32_t* L_29 = ___idx1; int32_t L_30 = ___end2; int32_t L_31 = ___orgStart3; int32_t L_32 = ___ti4; uint8_t* L_33 = ___sortkey5; bool L_34 = ___noLv46; int32_t L_35 = V_1; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_36 = ___ctx7; bool L_37; L_37 = SimpleCollator_MatchesBackwardCore_m7371016DA011FB3879ECE9E8E604E4309D42D50B(__this, L_28, (int32_t*)L_29, L_30, L_31, L_32, (uint8_t*)(uint8_t*)L_33, L_34, L_35, (Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)(&V_2), (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00c4; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_38 = ___ctx7; uint8_t* L_39 = L_38->get_AlwaysMatchFlags_2(); if ((((intptr_t)L_39) == ((intptr_t)((uintptr_t)0)))) { goto IL_00c2; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_40 = V_2; if (L_40) { goto IL_00c2; } } { int32_t L_41 = V_1; if (L_41) { goto IL_00c2; } } { int32_t L_42 = V_0; if ((((int32_t)L_42) >= ((int32_t)((int32_t)128)))) { goto IL_00c2; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_43 = ___ctx7; uint8_t* L_44 = L_43->get_AlwaysMatchFlags_2(); int32_t L_45 = V_0; uint8_t* L_46 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_44, (int32_t)((int32_t)((int32_t)L_45/(int32_t)8)))); int32_t L_47 = *((uint8_t*)L_46); int32_t L_48 = V_0; *((int8_t*)L_46) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_47|(int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_48%(int32_t)8))&(int32_t)((int32_t)31))))))))))); } IL_00c2: { return (bool)1; } IL_00c4: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_49 = ___ctx7; uint8_t* L_50 = L_49->get_NeverMatchFlags_1(); if ((((intptr_t)L_50) == ((intptr_t)((uintptr_t)0)))) { goto IL_00f6; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_51 = V_2; if (L_51) { goto IL_00f6; } } { int32_t L_52 = V_1; if (L_52) { goto IL_00f6; } } { int32_t L_53 = V_0; if ((((int32_t)L_53) >= ((int32_t)((int32_t)128)))) { goto IL_00f6; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_54 = ___ctx7; uint8_t* L_55 = L_54->get_NeverMatchFlags_1(); int32_t L_56 = V_0; uint8_t* L_57 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_55, (int32_t)((int32_t)((int32_t)L_56/(int32_t)8)))); int32_t L_58 = *((uint8_t*)L_57); int32_t L_59 = V_0; *((int8_t*)L_57) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_58|(int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_59%(int32_t)8))&(int32_t)((int32_t)31))))))))))); } IL_00f6: { return (bool)0; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesBackwardCore(System.String,System.Int32&,System.Int32,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.Contraction&,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesBackwardCore_m7371016DA011FB3879ECE9E8E604E4309D42D50B (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___orgStart3, int32_t ___ti4, uint8_t* ___sortkey5, bool ___noLv46, int32_t ___ext7, Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** ___ct8, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx9, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t* V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; int32_t V_4 = 0; uint8_t V_5 = 0x0; int32_t V_6 = 0; int32_t V_7 = 0; uint8_t V_8 = 0x0; int32_t V_9 = 0; int32_t V_10 = 0; bool V_11 = false; int32_t V_12 = 0; uint8_t* G_B13_0 = NULL; uint8_t* G_B12_0 = NULL; int32_t G_B14_0 = 0; uint8_t* G_B14_1 = NULL; { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_0 = ___ctx9; int32_t L_1 = L_0->get_Option_0(); V_0 = L_1; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_2 = ___ctx9; uint8_t* L_3 = L_2->get_Buffer1_3(); V_1 = (uint8_t*)L_3; int32_t L_4 = V_0; V_2 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_4&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0); int32_t* L_5 = ___idx1; int32_t L_6 = *((int32_t*)L_5); V_3 = L_6; V_4 = (-1); int32_t L_7 = ___ext7; if (!L_7) { goto IL_00da; } } { V_5 = (uint8_t)0; int32_t* L_8 = ___idx1; int32_t L_9 = *((int32_t*)L_8); V_6 = L_9; } IL_002b: { int32_t L_10 = V_6; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0032; } } { return (bool)0; } IL_0032: { String_t* L_11 = ___s0; int32_t L_12 = V_6; NullCheck(L_11); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_11, L_12, /*hidden argument*/NULL); int32_t L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); bool L_15; L_15 = SimpleCollator_IsIgnorable_mF4929B081BC8833265B591A9A8CCEF1D633919D5(L_13, L_14, /*hidden argument*/NULL); if (L_15) { goto IL_00c9; } } { String_t* L_16 = ___s0; int32_t L_17 = V_6; NullCheck(L_16); Il2CppChar L_18; L_18 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_16, L_17, /*hidden argument*/NULL); int32_t L_19 = V_0; int32_t L_20; L_20 = SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50(__this, L_18, L_19, /*hidden argument*/NULL); V_7 = L_20; int32_t L_21 = V_7; uint8_t L_22; L_22 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_21, /*hidden argument*/NULL); V_8 = L_22; uint8_t L_23 = V_8; if ((!(((uint32_t)L_23) == ((uint32_t)1)))) { goto IL_0072; } } { int32_t L_24 = V_7; uint8_t L_25; L_25 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_24, 0, /*hidden argument*/NULL); V_5 = L_25; goto IL_00c9; } IL_0072: { int32_t L_26 = V_7; int32_t L_27 = ___ext7; int32_t L_28 = V_0; int32_t L_29; L_29 = SimpleCollator_FilterExtender_m52E04162094AD4F49CD82B10218CEAD86CA11773(__this, L_26, L_27, L_28, /*hidden argument*/NULL); V_4 = L_29; uint8_t* L_30 = V_1; uint8_t L_31 = V_8; *((int8_t*)L_30) = (int8_t)L_31; uint8_t* L_32 = V_1; int32_t L_33 = V_4; uint8_t L_34; L_34 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_33, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_32, (int32_t)1))) = (int8_t)L_34; bool L_35 = V_2; if (L_35) { goto IL_00a0; } } { uint8_t* L_36 = V_1; int32_t L_37 = V_4; int32_t L_38 = ___ext7; uint8_t L_39; L_39 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_37, L_38, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_36, (int32_t)2))) = (int8_t)L_39; } IL_00a0: { uint8_t* L_40 = V_1; int32_t L_41 = V_4; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_42; L_42 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_41, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_40, (int32_t)3))) = (int8_t)L_42; int32_t L_43 = ___ext7; if ((((int32_t)L_43) == ((int32_t)3))) { goto IL_00d4; } } { uint8_t L_44 = V_5; if (!L_44) { goto IL_00d4; } } { uint8_t* L_45 = V_1; uint8_t* L_46 = V_1; int32_t L_47 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_46, (int32_t)2))); G_B12_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_45, (int32_t)2)); if (!L_47) { G_B13_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_45, (int32_t)2)); goto IL_00c1; } } { uint8_t L_48 = V_5; G_B14_0 = ((int32_t)(L_48)); G_B14_1 = G_B12_0; goto IL_00c6; } IL_00c1: { uint8_t L_49 = V_5; G_B14_0 = ((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)2)))); G_B14_1 = G_B13_0; } IL_00c6: { *((int8_t*)G_B14_1) = (int8_t)G_B14_0; goto IL_00d4; } IL_00c9: { int32_t L_50 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)); goto IL_002b; } IL_00d4: { int32_t* L_51 = ___idx1; int32_t* L_52 = ___idx1; int32_t L_53 = *((int32_t*)L_52); *((int32_t*)L_51) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)1)); } IL_00da: { int32_t L_54 = ___ext7; if (L_54) { goto IL_00eb; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_55 = ___ct8; String_t* L_56 = ___s0; int32_t* L_57 = ___idx1; int32_t L_58 = *((int32_t*)L_57); int32_t L_59 = ___end2; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_60; L_60 = SimpleCollator_GetTailContraction_m5010C039FE72FE260FF6408D7C7ED8E667076394(__this, L_56, L_58, L_59, /*hidden argument*/NULL); *((RuntimeObject **)L_55) = (RuntimeObject *)L_60; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_55, (void*)(RuntimeObject *)L_60); } IL_00eb: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_61 = ___ct8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_62 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_61); if (!L_62) { goto IL_0181; } } { int32_t* L_63 = ___idx1; int32_t* L_64 = ___idx1; int32_t L_65 = *((int32_t*)L_64); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_66 = ___ct8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_67 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_66); NullCheck(L_67); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_68 = L_67->get_Source_1(); NullCheck(L_68); *((int32_t*)L_63) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_68)->max_length))))); bool L_69 = ___noLv46; if (L_69) { goto IL_0108; } } { return (bool)0; } IL_0108: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_70 = ___ct8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_71 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_70); NullCheck(L_71); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_72 = L_71->get_SortKey_3(); if (!L_72) { goto IL_0142; } } { V_9 = 0; goto IL_0128; } IL_0117: { uint8_t* L_73 = V_1; int32_t L_74 = V_9; uint8_t* L_75 = ___sortkey5; int32_t L_76 = V_9; int32_t L_77 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_75, (int32_t)L_76))); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_73, (int32_t)L_74))) = (int8_t)L_77; int32_t L_78 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)); } IL_0128: { int32_t L_79 = V_9; if ((((int32_t)L_79) < ((int32_t)4))) { goto IL_0117; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_80 = ___ctx9; L_80->set_PrevCode_5((-1)); Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_81 = ___ctx9; uint8_t* L_82 = V_1; L_81->set_PrevSortKey_6((uint8_t*)L_82); goto IL_020c; } IL_0142: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_83 = ___ct8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_84 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_83); NullCheck(L_84); String_t* L_85 = L_84->get_Replacement_2(); NullCheck(L_85); int32_t L_86; L_86 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_85, /*hidden argument*/NULL); V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)1)); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_87 = ___ct8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_88 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_87); NullCheck(L_88); String_t* L_89 = L_88->get_Replacement_2(); int32_t L_90 = V_10; int32_t L_91 = V_10; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_92 = ___ct8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_93 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_92); NullCheck(L_93); String_t* L_94 = L_93->get_Replacement_2(); NullCheck(L_94); int32_t L_95; L_95 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_94, /*hidden argument*/NULL); uint8_t* L_96 = ___sortkey5; int32_t L_97 = ___ti4; bool L_98 = ___noLv46; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_99 = ___ctx9; int32_t L_100; L_100 = SimpleCollator_LastIndexOfSortKey_mFE1677F9FF093854B63EB2F0D367D93EFE257907(__this, L_89, L_90, L_91, L_95, (uint8_t*)(uint8_t*)L_96, L_97, L_98, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_99, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)0) > ((int32_t)L_100))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0181: { int32_t L_101 = ___ext7; if (L_101) { goto IL_020c; } } { int32_t L_102 = V_4; if ((((int32_t)L_102) >= ((int32_t)0))) { goto IL_019e; } } { String_t* L_103 = ___s0; int32_t* L_104 = ___idx1; int32_t L_105 = *((int32_t*)L_104); NullCheck(L_103); Il2CppChar L_106; L_106 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_103, L_105, /*hidden argument*/NULL); int32_t L_107 = V_0; int32_t L_108; L_108 = SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50(__this, L_106, L_107, /*hidden argument*/NULL); V_4 = L_108; } IL_019e: { int32_t* L_109 = ___idx1; int32_t* L_110 = ___idx1; int32_t L_111 = *((int32_t*)L_110); *((int32_t*)L_109) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_111, (int32_t)1)); V_11 = (bool)0; uint8_t* L_112 = V_1; int32_t L_113 = V_4; uint8_t L_114; L_114 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_113, /*hidden argument*/NULL); *((int8_t*)L_112) = (int8_t)L_114; uint8_t* L_115 = V_1; int32_t L_116 = *((uint8_t*)L_115); uint8_t* L_117 = ___sortkey5; int32_t L_118 = *((uint8_t*)L_117); if ((!(((uint32_t)L_116) == ((uint32_t)L_118)))) { goto IL_01c6; } } { uint8_t* L_119 = V_1; int32_t L_120 = V_4; uint8_t L_121; L_121 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_120, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_119, (int32_t)1))) = (int8_t)L_121; goto IL_01c9; } IL_01c6: { V_11 = (bool)1; } IL_01c9: { bool L_122 = V_2; if (L_122) { goto IL_01e7; } } { uint8_t* L_123 = V_1; int32_t L_124 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_123, (int32_t)1))); uint8_t* L_125 = ___sortkey5; int32_t L_126 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_125, (int32_t)1))); if ((!(((uint32_t)L_124) == ((uint32_t)L_126)))) { goto IL_01e7; } } { uint8_t* L_127 = V_1; int32_t L_128 = V_4; int32_t L_129 = ___ext7; uint8_t L_130; L_130 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_128, L_129, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_127, (int32_t)2))) = (int8_t)L_130; goto IL_01ed; } IL_01e7: { bool L_131 = V_2; if (L_131) { goto IL_01ed; } } { V_11 = (bool)1; } IL_01ed: { bool L_132 = V_11; if (!L_132) { goto IL_01f3; } } { return (bool)0; } IL_01f3: { uint8_t* L_133 = V_1; int32_t L_134 = V_4; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_135; L_135 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_134, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_133, (int32_t)3))) = (int8_t)L_135; uint8_t* L_136 = V_1; int32_t L_137 = *((uint8_t*)L_136); if ((((int32_t)L_137) == ((int32_t)1))) { goto IL_020c; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_138 = ___ctx9; int32_t L_139 = V_4; L_138->set_PrevCode_5(L_139); } IL_020c: { int32_t L_140 = ___ext7; if (L_140) { goto IL_025b; } } { int32_t L_141 = V_3; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)1)); goto IL_0255; } IL_0217: { String_t* L_142 = ___s0; int32_t L_143 = V_12; NullCheck(L_142); Il2CppChar L_144; L_144 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_142, L_143, /*hidden argument*/NULL); uint8_t L_145; L_145 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_144, /*hidden argument*/NULL); if ((!(((uint32_t)L_145) == ((uint32_t)1)))) { goto IL_025b; } } { bool L_146 = V_2; if (L_146) { goto IL_024f; } } { uint8_t* L_147 = V_1; int32_t L_148 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_147, (int32_t)2))); if (L_148) { goto IL_0236; } } { uint8_t* L_149 = V_1; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_149, (int32_t)2))) = (int8_t)2; } IL_0236: { uint8_t* L_150 = V_1; uint8_t* L_151 = V_1; int32_t L_152 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_151, (int32_t)2))); String_t* L_153 = ___s0; int32_t L_154 = V_12; NullCheck(L_153); Il2CppChar L_155; L_155 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_153, L_154, /*hidden argument*/NULL); uint8_t L_156; L_156 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_155, 0, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_150, (int32_t)2))) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)L_156)))); } IL_024f: { int32_t L_157 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)1)); } IL_0255: { int32_t L_158 = V_12; int32_t L_159 = ___orgStart3; if ((((int32_t)L_158) < ((int32_t)L_159))) { goto IL_0217; } } IL_025b: { int32_t L_160 = V_0; uint8_t* L_161 = V_1; int32_t L_162 = V_4; int32_t L_163 = ___ext7; uint8_t* L_164 = ___sortkey5; int32_t L_165 = ___ti4; bool L_166 = ___noLv46; bool L_167; L_167 = SimpleCollator_MatchesPrimitive_m7911CCDA71424A233597EE3B714D579BDDDA0DFB(__this, L_160, (uint8_t*)(uint8_t*)L_161, L_162, L_163, (uint8_t*)(uint8_t*)L_164, L_165, L_166, /*hidden argument*/NULL); return L_167; } } // System.Void Mono.Globalization.Unicode.SimpleCollator::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator__cctor_mFDA15839744C81C602F185A557B979F53208DF5D (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*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral222B7F4ACEDB3E8108C8F60A70D20267112F4FDB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_internalGetEnvironmentVariable_m948971DA541D94545FF9A4559B3CCEB43D45955B(_stringLiteral222B7F4ACEDB3E8108C8F60A70D20267112F4FDB, /*hidden argument*/NULL); bool L_1; L_1 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_0, _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331, /*hidden argument*/NULL); ((SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_StaticFields*)il2cpp_codegen_static_fields_for(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var))->set_QuickCheckDisabled_0(L_1); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * L_3 = (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 *)il2cpp_codegen_object_new(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); SimpleCollator__ctor_m8B6EB6C1918971E2B29E4B2E646C2F28C01D3B97(L_3, L_2, /*hidden argument*/NULL); ((SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_StaticFields*)il2cpp_codegen_static_fields_for(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var))->set_invariant_1(L_3); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SafeHandle_SetHandle_m3727BDA5C26E0220FA7BBE73C9E662774F5F1664_inline (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, intptr_t ___handle0, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; __this->set_handle_0((intptr_t)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SafeSerializationEventArgs_get_SerializedStates_mEF4F664315B61EBA8B489F1CBC9F682DFDFCC7C3_inline (SafeSerializationEventArgs_t9127408272D435E33674CC75CBDC5124DA7F3E4A * __this, const RuntimeMethod* method) { { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_0 = __this->get_m_serializedStates_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SecurityElement_set_m_strText_m51AF1B1DBAEFB35B865F2E9016BE8D7004C59749_inline (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_text_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SecurityAttribute_get_Name_mFA4470D7F3F4C76D496D31CD68A902D5B5C16AE3_inline (SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SecurityAttribute_get_Value_m33AC435FB87281EB8C2B513A42D00E4C7A72CA33_inline (SecurityAttribute_tA26A6C440AFE4244EDBA0E1A7ED1DC6FACE97232 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__value_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SecurityElement_tB9682077760936136392270197F642224B2141CC * SecurityParser_ToXml_mA2B016FB2C10243606CF2424AA21C3EB469E328C_inline (SecurityParser_tC9E18353931E28EE00489103D73FF6CD562F2118 * __this, const RuntimeMethod* method) { { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_0 = __this->get_root_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Exception_set_HResult_mB9E603303A0678B32684B0EEC144334BAB0E6392_inline (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__HResult_11(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeInformation_get_FullTypeName_m3E33D8F86351026BB74096903B1BBAE9FF92FAA6_inline (TypeInformation_t3503150669B72C7392EACBC8F63F3E0392C3B34B * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_fullTypeName_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeInformation_get_AssemblyString_mF553289FCF9278C908848EBA2623785D71C5DCB9_inline (TypeInformation_t3503150669B72C7392EACBC8F63F3E0392C3B34B * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_assemblyString_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TypeInformation_get_HasTypeForwardedFrom_mCFD6E93F8D69856B5F8904F1BFCCD794697A6472_inline (TypeInformation_t3503150669B72C7392EACBC8F63F3E0392C3B34B * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_hasTypeForwardedFrom_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m7D4406AB9EF2F4ADE65FFC23C4F79EB1A3749BD6_inline (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_value_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m1314B9BFC9D6CFCC607FF1B2B748583DAEB1D1E2_inline (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * SerializationInfo_get_ObjectType_m9562D1A437F7A0E4ECECC24B8C4B9099685C790F_inline (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_objectType_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m8558532350989A6DE33C188FD1A470187DFEA911_inline (AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * RealProxy_get_ObjectIdentity_m408FE9B22C1CE7E38F5C6FE49310C121900481A8_inline (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, const RuntimeMethod* method) { { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_0 = __this->get__objectIdentity_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RealProxy_set_ObjectIdentity_mD383787A6A08E98E893004DFF8C30180E20F1E74_inline (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ___value0, const RuntimeMethod* method) { { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_0 = ___value0; __this->set__objectIdentity_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return (RuntimeObject *)L_0; } }