#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include #include "vm-utils/icalls/mscorlib/System.Threading/Interlocked.h" #include "icalls/mscorlib/System.Threading/InternalThread.h" template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker0 { 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); } }; struct VirtActionInvoker0 { 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 VirtActionInvoker1 { 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 VirtFuncInvoker1 { 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 VirtActionInvoker2 { 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 VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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); } }; 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 GenericInterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Comparison`1 struct Comparison_1_tD3B42082C57F6BA82A21609F8DF8F414BCFA4C38; // System.Comparison`1 struct Comparison_1_tB56E8E7C2BF431D44E8EBD15EA3E6F41AAFF03D2; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_tCF100268EF76D0BC19F774221E488BBB4CD4B365; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBB3B761B5CD370C29795A985E92637E6653997E5; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E; // System.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C; // System.Func`2 struct Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82; // System.Collections.Generic.IComparer`1 struct IComparer_1_tAFED60AE851AE065D55D22EDDE341074948269EA; // System.Collections.Generic.IComparer`1 struct IComparer_1_t20C0141C3FEEDAA44BFE8521FEEDDF47289CB40B; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.IReadOnlyDictionary`2 struct IReadOnlyDictionary_2_tA39AC18E76130FDE9E466B499E98A26FFCF96994; // System.Collections.Generic.IReadOnlyDictionary`2 struct IReadOnlyDictionary_2_tF4CA0576FE3CE413B23BAD767F644170A9F04230; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t0051F3CCCFE0093795854005431A3856482487EC; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D; // System.Collections.Generic.List`1 struct List_1_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C; // System.Collections.Generic.List`1 struct List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419; // System.Collections.Generic.List`1 struct List_1_t470880A334542833BF98F3272A5E266DD818EA86; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tAD8914C605B128DDA6C3760F9B6433A0A7D4DD78; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tF7A3355DA03FD9ED2EBFCA246A00277C2B64B8A3; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510; // System.Globalization.HebrewNumber/HS[][] struct HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // Mono.Globalization.Unicode.Contraction[] struct ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.IO.DirectoryInfo[] struct DirectoryInfoU5BU5D_t3A579358D3EE355E1764A6D707DDCABDC1EB45DC; // System.Runtime.CompilerServices.Ephemeron[] struct EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8; // System.Globalization.EraInfo[] struct EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A; // System.Runtime.Remoting.Messaging.Header[] struct HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE[] struct InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC; // System.Collections.KeyValuePairs[] struct KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB; // Mono.Globalization.Unicode.Level2Map[] struct Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF; // System.LocalDataStore[] struct LocalDataStoreU5BU5D_tC05D41015F73511AB3069E755F8238F85CC97544; // System.LocalDataStoreElement[] struct LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // Mono.Globalization.Unicode.TailoringInfo[] struct TailoringInfoU5BU5D_tE558BFC8FBB51482ACC5F18EB713B8AE8B77FB99; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.TypeCode[] struct TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // Mono.Globalization.Unicode.CodePointIndexer/TableRange[] struct TableRangeU5BU5D_t529A3048AC157A0702514DB337164442AF1530C7; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.Globalization.HebrewNumber/HS[] struct HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC; // System.Globalization.HebrewNumber/HebrewValue[] struct HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F; // System.ApplicationException struct ApplicationException_t8D709C0445A040467C6A632AD7F742B25AB2A407; // 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.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.Runtime.Serialization.Formatters.Binary.BinaryArray struct BinaryArray_t6603AC233467782A5E28AB2AC96470F7AB4C56AA; // System.Runtime.Serialization.Formatters.Binary.BinaryAssembly struct BinaryAssembly_t084E6A060EC9651DEB57610DC7F91E5B0C8558AC; // 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.BinaryWriter struct BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Globalization.Bootstring struct Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Runtime.Remoting.Messaging.CallContextRemotingData struct CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E; // System.Runtime.Remoting.Messaging.CallContextSecurityData struct CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431; // System.Collections.CaseInsensitiveComparer struct CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C; // System.Collections.CaseInsensitiveHashCodeProvider struct CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // Mono.Globalization.Unicode.CodePointIndexer struct CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Collections.CompatibleComparer struct CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929; // System.ConsoleCancelEventHandler struct ConsoleCancelEventHandler_tACD32787946439D2453F9D9512471685521C006D; // System.Runtime.Remoting.Contexts.Context struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678; // 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.Text.Decoder struct Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // System.Text.DecoderFallbackBuffer struct DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B; // System.Text.DecoderNLS struct DecoderNLS_tE5B1B7D68B698C0B65FBEE94EAE2453FFD3D538A; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.IO.DirectoryInfo struct DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection struct DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B; // System.Text.Encoder struct Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.EncoderFallbackBuffer struct EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0; // System.Text.EncoderNLS struct EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712; // System.Text.EncoderReplacementFallback struct EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Text.EncodingNLS struct EncodingNLS_t6F875E5EF171A3E07D8CC7F36D51FD52797E43EE; // System.Globalization.EraInfo struct EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD; // System.Exception struct Exception_t; // Microsoft.Win32.ExpandString struct ExpandString_t9106B59E06E44175F3056DE2461ECAA5E4F95230; // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26; // System.Globalization.GregorianCalendarHelper struct GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85; // System.Runtime.InteropServices.GuidAttribute struct GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063; // System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute struct HandleProcessCorruptedStateExceptionsAttribute_t1C1324265A78BFA8D907504315B78C9E09E2EE53; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Runtime.Remoting.Messaging.Header struct Header_tB3EEE0CBE8792FB3CAC719E5BCB60BA7718E14CE; // System.Runtime.Remoting.Messaging.HeaderHandler struct HeaderHandler_t503AE3AA2FFEA490B012CBF3A3EB37C21FF0490D; // System.Globalization.HijriCalendar struct HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IComparer struct IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0; // System.IConvertible struct IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691; // System.Reflection.Emit.ILGenerator struct ILGenerator_tCB47F61B7259CF97E8239F921A474B2BEEF84F8F; // 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.Runtime.Remoting.Messaging.IMethodMessage struct IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA; // System.Security.Principal.IPrincipal struct IPrincipal_t850ACE1F48327B64F266DD2C6FD8C5F56E4889E2; // Microsoft.Win32.IRegistryApi struct IRegistryApi_t3B05FA1782C2EFEE5A2A5251BB4CE24F61272463; // System.Runtime.Remoting.Lifetime.ISponsor struct ISponsor_tD6A1763B7D8A6280ECBD2AA4C8CFD5547BF20394; // System.Runtime.Remoting.Identity struct Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5; // System.Globalization.IdnMapping struct IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C; // System.Runtime.Remoting.Messaging.IllogicalCallContext struct IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E; // System.Runtime.InteropServices.InAttribute struct InAttribute_t7A70EB9EF1F01E6C3F189CE2B89EAB14C78AB83D; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD; // System.Runtime.Serialization.Formatters.Binary.IntSizedArray struct IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A; // System.Runtime.InteropServices.InterfaceTypeAttribute struct InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E; // System.Text.InternalDecoderBestFitFallback struct InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E; // System.Text.InternalDecoderBestFitFallbackBuffer struct InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F; // System.Text.InternalEncoderBestFitFallback struct InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074; // System.Text.InternalEncoderBestFitFallbackBuffer struct InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B; // System.Runtime.Serialization.Formatters.Binary.InternalFE struct InternalFE_tBF9064793BEA3658FF2E355ECCE5913F38B6E101; // System.Collections.Generic.InternalStringComparer struct InternalStringComparer_t7669F097298BEFC7D84D480A5788A026C75D5E76; // System.Threading.InternalThread struct InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB; // System.Runtime.CompilerServices.InternalsVisibleToAttribute struct InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463; // System.Reflection.InvalidFilterCriteriaException struct InvalidFilterCriteriaException_t7F8507875D22356462784368747FCB7B80668DFB; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.InvalidProgramException struct InvalidProgramException_tB6929930C57D6BA8D5E5D9E96E87FE8D55563814; // System.InvalidTimeZoneException struct InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10; // System.Runtime.CompilerServices.IteratorStateMachineAttribute struct IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830; // System.Globalization.JapaneseCalendar struct JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360; // Microsoft.Win32.KeyHandler struct KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF; // System.Collections.Generic.KeyNotFoundException struct KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952; // System.Collections.KeyValuePairs struct KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B; // System.Text.Latin1Encoding struct Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016; // System.Runtime.Remoting.Lifetime.Lease struct Lease_tA878061ECC9A466127F00ACF5568EAB267E05641; // System.Runtime.Remoting.Lifetime.LeaseManager struct LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1; // System.Runtime.Remoting.Lifetime.LeaseSink struct LeaseSink_t102D9ED005D8D3BF39D7D7012058E2C02FB5F92D; // Mono.Globalization.Unicode.Level2Map struct Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C; // System.Collections.ListDictionaryInternal struct ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A; // System.LocalDataStore struct LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65; // System.LocalDataStoreElement struct LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7; // System.LocalDataStoreHolder struct LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146; // System.LocalDataStoreMgr struct LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A; // System.LocalDataStoreSlot struct LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5; // System.Reflection.LocalVariableInfo struct LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61; // System.Threading.LockRecursionException struct LockRecursionException_tA4B541F6B8DABF4D294304DF7B70F547C8502014; // System.Runtime.Remoting.Messaging.LogicalCallContext struct LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3; // System.Runtime.Serialization.LongList struct LongList_tB13F421A6BB4E3BB28AEAA7B91E9A937EB7A7D23; // System.Collections.LowLevelComparer struct LowLevelComparer_tE1AAB0112F35E5629CBBA2032E4B98AD63745673; // System.Runtime.Remoting.Messaging.MCMDictionary struct MCMDictionary_tEA8C1F89F5B3783040584C2C390C758B1420CCDF; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA; // System.Runtime.InteropServices.MarshalAsAttribute struct MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // 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.Remoting.Messaging.MessageDictionary struct MessageDictionary_tF87E1D8408337642172945A13C9C116D7F9336BE; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.Module struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // 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.ObjectWriter struct ObjectWriter_tAA3940C8530BC74389BC0997DC85C6ABCD2CC40F; // System.OverflowException struct OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9; // System.Globalization.Punycode struct Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513; // System.Collections.Queue struct Queue_t66723C58C7422102C36F8570BE048BD0CC489E52; // System.Threading.RegisteredWaitHandle struct RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F; // Microsoft.Win32.RegistryKey struct RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268; // Microsoft.Win32.RegistryKeyComparer struct RegistryKeyComparer_t76F1E0DB03CDF4EBDC550475175DB5068DA97AD3; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662; // Microsoft.Win32.SafeHandles.SafeRegistryHandle struct SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1; // System.Security.SecurityElement struct SecurityElement_tB9682077760936136392270197F642224B2141CC; // System.Security.SecurityException struct SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Runtime.Serialization.SerializationException struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8; // System.Runtime.Remoting.Metadata.SoapAttribute struct SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC; // System.Runtime.Remoting.Metadata.SoapFieldAttribute struct SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5; // System.Runtime.Remoting.Metadata.SoapMethodAttribute struct SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378; // System.Runtime.Remoting.Metadata.SoapParameterAttribute struct SoapParameterAttribute_tCFE170A192E869148403954A6CF168AB40A9AAB3; // System.Runtime.Remoting.Metadata.SoapTypeAttribute struct SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B; // System.Runtime.CompilerServices.StateMachineAttribute struct StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.IO.StreamReader struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3; // System.IO.StreamWriter struct StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62; // Mono.Globalization.Unicode.TailoringInfo struct TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643; // System.Threading.Timer struct Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB; // System.Threading.TimerCallback struct TimerCallback_tD193CC50BF27E129E6857E1E8A7EAC24BD131814; // System.Type struct Type_t; // System.Reflection.TypeFilter struct TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3; // System.TypeInitializationException struct TypeInitializationException_tFBB52C455ED2509387E598E8C0877D464B6EC7B8; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842; // System.Threading.WaitOrTimerCallback struct WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB; // System.Runtime.Serialization.Formatters.Binary.__BinaryWriter struct __BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C; // System.Console/InternalCancelHandler struct InternalCancelHandler_t7F0E9BBFE542C3B0E62620118961AC10E0DFB000; // System.Collections.Hashtable/HashtableEnumerator struct HashtableEnumerator_tE0C1E58CD53485371C1A23E5120E89BC93D97FDF; // System.Collections.Hashtable/KeyCollection struct KeyCollection_tD156AF123B81AE9183976AA8743E5D6B30030CCE; // System.Collections.Hashtable/SyncHashtable struct SyncHashtable_t4F35FE38FB79C9F4C1F667D9DDD9836FA283841C; // System.Globalization.HebrewNumber/HebrewValue struct HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337; // System.Runtime.Remoting.Lifetime.Lease/RenewalDelegate struct RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7; // System.Collections.ListDictionaryInternal/DictionaryNode struct DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C; // System.Collections.ListDictionaryInternal/NodeEnumerator struct NodeEnumerator_t603444CE6539BA97B964D6B5734C61944955E79B; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Threading.Timer/Scheduler struct Scheduler_tA54A9F57127EDB44B4AE39C04A488F33193349D8; 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* BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA_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* CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Comparison_1_tD3B42082C57F6BA82A21609F8DF8F414BCFA4C38_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContractionComparer_t2065A7932E4721614DDC9CDC01C19267120F04D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_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* DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tBB3B761B5CD370C29795A985E92637E6653997E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExpandString_t9106B59E06E44175F3056DE2461ECAA5E4F95230_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashtableEnumerator_tE0C1E58CD53485371C1A23E5120E89BC93D97FDF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICloneable_t489EBC17437D4E3C42DC8B64205C39847CA3ADB8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IComparable_tFEDC50D0B9EA8DB2753CA1971AA5AB49AD3AC62C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICustomAttributeProvider_tC8BCE1D3E22F82F78095824C7EB2F62A6DAD2492_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_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* ISponsor_tD6A1763B7D8A6280ECBD2AA4C8CFD5547BF20394_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyCollection_tD156AF123B81AE9183976AA8743E5D6B30030CCE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t470880A334542833BF98F3272A5E266DD818EA86_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LowLevelComparer_tE1AAB0112F35E5629CBBA2032E4B98AD63745673_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MCMDictionary_tEA8C1F89F5B3783040584C2C390C758B1420CCDF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MethodBase_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NodeEnumerator_t603444CE6539BA97B964D6B5734C61944955E79B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_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* OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Queue_t66723C58C7422102C36F8570BE048BD0CC489E52_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegistryHive_t2461D8203373439CACCA8D08A989BA8EC1675709_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegistryKeyComparer_t76F1E0DB03CDF4EBDC550475175DB5068DA97AD3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_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* SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SoapParameterAttribute_tCFE170A192E869148403954A6CF168AB40A9AAB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SyncHashtable_t4F35FE38FB79C9F4C1F667D9DDD9836FA283841C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TailoringInfoU5BU5D_tE558BFC8FBB51482ACC5F18EB713B8AE8B77FB99_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimerCallback_tD193CC50BF27E129E6857E1E8A7EAC24BD131814_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeInitializationException_tFBB52C455ED2509387E598E8C0877D464B6EC7B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t9C71671E3FC435799269A2109CBA9DDB7D43CC0F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnauthorizedAccessException_t737F79AE4901C68E935CD553A20978CEEF44F333_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____1730F09044E91DB8371B849EFF5E6D17BDE4AED0_3_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____1FE6CE411858B3D864679DE2139FB081F08BFACD_4_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____25420D0055076FA8D3E4DD96BC53AE24DE6E619F_5_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____2D1DA5BB407F0C11C3B5116196C0C6374D932B20_11_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____379C06C9E702D31469C29033F0DD63931EB349F5_16_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____3E823444D2DFECF0F90B436B88F02A533CB376F1_20_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____40981BAA39513E58B28DCF0103CC04DE2A0A0444_22_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____40E7C49413D261F3F38AD3A870C0AC69C8BDA048_23_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____4F7A8890F332B22B8DE0BD29D36FA7364748D76A_26_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____57F320D62696EC99727E0FE2045A05F1289CC0C6_30_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_33_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____5EDFD8200B7AD157878FBA46F22A1C345662F2E3_35_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____65E32B4E150FD8D24B93B0D42A17F1DAD146162B_37_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____7088AAE49F0627B72729078DE6E3182DDCF8ED99_44_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_47_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____823566DA642D6EA356E15585921F2A4CA23D6760_50_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____871B9CF85DB352BAADF12BAE8F19857683E385AC_53_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____89A040451C8CC5C8FB268BE44BDD74964C104155_54_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____8CAA092E783257106251246FF5C97F88D28517A6_55_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____8D231DD55FE1AD7631BBD0905A17D5EB616C2154_56_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____8E10AC2F34545DFBBF3FCBC06055D797A8C99991_57_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____93A63E90605400F34B49F0EB3361D23C89164BDA_58_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____95264589E48F94B7857CFF398FB72A537E13EEE2_60_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____A0074C15377C0C870B055927403EA9FA7A349D12_63_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____A13AA52274D951A18029131A8DDECF76B569A15D_65_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_72_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_79_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____E45BAB43F7D5D038672B3E3431F92E34A7AF2571_90_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____F06E829E62F3AFBC045D064E10A4F5DF7C969612_96_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____F8FAABB821300AA500C2CEC6091B3782A7FB44A4_101_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral002B76AA43AF026826F9231E6322EEE332D7B2B0; IL2CPP_EXTERN_C String_t* _stringLiteral02DA84B7CD437C95AD724885B70A95AB7C123D66; IL2CPP_EXTERN_C String_t* _stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10; IL2CPP_EXTERN_C String_t* _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40; IL2CPP_EXTERN_C String_t* _stringLiteral0ABBCBCBE6D61ABDA4C58F24B76E0809F7C8B425; IL2CPP_EXTERN_C String_t* _stringLiteral0B387A0B65C6A93464FB0B268584E15E02AE9BEC; IL2CPP_EXTERN_C String_t* _stringLiteral0BA8CB3B900ECEF5E697192B8CDA6B626EB0CE72; IL2CPP_EXTERN_C String_t* _stringLiteral0C45DB50527FCFAD456E74EB416B617329505309; IL2CPP_EXTERN_C String_t* _stringLiteral0FB28D215F1C062EDB535A58AD8714B5A5FE4064; IL2CPP_EXTERN_C String_t* _stringLiteral11F27A23993F7FC4801D0240B7C41D835B44B745; IL2CPP_EXTERN_C String_t* _stringLiteral1275D52763CF050C5A4C759818D60119CC35BD69; IL2CPP_EXTERN_C String_t* _stringLiteral12B3B315E8F60BA82CD3BA50FEE2FE5C0949B763; IL2CPP_EXTERN_C String_t* _stringLiteral1380B0EEABE4437025A90EEED5792DACA9B5F0A0; IL2CPP_EXTERN_C String_t* _stringLiteral1677585FA882DFEA3E037D8F7D17D1E0A2DB542E; IL2CPP_EXTERN_C String_t* _stringLiteral182CD377F82DC14018E675243286CFE505773C59; IL2CPP_EXTERN_C String_t* _stringLiteral1988C21AFA2D5EB45815669CE648ADE1F28F92E4; IL2CPP_EXTERN_C String_t* _stringLiteral1ACEA385F001678EB10B8860501ABABB8127C3C8; IL2CPP_EXTERN_C String_t* _stringLiteral1CB28FC33FA49E778D66797930C2FE5381A2660D; IL2CPP_EXTERN_C String_t* _stringLiteral1DEDCD1168FE0A01C595FF5B7901D1C14F15F786; IL2CPP_EXTERN_C String_t* _stringLiteral1E2DA4650B0D29BEE069A7FCB1E365C10495F774; IL2CPP_EXTERN_C String_t* _stringLiteral2641A688E06878073878B71263139298B198E3F5; IL2CPP_EXTERN_C String_t* _stringLiteral2686791DAEA9744EF058DB953C96FCF23CDE7093; IL2CPP_EXTERN_C String_t* _stringLiteral26DC9E6A16A2B862023CCDC29E42E5404E9ACD4F; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral2CC5A0FAD65E0E730451FD55678C65730C9E8475; IL2CPP_EXTERN_C String_t* _stringLiteral2D85B11AF7884752A302043A40C6B66BC99F5F47; IL2CPP_EXTERN_C String_t* _stringLiteral2F1705A1AA8BA6FCE863E7F2CBA4BC28458C77AE; IL2CPP_EXTERN_C String_t* _stringLiteral2F91B436F1FDA448531F89F242574E9FC1A8183B; IL2CPP_EXTERN_C String_t* _stringLiteral30CDCD5880F436572BFC139AE604796DE7CB0C8F; IL2CPP_EXTERN_C String_t* _stringLiteral30D99F99F1F4688CE08A3BF1B034C9CD49C19174; IL2CPP_EXTERN_C String_t* _stringLiteral312B3CE8E6D23EA0D5519810CADE3401B79E8FDC; IL2CPP_EXTERN_C String_t* _stringLiteral3495B03013D16940DFC08B36B044D212249B3AC3; IL2CPP_EXTERN_C String_t* _stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE; IL2CPP_EXTERN_C String_t* _stringLiteral3C019CDBFD23A922413A8EDCCB32728A3FBB059D; IL2CPP_EXTERN_C String_t* _stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B; IL2CPP_EXTERN_C String_t* _stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88; IL2CPP_EXTERN_C String_t* _stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA; IL2CPP_EXTERN_C String_t* _stringLiteral410E5346BCA8EE150FFD507311DD85789F2E171E; IL2CPP_EXTERN_C String_t* _stringLiteral457BF4072EA28A68960C6F36D3FB2B96D339A700; IL2CPP_EXTERN_C String_t* _stringLiteral466A44407120A6FBBBFC8CA6D5807FBDD28EFD10; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral477BBAB2267BCC6274289C34B8B8DF36326EAA2F; IL2CPP_EXTERN_C String_t* _stringLiteral4B0E509E3481549FC8F096287EFB425FAAFC38A4; IL2CPP_EXTERN_C String_t* _stringLiteral4B815F7E7A754B67CB96A60B969205294DB1C00E; IL2CPP_EXTERN_C String_t* _stringLiteral4C46076BF9A73399F28AE8B09A745F1A5029A324; IL2CPP_EXTERN_C String_t* _stringLiteral4C9159CF9C9BE2960BB8479A6CD2A5483BCE4A50; IL2CPP_EXTERN_C String_t* _stringLiteral4CADB455925F31C383A508D07C3183E8DE7FA2A5; IL2CPP_EXTERN_C String_t* _stringLiteral4FC3C549837782A5788E2EB30172606D45C015EA; IL2CPP_EXTERN_C String_t* _stringLiteral508704EF2774BEFB6457815F68231E2699621DCA; IL2CPP_EXTERN_C String_t* _stringLiteral510566C3DEC92E3E44816C4A7EAE2F9AD72239E3; IL2CPP_EXTERN_C String_t* _stringLiteral51C6279E31F7483126B79E3000116001A915B690; IL2CPP_EXTERN_C String_t* _stringLiteral51E32388186E3C054444183AA4F66F30E4D384D2; IL2CPP_EXTERN_C String_t* _stringLiteral539E8D7071DA3C24DE80E9DDA3E12DBCDC283FBB; IL2CPP_EXTERN_C String_t* _stringLiteral53C733F603842C716C7C4B6F53524B3D7D3B0667; IL2CPP_EXTERN_C String_t* _stringLiteral55FDCED212E4C26AFF91CBAA9895070BAAF0F7C0; IL2CPP_EXTERN_C String_t* _stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4; IL2CPP_EXTERN_C String_t* _stringLiteral579C33B6D1C2C0F0FCEE178902E0E19AE29904B6; IL2CPP_EXTERN_C String_t* _stringLiteral5A2DEA51A5B0471C055D29047CC3D301B5BF3787; IL2CPP_EXTERN_C String_t* _stringLiteral5C41D52FA73299672D15406F85174D906E9E65DC; IL2CPP_EXTERN_C String_t* _stringLiteral5C874D8FC07A857928D39A56EE8CCD04D9B0847E; IL2CPP_EXTERN_C String_t* _stringLiteral5E984ABC3F146D0F73D38E9AEB96864C5CB5FE7C; IL2CPP_EXTERN_C String_t* _stringLiteral62EDD94B35AE1C598F9C8060E6F26AD1470D672D; IL2CPP_EXTERN_C String_t* _stringLiteral645F0B83FF7CADECF44AD1B83B13002DA97FBA1E; IL2CPP_EXTERN_C String_t* _stringLiteral6618C7227D8667AE9FAF1C37C8A18BE241897BCE; IL2CPP_EXTERN_C String_t* _stringLiteral6961FE7415359D880DB14D699C4AC83F3F84AAD3; IL2CPP_EXTERN_C String_t* _stringLiteral6A42FCEEAC1D98507D8329C4992B135D890D96AB; IL2CPP_EXTERN_C String_t* _stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D; IL2CPP_EXTERN_C String_t* _stringLiteral7289DC540BE814C7464DED662153789E97B7E95D; IL2CPP_EXTERN_C String_t* _stringLiteral737BFFF97B66248A4653D6DA8ADA91C6C1065CAF; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral77048C04058DC1CDDAE5B38B11B56EFD16467A77; IL2CPP_EXTERN_C String_t* _stringLiteral7B18F301A198B83778B5E546729B0539A0D4E758; IL2CPP_EXTERN_C String_t* _stringLiteral7BF5178642E8A4A1CD696E9677A84D48F7265266; IL2CPP_EXTERN_C String_t* _stringLiteral7D4F8700F9EB6333C641652D5CA5BBA5C1DA439D; IL2CPP_EXTERN_C String_t* _stringLiteral7F8774EDFDA2D77DC99E22AFCE18B2E1E4AC7CD6; IL2CPP_EXTERN_C String_t* _stringLiteral80060678D9E3BDD3E617588C88C22F4BCEAE9A89; IL2CPP_EXTERN_C String_t* _stringLiteral8455E83F4C8C16B9441E2078DFC4C41497ECDC81; IL2CPP_EXTERN_C String_t* _stringLiteral8A0B4ADF54CAFC756FA63973DB233A6DA5DA94C5; IL2CPP_EXTERN_C String_t* _stringLiteral8AF22EA5A6A5A696D2456E9227B5745A698E05A8; IL2CPP_EXTERN_C String_t* _stringLiteral8E3355613467D83EF9CECC8317DF08FA9CF9E0ED; IL2CPP_EXTERN_C String_t* _stringLiteral910C574CDE94A22568D7AB392813983A9294DAF0; IL2CPP_EXTERN_C String_t* _stringLiteral94946EAC70E5CEA4EFC559DFC67DF8BF306303EC; IL2CPP_EXTERN_C String_t* _stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5; IL2CPP_EXTERN_C String_t* _stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A; IL2CPP_EXTERN_C String_t* _stringLiteral98573F4BC94560E6FC3EAD68128033E305B56C6C; IL2CPP_EXTERN_C String_t* _stringLiteral9A0BAE901FE8FC36E1FDCBFB7B29626BC907AE15; IL2CPP_EXTERN_C String_t* _stringLiteral9AA99C92BB9065939AEAB82DCEAAB6CEE49FA2FB; IL2CPP_EXTERN_C String_t* _stringLiteral9ABD0C34749B0AA1E5D52F198A80EB2AA3298525; IL2CPP_EXTERN_C String_t* _stringLiteral9CC27BA3BECD4E1F318E7086721B8343044B6A04; IL2CPP_EXTERN_C String_t* _stringLiteral9DDEA8BF887EF34A1240A262845FAFAF04EFC4DE; IL2CPP_EXTERN_C String_t* _stringLiteral9DF54E9FB641DBA4B94F96FF3454CDAD9970E6C8; IL2CPP_EXTERN_C String_t* _stringLiteralA010DA766D9C7639E404614635A7C1D43CD66E52; IL2CPP_EXTERN_C String_t* _stringLiteralA2B139AE8B4C3ED00C78CD49060000592F759158; IL2CPP_EXTERN_C String_t* _stringLiteralA5565E5D902873A3A8A82128310E2F42D9E08370; IL2CPP_EXTERN_C String_t* _stringLiteralA5E215A6DBE803E908043576B18C4FAD26AD44F7; IL2CPP_EXTERN_C String_t* _stringLiteralA65DBA682C40E29506EA08E50296520D49939CB9; IL2CPP_EXTERN_C String_t* _stringLiteralA6FC3FEDA2C8291CE2FABEA8D3EBEF137BC3DF0D; IL2CPP_EXTERN_C String_t* _stringLiteralA765656EC655E7737653C56521F273F9CF664D55; IL2CPP_EXTERN_C String_t* _stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085; IL2CPP_EXTERN_C String_t* _stringLiteralA87F2ACE872ABEBEB39F138C43E3F9DFA255BDB1; IL2CPP_EXTERN_C String_t* _stringLiteralAABA6F39B93C5C2BCA72B3F4962E6929214F5CC7; IL2CPP_EXTERN_C String_t* _stringLiteralAB010D9172FA381F9EE880A6B708AE643F7DFCB9; IL2CPP_EXTERN_C String_t* _stringLiteralACBCBF28DD4B1F33A16BAB5517B51641A9FBC416; IL2CPP_EXTERN_C String_t* _stringLiteralAD6365255B036E567C509D5301FE41072F37F7DC; IL2CPP_EXTERN_C String_t* _stringLiteralAE4070C451A0A109AED4F5FEF290151D81E9D994; IL2CPP_EXTERN_C String_t* _stringLiteralAEE8DD47F29A535762B8579D9E3E69D0D84968BB; IL2CPP_EXTERN_C String_t* _stringLiteralB3AD91E45FB2E32617A2B7D86D26752E1E64825D; IL2CPP_EXTERN_C String_t* _stringLiteralB4054C6E4E11B87959DDCCED1FDA757609E47F49; IL2CPP_EXTERN_C String_t* _stringLiteralB6E4D433FE2CE60939F46273009E7D3ACF2A42DC; IL2CPP_EXTERN_C String_t* _stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA; IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; IL2CPP_EXTERN_C String_t* _stringLiteralB92E85A6F615F4616FC6322A5D10FA665915BED7; IL2CPP_EXTERN_C String_t* _stringLiteralBCC408EF57CFC966E358859C907178B3D6F6F233; IL2CPP_EXTERN_C String_t* _stringLiteralBDBC482F8366337F471828CC316778F370BC8511; IL2CPP_EXTERN_C String_t* _stringLiteralBDCEFCF4179CF01B005EF58409B3974941DFE15B; IL2CPP_EXTERN_C String_t* _stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4; IL2CPP_EXTERN_C String_t* _stringLiteralC0AE54A01C792DCE93B57B1CDF98768767DF23EB; IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10; IL2CPP_EXTERN_C String_t* _stringLiteralC26DCD8294CF8DDECC03D1B5FEBFE3E8670F4219; IL2CPP_EXTERN_C String_t* _stringLiteralC37D78082ACFC8DEE7B32D9351C6E433A074FEC7; IL2CPP_EXTERN_C String_t* _stringLiteralC4A5115C7668C7389CAF2F2222B3E4A7FB17F438; IL2CPP_EXTERN_C String_t* _stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9; IL2CPP_EXTERN_C String_t* _stringLiteralC649959E2B5580AD0EB47269D509656C1802B825; IL2CPP_EXTERN_C String_t* _stringLiteralC7E2F23A67BD173305EF6BA6A3E5DDED9F9E2465; IL2CPP_EXTERN_C String_t* _stringLiteralC80EAF7D556B35E97D7BD4261C87B1BF066A0221; IL2CPP_EXTERN_C String_t* _stringLiteralC94F5AC0843483C42F57211A309E77D97ADE18B1; IL2CPP_EXTERN_C String_t* _stringLiteralCA1CB91A0DDBD65029B717FF563D0C4296273DEC; IL2CPP_EXTERN_C String_t* _stringLiteralCAA2F88999132DA5422C607B25387A98089B3B06; IL2CPP_EXTERN_C String_t* _stringLiteralCB2FE77231F429D3D9DC375DB50B86F3FE7DF081; IL2CPP_EXTERN_C String_t* _stringLiteralCB6B67D4653121AE0F63EE256975A0DBD0FAF6B1; IL2CPP_EXTERN_C String_t* _stringLiteralCC68FA6A96194E17659D1E4E00217221829C5EC7; IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F; IL2CPP_EXTERN_C String_t* _stringLiteralCEEFC06D83862E35B4E04EAB912AD9AFA131B0B6; IL2CPP_EXTERN_C String_t* _stringLiteralD195EE953018C95E672FB0D585A919EA4D9BCAA8; IL2CPP_EXTERN_C String_t* _stringLiteralD25634716AB9413A7494395137784468AE52A7AB; IL2CPP_EXTERN_C String_t* _stringLiteralD2CD26F262C419B475652B233D137CE8376B61AE; IL2CPP_EXTERN_C String_t* _stringLiteralD48F64ABB05D3F39046297B361BD8AA53451659A; IL2CPP_EXTERN_C String_t* _stringLiteralD6E6EEF1109E8CC713826B01CDCD6A3C6C168B7A; IL2CPP_EXTERN_C String_t* _stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355; IL2CPP_EXTERN_C String_t* _stringLiteralDC2DA0E95D743D5D3DAD75D2465742849B7F9745; IL2CPP_EXTERN_C String_t* _stringLiteralDD3B064B65509B20683561327D069C51F1102645; IL2CPP_EXTERN_C String_t* _stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17; IL2CPP_EXTERN_C String_t* _stringLiteralDE0FBBCDFF81053C9AD5CAA6E722EA0A5C3FA40E; IL2CPP_EXTERN_C String_t* _stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1; IL2CPP_EXTERN_C String_t* _stringLiteralE209FAE75837720CC82067C1D76DCD103784C60B; IL2CPP_EXTERN_C String_t* _stringLiteralE3037931DE899C4BCA58ECF059EF9BE27F54B681; IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6; IL2CPP_EXTERN_C String_t* _stringLiteralE984241AE97EB8CC7E8796D3939F5F1C4D012B3A; IL2CPP_EXTERN_C String_t* _stringLiteralEA23D6A7186ADF7DD5AB0EDD9BA7D2A72133E861; IL2CPP_EXTERN_C String_t* _stringLiteralEA91A6F78B958DA5FF4B61532CF56E4AEBBF872C; IL2CPP_EXTERN_C String_t* _stringLiteralEB5A3A3A029878047BB5C6EB2D194A8832B51022; IL2CPP_EXTERN_C String_t* _stringLiteralEB85B9BFFDE3135B37337A7491E104BC8493E6C0; IL2CPP_EXTERN_C String_t* _stringLiteralED1269E5C23EE33C8DD1238BDFE8303F0D986C1F; IL2CPP_EXTERN_C String_t* _stringLiteralF0C985424842AC5278EF79D9691BEBCA560C41D6; IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF5F618640BA54D0C46BC1191E4D1C6340105A43E; IL2CPP_EXTERN_C String_t* _stringLiteralF8D08FCF1537043BF0289FA98C51BF5A3AC7C618; IL2CPP_EXTERN_C String_t* _stringLiteralF9F16E39CCA8029EBA20A5DD6A70B628EFDD3240; IL2CPP_EXTERN_C String_t* _stringLiteralFAE2329D6E15DBA161C93E78324E39B842CF47E4; IL2CPP_EXTERN_C String_t* _stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21; IL2CPP_EXTERN_C String_t* _stringLiteralFBFED6DEA5A92748E7B7A0A236B4FBA1EFEF38C6; IL2CPP_EXTERN_C const RuntimeMethod* CollectionExtensions_GetValueOrDefault_TisString_t_TisLocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5_m2C545EF6C543368A3BABB5C505B11C471B85FE53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Comparison_1__ctor_mABF8FD0FA00F3D80E15677E173DBB1C379B8C702_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConditionalWeakTable_2_Add_mF91BF6A515300AB082CBB3A7794B9367B10A47B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConditionalWeakTable_2_Remove_m311B542E354997FD9AF99516C911AD0408A51B5A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConditionalWeakTable_2_TryGetValue_mEF885DA19B41F4A1F481078F276C7F4F8A095063_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConditionalWeakTable_2__ctor_m4E9A3E794074C7801BA8618838015103F6BEDE2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m925F8CD05990E7F775FECE7002035C16D87048D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m8C0A038B5FA7E62DEF4DB9EF1F5FCC4348D785C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m1FDBF37C29D2DD5442E57294E55E4C64E697F784_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mA6747E78BD4DF1D09D9091C1B3EBAE0FDB200666_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mAC4C7F6225DEB269AD4E609C3699BFF3C094ECCA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m0D12A8E922828B1FBE6FCA8D404FDA65E0F78CDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m76E867298698AA2B89F9D57E21CEFCD16B372D22_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mA57D4325DBD9D10EB3E43C99CC18DB6C3CE85FC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m45394A0B01FA26CB32851562F9CBF27DB35FF4DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EqualityComparer_1__ctor_m74618204CE41A24AE325650C3E4FE6244A45285E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashAlgorithm_ComputeHash_m54AE40F9CD9E46736384369DBB5739FBCBDF67D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashHelpers_GetPrime_m011AA1E1C23994FC160C25F3AD051749CA8BA48F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Hashtable_ContainsKey_m1A68E827F7529A04DDC64F6B482639F98027486C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Hashtable_CopyTo_m6F5114B4C4D136731E70191CD5CFFEFC546A8F69_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Hashtable_GetObjectData_m51DC295F1C055230E37E3762839EB0DB88528E90_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Hashtable_Insert_m3E4BC7896AD77D4F2F47496934E3E55115624942_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Hashtable_OnDeserialization_mB8830D8BABD739F537DE7EBEF3F90C74F0C898EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Hashtable_Remove_m7FD8E0D9AA0AC101D3F35104C0E4ED6369B847B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Hashtable_Synchronized_mCDE8FE9824B27C417C924838DC9D6928C9E954B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Hashtable__ctor_m7F415CD6FA824627DE1070782F5A8C790B66C048_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Hashtable_get_Item_m48A4B96C9E2BABCF5CC2F555E0046E2FDF7BA003_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HijriCalendar_CheckEraRange_m9BA6402DBB67F799514DC186E304EE653C9956C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HijriCalendar_CheckTicksRange_m2D1B18699664C2C21AC0F985BD6731A8B3DEC395_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HijriCalendar_CheckYearMonthRange_mD604BE94636B81AD1A4C8D1B3ADE34F443884348_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HijriCalendar_CheckYearRange_mDCFCDAD937BA86328127F4B5A153B48604CBCFFF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HijriCalendar_GetDatePart_m85D2298691A166F651C8DA308875D244CAFF0DC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HijriCalendar_ToDateTime_mD6E20F0B3354439B3FCC961B354B999B0BCB8A4E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HijriCalendar_ToFourDigitYear_mC5FB9422F1EE1343B5DE4B9FBFC7504BB88BD952_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IdnMapping_GetAscii_m5E1B9118404224CB56B9F19EE9F9CF538196DE8C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IdnMapping_GetAscii_m6327AA95FE9582D9CC218DA86E8159240F57266D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IdnMapping_GetUnicode_m32607C99B66191D81847666D81095EAD764CD991_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IdnMapping_GetUnicode_m71467D660FFB548F812474927F7A8EFA63273C56_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IdnMapping_NamePrep_mF89B03D2D665A5FB78292972B8E891F6291BFDCB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IdnMapping_ToAscii_mF8B2E73CD2A930AA4BBD43130FFE8FBEB6EDAC86_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IdnMapping_ToUnicode_mFE4FB4EFCF830552B1CBF43C5A3267519C6EECB9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IdnMapping_VerifyLength_m5573D7ADF41F0D69609BF4F15A1BC0C864311104_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IdnMapping_VerifyProhibitedCharacters_mF243B333B04875F49C25065412405C60C14424AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IdnMapping_VerifyStd3AsciiRules_mB9864F794DDD18235CF73870D739F96F5C5625EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Int16_CompareTo_m7A262AEC57B62F55D7F95B8762E070C5EF0B3B09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Int16_Parse_m3D05051BD7AEBADEB5B60D7A646A690BC0BDF96C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Int16_System_IConvertible_ToDateTime_mA6AC86E85E528FAAA96632CA0F4729790FA222BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Int32_CompareTo_m2DA5D2E627525862D6B09D4869918D2A3C3EA046_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Int32_System_IConvertible_ToDateTime_mCADC0A2C092FFB106142FE08E3DCAFB1BCFA0B97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Int64_CompareTo_m444D360B91A44C5C84F0307E3405455AA3D93AC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Int64_System_IConvertible_ToDateTime_m791B13FF7CCB9C1D824B1F8DD055F54F0809758B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IntPtr_System_Runtime_Serialization_ISerializable_GetObjectData_mC5E2313415D866C20E7BC1853FC91AD272852FDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IntSizedArray_IncreaseCapacity_m109C4F813E35896BCC40B3E70F2DA9269EC1FEC4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InternalEncoderBestFitFallbackBuffer_Fallback_mB37457F0F4D969287856715F9AC4B7DA217204D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IntrospectiveSortUtilities_ThrowOrIgnoreBadComparer_mE23A8103696FA67F874E7DA86625BB3921DB801F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JapaneseCalendar_ToFourDigitYear_mBCA77ED0AF23325D6D1AEE6E5E51A30837BB2AAD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JapaneseCalendar__ctor_mA9DACAB41CDB08D2C4FEE758A6D6F814D262576E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyHandler_GetRootFromDir_m758A5F1C576EF142181119156E8F9D526FDD97BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyHandler_Load_mA57751CABC80C9B1DE73DFB04750764D3EFFECA6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyHandler_Lookup_mFF17A96AB8B0BB6E37D23C4E4FBEA5911E2B7EB1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyHandler__ctor_m15002A9704BD4ECA9774C8010E5178F537471105_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mB6B24D3920A4744624F8ED9AE493783D0E5F81DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Latin1Encoding_GetMaxByteCount_mD09AD153091DEF573BBADD066F9199A129AD9914_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Latin1Encoding_GetMaxCharCount_m9B60E1DE1814AF6F2E1AD975AE8FFABC81339AC3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LeaseManager_ManageLeases_m7C90A7EAB0A924E81EC1DB720240EF40866CFF7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Lease_ProcessSponsorResponse_m219E0C175C702AB75761FC878089C1640274CB38_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ListDictionaryInternal_Contains_mAB931D3F1F936B51DF88C44DB86EBC18176BA0D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ListDictionaryInternal_CopyTo_m79F43F01322906231EA39884694A2C785680A4C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ListDictionaryInternal_get_Item_mB051AB873FED538B55D9A4BAE04C2750AB279413_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ListDictionaryInternal_set_Item_m3F4B5A338FCBB3C7623EE5E3A4C6ACAEBA2F1D42_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0D6DCF6ECA29040950A496D1F61618C311B32387_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mBE3CB2BDDAE91C38D3C57C9C9096DE01C5749EC0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mE5DB50319C250CD5E7A5129D1DB11CDF919E8DB1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m947969EF1B0B4D5A3B3BFF068D8B698A6642CBEB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_m7AF7504A9547E019377DE1C4FF18BFD14E7BBCCE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_mF41E015629CC0CFA24FAAEDA9B37A086F4A446A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m94163AE84EBF9A1F7483014A8E9906BD93D9EBDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m970C67F3416806F37225B353FF8944115BBF7289_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mAB18B07BC970759F2541B35B307B34906BF9EE95_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m10AB0936D97FB28C040C8C48287B0CC8FFD3B664_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4D25D75BDC340D93302A53AA5B4494DD5FBE23F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m6F64A274572697EDB2EB35EAB1332D50716F1C5B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m1ECA6E249F19DD8BD3041DB40489E25C62B62926_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mD9FE33801EEEA029A2BEFBCBD19EB392D47BA348_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LocalDataStoreMgr_AllocateDataSlot_m52FBC07F061A923C620544EA5DF6D34E0BFA7FD8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LocalDataStoreMgr_ValidateSlot_m970F5635F56DBF75A9B55E8E78AB77A5E3C6A8DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LocalDataStore_GetData_mABCC4E9B69D99C55EEE7BEB63CE118AD7D6BCC65_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LocalDataStore_PopulateElement_mE27BE388DB988D8D179CA3E6B866F6D086AAAC04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LocalDataStore_SetData_mA57636538C5DB0AF907FA51CA23DB20BD5F3311C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalCallContext_GetObjectData_mC8A01E9287B0E31AE6B27EE73B8C44B08053C73E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LongList_EnlargeArray_m951BCBF7BAC44DAE6D6D644B47880E04C3EF4DC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LowLevelComparer_Compare_m86B7E96FA6ABD1C38BBA448B63EE848C06E541C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MSCompatUnicodeTable_BuildTailoringTables_m79BD97D08B464BA28B08624B7E217C4CED9A15EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MSCompatUnicodeTable_GetResource_mA8EE019606E86DC721DC5245A57F499AB1211776_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CBuildTailoringTablesU3Eb__17_0_m19836B35784EE1F928085E163B1FFD5D3BF67FCC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC_0_0_0_var; struct Assembly_t_marshaled_com; struct Assembly_t_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 HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458; struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct DirectoryInfoU5BU5D_t3A579358D3EE355E1764A6D707DDCABDC1EB45DC; struct EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A; struct HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; struct KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB; struct Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF; struct LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TailoringInfoU5BU5D_tE558BFC8FBB51482ACC5F18EB713B8AE8B77FB99; struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; struct HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC; struct HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F; 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.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E : public RuntimeObject { public: // System.Runtime.CompilerServices.Ephemeron[] System.Runtime.CompilerServices.ConditionalWeakTable`2::data EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8* ___data_0; // System.Object System.Runtime.CompilerServices.ConditionalWeakTable`2::_lock RuntimeObject * ____lock_1; // System.Int32 System.Runtime.CompilerServices.ConditionalWeakTable`2::size int32_t ___size_2; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E, ___data_0)); } inline EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8* get_data_0() const { return ___data_0; } inline EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8** get_address_of_data_0() { return &___data_0; } inline void set_data_0(EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8* value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_0), (void*)value); } inline static int32_t get_offset_of__lock_1() { return static_cast(offsetof(ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E, ____lock_1)); } inline RuntimeObject * get__lock_1() const { return ____lock_1; } inline RuntimeObject ** get_address_of__lock_1() { return &____lock_1; } inline void set__lock_1(RuntimeObject * value) { ____lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____lock_1), (void*)value); } inline static int32_t get_offset_of_size_2() { return static_cast(offsetof(ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E, ___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; } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBB3B761B5CD370C29795A985E92637E6653997E5 : 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_tF7A3355DA03FD9ED2EBFCA246A00277C2B64B8A3* ___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_t0051F3CCCFE0093795854005431A3856482487EC * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tAD8914C605B128DDA6C3760F9B6433A0A7D4DD78 * ___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_tBB3B761B5CD370C29795A985E92637E6653997E5, ___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_tBB3B761B5CD370C29795A985E92637E6653997E5, ___entries_1)); } inline EntryU5BU5D_tF7A3355DA03FD9ED2EBFCA246A00277C2B64B8A3* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tF7A3355DA03FD9ED2EBFCA246A00277C2B64B8A3** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tF7A3355DA03FD9ED2EBFCA246A00277C2B64B8A3* 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_tBB3B761B5CD370C29795A985E92637E6653997E5, ___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_tBB3B761B5CD370C29795A985E92637E6653997E5, ___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_tBB3B761B5CD370C29795A985E92637E6653997E5, ___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_tBB3B761B5CD370C29795A985E92637E6653997E5, ___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_tBB3B761B5CD370C29795A985E92637E6653997E5, ___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_tBB3B761B5CD370C29795A985E92637E6653997E5, ___keys_7)); } inline KeyCollection_t0051F3CCCFE0093795854005431A3856482487EC * get_keys_7() const { return ___keys_7; } inline KeyCollection_t0051F3CCCFE0093795854005431A3856482487EC ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t0051F3CCCFE0093795854005431A3856482487EC * 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_tBB3B761B5CD370C29795A985E92637E6653997E5, ___values_8)); } inline ValueCollection_tAD8914C605B128DDA6C3760F9B6433A0A7D4DD78 * get_values_8() const { return ___values_8; } inline ValueCollection_tAD8914C605B128DDA6C3760F9B6433A0A7D4DD78 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tAD8914C605B128DDA6C3760F9B6433A0A7D4DD78 * 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_tBB3B761B5CD370C29795A985E92637E6653997E5, ____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.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 : 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_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* ___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_t52C81163A051BCD87A36FEF95F736DD600E2305D * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___entries_1)); } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* 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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___keys_7)); } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * get_keys_7() const { return ___keys_7; } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * 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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___values_8)); } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * get_values_8() const { return ___values_8; } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * 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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ____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.EqualityComparer`1 struct EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E : public RuntimeObject { public: public: }; struct EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* ____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_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C, ____items_1)); } inline ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* get__items_1() const { return ____items_1; } inline ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* 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_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C, ____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_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C, ____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_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C, ____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_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C_StaticFields, ____emptyArray_5)); } inline ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* get__emptyArray_5() const { return ____emptyArray_5; } inline ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* ____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_tC0429A7DC5B86BE52E3166E1E49759ABBF631419, ____items_1)); } inline Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* get__items_1() const { return ____items_1; } inline Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* 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_tC0429A7DC5B86BE52E3166E1E49759ABBF631419, ____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_tC0429A7DC5B86BE52E3166E1E49759ABBF631419, ____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_tC0429A7DC5B86BE52E3166E1E49759ABBF631419, ____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_tC0429A7DC5B86BE52E3166E1E49759ABBF631419_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419_StaticFields, ____emptyArray_5)); } inline Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* get__emptyArray_5() const { return ____emptyArray_5; } inline Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t470880A334542833BF98F3272A5E266DD818EA86 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items LocalDataStoreU5BU5D_tC05D41015F73511AB3069E755F8238F85CC97544* ____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_t470880A334542833BF98F3272A5E266DD818EA86, ____items_1)); } inline LocalDataStoreU5BU5D_tC05D41015F73511AB3069E755F8238F85CC97544* get__items_1() const { return ____items_1; } inline LocalDataStoreU5BU5D_tC05D41015F73511AB3069E755F8238F85CC97544** get_address_of__items_1() { return &____items_1; } inline void set__items_1(LocalDataStoreU5BU5D_tC05D41015F73511AB3069E755F8238F85CC97544* 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_t470880A334542833BF98F3272A5E266DD818EA86, ____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_t470880A334542833BF98F3272A5E266DD818EA86, ____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_t470880A334542833BF98F3272A5E266DD818EA86, ____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_t470880A334542833BF98F3272A5E266DD818EA86_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray LocalDataStoreU5BU5D_tC05D41015F73511AB3069E755F8238F85CC97544* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t470880A334542833BF98F3272A5E266DD818EA86_StaticFields, ____emptyArray_5)); } inline LocalDataStoreU5BU5D_tC05D41015F73511AB3069E755F8238F85CC97544* get__emptyArray_5() const { return ____emptyArray_5; } inline LocalDataStoreU5BU5D_tC05D41015F73511AB3069E755F8238F85CC97544** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(LocalDataStoreU5BU5D_tC05D41015F73511AB3069E755F8238F85CC97544* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____items_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__items_1() const { return ____items_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_0; // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_2; // System.Object System.Collections.ArrayList::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__items_0() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_4; public: inline static int32_t get_offset_of_emptyArray_4() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields, ___emptyArray_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_4() const { return ___emptyArray_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_4() { return &___emptyArray_4; } inline void set_emptyArray_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value); } }; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // System.Globalization.Bootstring struct Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882 : public RuntimeObject { public: // System.Char System.Globalization.Bootstring::delimiter Il2CppChar ___delimiter_0; // System.Int32 System.Globalization.Bootstring::base_num int32_t ___base_num_1; // System.Int32 System.Globalization.Bootstring::tmin int32_t ___tmin_2; // System.Int32 System.Globalization.Bootstring::tmax int32_t ___tmax_3; // System.Int32 System.Globalization.Bootstring::skew int32_t ___skew_4; // System.Int32 System.Globalization.Bootstring::damp int32_t ___damp_5; // System.Int32 System.Globalization.Bootstring::initial_bias int32_t ___initial_bias_6; // System.Int32 System.Globalization.Bootstring::initial_n int32_t ___initial_n_7; public: inline static int32_t get_offset_of_delimiter_0() { return static_cast(offsetof(Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882, ___delimiter_0)); } inline Il2CppChar get_delimiter_0() const { return ___delimiter_0; } inline Il2CppChar* get_address_of_delimiter_0() { return &___delimiter_0; } inline void set_delimiter_0(Il2CppChar value) { ___delimiter_0 = value; } inline static int32_t get_offset_of_base_num_1() { return static_cast(offsetof(Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882, ___base_num_1)); } inline int32_t get_base_num_1() const { return ___base_num_1; } inline int32_t* get_address_of_base_num_1() { return &___base_num_1; } inline void set_base_num_1(int32_t value) { ___base_num_1 = value; } inline static int32_t get_offset_of_tmin_2() { return static_cast(offsetof(Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882, ___tmin_2)); } inline int32_t get_tmin_2() const { return ___tmin_2; } inline int32_t* get_address_of_tmin_2() { return &___tmin_2; } inline void set_tmin_2(int32_t value) { ___tmin_2 = value; } inline static int32_t get_offset_of_tmax_3() { return static_cast(offsetof(Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882, ___tmax_3)); } inline int32_t get_tmax_3() const { return ___tmax_3; } inline int32_t* get_address_of_tmax_3() { return &___tmax_3; } inline void set_tmax_3(int32_t value) { ___tmax_3 = value; } inline static int32_t get_offset_of_skew_4() { return static_cast(offsetof(Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882, ___skew_4)); } inline int32_t get_skew_4() const { return ___skew_4; } inline int32_t* get_address_of_skew_4() { return &___skew_4; } inline void set_skew_4(int32_t value) { ___skew_4 = value; } inline static int32_t get_offset_of_damp_5() { return static_cast(offsetof(Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882, ___damp_5)); } inline int32_t get_damp_5() const { return ___damp_5; } inline int32_t* get_address_of_damp_5() { return &___damp_5; } inline void set_damp_5(int32_t value) { ___damp_5 = value; } inline static int32_t get_offset_of_initial_bias_6() { return static_cast(offsetof(Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882, ___initial_bias_6)); } inline int32_t get_initial_bias_6() const { return ___initial_bias_6; } inline int32_t* get_address_of_initial_bias_6() { return &___initial_bias_6; } inline void set_initial_bias_6(int32_t value) { ___initial_bias_6 = value; } inline static int32_t get_offset_of_initial_n_7() { return static_cast(offsetof(Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882, ___initial_n_7)); } inline int32_t get_initial_n_7() const { return ___initial_n_7; } inline int32_t* get_address_of_initial_n_7() { return &___initial_n_7; } inline void set_initial_n_7(int32_t value) { ___initial_n_7 = value; } }; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A : public RuntimeObject { public: // System.Int32 System.Globalization.Calendar::m_currentEraValue int32_t ___m_currentEraValue_0; // System.Boolean System.Globalization.Calendar::m_isReadOnly bool ___m_isReadOnly_1; // System.Int32 System.Globalization.Calendar::twoDigitYearMax int32_t ___twoDigitYearMax_2; public: inline static int32_t get_offset_of_m_currentEraValue_0() { return static_cast(offsetof(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A, ___m_currentEraValue_0)); } inline int32_t get_m_currentEraValue_0() const { return ___m_currentEraValue_0; } inline int32_t* get_address_of_m_currentEraValue_0() { return &___m_currentEraValue_0; } inline void set_m_currentEraValue_0(int32_t value) { ___m_currentEraValue_0 = value; } inline static int32_t get_offset_of_m_isReadOnly_1() { return static_cast(offsetof(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A, ___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_twoDigitYearMax_2() { return static_cast(offsetof(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A, ___twoDigitYearMax_2)); } inline int32_t get_twoDigitYearMax_2() const { return ___twoDigitYearMax_2; } inline int32_t* get_address_of_twoDigitYearMax_2() { return &___twoDigitYearMax_2; } inline void set_twoDigitYearMax_2(int32_t value) { ___twoDigitYearMax_2 = value; } }; // System.Runtime.Remoting.Messaging.CallContextRemotingData struct CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E : public RuntimeObject { public: // System.String System.Runtime.Remoting.Messaging.CallContextRemotingData::_logicalCallID String_t* ____logicalCallID_0; public: inline static int32_t get_offset_of__logicalCallID_0() { return static_cast(offsetof(CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E, ____logicalCallID_0)); } inline String_t* get__logicalCallID_0() const { return ____logicalCallID_0; } inline String_t** get_address_of__logicalCallID_0() { return &____logicalCallID_0; } inline void set__logicalCallID_0(String_t* value) { ____logicalCallID_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____logicalCallID_0), (void*)value); } }; // System.Runtime.Remoting.Messaging.CallContextSecurityData struct CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431 : public RuntimeObject { public: // System.Security.Principal.IPrincipal System.Runtime.Remoting.Messaging.CallContextSecurityData::_principal RuntimeObject* ____principal_0; public: inline static int32_t get_offset_of__principal_0() { return static_cast(offsetof(CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431, ____principal_0)); } inline RuntimeObject* get__principal_0() const { return ____principal_0; } inline RuntimeObject** get_address_of__principal_0() { return &____principal_0; } inline void set__principal_0(RuntimeObject* value) { ____principal_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____principal_0), (void*)value); } }; // System.Collections.CaseInsensitiveComparer struct CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C : public RuntimeObject { public: // System.Globalization.CompareInfo System.Collections.CaseInsensitiveComparer::m_compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___m_compareInfo_0; public: inline static int32_t get_offset_of_m_compareInfo_0() { return static_cast(offsetof(CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C, ___m_compareInfo_0)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_m_compareInfo_0() const { return ___m_compareInfo_0; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_m_compareInfo_0() { return &___m_compareInfo_0; } inline void set_m_compareInfo_0(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___m_compareInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_compareInfo_0), (void*)value); } }; // System.Collections.CaseInsensitiveHashCodeProvider struct CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA : public RuntimeObject { public: // System.Globalization.TextInfo System.Collections.CaseInsensitiveHashCodeProvider::m_text TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___m_text_0; public: inline static int32_t get_offset_of_m_text_0() { return static_cast(offsetof(CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA, ___m_text_0)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_m_text_0() const { return ___m_text_0; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_m_text_0() { return &___m_text_0; } inline void set_m_text_0(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___m_text_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_text_0), (void*)value); } }; // 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; } }; // System.Collections.CompatibleComparer struct CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929 : public RuntimeObject { public: // System.Collections.IComparer System.Collections.CompatibleComparer::_comparer RuntimeObject* ____comparer_0; // System.Collections.IHashCodeProvider System.Collections.CompatibleComparer::_hcp RuntimeObject* ____hcp_1; public: inline static int32_t get_offset_of__comparer_0() { return static_cast(offsetof(CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929, ____comparer_0)); } inline RuntimeObject* get__comparer_0() const { return ____comparer_0; } inline RuntimeObject** get_address_of__comparer_0() { return &____comparer_0; } inline void set__comparer_0(RuntimeObject* value) { ____comparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_0), (void*)value); } inline static int32_t get_offset_of__hcp_1() { return static_cast(offsetof(CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929, ____hcp_1)); } inline RuntimeObject* get__hcp_1() const { return ____hcp_1; } inline RuntimeObject** get_address_of__hcp_1() { return &____hcp_1; } inline void set__hcp_1(RuntimeObject* value) { ____hcp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____hcp_1), (void*)value); } }; // System.Console struct Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07 : public RuntimeObject { public: public: }; struct Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields { public: // System.IO.TextWriter System.Console::stdout TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___stdout_0; // System.IO.TextWriter System.Console::stderr TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___stderr_1; // System.IO.TextReader System.Console::stdin TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___stdin_2; // System.Text.Encoding System.Console::inputEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___inputEncoding_3; // System.Text.Encoding System.Console::outputEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___outputEncoding_4; // System.ConsoleCancelEventHandler System.Console::cancel_event ConsoleCancelEventHandler_tACD32787946439D2453F9D9512471685521C006D * ___cancel_event_5; // System.Console/InternalCancelHandler System.Console::cancel_handler InternalCancelHandler_t7F0E9BBFE542C3B0E62620118961AC10E0DFB000 * ___cancel_handler_6; public: inline static int32_t get_offset_of_stdout_0() { return static_cast(offsetof(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields, ___stdout_0)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_stdout_0() const { return ___stdout_0; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_stdout_0() { return &___stdout_0; } inline void set_stdout_0(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___stdout_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___stdout_0), (void*)value); } inline static int32_t get_offset_of_stderr_1() { return static_cast(offsetof(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields, ___stderr_1)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_stderr_1() const { return ___stderr_1; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_stderr_1() { return &___stderr_1; } inline void set_stderr_1(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___stderr_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___stderr_1), (void*)value); } inline static int32_t get_offset_of_stdin_2() { return static_cast(offsetof(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields, ___stdin_2)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_stdin_2() const { return ___stdin_2; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_stdin_2() { return &___stdin_2; } inline void set_stdin_2(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___stdin_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___stdin_2), (void*)value); } inline static int32_t get_offset_of_inputEncoding_3() { return static_cast(offsetof(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields, ___inputEncoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_inputEncoding_3() const { return ___inputEncoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_inputEncoding_3() { return &___inputEncoding_3; } inline void set_inputEncoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___inputEncoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputEncoding_3), (void*)value); } inline static int32_t get_offset_of_outputEncoding_4() { return static_cast(offsetof(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields, ___outputEncoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_outputEncoding_4() const { return ___outputEncoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_outputEncoding_4() { return &___outputEncoding_4; } inline void set_outputEncoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___outputEncoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___outputEncoding_4), (void*)value); } inline static int32_t get_offset_of_cancel_event_5() { return static_cast(offsetof(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields, ___cancel_event_5)); } inline ConsoleCancelEventHandler_tACD32787946439D2453F9D9512471685521C006D * get_cancel_event_5() const { return ___cancel_event_5; } inline ConsoleCancelEventHandler_tACD32787946439D2453F9D9512471685521C006D ** get_address_of_cancel_event_5() { return &___cancel_event_5; } inline void set_cancel_event_5(ConsoleCancelEventHandler_tACD32787946439D2453F9D9512471685521C006D * value) { ___cancel_event_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cancel_event_5), (void*)value); } inline static int32_t get_offset_of_cancel_handler_6() { return static_cast(offsetof(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields, ___cancel_handler_6)); } inline InternalCancelHandler_t7F0E9BBFE542C3B0E62620118961AC10E0DFB000 * get_cancel_handler_6() const { return ___cancel_handler_6; } inline InternalCancelHandler_t7F0E9BBFE542C3B0E62620118961AC10E0DFB000 ** get_address_of_cancel_handler_6() { return &___cancel_handler_6; } inline void set_cancel_handler_6(InternalCancelHandler_t7F0E9BBFE542C3B0E62620118961AC10E0DFB000 * value) { ___cancel_handler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___cancel_handler_6), (void*)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); } }; // Mono.Globalization.Unicode.ContractionComparer struct ContractionComparer_t2065A7932E4721614DDC9CDC01C19267120F04D5 : public RuntimeObject { public: public: }; struct ContractionComparer_t2065A7932E4721614DDC9CDC01C19267120F04D5_StaticFields { public: // Mono.Globalization.Unicode.ContractionComparer Mono.Globalization.Unicode.ContractionComparer::Instance ContractionComparer_t2065A7932E4721614DDC9CDC01C19267120F04D5 * ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(ContractionComparer_t2065A7932E4721614DDC9CDC01C19267120F04D5_StaticFields, ___Instance_0)); } inline ContractionComparer_t2065A7932E4721614DDC9CDC01C19267120F04D5 * get_Instance_0() const { return ___Instance_0; } inline ContractionComparer_t2065A7932E4721614DDC9CDC01C19267120F04D5 ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(ContractionComparer_t2065A7932E4721614DDC9CDC01C19267120F04D5 * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } }; // System.Runtime.Serialization.Formatters.Binary.Converter struct Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03 : public RuntimeObject { public: public: }; struct Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.Converter::primitiveTypeEnumLength int32_t ___primitiveTypeEnumLength_0; // System.Type[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Serialization.Formatters.Binary.Converter::typeA TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___typeA_1; // System.Type[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Serialization.Formatters.Binary.Converter::arrayTypeA TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___arrayTypeA_2; // System.String[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Serialization.Formatters.Binary.Converter::valueA StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___valueA_3; // System.TypeCode[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Serialization.Formatters.Binary.Converter::typeCodeA TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* ___typeCodeA_4; // System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Serialization.Formatters.Binary.Converter::codeA InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* ___codeA_5; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofISerializable Type_t * ___typeofISerializable_6; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofString Type_t * ___typeofString_7; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofConverter Type_t * ___typeofConverter_8; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofBoolean Type_t * ___typeofBoolean_9; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofByte Type_t * ___typeofByte_10; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofChar Type_t * ___typeofChar_11; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofDecimal Type_t * ___typeofDecimal_12; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofDouble Type_t * ___typeofDouble_13; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofInt16 Type_t * ___typeofInt16_14; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofInt32 Type_t * ___typeofInt32_15; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofInt64 Type_t * ___typeofInt64_16; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofSByte Type_t * ___typeofSByte_17; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofSingle Type_t * ___typeofSingle_18; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofTimeSpan Type_t * ___typeofTimeSpan_19; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofDateTime Type_t * ___typeofDateTime_20; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofUInt16 Type_t * ___typeofUInt16_21; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofUInt32 Type_t * ___typeofUInt32_22; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofUInt64 Type_t * ___typeofUInt64_23; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofObject Type_t * ___typeofObject_24; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofSystemVoid Type_t * ___typeofSystemVoid_25; // System.Reflection.Assembly System.Runtime.Serialization.Formatters.Binary.Converter::urtAssembly Assembly_t * ___urtAssembly_26; // System.String System.Runtime.Serialization.Formatters.Binary.Converter::urtAssemblyString String_t* ___urtAssemblyString_27; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofTypeArray Type_t * ___typeofTypeArray_28; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofObjectArray Type_t * ___typeofObjectArray_29; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofStringArray Type_t * ___typeofStringArray_30; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofBooleanArray Type_t * ___typeofBooleanArray_31; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofByteArray Type_t * ___typeofByteArray_32; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofCharArray Type_t * ___typeofCharArray_33; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofDecimalArray Type_t * ___typeofDecimalArray_34; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofDoubleArray Type_t * ___typeofDoubleArray_35; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofInt16Array Type_t * ___typeofInt16Array_36; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofInt32Array Type_t * ___typeofInt32Array_37; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofInt64Array Type_t * ___typeofInt64Array_38; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofSByteArray Type_t * ___typeofSByteArray_39; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofSingleArray Type_t * ___typeofSingleArray_40; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofTimeSpanArray Type_t * ___typeofTimeSpanArray_41; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofDateTimeArray Type_t * ___typeofDateTimeArray_42; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofUInt16Array Type_t * ___typeofUInt16Array_43; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofUInt32Array Type_t * ___typeofUInt32Array_44; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofUInt64Array Type_t * ___typeofUInt64Array_45; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofMarshalByRefObject Type_t * ___typeofMarshalByRefObject_46; public: inline static int32_t get_offset_of_primitiveTypeEnumLength_0() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___primitiveTypeEnumLength_0)); } inline int32_t get_primitiveTypeEnumLength_0() const { return ___primitiveTypeEnumLength_0; } inline int32_t* get_address_of_primitiveTypeEnumLength_0() { return &___primitiveTypeEnumLength_0; } inline void set_primitiveTypeEnumLength_0(int32_t value) { ___primitiveTypeEnumLength_0 = value; } inline static int32_t get_offset_of_typeA_1() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeA_1)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_typeA_1() const { return ___typeA_1; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_typeA_1() { return &___typeA_1; } inline void set_typeA_1(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___typeA_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeA_1), (void*)value); } inline static int32_t get_offset_of_arrayTypeA_2() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___arrayTypeA_2)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_arrayTypeA_2() const { return ___arrayTypeA_2; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_arrayTypeA_2() { return &___arrayTypeA_2; } inline void set_arrayTypeA_2(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___arrayTypeA_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrayTypeA_2), (void*)value); } inline static int32_t get_offset_of_valueA_3() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___valueA_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_valueA_3() const { return ___valueA_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_valueA_3() { return &___valueA_3; } inline void set_valueA_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___valueA_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueA_3), (void*)value); } inline static int32_t get_offset_of_typeCodeA_4() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeCodeA_4)); } inline TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* get_typeCodeA_4() const { return ___typeCodeA_4; } inline TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE** get_address_of_typeCodeA_4() { return &___typeCodeA_4; } inline void set_typeCodeA_4(TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* value) { ___typeCodeA_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeCodeA_4), (void*)value); } inline static int32_t get_offset_of_codeA_5() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___codeA_5)); } inline InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* get_codeA_5() const { return ___codeA_5; } inline InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC** get_address_of_codeA_5() { return &___codeA_5; } inline void set_codeA_5(InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* value) { ___codeA_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___codeA_5), (void*)value); } inline static int32_t get_offset_of_typeofISerializable_6() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofISerializable_6)); } inline Type_t * get_typeofISerializable_6() const { return ___typeofISerializable_6; } inline Type_t ** get_address_of_typeofISerializable_6() { return &___typeofISerializable_6; } inline void set_typeofISerializable_6(Type_t * value) { ___typeofISerializable_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofISerializable_6), (void*)value); } inline static int32_t get_offset_of_typeofString_7() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofString_7)); } inline Type_t * get_typeofString_7() const { return ___typeofString_7; } inline Type_t ** get_address_of_typeofString_7() { return &___typeofString_7; } inline void set_typeofString_7(Type_t * value) { ___typeofString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofString_7), (void*)value); } inline static int32_t get_offset_of_typeofConverter_8() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofConverter_8)); } inline Type_t * get_typeofConverter_8() const { return ___typeofConverter_8; } inline Type_t ** get_address_of_typeofConverter_8() { return &___typeofConverter_8; } inline void set_typeofConverter_8(Type_t * value) { ___typeofConverter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofConverter_8), (void*)value); } inline static int32_t get_offset_of_typeofBoolean_9() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofBoolean_9)); } inline Type_t * get_typeofBoolean_9() const { return ___typeofBoolean_9; } inline Type_t ** get_address_of_typeofBoolean_9() { return &___typeofBoolean_9; } inline void set_typeofBoolean_9(Type_t * value) { ___typeofBoolean_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofBoolean_9), (void*)value); } inline static int32_t get_offset_of_typeofByte_10() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofByte_10)); } inline Type_t * get_typeofByte_10() const { return ___typeofByte_10; } inline Type_t ** get_address_of_typeofByte_10() { return &___typeofByte_10; } inline void set_typeofByte_10(Type_t * value) { ___typeofByte_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofByte_10), (void*)value); } inline static int32_t get_offset_of_typeofChar_11() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofChar_11)); } inline Type_t * get_typeofChar_11() const { return ___typeofChar_11; } inline Type_t ** get_address_of_typeofChar_11() { return &___typeofChar_11; } inline void set_typeofChar_11(Type_t * value) { ___typeofChar_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofChar_11), (void*)value); } inline static int32_t get_offset_of_typeofDecimal_12() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofDecimal_12)); } inline Type_t * get_typeofDecimal_12() const { return ___typeofDecimal_12; } inline Type_t ** get_address_of_typeofDecimal_12() { return &___typeofDecimal_12; } inline void set_typeofDecimal_12(Type_t * value) { ___typeofDecimal_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofDecimal_12), (void*)value); } inline static int32_t get_offset_of_typeofDouble_13() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofDouble_13)); } inline Type_t * get_typeofDouble_13() const { return ___typeofDouble_13; } inline Type_t ** get_address_of_typeofDouble_13() { return &___typeofDouble_13; } inline void set_typeofDouble_13(Type_t * value) { ___typeofDouble_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofDouble_13), (void*)value); } inline static int32_t get_offset_of_typeofInt16_14() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofInt16_14)); } inline Type_t * get_typeofInt16_14() const { return ___typeofInt16_14; } inline Type_t ** get_address_of_typeofInt16_14() { return &___typeofInt16_14; } inline void set_typeofInt16_14(Type_t * value) { ___typeofInt16_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofInt16_14), (void*)value); } inline static int32_t get_offset_of_typeofInt32_15() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofInt32_15)); } inline Type_t * get_typeofInt32_15() const { return ___typeofInt32_15; } inline Type_t ** get_address_of_typeofInt32_15() { return &___typeofInt32_15; } inline void set_typeofInt32_15(Type_t * value) { ___typeofInt32_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofInt32_15), (void*)value); } inline static int32_t get_offset_of_typeofInt64_16() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofInt64_16)); } inline Type_t * get_typeofInt64_16() const { return ___typeofInt64_16; } inline Type_t ** get_address_of_typeofInt64_16() { return &___typeofInt64_16; } inline void set_typeofInt64_16(Type_t * value) { ___typeofInt64_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofInt64_16), (void*)value); } inline static int32_t get_offset_of_typeofSByte_17() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofSByte_17)); } inline Type_t * get_typeofSByte_17() const { return ___typeofSByte_17; } inline Type_t ** get_address_of_typeofSByte_17() { return &___typeofSByte_17; } inline void set_typeofSByte_17(Type_t * value) { ___typeofSByte_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofSByte_17), (void*)value); } inline static int32_t get_offset_of_typeofSingle_18() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofSingle_18)); } inline Type_t * get_typeofSingle_18() const { return ___typeofSingle_18; } inline Type_t ** get_address_of_typeofSingle_18() { return &___typeofSingle_18; } inline void set_typeofSingle_18(Type_t * value) { ___typeofSingle_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofSingle_18), (void*)value); } inline static int32_t get_offset_of_typeofTimeSpan_19() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofTimeSpan_19)); } inline Type_t * get_typeofTimeSpan_19() const { return ___typeofTimeSpan_19; } inline Type_t ** get_address_of_typeofTimeSpan_19() { return &___typeofTimeSpan_19; } inline void set_typeofTimeSpan_19(Type_t * value) { ___typeofTimeSpan_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofTimeSpan_19), (void*)value); } inline static int32_t get_offset_of_typeofDateTime_20() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofDateTime_20)); } inline Type_t * get_typeofDateTime_20() const { return ___typeofDateTime_20; } inline Type_t ** get_address_of_typeofDateTime_20() { return &___typeofDateTime_20; } inline void set_typeofDateTime_20(Type_t * value) { ___typeofDateTime_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofDateTime_20), (void*)value); } inline static int32_t get_offset_of_typeofUInt16_21() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofUInt16_21)); } inline Type_t * get_typeofUInt16_21() const { return ___typeofUInt16_21; } inline Type_t ** get_address_of_typeofUInt16_21() { return &___typeofUInt16_21; } inline void set_typeofUInt16_21(Type_t * value) { ___typeofUInt16_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofUInt16_21), (void*)value); } inline static int32_t get_offset_of_typeofUInt32_22() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofUInt32_22)); } inline Type_t * get_typeofUInt32_22() const { return ___typeofUInt32_22; } inline Type_t ** get_address_of_typeofUInt32_22() { return &___typeofUInt32_22; } inline void set_typeofUInt32_22(Type_t * value) { ___typeofUInt32_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofUInt32_22), (void*)value); } inline static int32_t get_offset_of_typeofUInt64_23() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofUInt64_23)); } inline Type_t * get_typeofUInt64_23() const { return ___typeofUInt64_23; } inline Type_t ** get_address_of_typeofUInt64_23() { return &___typeofUInt64_23; } inline void set_typeofUInt64_23(Type_t * value) { ___typeofUInt64_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofUInt64_23), (void*)value); } inline static int32_t get_offset_of_typeofObject_24() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofObject_24)); } inline Type_t * get_typeofObject_24() const { return ___typeofObject_24; } inline Type_t ** get_address_of_typeofObject_24() { return &___typeofObject_24; } inline void set_typeofObject_24(Type_t * value) { ___typeofObject_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofObject_24), (void*)value); } inline static int32_t get_offset_of_typeofSystemVoid_25() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofSystemVoid_25)); } inline Type_t * get_typeofSystemVoid_25() const { return ___typeofSystemVoid_25; } inline Type_t ** get_address_of_typeofSystemVoid_25() { return &___typeofSystemVoid_25; } inline void set_typeofSystemVoid_25(Type_t * value) { ___typeofSystemVoid_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofSystemVoid_25), (void*)value); } inline static int32_t get_offset_of_urtAssembly_26() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___urtAssembly_26)); } inline Assembly_t * get_urtAssembly_26() const { return ___urtAssembly_26; } inline Assembly_t ** get_address_of_urtAssembly_26() { return &___urtAssembly_26; } inline void set_urtAssembly_26(Assembly_t * value) { ___urtAssembly_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___urtAssembly_26), (void*)value); } inline static int32_t get_offset_of_urtAssemblyString_27() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___urtAssemblyString_27)); } inline String_t* get_urtAssemblyString_27() const { return ___urtAssemblyString_27; } inline String_t** get_address_of_urtAssemblyString_27() { return &___urtAssemblyString_27; } inline void set_urtAssemblyString_27(String_t* value) { ___urtAssemblyString_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___urtAssemblyString_27), (void*)value); } inline static int32_t get_offset_of_typeofTypeArray_28() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofTypeArray_28)); } inline Type_t * get_typeofTypeArray_28() const { return ___typeofTypeArray_28; } inline Type_t ** get_address_of_typeofTypeArray_28() { return &___typeofTypeArray_28; } inline void set_typeofTypeArray_28(Type_t * value) { ___typeofTypeArray_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofTypeArray_28), (void*)value); } inline static int32_t get_offset_of_typeofObjectArray_29() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofObjectArray_29)); } inline Type_t * get_typeofObjectArray_29() const { return ___typeofObjectArray_29; } inline Type_t ** get_address_of_typeofObjectArray_29() { return &___typeofObjectArray_29; } inline void set_typeofObjectArray_29(Type_t * value) { ___typeofObjectArray_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofObjectArray_29), (void*)value); } inline static int32_t get_offset_of_typeofStringArray_30() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofStringArray_30)); } inline Type_t * get_typeofStringArray_30() const { return ___typeofStringArray_30; } inline Type_t ** get_address_of_typeofStringArray_30() { return &___typeofStringArray_30; } inline void set_typeofStringArray_30(Type_t * value) { ___typeofStringArray_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofStringArray_30), (void*)value); } inline static int32_t get_offset_of_typeofBooleanArray_31() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofBooleanArray_31)); } inline Type_t * get_typeofBooleanArray_31() const { return ___typeofBooleanArray_31; } inline Type_t ** get_address_of_typeofBooleanArray_31() { return &___typeofBooleanArray_31; } inline void set_typeofBooleanArray_31(Type_t * value) { ___typeofBooleanArray_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofBooleanArray_31), (void*)value); } inline static int32_t get_offset_of_typeofByteArray_32() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofByteArray_32)); } inline Type_t * get_typeofByteArray_32() const { return ___typeofByteArray_32; } inline Type_t ** get_address_of_typeofByteArray_32() { return &___typeofByteArray_32; } inline void set_typeofByteArray_32(Type_t * value) { ___typeofByteArray_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofByteArray_32), (void*)value); } inline static int32_t get_offset_of_typeofCharArray_33() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofCharArray_33)); } inline Type_t * get_typeofCharArray_33() const { return ___typeofCharArray_33; } inline Type_t ** get_address_of_typeofCharArray_33() { return &___typeofCharArray_33; } inline void set_typeofCharArray_33(Type_t * value) { ___typeofCharArray_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofCharArray_33), (void*)value); } inline static int32_t get_offset_of_typeofDecimalArray_34() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofDecimalArray_34)); } inline Type_t * get_typeofDecimalArray_34() const { return ___typeofDecimalArray_34; } inline Type_t ** get_address_of_typeofDecimalArray_34() { return &___typeofDecimalArray_34; } inline void set_typeofDecimalArray_34(Type_t * value) { ___typeofDecimalArray_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofDecimalArray_34), (void*)value); } inline static int32_t get_offset_of_typeofDoubleArray_35() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofDoubleArray_35)); } inline Type_t * get_typeofDoubleArray_35() const { return ___typeofDoubleArray_35; } inline Type_t ** get_address_of_typeofDoubleArray_35() { return &___typeofDoubleArray_35; } inline void set_typeofDoubleArray_35(Type_t * value) { ___typeofDoubleArray_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofDoubleArray_35), (void*)value); } inline static int32_t get_offset_of_typeofInt16Array_36() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofInt16Array_36)); } inline Type_t * get_typeofInt16Array_36() const { return ___typeofInt16Array_36; } inline Type_t ** get_address_of_typeofInt16Array_36() { return &___typeofInt16Array_36; } inline void set_typeofInt16Array_36(Type_t * value) { ___typeofInt16Array_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofInt16Array_36), (void*)value); } inline static int32_t get_offset_of_typeofInt32Array_37() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofInt32Array_37)); } inline Type_t * get_typeofInt32Array_37() const { return ___typeofInt32Array_37; } inline Type_t ** get_address_of_typeofInt32Array_37() { return &___typeofInt32Array_37; } inline void set_typeofInt32Array_37(Type_t * value) { ___typeofInt32Array_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofInt32Array_37), (void*)value); } inline static int32_t get_offset_of_typeofInt64Array_38() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofInt64Array_38)); } inline Type_t * get_typeofInt64Array_38() const { return ___typeofInt64Array_38; } inline Type_t ** get_address_of_typeofInt64Array_38() { return &___typeofInt64Array_38; } inline void set_typeofInt64Array_38(Type_t * value) { ___typeofInt64Array_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofInt64Array_38), (void*)value); } inline static int32_t get_offset_of_typeofSByteArray_39() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofSByteArray_39)); } inline Type_t * get_typeofSByteArray_39() const { return ___typeofSByteArray_39; } inline Type_t ** get_address_of_typeofSByteArray_39() { return &___typeofSByteArray_39; } inline void set_typeofSByteArray_39(Type_t * value) { ___typeofSByteArray_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofSByteArray_39), (void*)value); } inline static int32_t get_offset_of_typeofSingleArray_40() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofSingleArray_40)); } inline Type_t * get_typeofSingleArray_40() const { return ___typeofSingleArray_40; } inline Type_t ** get_address_of_typeofSingleArray_40() { return &___typeofSingleArray_40; } inline void set_typeofSingleArray_40(Type_t * value) { ___typeofSingleArray_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofSingleArray_40), (void*)value); } inline static int32_t get_offset_of_typeofTimeSpanArray_41() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofTimeSpanArray_41)); } inline Type_t * get_typeofTimeSpanArray_41() const { return ___typeofTimeSpanArray_41; } inline Type_t ** get_address_of_typeofTimeSpanArray_41() { return &___typeofTimeSpanArray_41; } inline void set_typeofTimeSpanArray_41(Type_t * value) { ___typeofTimeSpanArray_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofTimeSpanArray_41), (void*)value); } inline static int32_t get_offset_of_typeofDateTimeArray_42() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofDateTimeArray_42)); } inline Type_t * get_typeofDateTimeArray_42() const { return ___typeofDateTimeArray_42; } inline Type_t ** get_address_of_typeofDateTimeArray_42() { return &___typeofDateTimeArray_42; } inline void set_typeofDateTimeArray_42(Type_t * value) { ___typeofDateTimeArray_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofDateTimeArray_42), (void*)value); } inline static int32_t get_offset_of_typeofUInt16Array_43() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofUInt16Array_43)); } inline Type_t * get_typeofUInt16Array_43() const { return ___typeofUInt16Array_43; } inline Type_t ** get_address_of_typeofUInt16Array_43() { return &___typeofUInt16Array_43; } inline void set_typeofUInt16Array_43(Type_t * value) { ___typeofUInt16Array_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofUInt16Array_43), (void*)value); } inline static int32_t get_offset_of_typeofUInt32Array_44() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofUInt32Array_44)); } inline Type_t * get_typeofUInt32Array_44() const { return ___typeofUInt32Array_44; } inline Type_t ** get_address_of_typeofUInt32Array_44() { return &___typeofUInt32Array_44; } inline void set_typeofUInt32Array_44(Type_t * value) { ___typeofUInt32Array_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofUInt32Array_44), (void*)value); } inline static int32_t get_offset_of_typeofUInt64Array_45() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofUInt64Array_45)); } inline Type_t * get_typeofUInt64Array_45() const { return ___typeofUInt64Array_45; } inline Type_t ** get_address_of_typeofUInt64Array_45() { return &___typeofUInt64Array_45; } inline void set_typeofUInt64Array_45(Type_t * value) { ___typeofUInt64Array_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofUInt64Array_45), (void*)value); } inline static int32_t get_offset_of_typeofMarshalByRefObject_46() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofMarshalByRefObject_46)); } inline Type_t * get_typeofMarshalByRefObject_46() const { return ___typeofMarshalByRefObject_46; } inline Type_t ** get_address_of_typeofMarshalByRefObject_46() { return &___typeofMarshalByRefObject_46; } inline void set_typeofMarshalByRefObject_46(Type_t * value) { ___typeofMarshalByRefObject_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofMarshalByRefObject_46), (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.Text.Decoder struct Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 : public RuntimeObject { public: // System.Text.DecoderFallback System.Text.Decoder::m_fallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___m_fallback_0; // System.Text.DecoderFallbackBuffer System.Text.Decoder::m_fallbackBuffer DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B * ___m_fallbackBuffer_1; public: inline static int32_t get_offset_of_m_fallback_0() { return static_cast(offsetof(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370, ___m_fallback_0)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_m_fallback_0() const { return ___m_fallback_0; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_m_fallback_0() { return &___m_fallback_0; } inline void set_m_fallback_0(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___m_fallback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallback_0), (void*)value); } inline static int32_t get_offset_of_m_fallbackBuffer_1() { return static_cast(offsetof(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370, ___m_fallbackBuffer_1)); } inline DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B * get_m_fallbackBuffer_1() const { return ___m_fallbackBuffer_1; } inline DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B ** get_address_of_m_fallbackBuffer_1() { return &___m_fallbackBuffer_1; } inline void set_m_fallbackBuffer_1(DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B * value) { ___m_fallbackBuffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallbackBuffer_1), (void*)value); } }; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D : public RuntimeObject { public: // System.Boolean System.Text.DecoderFallback::bIsMicrosoftBestFitFallback bool ___bIsMicrosoftBestFitFallback_0; public: inline static int32_t get_offset_of_bIsMicrosoftBestFitFallback_0() { return static_cast(offsetof(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D, ___bIsMicrosoftBestFitFallback_0)); } inline bool get_bIsMicrosoftBestFitFallback_0() const { return ___bIsMicrosoftBestFitFallback_0; } inline bool* get_address_of_bIsMicrosoftBestFitFallback_0() { return &___bIsMicrosoftBestFitFallback_0; } inline void set_bIsMicrosoftBestFitFallback_0(bool value) { ___bIsMicrosoftBestFitFallback_0 = value; } }; struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D_StaticFields { public: // System.Text.DecoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.DecoderFallback::replacementFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___replacementFallback_1; // System.Text.DecoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.DecoderFallback::exceptionFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___exceptionFallback_2; // System.Object System.Text.DecoderFallback::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_3; public: inline static int32_t get_offset_of_replacementFallback_1() { return static_cast(offsetof(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D_StaticFields, ___replacementFallback_1)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_replacementFallback_1() const { return ___replacementFallback_1; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_replacementFallback_1() { return &___replacementFallback_1; } inline void set_replacementFallback_1(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___replacementFallback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___replacementFallback_1), (void*)value); } inline static int32_t get_offset_of_exceptionFallback_2() { return static_cast(offsetof(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D_StaticFields, ___exceptionFallback_2)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_exceptionFallback_2() const { return ___exceptionFallback_2; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_exceptionFallback_2() { return &___exceptionFallback_2; } inline void set_exceptionFallback_2(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___exceptionFallback_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___exceptionFallback_2), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_3() { return static_cast(offsetof(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D_StaticFields, ___s_InternalSyncObject_3)); } inline RuntimeObject * get_s_InternalSyncObject_3() const { return ___s_InternalSyncObject_3; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_3() { return &___s_InternalSyncObject_3; } inline void set_s_InternalSyncObject_3(RuntimeObject * value) { ___s_InternalSyncObject_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_3), (void*)value); } }; // System.Text.DecoderFallbackBuffer struct DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B : public RuntimeObject { public: // System.Byte* System.Text.DecoderFallbackBuffer::byteStart uint8_t* ___byteStart_0; // System.Char* System.Text.DecoderFallbackBuffer::charEnd Il2CppChar* ___charEnd_1; public: inline static int32_t get_offset_of_byteStart_0() { return static_cast(offsetof(DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B, ___byteStart_0)); } inline uint8_t* get_byteStart_0() const { return ___byteStart_0; } inline uint8_t** get_address_of_byteStart_0() { return &___byteStart_0; } inline void set_byteStart_0(uint8_t* value) { ___byteStart_0 = value; } inline static int32_t get_offset_of_charEnd_1() { return static_cast(offsetof(DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B, ___charEnd_1)); } inline Il2CppChar* get_charEnd_1() const { return ___charEnd_1; } inline Il2CppChar** get_address_of_charEnd_1() { return &___charEnd_1; } inline void set_charEnd_1(Il2CppChar* value) { ___charEnd_1 = value; } }; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection struct DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B : public RuntimeObject { public: // System.Collections.ArrayList System.Runtime.Remoting.Contexts.DynamicPropertyCollection::_properties ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____properties_0; public: inline static int32_t get_offset_of__properties_0() { return static_cast(offsetof(DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B, ____properties_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__properties_0() const { return ____properties_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__properties_0() { return &____properties_0; } inline void set__properties_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____properties_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____properties_0), (void*)value); } }; // System.Text.Encoder struct Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A : public RuntimeObject { public: // System.Text.EncoderFallback System.Text.Encoder::m_fallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___m_fallback_0; // System.Text.EncoderFallbackBuffer System.Text.Encoder::m_fallbackBuffer EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * ___m_fallbackBuffer_1; public: inline static int32_t get_offset_of_m_fallback_0() { return static_cast(offsetof(Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A, ___m_fallback_0)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_m_fallback_0() const { return ___m_fallback_0; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_m_fallback_0() { return &___m_fallback_0; } inline void set_m_fallback_0(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___m_fallback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallback_0), (void*)value); } inline static int32_t get_offset_of_m_fallbackBuffer_1() { return static_cast(offsetof(Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A, ___m_fallbackBuffer_1)); } inline EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * get_m_fallbackBuffer_1() const { return ___m_fallbackBuffer_1; } inline EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 ** get_address_of_m_fallbackBuffer_1() { return &___m_fallbackBuffer_1; } inline void set_m_fallbackBuffer_1(EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * value) { ___m_fallbackBuffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallbackBuffer_1), (void*)value); } }; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 : public RuntimeObject { public: // System.Boolean System.Text.EncoderFallback::bIsMicrosoftBestFitFallback bool ___bIsMicrosoftBestFitFallback_0; public: inline static int32_t get_offset_of_bIsMicrosoftBestFitFallback_0() { return static_cast(offsetof(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4, ___bIsMicrosoftBestFitFallback_0)); } inline bool get_bIsMicrosoftBestFitFallback_0() const { return ___bIsMicrosoftBestFitFallback_0; } inline bool* get_address_of_bIsMicrosoftBestFitFallback_0() { return &___bIsMicrosoftBestFitFallback_0; } inline void set_bIsMicrosoftBestFitFallback_0(bool value) { ___bIsMicrosoftBestFitFallback_0 = value; } }; struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4_StaticFields { public: // System.Text.EncoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncoderFallback::replacementFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___replacementFallback_1; // System.Text.EncoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncoderFallback::exceptionFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___exceptionFallback_2; // System.Object System.Text.EncoderFallback::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_3; public: inline static int32_t get_offset_of_replacementFallback_1() { return static_cast(offsetof(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4_StaticFields, ___replacementFallback_1)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_replacementFallback_1() const { return ___replacementFallback_1; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_replacementFallback_1() { return &___replacementFallback_1; } inline void set_replacementFallback_1(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___replacementFallback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___replacementFallback_1), (void*)value); } inline static int32_t get_offset_of_exceptionFallback_2() { return static_cast(offsetof(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4_StaticFields, ___exceptionFallback_2)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_exceptionFallback_2() const { return ___exceptionFallback_2; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_exceptionFallback_2() { return &___exceptionFallback_2; } inline void set_exceptionFallback_2(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___exceptionFallback_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___exceptionFallback_2), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_3() { return static_cast(offsetof(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4_StaticFields, ___s_InternalSyncObject_3)); } inline RuntimeObject * get_s_InternalSyncObject_3() const { return ___s_InternalSyncObject_3; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_3() { return &___s_InternalSyncObject_3; } inline void set_s_InternalSyncObject_3(RuntimeObject * value) { ___s_InternalSyncObject_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_3), (void*)value); } }; // System.Text.EncoderFallbackBuffer struct EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 : public RuntimeObject { public: // System.Char* System.Text.EncoderFallbackBuffer::charStart Il2CppChar* ___charStart_0; // System.Char* System.Text.EncoderFallbackBuffer::charEnd Il2CppChar* ___charEnd_1; // System.Text.EncoderNLS System.Text.EncoderFallbackBuffer::encoder EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * ___encoder_2; // System.Boolean System.Text.EncoderFallbackBuffer::setEncoder bool ___setEncoder_3; // System.Boolean System.Text.EncoderFallbackBuffer::bUsedEncoder bool ___bUsedEncoder_4; // System.Boolean System.Text.EncoderFallbackBuffer::bFallingBack bool ___bFallingBack_5; // System.Int32 System.Text.EncoderFallbackBuffer::iRecursionCount int32_t ___iRecursionCount_6; public: inline static int32_t get_offset_of_charStart_0() { return static_cast(offsetof(EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0, ___charStart_0)); } inline Il2CppChar* get_charStart_0() const { return ___charStart_0; } inline Il2CppChar** get_address_of_charStart_0() { return &___charStart_0; } inline void set_charStart_0(Il2CppChar* value) { ___charStart_0 = value; } inline static int32_t get_offset_of_charEnd_1() { return static_cast(offsetof(EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0, ___charEnd_1)); } inline Il2CppChar* get_charEnd_1() const { return ___charEnd_1; } inline Il2CppChar** get_address_of_charEnd_1() { return &___charEnd_1; } inline void set_charEnd_1(Il2CppChar* value) { ___charEnd_1 = value; } inline static int32_t get_offset_of_encoder_2() { return static_cast(offsetof(EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0, ___encoder_2)); } inline EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * get_encoder_2() const { return ___encoder_2; } inline EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 ** get_address_of_encoder_2() { return &___encoder_2; } inline void set_encoder_2(EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * value) { ___encoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_2), (void*)value); } inline static int32_t get_offset_of_setEncoder_3() { return static_cast(offsetof(EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0, ___setEncoder_3)); } inline bool get_setEncoder_3() const { return ___setEncoder_3; } inline bool* get_address_of_setEncoder_3() { return &___setEncoder_3; } inline void set_setEncoder_3(bool value) { ___setEncoder_3 = value; } inline static int32_t get_offset_of_bUsedEncoder_4() { return static_cast(offsetof(EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0, ___bUsedEncoder_4)); } inline bool get_bUsedEncoder_4() const { return ___bUsedEncoder_4; } inline bool* get_address_of_bUsedEncoder_4() { return &___bUsedEncoder_4; } inline void set_bUsedEncoder_4(bool value) { ___bUsedEncoder_4 = value; } inline static int32_t get_offset_of_bFallingBack_5() { return static_cast(offsetof(EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0, ___bFallingBack_5)); } inline bool get_bFallingBack_5() const { return ___bFallingBack_5; } inline bool* get_address_of_bFallingBack_5() { return &___bFallingBack_5; } inline void set_bFallingBack_5(bool value) { ___bFallingBack_5 = value; } inline static int32_t get_offset_of_iRecursionCount_6() { return static_cast(offsetof(EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0, ___iRecursionCount_6)); } inline int32_t get_iRecursionCount_6() const { return ___iRecursionCount_6; } inline int32_t* get_address_of_iRecursionCount_6() { return &___iRecursionCount_6; } inline void set_iRecursionCount_6(int32_t value) { ___iRecursionCount_6 = value; } }; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_9; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___dataItem_10; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_11; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_12; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_13; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_14; public: inline static int32_t get_offset_of_m_codePage_9() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_codePage_9)); } inline int32_t get_m_codePage_9() const { return ___m_codePage_9; } inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; } inline void set_m_codePage_9(int32_t value) { ___m_codePage_9 = value; } inline static int32_t get_offset_of_dataItem_10() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_10)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_10() const { return ___dataItem_10; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_10() { return &___dataItem_10; } inline void set_dataItem_10(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_10), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_deserializedFromEverett_11)); } inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; } inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; } inline void set_m_deserializedFromEverett_11(bool value) { ___m_deserializedFromEverett_11 = value; } inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_isReadOnly_12)); } inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; } inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; } inline void set_m_isReadOnly_12(bool value) { ___m_isReadOnly_12 = value; } inline static int32_t get_offset_of_encoderFallback_13() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_13)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_13() const { return ___encoderFallback_13; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; } inline void set_encoderFallback_13(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_13), (void*)value); } inline static int32_t get_offset_of_decoderFallback_14() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_14)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_14() const { return ___decoderFallback_14; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; } inline void set_decoderFallback_14(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_14), (void*)value); } }; struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_15; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___defaultEncoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___unicodeEncoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf7Encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf8Encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf32Encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___asciiEncoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___latin1Encoding_7)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___encodings_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___s_InternalSyncObject_15)); } inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; } inline void set_s_InternalSyncObject_15(RuntimeObject * value) { ___s_InternalSyncObject_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_15), (void*)value); } }; // System.Globalization.EraInfo struct EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD : public RuntimeObject { public: // System.Int32 System.Globalization.EraInfo::era int32_t ___era_0; // System.Int64 System.Globalization.EraInfo::ticks int64_t ___ticks_1; // System.Int32 System.Globalization.EraInfo::yearOffset int32_t ___yearOffset_2; // System.Int32 System.Globalization.EraInfo::minEraYear int32_t ___minEraYear_3; // System.Int32 System.Globalization.EraInfo::maxEraYear int32_t ___maxEraYear_4; // System.String System.Globalization.EraInfo::eraName String_t* ___eraName_5; // System.String System.Globalization.EraInfo::abbrevEraName String_t* ___abbrevEraName_6; // System.String System.Globalization.EraInfo::englishEraName String_t* ___englishEraName_7; public: inline static int32_t get_offset_of_era_0() { return static_cast(offsetof(EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD, ___era_0)); } inline int32_t get_era_0() const { return ___era_0; } inline int32_t* get_address_of_era_0() { return &___era_0; } inline void set_era_0(int32_t value) { ___era_0 = value; } inline static int32_t get_offset_of_ticks_1() { return static_cast(offsetof(EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD, ___ticks_1)); } inline int64_t get_ticks_1() const { return ___ticks_1; } inline int64_t* get_address_of_ticks_1() { return &___ticks_1; } inline void set_ticks_1(int64_t value) { ___ticks_1 = value; } inline static int32_t get_offset_of_yearOffset_2() { return static_cast(offsetof(EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD, ___yearOffset_2)); } inline int32_t get_yearOffset_2() const { return ___yearOffset_2; } inline int32_t* get_address_of_yearOffset_2() { return &___yearOffset_2; } inline void set_yearOffset_2(int32_t value) { ___yearOffset_2 = value; } inline static int32_t get_offset_of_minEraYear_3() { return static_cast(offsetof(EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD, ___minEraYear_3)); } inline int32_t get_minEraYear_3() const { return ___minEraYear_3; } inline int32_t* get_address_of_minEraYear_3() { return &___minEraYear_3; } inline void set_minEraYear_3(int32_t value) { ___minEraYear_3 = value; } inline static int32_t get_offset_of_maxEraYear_4() { return static_cast(offsetof(EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD, ___maxEraYear_4)); } inline int32_t get_maxEraYear_4() const { return ___maxEraYear_4; } inline int32_t* get_address_of_maxEraYear_4() { return &___maxEraYear_4; } inline void set_maxEraYear_4(int32_t value) { ___maxEraYear_4 = value; } inline static int32_t get_offset_of_eraName_5() { return static_cast(offsetof(EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD, ___eraName_5)); } inline String_t* get_eraName_5() const { return ___eraName_5; } inline String_t** get_address_of_eraName_5() { return &___eraName_5; } inline void set_eraName_5(String_t* value) { ___eraName_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___eraName_5), (void*)value); } inline static int32_t get_offset_of_abbrevEraName_6() { return static_cast(offsetof(EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD, ___abbrevEraName_6)); } inline String_t* get_abbrevEraName_6() const { return ___abbrevEraName_6; } inline String_t** get_address_of_abbrevEraName_6() { return &___abbrevEraName_6; } inline void set_abbrevEraName_6(String_t* value) { ___abbrevEraName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___abbrevEraName_6), (void*)value); } inline static int32_t get_offset_of_englishEraName_7() { return static_cast(offsetof(EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD, ___englishEraName_7)); } inline String_t* get_englishEraName_7() const { return ___englishEraName_7; } inline String_t** get_address_of_englishEraName_7() { return &___englishEraName_7; } inline void set_englishEraName_7(String_t* value) { ___englishEraName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishEraName_7), (void*)value); } }; // Microsoft.Win32.ExpandString struct ExpandString_t9106B59E06E44175F3056DE2461ECAA5E4F95230 : public RuntimeObject { public: // System.String Microsoft.Win32.ExpandString::value String_t* ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(ExpandString_t9106B59E06E44175F3056DE2461ECAA5E4F95230, ___value_0)); } inline String_t* get_value_0() const { return ___value_0; } inline String_t** get_address_of_value_0() { return &___value_0; } inline void set_value_0(String_t* value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_0), (void*)value); } }; // 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.Collections.HashHelpers struct HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9 : public RuntimeObject { public: public: }; struct HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_StaticFields { public: // System.Int32[] System.Collections.HashHelpers::primes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___primes_0; // System.Runtime.CompilerServices.ConditionalWeakTable`2 System.Collections.HashHelpers::s_SerializationInfoTable ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * ___s_SerializationInfoTable_1; public: inline static int32_t get_offset_of_primes_0() { return static_cast(offsetof(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_StaticFields, ___primes_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_primes_0() const { return ___primes_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_primes_0() { return &___primes_0; } inline void set_primes_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___primes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___primes_0), (void*)value); } inline static int32_t get_offset_of_s_SerializationInfoTable_1() { return static_cast(offsetof(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_StaticFields, ___s_SerializationInfoTable_1)); } inline ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * get_s_SerializationInfoTable_1() const { return ___s_SerializationInfoTable_1; } inline ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E ** get_address_of_s_SerializationInfoTable_1() { return &___s_SerializationInfoTable_1; } inline void set_s_SerializationInfoTable_1(ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * value) { ___s_SerializationInfoTable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_SerializationInfoTable_1), (void*)value); } }; // System.Runtime.Remoting.Messaging.Header struct Header_tB3EEE0CBE8792FB3CAC719E5BCB60BA7718E14CE : public RuntimeObject { public: public: }; // System.Globalization.HebrewNumber struct HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C : public RuntimeObject { public: public: }; struct HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_StaticFields { public: // System.Globalization.HebrewNumber/HebrewValue[] System.Globalization.HebrewNumber::HebrewValues HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* ___HebrewValues_0; // System.Char System.Globalization.HebrewNumber::maxHebrewNumberCh Il2CppChar ___maxHebrewNumberCh_1; // System.Globalization.HebrewNumber/HS[][] System.Globalization.HebrewNumber::NumberPasingState HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* ___NumberPasingState_2; public: inline static int32_t get_offset_of_HebrewValues_0() { return static_cast(offsetof(HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_StaticFields, ___HebrewValues_0)); } inline HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* get_HebrewValues_0() const { return ___HebrewValues_0; } inline HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F** get_address_of_HebrewValues_0() { return &___HebrewValues_0; } inline void set_HebrewValues_0(HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* value) { ___HebrewValues_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___HebrewValues_0), (void*)value); } inline static int32_t get_offset_of_maxHebrewNumberCh_1() { return static_cast(offsetof(HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_StaticFields, ___maxHebrewNumberCh_1)); } inline Il2CppChar get_maxHebrewNumberCh_1() const { return ___maxHebrewNumberCh_1; } inline Il2CppChar* get_address_of_maxHebrewNumberCh_1() { return &___maxHebrewNumberCh_1; } inline void set_maxHebrewNumberCh_1(Il2CppChar value) { ___maxHebrewNumberCh_1 = value; } inline static int32_t get_offset_of_NumberPasingState_2() { return static_cast(offsetof(HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_StaticFields, ___NumberPasingState_2)); } inline HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* get_NumberPasingState_2() const { return ___NumberPasingState_2; } inline HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458** get_address_of_NumberPasingState_2() { return &___NumberPasingState_2; } inline void set_NumberPasingState_2(HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* value) { ___NumberPasingState_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___NumberPasingState_2), (void*)value); } }; // System.Reflection.Emit.ILGenerator struct ILGenerator_tCB47F61B7259CF97E8239F921A474B2BEEF84F8F : public RuntimeObject { public: public: }; // System.Runtime.Serialization.Formatters.Binary.IOUtil struct IOUtil_t0FCFBA52463B197270A9028F637C951A517E047C : public RuntimeObject { public: public: }; // 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; } }; // System.Globalization.IdnMapping struct IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C : public RuntimeObject { public: // System.Boolean System.Globalization.IdnMapping::allow_unassigned bool ___allow_unassigned_0; // System.Boolean System.Globalization.IdnMapping::use_std3 bool ___use_std3_1; // System.Globalization.Punycode System.Globalization.IdnMapping::puny Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513 * ___puny_2; public: inline static int32_t get_offset_of_allow_unassigned_0() { return static_cast(offsetof(IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C, ___allow_unassigned_0)); } inline bool get_allow_unassigned_0() const { return ___allow_unassigned_0; } inline bool* get_address_of_allow_unassigned_0() { return &___allow_unassigned_0; } inline void set_allow_unassigned_0(bool value) { ___allow_unassigned_0 = value; } inline static int32_t get_offset_of_use_std3_1() { return static_cast(offsetof(IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C, ___use_std3_1)); } inline bool get_use_std3_1() const { return ___use_std3_1; } inline bool* get_address_of_use_std3_1() { return &___use_std3_1; } inline void set_use_std3_1(bool value) { ___use_std3_1 = value; } inline static int32_t get_offset_of_puny_2() { return static_cast(offsetof(IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C, ___puny_2)); } inline Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513 * get_puny_2() const { return ___puny_2; } inline Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513 ** get_address_of_puny_2() { return &___puny_2; } inline void set_puny_2(Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513 * value) { ___puny_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___puny_2), (void*)value); } }; // System.Runtime.Remoting.Messaging.IllogicalCallContext struct IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Remoting.Messaging.IllogicalCallContext::m_Datastore Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___m_Datastore_0; // System.Object System.Runtime.Remoting.Messaging.IllogicalCallContext::m_HostContext RuntimeObject * ___m_HostContext_1; public: inline static int32_t get_offset_of_m_Datastore_0() { return static_cast(offsetof(IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E, ___m_Datastore_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_m_Datastore_0() const { return ___m_Datastore_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_m_Datastore_0() { return &___m_Datastore_0; } inline void set_m_Datastore_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___m_Datastore_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Datastore_0), (void*)value); } inline static int32_t get_offset_of_m_HostContext_1() { return static_cast(offsetof(IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E, ___m_HostContext_1)); } inline RuntimeObject * get_m_HostContext_1() const { return ___m_HostContext_1; } inline RuntimeObject ** get_address_of_m_HostContext_1() { return &___m_HostContext_1; } inline void set_m_HostContext_1(RuntimeObject * value) { ___m_HostContext_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HostContext_1), (void*)value); } }; // System.Runtime.Serialization.Formatters.Binary.IntSizedArray struct IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A : public RuntimeObject { public: // System.Int32[] System.Runtime.Serialization.Formatters.Binary.IntSizedArray::objects Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___objects_0; // System.Int32[] System.Runtime.Serialization.Formatters.Binary.IntSizedArray::negObjects Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___negObjects_1; public: inline static int32_t get_offset_of_objects_0() { return static_cast(offsetof(IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A, ___objects_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_objects_0() const { return ___objects_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_objects_0() { return &___objects_0; } inline void set_objects_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___objects_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___objects_0), (void*)value); } inline static int32_t get_offset_of_negObjects_1() { return static_cast(offsetof(IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A, ___negObjects_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_negObjects_1() const { return ___negObjects_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_negObjects_1() { return &___negObjects_1; } inline void set_negObjects_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___negObjects_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___negObjects_1), (void*)value); } }; // System.Threading.Interlocked struct Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64 : public RuntimeObject { public: public: }; // System.Runtime.Remoting.InternalRemotingServices struct InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232 : public RuntimeObject { public: public: }; struct InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_StaticFields { public: // System.Collections.Hashtable System.Runtime.Remoting.InternalRemotingServices::_soapAttributes Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____soapAttributes_0; public: inline static int32_t get_offset_of__soapAttributes_0() { return static_cast(offsetof(InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_StaticFields, ____soapAttributes_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__soapAttributes_0() const { return ____soapAttributes_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__soapAttributes_0() { return &____soapAttributes_0; } inline void set__soapAttributes_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____soapAttributes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____soapAttributes_0), (void*)value); } }; // System.Collections.Generic.IntrospectiveSortUtilities struct IntrospectiveSortUtilities_t7E5D1DEE0C9DA39D2DAFA3B5C74893630F8E16E9 : public RuntimeObject { public: public: }; // System.Runtime.CompilerServices.IsVolatile struct IsVolatile_t6ED2D0439DEC9CD9E03E7F707E4836CCB5C34DC4 : public RuntimeObject { public: public: }; // System.Runtime.CompilerServices.JitHelpers struct JitHelpers_t6DC124FF04E77C7EDE891400F7F01460DB8807E9 : public RuntimeObject { public: public: }; // Microsoft.Win32.KeyHandler struct KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF : public RuntimeObject { public: // System.String Microsoft.Win32.KeyHandler::Dir String_t* ___Dir_2; // System.String Microsoft.Win32.KeyHandler::ActualDir String_t* ___ActualDir_3; // System.Boolean Microsoft.Win32.KeyHandler::IsVolatile bool ___IsVolatile_4; // System.Collections.Hashtable Microsoft.Win32.KeyHandler::values Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___values_5; // System.String Microsoft.Win32.KeyHandler::file String_t* ___file_6; // System.Boolean Microsoft.Win32.KeyHandler::dirty bool ___dirty_7; public: inline static int32_t get_offset_of_Dir_2() { return static_cast(offsetof(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF, ___Dir_2)); } inline String_t* get_Dir_2() const { return ___Dir_2; } inline String_t** get_address_of_Dir_2() { return &___Dir_2; } inline void set_Dir_2(String_t* value) { ___Dir_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Dir_2), (void*)value); } inline static int32_t get_offset_of_ActualDir_3() { return static_cast(offsetof(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF, ___ActualDir_3)); } inline String_t* get_ActualDir_3() const { return ___ActualDir_3; } inline String_t** get_address_of_ActualDir_3() { return &___ActualDir_3; } inline void set_ActualDir_3(String_t* value) { ___ActualDir_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ActualDir_3), (void*)value); } inline static int32_t get_offset_of_IsVolatile_4() { return static_cast(offsetof(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF, ___IsVolatile_4)); } inline bool get_IsVolatile_4() const { return ___IsVolatile_4; } inline bool* get_address_of_IsVolatile_4() { return &___IsVolatile_4; } inline void set_IsVolatile_4(bool value) { ___IsVolatile_4 = value; } inline static int32_t get_offset_of_values_5() { return static_cast(offsetof(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF, ___values_5)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_values_5() const { return ___values_5; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_values_5() { return &___values_5; } inline void set_values_5(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___values_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_5), (void*)value); } inline static int32_t get_offset_of_file_6() { return static_cast(offsetof(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF, ___file_6)); } inline String_t* get_file_6() const { return ___file_6; } inline String_t** get_address_of_file_6() { return &___file_6; } inline void set_file_6(String_t* value) { ___file_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___file_6), (void*)value); } inline static int32_t get_offset_of_dirty_7() { return static_cast(offsetof(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF, ___dirty_7)); } inline bool get_dirty_7() const { return ___dirty_7; } inline bool* get_address_of_dirty_7() { return &___dirty_7; } inline void set_dirty_7(bool value) { ___dirty_7 = value; } }; struct KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields { public: // System.Collections.Hashtable Microsoft.Win32.KeyHandler::key_to_handler Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___key_to_handler_0; // System.Collections.Hashtable Microsoft.Win32.KeyHandler::dir_to_handler Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___dir_to_handler_1; // System.String Microsoft.Win32.KeyHandler::user_store String_t* ___user_store_8; // System.String Microsoft.Win32.KeyHandler::machine_store String_t* ___machine_store_9; public: inline static int32_t get_offset_of_key_to_handler_0() { return static_cast(offsetof(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields, ___key_to_handler_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_key_to_handler_0() const { return ___key_to_handler_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_key_to_handler_0() { return &___key_to_handler_0; } inline void set_key_to_handler_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___key_to_handler_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_to_handler_0), (void*)value); } inline static int32_t get_offset_of_dir_to_handler_1() { return static_cast(offsetof(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields, ___dir_to_handler_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_dir_to_handler_1() const { return ___dir_to_handler_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_dir_to_handler_1() { return &___dir_to_handler_1; } inline void set_dir_to_handler_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___dir_to_handler_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___dir_to_handler_1), (void*)value); } inline static int32_t get_offset_of_user_store_8() { return static_cast(offsetof(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields, ___user_store_8)); } inline String_t* get_user_store_8() const { return ___user_store_8; } inline String_t** get_address_of_user_store_8() { return &___user_store_8; } inline void set_user_store_8(String_t* value) { ___user_store_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___user_store_8), (void*)value); } inline static int32_t get_offset_of_machine_store_9() { return static_cast(offsetof(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields, ___machine_store_9)); } inline String_t* get_machine_store_9() const { return ___machine_store_9; } inline String_t** get_address_of_machine_store_9() { return &___machine_store_9; } inline void set_machine_store_9(String_t* value) { ___machine_store_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___machine_store_9), (void*)value); } }; // System.Collections.Generic.KeyValuePair struct KeyValuePair_t142F43549F77CB44E82D74227434E1CE049EE37C : public RuntimeObject { public: public: }; // System.Collections.KeyValuePairs struct KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B : public RuntimeObject { public: // System.Object System.Collections.KeyValuePairs::key RuntimeObject * ___key_0; // System.Object System.Collections.KeyValuePairs::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.KnownTerminals struct KnownTerminals_tADE399A49DA8B9DC4C28532B56B2FAF668CE3ABF : public RuntimeObject { public: public: }; // System.Threading.LazyInitializer struct LazyInitializer_t68D740FE95C1E311CA598F6427FAFBF1F6EA9A3E : public RuntimeObject { public: public: }; // System.Runtime.Remoting.Lifetime.LeaseManager struct LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1 : public RuntimeObject { public: // System.Collections.ArrayList System.Runtime.Remoting.Lifetime.LeaseManager::_objects ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____objects_0; // System.Threading.Timer System.Runtime.Remoting.Lifetime.LeaseManager::_timer Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB * ____timer_1; public: inline static int32_t get_offset_of__objects_0() { return static_cast(offsetof(LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1, ____objects_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__objects_0() const { return ____objects_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__objects_0() { return &____objects_0; } inline void set__objects_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____objects_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____objects_0), (void*)value); } inline static int32_t get_offset_of__timer_1() { return static_cast(offsetof(LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1, ____timer_1)); } inline Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB * get__timer_1() const { return ____timer_1; } inline Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB ** get_address_of__timer_1() { return &____timer_1; } inline void set__timer_1(Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB * value) { ____timer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____timer_1), (void*)value); } }; // System.Runtime.Remoting.Lifetime.LeaseSink struct LeaseSink_t102D9ED005D8D3BF39D7D7012058E2C02FB5F92D : public RuntimeObject { public: // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Lifetime.LeaseSink::_nextSink RuntimeObject* ____nextSink_0; public: inline static int32_t get_offset_of__nextSink_0() { return static_cast(offsetof(LeaseSink_t102D9ED005D8D3BF39D7D7012058E2C02FB5F92D, ____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); } }; // 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.Collections.ListDictionaryInternal struct ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A : public RuntimeObject { public: // System.Collections.ListDictionaryInternal/DictionaryNode System.Collections.ListDictionaryInternal::head DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * ___head_0; // System.Int32 System.Collections.ListDictionaryInternal::version int32_t ___version_1; // System.Int32 System.Collections.ListDictionaryInternal::count int32_t ___count_2; public: inline static int32_t get_offset_of_head_0() { return static_cast(offsetof(ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A, ___head_0)); } inline DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * get_head_0() const { return ___head_0; } inline DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * value) { ___head_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___head_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A, ___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; } }; // System.LocalDataStore struct LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 : public RuntimeObject { public: // System.LocalDataStoreElement[] System.LocalDataStore::m_DataTable LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF* ___m_DataTable_0; // System.LocalDataStoreMgr System.LocalDataStore::m_Manager LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * ___m_Manager_1; public: inline static int32_t get_offset_of_m_DataTable_0() { return static_cast(offsetof(LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65, ___m_DataTable_0)); } inline LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF* get_m_DataTable_0() const { return ___m_DataTable_0; } inline LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF** get_address_of_m_DataTable_0() { return &___m_DataTable_0; } inline void set_m_DataTable_0(LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF* value) { ___m_DataTable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DataTable_0), (void*)value); } inline static int32_t get_offset_of_m_Manager_1() { return static_cast(offsetof(LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65, ___m_Manager_1)); } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * get_m_Manager_1() const { return ___m_Manager_1; } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A ** get_address_of_m_Manager_1() { return &___m_Manager_1; } inline void set_m_Manager_1(LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * value) { ___m_Manager_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Manager_1), (void*)value); } }; // System.LocalDataStoreElement struct LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 : public RuntimeObject { public: // System.Object System.LocalDataStoreElement::m_value RuntimeObject * ___m_value_0; // System.Int64 System.LocalDataStoreElement::m_cookie int64_t ___m_cookie_1; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7, ___m_value_0)); } inline RuntimeObject * get_m_value_0() const { return ___m_value_0; } inline RuntimeObject ** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(RuntimeObject * value) { ___m_value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_value_0), (void*)value); } inline static int32_t get_offset_of_m_cookie_1() { return static_cast(offsetof(LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7, ___m_cookie_1)); } inline int64_t get_m_cookie_1() const { return ___m_cookie_1; } inline int64_t* get_address_of_m_cookie_1() { return &___m_cookie_1; } inline void set_m_cookie_1(int64_t value) { ___m_cookie_1 = value; } }; // System.LocalDataStoreHolder struct LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 : public RuntimeObject { public: // System.LocalDataStore System.LocalDataStoreHolder::m_Store LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * ___m_Store_0; public: inline static int32_t get_offset_of_m_Store_0() { return static_cast(offsetof(LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146, ___m_Store_0)); } inline LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * get_m_Store_0() const { return ___m_Store_0; } inline LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 ** get_address_of_m_Store_0() { return &___m_Store_0; } inline void set_m_Store_0(LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * value) { ___m_Store_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Store_0), (void*)value); } }; // System.LocalDataStoreMgr struct LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A : public RuntimeObject { public: // System.Boolean[] System.LocalDataStoreMgr::m_SlotInfoTable BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___m_SlotInfoTable_0; // System.Int32 System.LocalDataStoreMgr::m_FirstAvailableSlot int32_t ___m_FirstAvailableSlot_1; // System.Collections.Generic.List`1 System.LocalDataStoreMgr::m_ManagedLocalDataStores List_1_t470880A334542833BF98F3272A5E266DD818EA86 * ___m_ManagedLocalDataStores_2; // System.Collections.Generic.Dictionary`2 System.LocalDataStoreMgr::m_KeyToSlotMap Dictionary_2_tBB3B761B5CD370C29795A985E92637E6653997E5 * ___m_KeyToSlotMap_3; // System.Int64 System.LocalDataStoreMgr::m_CookieGenerator int64_t ___m_CookieGenerator_4; public: inline static int32_t get_offset_of_m_SlotInfoTable_0() { return static_cast(offsetof(LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A, ___m_SlotInfoTable_0)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_m_SlotInfoTable_0() const { return ___m_SlotInfoTable_0; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_m_SlotInfoTable_0() { return &___m_SlotInfoTable_0; } inline void set_m_SlotInfoTable_0(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___m_SlotInfoTable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SlotInfoTable_0), (void*)value); } inline static int32_t get_offset_of_m_FirstAvailableSlot_1() { return static_cast(offsetof(LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A, ___m_FirstAvailableSlot_1)); } inline int32_t get_m_FirstAvailableSlot_1() const { return ___m_FirstAvailableSlot_1; } inline int32_t* get_address_of_m_FirstAvailableSlot_1() { return &___m_FirstAvailableSlot_1; } inline void set_m_FirstAvailableSlot_1(int32_t value) { ___m_FirstAvailableSlot_1 = value; } inline static int32_t get_offset_of_m_ManagedLocalDataStores_2() { return static_cast(offsetof(LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A, ___m_ManagedLocalDataStores_2)); } inline List_1_t470880A334542833BF98F3272A5E266DD818EA86 * get_m_ManagedLocalDataStores_2() const { return ___m_ManagedLocalDataStores_2; } inline List_1_t470880A334542833BF98F3272A5E266DD818EA86 ** get_address_of_m_ManagedLocalDataStores_2() { return &___m_ManagedLocalDataStores_2; } inline void set_m_ManagedLocalDataStores_2(List_1_t470880A334542833BF98F3272A5E266DD818EA86 * value) { ___m_ManagedLocalDataStores_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ManagedLocalDataStores_2), (void*)value); } inline static int32_t get_offset_of_m_KeyToSlotMap_3() { return static_cast(offsetof(LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A, ___m_KeyToSlotMap_3)); } inline Dictionary_2_tBB3B761B5CD370C29795A985E92637E6653997E5 * get_m_KeyToSlotMap_3() const { return ___m_KeyToSlotMap_3; } inline Dictionary_2_tBB3B761B5CD370C29795A985E92637E6653997E5 ** get_address_of_m_KeyToSlotMap_3() { return &___m_KeyToSlotMap_3; } inline void set_m_KeyToSlotMap_3(Dictionary_2_tBB3B761B5CD370C29795A985E92637E6653997E5 * value) { ___m_KeyToSlotMap_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_KeyToSlotMap_3), (void*)value); } inline static int32_t get_offset_of_m_CookieGenerator_4() { return static_cast(offsetof(LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A, ___m_CookieGenerator_4)); } inline int64_t get_m_CookieGenerator_4() const { return ___m_CookieGenerator_4; } inline int64_t* get_address_of_m_CookieGenerator_4() { return &___m_CookieGenerator_4; } inline void set_m_CookieGenerator_4(int64_t value) { ___m_CookieGenerator_4 = value; } }; // System.LocalDataStoreSlot struct LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 : public RuntimeObject { public: // System.LocalDataStoreMgr System.LocalDataStoreSlot::m_mgr LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * ___m_mgr_0; // System.Int32 System.LocalDataStoreSlot::m_slot int32_t ___m_slot_1; // System.Int64 System.LocalDataStoreSlot::m_cookie int64_t ___m_cookie_2; public: inline static int32_t get_offset_of_m_mgr_0() { return static_cast(offsetof(LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5, ___m_mgr_0)); } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * get_m_mgr_0() const { return ___m_mgr_0; } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A ** get_address_of_m_mgr_0() { return &___m_mgr_0; } inline void set_m_mgr_0(LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * value) { ___m_mgr_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_mgr_0), (void*)value); } inline static int32_t get_offset_of_m_slot_1() { return static_cast(offsetof(LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5, ___m_slot_1)); } inline int32_t get_m_slot_1() const { return ___m_slot_1; } inline int32_t* get_address_of_m_slot_1() { return &___m_slot_1; } inline void set_m_slot_1(int32_t value) { ___m_slot_1 = value; } inline static int32_t get_offset_of_m_cookie_2() { return static_cast(offsetof(LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5, ___m_cookie_2)); } inline int64_t get_m_cookie_2() const { return ___m_cookie_2; } inline int64_t* get_address_of_m_cookie_2() { return &___m_cookie_2; } inline void set_m_cookie_2(int64_t value) { ___m_cookie_2 = value; } }; // System.Reflection.LocalVariableInfo struct LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61 : public RuntimeObject { public: // System.Type System.Reflection.LocalVariableInfo::type Type_t * ___type_0; // System.Boolean System.Reflection.LocalVariableInfo::is_pinned bool ___is_pinned_1; // System.UInt16 System.Reflection.LocalVariableInfo::position uint16_t ___position_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_0), (void*)value); } inline static int32_t get_offset_of_is_pinned_1() { return static_cast(offsetof(LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61, ___is_pinned_1)); } inline bool get_is_pinned_1() const { return ___is_pinned_1; } inline bool* get_address_of_is_pinned_1() { return &___is_pinned_1; } inline void set_is_pinned_1(bool value) { ___is_pinned_1 = value; } inline static int32_t get_offset_of_position_2() { return static_cast(offsetof(LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61, ___position_2)); } inline uint16_t get_position_2() const { return ___position_2; } inline uint16_t* get_address_of_position_2() { return &___position_2; } inline void set_position_2(uint16_t value) { ___position_2 = value; } }; // Native definition for P/Invoke marshalling of System.Reflection.LocalVariableInfo struct LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61_marshaled_pinvoke { Type_t * ___type_0; int32_t ___is_pinned_1; uint16_t ___position_2; }; // Native definition for COM marshalling of System.Reflection.LocalVariableInfo struct LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61_marshaled_com { Type_t * ___type_0; int32_t ___is_pinned_1; uint16_t ___position_2; }; // Locale struct Locale_t1E6F03093A6B2CFE1C02ACFFF3E469779762D748 : public RuntimeObject { public: public: }; // System.Runtime.Remoting.Messaging.LogicalCallContext struct LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Remoting.Messaging.LogicalCallContext::m_Datastore Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___m_Datastore_1; // System.Runtime.Remoting.Messaging.CallContextRemotingData System.Runtime.Remoting.Messaging.LogicalCallContext::m_RemotingData CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E * ___m_RemotingData_2; // System.Runtime.Remoting.Messaging.CallContextSecurityData System.Runtime.Remoting.Messaging.LogicalCallContext::m_SecurityData CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431 * ___m_SecurityData_3; // System.Object System.Runtime.Remoting.Messaging.LogicalCallContext::m_HostContext RuntimeObject * ___m_HostContext_4; // System.Boolean System.Runtime.Remoting.Messaging.LogicalCallContext::m_IsCorrelationMgr bool ___m_IsCorrelationMgr_5; public: inline static int32_t get_offset_of_m_Datastore_1() { return static_cast(offsetof(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3, ___m_Datastore_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_m_Datastore_1() const { return ___m_Datastore_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_m_Datastore_1() { return &___m_Datastore_1; } inline void set_m_Datastore_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___m_Datastore_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Datastore_1), (void*)value); } inline static int32_t get_offset_of_m_RemotingData_2() { return static_cast(offsetof(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3, ___m_RemotingData_2)); } inline CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E * get_m_RemotingData_2() const { return ___m_RemotingData_2; } inline CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E ** get_address_of_m_RemotingData_2() { return &___m_RemotingData_2; } inline void set_m_RemotingData_2(CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E * value) { ___m_RemotingData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RemotingData_2), (void*)value); } inline static int32_t get_offset_of_m_SecurityData_3() { return static_cast(offsetof(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3, ___m_SecurityData_3)); } inline CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431 * get_m_SecurityData_3() const { return ___m_SecurityData_3; } inline CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431 ** get_address_of_m_SecurityData_3() { return &___m_SecurityData_3; } inline void set_m_SecurityData_3(CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431 * value) { ___m_SecurityData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SecurityData_3), (void*)value); } inline static int32_t get_offset_of_m_HostContext_4() { return static_cast(offsetof(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3, ___m_HostContext_4)); } inline RuntimeObject * get_m_HostContext_4() const { return ___m_HostContext_4; } inline RuntimeObject ** get_address_of_m_HostContext_4() { return &___m_HostContext_4; } inline void set_m_HostContext_4(RuntimeObject * value) { ___m_HostContext_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HostContext_4), (void*)value); } inline static int32_t get_offset_of_m_IsCorrelationMgr_5() { return static_cast(offsetof(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3, ___m_IsCorrelationMgr_5)); } inline bool get_m_IsCorrelationMgr_5() const { return ___m_IsCorrelationMgr_5; } inline bool* get_address_of_m_IsCorrelationMgr_5() { return &___m_IsCorrelationMgr_5; } inline void set_m_IsCorrelationMgr_5(bool value) { ___m_IsCorrelationMgr_5 = value; } }; struct LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_StaticFields { public: // System.Type System.Runtime.Remoting.Messaging.LogicalCallContext::s_callContextType Type_t * ___s_callContextType_0; public: inline static int32_t get_offset_of_s_callContextType_0() { return static_cast(offsetof(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_StaticFields, ___s_callContextType_0)); } inline Type_t * get_s_callContextType_0() const { return ___s_callContextType_0; } inline Type_t ** get_address_of_s_callContextType_0() { return &___s_callContextType_0; } inline void set_s_callContextType_0(Type_t * value) { ___s_callContextType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_callContextType_0), (void*)value); } }; // System.Runtime.Serialization.LongList struct LongList_tB13F421A6BB4E3BB28AEAA7B91E9A937EB7A7D23 : public RuntimeObject { public: // System.Int64[] System.Runtime.Serialization.LongList::m_values Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___m_values_0; // System.Int32 System.Runtime.Serialization.LongList::m_count int32_t ___m_count_1; // System.Int32 System.Runtime.Serialization.LongList::m_totalItems int32_t ___m_totalItems_2; // System.Int32 System.Runtime.Serialization.LongList::m_currentItem int32_t ___m_currentItem_3; public: inline static int32_t get_offset_of_m_values_0() { return static_cast(offsetof(LongList_tB13F421A6BB4E3BB28AEAA7B91E9A937EB7A7D23, ___m_values_0)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_m_values_0() const { return ___m_values_0; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_m_values_0() { return &___m_values_0; } inline void set_m_values_0(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___m_values_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_values_0), (void*)value); } inline static int32_t get_offset_of_m_count_1() { return static_cast(offsetof(LongList_tB13F421A6BB4E3BB28AEAA7B91E9A937EB7A7D23, ___m_count_1)); } inline int32_t get_m_count_1() const { return ___m_count_1; } inline int32_t* get_address_of_m_count_1() { return &___m_count_1; } inline void set_m_count_1(int32_t value) { ___m_count_1 = value; } inline static int32_t get_offset_of_m_totalItems_2() { return static_cast(offsetof(LongList_tB13F421A6BB4E3BB28AEAA7B91E9A937EB7A7D23, ___m_totalItems_2)); } inline int32_t get_m_totalItems_2() const { return ___m_totalItems_2; } inline int32_t* get_address_of_m_totalItems_2() { return &___m_totalItems_2; } inline void set_m_totalItems_2(int32_t value) { ___m_totalItems_2 = value; } inline static int32_t get_offset_of_m_currentItem_3() { return static_cast(offsetof(LongList_tB13F421A6BB4E3BB28AEAA7B91E9A937EB7A7D23, ___m_currentItem_3)); } inline int32_t get_m_currentItem_3() const { return ___m_currentItem_3; } inline int32_t* get_address_of_m_currentItem_3() { return &___m_currentItem_3; } inline void set_m_currentItem_3(int32_t value) { ___m_currentItem_3 = value; } }; // System.Collections.LowLevelComparer struct LowLevelComparer_tE1AAB0112F35E5629CBBA2032E4B98AD63745673 : public RuntimeObject { public: public: }; struct LowLevelComparer_tE1AAB0112F35E5629CBBA2032E4B98AD63745673_StaticFields { public: // System.Collections.LowLevelComparer System.Collections.LowLevelComparer::Default LowLevelComparer_tE1AAB0112F35E5629CBBA2032E4B98AD63745673 * ___Default_0; public: inline static int32_t get_offset_of_Default_0() { return static_cast(offsetof(LowLevelComparer_tE1AAB0112F35E5629CBBA2032E4B98AD63745673_StaticFields, ___Default_0)); } inline LowLevelComparer_tE1AAB0112F35E5629CBBA2032E4B98AD63745673 * get_Default_0() const { return ___Default_0; } inline LowLevelComparer_tE1AAB0112F35E5629CBBA2032E4B98AD63745673 ** get_address_of_Default_0() { return &___Default_0; } inline void set_Default_0(LowLevelComparer_tE1AAB0112F35E5629CBBA2032E4B98AD63745673 * value) { ___Default_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_0), (void*)value); } }; // Mono.Globalization.Unicode.MSCompatUnicodeTable struct MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5 : public RuntimeObject { public: public: }; struct MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields { public: // System.Int32 Mono.Globalization.Unicode.MSCompatUnicodeTable::MaxExpansionLength int32_t ___MaxExpansionLength_0; // System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::ignorableFlags uint8_t* ___ignorableFlags_1; // System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::categories uint8_t* ___categories_2; // System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::level1 uint8_t* ___level1_3; // System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::level2 uint8_t* ___level2_4; // System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::level3 uint8_t* ___level3_5; // System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkCHScategory uint8_t* ___cjkCHScategory_6; // System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkCHTcategory uint8_t* ___cjkCHTcategory_7; // System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkJAcategory uint8_t* ___cjkJAcategory_8; // System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkKOcategory uint8_t* ___cjkKOcategory_9; // System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkCHSlv1 uint8_t* ___cjkCHSlv1_10; // System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkCHTlv1 uint8_t* ___cjkCHTlv1_11; // System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkJAlv1 uint8_t* ___cjkJAlv1_12; // System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkKOlv1 uint8_t* ___cjkKOlv1_13; // System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkKOlv2 uint8_t* ___cjkKOlv2_14; // System.Char[] Mono.Globalization.Unicode.MSCompatUnicodeTable::tailoringArr CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___tailoringArr_15; // Mono.Globalization.Unicode.TailoringInfo[] Mono.Globalization.Unicode.MSCompatUnicodeTable::tailoringInfos TailoringInfoU5BU5D_tE558BFC8FBB51482ACC5F18EB713B8AE8B77FB99* ___tailoringInfos_16; // System.Object Mono.Globalization.Unicode.MSCompatUnicodeTable::forLock RuntimeObject * ___forLock_17; // System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::isReady bool ___isReady_18; public: inline static int32_t get_offset_of_MaxExpansionLength_0() { return static_cast(offsetof(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields, ___MaxExpansionLength_0)); } inline int32_t get_MaxExpansionLength_0() const { return ___MaxExpansionLength_0; } inline int32_t* get_address_of_MaxExpansionLength_0() { return &___MaxExpansionLength_0; } inline void set_MaxExpansionLength_0(int32_t value) { ___MaxExpansionLength_0 = value; } inline static int32_t get_offset_of_ignorableFlags_1() { return static_cast(offsetof(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields, ___ignorableFlags_1)); } inline uint8_t* get_ignorableFlags_1() const { return ___ignorableFlags_1; } inline uint8_t** get_address_of_ignorableFlags_1() { return &___ignorableFlags_1; } inline void set_ignorableFlags_1(uint8_t* value) { ___ignorableFlags_1 = value; } inline static int32_t get_offset_of_categories_2() { return static_cast(offsetof(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields, ___categories_2)); } inline uint8_t* get_categories_2() const { return ___categories_2; } inline uint8_t** get_address_of_categories_2() { return &___categories_2; } inline void set_categories_2(uint8_t* value) { ___categories_2 = value; } inline static int32_t get_offset_of_level1_3() { return static_cast(offsetof(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields, ___level1_3)); } inline uint8_t* get_level1_3() const { return ___level1_3; } inline uint8_t** get_address_of_level1_3() { return &___level1_3; } inline void set_level1_3(uint8_t* value) { ___level1_3 = value; } inline static int32_t get_offset_of_level2_4() { return static_cast(offsetof(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields, ___level2_4)); } inline uint8_t* get_level2_4() const { return ___level2_4; } inline uint8_t** get_address_of_level2_4() { return &___level2_4; } inline void set_level2_4(uint8_t* value) { ___level2_4 = value; } inline static int32_t get_offset_of_level3_5() { return static_cast(offsetof(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields, ___level3_5)); } inline uint8_t* get_level3_5() const { return ___level3_5; } inline uint8_t** get_address_of_level3_5() { return &___level3_5; } inline void set_level3_5(uint8_t* value) { ___level3_5 = value; } inline static int32_t get_offset_of_cjkCHScategory_6() { return static_cast(offsetof(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields, ___cjkCHScategory_6)); } inline uint8_t* get_cjkCHScategory_6() const { return ___cjkCHScategory_6; } inline uint8_t** get_address_of_cjkCHScategory_6() { return &___cjkCHScategory_6; } inline void set_cjkCHScategory_6(uint8_t* value) { ___cjkCHScategory_6 = value; } inline static int32_t get_offset_of_cjkCHTcategory_7() { return static_cast(offsetof(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields, ___cjkCHTcategory_7)); } inline uint8_t* get_cjkCHTcategory_7() const { return ___cjkCHTcategory_7; } inline uint8_t** get_address_of_cjkCHTcategory_7() { return &___cjkCHTcategory_7; } inline void set_cjkCHTcategory_7(uint8_t* value) { ___cjkCHTcategory_7 = value; } inline static int32_t get_offset_of_cjkJAcategory_8() { return static_cast(offsetof(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields, ___cjkJAcategory_8)); } inline uint8_t* get_cjkJAcategory_8() const { return ___cjkJAcategory_8; } inline uint8_t** get_address_of_cjkJAcategory_8() { return &___cjkJAcategory_8; } inline void set_cjkJAcategory_8(uint8_t* value) { ___cjkJAcategory_8 = value; } inline static int32_t get_offset_of_cjkKOcategory_9() { return static_cast(offsetof(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields, ___cjkKOcategory_9)); } inline uint8_t* get_cjkKOcategory_9() const { return ___cjkKOcategory_9; } inline uint8_t** get_address_of_cjkKOcategory_9() { return &___cjkKOcategory_9; } inline void set_cjkKOcategory_9(uint8_t* value) { ___cjkKOcategory_9 = value; } inline static int32_t get_offset_of_cjkCHSlv1_10() { return static_cast(offsetof(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields, ___cjkCHSlv1_10)); } inline uint8_t* get_cjkCHSlv1_10() const { return ___cjkCHSlv1_10; } inline uint8_t** get_address_of_cjkCHSlv1_10() { return &___cjkCHSlv1_10; } inline void set_cjkCHSlv1_10(uint8_t* value) { ___cjkCHSlv1_10 = value; } inline static int32_t get_offset_of_cjkCHTlv1_11() { return static_cast(offsetof(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields, ___cjkCHTlv1_11)); } inline uint8_t* get_cjkCHTlv1_11() const { return ___cjkCHTlv1_11; } inline uint8_t** get_address_of_cjkCHTlv1_11() { return &___cjkCHTlv1_11; } inline void set_cjkCHTlv1_11(uint8_t* value) { ___cjkCHTlv1_11 = value; } inline static int32_t get_offset_of_cjkJAlv1_12() { return static_cast(offsetof(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields, ___cjkJAlv1_12)); } inline uint8_t* get_cjkJAlv1_12() const { return ___cjkJAlv1_12; } inline uint8_t** get_address_of_cjkJAlv1_12() { return &___cjkJAlv1_12; } inline void set_cjkJAlv1_12(uint8_t* value) { ___cjkJAlv1_12 = value; } inline static int32_t get_offset_of_cjkKOlv1_13() { return static_cast(offsetof(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields, ___cjkKOlv1_13)); } inline uint8_t* get_cjkKOlv1_13() const { return ___cjkKOlv1_13; } inline uint8_t** get_address_of_cjkKOlv1_13() { return &___cjkKOlv1_13; } inline void set_cjkKOlv1_13(uint8_t* value) { ___cjkKOlv1_13 = value; } inline static int32_t get_offset_of_cjkKOlv2_14() { return static_cast(offsetof(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields, ___cjkKOlv2_14)); } inline uint8_t* get_cjkKOlv2_14() const { return ___cjkKOlv2_14; } inline uint8_t** get_address_of_cjkKOlv2_14() { return &___cjkKOlv2_14; } inline void set_cjkKOlv2_14(uint8_t* value) { ___cjkKOlv2_14 = value; } inline static int32_t get_offset_of_tailoringArr_15() { return static_cast(offsetof(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields, ___tailoringArr_15)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_tailoringArr_15() const { return ___tailoringArr_15; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_tailoringArr_15() { return &___tailoringArr_15; } inline void set_tailoringArr_15(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___tailoringArr_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___tailoringArr_15), (void*)value); } inline static int32_t get_offset_of_tailoringInfos_16() { return static_cast(offsetof(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields, ___tailoringInfos_16)); } inline TailoringInfoU5BU5D_tE558BFC8FBB51482ACC5F18EB713B8AE8B77FB99* get_tailoringInfos_16() const { return ___tailoringInfos_16; } inline TailoringInfoU5BU5D_tE558BFC8FBB51482ACC5F18EB713B8AE8B77FB99** get_address_of_tailoringInfos_16() { return &___tailoringInfos_16; } inline void set_tailoringInfos_16(TailoringInfoU5BU5D_tE558BFC8FBB51482ACC5F18EB713B8AE8B77FB99* value) { ___tailoringInfos_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___tailoringInfos_16), (void*)value); } inline static int32_t get_offset_of_forLock_17() { return static_cast(offsetof(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields, ___forLock_17)); } inline RuntimeObject * get_forLock_17() const { return ___forLock_17; } inline RuntimeObject ** get_address_of_forLock_17() { return &___forLock_17; } inline void set_forLock_17(RuntimeObject * value) { ___forLock_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___forLock_17), (void*)value); } inline static int32_t get_offset_of_isReady_18() { return static_cast(offsetof(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields, ___isReady_18)); } inline bool get_isReady_18() const { return ___isReady_18; } inline bool* get_address_of_isReady_18() { return &___isReady_18; } inline void set_isReady_18(bool value) { ___isReady_18 = value; } }; // Mono.Globalization.Unicode.MSCompatUnicodeTableUtil struct MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2 : public RuntimeObject { public: public: }; struct MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields { public: // Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::Ignorable CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * ___Ignorable_0; // Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::Category CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * ___Category_1; // Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::Level1 CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * ___Level1_2; // Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::Level2 CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * ___Level2_3; // Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::Level3 CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * ___Level3_4; // Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::CjkCHS CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * ___CjkCHS_5; // Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::Cjk CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * ___Cjk_6; public: inline static int32_t get_offset_of_Ignorable_0() { return static_cast(offsetof(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields, ___Ignorable_0)); } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * get_Ignorable_0() const { return ___Ignorable_0; } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** get_address_of_Ignorable_0() { return &___Ignorable_0; } inline void set_Ignorable_0(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * value) { ___Ignorable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Ignorable_0), (void*)value); } inline static int32_t get_offset_of_Category_1() { return static_cast(offsetof(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields, ___Category_1)); } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * get_Category_1() const { return ___Category_1; } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** get_address_of_Category_1() { return &___Category_1; } inline void set_Category_1(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * value) { ___Category_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Category_1), (void*)value); } inline static int32_t get_offset_of_Level1_2() { return static_cast(offsetof(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields, ___Level1_2)); } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * get_Level1_2() const { return ___Level1_2; } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** get_address_of_Level1_2() { return &___Level1_2; } inline void set_Level1_2(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * value) { ___Level1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Level1_2), (void*)value); } inline static int32_t get_offset_of_Level2_3() { return static_cast(offsetof(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields, ___Level2_3)); } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * get_Level2_3() const { return ___Level2_3; } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** get_address_of_Level2_3() { return &___Level2_3; } inline void set_Level2_3(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * value) { ___Level2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Level2_3), (void*)value); } inline static int32_t get_offset_of_Level3_4() { return static_cast(offsetof(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields, ___Level3_4)); } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * get_Level3_4() const { return ___Level3_4; } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** get_address_of_Level3_4() { return &___Level3_4; } inline void set_Level3_4(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * value) { ___Level3_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Level3_4), (void*)value); } inline static int32_t get_offset_of_CjkCHS_5() { return static_cast(offsetof(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields, ___CjkCHS_5)); } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * get_CjkCHS_5() const { return ___CjkCHS_5; } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** get_address_of_CjkCHS_5() { return &___CjkCHS_5; } inline void set_CjkCHS_5(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * value) { ___CjkCHS_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___CjkCHS_5), (void*)value); } inline static int32_t get_offset_of_Cjk_6() { return static_cast(offsetof(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields, ___Cjk_6)); } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * get_Cjk_6() const { return ___Cjk_6; } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** get_address_of_Cjk_6() { return &___Cjk_6; } inline void set_Cjk_6(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * value) { ___Cjk_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Cjk_6), (void*)value); } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Runtime.Remoting.Messaging.MessageDictionary struct MessageDictionary_tF87E1D8408337642172945A13C9C116D7F9336BE : public RuntimeObject { public: // System.Collections.IDictionary System.Runtime.Remoting.Messaging.MessageDictionary::_internalProperties RuntimeObject* ____internalProperties_0; // System.Runtime.Remoting.Messaging.IMethodMessage System.Runtime.Remoting.Messaging.MessageDictionary::_message RuntimeObject* ____message_1; // System.String[] System.Runtime.Remoting.Messaging.MessageDictionary::_methodKeys StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____methodKeys_2; // System.Boolean System.Runtime.Remoting.Messaging.MessageDictionary::_ownProperties bool ____ownProperties_3; public: inline static int32_t get_offset_of__internalProperties_0() { return static_cast(offsetof(MessageDictionary_tF87E1D8408337642172945A13C9C116D7F9336BE, ____internalProperties_0)); } inline RuntimeObject* get__internalProperties_0() const { return ____internalProperties_0; } inline RuntimeObject** get_address_of__internalProperties_0() { return &____internalProperties_0; } inline void set__internalProperties_0(RuntimeObject* value) { ____internalProperties_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____internalProperties_0), (void*)value); } inline static int32_t get_offset_of__message_1() { return static_cast(offsetof(MessageDictionary_tF87E1D8408337642172945A13C9C116D7F9336BE, ____message_1)); } inline RuntimeObject* get__message_1() const { return ____message_1; } inline RuntimeObject** get_address_of__message_1() { return &____message_1; } inline void set__message_1(RuntimeObject* value) { ____message_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_1), (void*)value); } inline static int32_t get_offset_of__methodKeys_2() { return static_cast(offsetof(MessageDictionary_tF87E1D8408337642172945A13C9C116D7F9336BE, ____methodKeys_2)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__methodKeys_2() const { return ____methodKeys_2; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__methodKeys_2() { return &____methodKeys_2; } inline void set__methodKeys_2(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____methodKeys_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____methodKeys_2), (void*)value); } inline static int32_t get_offset_of__ownProperties_3() { return static_cast(offsetof(MessageDictionary_tF87E1D8408337642172945A13C9C116D7F9336BE, ____ownProperties_3)); } inline bool get__ownProperties_3() const { return ____ownProperties_3; } inline bool* get_address_of__ownProperties_3() { return &____ownProperties_3; } inline void set__ownProperties_3(bool value) { ____ownProperties_3 = value; } }; // System.Collections.Queue struct Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 : public RuntimeObject { public: // System.Object[] System.Collections.Queue::_array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____array_0; // System.Int32 System.Collections.Queue::_head int32_t ____head_1; // System.Int32 System.Collections.Queue::_tail int32_t ____tail_2; // System.Int32 System.Collections.Queue::_size int32_t ____size_3; // System.Int32 System.Collections.Queue::_growFactor int32_t ____growFactor_4; // System.Int32 System.Collections.Queue::_version int32_t ____version_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__growFactor_4() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____growFactor_4)); } inline int32_t get__growFactor_4() const { return ____growFactor_4; } inline int32_t* get_address_of__growFactor_4() { return &____growFactor_4; } inline void set__growFactor_4(int32_t value) { ____growFactor_4 = value; } inline static int32_t get_offset_of__version_5() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____version_5)); } inline int32_t get__version_5() const { return ____version_5; } inline int32_t* get_address_of__version_5() { return &____version_5; } inline void set__version_5(int32_t value) { ____version_5 = value; } }; // Microsoft.Win32.RegistryKeyComparer struct RegistryKeyComparer_t76F1E0DB03CDF4EBDC550475175DB5068DA97AD3 : public RuntimeObject { public: public: }; // System.Security.SecurityElement struct SecurityElement_tB9682077760936136392270197F642224B2141CC : public RuntimeObject { public: // System.String System.Security.SecurityElement::text String_t* ___text_0; // System.String System.Security.SecurityElement::tag String_t* ___tag_1; // System.Collections.ArrayList System.Security.SecurityElement::attributes ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___attributes_2; // System.Collections.ArrayList System.Security.SecurityElement::children ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___children_3; public: inline static int32_t get_offset_of_text_0() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC, ___text_0)); } inline String_t* get_text_0() const { return ___text_0; } inline String_t** get_address_of_text_0() { return &___text_0; } inline void set_text_0(String_t* value) { ___text_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_0), (void*)value); } inline static int32_t get_offset_of_tag_1() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC, ___tag_1)); } inline String_t* get_tag_1() const { return ___tag_1; } inline String_t** get_address_of_tag_1() { return &___tag_1; } inline void set_tag_1(String_t* value) { ___tag_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tag_1), (void*)value); } inline static int32_t get_offset_of_attributes_2() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC, ___attributes_2)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_attributes_2() const { return ___attributes_2; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_attributes_2() { return &___attributes_2; } inline void set_attributes_2(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___attributes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_2), (void*)value); } inline static int32_t get_offset_of_children_3() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC, ___children_3)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_children_3() const { return ___children_3; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_children_3() { return &___children_3; } inline void set_children_3(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___children_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___children_3), (void*)value); } }; struct SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields { public: // System.Char[] System.Security.SecurityElement::invalid_tag_chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___invalid_tag_chars_4; // System.Char[] System.Security.SecurityElement::invalid_text_chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___invalid_text_chars_5; // System.Char[] System.Security.SecurityElement::invalid_attr_name_chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___invalid_attr_name_chars_6; // System.Char[] System.Security.SecurityElement::invalid_attr_value_chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___invalid_attr_value_chars_7; // System.Char[] System.Security.SecurityElement::invalid_chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___invalid_chars_8; public: inline static int32_t get_offset_of_invalid_tag_chars_4() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields, ___invalid_tag_chars_4)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_invalid_tag_chars_4() const { return ___invalid_tag_chars_4; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_invalid_tag_chars_4() { return &___invalid_tag_chars_4; } inline void set_invalid_tag_chars_4(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___invalid_tag_chars_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___invalid_tag_chars_4), (void*)value); } inline static int32_t get_offset_of_invalid_text_chars_5() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields, ___invalid_text_chars_5)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_invalid_text_chars_5() const { return ___invalid_text_chars_5; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_invalid_text_chars_5() { return &___invalid_text_chars_5; } inline void set_invalid_text_chars_5(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___invalid_text_chars_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___invalid_text_chars_5), (void*)value); } inline static int32_t get_offset_of_invalid_attr_name_chars_6() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields, ___invalid_attr_name_chars_6)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_invalid_attr_name_chars_6() const { return ___invalid_attr_name_chars_6; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_invalid_attr_name_chars_6() { return &___invalid_attr_name_chars_6; } inline void set_invalid_attr_name_chars_6(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___invalid_attr_name_chars_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___invalid_attr_name_chars_6), (void*)value); } inline static int32_t get_offset_of_invalid_attr_value_chars_7() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields, ___invalid_attr_value_chars_7)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_invalid_attr_value_chars_7() const { return ___invalid_attr_value_chars_7; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_invalid_attr_value_chars_7() { return &___invalid_attr_value_chars_7; } inline void set_invalid_attr_value_chars_7(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___invalid_attr_value_chars_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___invalid_attr_value_chars_7), (void*)value); } inline static int32_t get_offset_of_invalid_chars_8() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields, ___invalid_chars_8)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_invalid_chars_8() const { return ___invalid_chars_8; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_invalid_chars_8() { return &___invalid_chars_8; } inline void set_invalid_chars_8(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___invalid_chars_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___invalid_chars_8), (void*)value); } }; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___m_nameToIndex_6; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_7; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_8; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_9; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_10; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t * ___objectType_11; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_12; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_13; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_14; public: inline static int32_t get_offset_of_m_members_3() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_members_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_3() const { return ___m_members_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_3() { return &___m_members_3; } inline void set_m_members_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value); } inline static int32_t get_offset_of_m_data_4() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_data_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_4() const { return ___m_data_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_4() { return &___m_data_4; } inline void set_m_data_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value); } inline static int32_t get_offset_of_m_types_5() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_types_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_5() const { return ___m_types_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_5() { return &___m_types_5; } inline void set_m_types_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value); } inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_nameToIndex_6)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; } inline void set_m_nameToIndex_6(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___m_nameToIndex_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value); } inline static int32_t get_offset_of_m_currMember_7() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_currMember_7)); } inline int32_t get_m_currMember_7() const { return ___m_currMember_7; } inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; } inline void set_m_currMember_7(int32_t value) { ___m_currMember_7 = value; } inline static int32_t get_offset_of_m_converter_8() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_converter_8)); } inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; } inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; } inline void set_m_converter_8(RuntimeObject* value) { ___m_converter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value); } inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_fullTypeName_9)); } inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; } inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; } inline void set_m_fullTypeName_9(String_t* value) { ___m_fullTypeName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value); } inline static int32_t get_offset_of_m_assemName_10() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_assemName_10)); } inline String_t* get_m_assemName_10() const { return ___m_assemName_10; } inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; } inline void set_m_assemName_10(String_t* value) { ___m_assemName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value); } inline static int32_t get_offset_of_objectType_11() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___objectType_11)); } inline Type_t * get_objectType_11() const { return ___objectType_11; } inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; } inline void set_objectType_11(Type_t * value) { ___objectType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value); } inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isFullTypeNameSetExplicit_12)); } inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; } inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; } inline void set_isFullTypeNameSetExplicit_12(bool value) { ___isFullTypeNameSetExplicit_12 = value; } inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isAssemblyNameSetExplicit_13)); } inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; } inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; } inline void set_isAssemblyNameSetExplicit_13(bool value) { ___isAssemblyNameSetExplicit_13 = value; } inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___requireSameTokenInPartialTrust_14)); } inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; } inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; } inline void set_requireSameTokenInPartialTrust_14(bool value) { ___requireSameTokenInPartialTrust_14 = value; } }; // System.Runtime.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.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.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.Collections.Hashtable/HashtableEnumerator struct HashtableEnumerator_tE0C1E58CD53485371C1A23E5120E89BC93D97FDF : public RuntimeObject { public: // System.Collections.Hashtable System.Collections.Hashtable/HashtableEnumerator::hashtable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___hashtable_0; // System.Int32 System.Collections.Hashtable/HashtableEnumerator::bucket int32_t ___bucket_1; // System.Int32 System.Collections.Hashtable/HashtableEnumerator::version int32_t ___version_2; // System.Boolean System.Collections.Hashtable/HashtableEnumerator::current bool ___current_3; // System.Int32 System.Collections.Hashtable/HashtableEnumerator::getObjectRetType int32_t ___getObjectRetType_4; // System.Object System.Collections.Hashtable/HashtableEnumerator::currentKey RuntimeObject * ___currentKey_5; // System.Object System.Collections.Hashtable/HashtableEnumerator::currentValue RuntimeObject * ___currentValue_6; public: inline static int32_t get_offset_of_hashtable_0() { return static_cast(offsetof(HashtableEnumerator_tE0C1E58CD53485371C1A23E5120E89BC93D97FDF, ___hashtable_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_hashtable_0() const { return ___hashtable_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_hashtable_0() { return &___hashtable_0; } inline void set_hashtable_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___hashtable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashtable_0), (void*)value); } inline static int32_t get_offset_of_bucket_1() { return static_cast(offsetof(HashtableEnumerator_tE0C1E58CD53485371C1A23E5120E89BC93D97FDF, ___bucket_1)); } inline int32_t get_bucket_1() const { return ___bucket_1; } inline int32_t* get_address_of_bucket_1() { return &___bucket_1; } inline void set_bucket_1(int32_t value) { ___bucket_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(HashtableEnumerator_tE0C1E58CD53485371C1A23E5120E89BC93D97FDF, ___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(HashtableEnumerator_tE0C1E58CD53485371C1A23E5120E89BC93D97FDF, ___current_3)); } inline bool get_current_3() const { return ___current_3; } inline bool* get_address_of_current_3() { return &___current_3; } inline void set_current_3(bool value) { ___current_3 = value; } inline static int32_t get_offset_of_getObjectRetType_4() { return static_cast(offsetof(HashtableEnumerator_tE0C1E58CD53485371C1A23E5120E89BC93D97FDF, ___getObjectRetType_4)); } inline int32_t get_getObjectRetType_4() const { return ___getObjectRetType_4; } inline int32_t* get_address_of_getObjectRetType_4() { return &___getObjectRetType_4; } inline void set_getObjectRetType_4(int32_t value) { ___getObjectRetType_4 = value; } inline static int32_t get_offset_of_currentKey_5() { return static_cast(offsetof(HashtableEnumerator_tE0C1E58CD53485371C1A23E5120E89BC93D97FDF, ___currentKey_5)); } inline RuntimeObject * get_currentKey_5() const { return ___currentKey_5; } inline RuntimeObject ** get_address_of_currentKey_5() { return &___currentKey_5; } inline void set_currentKey_5(RuntimeObject * value) { ___currentKey_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentKey_5), (void*)value); } inline static int32_t get_offset_of_currentValue_6() { return static_cast(offsetof(HashtableEnumerator_tE0C1E58CD53485371C1A23E5120E89BC93D97FDF, ___currentValue_6)); } inline RuntimeObject * get_currentValue_6() const { return ___currentValue_6; } inline RuntimeObject ** get_address_of_currentValue_6() { return &___currentValue_6; } inline void set_currentValue_6(RuntimeObject * value) { ___currentValue_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentValue_6), (void*)value); } }; // System.Collections.Hashtable/KeyCollection struct KeyCollection_tD156AF123B81AE9183976AA8743E5D6B30030CCE : public RuntimeObject { public: // System.Collections.Hashtable System.Collections.Hashtable/KeyCollection::_hashtable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____hashtable_0; public: inline static int32_t get_offset_of__hashtable_0() { return static_cast(offsetof(KeyCollection_tD156AF123B81AE9183976AA8743E5D6B30030CCE, ____hashtable_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__hashtable_0() const { return ____hashtable_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__hashtable_0() { return &____hashtable_0; } inline void set__hashtable_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____hashtable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____hashtable_0), (void*)value); } }; // System.Collections.ListDictionaryInternal/DictionaryNode struct DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C : public RuntimeObject { public: // System.Object System.Collections.ListDictionaryInternal/DictionaryNode::key RuntimeObject * ___key_0; // System.Object System.Collections.ListDictionaryInternal/DictionaryNode::value RuntimeObject * ___value_1; // System.Collections.ListDictionaryInternal/DictionaryNode System.Collections.ListDictionaryInternal/DictionaryNode::next DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * ___next_2; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } inline static int32_t get_offset_of_next_2() { return static_cast(offsetof(DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C, ___next_2)); } inline DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * get_next_2() const { return ___next_2; } inline DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C ** get_address_of_next_2() { return &___next_2; } inline void set_next_2(DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * value) { ___next_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_2), (void*)value); } }; // System.Collections.ListDictionaryInternal/NodeEnumerator struct NodeEnumerator_t603444CE6539BA97B964D6B5734C61944955E79B : public RuntimeObject { public: // System.Collections.ListDictionaryInternal System.Collections.ListDictionaryInternal/NodeEnumerator::list ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A * ___list_0; // System.Collections.ListDictionaryInternal/DictionaryNode System.Collections.ListDictionaryInternal/NodeEnumerator::current DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * ___current_1; // System.Int32 System.Collections.ListDictionaryInternal/NodeEnumerator::version int32_t ___version_2; // System.Boolean System.Collections.ListDictionaryInternal/NodeEnumerator::start bool ___start_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(NodeEnumerator_t603444CE6539BA97B964D6B5734C61944955E79B, ___list_0)); } inline ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A * get_list_0() const { return ___list_0; } inline ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_current_1() { return static_cast(offsetof(NodeEnumerator_t603444CE6539BA97B964D6B5734C61944955E79B, ___current_1)); } inline DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * get_current_1() const { return ___current_1; } inline DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C ** get_address_of_current_1() { return &___current_1; } inline void set_current_1(DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * value) { ___current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_1), (void*)value); } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(NodeEnumerator_t603444CE6539BA97B964D6B5734C61944955E79B, ___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_start_3() { return static_cast(offsetof(NodeEnumerator_t603444CE6539BA97B964D6B5734C61944955E79B, ___start_3)); } inline bool get_start_3() const { return ___start_3; } inline bool* get_address_of_start_3() { return &___start_3; } inline void set_start_3(bool value) { ___start_3 = value; } }; // Mono.Globalization.Unicode.MSCompatUnicodeTable/<>c struct U3CU3Ec_t9C71671E3FC435799269A2109CBA9DDB7D43CC0F : public RuntimeObject { public: public: }; struct U3CU3Ec_t9C71671E3FC435799269A2109CBA9DDB7D43CC0F_StaticFields { public: // Mono.Globalization.Unicode.MSCompatUnicodeTable/<>c Mono.Globalization.Unicode.MSCompatUnicodeTable/<>c::<>9 U3CU3Ec_t9C71671E3FC435799269A2109CBA9DDB7D43CC0F * ___U3CU3E9_0; // System.Comparison`1 Mono.Globalization.Unicode.MSCompatUnicodeTable/<>c::<>9__17_0 Comparison_1_tD3B42082C57F6BA82A21609F8DF8F414BCFA4C38 * ___U3CU3E9__17_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t9C71671E3FC435799269A2109CBA9DDB7D43CC0F_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t9C71671E3FC435799269A2109CBA9DDB7D43CC0F * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t9C71671E3FC435799269A2109CBA9DDB7D43CC0F ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t9C71671E3FC435799269A2109CBA9DDB7D43CC0F * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__17_0_1() { return static_cast(offsetof(U3CU3Ec_t9C71671E3FC435799269A2109CBA9DDB7D43CC0F_StaticFields, ___U3CU3E9__17_0_1)); } inline Comparison_1_tD3B42082C57F6BA82A21609F8DF8F414BCFA4C38 * get_U3CU3E9__17_0_1() const { return ___U3CU3E9__17_0_1; } inline Comparison_1_tD3B42082C57F6BA82A21609F8DF8F414BCFA4C38 ** get_address_of_U3CU3E9__17_0_1() { return &___U3CU3E9__17_0_1; } inline void set_U3CU3E9__17_0_1(Comparison_1_tD3B42082C57F6BA82A21609F8DF8F414BCFA4C38 * value) { ___U3CU3E9__17_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__17_0_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value String_t* ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC, ___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.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // 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.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 { public: // System.Int32 System.Decimal::flags int32_t ___flags_14; // System.Int32 System.Decimal::hi int32_t ___hi_15; // System.Int32 System.Decimal::lo int32_t ___lo_16; // System.Int32 System.Decimal::mid int32_t ___mid_17; public: inline static int32_t get_offset_of_flags_14() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___flags_14)); } inline int32_t get_flags_14() const { return ___flags_14; } inline int32_t* get_address_of_flags_14() { return &___flags_14; } inline void set_flags_14(int32_t value) { ___flags_14 = value; } inline static int32_t get_offset_of_hi_15() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___hi_15)); } inline int32_t get_hi_15() const { return ___hi_15; } inline int32_t* get_address_of_hi_15() { return &___hi_15; } inline void set_hi_15(int32_t value) { ___hi_15 = value; } inline static int32_t get_offset_of_lo_16() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___lo_16)); } inline int32_t get_lo_16() const { return ___lo_16; } inline int32_t* get_address_of_lo_16() { return &___lo_16; } inline void set_lo_16(int32_t value) { ___lo_16 = value; } inline static int32_t get_offset_of_mid_17() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___mid_17)); } inline int32_t get_mid_17() const { return ___mid_17; } inline int32_t* get_address_of_mid_17() { return &___mid_17; } inline void set_mid_17(int32_t value) { ___mid_17 = value; } }; struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Zero_7)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_Zero_7() const { return ___Zero_7; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___One_8)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_One_8() const { return ___One_8; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinusOne_9)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MaxValue_10)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinValue_11)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearPositiveZero_13 = value; } }; // System.Text.DecoderNLS struct DecoderNLS_tE5B1B7D68B698C0B65FBEE94EAE2453FFD3D538A : public Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 { public: // System.Text.Encoding System.Text.DecoderNLS::m_encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___m_encoding_2; // System.Boolean System.Text.DecoderNLS::m_mustFlush bool ___m_mustFlush_3; // System.Boolean System.Text.DecoderNLS::m_throwOnOverflow bool ___m_throwOnOverflow_4; // System.Int32 System.Text.DecoderNLS::m_bytesUsed int32_t ___m_bytesUsed_5; public: inline static int32_t get_offset_of_m_encoding_2() { return static_cast(offsetof(DecoderNLS_tE5B1B7D68B698C0B65FBEE94EAE2453FFD3D538A, ___m_encoding_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_m_encoding_2() const { return ___m_encoding_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_m_encoding_2() { return &___m_encoding_2; } inline void set_m_encoding_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___m_encoding_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_encoding_2), (void*)value); } inline static int32_t get_offset_of_m_mustFlush_3() { return static_cast(offsetof(DecoderNLS_tE5B1B7D68B698C0B65FBEE94EAE2453FFD3D538A, ___m_mustFlush_3)); } inline bool get_m_mustFlush_3() const { return ___m_mustFlush_3; } inline bool* get_address_of_m_mustFlush_3() { return &___m_mustFlush_3; } inline void set_m_mustFlush_3(bool value) { ___m_mustFlush_3 = value; } inline static int32_t get_offset_of_m_throwOnOverflow_4() { return static_cast(offsetof(DecoderNLS_tE5B1B7D68B698C0B65FBEE94EAE2453FFD3D538A, ___m_throwOnOverflow_4)); } inline bool get_m_throwOnOverflow_4() const { return ___m_throwOnOverflow_4; } inline bool* get_address_of_m_throwOnOverflow_4() { return &___m_throwOnOverflow_4; } inline void set_m_throwOnOverflow_4(bool value) { ___m_throwOnOverflow_4 = value; } inline static int32_t get_offset_of_m_bytesUsed_5() { return static_cast(offsetof(DecoderNLS_tE5B1B7D68B698C0B65FBEE94EAE2453FFD3D538A, ___m_bytesUsed_5)); } inline int32_t get_m_bytesUsed_5() const { return ___m_bytesUsed_5; } inline int32_t* get_address_of_m_bytesUsed_5() { return &___m_bytesUsed_5; } inline void set_m_bytesUsed_5(int32_t value) { ___m_bytesUsed_5 = value; } }; // System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____key_0)); } inline RuntimeObject * get__key_0() const { return ____key_0; } inline RuntimeObject ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(RuntimeObject * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Text.EncoderNLS struct EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 : public Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A { public: // System.Char System.Text.EncoderNLS::charLeftOver Il2CppChar ___charLeftOver_2; // System.Text.Encoding System.Text.EncoderNLS::m_encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___m_encoding_3; // System.Boolean System.Text.EncoderNLS::m_mustFlush bool ___m_mustFlush_4; // System.Boolean System.Text.EncoderNLS::m_throwOnOverflow bool ___m_throwOnOverflow_5; // System.Int32 System.Text.EncoderNLS::m_charsUsed int32_t ___m_charsUsed_6; public: inline static int32_t get_offset_of_charLeftOver_2() { return static_cast(offsetof(EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712, ___charLeftOver_2)); } inline Il2CppChar get_charLeftOver_2() const { return ___charLeftOver_2; } inline Il2CppChar* get_address_of_charLeftOver_2() { return &___charLeftOver_2; } inline void set_charLeftOver_2(Il2CppChar value) { ___charLeftOver_2 = value; } inline static int32_t get_offset_of_m_encoding_3() { return static_cast(offsetof(EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712, ___m_encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_m_encoding_3() const { return ___m_encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_m_encoding_3() { return &___m_encoding_3; } inline void set_m_encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___m_encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_encoding_3), (void*)value); } inline static int32_t get_offset_of_m_mustFlush_4() { return static_cast(offsetof(EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712, ___m_mustFlush_4)); } inline bool get_m_mustFlush_4() const { return ___m_mustFlush_4; } inline bool* get_address_of_m_mustFlush_4() { return &___m_mustFlush_4; } inline void set_m_mustFlush_4(bool value) { ___m_mustFlush_4 = value; } inline static int32_t get_offset_of_m_throwOnOverflow_5() { return static_cast(offsetof(EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712, ___m_throwOnOverflow_5)); } inline bool get_m_throwOnOverflow_5() const { return ___m_throwOnOverflow_5; } inline bool* get_address_of_m_throwOnOverflow_5() { return &___m_throwOnOverflow_5; } inline void set_m_throwOnOverflow_5(bool value) { ___m_throwOnOverflow_5 = value; } inline static int32_t get_offset_of_m_charsUsed_6() { return static_cast(offsetof(EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712, ___m_charsUsed_6)); } inline int32_t get_m_charsUsed_6() const { return ___m_charsUsed_6; } inline int32_t* get_address_of_m_charsUsed_6() { return &___m_charsUsed_6; } inline void set_m_charsUsed_6(int32_t value) { ___m_charsUsed_6 = value; } }; // System.Text.EncoderReplacementFallback struct EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418 : public EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 { public: // System.String System.Text.EncoderReplacementFallback::strDefault String_t* ___strDefault_4; public: inline static int32_t get_offset_of_strDefault_4() { return static_cast(offsetof(EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418, ___strDefault_4)); } inline String_t* get_strDefault_4() const { return ___strDefault_4; } inline String_t** get_address_of_strDefault_4() { return &___strDefault_4; } inline void set_strDefault_4(String_t* value) { ___strDefault_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___strDefault_4), (void*)value); } }; // System.Text.EncodingNLS struct EncodingNLS_t6F875E5EF171A3E07D8CC7F36D51FD52797E43EE : public Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 { public: public: }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; // System.Runtime.InteropServices.GuidAttribute struct GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Runtime.InteropServices.GuidAttribute::_val String_t* ____val_0; public: inline static int32_t get_offset_of__val_0() { return static_cast(offsetof(GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063, ____val_0)); } inline String_t* get__val_0() const { return ____val_0; } inline String_t** get_address_of__val_0() { return &____val_0; } inline void set__val_0(String_t* value) { ____val_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____val_0), (void*)value); } }; // System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute struct HandleProcessCorruptedStateExceptionsAttribute_t1C1324265A78BFA8D907504315B78C9E09E2EE53 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Runtime.InteropServices.InAttribute struct InAttribute_t7A70EB9EF1F01E6C3F189CE2B89EAB14C78AB83D : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.InputRecord struct InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8 { public: // System.Int16 System.InputRecord::EventType int16_t ___EventType_0; // System.Boolean System.InputRecord::KeyDown bool ___KeyDown_1; // System.Int16 System.InputRecord::RepeatCount int16_t ___RepeatCount_2; // System.Int16 System.InputRecord::VirtualKeyCode int16_t ___VirtualKeyCode_3; // System.Int16 System.InputRecord::VirtualScanCode int16_t ___VirtualScanCode_4; // System.Char System.InputRecord::Character Il2CppChar ___Character_5; // System.Int32 System.InputRecord::ControlKeyState int32_t ___ControlKeyState_6; // System.Int32 System.InputRecord::pad1 int32_t ___pad1_7; // System.Boolean System.InputRecord::pad2 bool ___pad2_8; public: inline static int32_t get_offset_of_EventType_0() { return static_cast(offsetof(InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8, ___EventType_0)); } inline int16_t get_EventType_0() const { return ___EventType_0; } inline int16_t* get_address_of_EventType_0() { return &___EventType_0; } inline void set_EventType_0(int16_t value) { ___EventType_0 = value; } inline static int32_t get_offset_of_KeyDown_1() { return static_cast(offsetof(InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8, ___KeyDown_1)); } inline bool get_KeyDown_1() const { return ___KeyDown_1; } inline bool* get_address_of_KeyDown_1() { return &___KeyDown_1; } inline void set_KeyDown_1(bool value) { ___KeyDown_1 = value; } inline static int32_t get_offset_of_RepeatCount_2() { return static_cast(offsetof(InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8, ___RepeatCount_2)); } inline int16_t get_RepeatCount_2() const { return ___RepeatCount_2; } inline int16_t* get_address_of_RepeatCount_2() { return &___RepeatCount_2; } inline void set_RepeatCount_2(int16_t value) { ___RepeatCount_2 = value; } inline static int32_t get_offset_of_VirtualKeyCode_3() { return static_cast(offsetof(InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8, ___VirtualKeyCode_3)); } inline int16_t get_VirtualKeyCode_3() const { return ___VirtualKeyCode_3; } inline int16_t* get_address_of_VirtualKeyCode_3() { return &___VirtualKeyCode_3; } inline void set_VirtualKeyCode_3(int16_t value) { ___VirtualKeyCode_3 = value; } inline static int32_t get_offset_of_VirtualScanCode_4() { return static_cast(offsetof(InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8, ___VirtualScanCode_4)); } inline int16_t get_VirtualScanCode_4() const { return ___VirtualScanCode_4; } inline int16_t* get_address_of_VirtualScanCode_4() { return &___VirtualScanCode_4; } inline void set_VirtualScanCode_4(int16_t value) { ___VirtualScanCode_4 = value; } inline static int32_t get_offset_of_Character_5() { return static_cast(offsetof(InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8, ___Character_5)); } inline Il2CppChar get_Character_5() const { return ___Character_5; } inline Il2CppChar* get_address_of_Character_5() { return &___Character_5; } inline void set_Character_5(Il2CppChar value) { ___Character_5 = value; } inline static int32_t get_offset_of_ControlKeyState_6() { return static_cast(offsetof(InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8, ___ControlKeyState_6)); } inline int32_t get_ControlKeyState_6() const { return ___ControlKeyState_6; } inline int32_t* get_address_of_ControlKeyState_6() { return &___ControlKeyState_6; } inline void set_ControlKeyState_6(int32_t value) { ___ControlKeyState_6 = value; } inline static int32_t get_offset_of_pad1_7() { return static_cast(offsetof(InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8, ___pad1_7)); } inline int32_t get_pad1_7() const { return ___pad1_7; } inline int32_t* get_address_of_pad1_7() { return &___pad1_7; } inline void set_pad1_7(int32_t value) { ___pad1_7 = value; } inline static int32_t get_offset_of_pad2_8() { return static_cast(offsetof(InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8, ___pad2_8)); } inline bool get_pad2_8() const { return ___pad2_8; } inline bool* get_address_of_pad2_8() { return &___pad2_8; } inline void set_pad2_8(bool value) { ___pad2_8 = value; } }; // Native definition for P/Invoke marshalling of System.InputRecord struct InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8_marshaled_pinvoke { int16_t ___EventType_0; int32_t ___KeyDown_1; int16_t ___RepeatCount_2; int16_t ___VirtualKeyCode_3; int16_t ___VirtualScanCode_4; uint8_t ___Character_5; int32_t ___ControlKeyState_6; int32_t ___pad1_7; int32_t ___pad2_8; }; // Native definition for COM marshalling of System.InputRecord struct InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8_marshaled_com { int16_t ___EventType_0; int32_t ___KeyDown_1; int16_t ___RepeatCount_2; int16_t ___VirtualKeyCode_3; int16_t ___VirtualScanCode_4; uint8_t ___Character_5; int32_t ___ControlKeyState_6; int32_t ___pad1_7; int32_t ___pad2_8; }; // 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.Globalization.InternalCodePageDataItem struct InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7 { public: // System.UInt16 System.Globalization.InternalCodePageDataItem::codePage uint16_t ___codePage_0; // System.UInt16 System.Globalization.InternalCodePageDataItem::uiFamilyCodePage uint16_t ___uiFamilyCodePage_1; // System.UInt32 System.Globalization.InternalCodePageDataItem::flags uint32_t ___flags_2; // System.String System.Globalization.InternalCodePageDataItem::Names String_t* ___Names_3; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7, ___codePage_0)); } inline uint16_t get_codePage_0() const { return ___codePage_0; } inline uint16_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(uint16_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_uiFamilyCodePage_1() { return static_cast(offsetof(InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7, ___uiFamilyCodePage_1)); } inline uint16_t get_uiFamilyCodePage_1() const { return ___uiFamilyCodePage_1; } inline uint16_t* get_address_of_uiFamilyCodePage_1() { return &___uiFamilyCodePage_1; } inline void set_uiFamilyCodePage_1(uint16_t value) { ___uiFamilyCodePage_1 = value; } inline static int32_t get_offset_of_flags_2() { return static_cast(offsetof(InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7, ___flags_2)); } inline uint32_t get_flags_2() const { return ___flags_2; } inline uint32_t* get_address_of_flags_2() { return &___flags_2; } inline void set_flags_2(uint32_t value) { ___flags_2 = value; } inline static int32_t get_offset_of_Names_3() { return static_cast(offsetof(InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7, ___Names_3)); } inline String_t* get_Names_3() const { return ___Names_3; } inline String_t** get_address_of_Names_3() { return &___Names_3; } inline void set_Names_3(String_t* value) { ___Names_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Names_3), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Globalization.InternalCodePageDataItem struct InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7_marshaled_pinvoke { uint16_t ___codePage_0; uint16_t ___uiFamilyCodePage_1; uint32_t ___flags_2; char* ___Names_3; }; // Native definition for COM marshalling of System.Globalization.InternalCodePageDataItem struct InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7_marshaled_com { uint16_t ___codePage_0; uint16_t ___uiFamilyCodePage_1; uint32_t ___flags_2; Il2CppChar* ___Names_3; }; // System.Text.InternalDecoderBestFitFallback struct InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E : public DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D { public: // System.Text.Encoding System.Text.InternalDecoderBestFitFallback::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_4; // System.Char[] System.Text.InternalDecoderBestFitFallback::arrayBestFit CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___arrayBestFit_5; // System.Char System.Text.InternalDecoderBestFitFallback::cReplacement Il2CppChar ___cReplacement_6; public: inline static int32_t get_offset_of_encoding_4() { return static_cast(offsetof(InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E, ___encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_4() const { return ___encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_4() { return &___encoding_4; } inline void set_encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_4), (void*)value); } inline static int32_t get_offset_of_arrayBestFit_5() { return static_cast(offsetof(InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E, ___arrayBestFit_5)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_arrayBestFit_5() const { return ___arrayBestFit_5; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_arrayBestFit_5() { return &___arrayBestFit_5; } inline void set_arrayBestFit_5(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___arrayBestFit_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrayBestFit_5), (void*)value); } inline static int32_t get_offset_of_cReplacement_6() { return static_cast(offsetof(InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E, ___cReplacement_6)); } inline Il2CppChar get_cReplacement_6() const { return ___cReplacement_6; } inline Il2CppChar* get_address_of_cReplacement_6() { return &___cReplacement_6; } inline void set_cReplacement_6(Il2CppChar value) { ___cReplacement_6 = value; } }; // System.Text.InternalDecoderBestFitFallbackBuffer struct InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F : public DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B { public: // System.Char System.Text.InternalDecoderBestFitFallbackBuffer::cBestFit Il2CppChar ___cBestFit_2; // System.Int32 System.Text.InternalDecoderBestFitFallbackBuffer::iCount int32_t ___iCount_3; // System.Int32 System.Text.InternalDecoderBestFitFallbackBuffer::iSize int32_t ___iSize_4; // System.Text.InternalDecoderBestFitFallback System.Text.InternalDecoderBestFitFallbackBuffer::oFallback InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * ___oFallback_5; public: inline static int32_t get_offset_of_cBestFit_2() { return static_cast(offsetof(InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F, ___cBestFit_2)); } inline Il2CppChar get_cBestFit_2() const { return ___cBestFit_2; } inline Il2CppChar* get_address_of_cBestFit_2() { return &___cBestFit_2; } inline void set_cBestFit_2(Il2CppChar value) { ___cBestFit_2 = value; } inline static int32_t get_offset_of_iCount_3() { return static_cast(offsetof(InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F, ___iCount_3)); } inline int32_t get_iCount_3() const { return ___iCount_3; } inline int32_t* get_address_of_iCount_3() { return &___iCount_3; } inline void set_iCount_3(int32_t value) { ___iCount_3 = value; } inline static int32_t get_offset_of_iSize_4() { return static_cast(offsetof(InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F, ___iSize_4)); } inline int32_t get_iSize_4() const { return ___iSize_4; } inline int32_t* get_address_of_iSize_4() { return &___iSize_4; } inline void set_iSize_4(int32_t value) { ___iSize_4 = value; } inline static int32_t get_offset_of_oFallback_5() { return static_cast(offsetof(InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F, ___oFallback_5)); } inline InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * get_oFallback_5() const { return ___oFallback_5; } inline InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E ** get_address_of_oFallback_5() { return &___oFallback_5; } inline void set_oFallback_5(InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * value) { ___oFallback_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___oFallback_5), (void*)value); } }; struct InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F_StaticFields { public: // System.Object System.Text.InternalDecoderBestFitFallbackBuffer::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_6; public: inline static int32_t get_offset_of_s_InternalSyncObject_6() { return static_cast(offsetof(InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F_StaticFields, ___s_InternalSyncObject_6)); } inline RuntimeObject * get_s_InternalSyncObject_6() const { return ___s_InternalSyncObject_6; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_6() { return &___s_InternalSyncObject_6; } inline void set_s_InternalSyncObject_6(RuntimeObject * value) { ___s_InternalSyncObject_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_6), (void*)value); } }; // System.Text.InternalEncoderBestFitFallback struct InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 : public EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 { public: // System.Text.Encoding System.Text.InternalEncoderBestFitFallback::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_4; // System.Char[] System.Text.InternalEncoderBestFitFallback::arrayBestFit CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___arrayBestFit_5; public: inline static int32_t get_offset_of_encoding_4() { return static_cast(offsetof(InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074, ___encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_4() const { return ___encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_4() { return &___encoding_4; } inline void set_encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_4), (void*)value); } inline static int32_t get_offset_of_arrayBestFit_5() { return static_cast(offsetof(InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074, ___arrayBestFit_5)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_arrayBestFit_5() const { return ___arrayBestFit_5; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_arrayBestFit_5() { return &___arrayBestFit_5; } inline void set_arrayBestFit_5(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___arrayBestFit_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrayBestFit_5), (void*)value); } }; // System.Text.InternalEncoderBestFitFallbackBuffer struct InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B : public EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 { public: // System.Char System.Text.InternalEncoderBestFitFallbackBuffer::cBestFit Il2CppChar ___cBestFit_7; // System.Text.InternalEncoderBestFitFallback System.Text.InternalEncoderBestFitFallbackBuffer::oFallback InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * ___oFallback_8; // System.Int32 System.Text.InternalEncoderBestFitFallbackBuffer::iCount int32_t ___iCount_9; // System.Int32 System.Text.InternalEncoderBestFitFallbackBuffer::iSize int32_t ___iSize_10; public: inline static int32_t get_offset_of_cBestFit_7() { return static_cast(offsetof(InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B, ___cBestFit_7)); } inline Il2CppChar get_cBestFit_7() const { return ___cBestFit_7; } inline Il2CppChar* get_address_of_cBestFit_7() { return &___cBestFit_7; } inline void set_cBestFit_7(Il2CppChar value) { ___cBestFit_7 = value; } inline static int32_t get_offset_of_oFallback_8() { return static_cast(offsetof(InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B, ___oFallback_8)); } inline InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * get_oFallback_8() const { return ___oFallback_8; } inline InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 ** get_address_of_oFallback_8() { return &___oFallback_8; } inline void set_oFallback_8(InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * value) { ___oFallback_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___oFallback_8), (void*)value); } inline static int32_t get_offset_of_iCount_9() { return static_cast(offsetof(InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B, ___iCount_9)); } inline int32_t get_iCount_9() const { return ___iCount_9; } inline int32_t* get_address_of_iCount_9() { return &___iCount_9; } inline void set_iCount_9(int32_t value) { ___iCount_9 = value; } inline static int32_t get_offset_of_iSize_10() { return static_cast(offsetof(InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B, ___iSize_10)); } inline int32_t get_iSize_10() const { return ___iSize_10; } inline int32_t* get_address_of_iSize_10() { return &___iSize_10; } inline void set_iSize_10(int32_t value) { ___iSize_10 = value; } }; struct InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B_StaticFields { public: // System.Object System.Text.InternalEncoderBestFitFallbackBuffer::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_11; public: inline static int32_t get_offset_of_s_InternalSyncObject_11() { return static_cast(offsetof(InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B_StaticFields, ___s_InternalSyncObject_11)); } inline RuntimeObject * get_s_InternalSyncObject_11() const { return ___s_InternalSyncObject_11; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_11() { return &___s_InternalSyncObject_11; } inline void set_s_InternalSyncObject_11(RuntimeObject * value) { ___s_InternalSyncObject_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_11), (void*)value); } }; // System.Globalization.InternalEncodingDataItem struct InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C { public: // System.String System.Globalization.InternalEncodingDataItem::webName String_t* ___webName_0; // System.UInt16 System.Globalization.InternalEncodingDataItem::codePage uint16_t ___codePage_1; public: inline static int32_t get_offset_of_webName_0() { return static_cast(offsetof(InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C, ___webName_0)); } inline String_t* get_webName_0() const { return ___webName_0; } inline String_t** get_address_of_webName_0() { return &___webName_0; } inline void set_webName_0(String_t* value) { ___webName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___webName_0), (void*)value); } inline static int32_t get_offset_of_codePage_1() { return static_cast(offsetof(InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C, ___codePage_1)); } inline uint16_t get_codePage_1() const { return ___codePage_1; } inline uint16_t* get_address_of_codePage_1() { return &___codePage_1; } inline void set_codePage_1(uint16_t value) { ___codePage_1 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.InternalEncodingDataItem struct InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C_marshaled_pinvoke { char* ___webName_0; uint16_t ___codePage_1; }; // Native definition for COM marshalling of System.Globalization.InternalEncodingDataItem struct InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C_marshaled_com { Il2CppChar* ___webName_0; uint16_t ___codePage_1; }; // System.Collections.Generic.InternalStringComparer struct InternalStringComparer_t7669F097298BEFC7D84D480A5788A026C75D5E76 : public EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E { public: public: }; // System.Runtime.CompilerServices.InternalsVisibleToAttribute struct InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Runtime.CompilerServices.InternalsVisibleToAttribute::_assemblyName String_t* ____assemblyName_0; // System.Boolean System.Runtime.CompilerServices.InternalsVisibleToAttribute::_allInternalsVisible bool ____allInternalsVisible_1; public: inline static int32_t get_offset_of__assemblyName_0() { return static_cast(offsetof(InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C, ____assemblyName_0)); } inline String_t* get__assemblyName_0() const { return ____assemblyName_0; } inline String_t** get_address_of__assemblyName_0() { return &____assemblyName_0; } inline void set__assemblyName_0(String_t* value) { ____assemblyName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____assemblyName_0), (void*)value); } inline static int32_t get_offset_of__allInternalsVisible_1() { return static_cast(offsetof(InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C, ____allInternalsVisible_1)); } inline bool get__allInternalsVisible_1() const { return ____allInternalsVisible_1; } inline bool* get_address_of__allInternalsVisible_1() { return &____allInternalsVisible_1; } inline void set__allInternalsVisible_1(bool value) { ____allInternalsVisible_1 = value; } }; // System.Reflection.Emit.LocalBuilder struct LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16 : public LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61 { public: // System.String System.Reflection.Emit.LocalBuilder::name String_t* ___name_3; // System.Reflection.Emit.ILGenerator System.Reflection.Emit.LocalBuilder::ilgen ILGenerator_tCB47F61B7259CF97E8239F921A474B2BEEF84F8F * ___ilgen_4; // System.Int32 System.Reflection.Emit.LocalBuilder::startOffset int32_t ___startOffset_5; // System.Int32 System.Reflection.Emit.LocalBuilder::endOffset int32_t ___endOffset_6; public: inline static int32_t get_offset_of_name_3() { return static_cast(offsetof(LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16, ___name_3)); } inline String_t* get_name_3() const { return ___name_3; } inline String_t** get_address_of_name_3() { return &___name_3; } inline void set_name_3(String_t* value) { ___name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_3), (void*)value); } inline static int32_t get_offset_of_ilgen_4() { return static_cast(offsetof(LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16, ___ilgen_4)); } inline ILGenerator_tCB47F61B7259CF97E8239F921A474B2BEEF84F8F * get_ilgen_4() const { return ___ilgen_4; } inline ILGenerator_tCB47F61B7259CF97E8239F921A474B2BEEF84F8F ** get_address_of_ilgen_4() { return &___ilgen_4; } inline void set_ilgen_4(ILGenerator_tCB47F61B7259CF97E8239F921A474B2BEEF84F8F * value) { ___ilgen_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ilgen_4), (void*)value); } inline static int32_t get_offset_of_startOffset_5() { return static_cast(offsetof(LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16, ___startOffset_5)); } inline int32_t get_startOffset_5() const { return ___startOffset_5; } inline int32_t* get_address_of_startOffset_5() { return &___startOffset_5; } inline void set_startOffset_5(int32_t value) { ___startOffset_5 = value; } inline static int32_t get_offset_of_endOffset_6() { return static_cast(offsetof(LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16, ___endOffset_6)); } inline int32_t get_endOffset_6() const { return ___endOffset_6; } inline int32_t* get_address_of_endOffset_6() { return &___endOffset_6; } inline void set_endOffset_6(int32_t value) { ___endOffset_6 = value; } }; // Native definition for P/Invoke marshalling of System.Reflection.Emit.LocalBuilder struct LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16_marshaled_pinvoke : public LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61_marshaled_pinvoke { char* ___name_3; ILGenerator_tCB47F61B7259CF97E8239F921A474B2BEEF84F8F * ___ilgen_4; int32_t ___startOffset_5; int32_t ___endOffset_6; }; // Native definition for COM marshalling of System.Reflection.Emit.LocalBuilder struct LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16_marshaled_com : public LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61_marshaled_com { Il2CppChar* ___name_3; ILGenerator_tCB47F61B7259CF97E8239F921A474B2BEEF84F8F * ___ilgen_4; int32_t ___startOffset_5; int32_t ___endOffset_6; }; // System.Runtime.Remoting.Messaging.MCMDictionary struct MCMDictionary_tEA8C1F89F5B3783040584C2C390C758B1420CCDF : public MessageDictionary_tF87E1D8408337642172945A13C9C116D7F9336BE { public: public: }; struct MCMDictionary_tEA8C1F89F5B3783040584C2C390C758B1420CCDF_StaticFields { public: // System.String[] System.Runtime.Remoting.Messaging.MCMDictionary::InternalKeys StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___InternalKeys_4; public: inline static int32_t get_offset_of_InternalKeys_4() { return static_cast(offsetof(MCMDictionary_tEA8C1F89F5B3783040584C2C390C758B1420CCDF_StaticFields, ___InternalKeys_4)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_InternalKeys_4() const { return ___InternalKeys_4; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_InternalKeys_4() { return &___InternalKeys_4; } inline void set_InternalKeys_4(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___InternalKeys_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___InternalKeys_4), (void*)value); } }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // System.Globalization.Punycode struct Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513 : public Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882 { public: public: }; // Microsoft.Win32.RegistryKey struct RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Object Microsoft.Win32.RegistryKey::handle RuntimeObject * ___handle_1; // Microsoft.Win32.SafeHandles.SafeRegistryHandle Microsoft.Win32.RegistryKey::safe_handle SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 * ___safe_handle_2; // System.Object Microsoft.Win32.RegistryKey::hive RuntimeObject * ___hive_3; // System.String Microsoft.Win32.RegistryKey::qname String_t* ___qname_4; // System.Boolean Microsoft.Win32.RegistryKey::isRemoteRoot bool ___isRemoteRoot_5; // System.Boolean Microsoft.Win32.RegistryKey::isWritable bool ___isWritable_6; public: inline static int32_t get_offset_of_handle_1() { return static_cast(offsetof(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268, ___handle_1)); } inline RuntimeObject * get_handle_1() const { return ___handle_1; } inline RuntimeObject ** get_address_of_handle_1() { return &___handle_1; } inline void set_handle_1(RuntimeObject * value) { ___handle_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___handle_1), (void*)value); } inline static int32_t get_offset_of_safe_handle_2() { return static_cast(offsetof(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268, ___safe_handle_2)); } inline SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 * get_safe_handle_2() const { return ___safe_handle_2; } inline SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 ** get_address_of_safe_handle_2() { return &___safe_handle_2; } inline void set_safe_handle_2(SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 * value) { ___safe_handle_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___safe_handle_2), (void*)value); } inline static int32_t get_offset_of_hive_3() { return static_cast(offsetof(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268, ___hive_3)); } inline RuntimeObject * get_hive_3() const { return ___hive_3; } inline RuntimeObject ** get_address_of_hive_3() { return &___hive_3; } inline void set_hive_3(RuntimeObject * value) { ___hive_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___hive_3), (void*)value); } inline static int32_t get_offset_of_qname_4() { return static_cast(offsetof(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268, ___qname_4)); } inline String_t* get_qname_4() const { return ___qname_4; } inline String_t** get_address_of_qname_4() { return &___qname_4; } inline void set_qname_4(String_t* value) { ___qname_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___qname_4), (void*)value); } inline static int32_t get_offset_of_isRemoteRoot_5() { return static_cast(offsetof(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268, ___isRemoteRoot_5)); } inline bool get_isRemoteRoot_5() const { return ___isRemoteRoot_5; } inline bool* get_address_of_isRemoteRoot_5() { return &___isRemoteRoot_5; } inline void set_isRemoteRoot_5(bool value) { ___isRemoteRoot_5 = value; } inline static int32_t get_offset_of_isWritable_6() { return static_cast(offsetof(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268, ___isWritable_6)); } inline bool get_isWritable_6() const { return ___isWritable_6; } inline bool* get_address_of_isWritable_6() { return &___isWritable_6; } inline void set_isWritable_6(bool value) { ___isWritable_6 = value; } }; struct RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_StaticFields { public: // Microsoft.Win32.IRegistryApi Microsoft.Win32.RegistryKey::RegistryApi RuntimeObject* ___RegistryApi_7; public: inline static int32_t get_offset_of_RegistryApi_7() { return static_cast(offsetof(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_StaticFields, ___RegistryApi_7)); } inline RuntimeObject* get_RegistryApi_7() const { return ___RegistryApi_7; } inline RuntimeObject** get_address_of_RegistryApi_7() { return &___RegistryApi_7; } inline void set_RegistryApi_7(RuntimeObject* value) { ___RegistryApi_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___RegistryApi_7), (void*)value); } }; // System.SByte struct SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; // System.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.Runtime.Remoting.Metadata.SoapAttribute struct SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.Runtime.Remoting.Metadata.SoapAttribute::_useAttribute bool ____useAttribute_0; // System.String System.Runtime.Remoting.Metadata.SoapAttribute::ProtXmlNamespace String_t* ___ProtXmlNamespace_1; // System.Object System.Runtime.Remoting.Metadata.SoapAttribute::ReflectInfo RuntimeObject * ___ReflectInfo_2; public: inline static int32_t get_offset_of__useAttribute_0() { return static_cast(offsetof(SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC, ____useAttribute_0)); } inline bool get__useAttribute_0() const { return ____useAttribute_0; } inline bool* get_address_of__useAttribute_0() { return &____useAttribute_0; } inline void set__useAttribute_0(bool value) { ____useAttribute_0 = value; } inline static int32_t get_offset_of_ProtXmlNamespace_1() { return static_cast(offsetof(SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC, ___ProtXmlNamespace_1)); } inline String_t* get_ProtXmlNamespace_1() const { return ___ProtXmlNamespace_1; } inline String_t** get_address_of_ProtXmlNamespace_1() { return &___ProtXmlNamespace_1; } inline void set_ProtXmlNamespace_1(String_t* value) { ___ProtXmlNamespace_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProtXmlNamespace_1), (void*)value); } inline static int32_t get_offset_of_ReflectInfo_2() { return static_cast(offsetof(SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC, ___ReflectInfo_2)); } inline RuntimeObject * get_ReflectInfo_2() const { return ___ReflectInfo_2; } inline RuntimeObject ** get_address_of_ReflectInfo_2() { return &___ReflectInfo_2; } inline void set_ReflectInfo_2(RuntimeObject * value) { ___ReflectInfo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReflectInfo_2), (void*)value); } }; // System.Runtime.CompilerServices.StateMachineAttribute struct StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Type System.Runtime.CompilerServices.StateMachineAttribute::k__BackingField Type_t * ___U3CStateMachineTypeU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CStateMachineTypeU3Ek__BackingField_0() { return static_cast(offsetof(StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3, ___U3CStateMachineTypeU3Ek__BackingField_0)); } inline Type_t * get_U3CStateMachineTypeU3Ek__BackingField_0() const { return ___U3CStateMachineTypeU3Ek__BackingField_0; } inline Type_t ** get_address_of_U3CStateMachineTypeU3Ek__BackingField_0() { return &___U3CStateMachineTypeU3Ek__BackingField_0; } inline void set_U3CStateMachineTypeU3Ek__BackingField_0(Type_t * value) { ___U3CStateMachineTypeU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStateMachineTypeU3Ek__BackingField_0), (void*)value); } }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_2; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_3; public: inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_2)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; } inline void set__activeReadWriteTask_2(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_2), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_3)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; } inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_3), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: public: }; struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields { public: // System.Func`2 System.IO.TextReader::_ReadLineDelegate Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * ____ReadLineDelegate_1; // System.Func`2 System.IO.TextReader::_ReadDelegate Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ____ReadDelegate_2; // System.IO.TextReader System.IO.TextReader::Null TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___Null_3; public: inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadLineDelegate_1)); } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; } inline void set__ReadLineDelegate_1(Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * value) { ____ReadLineDelegate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadLineDelegate_1), (void*)value); } inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadDelegate_2)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get__ReadDelegate_2() const { return ____ReadDelegate_2; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; } inline void set__ReadDelegate_2(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * value) { ____ReadDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadDelegate_2), (void*)value); } inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ___Null_3)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_Null_3() const { return ___Null_3; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value); } }; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___CoreNewLine_9; // System.IFormatProvider System.IO.TextWriter::InternalFormatProvider RuntimeObject* ___InternalFormatProvider_10; public: inline static int32_t get_offset_of_CoreNewLine_9() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___CoreNewLine_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_CoreNewLine_9() const { return ___CoreNewLine_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_CoreNewLine_9() { return &___CoreNewLine_9; } inline void set_CoreNewLine_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___CoreNewLine_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CoreNewLine_9), (void*)value); } inline static int32_t get_offset_of_InternalFormatProvider_10() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___InternalFormatProvider_10)); } inline RuntimeObject* get_InternalFormatProvider_10() const { return ___InternalFormatProvider_10; } inline RuntimeObject** get_address_of_InternalFormatProvider_10() { return &___InternalFormatProvider_10; } inline void set_InternalFormatProvider_10(RuntimeObject* value) { ___InternalFormatProvider_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___InternalFormatProvider_10), (void*)value); } }; struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___Null_1; // System.Action`1 System.IO.TextWriter::_WriteCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharDelegate_2; // System.Action`1 System.IO.TextWriter::_WriteStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteStringDelegate_3; // System.Action`1 System.IO.TextWriter::_WriteCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharArrayRangeDelegate_4; // System.Action`1 System.IO.TextWriter::_WriteLineCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharDelegate_5; // System.Action`1 System.IO.TextWriter::_WriteLineStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineStringDelegate_6; // System.Action`1 System.IO.TextWriter::_WriteLineCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharArrayRangeDelegate_7; // System.Action`1 System.IO.TextWriter::_FlushDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____FlushDelegate_8; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ___Null_1)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_Null_1() const { return ___Null_1; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } inline static int32_t get_offset_of__WriteCharDelegate_2() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharDelegate_2)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharDelegate_2() const { return ____WriteCharDelegate_2; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharDelegate_2() { return &____WriteCharDelegate_2; } inline void set__WriteCharDelegate_2(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharDelegate_2), (void*)value); } inline static int32_t get_offset_of__WriteStringDelegate_3() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteStringDelegate_3)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteStringDelegate_3() const { return ____WriteStringDelegate_3; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteStringDelegate_3() { return &____WriteStringDelegate_3; } inline void set__WriteStringDelegate_3(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteStringDelegate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteStringDelegate_3), (void*)value); } inline static int32_t get_offset_of__WriteCharArrayRangeDelegate_4() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharArrayRangeDelegate_4)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharArrayRangeDelegate_4() const { return ____WriteCharArrayRangeDelegate_4; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharArrayRangeDelegate_4() { return &____WriteCharArrayRangeDelegate_4; } inline void set__WriteCharArrayRangeDelegate_4(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharArrayRangeDelegate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharArrayRangeDelegate_4), (void*)value); } inline static int32_t get_offset_of__WriteLineCharDelegate_5() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharDelegate_5)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharDelegate_5() const { return ____WriteLineCharDelegate_5; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharDelegate_5() { return &____WriteLineCharDelegate_5; } inline void set__WriteLineCharDelegate_5(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharDelegate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharDelegate_5), (void*)value); } inline static int32_t get_offset_of__WriteLineStringDelegate_6() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineStringDelegate_6)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineStringDelegate_6() const { return ____WriteLineStringDelegate_6; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineStringDelegate_6() { return &____WriteLineStringDelegate_6; } inline void set__WriteLineStringDelegate_6(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineStringDelegate_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineStringDelegate_6), (void*)value); } inline static int32_t get_offset_of__WriteLineCharArrayRangeDelegate_7() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharArrayRangeDelegate_7)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharArrayRangeDelegate_7() const { return ____WriteLineCharArrayRangeDelegate_7; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharArrayRangeDelegate_7() { return &____WriteLineCharArrayRangeDelegate_7; } inline void set__WriteLineCharArrayRangeDelegate_7(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharArrayRangeDelegate_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharArrayRangeDelegate_7), (void*)value); } inline static int32_t get_offset_of__FlushDelegate_8() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____FlushDelegate_8)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__FlushDelegate_8() const { return ____FlushDelegate_8; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__FlushDelegate_8() { return &____FlushDelegate_8; } inline void set__FlushDelegate_8(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____FlushDelegate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____FlushDelegate_8), (void*)value); } }; // System.Threading.Timer struct Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Threading.TimerCallback System.Threading.Timer::callback TimerCallback_tD193CC50BF27E129E6857E1E8A7EAC24BD131814 * ___callback_2; // System.Object System.Threading.Timer::state RuntimeObject * ___state_3; // System.Int64 System.Threading.Timer::due_time_ms int64_t ___due_time_ms_4; // System.Int64 System.Threading.Timer::period_ms int64_t ___period_ms_5; // System.Int64 System.Threading.Timer::next_run int64_t ___next_run_6; // System.Boolean System.Threading.Timer::disposed bool ___disposed_7; public: inline static int32_t get_offset_of_callback_2() { return static_cast(offsetof(Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB, ___callback_2)); } inline TimerCallback_tD193CC50BF27E129E6857E1E8A7EAC24BD131814 * get_callback_2() const { return ___callback_2; } inline TimerCallback_tD193CC50BF27E129E6857E1E8A7EAC24BD131814 ** get_address_of_callback_2() { return &___callback_2; } inline void set_callback_2(TimerCallback_tD193CC50BF27E129E6857E1E8A7EAC24BD131814 * value) { ___callback_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_2), (void*)value); } inline static int32_t get_offset_of_state_3() { return static_cast(offsetof(Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB, ___state_3)); } inline RuntimeObject * get_state_3() const { return ___state_3; } inline RuntimeObject ** get_address_of_state_3() { return &___state_3; } inline void set_state_3(RuntimeObject * value) { ___state_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_3), (void*)value); } inline static int32_t get_offset_of_due_time_ms_4() { return static_cast(offsetof(Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB, ___due_time_ms_4)); } inline int64_t get_due_time_ms_4() const { return ___due_time_ms_4; } inline int64_t* get_address_of_due_time_ms_4() { return &___due_time_ms_4; } inline void set_due_time_ms_4(int64_t value) { ___due_time_ms_4 = value; } inline static int32_t get_offset_of_period_ms_5() { return static_cast(offsetof(Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB, ___period_ms_5)); } inline int64_t get_period_ms_5() const { return ___period_ms_5; } inline int64_t* get_address_of_period_ms_5() { return &___period_ms_5; } inline void set_period_ms_5(int64_t value) { ___period_ms_5 = value; } inline static int32_t get_offset_of_next_run_6() { return static_cast(offsetof(Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB, ___next_run_6)); } inline int64_t get_next_run_6() const { return ___next_run_6; } inline int64_t* get_address_of_next_run_6() { return &___next_run_6; } inline void set_next_run_6(int64_t value) { ___next_run_6 = value; } inline static int32_t get_offset_of_disposed_7() { return static_cast(offsetof(Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB, ___disposed_7)); } inline bool get_disposed_7() const { return ___disposed_7; } inline bool* get_address_of_disposed_7() { return &___disposed_7; } inline void set_disposed_7(bool value) { ___disposed_7 = value; } }; struct Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB_StaticFields { public: // System.Threading.Timer/Scheduler System.Threading.Timer::scheduler Scheduler_tA54A9F57127EDB44B4AE39C04A488F33193349D8 * ___scheduler_1; public: inline static int32_t get_offset_of_scheduler_1() { return static_cast(offsetof(Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB_StaticFields, ___scheduler_1)); } inline Scheduler_tA54A9F57127EDB44B4AE39C04A488F33193349D8 * get_scheduler_1() const { return ___scheduler_1; } inline Scheduler_tA54A9F57127EDB44B4AE39C04A488F33193349D8 ** get_address_of_scheduler_1() { return &___scheduler_1; } inline void set_scheduler_1(Scheduler_tA54A9F57127EDB44B4AE39C04A488F33193349D8 * value) { ___scheduler_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___scheduler_1), (void*)value); } }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.UIntPtr struct UIntPtr_t { public: // System.Void* System.UIntPtr::_pointer void* ____pointer_1; public: inline static int32_t get_offset_of__pointer_1() { return static_cast(offsetof(UIntPtr_t, ____pointer_1)); } inline void* get__pointer_1() const { return ____pointer_1; } inline void** get_address_of__pointer_1() { return &____pointer_1; } inline void set__pointer_1(void* value) { ____pointer_1 = value; } }; struct UIntPtr_t_StaticFields { public: // System.UIntPtr System.UIntPtr::Zero uintptr_t ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(UIntPtr_t_StaticFields, ___Zero_0)); } inline uintptr_t get_Zero_0() const { return ___Zero_0; } inline uintptr_t* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(uintptr_t value) { ___Zero_0 = value; } }; // System.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=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=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=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=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=52 struct __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD__padding[52]; }; 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=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=84 struct __StaticArrayInitTypeSizeU3D84_t2EF20E9BBEB47B540AFCA64F09777DFD5E348454 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D84_t2EF20E9BBEB47B540AFCA64F09777DFD5E348454__padding[84]; }; public: }; // /__StaticArrayInitTypeSize=94 struct __StaticArrayInitTypeSizeU3D94_t52D6560B7A2023DDDFDCF4D8F6C226742520B4C7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D94_t52D6560B7A2023DDDFDCF4D8F6C226742520B4C7__padding[94]; }; public: }; // /__StaticArrayInitTypeSize=998 struct __StaticArrayInitTypeSizeU3D998_t4B160A0C233D0CAB065432B008AFE2E02CF05C4D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D998_t4B160A0C233D0CAB065432B008AFE2E02CF05C4D__padding[998]; }; public: }; // System.Collections.Hashtable/bucket struct bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D { public: // System.Object System.Collections.Hashtable/bucket::key RuntimeObject * ___key_0; // System.Object System.Collections.Hashtable/bucket::val RuntimeObject * ___val_1; // System.Int32 System.Collections.Hashtable/bucket::hash_coll int32_t ___hash_coll_2; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_val_1() { return static_cast(offsetof(bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D, ___val_1)); } inline RuntimeObject * get_val_1() const { return ___val_1; } inline RuntimeObject ** get_address_of_val_1() { return &___val_1; } inline void set_val_1(RuntimeObject * value) { ___val_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___val_1), (void*)value); } inline static int32_t get_offset_of_hash_coll_2() { return static_cast(offsetof(bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D, ___hash_coll_2)); } inline int32_t get_hash_coll_2() const { return ___hash_coll_2; } inline int32_t* get_address_of_hash_coll_2() { return &___hash_coll_2; } inline void set_hash_coll_2(int32_t value) { ___hash_coll_2 = value; } }; // Native definition for P/Invoke marshalling of System.Collections.Hashtable/bucket struct bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D_marshaled_pinvoke { Il2CppIUnknown* ___key_0; Il2CppIUnknown* ___val_1; int32_t ___hash_coll_2; }; // Native definition for COM marshalling of System.Collections.Hashtable/bucket struct bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D_marshaled_com { Il2CppIUnknown* ___key_0; Il2CppIUnknown* ___val_1; int32_t ___hash_coll_2; }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___dictionary_0)); } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___current_3)); } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB, ___dictionary_0)); } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB, ___current_3)); } inline KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC get_current_3() const { return ___current_3; } inline KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // struct U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields { public: // /__StaticArrayInitTypeSize=72 ::0588059ACBD52F7EA2835882F977A9CF72EB9775 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___0588059ACBD52F7EA2835882F977A9CF72EB9775_0; // /__StaticArrayInitTypeSize=84 ::0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C __StaticArrayInitTypeSizeU3D84_t2EF20E9BBEB47B540AFCA64F09777DFD5E348454 ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1; // /__StaticArrayInitTypeSize=240 ::121EC59E23F7559B28D338D562528F6299C2DE22 __StaticArrayInitTypeSizeU3D240_t15F96E63E1A6759D1754EA684441DA49B3724B5F ___121EC59E23F7559B28D338D562528F6299C2DE22_2; // /__StaticArrayInitTypeSize=24 ::1730F09044E91DB8371B849EFF5E6D17BDE4AED0 __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_3; // /__StaticArrayInitTypeSize=16 ::1FE6CE411858B3D864679DE2139FB081F08BFACD __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 ___1FE6CE411858B3D864679DE2139FB081F08BFACD_4; // /__StaticArrayInitTypeSize=40 ::25420D0055076FA8D3E4DD96BC53AE24DE6E619F __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_5; // /__StaticArrayInitTypeSize=1208 ::25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E __StaticArrayInitTypeSizeU3D1208_t7747605A5C3CD826A11C4196CCE9CF1996C344DF ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6; // /__StaticArrayInitTypeSize=42 ::29C1A61550F0E3260E1953D4FAD71C256218EF40 __StaticArrayInitTypeSizeU3D42_t9FC2D1D81E2853CF5D36635AB6A30DDDB9ABFECA ___29C1A61550F0E3260E1953D4FAD71C256218EF40_7; // /__StaticArrayInitTypeSize=12 ::2B33BEC8C30DFDC49DAFE20D3BDE19487850D717 __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8; // /__StaticArrayInitTypeSize=36 ::2BA840FF6020B8FF623DBCB7188248CF853FAF4F __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_9; // /__StaticArrayInitTypeSize=72 ::2C840AFA48C27B9C05593E468C1232CA1CC74AFD __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_10; // /__StaticArrayInitTypeSize=16 ::2D1DA5BB407F0C11C3B5116196C0C6374D932B20 __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_11; // /__StaticArrayInitTypeSize=72 ::2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12; // /__StaticArrayInitTypeSize=72 ::34476C29F6F81C989CFCA42F7C06E84C66236834 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___34476C29F6F81C989CFCA42F7C06E84C66236834_13; // /__StaticArrayInitTypeSize=2382 ::35EED060772F2748D13B745DAEC8CD7BD3B87604 __StaticArrayInitTypeSizeU3D2382_t7764CC6AFDCA682AEBA6E78440AD21978F0AB7B1 ___35EED060772F2748D13B745DAEC8CD7BD3B87604_14; // /__StaticArrayInitTypeSize=38 ::375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3 __StaticArrayInitTypeSizeU3D38_tCB70BC8DEB0D12487BC902760AFB250798B64F83 ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15; // /__StaticArrayInitTypeSize=1450 ::379C06C9E702D31469C29033F0DD63931EB349F5 __StaticArrayInitTypeSizeU3D1450_tAC1EF3610F74C31313DF1ADF3AC9D9A2A9EC2912 ___379C06C9E702D31469C29033F0DD63931EB349F5_16; // /__StaticArrayInitTypeSize=10 ::399BD13E240F33F808CA7940293D6EC4E6FD5A00 __StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_17; // /__StaticArrayInitTypeSize=72 ::39C9CE73C7B0619D409EF28344F687C1B5C130FE __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_18; // /__StaticArrayInitTypeSize=320 ::3C53AFB51FEC23491684C7BEDBC6D4E0F409F851 __StaticArrayInitTypeSizeU3D320_tBE0C4C66577D53F18D8BA69E43FDC69DFA003F8F ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19; // /__StaticArrayInitTypeSize=12 ::3E823444D2DFECF0F90B436B88F02A533CB376F1 __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 ___3E823444D2DFECF0F90B436B88F02A533CB376F1_20; // /__StaticArrayInitTypeSize=72 ::3FE6C283BCF384FD2C8789880DFF59664E2AB4A1 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_21; // /__StaticArrayInitTypeSize=1665 ::40981BAA39513E58B28DCF0103CC04DE2A0A0444 __StaticArrayInitTypeSizeU3D1665_tF300201390474873919B6C58C810DFAC718FE0F4 ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_22; // /__StaticArrayInitTypeSize=40 ::40E7C49413D261F3F38AD3A870C0AC69C8BDA048 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_23; // /__StaticArrayInitTypeSize=72 ::421EC7E82F2967DF6CA8C3605514DC6F29EE5845 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_24; // /__StaticArrayInitTypeSize=72 ::4858DB4AA76D3933F1CA9E6712D4FDB16903F628 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_25; // /__StaticArrayInitTypeSize=40 ::4F7A8890F332B22B8DE0BD29D36FA7364748D76A __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_26; // /__StaticArrayInitTypeSize=72 ::536422B321459B242ADED7240B7447E904E083E3 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___536422B321459B242ADED7240B7447E904E083E3_27; // /__StaticArrayInitTypeSize=1080 ::5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3 __StaticArrayInitTypeSizeU3D1080_tDD425A5824CFEEBEB897380BE535A4D579DD8DEB ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_28; // /__StaticArrayInitTypeSize=3 ::57218C316B6921E2CD61027A2387EDC31A2D9471 __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 ___57218C316B6921E2CD61027A2387EDC31A2D9471_29; // /__StaticArrayInitTypeSize=40 ::57F320D62696EC99727E0FE2045A05F1289CC0C6 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___57F320D62696EC99727E0FE2045A05F1289CC0C6_30; // /__StaticArrayInitTypeSize=212 ::594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3 __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_31; // /__StaticArrayInitTypeSize=36 ::5BBDF8058D4235C33F2E8DCF76004031B6187A2F __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_32; // /__StaticArrayInitTypeSize=288 ::5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF __StaticArrayInitTypeSizeU3D288_t901CBC2EE96C2C63E8B3C6D507136F8A55FF5566 ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_33; // /__StaticArrayInitTypeSize=72 ::5BFE2819B4778217C56416C7585FF0E56EBACD89 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___5BFE2819B4778217C56416C7585FF0E56EBACD89_34; // /__StaticArrayInitTypeSize=52 ::5EDFD8200B7AD157878FBA46F22A1C345662F2E3 __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD ___5EDFD8200B7AD157878FBA46F22A1C345662F2E3_35; // /__StaticArrayInitTypeSize=128 ::609C0E8D8DA86A09D6013D301C86BA8782C16B8C __StaticArrayInitTypeSizeU3D128_t0E65F82715F120C2585C93F35BFA548913720A71 ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36; // /__StaticArrayInitTypeSize=40 ::65E32B4E150FD8D24B93B0D42A17F1DAD146162B __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_37; // /__StaticArrayInitTypeSize=52 ::6770974FEF1E98B9C1864370E2B5B786EB0EA39E __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_38; // /__StaticArrayInitTypeSize=72 ::67EEAD805D708D9AA4E14BF747E44CED801744F3 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___67EEAD805D708D9AA4E14BF747E44CED801744F3_39; // /__StaticArrayInitTypeSize=120 ::6C71197D228427B2864C69B357FEF73D8C9D59DF __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 ___6C71197D228427B2864C69B357FEF73D8C9D59DF_40; // /__StaticArrayInitTypeSize=16 ::6CEE45445AFD150B047A5866FFA76AA651CDB7B7 __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_41; // /__StaticArrayInitTypeSize=76 ::6FC754859E4EC74E447048364B216D825C6F8FE7 __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 ___6FC754859E4EC74E447048364B216D825C6F8FE7_42; // /__StaticArrayInitTypeSize=40 ::704939CD172085D1295FCE3F1D92431D685D7AA2 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___704939CD172085D1295FCE3F1D92431D685D7AA2_43; // /__StaticArrayInitTypeSize=24 ::7088AAE49F0627B72729078DE6E3182DDCF8ED99 __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_44; // /__StaticArrayInitTypeSize=72 ::7341C933A70EAE383CC50C4B945ADB8E08F06737 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___7341C933A70EAE383CC50C4B945ADB8E08F06737_45; // /__StaticArrayInitTypeSize=1472 ::75E0C38E75E507EDE41C1C4F5F5612852B31A4EF __StaticArrayInitTypeSizeU3D1472_t51B459D4503F6B2C433F0233D96F4F6C3D3A3EA5 ___75E0C38E75E507EDE41C1C4F5F5612852B31A4EF_46; // /__StaticArrayInitTypeSize=40 ::7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_47; // /__StaticArrayInitTypeSize=21252 ::811A927B7DADD378BE60BBDE794B9277AA9B50EC __StaticArrayInitTypeSizeU3D21252_t7F9940F69151C8490439C5AC4C3E8F115E6EFDD0 ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_48; // /__StaticArrayInitTypeSize=36 ::81917F1E21F3C22B9F916994547A614FB03E968E __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA ___81917F1E21F3C22B9F916994547A614FB03E968E_49; // /__StaticArrayInitTypeSize=40 ::823566DA642D6EA356E15585921F2A4CA23D6760 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___823566DA642D6EA356E15585921F2A4CA23D6760_50; // /__StaticArrayInitTypeSize=12 ::82C2A59850B2E85BCE1A45A479537A384DF6098D __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 ___82C2A59850B2E85BCE1A45A479537A384DF6098D_51; // /__StaticArrayInitTypeSize=44 ::82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4 __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_52; // /__StaticArrayInitTypeSize=40 ::871B9CF85DB352BAADF12BAE8F19857683E385AC __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___871B9CF85DB352BAADF12BAE8F19857683E385AC_53; // /__StaticArrayInitTypeSize=16 ::89A040451C8CC5C8FB268BE44BDD74964C104155 __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 ___89A040451C8CC5C8FB268BE44BDD74964C104155_54; // /__StaticArrayInitTypeSize=40 ::8CAA092E783257106251246FF5C97F88D28517A6 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___8CAA092E783257106251246FF5C97F88D28517A6_55; // /__StaticArrayInitTypeSize=2100 ::8D231DD55FE1AD7631BBD0905A17D5EB616C2154 __StaticArrayInitTypeSizeU3D2100_t77017A2656678C6EE4571B84C9F635820AB583B0 ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_56; // /__StaticArrayInitTypeSize=40 ::8E10AC2F34545DFBBF3FCBC06055D797A8C99991 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_57; // /__StaticArrayInitTypeSize=12 ::93A63E90605400F34B49F0EB3361D23C89164BDA __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 ___93A63E90605400F34B49F0EB3361D23C89164BDA_58; // /__StaticArrayInitTypeSize=72 ::94841DD2F330CCB1089BF413E4FA9B04505152E2 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___94841DD2F330CCB1089BF413E4FA9B04505152E2_59; // /__StaticArrayInitTypeSize=12 ::95264589E48F94B7857CFF398FB72A537E13EEE2 __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 ___95264589E48F94B7857CFF398FB72A537E13EEE2_60; // /__StaticArrayInitTypeSize=72 ::95C48758CAE1715783472FB073AB158AB8A0AB2A __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___95C48758CAE1715783472FB073AB158AB8A0AB2A_61; // /__StaticArrayInitTypeSize=72 ::973417296623D8DC6961B09664E54039E44CA5D8 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___973417296623D8DC6961B09664E54039E44CA5D8_62; // /__StaticArrayInitTypeSize=40 ::A0074C15377C0C870B055927403EA9FA7A349D12 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___A0074C15377C0C870B055927403EA9FA7A349D12_63; // /__StaticArrayInitTypeSize=130 ::A1319B706116AB2C6D44483F60A7D0ACEA543396 __StaticArrayInitTypeSizeU3D130_tF56FBBACF53AE9A551B962978B48A914536B6871 ___A1319B706116AB2C6D44483F60A7D0ACEA543396_64; // System.Int64 ::A13AA52274D951A18029131A8DDECF76B569A15D int64_t ___A13AA52274D951A18029131A8DDECF76B569A15D_65; // /__StaticArrayInitTypeSize=212 ::A5444763673307F6828C748D4B9708CFC02B0959 __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 ___A5444763673307F6828C748D4B9708CFC02B0959_66; // /__StaticArrayInitTypeSize=72 ::A6732F8E7FC23766AB329B492D6BF82E3B33233F __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_67; // /__StaticArrayInitTypeSize=174 ::A705A106D95282BD15E13EEA6B0AF583FF786D83 __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 ___A705A106D95282BD15E13EEA6B0AF583FF786D83_68; // /__StaticArrayInitTypeSize=1018 ::A8A491E4CED49AE0027560476C10D933CE70C8DF __StaticArrayInitTypeSizeU3D1018_tC210B7B033B7D52771288C82C8E6DA21074FF7F3 ___A8A491E4CED49AE0027560476C10D933CE70C8DF_69; // /__StaticArrayInitTypeSize=72 ::AC791C4F39504D1184B73478943D0636258DA7B1 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___AC791C4F39504D1184B73478943D0636258DA7B1_70; // /__StaticArrayInitTypeSize=52 ::AFCD4E1211233E99373A3367B23105A3D624B1F2 __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD ___AFCD4E1211233E99373A3367B23105A3D624B1F2_71; // /__StaticArrayInitTypeSize=40 ::B472ED77CB3B2A66D49D179F1EE2081B70A6AB61 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_72; // /__StaticArrayInitTypeSize=256 ::B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_73; // /__StaticArrayInitTypeSize=998 ::B881DA88BE0B68D8A6B6B6893822586B8B2CFC45 __StaticArrayInitTypeSizeU3D998_t4B160A0C233D0CAB065432B008AFE2E02CF05C4D ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_74; // /__StaticArrayInitTypeSize=162 ::B8864ACB9DD69E3D42151513C840AAE270BF21C8 __StaticArrayInitTypeSizeU3D162_t11E10480FC4E2E4875323D07CD37B68D7040BD28 ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_75; // /__StaticArrayInitTypeSize=360 ::B8F87834C3597B2EEF22BA6D3A392CC925636401 __StaticArrayInitTypeSizeU3D360_t0E9DE21DD2818B844977C0B5AEFD0AF5FA812D79 ___B8F87834C3597B2EEF22BA6D3A392CC925636401_76; // /__StaticArrayInitTypeSize=72 ::B9B670F134A59FB1107AF01A9FE8F8E3980B3093 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_77; // /__StaticArrayInitTypeSize=72 ::BEBC9ECC660A13EFC359BA3383411F698CFF25DB __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_78; // /__StaticArrayInitTypeSize=40 ::BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_79; // /__StaticArrayInitTypeSize=6 ::BF5EB60806ECB74EE484105DD9D6F463BF994867 __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 ___BF5EB60806ECB74EE484105DD9D6F463BF994867_80; // System.Int64 ::C1A1100642BA9685B30A84D97348484E14AA1865 int64_t ___C1A1100642BA9685B30A84D97348484E14AA1865_81; // /__StaticArrayInitTypeSize=16 ::C6F364A0AD934EFED8909446C215752E565D77C1 __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 ___C6F364A0AD934EFED8909446C215752E565D77C1_82; // /__StaticArrayInitTypeSize=174 ::CE5835130F5277F63D716FC9115526B0AC68FFAD __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 ___CE5835130F5277F63D716FC9115526B0AC68FFAD_83; // /__StaticArrayInitTypeSize=6 ::CE93C35B755802BC4B3D180716B048FC61701EF7 __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 ___CE93C35B755802BC4B3D180716B048FC61701EF7_84; // /__StaticArrayInitTypeSize=32 ::D117188BE8D4609C0D531C51B0BB911A4219DEBE __StaticArrayInitTypeSizeU3D32_t99C29E8FAFAAE5B1E3F1CB981F557B0AA62EA81B ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_85; // /__StaticArrayInitTypeSize=44 ::D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636 __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_86; // /__StaticArrayInitTypeSize=76 ::DA19DB47B583EFCF7825D2E39D661D2354F28219 __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 ___DA19DB47B583EFCF7825D2E39D661D2354F28219_87; // /__StaticArrayInitTypeSize=52 ::DD3AEFEADB1CD615F3017763F1568179FEE640B0 __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_88; // /__StaticArrayInitTypeSize=36 ::E1827270A5FE1C85F5352A66FD87BA747213D006 __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA ___E1827270A5FE1C85F5352A66FD87BA747213D006_89; // /__StaticArrayInitTypeSize=40 ::E45BAB43F7D5D038672B3E3431F92E34A7AF2571 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_90; // /__StaticArrayInitTypeSize=52 ::E92B39D8233061927D9ACDE54665E68E7535635A __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD ___E92B39D8233061927D9ACDE54665E68E7535635A_91; // /__StaticArrayInitTypeSize=12 ::EA9506959484C55CFE0C139C624DF6060E285866 __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 ___EA9506959484C55CFE0C139C624DF6060E285866_92; // /__StaticArrayInitTypeSize=262 ::EB5E9A80A40096AB74D2E226650C7258D7BC5E9D __StaticArrayInitTypeSizeU3D262_tF74EA0E2AEDDD20898E5779445ABF7802D23911A ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_93; // /__StaticArrayInitTypeSize=64 ::EBF68F411848D603D059DFDEA2321C5A5EA78044 __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 ___EBF68F411848D603D059DFDEA2321C5A5EA78044_94; // /__StaticArrayInitTypeSize=72 ::EC89C317EA2BF49A70EFF5E89C691E34733D7C37 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_95; // /__StaticArrayInitTypeSize=40 ::F06E829E62F3AFBC045D064E10A4F5DF7C969612 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_96; // /__StaticArrayInitTypeSize=11614 ::F073AA332018FDA0D572E99448FFF1D6422BD520 __StaticArrayInitTypeSizeU3D11614_t7947936AE0A455E7877908DB7A291DEE37965F6F ___F073AA332018FDA0D572E99448FFF1D6422BD520_97; // /__StaticArrayInitTypeSize=120 ::F34B0E10653402E8F788F8BC3F7CD7090928A429 __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 ___F34B0E10653402E8F788F8BC3F7CD7090928A429_98; // /__StaticArrayInitTypeSize=72 ::F37E34BEADB04F34FCC31078A59F49856CA83D5B __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_99; // /__StaticArrayInitTypeSize=94 ::F512A9ABF88066AAEB92684F95CC05D8101B462B __StaticArrayInitTypeSizeU3D94_t52D6560B7A2023DDDFDCF4D8F6C226742520B4C7 ___F512A9ABF88066AAEB92684F95CC05D8101B462B_100; // /__StaticArrayInitTypeSize=12 ::F8FAABB821300AA500C2CEC6091B3782A7FB44A4 __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_101; // /__StaticArrayInitTypeSize=2350 ::FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B __StaticArrayInitTypeSizeU3D2350_t029525D9BCF84611FB610B9E4D13EE898E0B055D ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_102; public: inline static int32_t get_offset_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___0588059ACBD52F7EA2835882F977A9CF72EB9775_0)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U30588059ACBD52F7EA2835882F977A9CF72EB9775_0() const { return ___0588059ACBD52F7EA2835882F977A9CF72EB9775_0; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_0() { return &___0588059ACBD52F7EA2835882F977A9CF72EB9775_0; } inline void set_U30588059ACBD52F7EA2835882F977A9CF72EB9775_0(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___0588059ACBD52F7EA2835882F977A9CF72EB9775_0 = value; } inline static int32_t get_offset_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1)); } inline __StaticArrayInitTypeSizeU3D84_t2EF20E9BBEB47B540AFCA64F09777DFD5E348454 get_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1() const { return ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1; } inline __StaticArrayInitTypeSizeU3D84_t2EF20E9BBEB47B540AFCA64F09777DFD5E348454 * get_address_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1() { return &___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1; } inline void set_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1(__StaticArrayInitTypeSizeU3D84_t2EF20E9BBEB47B540AFCA64F09777DFD5E348454 value) { ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1 = value; } inline static int32_t get_offset_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___121EC59E23F7559B28D338D562528F6299C2DE22_2)); } inline __StaticArrayInitTypeSizeU3D240_t15F96E63E1A6759D1754EA684441DA49B3724B5F get_U3121EC59E23F7559B28D338D562528F6299C2DE22_2() const { return ___121EC59E23F7559B28D338D562528F6299C2DE22_2; } inline __StaticArrayInitTypeSizeU3D240_t15F96E63E1A6759D1754EA684441DA49B3724B5F * get_address_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_2() { return &___121EC59E23F7559B28D338D562528F6299C2DE22_2; } inline void set_U3121EC59E23F7559B28D338D562528F6299C2DE22_2(__StaticArrayInitTypeSizeU3D240_t15F96E63E1A6759D1754EA684441DA49B3724B5F value) { ___121EC59E23F7559B28D338D562528F6299C2DE22_2 = value; } inline static int32_t get_offset_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_3)); } inline __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC get_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_3() const { return ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_3; } inline __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC * get_address_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_3() { return &___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_3; } inline void set_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_3(__StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC value) { ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_3 = value; } inline static int32_t get_offset_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___1FE6CE411858B3D864679DE2139FB081F08BFACD_4)); } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 get_U31FE6CE411858B3D864679DE2139FB081F08BFACD_4() const { return ___1FE6CE411858B3D864679DE2139FB081F08BFACD_4; } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 * get_address_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_4() { return &___1FE6CE411858B3D864679DE2139FB081F08BFACD_4; } inline void set_U31FE6CE411858B3D864679DE2139FB081F08BFACD_4(__StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 value) { ___1FE6CE411858B3D864679DE2139FB081F08BFACD_4 = value; } inline static int32_t get_offset_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_5)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_5() const { return ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_5; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_5() { return &___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_5; } inline void set_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_5(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_5 = value; } inline static int32_t get_offset_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6)); } inline __StaticArrayInitTypeSizeU3D1208_t7747605A5C3CD826A11C4196CCE9CF1996C344DF get_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6() const { return ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6; } inline __StaticArrayInitTypeSizeU3D1208_t7747605A5C3CD826A11C4196CCE9CF1996C344DF * get_address_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6() { return &___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6; } inline void set_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6(__StaticArrayInitTypeSizeU3D1208_t7747605A5C3CD826A11C4196CCE9CF1996C344DF value) { ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6 = value; } inline static int32_t get_offset_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___29C1A61550F0E3260E1953D4FAD71C256218EF40_7)); } inline __StaticArrayInitTypeSizeU3D42_t9FC2D1D81E2853CF5D36635AB6A30DDDB9ABFECA get_U329C1A61550F0E3260E1953D4FAD71C256218EF40_7() const { return ___29C1A61550F0E3260E1953D4FAD71C256218EF40_7; } inline __StaticArrayInitTypeSizeU3D42_t9FC2D1D81E2853CF5D36635AB6A30DDDB9ABFECA * get_address_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_7() { return &___29C1A61550F0E3260E1953D4FAD71C256218EF40_7; } inline void set_U329C1A61550F0E3260E1953D4FAD71C256218EF40_7(__StaticArrayInitTypeSizeU3D42_t9FC2D1D81E2853CF5D36635AB6A30DDDB9ABFECA value) { ___29C1A61550F0E3260E1953D4FAD71C256218EF40_7 = value; } inline static int32_t get_offset_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8)); } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 get_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8() const { return ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8; } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 * get_address_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8() { return &___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8; } inline void set_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8(__StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 value) { ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8 = value; } inline static int32_t get_offset_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_9)); } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA get_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_9() const { return ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_9; } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA * get_address_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_9() { return &___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_9; } inline void set_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_9(__StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA value) { ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_9 = value; } inline static int32_t get_offset_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_10)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_10() const { return ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_10; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_10() { return &___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_10; } inline void set_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_10(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_10 = value; } inline static int32_t get_offset_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_11)); } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 get_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_11() const { return ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_11; } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 * get_address_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_11() { return &___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_11; } inline void set_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_11(__StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 value) { ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_11 = value; } inline static int32_t get_offset_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12() const { return ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12() { return &___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12; } inline void set_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12 = value; } inline static int32_t get_offset_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___34476C29F6F81C989CFCA42F7C06E84C66236834_13)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U334476C29F6F81C989CFCA42F7C06E84C66236834_13() const { return ___34476C29F6F81C989CFCA42F7C06E84C66236834_13; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_13() { return &___34476C29F6F81C989CFCA42F7C06E84C66236834_13; } inline void set_U334476C29F6F81C989CFCA42F7C06E84C66236834_13(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___34476C29F6F81C989CFCA42F7C06E84C66236834_13 = value; } inline static int32_t get_offset_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___35EED060772F2748D13B745DAEC8CD7BD3B87604_14)); } inline __StaticArrayInitTypeSizeU3D2382_t7764CC6AFDCA682AEBA6E78440AD21978F0AB7B1 get_U335EED060772F2748D13B745DAEC8CD7BD3B87604_14() const { return ___35EED060772F2748D13B745DAEC8CD7BD3B87604_14; } inline __StaticArrayInitTypeSizeU3D2382_t7764CC6AFDCA682AEBA6E78440AD21978F0AB7B1 * get_address_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_14() { return &___35EED060772F2748D13B745DAEC8CD7BD3B87604_14; } inline void set_U335EED060772F2748D13B745DAEC8CD7BD3B87604_14(__StaticArrayInitTypeSizeU3D2382_t7764CC6AFDCA682AEBA6E78440AD21978F0AB7B1 value) { ___35EED060772F2748D13B745DAEC8CD7BD3B87604_14 = value; } inline static int32_t get_offset_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15)); } inline __StaticArrayInitTypeSizeU3D38_tCB70BC8DEB0D12487BC902760AFB250798B64F83 get_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15() const { return ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15; } inline __StaticArrayInitTypeSizeU3D38_tCB70BC8DEB0D12487BC902760AFB250798B64F83 * get_address_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15() { return &___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15; } inline void set_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15(__StaticArrayInitTypeSizeU3D38_tCB70BC8DEB0D12487BC902760AFB250798B64F83 value) { ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15 = value; } inline static int32_t get_offset_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___379C06C9E702D31469C29033F0DD63931EB349F5_16)); } inline __StaticArrayInitTypeSizeU3D1450_tAC1EF3610F74C31313DF1ADF3AC9D9A2A9EC2912 get_U3379C06C9E702D31469C29033F0DD63931EB349F5_16() const { return ___379C06C9E702D31469C29033F0DD63931EB349F5_16; } inline __StaticArrayInitTypeSizeU3D1450_tAC1EF3610F74C31313DF1ADF3AC9D9A2A9EC2912 * get_address_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_16() { return &___379C06C9E702D31469C29033F0DD63931EB349F5_16; } inline void set_U3379C06C9E702D31469C29033F0DD63931EB349F5_16(__StaticArrayInitTypeSizeU3D1450_tAC1EF3610F74C31313DF1ADF3AC9D9A2A9EC2912 value) { ___379C06C9E702D31469C29033F0DD63931EB349F5_16 = value; } inline static int32_t get_offset_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_17)); } inline __StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 get_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_17() const { return ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_17; } inline __StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 * get_address_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_17() { return &___399BD13E240F33F808CA7940293D6EC4E6FD5A00_17; } inline void set_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_17(__StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 value) { ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_17 = value; } inline static int32_t get_offset_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_18)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_18() const { return ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_18; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_18() { return &___39C9CE73C7B0619D409EF28344F687C1B5C130FE_18; } inline void set_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_18(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_18 = value; } inline static int32_t get_offset_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19)); } inline __StaticArrayInitTypeSizeU3D320_tBE0C4C66577D53F18D8BA69E43FDC69DFA003F8F get_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19() const { return ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19; } inline __StaticArrayInitTypeSizeU3D320_tBE0C4C66577D53F18D8BA69E43FDC69DFA003F8F * get_address_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19() { return &___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19; } inline void set_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19(__StaticArrayInitTypeSizeU3D320_tBE0C4C66577D53F18D8BA69E43FDC69DFA003F8F value) { ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19 = value; } inline static int32_t get_offset_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___3E823444D2DFECF0F90B436B88F02A533CB376F1_20)); } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 get_U33E823444D2DFECF0F90B436B88F02A533CB376F1_20() const { return ___3E823444D2DFECF0F90B436B88F02A533CB376F1_20; } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 * get_address_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_20() { return &___3E823444D2DFECF0F90B436B88F02A533CB376F1_20; } inline void set_U33E823444D2DFECF0F90B436B88F02A533CB376F1_20(__StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 value) { ___3E823444D2DFECF0F90B436B88F02A533CB376F1_20 = value; } inline static int32_t get_offset_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_21)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_21() const { return ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_21; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_21() { return &___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_21; } inline void set_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_21(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_21 = value; } inline static int32_t get_offset_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_22)); } inline __StaticArrayInitTypeSizeU3D1665_tF300201390474873919B6C58C810DFAC718FE0F4 get_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_22() const { return ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_22; } inline __StaticArrayInitTypeSizeU3D1665_tF300201390474873919B6C58C810DFAC718FE0F4 * get_address_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_22() { return &___40981BAA39513E58B28DCF0103CC04DE2A0A0444_22; } inline void set_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_22(__StaticArrayInitTypeSizeU3D1665_tF300201390474873919B6C58C810DFAC718FE0F4 value) { ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_22 = value; } inline static int32_t get_offset_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_23)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_23() const { return ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_23; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_23() { return &___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_23; } inline void set_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_23(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_23 = value; } inline static int32_t get_offset_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_24)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_24() const { return ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_24; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_24() { return &___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_24; } inline void set_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_24(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_24 = value; } inline static int32_t get_offset_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_25)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_25() const { return ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_25; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_25() { return &___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_25; } inline void set_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_25(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_25 = value; } inline static int32_t get_offset_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_26)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_26() const { return ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_26; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_26() { return &___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_26; } inline void set_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_26(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_26 = value; } inline static int32_t get_offset_of_U3536422B321459B242ADED7240B7447E904E083E3_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___536422B321459B242ADED7240B7447E904E083E3_27)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U3536422B321459B242ADED7240B7447E904E083E3_27() const { return ___536422B321459B242ADED7240B7447E904E083E3_27; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U3536422B321459B242ADED7240B7447E904E083E3_27() { return &___536422B321459B242ADED7240B7447E904E083E3_27; } inline void set_U3536422B321459B242ADED7240B7447E904E083E3_27(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___536422B321459B242ADED7240B7447E904E083E3_27 = value; } inline static int32_t get_offset_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_28)); } inline __StaticArrayInitTypeSizeU3D1080_tDD425A5824CFEEBEB897380BE535A4D579DD8DEB get_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_28() const { return ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_28; } inline __StaticArrayInitTypeSizeU3D1080_tDD425A5824CFEEBEB897380BE535A4D579DD8DEB * get_address_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_28() { return &___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_28; } inline void set_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_28(__StaticArrayInitTypeSizeU3D1080_tDD425A5824CFEEBEB897380BE535A4D579DD8DEB value) { ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_28 = value; } inline static int32_t get_offset_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___57218C316B6921E2CD61027A2387EDC31A2D9471_29)); } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 get_U357218C316B6921E2CD61027A2387EDC31A2D9471_29() const { return ___57218C316B6921E2CD61027A2387EDC31A2D9471_29; } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 * get_address_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_29() { return &___57218C316B6921E2CD61027A2387EDC31A2D9471_29; } inline void set_U357218C316B6921E2CD61027A2387EDC31A2D9471_29(__StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 value) { ___57218C316B6921E2CD61027A2387EDC31A2D9471_29 = value; } inline static int32_t get_offset_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___57F320D62696EC99727E0FE2045A05F1289CC0C6_30)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U357F320D62696EC99727E0FE2045A05F1289CC0C6_30() const { return ___57F320D62696EC99727E0FE2045A05F1289CC0C6_30; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_30() { return &___57F320D62696EC99727E0FE2045A05F1289CC0C6_30; } inline void set_U357F320D62696EC99727E0FE2045A05F1289CC0C6_30(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___57F320D62696EC99727E0FE2045A05F1289CC0C6_30 = value; } inline static int32_t get_offset_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_31)); } inline __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 get_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_31() const { return ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_31; } inline __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 * get_address_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_31() { return &___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_31; } inline void set_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_31(__StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 value) { ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_31 = value; } inline static int32_t get_offset_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_32)); } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA get_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_32() const { return ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_32; } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA * get_address_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_32() { return &___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_32; } inline void set_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_32(__StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA value) { ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_32 = value; } inline static int32_t get_offset_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_33)); } inline __StaticArrayInitTypeSizeU3D288_t901CBC2EE96C2C63E8B3C6D507136F8A55FF5566 get_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_33() const { return ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_33; } inline __StaticArrayInitTypeSizeU3D288_t901CBC2EE96C2C63E8B3C6D507136F8A55FF5566 * get_address_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_33() { return &___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_33; } inline void set_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_33(__StaticArrayInitTypeSizeU3D288_t901CBC2EE96C2C63E8B3C6D507136F8A55FF5566 value) { ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_33 = value; } inline static int32_t get_offset_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___5BFE2819B4778217C56416C7585FF0E56EBACD89_34)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U35BFE2819B4778217C56416C7585FF0E56EBACD89_34() const { return ___5BFE2819B4778217C56416C7585FF0E56EBACD89_34; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_34() { return &___5BFE2819B4778217C56416C7585FF0E56EBACD89_34; } inline void set_U35BFE2819B4778217C56416C7585FF0E56EBACD89_34(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___5BFE2819B4778217C56416C7585FF0E56EBACD89_34 = value; } inline static int32_t get_offset_of_U35EDFD8200B7AD157878FBA46F22A1C345662F2E3_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___5EDFD8200B7AD157878FBA46F22A1C345662F2E3_35)); } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD get_U35EDFD8200B7AD157878FBA46F22A1C345662F2E3_35() const { return ___5EDFD8200B7AD157878FBA46F22A1C345662F2E3_35; } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD * get_address_of_U35EDFD8200B7AD157878FBA46F22A1C345662F2E3_35() { return &___5EDFD8200B7AD157878FBA46F22A1C345662F2E3_35; } inline void set_U35EDFD8200B7AD157878FBA46F22A1C345662F2E3_35(__StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD value) { ___5EDFD8200B7AD157878FBA46F22A1C345662F2E3_35 = value; } inline static int32_t get_offset_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36)); } inline __StaticArrayInitTypeSizeU3D128_t0E65F82715F120C2585C93F35BFA548913720A71 get_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36() const { return ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36; } inline __StaticArrayInitTypeSizeU3D128_t0E65F82715F120C2585C93F35BFA548913720A71 * get_address_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36() { return &___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36; } inline void set_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36(__StaticArrayInitTypeSizeU3D128_t0E65F82715F120C2585C93F35BFA548913720A71 value) { ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36 = value; } inline static int32_t get_offset_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_37)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_37() const { return ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_37; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_37() { return &___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_37; } inline void set_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_37(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_37 = value; } inline static int32_t get_offset_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_38)); } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD get_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_38() const { return ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_38; } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD * get_address_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_38() { return &___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_38; } inline void set_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_38(__StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD value) { ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_38 = value; } inline static int32_t get_offset_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___67EEAD805D708D9AA4E14BF747E44CED801744F3_39)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U367EEAD805D708D9AA4E14BF747E44CED801744F3_39() const { return ___67EEAD805D708D9AA4E14BF747E44CED801744F3_39; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_39() { return &___67EEAD805D708D9AA4E14BF747E44CED801744F3_39; } inline void set_U367EEAD805D708D9AA4E14BF747E44CED801744F3_39(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___67EEAD805D708D9AA4E14BF747E44CED801744F3_39 = value; } inline static int32_t get_offset_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___6C71197D228427B2864C69B357FEF73D8C9D59DF_40)); } inline __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 get_U36C71197D228427B2864C69B357FEF73D8C9D59DF_40() const { return ___6C71197D228427B2864C69B357FEF73D8C9D59DF_40; } inline __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 * get_address_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_40() { return &___6C71197D228427B2864C69B357FEF73D8C9D59DF_40; } inline void set_U36C71197D228427B2864C69B357FEF73D8C9D59DF_40(__StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 value) { ___6C71197D228427B2864C69B357FEF73D8C9D59DF_40 = value; } inline static int32_t get_offset_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_41)); } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 get_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_41() const { return ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_41; } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 * get_address_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_41() { return &___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_41; } inline void set_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_41(__StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 value) { ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_41 = value; } inline static int32_t get_offset_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___6FC754859E4EC74E447048364B216D825C6F8FE7_42)); } inline __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 get_U36FC754859E4EC74E447048364B216D825C6F8FE7_42() const { return ___6FC754859E4EC74E447048364B216D825C6F8FE7_42; } inline __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 * get_address_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_42() { return &___6FC754859E4EC74E447048364B216D825C6F8FE7_42; } inline void set_U36FC754859E4EC74E447048364B216D825C6F8FE7_42(__StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 value) { ___6FC754859E4EC74E447048364B216D825C6F8FE7_42 = value; } inline static int32_t get_offset_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___704939CD172085D1295FCE3F1D92431D685D7AA2_43)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U3704939CD172085D1295FCE3F1D92431D685D7AA2_43() const { return ___704939CD172085D1295FCE3F1D92431D685D7AA2_43; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_43() { return &___704939CD172085D1295FCE3F1D92431D685D7AA2_43; } inline void set_U3704939CD172085D1295FCE3F1D92431D685D7AA2_43(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___704939CD172085D1295FCE3F1D92431D685D7AA2_43 = value; } inline static int32_t get_offset_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_44)); } inline __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC get_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_44() const { return ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_44; } inline __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC * get_address_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_44() { return &___7088AAE49F0627B72729078DE6E3182DDCF8ED99_44; } inline void set_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_44(__StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC value) { ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_44 = value; } inline static int32_t get_offset_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___7341C933A70EAE383CC50C4B945ADB8E08F06737_45)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U37341C933A70EAE383CC50C4B945ADB8E08F06737_45() const { return ___7341C933A70EAE383CC50C4B945ADB8E08F06737_45; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_45() { return &___7341C933A70EAE383CC50C4B945ADB8E08F06737_45; } inline void set_U37341C933A70EAE383CC50C4B945ADB8E08F06737_45(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___7341C933A70EAE383CC50C4B945ADB8E08F06737_45 = value; } inline static int32_t get_offset_of_U375E0C38E75E507EDE41C1C4F5F5612852B31A4EF_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___75E0C38E75E507EDE41C1C4F5F5612852B31A4EF_46)); } inline __StaticArrayInitTypeSizeU3D1472_t51B459D4503F6B2C433F0233D96F4F6C3D3A3EA5 get_U375E0C38E75E507EDE41C1C4F5F5612852B31A4EF_46() const { return ___75E0C38E75E507EDE41C1C4F5F5612852B31A4EF_46; } inline __StaticArrayInitTypeSizeU3D1472_t51B459D4503F6B2C433F0233D96F4F6C3D3A3EA5 * get_address_of_U375E0C38E75E507EDE41C1C4F5F5612852B31A4EF_46() { return &___75E0C38E75E507EDE41C1C4F5F5612852B31A4EF_46; } inline void set_U375E0C38E75E507EDE41C1C4F5F5612852B31A4EF_46(__StaticArrayInitTypeSizeU3D1472_t51B459D4503F6B2C433F0233D96F4F6C3D3A3EA5 value) { ___75E0C38E75E507EDE41C1C4F5F5612852B31A4EF_46 = value; } inline static int32_t get_offset_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_47)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_47() const { return ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_47; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_47() { return &___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_47; } inline void set_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_47(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_47 = value; } inline static int32_t get_offset_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_48)); } inline __StaticArrayInitTypeSizeU3D21252_t7F9940F69151C8490439C5AC4C3E8F115E6EFDD0 get_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_48() const { return ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_48; } inline __StaticArrayInitTypeSizeU3D21252_t7F9940F69151C8490439C5AC4C3E8F115E6EFDD0 * get_address_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_48() { return &___811A927B7DADD378BE60BBDE794B9277AA9B50EC_48; } inline void set_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_48(__StaticArrayInitTypeSizeU3D21252_t7F9940F69151C8490439C5AC4C3E8F115E6EFDD0 value) { ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_48 = value; } inline static int32_t get_offset_of_U381917F1E21F3C22B9F916994547A614FB03E968E_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___81917F1E21F3C22B9F916994547A614FB03E968E_49)); } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA get_U381917F1E21F3C22B9F916994547A614FB03E968E_49() const { return ___81917F1E21F3C22B9F916994547A614FB03E968E_49; } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA * get_address_of_U381917F1E21F3C22B9F916994547A614FB03E968E_49() { return &___81917F1E21F3C22B9F916994547A614FB03E968E_49; } inline void set_U381917F1E21F3C22B9F916994547A614FB03E968E_49(__StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA value) { ___81917F1E21F3C22B9F916994547A614FB03E968E_49 = value; } inline static int32_t get_offset_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___823566DA642D6EA356E15585921F2A4CA23D6760_50)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U3823566DA642D6EA356E15585921F2A4CA23D6760_50() const { return ___823566DA642D6EA356E15585921F2A4CA23D6760_50; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_50() { return &___823566DA642D6EA356E15585921F2A4CA23D6760_50; } inline void set_U3823566DA642D6EA356E15585921F2A4CA23D6760_50(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___823566DA642D6EA356E15585921F2A4CA23D6760_50 = value; } inline static int32_t get_offset_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___82C2A59850B2E85BCE1A45A479537A384DF6098D_51)); } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 get_U382C2A59850B2E85BCE1A45A479537A384DF6098D_51() const { return ___82C2A59850B2E85BCE1A45A479537A384DF6098D_51; } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 * get_address_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_51() { return &___82C2A59850B2E85BCE1A45A479537A384DF6098D_51; } inline void set_U382C2A59850B2E85BCE1A45A479537A384DF6098D_51(__StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 value) { ___82C2A59850B2E85BCE1A45A479537A384DF6098D_51 = value; } inline static int32_t get_offset_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_52)); } inline __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 get_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_52() const { return ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_52; } inline __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 * get_address_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_52() { return &___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_52; } inline void set_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_52(__StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 value) { ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_52 = value; } inline static int32_t get_offset_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___871B9CF85DB352BAADF12BAE8F19857683E385AC_53)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_53() const { return ___871B9CF85DB352BAADF12BAE8F19857683E385AC_53; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_53() { return &___871B9CF85DB352BAADF12BAE8F19857683E385AC_53; } inline void set_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_53(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___871B9CF85DB352BAADF12BAE8F19857683E385AC_53 = value; } inline static int32_t get_offset_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___89A040451C8CC5C8FB268BE44BDD74964C104155_54)); } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 get_U389A040451C8CC5C8FB268BE44BDD74964C104155_54() const { return ___89A040451C8CC5C8FB268BE44BDD74964C104155_54; } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 * get_address_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_54() { return &___89A040451C8CC5C8FB268BE44BDD74964C104155_54; } inline void set_U389A040451C8CC5C8FB268BE44BDD74964C104155_54(__StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 value) { ___89A040451C8CC5C8FB268BE44BDD74964C104155_54 = value; } inline static int32_t get_offset_of_U38CAA092E783257106251246FF5C97F88D28517A6_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___8CAA092E783257106251246FF5C97F88D28517A6_55)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U38CAA092E783257106251246FF5C97F88D28517A6_55() const { return ___8CAA092E783257106251246FF5C97F88D28517A6_55; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U38CAA092E783257106251246FF5C97F88D28517A6_55() { return &___8CAA092E783257106251246FF5C97F88D28517A6_55; } inline void set_U38CAA092E783257106251246FF5C97F88D28517A6_55(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___8CAA092E783257106251246FF5C97F88D28517A6_55 = value; } inline static int32_t get_offset_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_56)); } inline __StaticArrayInitTypeSizeU3D2100_t77017A2656678C6EE4571B84C9F635820AB583B0 get_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_56() const { return ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_56; } inline __StaticArrayInitTypeSizeU3D2100_t77017A2656678C6EE4571B84C9F635820AB583B0 * get_address_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_56() { return &___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_56; } inline void set_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_56(__StaticArrayInitTypeSizeU3D2100_t77017A2656678C6EE4571B84C9F635820AB583B0 value) { ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_56 = value; } inline static int32_t get_offset_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_57)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_57() const { return ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_57; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_57() { return &___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_57; } inline void set_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_57(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_57 = value; } inline static int32_t get_offset_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___93A63E90605400F34B49F0EB3361D23C89164BDA_58)); } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 get_U393A63E90605400F34B49F0EB3361D23C89164BDA_58() const { return ___93A63E90605400F34B49F0EB3361D23C89164BDA_58; } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 * get_address_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_58() { return &___93A63E90605400F34B49F0EB3361D23C89164BDA_58; } inline void set_U393A63E90605400F34B49F0EB3361D23C89164BDA_58(__StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 value) { ___93A63E90605400F34B49F0EB3361D23C89164BDA_58 = value; } inline static int32_t get_offset_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___94841DD2F330CCB1089BF413E4FA9B04505152E2_59)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U394841DD2F330CCB1089BF413E4FA9B04505152E2_59() const { return ___94841DD2F330CCB1089BF413E4FA9B04505152E2_59; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_59() { return &___94841DD2F330CCB1089BF413E4FA9B04505152E2_59; } inline void set_U394841DD2F330CCB1089BF413E4FA9B04505152E2_59(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___94841DD2F330CCB1089BF413E4FA9B04505152E2_59 = value; } inline static int32_t get_offset_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___95264589E48F94B7857CFF398FB72A537E13EEE2_60)); } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 get_U395264589E48F94B7857CFF398FB72A537E13EEE2_60() const { return ___95264589E48F94B7857CFF398FB72A537E13EEE2_60; } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 * get_address_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_60() { return &___95264589E48F94B7857CFF398FB72A537E13EEE2_60; } inline void set_U395264589E48F94B7857CFF398FB72A537E13EEE2_60(__StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 value) { ___95264589E48F94B7857CFF398FB72A537E13EEE2_60 = value; } inline static int32_t get_offset_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___95C48758CAE1715783472FB073AB158AB8A0AB2A_61)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U395C48758CAE1715783472FB073AB158AB8A0AB2A_61() const { return ___95C48758CAE1715783472FB073AB158AB8A0AB2A_61; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_61() { return &___95C48758CAE1715783472FB073AB158AB8A0AB2A_61; } inline void set_U395C48758CAE1715783472FB073AB158AB8A0AB2A_61(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___95C48758CAE1715783472FB073AB158AB8A0AB2A_61 = value; } inline static int32_t get_offset_of_U3973417296623D8DC6961B09664E54039E44CA5D8_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___973417296623D8DC6961B09664E54039E44CA5D8_62)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U3973417296623D8DC6961B09664E54039E44CA5D8_62() const { return ___973417296623D8DC6961B09664E54039E44CA5D8_62; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U3973417296623D8DC6961B09664E54039E44CA5D8_62() { return &___973417296623D8DC6961B09664E54039E44CA5D8_62; } inline void set_U3973417296623D8DC6961B09664E54039E44CA5D8_62(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___973417296623D8DC6961B09664E54039E44CA5D8_62 = value; } inline static int32_t get_offset_of_A0074C15377C0C870B055927403EA9FA7A349D12_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A0074C15377C0C870B055927403EA9FA7A349D12_63)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_A0074C15377C0C870B055927403EA9FA7A349D12_63() const { return ___A0074C15377C0C870B055927403EA9FA7A349D12_63; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_A0074C15377C0C870B055927403EA9FA7A349D12_63() { return &___A0074C15377C0C870B055927403EA9FA7A349D12_63; } inline void set_A0074C15377C0C870B055927403EA9FA7A349D12_63(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___A0074C15377C0C870B055927403EA9FA7A349D12_63 = value; } inline static int32_t get_offset_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A1319B706116AB2C6D44483F60A7D0ACEA543396_64)); } inline __StaticArrayInitTypeSizeU3D130_tF56FBBACF53AE9A551B962978B48A914536B6871 get_A1319B706116AB2C6D44483F60A7D0ACEA543396_64() const { return ___A1319B706116AB2C6D44483F60A7D0ACEA543396_64; } inline __StaticArrayInitTypeSizeU3D130_tF56FBBACF53AE9A551B962978B48A914536B6871 * get_address_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_64() { return &___A1319B706116AB2C6D44483F60A7D0ACEA543396_64; } inline void set_A1319B706116AB2C6D44483F60A7D0ACEA543396_64(__StaticArrayInitTypeSizeU3D130_tF56FBBACF53AE9A551B962978B48A914536B6871 value) { ___A1319B706116AB2C6D44483F60A7D0ACEA543396_64 = value; } inline static int32_t get_offset_of_A13AA52274D951A18029131A8DDECF76B569A15D_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A13AA52274D951A18029131A8DDECF76B569A15D_65)); } inline int64_t get_A13AA52274D951A18029131A8DDECF76B569A15D_65() const { return ___A13AA52274D951A18029131A8DDECF76B569A15D_65; } inline int64_t* get_address_of_A13AA52274D951A18029131A8DDECF76B569A15D_65() { return &___A13AA52274D951A18029131A8DDECF76B569A15D_65; } inline void set_A13AA52274D951A18029131A8DDECF76B569A15D_65(int64_t value) { ___A13AA52274D951A18029131A8DDECF76B569A15D_65 = value; } inline static int32_t get_offset_of_A5444763673307F6828C748D4B9708CFC02B0959_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A5444763673307F6828C748D4B9708CFC02B0959_66)); } inline __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 get_A5444763673307F6828C748D4B9708CFC02B0959_66() const { return ___A5444763673307F6828C748D4B9708CFC02B0959_66; } inline __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 * get_address_of_A5444763673307F6828C748D4B9708CFC02B0959_66() { return &___A5444763673307F6828C748D4B9708CFC02B0959_66; } inline void set_A5444763673307F6828C748D4B9708CFC02B0959_66(__StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 value) { ___A5444763673307F6828C748D4B9708CFC02B0959_66 = value; } inline static int32_t get_offset_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_67)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_A6732F8E7FC23766AB329B492D6BF82E3B33233F_67() const { return ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_67; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_67() { return &___A6732F8E7FC23766AB329B492D6BF82E3B33233F_67; } inline void set_A6732F8E7FC23766AB329B492D6BF82E3B33233F_67(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_67 = value; } inline static int32_t get_offset_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A705A106D95282BD15E13EEA6B0AF583FF786D83_68)); } inline __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 get_A705A106D95282BD15E13EEA6B0AF583FF786D83_68() const { return ___A705A106D95282BD15E13EEA6B0AF583FF786D83_68; } inline __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 * get_address_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_68() { return &___A705A106D95282BD15E13EEA6B0AF583FF786D83_68; } inline void set_A705A106D95282BD15E13EEA6B0AF583FF786D83_68(__StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 value) { ___A705A106D95282BD15E13EEA6B0AF583FF786D83_68 = value; } inline static int32_t get_offset_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A8A491E4CED49AE0027560476C10D933CE70C8DF_69)); } inline __StaticArrayInitTypeSizeU3D1018_tC210B7B033B7D52771288C82C8E6DA21074FF7F3 get_A8A491E4CED49AE0027560476C10D933CE70C8DF_69() const { return ___A8A491E4CED49AE0027560476C10D933CE70C8DF_69; } inline __StaticArrayInitTypeSizeU3D1018_tC210B7B033B7D52771288C82C8E6DA21074FF7F3 * get_address_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_69() { return &___A8A491E4CED49AE0027560476C10D933CE70C8DF_69; } inline void set_A8A491E4CED49AE0027560476C10D933CE70C8DF_69(__StaticArrayInitTypeSizeU3D1018_tC210B7B033B7D52771288C82C8E6DA21074FF7F3 value) { ___A8A491E4CED49AE0027560476C10D933CE70C8DF_69 = value; } inline static int32_t get_offset_of_AC791C4F39504D1184B73478943D0636258DA7B1_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___AC791C4F39504D1184B73478943D0636258DA7B1_70)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_AC791C4F39504D1184B73478943D0636258DA7B1_70() const { return ___AC791C4F39504D1184B73478943D0636258DA7B1_70; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_AC791C4F39504D1184B73478943D0636258DA7B1_70() { return &___AC791C4F39504D1184B73478943D0636258DA7B1_70; } inline void set_AC791C4F39504D1184B73478943D0636258DA7B1_70(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___AC791C4F39504D1184B73478943D0636258DA7B1_70 = value; } inline static int32_t get_offset_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___AFCD4E1211233E99373A3367B23105A3D624B1F2_71)); } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD get_AFCD4E1211233E99373A3367B23105A3D624B1F2_71() const { return ___AFCD4E1211233E99373A3367B23105A3D624B1F2_71; } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD * get_address_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_71() { return &___AFCD4E1211233E99373A3367B23105A3D624B1F2_71; } inline void set_AFCD4E1211233E99373A3367B23105A3D624B1F2_71(__StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD value) { ___AFCD4E1211233E99373A3367B23105A3D624B1F2_71 = value; } inline static int32_t get_offset_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_72)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_72() const { return ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_72; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_72() { return &___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_72; } inline void set_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_72(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_72 = value; } inline static int32_t get_offset_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_73)); } inline __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 get_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_73() const { return ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_73; } inline __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 * get_address_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_73() { return &___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_73; } inline void set_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_73(__StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 value) { ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_73 = value; } inline static int32_t get_offset_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_74)); } inline __StaticArrayInitTypeSizeU3D998_t4B160A0C233D0CAB065432B008AFE2E02CF05C4D get_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_74() const { return ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_74; } inline __StaticArrayInitTypeSizeU3D998_t4B160A0C233D0CAB065432B008AFE2E02CF05C4D * get_address_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_74() { return &___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_74; } inline void set_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_74(__StaticArrayInitTypeSizeU3D998_t4B160A0C233D0CAB065432B008AFE2E02CF05C4D value) { ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_74 = value; } inline static int32_t get_offset_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_75)); } inline __StaticArrayInitTypeSizeU3D162_t11E10480FC4E2E4875323D07CD37B68D7040BD28 get_B8864ACB9DD69E3D42151513C840AAE270BF21C8_75() const { return ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_75; } inline __StaticArrayInitTypeSizeU3D162_t11E10480FC4E2E4875323D07CD37B68D7040BD28 * get_address_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_75() { return &___B8864ACB9DD69E3D42151513C840AAE270BF21C8_75; } inline void set_B8864ACB9DD69E3D42151513C840AAE270BF21C8_75(__StaticArrayInitTypeSizeU3D162_t11E10480FC4E2E4875323D07CD37B68D7040BD28 value) { ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_75 = value; } inline static int32_t get_offset_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___B8F87834C3597B2EEF22BA6D3A392CC925636401_76)); } inline __StaticArrayInitTypeSizeU3D360_t0E9DE21DD2818B844977C0B5AEFD0AF5FA812D79 get_B8F87834C3597B2EEF22BA6D3A392CC925636401_76() const { return ___B8F87834C3597B2EEF22BA6D3A392CC925636401_76; } inline __StaticArrayInitTypeSizeU3D360_t0E9DE21DD2818B844977C0B5AEFD0AF5FA812D79 * get_address_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_76() { return &___B8F87834C3597B2EEF22BA6D3A392CC925636401_76; } inline void set_B8F87834C3597B2EEF22BA6D3A392CC925636401_76(__StaticArrayInitTypeSizeU3D360_t0E9DE21DD2818B844977C0B5AEFD0AF5FA812D79 value) { ___B8F87834C3597B2EEF22BA6D3A392CC925636401_76 = value; } inline static int32_t get_offset_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_77)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_77() const { return ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_77; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_77() { return &___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_77; } inline void set_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_77(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_77 = value; } inline static int32_t get_offset_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_78)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_78() const { return ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_78; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_78() { return &___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_78; } inline void set_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_78(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_78 = value; } inline static int32_t get_offset_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_79)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_79() const { return ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_79; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_79() { return &___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_79; } inline void set_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_79(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_79 = value; } inline static int32_t get_offset_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___BF5EB60806ECB74EE484105DD9D6F463BF994867_80)); } inline __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 get_BF5EB60806ECB74EE484105DD9D6F463BF994867_80() const { return ___BF5EB60806ECB74EE484105DD9D6F463BF994867_80; } inline __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 * get_address_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_80() { return &___BF5EB60806ECB74EE484105DD9D6F463BF994867_80; } inline void set_BF5EB60806ECB74EE484105DD9D6F463BF994867_80(__StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 value) { ___BF5EB60806ECB74EE484105DD9D6F463BF994867_80 = value; } inline static int32_t get_offset_of_C1A1100642BA9685B30A84D97348484E14AA1865_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___C1A1100642BA9685B30A84D97348484E14AA1865_81)); } inline int64_t get_C1A1100642BA9685B30A84D97348484E14AA1865_81() const { return ___C1A1100642BA9685B30A84D97348484E14AA1865_81; } inline int64_t* get_address_of_C1A1100642BA9685B30A84D97348484E14AA1865_81() { return &___C1A1100642BA9685B30A84D97348484E14AA1865_81; } inline void set_C1A1100642BA9685B30A84D97348484E14AA1865_81(int64_t value) { ___C1A1100642BA9685B30A84D97348484E14AA1865_81 = value; } inline static int32_t get_offset_of_C6F364A0AD934EFED8909446C215752E565D77C1_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___C6F364A0AD934EFED8909446C215752E565D77C1_82)); } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 get_C6F364A0AD934EFED8909446C215752E565D77C1_82() const { return ___C6F364A0AD934EFED8909446C215752E565D77C1_82; } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 * get_address_of_C6F364A0AD934EFED8909446C215752E565D77C1_82() { return &___C6F364A0AD934EFED8909446C215752E565D77C1_82; } inline void set_C6F364A0AD934EFED8909446C215752E565D77C1_82(__StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 value) { ___C6F364A0AD934EFED8909446C215752E565D77C1_82 = value; } inline static int32_t get_offset_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___CE5835130F5277F63D716FC9115526B0AC68FFAD_83)); } inline __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 get_CE5835130F5277F63D716FC9115526B0AC68FFAD_83() const { return ___CE5835130F5277F63D716FC9115526B0AC68FFAD_83; } inline __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 * get_address_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_83() { return &___CE5835130F5277F63D716FC9115526B0AC68FFAD_83; } inline void set_CE5835130F5277F63D716FC9115526B0AC68FFAD_83(__StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 value) { ___CE5835130F5277F63D716FC9115526B0AC68FFAD_83 = value; } inline static int32_t get_offset_of_CE93C35B755802BC4B3D180716B048FC61701EF7_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___CE93C35B755802BC4B3D180716B048FC61701EF7_84)); } inline __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 get_CE93C35B755802BC4B3D180716B048FC61701EF7_84() const { return ___CE93C35B755802BC4B3D180716B048FC61701EF7_84; } inline __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 * get_address_of_CE93C35B755802BC4B3D180716B048FC61701EF7_84() { return &___CE93C35B755802BC4B3D180716B048FC61701EF7_84; } inline void set_CE93C35B755802BC4B3D180716B048FC61701EF7_84(__StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 value) { ___CE93C35B755802BC4B3D180716B048FC61701EF7_84 = value; } inline static int32_t get_offset_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_85)); } inline __StaticArrayInitTypeSizeU3D32_t99C29E8FAFAAE5B1E3F1CB981F557B0AA62EA81B get_D117188BE8D4609C0D531C51B0BB911A4219DEBE_85() const { return ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_85; } inline __StaticArrayInitTypeSizeU3D32_t99C29E8FAFAAE5B1E3F1CB981F557B0AA62EA81B * get_address_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_85() { return &___D117188BE8D4609C0D531C51B0BB911A4219DEBE_85; } inline void set_D117188BE8D4609C0D531C51B0BB911A4219DEBE_85(__StaticArrayInitTypeSizeU3D32_t99C29E8FAFAAE5B1E3F1CB981F557B0AA62EA81B value) { ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_85 = value; } inline static int32_t get_offset_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_86)); } inline __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 get_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_86() const { return ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_86; } inline __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 * get_address_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_86() { return &___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_86; } inline void set_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_86(__StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 value) { ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_86 = value; } inline static int32_t get_offset_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___DA19DB47B583EFCF7825D2E39D661D2354F28219_87)); } inline __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 get_DA19DB47B583EFCF7825D2E39D661D2354F28219_87() const { return ___DA19DB47B583EFCF7825D2E39D661D2354F28219_87; } inline __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 * get_address_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_87() { return &___DA19DB47B583EFCF7825D2E39D661D2354F28219_87; } inline void set_DA19DB47B583EFCF7825D2E39D661D2354F28219_87(__StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 value) { ___DA19DB47B583EFCF7825D2E39D661D2354F28219_87 = value; } inline static int32_t get_offset_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_88)); } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD get_DD3AEFEADB1CD615F3017763F1568179FEE640B0_88() const { return ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_88; } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD * get_address_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_88() { return &___DD3AEFEADB1CD615F3017763F1568179FEE640B0_88; } inline void set_DD3AEFEADB1CD615F3017763F1568179FEE640B0_88(__StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD value) { ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_88 = value; } inline static int32_t get_offset_of_E1827270A5FE1C85F5352A66FD87BA747213D006_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___E1827270A5FE1C85F5352A66FD87BA747213D006_89)); } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA get_E1827270A5FE1C85F5352A66FD87BA747213D006_89() const { return ___E1827270A5FE1C85F5352A66FD87BA747213D006_89; } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA * get_address_of_E1827270A5FE1C85F5352A66FD87BA747213D006_89() { return &___E1827270A5FE1C85F5352A66FD87BA747213D006_89; } inline void set_E1827270A5FE1C85F5352A66FD87BA747213D006_89(__StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA value) { ___E1827270A5FE1C85F5352A66FD87BA747213D006_89 = value; } inline static int32_t get_offset_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_90)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_90() const { return ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_90; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_90() { return &___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_90; } inline void set_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_90(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_90 = value; } inline static int32_t get_offset_of_E92B39D8233061927D9ACDE54665E68E7535635A_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___E92B39D8233061927D9ACDE54665E68E7535635A_91)); } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD get_E92B39D8233061927D9ACDE54665E68E7535635A_91() const { return ___E92B39D8233061927D9ACDE54665E68E7535635A_91; } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD * get_address_of_E92B39D8233061927D9ACDE54665E68E7535635A_91() { return &___E92B39D8233061927D9ACDE54665E68E7535635A_91; } inline void set_E92B39D8233061927D9ACDE54665E68E7535635A_91(__StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD value) { ___E92B39D8233061927D9ACDE54665E68E7535635A_91 = value; } inline static int32_t get_offset_of_EA9506959484C55CFE0C139C624DF6060E285866_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___EA9506959484C55CFE0C139C624DF6060E285866_92)); } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 get_EA9506959484C55CFE0C139C624DF6060E285866_92() const { return ___EA9506959484C55CFE0C139C624DF6060E285866_92; } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 * get_address_of_EA9506959484C55CFE0C139C624DF6060E285866_92() { return &___EA9506959484C55CFE0C139C624DF6060E285866_92; } inline void set_EA9506959484C55CFE0C139C624DF6060E285866_92(__StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 value) { ___EA9506959484C55CFE0C139C624DF6060E285866_92 = value; } inline static int32_t get_offset_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_93)); } inline __StaticArrayInitTypeSizeU3D262_tF74EA0E2AEDDD20898E5779445ABF7802D23911A get_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_93() const { return ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_93; } inline __StaticArrayInitTypeSizeU3D262_tF74EA0E2AEDDD20898E5779445ABF7802D23911A * get_address_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_93() { return &___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_93; } inline void set_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_93(__StaticArrayInitTypeSizeU3D262_tF74EA0E2AEDDD20898E5779445ABF7802D23911A value) { ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_93 = value; } inline static int32_t get_offset_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___EBF68F411848D603D059DFDEA2321C5A5EA78044_94)); } inline __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 get_EBF68F411848D603D059DFDEA2321C5A5EA78044_94() const { return ___EBF68F411848D603D059DFDEA2321C5A5EA78044_94; } inline __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 * get_address_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_94() { return &___EBF68F411848D603D059DFDEA2321C5A5EA78044_94; } inline void set_EBF68F411848D603D059DFDEA2321C5A5EA78044_94(__StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 value) { ___EBF68F411848D603D059DFDEA2321C5A5EA78044_94 = value; } inline static int32_t get_offset_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_95)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_95() const { return ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_95; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_95() { return &___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_95; } inline void set_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_95(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_95 = value; } inline static int32_t get_offset_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_96)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_F06E829E62F3AFBC045D064E10A4F5DF7C969612_96() const { return ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_96; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_96() { return &___F06E829E62F3AFBC045D064E10A4F5DF7C969612_96; } inline void set_F06E829E62F3AFBC045D064E10A4F5DF7C969612_96(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_96 = value; } inline static int32_t get_offset_of_F073AA332018FDA0D572E99448FFF1D6422BD520_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___F073AA332018FDA0D572E99448FFF1D6422BD520_97)); } inline __StaticArrayInitTypeSizeU3D11614_t7947936AE0A455E7877908DB7A291DEE37965F6F get_F073AA332018FDA0D572E99448FFF1D6422BD520_97() const { return ___F073AA332018FDA0D572E99448FFF1D6422BD520_97; } inline __StaticArrayInitTypeSizeU3D11614_t7947936AE0A455E7877908DB7A291DEE37965F6F * get_address_of_F073AA332018FDA0D572E99448FFF1D6422BD520_97() { return &___F073AA332018FDA0D572E99448FFF1D6422BD520_97; } inline void set_F073AA332018FDA0D572E99448FFF1D6422BD520_97(__StaticArrayInitTypeSizeU3D11614_t7947936AE0A455E7877908DB7A291DEE37965F6F value) { ___F073AA332018FDA0D572E99448FFF1D6422BD520_97 = value; } inline static int32_t get_offset_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___F34B0E10653402E8F788F8BC3F7CD7090928A429_98)); } inline __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 get_F34B0E10653402E8F788F8BC3F7CD7090928A429_98() const { return ___F34B0E10653402E8F788F8BC3F7CD7090928A429_98; } inline __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 * get_address_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_98() { return &___F34B0E10653402E8F788F8BC3F7CD7090928A429_98; } inline void set_F34B0E10653402E8F788F8BC3F7CD7090928A429_98(__StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 value) { ___F34B0E10653402E8F788F8BC3F7CD7090928A429_98 = value; } inline static int32_t get_offset_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_99)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_F37E34BEADB04F34FCC31078A59F49856CA83D5B_99() const { return ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_99; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_99() { return &___F37E34BEADB04F34FCC31078A59F49856CA83D5B_99; } inline void set_F37E34BEADB04F34FCC31078A59F49856CA83D5B_99(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_99 = value; } inline static int32_t get_offset_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___F512A9ABF88066AAEB92684F95CC05D8101B462B_100)); } inline __StaticArrayInitTypeSizeU3D94_t52D6560B7A2023DDDFDCF4D8F6C226742520B4C7 get_F512A9ABF88066AAEB92684F95CC05D8101B462B_100() const { return ___F512A9ABF88066AAEB92684F95CC05D8101B462B_100; } inline __StaticArrayInitTypeSizeU3D94_t52D6560B7A2023DDDFDCF4D8F6C226742520B4C7 * get_address_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_100() { return &___F512A9ABF88066AAEB92684F95CC05D8101B462B_100; } inline void set_F512A9ABF88066AAEB92684F95CC05D8101B462B_100(__StaticArrayInitTypeSizeU3D94_t52D6560B7A2023DDDFDCF4D8F6C226742520B4C7 value) { ___F512A9ABF88066AAEB92684F95CC05D8101B462B_100 = value; } inline static int32_t get_offset_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_101)); } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 get_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_101() const { return ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_101; } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 * get_address_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_101() { return &___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_101; } inline void set_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_101(__StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 value) { ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_101 = value; } inline static int32_t get_offset_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_102)); } inline __StaticArrayInitTypeSizeU3D2350_t029525D9BCF84611FB610B9E4D13EE898E0B055D get_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_102() const { return ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_102; } inline __StaticArrayInitTypeSizeU3D2350_t029525D9BCF84611FB610B9E4D13EE898E0B055D * get_address_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_102() { return &___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_102; } inline void set_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_102(__StaticArrayInitTypeSizeU3D2350_t029525D9BCF84611FB610B9E4D13EE898E0B055D value) { ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_102 = 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.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.Runtime.InteropServices.ComInterfaceType struct ComInterfaceType_tD26C0EE522D88DCACB0EA3257392DD64ACC6155E { public: // System.Int32 System.Runtime.InteropServices.ComInterfaceType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ComInterfaceType_tD26C0EE522D88DCACB0EA3257392DD64ACC6155E, ___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.DayOfWeek struct DayOfWeek_t9E9D87E7A85C119F741167E9F8C613ABFB0A4AC7 { public: // System.Int32 System.DayOfWeek::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DayOfWeek_t9E9D87E7A85C119F741167E9F8C613ABFB0A4AC7, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.IO.FileAccess struct FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.FileAttributes struct FileAttributes_t47DBB9A73CF80C7CA21C9AAB8D5336C92D32C1AE { public: // System.Int32 System.IO.FileAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAttributes_t47DBB9A73CF80C7CA21C9AAB8D5336C92D32C1AE, ___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.FormatterAssemblyStyle struct FormatterAssemblyStyle_t176037936039C0AEAEDFF283CD0E53E721D4CEF2 { public: // System.Int32 System.Runtime.Serialization.Formatters.FormatterAssemblyStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FormatterAssemblyStyle_t176037936039C0AEAEDFF283CD0E53E721D4CEF2, ___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.Globalization.GregorianCalendarHelper struct GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 : public RuntimeObject { public: // System.Int32 System.Globalization.GregorianCalendarHelper::m_maxYear int32_t ___m_maxYear_2; // System.Int32 System.Globalization.GregorianCalendarHelper::m_minYear int32_t ___m_minYear_3; // System.Globalization.Calendar System.Globalization.GregorianCalendarHelper::m_Cal Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___m_Cal_4; // System.Globalization.EraInfo[] System.Globalization.GregorianCalendarHelper::m_EraInfo EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* ___m_EraInfo_5; // System.Int32[] System.Globalization.GregorianCalendarHelper::m_eras Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___m_eras_6; // System.DateTime System.Globalization.GregorianCalendarHelper::m_minDate DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_minDate_7; public: inline static int32_t get_offset_of_m_maxYear_2() { return static_cast(offsetof(GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85, ___m_maxYear_2)); } inline int32_t get_m_maxYear_2() const { return ___m_maxYear_2; } inline int32_t* get_address_of_m_maxYear_2() { return &___m_maxYear_2; } inline void set_m_maxYear_2(int32_t value) { ___m_maxYear_2 = value; } inline static int32_t get_offset_of_m_minYear_3() { return static_cast(offsetof(GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85, ___m_minYear_3)); } inline int32_t get_m_minYear_3() const { return ___m_minYear_3; } inline int32_t* get_address_of_m_minYear_3() { return &___m_minYear_3; } inline void set_m_minYear_3(int32_t value) { ___m_minYear_3 = value; } inline static int32_t get_offset_of_m_Cal_4() { return static_cast(offsetof(GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85, ___m_Cal_4)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_m_Cal_4() const { return ___m_Cal_4; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_m_Cal_4() { return &___m_Cal_4; } inline void set_m_Cal_4(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___m_Cal_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Cal_4), (void*)value); } inline static int32_t get_offset_of_m_EraInfo_5() { return static_cast(offsetof(GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85, ___m_EraInfo_5)); } inline EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* get_m_EraInfo_5() const { return ___m_EraInfo_5; } inline EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A** get_address_of_m_EraInfo_5() { return &___m_EraInfo_5; } inline void set_m_EraInfo_5(EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* value) { ___m_EraInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_EraInfo_5), (void*)value); } inline static int32_t get_offset_of_m_eras_6() { return static_cast(offsetof(GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85, ___m_eras_6)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_m_eras_6() const { return ___m_eras_6; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_m_eras_6() { return &___m_eras_6; } inline void set_m_eras_6(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___m_eras_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_eras_6), (void*)value); } inline static int32_t get_offset_of_m_minDate_7() { return static_cast(offsetof(GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85, ___m_minDate_7)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_minDate_7() const { return ___m_minDate_7; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_minDate_7() { return &___m_minDate_7; } inline void set_m_minDate_7(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_minDate_7 = value; } }; struct GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_StaticFields { public: // System.Int32[] System.Globalization.GregorianCalendarHelper::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_0; // System.Int32[] System.Globalization.GregorianCalendarHelper::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_1; public: inline static int32_t get_offset_of_DaysToMonth365_0() { return static_cast(offsetof(GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_StaticFields, ___DaysToMonth365_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_0() const { return ___DaysToMonth365_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_0() { return &___DaysToMonth365_0; } inline void set_DaysToMonth365_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_0), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_1() { return static_cast(offsetof(GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_StaticFields, ___DaysToMonth366_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_1() const { return ___DaysToMonth366_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_1() { return &___DaysToMonth366_1; } inline void set_DaysToMonth366_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_1), (void*)value); } }; // System.Handles struct Handles_t69351434B4566A7EC1ADA622BA26B44D3005E336 { public: // System.Int32 System.Handles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Handles_t69351434B4566A7EC1ADA622BA26B44D3005E336, ___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_0; // System.Int32 System.Collections.Hashtable::count int32_t ___count_1; // System.Int32 System.Collections.Hashtable::occupancy int32_t ___occupancy_2; // System.Int32 System.Collections.Hashtable::loadsize int32_t ___loadsize_3; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_4; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version int32_t ___version_5; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress bool ___isWriterInProgress_6; // System.Collections.ICollection System.Collections.Hashtable::keys RuntimeObject* ___keys_7; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_8; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___buckets_0)); } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* get_buckets_0() const { return ___buckets_0; } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } inline static int32_t get_offset_of_occupancy_2() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___occupancy_2)); } inline int32_t get_occupancy_2() const { return ___occupancy_2; } inline int32_t* get_address_of_occupancy_2() { return &___occupancy_2; } inline void set_occupancy_2(int32_t value) { ___occupancy_2 = value; } inline static int32_t get_offset_of_loadsize_3() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadsize_3)); } inline int32_t get_loadsize_3() const { return ___loadsize_3; } inline int32_t* get_address_of_loadsize_3() { return &___loadsize_3; } inline void set_loadsize_3(int32_t value) { ___loadsize_3 = value; } inline static int32_t get_offset_of_loadFactor_4() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadFactor_4)); } inline float get_loadFactor_4() const { return ___loadFactor_4; } inline float* get_address_of_loadFactor_4() { return &___loadFactor_4; } inline void set_loadFactor_4(float value) { ___loadFactor_4 = value; } inline static int32_t get_offset_of_version_5() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___version_5)); } inline int32_t get_version_5() const { return ___version_5; } inline int32_t* get_address_of_version_5() { return &___version_5; } inline void set_version_5(int32_t value) { ___version_5 = value; } inline static int32_t get_offset_of_isWriterInProgress_6() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___isWriterInProgress_6)); } inline bool get_isWriterInProgress_6() const { return ___isWriterInProgress_6; } inline bool* get_address_of_isWriterInProgress_6() { return &___isWriterInProgress_6; } inline void set_isWriterInProgress_6(bool value) { ___isWriterInProgress_6 = value; } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___keys_7)); } inline RuntimeObject* get_keys_7() const { return ___keys_7; } inline RuntimeObject** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(RuntimeObject* value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of__keycomparer_8() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____keycomparer_8)); } inline RuntimeObject* get__keycomparer_8() const { return ____keycomparer_8; } inline RuntimeObject** get_address_of__keycomparer_8() { return &____keycomparer_8; } inline void set__keycomparer_8(RuntimeObject* value) { ____keycomparer_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____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.Globalization.HebrewNumberParsingState struct HebrewNumberParsingState_tCC5AD57E627BB5707BC54BCADD4BD1836E7A2B84 { public: // System.Int32 System.Globalization.HebrewNumberParsingState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HebrewNumberParsingState_tCC5AD57E627BB5707BC54BCADD4BD1836E7A2B84, ___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.HijriCalendar struct HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 : public Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A { public: // System.Int32 System.Globalization.HijriCalendar::m_HijriAdvance int32_t ___m_HijriAdvance_5; public: inline static int32_t get_offset_of_m_HijriAdvance_5() { return static_cast(offsetof(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4, ___m_HijriAdvance_5)); } inline int32_t get_m_HijriAdvance_5() const { return ___m_HijriAdvance_5; } inline int32_t* get_address_of_m_HijriAdvance_5() { return &___m_HijriAdvance_5; } inline void set_m_HijriAdvance_5(int32_t value) { ___m_HijriAdvance_5 = value; } }; struct HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_StaticFields { public: // System.Int32 System.Globalization.HijriCalendar::HijriEra int32_t ___HijriEra_3; // System.Int32[] System.Globalization.HijriCalendar::HijriMonthDays Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___HijriMonthDays_4; // System.DateTime System.Globalization.HijriCalendar::calendarMinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___calendarMinValue_6; // System.DateTime System.Globalization.HijriCalendar::calendarMaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___calendarMaxValue_7; public: inline static int32_t get_offset_of_HijriEra_3() { return static_cast(offsetof(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_StaticFields, ___HijriEra_3)); } inline int32_t get_HijriEra_3() const { return ___HijriEra_3; } inline int32_t* get_address_of_HijriEra_3() { return &___HijriEra_3; } inline void set_HijriEra_3(int32_t value) { ___HijriEra_3 = value; } inline static int32_t get_offset_of_HijriMonthDays_4() { return static_cast(offsetof(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_StaticFields, ___HijriMonthDays_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_HijriMonthDays_4() const { return ___HijriMonthDays_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_HijriMonthDays_4() { return &___HijriMonthDays_4; } inline void set_HijriMonthDays_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___HijriMonthDays_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___HijriMonthDays_4), (void*)value); } inline static int32_t get_offset_of_calendarMinValue_6() { return static_cast(offsetof(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_StaticFields, ___calendarMinValue_6)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_calendarMinValue_6() const { return ___calendarMinValue_6; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_calendarMinValue_6() { return &___calendarMinValue_6; } inline void set_calendarMinValue_6(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___calendarMinValue_6 = value; } inline static int32_t get_offset_of_calendarMaxValue_7() { return static_cast(offsetof(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_StaticFields, ___calendarMaxValue_7)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_calendarMaxValue_7() const { return ___calendarMaxValue_7; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_calendarMaxValue_7() { return &___calendarMaxValue_7; } inline void set_calendarMaxValue_7(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___calendarMaxValue_7 = value; } }; // System.Collections.Generic.InsertionBehavior struct InsertionBehavior_tA826DE0CFD956DDC36E5D9F590B8D2431459CE3B { public: // System.Byte System.Collections.Generic.InsertionBehavior::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InsertionBehavior_tA826DE0CFD956DDC36E5D9F590B8D2431459CE3B, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // System.Int16Enum struct Int16Enum_t8F38DD869202FA95A59D0B6F6DAEAD2C20DF2D59 { public: // System.Int16 System.Int16Enum::value__ int16_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int16Enum_t8F38DD869202FA95A59D0B6F6DAEAD2C20DF2D59, ___value___2)); } inline int16_t get_value___2() const { return ___value___2; } inline int16_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int16_t value) { ___value___2 = value; } }; // System.Int32Enum struct Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Int64Enum struct Int64Enum_t2CE791037BDB61851CB6BA3FBEBAB94E8E873253 { public: // System.Int64 System.Int64Enum::value__ int64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int64Enum_t2CE791037BDB61851CB6BA3FBEBAB94E8E873253, ___value___2)); } inline int64_t get_value___2() const { return ___value___2; } inline int64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int64_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.Formatters.Binary.InternalArrayTypeE struct InternalArrayTypeE_tC80F538779E7340C02E117C7053B3FE78D5D5AB0 { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalArrayTypeE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InternalArrayTypeE_tC80F538779E7340C02E117C7053B3FE78D5D5AB0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.Formatters.Binary.InternalMemberTypeE struct InternalMemberTypeE_t03641C77ACC7FE5D947022BC01640F78E746E44C { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalMemberTypeE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InternalMemberTypeE_t03641C77ACC7FE5D947022BC01640F78E746E44C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.Formatters.Binary.InternalMemberValueE struct InternalMemberValueE_tDA8F1C439912F5AEA83D550D559B061A07D6842D { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalMemberValueE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InternalMemberValueE_tDA8F1C439912F5AEA83D550D559B061A07D6842D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.Formatters.Binary.InternalObjectPositionE struct InternalObjectPositionE_tCFF1304BA98FBBC072AD7C33F256E5E272323F2A { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalObjectPositionE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InternalObjectPositionE_tCFF1304BA98FBBC072AD7C33F256E5E272323F2A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.Formatters.Binary.InternalObjectTypeE struct InternalObjectTypeE_t94A0E20132EEE44B14D7E5A2AE73210284EA724E { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalObjectTypeE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InternalObjectTypeE_t94A0E20132EEE44B14D7E5A2AE73210284EA724E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE struct InternalParseTypeE_t88A4E310E7634F2A9B4BF0B27096EFE93C5C097E { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InternalParseTypeE_t88A4E310E7634F2A9B4BF0B27096EFE93C5C097E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE struct InternalPrimitiveTypeE_t1E87BEE5075029E52AA901E3E961F91A98DB78B5 { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InternalPrimitiveTypeE_t1E87BEE5075029E52AA901E3E961F91A98DB78B5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.Formatters.Binary.InternalSerializerTypeE struct InternalSerializerTypeE_tFF860582261D0F8AD228F9FF03C8C8F711C7B2E8 { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalSerializerTypeE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InternalSerializerTypeE_tFF860582261D0F8AD228F9FF03C8C8F711C7B2E8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.InternalTaskOptions struct InternalTaskOptions_tE9869E444962B12AAF216CDE276D379BD57D5EEF { public: // System.Int32 System.Threading.Tasks.InternalTaskOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InternalTaskOptions_tE9869E444962B12AAF216CDE276D379BD57D5EEF, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.CompilerServices.IteratorStateMachineAttribute struct IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830 : public StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3 { public: public: }; // System.Globalization.JapaneseCalendar struct JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 : public Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A { public: // System.Globalization.GregorianCalendarHelper System.Globalization.JapaneseCalendar::helper GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * ___helper_6; public: inline static int32_t get_offset_of_helper_6() { return static_cast(offsetof(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360, ___helper_6)); } inline GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * get_helper_6() const { return ___helper_6; } inline GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 ** get_address_of_helper_6() { return &___helper_6; } inline void set_helper_6(GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * value) { ___helper_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___helper_6), (void*)value); } }; struct JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_StaticFields { public: // System.DateTime System.Globalization.JapaneseCalendar::calendarMinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___calendarMinValue_3; // System.Globalization.EraInfo[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.JapaneseCalendar::japaneseEraInfo EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* ___japaneseEraInfo_4; // System.Globalization.Calendar modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.JapaneseCalendar::s_defaultInstance Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___s_defaultInstance_5; public: inline static int32_t get_offset_of_calendarMinValue_3() { return static_cast(offsetof(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_StaticFields, ___calendarMinValue_3)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_calendarMinValue_3() const { return ___calendarMinValue_3; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_calendarMinValue_3() { return &___calendarMinValue_3; } inline void set_calendarMinValue_3(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___calendarMinValue_3 = value; } inline static int32_t get_offset_of_japaneseEraInfo_4() { return static_cast(offsetof(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_StaticFields, ___japaneseEraInfo_4)); } inline EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* get_japaneseEraInfo_4() const { return ___japaneseEraInfo_4; } inline EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A** get_address_of_japaneseEraInfo_4() { return &___japaneseEraInfo_4; } inline void set_japaneseEraInfo_4(EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* value) { ___japaneseEraInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___japaneseEraInfo_4), (void*)value); } inline static int32_t get_offset_of_s_defaultInstance_5() { return static_cast(offsetof(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_StaticFields, ___s_defaultInstance_5)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_s_defaultInstance_5() const { return ___s_defaultInstance_5; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_s_defaultInstance_5() { return &___s_defaultInstance_5; } inline void set_s_defaultInstance_5(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___s_defaultInstance_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultInstance_5), (void*)value); } }; // System.Text.Latin1Encoding struct Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016 : public EncodingNLS_t6F875E5EF171A3E07D8CC7F36D51FD52797E43EE { public: public: }; struct Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016_StaticFields { public: // System.Char[] System.Text.Latin1Encoding::arrayCharBestFit CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___arrayCharBestFit_16; public: inline static int32_t get_offset_of_arrayCharBestFit_16() { return static_cast(offsetof(Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016_StaticFields, ___arrayCharBestFit_16)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_arrayCharBestFit_16() const { return ___arrayCharBestFit_16; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_arrayCharBestFit_16() { return &___arrayCharBestFit_16; } inline void set_arrayCharBestFit_16(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___arrayCharBestFit_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrayCharBestFit_16), (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.Runtime.CompilerServices.LoadHint struct LoadHint_tFC9A0F3EDCF16D049F9996529BD480F333CAD53A { public: // System.Int32 System.Runtime.CompilerServices.LoadHint::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LoadHint_tFC9A0F3EDCF16D049F9996529BD480F333CAD53A, ___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.MessageEnum struct MessageEnum_t2CFD70C2D90F1CCE06755D360DC14603733DCCBC { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.MessageEnum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MessageEnum_t2CFD70C2D90F1CCE06755D360DC14603733DCCBC, ___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.Text.NormalizationForm struct NormalizationForm_tCCA9D5E33FA919BB4CA5AC071CE95B428F1BC91E { public: // System.Int32 System.Text.NormalizationForm::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NormalizationForm_tCCA9D5E33FA919BB4CA5AC071CE95B428F1BC91E, ___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.NumberStyles struct NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594, ___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.ParameterAttributes struct ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Microsoft.Win32.RegistryHive struct RegistryHive_t2461D8203373439CACCA8D08A989BA8EC1675709 { public: // System.Int32 Microsoft.Win32.RegistryHive::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RegistryHive_t2461D8203373439CACCA8D08A989BA8EC1675709, ___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; } }; // Microsoft.Win32.RegistryValueOptions struct RegistryValueOptions_t0A732A887823EDB29FA7A9D644C00B483210C4EA { public: // System.Int32 Microsoft.Win32.RegistryValueOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RegistryValueOptions_t0A732A887823EDB29FA7A9D644C00B483210C4EA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.Runtime.Remoting.Metadata.SoapFieldAttribute struct SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5 : public SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC { public: // System.String System.Runtime.Remoting.Metadata.SoapFieldAttribute::_elementName String_t* ____elementName_3; // System.Boolean System.Runtime.Remoting.Metadata.SoapFieldAttribute::_isElement bool ____isElement_4; public: inline static int32_t get_offset_of__elementName_3() { return static_cast(offsetof(SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5, ____elementName_3)); } inline String_t* get__elementName_3() const { return ____elementName_3; } inline String_t** get_address_of__elementName_3() { return &____elementName_3; } inline void set__elementName_3(String_t* value) { ____elementName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____elementName_3), (void*)value); } inline static int32_t get_offset_of__isElement_4() { return static_cast(offsetof(SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5, ____isElement_4)); } inline bool get__isElement_4() const { return ____isElement_4; } inline bool* get_address_of__isElement_4() { return &____isElement_4; } inline void set__isElement_4(bool value) { ____isElement_4 = value; } }; // System.Runtime.Remoting.Metadata.SoapMethodAttribute struct SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378 : public SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC { public: // System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::_responseElement String_t* ____responseElement_3; // System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::_responseNamespace String_t* ____responseNamespace_4; // System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::_returnElement String_t* ____returnElement_5; // System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::_soapAction String_t* ____soapAction_6; // System.Boolean System.Runtime.Remoting.Metadata.SoapMethodAttribute::_useAttribute bool ____useAttribute_7; // System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::_namespace String_t* ____namespace_8; public: inline static int32_t get_offset_of__responseElement_3() { return static_cast(offsetof(SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378, ____responseElement_3)); } inline String_t* get__responseElement_3() const { return ____responseElement_3; } inline String_t** get_address_of__responseElement_3() { return &____responseElement_3; } inline void set__responseElement_3(String_t* value) { ____responseElement_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____responseElement_3), (void*)value); } inline static int32_t get_offset_of__responseNamespace_4() { return static_cast(offsetof(SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378, ____responseNamespace_4)); } inline String_t* get__responseNamespace_4() const { return ____responseNamespace_4; } inline String_t** get_address_of__responseNamespace_4() { return &____responseNamespace_4; } inline void set__responseNamespace_4(String_t* value) { ____responseNamespace_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____responseNamespace_4), (void*)value); } inline static int32_t get_offset_of__returnElement_5() { return static_cast(offsetof(SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378, ____returnElement_5)); } inline String_t* get__returnElement_5() const { return ____returnElement_5; } inline String_t** get_address_of__returnElement_5() { return &____returnElement_5; } inline void set__returnElement_5(String_t* value) { ____returnElement_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____returnElement_5), (void*)value); } inline static int32_t get_offset_of__soapAction_6() { return static_cast(offsetof(SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378, ____soapAction_6)); } inline String_t* get__soapAction_6() const { return ____soapAction_6; } inline String_t** get_address_of__soapAction_6() { return &____soapAction_6; } inline void set__soapAction_6(String_t* value) { ____soapAction_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____soapAction_6), (void*)value); } inline static int32_t get_offset_of__useAttribute_7() { return static_cast(offsetof(SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378, ____useAttribute_7)); } inline bool get__useAttribute_7() const { return ____useAttribute_7; } inline bool* get_address_of__useAttribute_7() { return &____useAttribute_7; } inline void set__useAttribute_7(bool value) { ____useAttribute_7 = value; } inline static int32_t get_offset_of__namespace_8() { return static_cast(offsetof(SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378, ____namespace_8)); } inline String_t* get__namespace_8() const { return ____namespace_8; } inline String_t** get_address_of__namespace_8() { return &____namespace_8; } inline void set__namespace_8(String_t* value) { ____namespace_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____namespace_8), (void*)value); } }; // System.Runtime.Remoting.Metadata.SoapParameterAttribute struct SoapParameterAttribute_tCFE170A192E869148403954A6CF168AB40A9AAB3 : public SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC { public: public: }; // System.Runtime.Remoting.Metadata.SoapTypeAttribute struct SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B : public SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC { public: // System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::_useAttribute bool ____useAttribute_3; // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::_xmlElementName String_t* ____xmlElementName_4; // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::_xmlNamespace String_t* ____xmlNamespace_5; // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::_xmlTypeName String_t* ____xmlTypeName_6; // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::_xmlTypeNamespace String_t* ____xmlTypeNamespace_7; // System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::_isType bool ____isType_8; // System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::_isElement bool ____isElement_9; public: inline static int32_t get_offset_of__useAttribute_3() { return static_cast(offsetof(SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B, ____useAttribute_3)); } inline bool get__useAttribute_3() const { return ____useAttribute_3; } inline bool* get_address_of__useAttribute_3() { return &____useAttribute_3; } inline void set__useAttribute_3(bool value) { ____useAttribute_3 = value; } inline static int32_t get_offset_of__xmlElementName_4() { return static_cast(offsetof(SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B, ____xmlElementName_4)); } inline String_t* get__xmlElementName_4() const { return ____xmlElementName_4; } inline String_t** get_address_of__xmlElementName_4() { return &____xmlElementName_4; } inline void set__xmlElementName_4(String_t* value) { ____xmlElementName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____xmlElementName_4), (void*)value); } inline static int32_t get_offset_of__xmlNamespace_5() { return static_cast(offsetof(SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B, ____xmlNamespace_5)); } inline String_t* get__xmlNamespace_5() const { return ____xmlNamespace_5; } inline String_t** get_address_of__xmlNamespace_5() { return &____xmlNamespace_5; } inline void set__xmlNamespace_5(String_t* value) { ____xmlNamespace_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____xmlNamespace_5), (void*)value); } inline static int32_t get_offset_of__xmlTypeName_6() { return static_cast(offsetof(SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B, ____xmlTypeName_6)); } inline String_t* get__xmlTypeName_6() const { return ____xmlTypeName_6; } inline String_t** get_address_of__xmlTypeName_6() { return &____xmlTypeName_6; } inline void set__xmlTypeName_6(String_t* value) { ____xmlTypeName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____xmlTypeName_6), (void*)value); } inline static int32_t get_offset_of__xmlTypeNamespace_7() { return static_cast(offsetof(SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B, ____xmlTypeNamespace_7)); } inline String_t* get__xmlTypeNamespace_7() const { return ____xmlTypeNamespace_7; } inline String_t** get_address_of__xmlTypeNamespace_7() { return &____xmlTypeNamespace_7; } inline void set__xmlTypeNamespace_7(String_t* value) { ____xmlTypeNamespace_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____xmlTypeNamespace_7), (void*)value); } inline static int32_t get_offset_of__isType_8() { return static_cast(offsetof(SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B, ____isType_8)); } inline bool get__isType_8() const { return ____isType_8; } inline bool* get_address_of__isType_8() { return &____isType_8; } inline void set__isType_8(bool value) { ____isType_8 = value; } inline static int32_t get_offset_of__isElement_9() { return static_cast(offsetof(SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B, ____isElement_9)); } inline bool get__isElement_9() const { return ____isElement_9; } inline bool* get_address_of__isElement_9() { return &____isElement_9; } inline void set__isElement_9(bool value) { ____isElement_9 = value; } }; // System.IO.StreamReader struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 : public TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F { public: // System.IO.Stream System.IO.StreamReader::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // System.Text.Encoding System.IO.StreamReader::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_6; // System.Text.Decoder System.IO.StreamReader::decoder Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * ___decoder_7; // System.Byte[] System.IO.StreamReader::byteBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byteBuffer_8; // System.Char[] System.IO.StreamReader::charBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___charBuffer_9; // System.Byte[] System.IO.StreamReader::_preamble ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____preamble_10; // System.Int32 System.IO.StreamReader::charPos int32_t ___charPos_11; // System.Int32 System.IO.StreamReader::charLen int32_t ___charLen_12; // System.Int32 System.IO.StreamReader::byteLen int32_t ___byteLen_13; // System.Int32 System.IO.StreamReader::bytePos int32_t ___bytePos_14; // System.Int32 System.IO.StreamReader::_maxCharsPerBuffer int32_t ____maxCharsPerBuffer_15; // System.Boolean System.IO.StreamReader::_detectEncoding bool ____detectEncoding_16; // System.Boolean System.IO.StreamReader::_checkPreamble bool ____checkPreamble_17; // System.Boolean System.IO.StreamReader::_isBlocked bool ____isBlocked_18; // System.Boolean System.IO.StreamReader::_closable bool ____closable_19; // System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamReader::_asyncReadTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ____asyncReadTask_20; public: inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_encoding_6() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___encoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_6() const { return ___encoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_6() { return &___encoding_6; } inline void set_encoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_6), (void*)value); } inline static int32_t get_offset_of_decoder_7() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___decoder_7)); } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * get_decoder_7() const { return ___decoder_7; } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 ** get_address_of_decoder_7() { return &___decoder_7; } inline void set_decoder_7(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * value) { ___decoder_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoder_7), (void*)value); } inline static int32_t get_offset_of_byteBuffer_8() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___byteBuffer_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_byteBuffer_8() const { return ___byteBuffer_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_byteBuffer_8() { return &___byteBuffer_8; } inline void set_byteBuffer_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___byteBuffer_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_8), (void*)value); } inline static int32_t get_offset_of_charBuffer_9() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___charBuffer_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_charBuffer_9() const { return ___charBuffer_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_charBuffer_9() { return &___charBuffer_9; } inline void set_charBuffer_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___charBuffer_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_9), (void*)value); } inline static int32_t get_offset_of__preamble_10() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____preamble_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__preamble_10() const { return ____preamble_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__preamble_10() { return &____preamble_10; } inline void set__preamble_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____preamble_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____preamble_10), (void*)value); } inline static int32_t get_offset_of_charPos_11() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___charPos_11)); } inline int32_t get_charPos_11() const { return ___charPos_11; } inline int32_t* get_address_of_charPos_11() { return &___charPos_11; } inline void set_charPos_11(int32_t value) { ___charPos_11 = value; } inline static int32_t get_offset_of_charLen_12() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___charLen_12)); } inline int32_t get_charLen_12() const { return ___charLen_12; } inline int32_t* get_address_of_charLen_12() { return &___charLen_12; } inline void set_charLen_12(int32_t value) { ___charLen_12 = value; } inline static int32_t get_offset_of_byteLen_13() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___byteLen_13)); } inline int32_t get_byteLen_13() const { return ___byteLen_13; } inline int32_t* get_address_of_byteLen_13() { return &___byteLen_13; } inline void set_byteLen_13(int32_t value) { ___byteLen_13 = value; } inline static int32_t get_offset_of_bytePos_14() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___bytePos_14)); } inline int32_t get_bytePos_14() const { return ___bytePos_14; } inline int32_t* get_address_of_bytePos_14() { return &___bytePos_14; } inline void set_bytePos_14(int32_t value) { ___bytePos_14 = value; } inline static int32_t get_offset_of__maxCharsPerBuffer_15() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____maxCharsPerBuffer_15)); } inline int32_t get__maxCharsPerBuffer_15() const { return ____maxCharsPerBuffer_15; } inline int32_t* get_address_of__maxCharsPerBuffer_15() { return &____maxCharsPerBuffer_15; } inline void set__maxCharsPerBuffer_15(int32_t value) { ____maxCharsPerBuffer_15 = value; } inline static int32_t get_offset_of__detectEncoding_16() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____detectEncoding_16)); } inline bool get__detectEncoding_16() const { return ____detectEncoding_16; } inline bool* get_address_of__detectEncoding_16() { return &____detectEncoding_16; } inline void set__detectEncoding_16(bool value) { ____detectEncoding_16 = value; } inline static int32_t get_offset_of__checkPreamble_17() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____checkPreamble_17)); } inline bool get__checkPreamble_17() const { return ____checkPreamble_17; } inline bool* get_address_of__checkPreamble_17() { return &____checkPreamble_17; } inline void set__checkPreamble_17(bool value) { ____checkPreamble_17 = value; } inline static int32_t get_offset_of__isBlocked_18() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____isBlocked_18)); } inline bool get__isBlocked_18() const { return ____isBlocked_18; } inline bool* get_address_of__isBlocked_18() { return &____isBlocked_18; } inline void set__isBlocked_18(bool value) { ____isBlocked_18 = value; } inline static int32_t get_offset_of__closable_19() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____closable_19)); } inline bool get__closable_19() const { return ____closable_19; } inline bool* get_address_of__closable_19() { return &____closable_19; } inline void set__closable_19(bool value) { ____closable_19 = value; } inline static int32_t get_offset_of__asyncReadTask_20() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____asyncReadTask_20)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get__asyncReadTask_20() const { return ____asyncReadTask_20; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of__asyncReadTask_20() { return &____asyncReadTask_20; } inline void set__asyncReadTask_20(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ____asyncReadTask_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncReadTask_20), (void*)value); } }; struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_StaticFields { public: // System.IO.StreamReader System.IO.StreamReader::Null StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * ___Null_4; public: inline static int32_t get_offset_of_Null_4() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_StaticFields, ___Null_4)); } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * get_Null_4() const { return ___Null_4; } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 ** get_address_of_Null_4() { return &___Null_4; } inline void set_Null_4(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * value) { ___Null_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_4), (void*)value); } }; // System.IO.StreamWriter struct StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 : public TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 { public: // System.IO.Stream System.IO.StreamWriter::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_12; // System.Text.Encoding System.IO.StreamWriter::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_13; // System.Text.Encoder System.IO.StreamWriter::encoder Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * ___encoder_14; // System.Byte[] System.IO.StreamWriter::byteBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byteBuffer_15; // System.Char[] System.IO.StreamWriter::charBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___charBuffer_16; // System.Int32 System.IO.StreamWriter::charPos int32_t ___charPos_17; // System.Int32 System.IO.StreamWriter::charLen int32_t ___charLen_18; // System.Boolean System.IO.StreamWriter::autoFlush bool ___autoFlush_19; // System.Boolean System.IO.StreamWriter::haveWrittenPreamble bool ___haveWrittenPreamble_20; // System.Boolean System.IO.StreamWriter::closable bool ___closable_21; // System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_asyncWriteTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ____asyncWriteTask_22; public: inline static int32_t get_offset_of_stream_12() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___stream_12)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_12() const { return ___stream_12; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_12() { return &___stream_12; } inline void set_stream_12(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_12), (void*)value); } inline static int32_t get_offset_of_encoding_13() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___encoding_13)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_13() const { return ___encoding_13; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_13() { return &___encoding_13; } inline void set_encoding_13(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_13), (void*)value); } inline static int32_t get_offset_of_encoder_14() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___encoder_14)); } inline Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * get_encoder_14() const { return ___encoder_14; } inline Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A ** get_address_of_encoder_14() { return &___encoder_14; } inline void set_encoder_14(Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * value) { ___encoder_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_14), (void*)value); } inline static int32_t get_offset_of_byteBuffer_15() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___byteBuffer_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_byteBuffer_15() const { return ___byteBuffer_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_byteBuffer_15() { return &___byteBuffer_15; } inline void set_byteBuffer_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___byteBuffer_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_15), (void*)value); } inline static int32_t get_offset_of_charBuffer_16() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___charBuffer_16)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_charBuffer_16() const { return ___charBuffer_16; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_charBuffer_16() { return &___charBuffer_16; } inline void set_charBuffer_16(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___charBuffer_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_16), (void*)value); } inline static int32_t get_offset_of_charPos_17() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___charPos_17)); } inline int32_t get_charPos_17() const { return ___charPos_17; } inline int32_t* get_address_of_charPos_17() { return &___charPos_17; } inline void set_charPos_17(int32_t value) { ___charPos_17 = value; } inline static int32_t get_offset_of_charLen_18() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___charLen_18)); } inline int32_t get_charLen_18() const { return ___charLen_18; } inline int32_t* get_address_of_charLen_18() { return &___charLen_18; } inline void set_charLen_18(int32_t value) { ___charLen_18 = value; } inline static int32_t get_offset_of_autoFlush_19() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___autoFlush_19)); } inline bool get_autoFlush_19() const { return ___autoFlush_19; } inline bool* get_address_of_autoFlush_19() { return &___autoFlush_19; } inline void set_autoFlush_19(bool value) { ___autoFlush_19 = value; } inline static int32_t get_offset_of_haveWrittenPreamble_20() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___haveWrittenPreamble_20)); } inline bool get_haveWrittenPreamble_20() const { return ___haveWrittenPreamble_20; } inline bool* get_address_of_haveWrittenPreamble_20() { return &___haveWrittenPreamble_20; } inline void set_haveWrittenPreamble_20(bool value) { ___haveWrittenPreamble_20 = value; } inline static int32_t get_offset_of_closable_21() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___closable_21)); } inline bool get_closable_21() const { return ___closable_21; } inline bool* get_address_of_closable_21() { return &___closable_21; } inline void set_closable_21(bool value) { ___closable_21 = value; } inline static int32_t get_offset_of__asyncWriteTask_22() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ____asyncWriteTask_22)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get__asyncWriteTask_22() const { return ____asyncWriteTask_22; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of__asyncWriteTask_22() { return &____asyncWriteTask_22; } inline void set__asyncWriteTask_22(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ____asyncWriteTask_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncWriteTask_22), (void*)value); } }; struct StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_StaticFields { public: // System.IO.StreamWriter System.IO.StreamWriter::Null StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * ___Null_11; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_UTF8NoBOM Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ____UTF8NoBOM_23; public: inline static int32_t get_offset_of_Null_11() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_StaticFields, ___Null_11)); } inline StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * get_Null_11() const { return ___Null_11; } inline StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 ** get_address_of_Null_11() { return &___Null_11; } inline void set_Null_11(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * value) { ___Null_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_11), (void*)value); } inline static int32_t get_offset_of__UTF8NoBOM_23() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_StaticFields, ____UTF8NoBOM_23)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get__UTF8NoBOM_23() const { return ____UTF8NoBOM_23; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of__UTF8NoBOM_23() { return &____UTF8NoBOM_23; } inline void set__UTF8NoBOM_23(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ____UTF8NoBOM_23 = value; Il2CppCodeGenWriteBarrier((void**)(&____UTF8NoBOM_23), (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.Threading.ThreadState struct ThreadState_t905C3A57C9EAC95C7FC7202EEB6F25A106C0FD4C { public: // System.Int32 System.Threading.ThreadState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ThreadState_t905C3A57C9EAC95C7FC7202EEB6F25A106C0FD4C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_3; public: inline static int32_t get_offset_of__ticks_3() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_3)); } inline int64_t get__ticks_3() const { return ____ticks_3; } inline int64_t* get_address_of__ticks_3() { return &____ticks_3; } inline void set__ticks_3(int64_t value) { ____ticks_3 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_0; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_1; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_2; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_4; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_5; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_0)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_0() const { return ___Zero_0; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_1)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_1() const { return ___MaxValue_1; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinValue_2() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_2)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_2() const { return ___MinValue_2; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_2() { return &___MinValue_2; } inline void set_MinValue_2(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_2 = value; } inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_4)); } inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; } inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; } inline void set__legacyConfigChecked_4(bool value) { ____legacyConfigChecked_4 = value; } inline static int32_t get_offset_of__legacyMode_5() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_5)); } inline bool get__legacyMode_5() const { return ____legacyMode_5; } inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; } inline void set__legacyMode_5(bool value) { ____legacyMode_5 = value; } }; // System.TypeCode struct TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C { public: // System.Int32 System.TypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C, ___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.TypeFilterLevel struct TypeFilterLevel_t7ED94310B4D2D5C697A19E0CE2327A7DC5B39C4D { public: // System.Int32 System.Runtime.Serialization.Formatters.TypeFilterLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeFilterLevel_t7ED94310B4D2D5C697A19E0CE2327A7DC5B39C4D, ___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.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; }; // System.Environment/SpecialFolder struct SpecialFolder_t6103ABF21BDF31D4FF825E2761E4616153810B76 { public: // System.Int32 System.Environment/SpecialFolder::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SpecialFolder_t6103ABF21BDF31D4FF825E2761E4616153810B76, ___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.HebrewNumber/HS struct HS_t4807019F38C2D1E3FABAE1D593EFD6EE9918817D { public: // System.Int32 System.Globalization.HebrewNumber/HS::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HS_t4807019F38C2D1E3FABAE1D593EFD6EE9918817D, ___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.HebrewNumber/HebrewToken struct HebrewToken_tCAC03AC410250160108C8C0B08FB79ADF92DDC60 { public: // System.Int32 System.Globalization.HebrewNumber/HebrewToken::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HebrewToken_tCAC03AC410250160108C8C0B08FB79ADF92DDC60, ___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.ApplicationException struct ApplicationException_t8D709C0445A040467C6A632AD7F742B25AB2A407 : public Exception_t { public: public: }; // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_6; // System.String System.IO.FileStream::name String_t* ___name_7; // Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * ___safeHandle_8; // System.Boolean System.IO.FileStream::isExposed bool ___isExposed_9; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_10; // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_11; // System.Boolean System.IO.FileStream::owner bool ___owner_12; // System.Boolean System.IO.FileStream::async bool ___async_13; // System.Boolean System.IO.FileStream::canseek bool ___canseek_14; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_15; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_16; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_17; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_18; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_19; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_20; public: inline static int32_t get_offset_of_buf_6() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_6() const { return ___buf_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_6() { return &___buf_6; } inline void set_buf_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_6), (void*)value); } inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___name_7)); } inline String_t* get_name_7() const { return ___name_7; } inline String_t** get_address_of_name_7() { return &___name_7; } inline void set_name_7(String_t* value) { ___name_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_7), (void*)value); } inline static int32_t get_offset_of_safeHandle_8() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___safeHandle_8)); } inline SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * get_safeHandle_8() const { return ___safeHandle_8; } inline SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 ** get_address_of_safeHandle_8() { return &___safeHandle_8; } inline void set_safeHandle_8(SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * value) { ___safeHandle_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_8), (void*)value); } inline static int32_t get_offset_of_isExposed_9() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___isExposed_9)); } inline bool get_isExposed_9() const { return ___isExposed_9; } inline bool* get_address_of_isExposed_9() { return &___isExposed_9; } inline void set_isExposed_9(bool value) { ___isExposed_9 = value; } inline static int32_t get_offset_of_append_startpos_10() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___append_startpos_10)); } inline int64_t get_append_startpos_10() const { return ___append_startpos_10; } inline int64_t* get_address_of_append_startpos_10() { return &___append_startpos_10; } inline void set_append_startpos_10(int64_t value) { ___append_startpos_10 = value; } inline static int32_t get_offset_of_access_11() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___access_11)); } inline int32_t get_access_11() const { return ___access_11; } inline int32_t* get_address_of_access_11() { return &___access_11; } inline void set_access_11(int32_t value) { ___access_11 = value; } inline static int32_t get_offset_of_owner_12() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___owner_12)); } inline bool get_owner_12() const { return ___owner_12; } inline bool* get_address_of_owner_12() { return &___owner_12; } inline void set_owner_12(bool value) { ___owner_12 = value; } inline static int32_t get_offset_of_async_13() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___async_13)); } inline bool get_async_13() const { return ___async_13; } inline bool* get_address_of_async_13() { return &___async_13; } inline void set_async_13(bool value) { ___async_13 = value; } inline static int32_t get_offset_of_canseek_14() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___canseek_14)); } inline bool get_canseek_14() const { return ___canseek_14; } inline bool* get_address_of_canseek_14() { return &___canseek_14; } inline void set_canseek_14(bool value) { ___canseek_14 = value; } inline static int32_t get_offset_of_anonymous_15() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___anonymous_15)); } inline bool get_anonymous_15() const { return ___anonymous_15; } inline bool* get_address_of_anonymous_15() { return &___anonymous_15; } inline void set_anonymous_15(bool value) { ___anonymous_15 = value; } inline static int32_t get_offset_of_buf_dirty_16() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_dirty_16)); } inline bool get_buf_dirty_16() const { return ___buf_dirty_16; } inline bool* get_address_of_buf_dirty_16() { return &___buf_dirty_16; } inline void set_buf_dirty_16(bool value) { ___buf_dirty_16 = value; } inline static int32_t get_offset_of_buf_size_17() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_size_17)); } inline int32_t get_buf_size_17() const { return ___buf_size_17; } inline int32_t* get_address_of_buf_size_17() { return &___buf_size_17; } inline void set_buf_size_17(int32_t value) { ___buf_size_17 = value; } inline static int32_t get_offset_of_buf_length_18() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_length_18)); } inline int32_t get_buf_length_18() const { return ___buf_length_18; } inline int32_t* get_address_of_buf_length_18() { return &___buf_length_18; } inline void set_buf_length_18(int32_t value) { ___buf_length_18 = value; } inline static int32_t get_offset_of_buf_offset_19() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_offset_19)); } inline int32_t get_buf_offset_19() const { return ___buf_offset_19; } inline int32_t* get_address_of_buf_offset_19() { return &___buf_offset_19; } inline void set_buf_offset_19(int32_t value) { ___buf_offset_19 = value; } inline static int32_t get_offset_of_buf_start_20() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_start_20)); } inline int64_t get_buf_start_20() const { return ___buf_start_20; } inline int64_t* get_address_of_buf_start_20() { return &___buf_start_20; } inline void set_buf_start_20(int64_t value) { ___buf_start_20 = value; } }; struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields { public: // System.Byte[] System.IO.FileStream::buf_recycle ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_recycle_4; // System.Object System.IO.FileStream::buf_recycle_lock RuntimeObject * ___buf_recycle_lock_5; public: inline static int32_t get_offset_of_buf_recycle_4() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields, ___buf_recycle_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_recycle_4() const { return ___buf_recycle_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_recycle_4() { return &___buf_recycle_4; } inline void set_buf_recycle_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_recycle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_4), (void*)value); } inline static int32_t get_offset_of_buf_recycle_lock_5() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields, ___buf_recycle_lock_5)); } inline RuntimeObject * get_buf_recycle_lock_5() const { return ___buf_recycle_lock_5; } inline RuntimeObject ** get_address_of_buf_recycle_lock_5() { return &___buf_recycle_lock_5; } inline void set_buf_recycle_lock_5(RuntimeObject * value) { ___buf_recycle_lock_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_lock_5), (void*)value); } }; // System.Globalization.HebrewNumberParsingContext struct HebrewNumberParsingContext_tEC0DF1BCF433A972F49ECAC68A9DA7B19259475D { public: // System.Globalization.HebrewNumber/HS System.Globalization.HebrewNumberParsingContext::state int32_t ___state_0; // System.Int32 System.Globalization.HebrewNumberParsingContext::result int32_t ___result_1; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(HebrewNumberParsingContext_tEC0DF1BCF433A972F49ECAC68A9DA7B19259475D, ___state_0)); } inline int32_t get_state_0() const { return ___state_0; } inline int32_t* get_address_of_state_0() { return &___state_0; } inline void set_state_0(int32_t value) { ___state_0 = value; } inline static int32_t get_offset_of_result_1() { return static_cast(offsetof(HebrewNumberParsingContext_tEC0DF1BCF433A972F49ECAC68A9DA7B19259475D, ___result_1)); } inline int32_t get_result_1() const { return ___result_1; } inline int32_t* get_address_of_result_1() { return &___result_1; } inline void set_result_1(int32_t value) { ___result_1 = value; } }; // System.Runtime.InteropServices.InterfaceTypeAttribute struct InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Runtime.InteropServices.ComInterfaceType System.Runtime.InteropServices.InterfaceTypeAttribute::_val int32_t ____val_0; public: inline static int32_t get_offset_of__val_0() { return static_cast(offsetof(InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E, ____val_0)); } inline int32_t get__val_0() const { return ____val_0; } inline int32_t* get_address_of__val_0() { return &____val_0; } inline void set__val_0(int32_t value) { ____val_0 = value; } }; // System.Runtime.Serialization.Formatters.Binary.InternalFE struct InternalFE_tBF9064793BEA3658FF2E355ECCE5913F38B6E101 : public RuntimeObject { public: // System.Runtime.Serialization.Formatters.FormatterTypeStyle System.Runtime.Serialization.Formatters.Binary.InternalFE::FEtypeFormat int32_t ___FEtypeFormat_0; // System.Runtime.Serialization.Formatters.FormatterAssemblyStyle System.Runtime.Serialization.Formatters.Binary.InternalFE::FEassemblyFormat int32_t ___FEassemblyFormat_1; // System.Runtime.Serialization.Formatters.TypeFilterLevel System.Runtime.Serialization.Formatters.Binary.InternalFE::FEsecurityLevel int32_t ___FEsecurityLevel_2; // System.Runtime.Serialization.Formatters.Binary.InternalSerializerTypeE System.Runtime.Serialization.Formatters.Binary.InternalFE::FEserializerTypeEnum int32_t ___FEserializerTypeEnum_3; public: inline static int32_t get_offset_of_FEtypeFormat_0() { return static_cast(offsetof(InternalFE_tBF9064793BEA3658FF2E355ECCE5913F38B6E101, ___FEtypeFormat_0)); } inline int32_t get_FEtypeFormat_0() const { return ___FEtypeFormat_0; } inline int32_t* get_address_of_FEtypeFormat_0() { return &___FEtypeFormat_0; } inline void set_FEtypeFormat_0(int32_t value) { ___FEtypeFormat_0 = value; } inline static int32_t get_offset_of_FEassemblyFormat_1() { return static_cast(offsetof(InternalFE_tBF9064793BEA3658FF2E355ECCE5913F38B6E101, ___FEassemblyFormat_1)); } inline int32_t get_FEassemblyFormat_1() const { return ___FEassemblyFormat_1; } inline int32_t* get_address_of_FEassemblyFormat_1() { return &___FEassemblyFormat_1; } inline void set_FEassemblyFormat_1(int32_t value) { ___FEassemblyFormat_1 = value; } inline static int32_t get_offset_of_FEsecurityLevel_2() { return static_cast(offsetof(InternalFE_tBF9064793BEA3658FF2E355ECCE5913F38B6E101, ___FEsecurityLevel_2)); } inline int32_t get_FEsecurityLevel_2() const { return ___FEsecurityLevel_2; } inline int32_t* get_address_of_FEsecurityLevel_2() { return &___FEsecurityLevel_2; } inline void set_FEsecurityLevel_2(int32_t value) { ___FEsecurityLevel_2 = value; } inline static int32_t get_offset_of_FEserializerTypeEnum_3() { return static_cast(offsetof(InternalFE_tBF9064793BEA3658FF2E355ECCE5913F38B6E101, ___FEserializerTypeEnum_3)); } inline int32_t get_FEserializerTypeEnum_3() const { return ___FEserializerTypeEnum_3; } inline int32_t* get_address_of_FEserializerTypeEnum_3() { return &___FEserializerTypeEnum_3; } inline void set_FEserializerTypeEnum_3(int32_t value) { ___FEserializerTypeEnum_3 = value; } }; // System.Threading.InternalThread struct InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB : public CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 { public: // System.Int32 System.Threading.InternalThread::lock_thread_id int32_t ___lock_thread_id_0; // System.IntPtr System.Threading.InternalThread::handle intptr_t ___handle_1; // System.IntPtr System.Threading.InternalThread::native_handle intptr_t ___native_handle_2; // System.IntPtr System.Threading.InternalThread::unused3 intptr_t ___unused3_3; // System.IntPtr System.Threading.InternalThread::name intptr_t ___name_4; // System.Int32 System.Threading.InternalThread::name_len int32_t ___name_len_5; // System.Threading.ThreadState System.Threading.InternalThread::state int32_t ___state_6; // System.Object System.Threading.InternalThread::abort_exc RuntimeObject * ___abort_exc_7; // System.Int32 System.Threading.InternalThread::abort_state_handle int32_t ___abort_state_handle_8; // System.Int64 System.Threading.InternalThread::thread_id int64_t ___thread_id_9; // System.IntPtr System.Threading.InternalThread::debugger_thread intptr_t ___debugger_thread_10; // System.UIntPtr System.Threading.InternalThread::static_data uintptr_t ___static_data_11; // System.IntPtr System.Threading.InternalThread::runtime_thread_info intptr_t ___runtime_thread_info_12; // System.Object System.Threading.InternalThread::current_appcontext RuntimeObject * ___current_appcontext_13; // System.Object System.Threading.InternalThread::root_domain_thread RuntimeObject * ___root_domain_thread_14; // System.Byte[] System.Threading.InternalThread::_serialized_principal ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____serialized_principal_15; // System.Int32 System.Threading.InternalThread::_serialized_principal_version int32_t ____serialized_principal_version_16; // System.IntPtr System.Threading.InternalThread::appdomain_refs intptr_t ___appdomain_refs_17; // System.Int32 System.Threading.InternalThread::interruption_requested int32_t ___interruption_requested_18; // System.IntPtr System.Threading.InternalThread::synch_cs intptr_t ___synch_cs_19; // System.Boolean System.Threading.InternalThread::threadpool_thread bool ___threadpool_thread_20; // System.Boolean System.Threading.InternalThread::thread_interrupt_requested bool ___thread_interrupt_requested_21; // System.Int32 System.Threading.InternalThread::stack_size int32_t ___stack_size_22; // System.Byte System.Threading.InternalThread::apartment_state uint8_t ___apartment_state_23; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.InternalThread::critical_region_level int32_t ___critical_region_level_24; // System.Int32 System.Threading.InternalThread::managed_id int32_t ___managed_id_25; // System.Int32 System.Threading.InternalThread::small_id int32_t ___small_id_26; // System.IntPtr System.Threading.InternalThread::manage_callback intptr_t ___manage_callback_27; // System.IntPtr System.Threading.InternalThread::unused4 intptr_t ___unused4_28; // System.IntPtr System.Threading.InternalThread::flags intptr_t ___flags_29; // System.IntPtr System.Threading.InternalThread::thread_pinning_ref intptr_t ___thread_pinning_ref_30; // System.IntPtr System.Threading.InternalThread::abort_protected_block_count intptr_t ___abort_protected_block_count_31; // System.Int32 System.Threading.InternalThread::priority int32_t ___priority_32; // System.IntPtr System.Threading.InternalThread::owned_mutex intptr_t ___owned_mutex_33; // System.IntPtr System.Threading.InternalThread::suspended_event intptr_t ___suspended_event_34; // System.Int32 System.Threading.InternalThread::self_suspended int32_t ___self_suspended_35; // System.IntPtr System.Threading.InternalThread::unused1 intptr_t ___unused1_36; // System.IntPtr System.Threading.InternalThread::unused2 intptr_t ___unused2_37; // System.IntPtr System.Threading.InternalThread::last intptr_t ___last_38; public: inline static int32_t get_offset_of_lock_thread_id_0() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___lock_thread_id_0)); } inline int32_t get_lock_thread_id_0() const { return ___lock_thread_id_0; } inline int32_t* get_address_of_lock_thread_id_0() { return &___lock_thread_id_0; } inline void set_lock_thread_id_0(int32_t value) { ___lock_thread_id_0 = value; } inline static int32_t get_offset_of_handle_1() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___handle_1)); } inline intptr_t get_handle_1() const { return ___handle_1; } inline intptr_t* get_address_of_handle_1() { return &___handle_1; } inline void set_handle_1(intptr_t value) { ___handle_1 = value; } inline static int32_t get_offset_of_native_handle_2() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___native_handle_2)); } inline intptr_t get_native_handle_2() const { return ___native_handle_2; } inline intptr_t* get_address_of_native_handle_2() { return &___native_handle_2; } inline void set_native_handle_2(intptr_t value) { ___native_handle_2 = value; } inline static int32_t get_offset_of_unused3_3() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___unused3_3)); } inline intptr_t get_unused3_3() const { return ___unused3_3; } inline intptr_t* get_address_of_unused3_3() { return &___unused3_3; } inline void set_unused3_3(intptr_t value) { ___unused3_3 = value; } inline static int32_t get_offset_of_name_4() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___name_4)); } inline intptr_t get_name_4() const { return ___name_4; } inline intptr_t* get_address_of_name_4() { return &___name_4; } inline void set_name_4(intptr_t value) { ___name_4 = value; } inline static int32_t get_offset_of_name_len_5() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___name_len_5)); } inline int32_t get_name_len_5() const { return ___name_len_5; } inline int32_t* get_address_of_name_len_5() { return &___name_len_5; } inline void set_name_len_5(int32_t value) { ___name_len_5 = value; } inline static int32_t get_offset_of_state_6() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___state_6)); } inline int32_t get_state_6() const { return ___state_6; } inline int32_t* get_address_of_state_6() { return &___state_6; } inline void set_state_6(int32_t value) { ___state_6 = value; } inline static int32_t get_offset_of_abort_exc_7() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___abort_exc_7)); } inline RuntimeObject * get_abort_exc_7() const { return ___abort_exc_7; } inline RuntimeObject ** get_address_of_abort_exc_7() { return &___abort_exc_7; } inline void set_abort_exc_7(RuntimeObject * value) { ___abort_exc_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___abort_exc_7), (void*)value); } inline static int32_t get_offset_of_abort_state_handle_8() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___abort_state_handle_8)); } inline int32_t get_abort_state_handle_8() const { return ___abort_state_handle_8; } inline int32_t* get_address_of_abort_state_handle_8() { return &___abort_state_handle_8; } inline void set_abort_state_handle_8(int32_t value) { ___abort_state_handle_8 = value; } inline static int32_t get_offset_of_thread_id_9() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___thread_id_9)); } inline int64_t get_thread_id_9() const { return ___thread_id_9; } inline int64_t* get_address_of_thread_id_9() { return &___thread_id_9; } inline void set_thread_id_9(int64_t value) { ___thread_id_9 = value; } inline static int32_t get_offset_of_debugger_thread_10() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___debugger_thread_10)); } inline intptr_t get_debugger_thread_10() const { return ___debugger_thread_10; } inline intptr_t* get_address_of_debugger_thread_10() { return &___debugger_thread_10; } inline void set_debugger_thread_10(intptr_t value) { ___debugger_thread_10 = value; } inline static int32_t get_offset_of_static_data_11() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___static_data_11)); } inline uintptr_t get_static_data_11() const { return ___static_data_11; } inline uintptr_t* get_address_of_static_data_11() { return &___static_data_11; } inline void set_static_data_11(uintptr_t value) { ___static_data_11 = value; } inline static int32_t get_offset_of_runtime_thread_info_12() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___runtime_thread_info_12)); } inline intptr_t get_runtime_thread_info_12() const { return ___runtime_thread_info_12; } inline intptr_t* get_address_of_runtime_thread_info_12() { return &___runtime_thread_info_12; } inline void set_runtime_thread_info_12(intptr_t value) { ___runtime_thread_info_12 = value; } inline static int32_t get_offset_of_current_appcontext_13() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___current_appcontext_13)); } inline RuntimeObject * get_current_appcontext_13() const { return ___current_appcontext_13; } inline RuntimeObject ** get_address_of_current_appcontext_13() { return &___current_appcontext_13; } inline void set_current_appcontext_13(RuntimeObject * value) { ___current_appcontext_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_appcontext_13), (void*)value); } inline static int32_t get_offset_of_root_domain_thread_14() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___root_domain_thread_14)); } inline RuntimeObject * get_root_domain_thread_14() const { return ___root_domain_thread_14; } inline RuntimeObject ** get_address_of_root_domain_thread_14() { return &___root_domain_thread_14; } inline void set_root_domain_thread_14(RuntimeObject * value) { ___root_domain_thread_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___root_domain_thread_14), (void*)value); } inline static int32_t get_offset_of__serialized_principal_15() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ____serialized_principal_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__serialized_principal_15() const { return ____serialized_principal_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__serialized_principal_15() { return &____serialized_principal_15; } inline void set__serialized_principal_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____serialized_principal_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____serialized_principal_15), (void*)value); } inline static int32_t get_offset_of__serialized_principal_version_16() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ____serialized_principal_version_16)); } inline int32_t get__serialized_principal_version_16() const { return ____serialized_principal_version_16; } inline int32_t* get_address_of__serialized_principal_version_16() { return &____serialized_principal_version_16; } inline void set__serialized_principal_version_16(int32_t value) { ____serialized_principal_version_16 = value; } inline static int32_t get_offset_of_appdomain_refs_17() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___appdomain_refs_17)); } inline intptr_t get_appdomain_refs_17() const { return ___appdomain_refs_17; } inline intptr_t* get_address_of_appdomain_refs_17() { return &___appdomain_refs_17; } inline void set_appdomain_refs_17(intptr_t value) { ___appdomain_refs_17 = value; } inline static int32_t get_offset_of_interruption_requested_18() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___interruption_requested_18)); } inline int32_t get_interruption_requested_18() const { return ___interruption_requested_18; } inline int32_t* get_address_of_interruption_requested_18() { return &___interruption_requested_18; } inline void set_interruption_requested_18(int32_t value) { ___interruption_requested_18 = value; } inline static int32_t get_offset_of_synch_cs_19() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___synch_cs_19)); } inline intptr_t get_synch_cs_19() const { return ___synch_cs_19; } inline intptr_t* get_address_of_synch_cs_19() { return &___synch_cs_19; } inline void set_synch_cs_19(intptr_t value) { ___synch_cs_19 = value; } inline static int32_t get_offset_of_threadpool_thread_20() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___threadpool_thread_20)); } inline bool get_threadpool_thread_20() const { return ___threadpool_thread_20; } inline bool* get_address_of_threadpool_thread_20() { return &___threadpool_thread_20; } inline void set_threadpool_thread_20(bool value) { ___threadpool_thread_20 = value; } inline static int32_t get_offset_of_thread_interrupt_requested_21() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___thread_interrupt_requested_21)); } inline bool get_thread_interrupt_requested_21() const { return ___thread_interrupt_requested_21; } inline bool* get_address_of_thread_interrupt_requested_21() { return &___thread_interrupt_requested_21; } inline void set_thread_interrupt_requested_21(bool value) { ___thread_interrupt_requested_21 = value; } inline static int32_t get_offset_of_stack_size_22() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___stack_size_22)); } inline int32_t get_stack_size_22() const { return ___stack_size_22; } inline int32_t* get_address_of_stack_size_22() { return &___stack_size_22; } inline void set_stack_size_22(int32_t value) { ___stack_size_22 = value; } inline static int32_t get_offset_of_apartment_state_23() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___apartment_state_23)); } inline uint8_t get_apartment_state_23() const { return ___apartment_state_23; } inline uint8_t* get_address_of_apartment_state_23() { return &___apartment_state_23; } inline void set_apartment_state_23(uint8_t value) { ___apartment_state_23 = value; } inline static int32_t get_offset_of_critical_region_level_24() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___critical_region_level_24)); } inline int32_t get_critical_region_level_24() const { return ___critical_region_level_24; } inline int32_t* get_address_of_critical_region_level_24() { return &___critical_region_level_24; } inline void set_critical_region_level_24(int32_t value) { ___critical_region_level_24 = value; } inline static int32_t get_offset_of_managed_id_25() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___managed_id_25)); } inline int32_t get_managed_id_25() const { return ___managed_id_25; } inline int32_t* get_address_of_managed_id_25() { return &___managed_id_25; } inline void set_managed_id_25(int32_t value) { ___managed_id_25 = value; } inline static int32_t get_offset_of_small_id_26() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___small_id_26)); } inline int32_t get_small_id_26() const { return ___small_id_26; } inline int32_t* get_address_of_small_id_26() { return &___small_id_26; } inline void set_small_id_26(int32_t value) { ___small_id_26 = value; } inline static int32_t get_offset_of_manage_callback_27() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___manage_callback_27)); } inline intptr_t get_manage_callback_27() const { return ___manage_callback_27; } inline intptr_t* get_address_of_manage_callback_27() { return &___manage_callback_27; } inline void set_manage_callback_27(intptr_t value) { ___manage_callback_27 = value; } inline static int32_t get_offset_of_unused4_28() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___unused4_28)); } inline intptr_t get_unused4_28() const { return ___unused4_28; } inline intptr_t* get_address_of_unused4_28() { return &___unused4_28; } inline void set_unused4_28(intptr_t value) { ___unused4_28 = value; } inline static int32_t get_offset_of_flags_29() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___flags_29)); } inline intptr_t get_flags_29() const { return ___flags_29; } inline intptr_t* get_address_of_flags_29() { return &___flags_29; } inline void set_flags_29(intptr_t value) { ___flags_29 = value; } inline static int32_t get_offset_of_thread_pinning_ref_30() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___thread_pinning_ref_30)); } inline intptr_t get_thread_pinning_ref_30() const { return ___thread_pinning_ref_30; } inline intptr_t* get_address_of_thread_pinning_ref_30() { return &___thread_pinning_ref_30; } inline void set_thread_pinning_ref_30(intptr_t value) { ___thread_pinning_ref_30 = value; } inline static int32_t get_offset_of_abort_protected_block_count_31() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___abort_protected_block_count_31)); } inline intptr_t get_abort_protected_block_count_31() const { return ___abort_protected_block_count_31; } inline intptr_t* get_address_of_abort_protected_block_count_31() { return &___abort_protected_block_count_31; } inline void set_abort_protected_block_count_31(intptr_t value) { ___abort_protected_block_count_31 = value; } inline static int32_t get_offset_of_priority_32() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___priority_32)); } inline int32_t get_priority_32() const { return ___priority_32; } inline int32_t* get_address_of_priority_32() { return &___priority_32; } inline void set_priority_32(int32_t value) { ___priority_32 = value; } inline static int32_t get_offset_of_owned_mutex_33() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___owned_mutex_33)); } inline intptr_t get_owned_mutex_33() const { return ___owned_mutex_33; } inline intptr_t* get_address_of_owned_mutex_33() { return &___owned_mutex_33; } inline void set_owned_mutex_33(intptr_t value) { ___owned_mutex_33 = value; } inline static int32_t get_offset_of_suspended_event_34() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___suspended_event_34)); } inline intptr_t get_suspended_event_34() const { return ___suspended_event_34; } inline intptr_t* get_address_of_suspended_event_34() { return &___suspended_event_34; } inline void set_suspended_event_34(intptr_t value) { ___suspended_event_34 = value; } inline static int32_t get_offset_of_self_suspended_35() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___self_suspended_35)); } inline int32_t get_self_suspended_35() const { return ___self_suspended_35; } inline int32_t* get_address_of_self_suspended_35() { return &___self_suspended_35; } inline void set_self_suspended_35(int32_t value) { ___self_suspended_35 = value; } inline static int32_t get_offset_of_unused1_36() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___unused1_36)); } inline intptr_t get_unused1_36() const { return ___unused1_36; } inline intptr_t* get_address_of_unused1_36() { return &___unused1_36; } inline void set_unused1_36(intptr_t value) { ___unused1_36 = value; } inline static int32_t get_offset_of_unused2_37() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___unused2_37)); } inline intptr_t get_unused2_37() const { return ___unused2_37; } inline intptr_t* get_address_of_unused2_37() { return &___unused2_37; } inline void set_unused2_37(intptr_t value) { ___unused2_37 = value; } inline static int32_t get_offset_of_last_38() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___last_38)); } inline intptr_t get_last_38() const { return ___last_38; } inline intptr_t* get_address_of_last_38() { return &___last_38; } inline void set_last_38(intptr_t value) { ___last_38 = value; } }; // System.InvalidTimeZoneException struct InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 : public Exception_t { 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.Runtime.Remoting.Lifetime.LifetimeServices struct LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4 : public RuntimeObject { public: public: }; struct LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields { public: // System.TimeSpan System.Runtime.Remoting.Lifetime.LifetimeServices::_leaseManagerPollTime TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ____leaseManagerPollTime_0; // System.TimeSpan System.Runtime.Remoting.Lifetime.LifetimeServices::_leaseTime TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ____leaseTime_1; // System.TimeSpan System.Runtime.Remoting.Lifetime.LifetimeServices::_renewOnCallTime TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ____renewOnCallTime_2; // System.TimeSpan System.Runtime.Remoting.Lifetime.LifetimeServices::_sponsorshipTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ____sponsorshipTimeout_3; // System.Runtime.Remoting.Lifetime.LeaseManager System.Runtime.Remoting.Lifetime.LifetimeServices::_leaseManager LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1 * ____leaseManager_4; public: inline static int32_t get_offset_of__leaseManagerPollTime_0() { return static_cast(offsetof(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields, ____leaseManagerPollTime_0)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get__leaseManagerPollTime_0() const { return ____leaseManagerPollTime_0; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of__leaseManagerPollTime_0() { return &____leaseManagerPollTime_0; } inline void set__leaseManagerPollTime_0(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ____leaseManagerPollTime_0 = value; } inline static int32_t get_offset_of__leaseTime_1() { return static_cast(offsetof(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields, ____leaseTime_1)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get__leaseTime_1() const { return ____leaseTime_1; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of__leaseTime_1() { return &____leaseTime_1; } inline void set__leaseTime_1(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ____leaseTime_1 = value; } inline static int32_t get_offset_of__renewOnCallTime_2() { return static_cast(offsetof(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields, ____renewOnCallTime_2)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get__renewOnCallTime_2() const { return ____renewOnCallTime_2; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of__renewOnCallTime_2() { return &____renewOnCallTime_2; } inline void set__renewOnCallTime_2(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ____renewOnCallTime_2 = value; } inline static int32_t get_offset_of__sponsorshipTimeout_3() { return static_cast(offsetof(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields, ____sponsorshipTimeout_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get__sponsorshipTimeout_3() const { return ____sponsorshipTimeout_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of__sponsorshipTimeout_3() { return &____sponsorshipTimeout_3; } inline void set__sponsorshipTimeout_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ____sponsorshipTimeout_3 = value; } inline static int32_t get_offset_of__leaseManager_4() { return static_cast(offsetof(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields, ____leaseManager_4)); } inline LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1 * get__leaseManager_4() const { return ____leaseManager_4; } inline LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1 ** get_address_of__leaseManager_4() { return &____leaseManager_4; } inline void set__leaseManager_4(LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1 * value) { ____leaseManager_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____leaseManager_4), (void*)value); } }; // System.Threading.LockRecursionException struct LockRecursionException_tA4B541F6B8DABF4D294304DF7B70F547C8502014 : public Exception_t { public: public: }; // 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.IO.MonoIOStat struct MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 { public: // System.IO.FileAttributes System.IO.MonoIOStat::fileAttributes int32_t ___fileAttributes_0; // System.Int64 System.IO.MonoIOStat::Length int64_t ___Length_1; // System.Int64 System.IO.MonoIOStat::CreationTime int64_t ___CreationTime_2; // System.Int64 System.IO.MonoIOStat::LastAccessTime int64_t ___LastAccessTime_3; // System.Int64 System.IO.MonoIOStat::LastWriteTime int64_t ___LastWriteTime_4; public: inline static int32_t get_offset_of_fileAttributes_0() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___fileAttributes_0)); } inline int32_t get_fileAttributes_0() const { return ___fileAttributes_0; } inline int32_t* get_address_of_fileAttributes_0() { return &___fileAttributes_0; } inline void set_fileAttributes_0(int32_t value) { ___fileAttributes_0 = value; } inline static int32_t get_offset_of_Length_1() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___Length_1)); } inline int64_t get_Length_1() const { return ___Length_1; } inline int64_t* get_address_of_Length_1() { return &___Length_1; } inline void set_Length_1(int64_t value) { ___Length_1 = value; } inline static int32_t get_offset_of_CreationTime_2() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___CreationTime_2)); } inline int64_t get_CreationTime_2() const { return ___CreationTime_2; } inline int64_t* get_address_of_CreationTime_2() { return &___CreationTime_2; } inline void set_CreationTime_2(int64_t value) { ___CreationTime_2 = value; } inline static int32_t get_offset_of_LastAccessTime_3() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___LastAccessTime_3)); } inline int64_t get_LastAccessTime_3() const { return ___LastAccessTime_3; } inline int64_t* get_address_of_LastAccessTime_3() { return &___LastAccessTime_3; } inline void set_LastAccessTime_3(int64_t value) { ___LastAccessTime_3 = value; } inline static int32_t get_offset_of_LastWriteTime_4() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___LastWriteTime_4)); } inline int64_t get_LastWriteTime_4() const { return ___LastWriteTime_4; } inline int64_t* get_address_of_LastWriteTime_4() { return &___LastWriteTime_4; } inline void set_LastWriteTime_4(int64_t value) { ___LastWriteTime_4 = value; } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D : public RuntimeObject { public: // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___numberGroupSizes_1; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___currencyGroupSizes_2; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___percentGroupSizes_3; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_4; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_5; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_6; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_9; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_10; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_11; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_12; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_15; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_16; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_17; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_18; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___nativeDigits_19; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_20; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_21; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_22; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_23; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_24; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_27; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_28; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_29; // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_30; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_31; // System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant bool ___m_isInvariant_32; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_34; public: inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSizes_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; } inline void set_numberGroupSizes_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___numberGroupSizes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value); } inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSizes_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; } inline void set_currencyGroupSizes_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___currencyGroupSizes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value); } inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSizes_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; } inline void set_percentGroupSizes_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___percentGroupSizes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value); } inline static int32_t get_offset_of_positiveSign_4() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveSign_4)); } inline String_t* get_positiveSign_4() const { return ___positiveSign_4; } inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; } inline void set_positiveSign_4(String_t* value) { ___positiveSign_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveSign_4), (void*)value); } inline static int32_t get_offset_of_negativeSign_5() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeSign_5)); } inline String_t* get_negativeSign_5() const { return ___negativeSign_5; } inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; } inline void set_negativeSign_5(String_t* value) { ___negativeSign_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeSign_5), (void*)value); } inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalSeparator_6)); } inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; } inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; } inline void set_numberDecimalSeparator_6(String_t* value) { ___numberDecimalSeparator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberDecimalSeparator_6), (void*)value); } inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSeparator_7)); } inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; } inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; } inline void set_numberGroupSeparator_7(String_t* value) { ___numberGroupSeparator_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSeparator_7), (void*)value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSeparator_8)); } inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; } inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; } inline void set_currencyGroupSeparator_8(String_t* value) { ___currencyGroupSeparator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSeparator_8), (void*)value); } inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalSeparator_9)); } inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; } inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; } inline void set_currencyDecimalSeparator_9(String_t* value) { ___currencyDecimalSeparator_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyDecimalSeparator_9), (void*)value); } inline static int32_t get_offset_of_currencySymbol_10() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencySymbol_10)); } inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; } inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; } inline void set_currencySymbol_10(String_t* value) { ___currencySymbol_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencySymbol_10), (void*)value); } inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___ansiCurrencySymbol_11)); } inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; } inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; } inline void set_ansiCurrencySymbol_11(String_t* value) { ___ansiCurrencySymbol_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ansiCurrencySymbol_11), (void*)value); } inline static int32_t get_offset_of_nanSymbol_12() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nanSymbol_12)); } inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; } inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; } inline void set_nanSymbol_12(String_t* value) { ___nanSymbol_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___nanSymbol_12), (void*)value); } inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveInfinitySymbol_13)); } inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; } inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; } inline void set_positiveInfinitySymbol_13(String_t* value) { ___positiveInfinitySymbol_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveInfinitySymbol_13), (void*)value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeInfinitySymbol_14)); } inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; } inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; } inline void set_negativeInfinitySymbol_14(String_t* value) { ___negativeInfinitySymbol_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeInfinitySymbol_14), (void*)value); } inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalSeparator_15)); } inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; } inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; } inline void set_percentDecimalSeparator_15(String_t* value) { ___percentDecimalSeparator_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentDecimalSeparator_15), (void*)value); } inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSeparator_16)); } inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; } inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; } inline void set_percentGroupSeparator_16(String_t* value) { ___percentGroupSeparator_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSeparator_16), (void*)value); } inline static int32_t get_offset_of_percentSymbol_17() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentSymbol_17)); } inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; } inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; } inline void set_percentSymbol_17(String_t* value) { ___percentSymbol_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentSymbol_17), (void*)value); } inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___perMilleSymbol_18)); } inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; } inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; } inline void set_perMilleSymbol_18(String_t* value) { ___perMilleSymbol_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___perMilleSymbol_18), (void*)value); } inline static int32_t get_offset_of_nativeDigits_19() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nativeDigits_19)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_nativeDigits_19() const { return ___nativeDigits_19; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_nativeDigits_19() { return &___nativeDigits_19; } inline void set_nativeDigits_19(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___nativeDigits_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativeDigits_19), (void*)value); } inline static int32_t get_offset_of_m_dataItem_20() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_dataItem_20)); } inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; } inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; } inline void set_m_dataItem_20(int32_t value) { ___m_dataItem_20 = value; } inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalDigits_21)); } inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; } inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; } inline void set_numberDecimalDigits_21(int32_t value) { ___numberDecimalDigits_21 = value; } inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalDigits_22)); } inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; } inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; } inline void set_currencyDecimalDigits_22(int32_t value) { ___currencyDecimalDigits_22 = value; } inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyPositivePattern_23)); } inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; } inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; } inline void set_currencyPositivePattern_23(int32_t value) { ___currencyPositivePattern_23 = value; } inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyNegativePattern_24)); } inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; } inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; } inline void set_currencyNegativePattern_24(int32_t value) { ___currencyNegativePattern_24 = value; } inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberNegativePattern_25)); } inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; } inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; } inline void set_numberNegativePattern_25(int32_t value) { ___numberNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentPositivePattern_26)); } inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; } inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; } inline void set_percentPositivePattern_26(int32_t value) { ___percentPositivePattern_26 = value; } inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentNegativePattern_27)); } inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; } inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; } inline void set_percentNegativePattern_27(int32_t value) { ___percentNegativePattern_27 = value; } inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalDigits_28)); } inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; } inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; } inline void set_percentDecimalDigits_28(int32_t value) { ___percentDecimalDigits_28 = value; } inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___digitSubstitution_29)); } inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; } inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; } inline void set_digitSubstitution_29(int32_t value) { ___digitSubstitution_29 = value; } inline static int32_t get_offset_of_isReadOnly_30() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___isReadOnly_30)); } inline bool get_isReadOnly_30() const { return ___isReadOnly_30; } inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; } inline void set_isReadOnly_30(bool value) { ___isReadOnly_30 = value; } inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_useUserOverride_31)); } inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; } inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; } inline void set_m_useUserOverride_31(bool value) { ___m_useUserOverride_31 = value; } inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_isInvariant_32)); } inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; } inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; } inline void set_m_isInvariant_32(bool value) { ___m_isInvariant_32 = value; } inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsNumber_33)); } inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; } inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; } inline void set_validForParseAsNumber_33(bool value) { ___validForParseAsNumber_33 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsCurrency_34)); } inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; } inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; } inline void set_validForParseAsCurrency_34(bool value) { ___validForParseAsCurrency_34 = value; } }; struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields { public: // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___invariantInfo_0; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields, ___invariantInfo_0)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_invariantInfo_0() const { return ___invariantInfo_0; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value); } }; // System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 : public RuntimeObject { public: // System.Type System.Reflection.ParameterInfo::ClassImpl Type_t * ___ClassImpl_0; // System.Object System.Reflection.ParameterInfo::DefaultValueImpl RuntimeObject * ___DefaultValueImpl_1; // System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl MemberInfo_t * ___MemberImpl_2; // System.String System.Reflection.ParameterInfo::NameImpl String_t* ___NameImpl_3; // System.Int32 System.Reflection.ParameterInfo::PositionImpl int32_t ___PositionImpl_4; // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl int32_t ___AttrsImpl_5; // System.Runtime.InteropServices.MarshalAsAttribute System.Reflection.ParameterInfo::marshalAs MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; public: inline static int32_t get_offset_of_ClassImpl_0() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___ClassImpl_0)); } inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; } inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; } inline void set_ClassImpl_0(Type_t * value) { ___ClassImpl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassImpl_0), (void*)value); } inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___DefaultValueImpl_1)); } inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; } inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; } inline void set_DefaultValueImpl_1(RuntimeObject * value) { ___DefaultValueImpl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultValueImpl_1), (void*)value); } inline static int32_t get_offset_of_MemberImpl_2() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___MemberImpl_2)); } inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; } inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; } inline void set_MemberImpl_2(MemberInfo_t * value) { ___MemberImpl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___MemberImpl_2), (void*)value); } inline static int32_t get_offset_of_NameImpl_3() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___NameImpl_3)); } inline String_t* get_NameImpl_3() const { return ___NameImpl_3; } inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; } inline void set_NameImpl_3(String_t* value) { ___NameImpl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameImpl_3), (void*)value); } inline static int32_t get_offset_of_PositionImpl_4() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___PositionImpl_4)); } inline int32_t get_PositionImpl_4() const { return ___PositionImpl_4; } inline int32_t* get_address_of_PositionImpl_4() { return &___PositionImpl_4; } inline void set_PositionImpl_4(int32_t value) { ___PositionImpl_4 = value; } inline static int32_t get_offset_of_AttrsImpl_5() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___AttrsImpl_5)); } inline int32_t get_AttrsImpl_5() const { return ___AttrsImpl_5; } inline int32_t* get_address_of_AttrsImpl_5() { return &___AttrsImpl_5; } inline void set_AttrsImpl_5(int32_t value) { ___AttrsImpl_5 = value; } inline static int32_t get_offset_of_marshalAs_6() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___marshalAs_6)); } inline MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * get_marshalAs_6() const { return ___marshalAs_6; } inline MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 ** get_address_of_marshalAs_6() { return &___marshalAs_6; } inline void set_marshalAs_6(MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * value) { ___marshalAs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___marshalAs_6), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_pinvoke { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; char* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; }; // Native definition for COM marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_com { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; Il2CppChar* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; }; // System.Threading.RegisteredWaitHandle struct RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Threading.WaitHandle System.Threading.RegisteredWaitHandle::_waitObject WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * ____waitObject_1; // System.Threading.WaitOrTimerCallback System.Threading.RegisteredWaitHandle::_callback WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * ____callback_2; // System.Object System.Threading.RegisteredWaitHandle::_state RuntimeObject * ____state_3; // System.Threading.WaitHandle System.Threading.RegisteredWaitHandle::_finalEvent WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * ____finalEvent_4; // System.Threading.ManualResetEvent System.Threading.RegisteredWaitHandle::_cancelEvent ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ____cancelEvent_5; // System.TimeSpan System.Threading.RegisteredWaitHandle::_timeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ____timeout_6; // System.Int32 System.Threading.RegisteredWaitHandle::_callsInProcess int32_t ____callsInProcess_7; // System.Boolean System.Threading.RegisteredWaitHandle::_executeOnlyOnce bool ____executeOnlyOnce_8; // System.Boolean System.Threading.RegisteredWaitHandle::_unregistered bool ____unregistered_9; public: inline static int32_t get_offset_of__waitObject_1() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____waitObject_1)); } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * get__waitObject_1() const { return ____waitObject_1; } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 ** get_address_of__waitObject_1() { return &____waitObject_1; } inline void set__waitObject_1(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * value) { ____waitObject_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____waitObject_1), (void*)value); } inline static int32_t get_offset_of__callback_2() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____callback_2)); } inline WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * get__callback_2() const { return ____callback_2; } inline WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB ** get_address_of__callback_2() { return &____callback_2; } inline void set__callback_2(WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * value) { ____callback_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____callback_2), (void*)value); } inline static int32_t get_offset_of__state_3() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____state_3)); } inline RuntimeObject * get__state_3() const { return ____state_3; } inline RuntimeObject ** get_address_of__state_3() { return &____state_3; } inline void set__state_3(RuntimeObject * value) { ____state_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____state_3), (void*)value); } inline static int32_t get_offset_of__finalEvent_4() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____finalEvent_4)); } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * get__finalEvent_4() const { return ____finalEvent_4; } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 ** get_address_of__finalEvent_4() { return &____finalEvent_4; } inline void set__finalEvent_4(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * value) { ____finalEvent_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____finalEvent_4), (void*)value); } inline static int32_t get_offset_of__cancelEvent_5() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____cancelEvent_5)); } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * get__cancelEvent_5() const { return ____cancelEvent_5; } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** get_address_of__cancelEvent_5() { return &____cancelEvent_5; } inline void set__cancelEvent_5(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * value) { ____cancelEvent_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____cancelEvent_5), (void*)value); } inline static int32_t get_offset_of__timeout_6() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____timeout_6)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get__timeout_6() const { return ____timeout_6; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of__timeout_6() { return &____timeout_6; } inline void set__timeout_6(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ____timeout_6 = value; } inline static int32_t get_offset_of__callsInProcess_7() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____callsInProcess_7)); } inline int32_t get__callsInProcess_7() const { return ____callsInProcess_7; } inline int32_t* get_address_of__callsInProcess_7() { return &____callsInProcess_7; } inline void set__callsInProcess_7(int32_t value) { ____callsInProcess_7 = value; } inline static int32_t get_offset_of__executeOnlyOnce_8() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____executeOnlyOnce_8)); } inline bool get__executeOnlyOnce_8() const { return ____executeOnlyOnce_8; } inline bool* get_address_of__executeOnlyOnce_8() { return &____executeOnlyOnce_8; } inline void set__executeOnlyOnce_8(bool value) { ____executeOnlyOnce_8 = value; } inline static int32_t get_offset_of__unregistered_9() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____unregistered_9)); } inline bool get__unregistered_9() const { return ____unregistered_9; } inline bool* get_address_of__unregistered_9() { return &____unregistered_9; } inline void set__unregistered_9(bool value) { ____unregistered_9 = 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.__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.Collections.Hashtable/SyncHashtable struct SyncHashtable_t4F35FE38FB79C9F4C1F667D9DDD9836FA283841C : public Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC { public: // System.Collections.Hashtable System.Collections.Hashtable/SyncHashtable::_table Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____table_10; public: inline static int32_t get_offset_of__table_10() { return static_cast(offsetof(SyncHashtable_t4F35FE38FB79C9F4C1F667D9DDD9836FA283841C, ____table_10)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__table_10() const { return ____table_10; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__table_10() { return &____table_10; } inline void set__table_10(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____table_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____table_10), (void*)value); } }; // System.Globalization.HebrewNumber/HebrewValue struct HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 : public RuntimeObject { public: // System.Globalization.HebrewNumber/HebrewToken System.Globalization.HebrewNumber/HebrewValue::token int32_t ___token_0; // System.Int32 System.Globalization.HebrewNumber/HebrewValue::value int32_t ___value_1; public: inline static int32_t get_offset_of_token_0() { return static_cast(offsetof(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337, ___token_0)); } inline int32_t get_token_0() const { return ___token_0; } inline int32_t* get_address_of_token_0() { return &___token_0; } inline void set_token_0(int32_t value) { ___token_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // System.Comparison`1 struct Comparison_1_tD3B42082C57F6BA82A21609F8DF8F414BCFA4C38 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.ArithmeticException struct ArithmeticException_t8E5F44FABC7FAE0966CBA6DE9BFD545F2660ED47 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // System.IO.FileSystemInfo struct FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.MonoIOStat System.IO.FileSystemInfo::_data MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 ____data_1; // System.Int32 System.IO.FileSystemInfo::_dataInitialised int32_t ____dataInitialised_2; // System.String System.IO.FileSystemInfo::FullPath String_t* ___FullPath_3; // System.String System.IO.FileSystemInfo::OriginalPath String_t* ___OriginalPath_4; // System.String System.IO.FileSystemInfo::_displayPath String_t* ____displayPath_5; public: inline static int32_t get_offset_of__data_1() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ____data_1)); } inline MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 get__data_1() const { return ____data_1; } inline MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 * get_address_of__data_1() { return &____data_1; } inline void set__data_1(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 value) { ____data_1 = value; } inline static int32_t get_offset_of__dataInitialised_2() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ____dataInitialised_2)); } inline int32_t get__dataInitialised_2() const { return ____dataInitialised_2; } inline int32_t* get_address_of__dataInitialised_2() { return &____dataInitialised_2; } inline void set__dataInitialised_2(int32_t value) { ____dataInitialised_2 = value; } inline static int32_t get_offset_of_FullPath_3() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ___FullPath_3)); } inline String_t* get_FullPath_3() const { return ___FullPath_3; } inline String_t** get_address_of_FullPath_3() { return &___FullPath_3; } inline void set_FullPath_3(String_t* value) { ___FullPath_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___FullPath_3), (void*)value); } inline static int32_t get_offset_of_OriginalPath_4() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ___OriginalPath_4)); } inline String_t* get_OriginalPath_4() const { return ___OriginalPath_4; } inline String_t** get_address_of_OriginalPath_4() { return &___OriginalPath_4; } inline void set_OriginalPath_4(String_t* value) { ___OriginalPath_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___OriginalPath_4), (void*)value); } inline static int32_t get_offset_of__displayPath_5() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ____displayPath_5)); } inline String_t* get__displayPath_5() const { return ____displayPath_5; } inline String_t** get_address_of__displayPath_5() { return &____displayPath_5; } inline void set__displayPath_5(String_t* value) { ____displayPath_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____displayPath_5), (void*)value); } }; // System.Runtime.Remoting.Messaging.HeaderHandler struct HeaderHandler_t503AE3AA2FFEA490B012CBF3A3EB37C21FF0490D : public MulticastDelegate_t { public: public: }; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA, ____maybeFullPath_17)); } inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; } inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; } inline void set__maybeFullPath_17(String_t* value) { ____maybeFullPath_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value); } }; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Reflection.InvalidFilterCriteriaException struct InvalidFilterCriteriaException_t7F8507875D22356462784368747FCB7B80668DFB : public ApplicationException_t8D709C0445A040467C6A632AD7F742B25AB2A407 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidProgramException struct InvalidProgramException_tB6929930C57D6BA8D5E5D9E96E87FE8D55563814 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Collections.Generic.KeyNotFoundException struct KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { 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.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.Threading.TimerCallback struct TimerCallback_tD193CC50BF27E129E6857E1E8A7EAC24BD131814 : public MulticastDelegate_t { public: public: }; // System.TypeInitializationException struct TypeInitializationException_tFBB52C455ED2509387E598E8C0877D464B6EC7B8 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.TypeInitializationException::_typeName String_t* ____typeName_17; public: inline static int32_t get_offset_of__typeName_17() { return static_cast(offsetof(TypeInitializationException_tFBB52C455ED2509387E598E8C0877D464B6EC7B8, ____typeName_17)); } inline String_t* get__typeName_17() const { return ____typeName_17; } inline String_t** get_address_of__typeName_17() { return &____typeName_17; } inline void set__typeName_17(String_t* value) { ____typeName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeName_17), (void*)value); } }; // System.UnauthorizedAccessException struct UnauthorizedAccessException_t737F79AE4901C68E935CD553A20978CEEF44F333 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Threading.WaitOrTimerCallback struct WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB : public MulticastDelegate_t { public: public: }; // System.Runtime.Remoting.Lifetime.Lease/RenewalDelegate struct RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7 : public MulticastDelegate_t { public: public: }; // 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.IO.DirectoryInfo struct DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD : public FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246 { public: // System.String System.IO.DirectoryInfo::current String_t* ___current_6; // System.String System.IO.DirectoryInfo::parent String_t* ___parent_7; public: inline static int32_t get_offset_of_current_6() { return static_cast(offsetof(DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD, ___current_6)); } inline String_t* get_current_6() const { return ___current_6; } inline String_t** get_address_of_current_6() { return &___current_6; } inline void set_current_6(String_t* value) { ___current_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_6), (void*)value); } inline static int32_t get_offset_of_parent_7() { return static_cast(offsetof(DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD, ___parent_7)); } inline String_t* get_parent_7() const { return ___parent_7; } inline String_t** get_address_of_parent_7() { return &___parent_7; } inline void set_parent_7(String_t* value) { ___parent_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_7), (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.OverflowException struct OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 : public ArithmeticException_t8E5F44FABC7FAE0966CBA6DE9BFD545F2660ED47 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.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.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190 : public RuntimeArray { public: ALIGN_FIELD (8) bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D m_Items[1]; public: inline bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D * 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, bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___val_1), (void*)NULL); #endif } inline bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___val_1), (void*)NULL); #endif } }; // System.Collections.KeyValuePairs[] struct KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB : public RuntimeArray { public: ALIGN_FIELD (8) KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B * m_Items[1]; public: inline KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B ** 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, KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Runtime.Remoting.Messaging.Header[] struct HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A : public RuntimeArray { public: ALIGN_FIELD (8) Header_tB3EEE0CBE8792FB3CAC719E5BCB60BA7718E14CE * m_Items[1]; public: inline Header_tB3EEE0CBE8792FB3CAC719E5BCB60BA7718E14CE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Header_tB3EEE0CBE8792FB3CAC719E5BCB60BA7718E14CE ** 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, Header_tB3EEE0CBE8792FB3CAC719E5BCB60BA7718E14CE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Header_tB3EEE0CBE8792FB3CAC719E5BCB60BA7718E14CE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Header_tB3EEE0CBE8792FB3CAC719E5BCB60BA7718E14CE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Header_tB3EEE0CBE8792FB3CAC719E5BCB60BA7718E14CE * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)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.Globalization.HebrewNumber/HebrewValue[] struct HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F : public RuntimeArray { public: ALIGN_FIELD (8) HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * m_Items[1]; public: inline HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 ** 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, HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Globalization.HebrewNumber/HS[] struct HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Globalization.HebrewNumber/HS[][] struct HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458 : public RuntimeArray { public: ALIGN_FIELD (8) HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* m_Items[1]; public: inline HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC** 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, HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* 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.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.Globalization.EraInfo[] struct EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A : public RuntimeArray { public: ALIGN_FIELD (8) EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD * m_Items[1]; public: inline EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD ** 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, EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.IO.DirectoryInfo[] struct DirectoryInfoU5BU5D_t3A579358D3EE355E1764A6D707DDCABDC1EB45DC : public RuntimeArray { public: ALIGN_FIELD (8) DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * m_Items[1]; public: inline DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD ** 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, DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.LocalDataStoreElement[] struct LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF : public RuntimeArray { public: ALIGN_FIELD (8) LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * m_Items[1]; public: inline LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 ** 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, LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = value; } }; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // Mono.Globalization.Unicode.TailoringInfo[] struct TailoringInfoU5BU5D_tE558BFC8FBB51482ACC5F18EB713B8AE8B77FB99 : public RuntimeArray { public: ALIGN_FIELD (8) TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * m_Items[1]; public: inline TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A ** 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, TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * 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); } }; // System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionalWeakTable_2__ctor_m8E40E9007C1DDFA6CBFECFEB3DB8B073A935C874_gshared (ConditionalWeakTable_2_tCF100268EF76D0BC19F774221E488BBB4CD4B365 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionalWeakTable_2_Add_m92A993D020EA2EE92A0C05D9AA35E65E043E7805_gshared (ConditionalWeakTable_2_tCF100268EF76D0BC19F774221E488BBB4CD4B365 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConditionalWeakTable_2_TryGetValue_mA862158C8AFAC8C13E7929EBC6C2377B77749884_gshared (ConditionalWeakTable_2_tCF100268EF76D0BC19F774221E488BBB4CD4B365 * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2::Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConditionalWeakTable_2_Remove_m0B765A2BAD7A3874D8B33A87AC105A25764895FB_gshared (ConditionalWeakTable_2_tCF100268EF76D0BC19F774221E488BBB4CD4B365 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.EqualityComparer`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EqualityComparer_1__ctor_mCC456E38AD44BE53056E7BE0B7D6A51C00190B92_gshared (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // T[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* List_1_ToArray_mA737986DE6389E9DD8FA8E3D4E222DE4DA34958D_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mE6BF870B04922441F9F2760E782DEE6EE682615A_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m1B599EE742A00E8D399B43E225AD4C6571FBC8DA_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 Dictionary_2_GetEnumerator_mA44BBB15DFBD8E08B5E60E23AA5044D45C3F889F_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 Enumerator_get_Current_m17E1C36ECBB09CC2AB892710866F8655D83A6048_gshared_inline (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m622223593F7461E7812C581DDB145270016ED303_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mCAD84084129516BD41DE5CC3E1FABA5A8DF836D0_gshared (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m85CA135BAB22C9F0C87C84AB90FF6740D1859279_gshared (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m753F7B4281CC4D02C07AE90726F51EF34B588DF7_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m830DC29CD6F7128D4990D460CCCDE032E3B693D9_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // TValue System.Collections.Generic.CollectionExtensions::GetValueOrDefault(System.Collections.Generic.IReadOnlyDictionary`2,TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionExtensions_GetValueOrDefault_TisRuntimeObject_TisRuntimeObject_mF083269D3A36D1A58DBE920C3D35E3EAA19A7DDB_gshared (RuntimeObject* ___dictionary0, RuntimeObject * ___key1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m32325BAD86F31C471AEBE80C6A7A8A6908EB0611_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // T System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, 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.Void System.Collections.Generic.List`1::Sort(System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Sort_mE77C107ECF54AE2B83D6CA1BEFE9D5B45F69D332_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method); // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparison_1__ctor_mDE1798563694D30022D3B7E1010347C573690B4A_gshared (Comparison_1_tB56E8E7C2BF431D44E8EBD15EA3E6F41AAFF03D2 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Sort_m5EB3F127CD42F1ACA97F4DB8754C49F23B64D750_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, Comparison_1_tB56E8E7C2BF431D44E8EBD15EA3E6F41AAFF03D2 * ___comparison0, 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 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.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.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C (RuntimeArray * __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.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.Runtime.CompilerServices.ConditionalWeakTable`2::.ctor() inline void ConditionalWeakTable_2__ctor_m4E9A3E794074C7801BA8618838015103F6BEDE2E (ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * __this, const RuntimeMethod* method) { (( void (*) (ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E *, const RuntimeMethod*))ConditionalWeakTable_2__ctor_m8E40E9007C1DDFA6CBFECFEB3DB8B073A935C874_gshared)(__this, 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.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Collections.HashHelpers::IsPrime(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashHelpers_IsPrime_m771A2E89205BC72625BF9783141B856A6A0F5F30 (int32_t ___candidate0, const RuntimeMethod* method); // System.Int32 System.Collections.HashHelpers::GetPrime(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashHelpers_GetPrime_m011AA1E1C23994FC160C25F3AD051749CA8BA48F (int32_t ___min0, 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.Collections.Hashtable::.ctor(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m7F415CD6FA824627DE1070782F5A8C790B66C048 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, int32_t ___capacity0, float ___loadFactor1, 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.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.Collections.CompatibleComparer::.ctor(System.Collections.IComparer,System.Collections.IHashCodeProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompatibleComparer__ctor_mC331722EEF22ABFD3486E957E478E49F1190AC60 (CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929 * __this, RuntimeObject* ___comparer0, RuntimeObject* ___hashCodeProvider1, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Single,System.Collections.IHashCodeProvider,System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_mAF4544B7AAF6164DCF4034D0960EE651EBC42893 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, int32_t ___capacity0, float ___loadFactor1, RuntimeObject* ___hcp2, RuntimeObject* ___comparer3, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Single,System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m0BEA906F1C880AC88A0BAD5931C8A93382D9D8A0 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, int32_t ___capacity0, float ___loadFactor1, RuntimeObject* ___equalityComparer2, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConditionalWeakTable`2 System.Collections.HashHelpers::get_SerializationInfoTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * HashHelpers_get_SerializationInfoTable_mA9F1FCEE9A32DDF7A85038F7EDB5660761EB12A9 (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2::Add(TKey,TValue) inline void ConditionalWeakTable_2_Add_mF91BF6A515300AB082CBB3A7794B9367B10A47B6 (ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * __this, RuntimeObject * ___key0, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___value1, const RuntimeMethod* method) { (( void (*) (ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E *, RuntimeObject *, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *, const RuntimeMethod*))ConditionalWeakTable_2_Add_m92A993D020EA2EE92A0C05D9AA35E65E043E7805_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Hashtable::Insert(System.Object,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_Insert_m3E4BC7896AD77D4F2F47496934E3E55115624942 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeObject * ___key0, RuntimeObject * ___nvalue1, bool ___add2, const RuntimeMethod* method); // System.Void System.Threading.Thread::BeginCriticalRegion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_BeginCriticalRegion_m919E28BF2E8A2887323D51737DCFD902E301C656 (const RuntimeMethod* method); // System.Void System.Collections.Hashtable::UpdateVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_UpdateVersion_mAF8DACB9B82B538B70EC4DCF90B3747A696432AE (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method); // System.Void System.Threading.Thread::EndCriticalRegion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_EndCriticalRegion_m61AA3547233ADB3CD128FBB1962664C2AE3F5F88 (const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m08A6EF344F497A176BD48FDB33FFEFBEAC70C87C (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, int32_t ___capacity0, RuntimeObject* ___equalityComparer1, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.UInt32 System.Collections.Hashtable::InitHash(System.Object,System.Int32,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Hashtable_InitHash_mA5CC4784C6FD9E5611E671F745A75E92442858E8 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeObject * ___key0, int32_t ___hashsize1, uint32_t* ___seed2, uint32_t* ___incr3, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455 (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.Collections.DictionaryEntry::.ctor(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DictionaryEntry__ctor_mF383FECC02E6A6FA003D609E63697A9FC010BCB4 (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Int32 System.Array::get_Rank() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0 (RuntimeArray * __this, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::CopyEntries(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_CopyEntries_mB4871BD66D91BA03CF7B935701D4DC2DC36F285B (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method); // System.Void System.Collections.KeyValuePairs::.ctor(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePairs__ctor_m73896CD02F6426318A8EE3A405CB8BF4D916438A (KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Threading.Thread::Sleep(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_Sleep_m8E61FC80BD38981CB18CA549909710790283DDCC (int32_t ___millisecondsTimeout0, const RuntimeMethod* method); // System.Int32 System.Collections.HashHelpers::ExpandPrime(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashHelpers_ExpandPrime_mDF4B4A0DAAC129E5414698CBFF3100D4007E765C (int32_t ___oldSize0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::rehash(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_rehash_m268A3BAF8DEF094F09397758B6746E1B6745950F (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, int32_t ___newsize0, bool ___forceNewHashCode1, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::putEntry(System.Collections.Hashtable/bucket[],System.Object,System.Object,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_putEntry_mB7326ECA2B72EAFA3EC5EC91F49D5C8578C1AAFA (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* ___newBuckets0, RuntimeObject * ___key1, RuntimeObject * ___nvalue2, int32_t ___hashcode3, const RuntimeMethod* method); // System.Void System.Collections.Hashtable/HashtableEnumerator::.ctor(System.Collections.Hashtable,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashtableEnumerator__ctor_m71DA7F2E6FED75758CE0EA9656023D8A6F871B2A (HashtableEnumerator_tE0C1E58CD53485371C1A23E5120E89BC93D97FDF * __this, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___hashtable0, int32_t ___getObjRetType1, const RuntimeMethod* method); // System.Void System.Collections.Hashtable/KeyCollection::.ctor(System.Collections.Hashtable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection__ctor_m1BB5D1BABF8743664A388E3AC8E03FCA9DC4814D (KeyCollection_tD156AF123B81AE9183976AA8743E5D6B30030CCE * __this, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___hashtable0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::expand() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_expand_m6808EE735BA5699CD6B24AF9BB18B690F500A0DC (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::rehash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_rehash_mE6694CE547C869FBC66B60B044586813218DDBF7 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable/SyncHashtable::.ctor(System.Collections.Hashtable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyncHashtable__ctor_m0BD836D3C8589B42D06CA7FF37E740B7B65DBFB4 (SyncHashtable_t4F35FE38FB79C9F4C1F667D9DDD9836FA283841C * __this, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___table0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.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); // 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); // 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.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.Collections.IComparer System.Collections.CompatibleComparer::get_Comparer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_Comparer_m84C1E14B42C38BF539D84F77666360E617C66EF6_inline (CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929 * __this, const RuntimeMethod* method); // System.Collections.IHashCodeProvider System.Collections.CompatibleComparer::get_HashCodeProvider() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_HashCodeProvider_mF2F49E3ECDBE4720F11818002229D4CDF124975B_inline (CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929 * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::CopyKeys(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_CopyKeys_m9F1168118A0CF7753C41C514AD787BCA0A2A79D2 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::CopyValues(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_CopyValues_m1DAC1D3FF14710C2117E74E4D1C5B106BE329D27 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, 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.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2::TryGetValue(TKey,TValue&) inline bool ConditionalWeakTable_2_TryGetValue_mEF885DA19B41F4A1F481078F276C7F4F8A095063 (ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * __this, RuntimeObject * ___key0, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E *, RuntimeObject *, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 **, const RuntimeMethod*))ConditionalWeakTable_2_TryGetValue_mA862158C8AFAC8C13E7929EBC6C2377B77749884_gshared)(__this, ___key0, ___value1, 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.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.UInt32 ::ComputeStringHash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_mB93B5E37F36C3B39E066B11F88014D2A69612967 (String_t* ___s0, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.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); // 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); // 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.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m661034C94476113FEB5A3C98A5EA9456ACFA2E9F (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2::Remove(TKey) inline bool ConditionalWeakTable_2_Remove_m311B542E354997FD9AF99516C911AD0408A51B5A (ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { return (( bool (*) (ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E *, RuntimeObject *, const RuntimeMethod*))ConditionalWeakTable_2_Remove_m0B765A2BAD7A3874D8B33A87AC105A25764895FB_gshared)(__this, ___key0, method); } // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Insert(System.Int32,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Insert_m61BB1B6FAF08B662E8D676B844A88AD7C6B0749B (StringBuilder_t * __this, int32_t ___index0, Il2CppChar ___value1, const RuntimeMethod* method); // System.Void System.Globalization.HebrewNumber/HebrewValue::.ctor(System.Globalization.HebrewNumber/HebrewToken,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * __this, int32_t ___token0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Globalization.HebrewNumberParsingContext::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HebrewNumberParsingContext__ctor_m4F52B2C5C1266967D90DB2B80088BF65111E9937 (HebrewNumberParsingContext_tEC0DF1BCF433A972F49ECAC68A9DA7B19259475D * __this, int32_t ___result0, const RuntimeMethod* method); // System.Void System.Globalization.Calendar::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Calendar__ctor_m47E3F85BE41EAA1FB9D82DA56647EF6481CF6EAD (Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * __this, const RuntimeMethod* method); // System.Int64 System.Globalization.HijriCalendar::DaysUpToHijriYear(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t HijriCalendar_DaysUpToHijriYear_m6E0B73BF17837ED8DD4439801B13CD2FAEFB027E (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, int32_t ___HijriYear0, const RuntimeMethod* method); // System.Int32 System.Globalization.HijriCalendar::get_HijriAdjustment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HijriCalendar_get_HijriAdjustment_m6218AC36654C3AFA19F18B7715003C5320C55B08 (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, const RuntimeMethod* method); // System.Int32 System.Globalization.HijriCalendar::GetAdvanceHijriDate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HijriCalendar_GetAdvanceHijriDate_m99DF79919B5BC5A32D21F216808A3728731E0A40 (const RuntimeMethod* method); // System.Int64 System.DateTime::get_Ticks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method); // System.String System.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.Globalization.HijriCalendar::CheckEraRange(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HijriCalendar_CheckEraRange_m9BA6402DBB67F799514DC186E304EE653C9956C4 (int32_t ___era0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB (const RuntimeMethod* method); // System.Void System.Globalization.HijriCalendar::CheckYearRange(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HijriCalendar_CheckYearRange_mDCFCDAD937BA86328127F4B5A153B48604CBCFFF (int32_t ___year0, int32_t ___era1, const RuntimeMethod* method); // System.Void System.Globalization.HijriCalendar::CheckTicksRange(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HijriCalendar_CheckTicksRange_m2D1B18699664C2C21AC0F985BD6731A8B3DEC395 (int64_t ___ticks0, const RuntimeMethod* method); // System.Void System.Globalization.HijriCalendar::CheckYearMonthRange(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HijriCalendar_CheckYearMonthRange_mD604BE94636B81AD1A4C8D1B3ADE34F443884348 (int32_t ___year0, int32_t ___month1, int32_t ___era2, const RuntimeMethod* method); // System.Int64 System.Globalization.HijriCalendar::GetAbsoluteDateHijri(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t HijriCalendar_GetAbsoluteDateHijri_mD905AB8CB21595A301E458C42C7755C2B5F386CB (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, int32_t ___y0, int32_t ___m1, int32_t ___d2, const RuntimeMethod* method); // System.Int64 System.Globalization.Calendar::TimeToTicks(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Calendar_TimeToTicks_m64548D6C98C4C4409B49C763AE9817AB5685AEDC (int32_t ___hour0, int32_t ___minute1, int32_t ___second2, int32_t ___millisecond3, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m14D7C60472AE477F824F8BEE8830C5F5D4FCA16A (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, int64_t ___ticks0, const RuntimeMethod* method); // System.Int32 System.Globalization.Calendar::GetSystemTwoDigitYearSetting(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Calendar_GetSystemTwoDigitYearSetting_mF12E6A472DAC24009E72B4B95CF451F80CCB1CD8 (int32_t ___CalID0, int32_t ___defaultYearValue1, const RuntimeMethod* method); // System.Int32 System.Globalization.Calendar::ToFourDigitYear(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Calendar_ToFourDigitYear_m24F56E3C6245FA4317A17078D97AE59ADAF5C81B (Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * __this, int32_t ___year0, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, 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::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.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.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.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::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteString_m4AFDF546F2E4ACD380A4340DE93A4338DE36F7E8 (__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.IOUtil::WriteStringWithCode(System.String,System.Runtime.Serialization.Formatters.Binary.__BinaryWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOUtil_WriteStringWithCode_mAA597723CEF044E3C26B5BD37E1BAE61FB53BC77 (String_t* ___value0, __BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694 * ___sout1, const RuntimeMethod* method); // System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.Converter::ToCode(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Converter_ToCode_m4BF69F8435A4FED7BA4FB1C415A2DF455C98C4F5 (Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteValue(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __BinaryWriter_WriteValue_m892C716E13D53063830CEDFC219A63D7FE11AD8A (__BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694 * __this, int32_t ___code0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Contexts.DynamicPropertyCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicPropertyCollection__ctor_m1C6E38800C4A66C1BF8EE56B8AEBFADE2744FE42 (DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Contexts.DynamicPropertyCollection::get_HasProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DynamicPropertyCollection_get_HasProperties_mFA66AA2882D623D93BD663DCD1070843B22E0267 (DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Contexts.DynamicPropertyCollection::NotifyMessage(System.Boolean,System.Runtime.Remoting.Messaging.IMessage,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicPropertyCollection_NotifyMessage_mE0CF762325C71033A2A01B25806FD61821BC6A7F (DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * __this, bool ___start0, RuntimeObject* ___msg1, bool ___client_site2, bool ___async3, const RuntimeMethod* method); // System.Void System.Globalization.Punycode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Punycode__ctor_m965E836EB1203F1D4063A2A022D472FC84985EAC (Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513 * __this, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.String System.Globalization.IdnMapping::GetAscii(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IdnMapping_GetAscii_m6327AA95FE9582D9CC218DA86E8159240F57266D (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___unicode0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.String System.Globalization.IdnMapping::Convert(System.String,System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IdnMapping_Convert_mA22246CEDC091E62B67054A41DA3F173C4FA4ACF (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___input0, int32_t ___index1, int32_t ___count2, bool ___toAscii3, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.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.String System.String::ToLower(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m31AAE50F084C9F7ECE9201944F237D2310C79235 (String_t* __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___separator0, const RuntimeMethod* method); // System.String System.Globalization.IdnMapping::ToAscii(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IdnMapping_ToAscii_mF8B2E73CD2A930AA4BBD43130FFE8FBEB6EDAC86 (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method); // System.String System.Globalization.IdnMapping::ToUnicode(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IdnMapping_ToUnicode_mFE4FB4EFCF830552B1CBF43C5A3267519C6EECB9 (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method); // System.String System.String::Join(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m8846EB11F0A221BDE237DE041D17764B36065404 (String_t* ___separator0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___value1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17 (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.String System.Globalization.IdnMapping::NamePrep(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IdnMapping_NamePrep_mF89B03D2D665A5FB78292972B8E891F6291BFDCB (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method); // System.Void System.Globalization.IdnMapping::VerifyStd3AsciiRules(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IdnMapping_VerifyStd3AsciiRules_mB9864F794DDD18235CF73870D739F96F5C5625EE (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mEA750A0572C706249CDD826681741B7DD733381E (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.String System.Globalization.Bootstring::Encode(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Bootstring_Encode_mB7577C8F0BC7E4055A6118755D30B84D87151A7C (Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882 * __this, String_t* ___s0, int32_t ___offset1, 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.Globalization.IdnMapping::VerifyLength(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IdnMapping_VerifyLength_m5573D7ADF41F0D69609BF4F15A1BC0C864311104 (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method); // System.String System.String::Normalize(System.Text.NormalizationForm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Normalize_m8CD42072C9F7B418990609EB63C5F7E1328321A9 (String_t* __this, int32_t ___normalizationForm0, const RuntimeMethod* method); // System.Void System.Globalization.IdnMapping::VerifyProhibitedCharacters(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IdnMapping_VerifyProhibitedCharacters_mF243B333B04875F49C25065412405C60C14424AE (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method); // System.Globalization.UnicodeCategory System.Char::GetUnicodeCategory(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Char_GetUnicodeCategory_mB8BD13766FB2401A713B056084ACA5C348340475 (String_t* ___s0, int32_t ___index1, const RuntimeMethod* method); // System.String System.Globalization.IdnMapping::GetUnicode(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IdnMapping_GetUnicode_m32607C99B66191D81847666D81095EAD764CD991 (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___ascii0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.String System.Globalization.Bootstring::Decode(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Bootstring_Decode_mC77D3DC475C290D4B225EF0898551E71AA57B037 (Bootstring_t39E09D4C4B98FECD2C042751FA27A6FA98BB3882 * __this, String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.IllogicalCallContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IllogicalCallContext__ctor_m1A2C4D2D42F900F11CF9923005FAC726A0A5C431 (IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * __this, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.Messaging.IllogicalCallContext::get_HostContext() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * IllogicalCallContext_get_HostContext_m407F916CDAC9170270FCFEF12B24DD08C21356D1_inline (IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.IllogicalCallContext::set_HostContext(System.Object) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IllogicalCallContext_set_HostContext_m460C811D44BB0CE1C3311209784F9991420CA91A_inline (IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Messaging.IllogicalCallContext::get_HasUserData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IllogicalCallContext_get_HasUserData_mE4E3235A45CE57F8BB449F56B264C0F77AED9879 (IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * __this, const RuntimeMethod* method); // System.Collections.Hashtable System.Runtime.Remoting.Messaging.IllogicalCallContext::get_Datastore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * IllogicalCallContext_get_Datastore_m206830984617089D060B459D4326519D96131350 (IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * __this, const RuntimeMethod* method); // System.Int32 System.Int16::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_CompareTo_m7A262AEC57B62F55D7F95B8762E070C5EF0B3B09 (int16_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Int32 System.Int16::CompareTo(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_CompareTo_mDE012C6180AC4D708F8AE2EA0247096A5BE42D78 (int16_t* __this, int16_t ___value0, const RuntimeMethod* method); // System.Boolean System.Int16::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int16_Equals_m4DB4DE7F23027F38AAC797B0239307708BB66951 (int16_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Int16::Equals(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int16_Equals_m98596B987250D30386971BC5FB6AC20AD6E083CE (int16_t* __this, int16_t ___obj0, const RuntimeMethod* method); // System.Int32 System.Int16::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_GetHashCode_mCCD5F5D3FA39F1440EFA137D27161B7509A65945 (int16_t* __this, const RuntimeMethod* method); // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_CurrentInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * NumberFormatInfo_get_CurrentInfo_m604B9BFDE58530F94955E0EF1A523D37EA87DF02 (const RuntimeMethod* method); // System.String System.Number::FormatInt32(System.Int32,System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatInt32_mB25A4FE32FC8EA81F3005FF03607E2BCD75EDE54 (int32_t ___value0, String_t* ___format1, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___info2, const RuntimeMethod* method); // System.String System.Int16::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m8CF4F76507EFEA86FE5984D7572DC66E44C20022 (int16_t* __this, const RuntimeMethod* method); // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::GetInstance(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * NumberFormatInfo_GetInstance_mE5108A48B8BFDB2158C05951FACC08AFB09FDDBB (RuntimeObject* ___formatProvider0, const RuntimeMethod* method); // System.String System.Int16::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m0BE9A7A06452B986671BBC35BB1F92C963F71FFE (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.Int16::ToString(System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m03429542693316496C4189FB37EF4F2F230823AF (int16_t* __this, String_t* ___format0, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___info1, const RuntimeMethod* method); // System.String System.Int16::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m1388D477B5BC62BDDDBE9139D9629A15D78F8AFC (int16_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.Number::FormatUInt32(System.UInt32,System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatUInt32_m9F1AADB85C4AA9B92ADB5A9C0AE2EB20BF9E0104 (uint32_t ___value0, String_t* ___format1, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___info2, const RuntimeMethod* method); // System.Int16 System.Int16::Parse(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int16_Parse_m3D05051BD7AEBADEB5B60D7A646A690BC0BDF96C (String_t* ___s0, int32_t ___style1, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___info2, const RuntimeMethod* method); // System.Void System.Globalization.NumberFormatInfo::ValidateParseStyleInteger(System.Globalization.NumberStyles) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatInfo_ValidateParseStyleInteger_m2F6A102AFBCE26335E7C07F94750C873F10D55A7 (int32_t ___style0, const RuntimeMethod* method); // System.Int32 System.Number::ParseInt32(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Number_ParseInt32_m67FA76779A3883D6D300D36BB6A3A6F4FFEC3CE3 (String_t* ___s0, int32_t ___style1, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___info2, const RuntimeMethod* method); // System.Void System.OverflowException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m62DFEF0935D57F14700A3C14A56C84D1D1D53A14 (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.OverflowException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * __this, String_t* ___message0, const RuntimeMethod* method); // System.TypeCode System.Int16::GetTypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_GetTypeCode_mDAF898C632998B9210B1ABD5BFCA0D181A42241F (int16_t* __this, const RuntimeMethod* method); // System.Boolean System.Convert::ToBoolean(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m0C6564A6EB44200BFD9013F6CE4C9E3AE4ECF898 (int16_t ___value0, const RuntimeMethod* method); // System.Boolean System.Int16::System.IConvertible.ToBoolean(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int16_System_IConvertible_ToBoolean_m8011C0AB0DBB969AC1471B1435505CE3AF887650 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Char System.Convert::ToChar(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m08276F48AF6A73790B7A756200CED7905234CE79 (int16_t ___value0, const RuntimeMethod* method); // System.Char System.Int16::System.IConvertible.ToChar(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Int16_System_IConvertible_ToChar_mB30BEBF8FE8E63B478618FBBD06AF43A8B194950 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m7C156A01E3FD6C30204EC72E0C81F5CFBF0D7907 (int16_t ___value0, const RuntimeMethod* method); // System.SByte System.Int16::System.IConvertible.ToSByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Int16_System_IConvertible_ToSByte_m923815000F1640CCADE51C06B715AFCFA76EC2F8 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m25BA53DEBD19714094CF2263CC1C46043964FFF1 (int16_t ___value0, const RuntimeMethod* method); // System.Byte System.Int16::System.IConvertible.ToByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Int16_System_IConvertible_ToByte_m0E74BCBCFA4D75E8FB13A2C257D10F18A96ED5F4 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int16 System.Int16::System.IConvertible.ToInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int16_System_IConvertible_ToInt16_m05114DE6B191C504FBFFC9D595865CF551751D45 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m4B96EF800076AAD5E03397AF65B91C316E117175 (int16_t ___value0, const RuntimeMethod* method); // System.UInt16 System.Int16::System.IConvertible.ToUInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Int16_System_IConvertible_ToUInt16_mE43A66ECABFF33A3471DF2B7DFCB4C2E8488C5B8 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1E275A2122DD929BC92E25F5E0B72355EA6378DE (int16_t ___value0, const RuntimeMethod* method); // System.Int32 System.Int16::System.IConvertible.ToInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_System_IConvertible_ToInt32_m1FD089282F21498CEF9EA2D367479CBD23980C67 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m65BD345D89128BCD42A6E1A9A278F6BDBCF4778B (int16_t ___value0, const RuntimeMethod* method); // System.UInt32 System.Int16::System.IConvertible.ToUInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Int16_System_IConvertible_ToUInt32_m54D61D94009F47A80F433489EBD864D30936DD59 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m9C088DEA082E7D831755DF021D0F722E392308A8 (int16_t ___value0, const RuntimeMethod* method); // System.Int64 System.Int16::System.IConvertible.ToInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int16_System_IConvertible_ToInt64_mF9BDC82C8A57A7CA671E8CCF9E6D3793743B91EE (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m2B43CF23CCEC442E274896624C1BDF2A402EE02F (int16_t ___value0, const RuntimeMethod* method); // System.UInt64 System.Int16::System.IConvertible.ToUInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Int16_System_IConvertible_ToUInt64_m6D56318016AAC83C6066DB4080E126DBEE6EFF98 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_m449DB19FA9588A4505B47B8E48D270E4CE30895E (int16_t ___value0, const RuntimeMethod* method); // System.Single System.Int16::System.IConvertible.ToSingle(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Int16_System_IConvertible_ToSingle_mB075924B227EDEA1C9FDD19AC13DADF9DF02CD8E (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_mE2636BF45FAF05291B0E62537117B0EB26A5C551 (int16_t ___value0, const RuntimeMethod* method); // System.Double System.Int16::System.IConvertible.ToDouble(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Int16_System_IConvertible_ToDouble_m729B7A60F7B8FDB5EF7F88E8491A9597A9634D01 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Convert_ToDecimal_mAABA31B0C9A23A9FAF29254523C3F75C0B99C87A (int16_t ___value0, const RuntimeMethod* method); // System.Decimal System.Int16::System.IConvertible.ToDecimal(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Int16_System_IConvertible_ToDecimal_m0EA38BCB65B80C840A5716C9771DE9B71A613B1C (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Void System.InvalidCastException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3 (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * __this, String_t* ___message0, const RuntimeMethod* method); // System.DateTime System.Int16::System.IConvertible.ToDateTime(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Int16_System_IConvertible_ToDateTime_mA6AC86E85E528FAAA96632CA0F4729790FA222BA (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Object System.Convert::DefaultToType(System.IConvertible,System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Convert_DefaultToType_m49730E740820DF7AA76C18ACF700FA3635AFBC33 (RuntimeObject* ___value0, Type_t * ___targetType1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Object System.Int16::System.IConvertible.ToType(System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Int16_System_IConvertible_ToType_m0FD025B80D0EBEBC4EBF92112EA0B5004186D0A9 (int16_t* __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int32 System.Int32::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_m2DA5D2E627525862D6B09D4869918D2A3C3EA046 (int32_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Int32 System.Int32::CompareTo(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_m2DD1093B956B4D96C3AC3C27FDEE3CA447B044D3 (int32_t* __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Int32::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_Equals_m5F032BFC65C340C98050D3DF2D76101914774464 (int32_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Int32::Equals(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_Equals_mA73E9B3A01B9B9151C262C1E1A56C6AB4891A5E4 (int32_t* __this, int32_t ___obj0, const RuntimeMethod* method); // System.Int32 System.Int32::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667 (int32_t* __this, const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m5398ED0B6625B75CAF70C63B3CF2CE47D3C1B184 (int32_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.Int32::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8 (int32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.TypeCode System.Int32::GetTypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetTypeCode_mA50E116E700957D50C56CBCCFF6EE8F2F6B6FE1C (int32_t* __this, const RuntimeMethod* method); // System.Boolean System.Convert::ToBoolean(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m85FE22B779E69576B3251DEC1E27BC8004485288 (int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Int32::System.IConvertible.ToBoolean(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_System_IConvertible_ToBoolean_m101F436183C808C14B2941E95DE0FF97F0ED5B92 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Char System.Convert::ToChar(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m84E3CF47987D8B6F2D889D957CBFB5FD55F3DAEC (int32_t ___value0, const RuntimeMethod* method); // System.Char System.Int32::System.IConvertible.ToChar(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Int32_System_IConvertible_ToChar_mFB998CD1506995E55B732100022C66C5461B1D14 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m51258423AD29E21302EF937934744AFEAEAEA1F0 (int32_t ___value0, const RuntimeMethod* method); // System.SByte System.Int32::System.IConvertible.ToSByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Int32_System_IConvertible_ToSByte_mD6220B0F94605C2900CFBE698D4E84662F1A49CC (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m63C698D88485EB4CAACA12EDFA17B0F894B2A66C (int32_t ___value0, const RuntimeMethod* method); // System.Byte System.Int32::System.IConvertible.ToByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Int32_System_IConvertible_ToByte_mF20DC676FA2B16FA587B48C46126FF3A510FC2FE (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m541B626F2506C13399245670B33C0387F4C92241 (int32_t ___value0, const RuntimeMethod* method); // System.Int16 System.Int32::System.IConvertible.ToInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int32_System_IConvertible_ToInt16_m546AEA11867A3FB43C753862D37C5E5D903A998A (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_mD29FE8C80080BE4F1D7FA65A7589B9368150B3DC (int32_t ___value0, const RuntimeMethod* method); // System.UInt16 System.Int32::System.IConvertible.ToUInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Int32_System_IConvertible_ToUInt16_m4F02D84F201B3DD4F14E0DB290FFDF6484186C1D (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Int32::System.IConvertible.ToInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_System_IConvertible_ToInt32_mE2601EFC8AD93B28047BED17173252D047C88EA8 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mA38C43C03B8030EFE234825FC0D23E8B081089C9 (int32_t ___value0, const RuntimeMethod* method); // System.UInt32 System.Int32::System.IConvertible.ToUInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Int32_System_IConvertible_ToUInt32_m32F7902EB35E916E5066F4F8F2A62C9EE4625F61 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_mB05B99FB500FD4129E7616031A2405404524A074 (int32_t ___value0, const RuntimeMethod* method); // System.Int64 System.Int32::System.IConvertible.ToInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int32_System_IConvertible_ToInt64_m8D333A53E7A5D76D06626647D5C323E3D7DEAF7F (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m4E6CFEBFC620FD3705A52853CDAECC5F6AB5423F (int32_t ___value0, const RuntimeMethod* method); // System.UInt64 System.Int32::System.IConvertible.ToUInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Int32_System_IConvertible_ToUInt64_m624D1F3CF0A12FE5BA34183B454C4E87C4CA92F8 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_m370686073463D041429EEBF663C144744BE79668 (int32_t ___value0, const RuntimeMethod* method); // System.Single System.Int32::System.IConvertible.ToSingle(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Int32_System_IConvertible_ToSingle_mA4658FD9FC83A12B7A9F9D5C3663354BA768D12B (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m71955B1BEF239B4ECC8868252DA082A38FD1E125 (int32_t ___value0, const RuntimeMethod* method); // System.Double System.Int32::System.IConvertible.ToDouble(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Int32_System_IConvertible_ToDouble_mBE6FF400E38A132D26CA5C073F5DF78446C0FED1 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Convert_ToDecimal_m64B0BE186EA2FF0F12B8206331AD9172C5591C18 (int32_t ___value0, const RuntimeMethod* method); // System.Decimal System.Int32::System.IConvertible.ToDecimal(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Int32_System_IConvertible_ToDecimal_mCE85CF5EE3889EAA32B4E738C8186FBD5D2397D9 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.DateTime System.Int32::System.IConvertible.ToDateTime(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Int32_System_IConvertible_ToDateTime_mCADC0A2C092FFB106142FE08E3DCAFB1BCFA0B97 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Object System.Int32::System.IConvertible.ToType(System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Int32_System_IConvertible_ToType_m61897C9CF4CF841B21EB1EF26EB5F42E00709EF4 (int32_t* __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int32 System.Int64::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_CompareTo_m444D360B91A44C5C84F0307E3405455AA3D93AC6 (int64_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Int32 System.Int64::CompareTo(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_CompareTo_m279CC69D4B5B5F32B648DD217FCA3F727BB9EA51 (int64_t* __this, int64_t ___value0, const RuntimeMethod* method); // System.Boolean System.Int64::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_Equals_mC18135DDDDB24F76EA97EFF3E83F8F63DCEB0C2C (int64_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Int64::Equals(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_Equals_m22F1F9E00328D15F2EF44D9A82F185C9A8D0A697 (int64_t* __this, int64_t ___obj0, const RuntimeMethod* method); // System.Int32 System.Int64::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_GetHashCode_mF049F7E1956554FB36DA6671F55BE2CAA4937CC5 (int64_t* __this, const RuntimeMethod* method); // System.String System.Number::FormatInt64(System.Int64,System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatInt64_mEED309B1A625B7BE2EACACEEF0D33E99DD4E3526 (int64_t ___value0, String_t* ___format1, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___info2, const RuntimeMethod* method); // System.String System.Int64::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F (int64_t* __this, const RuntimeMethod* method); // System.String System.Int64::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m1D712B17D4BDBE43D1E12EA52885C5D345C1CFA2 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.Int64::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m7D336E8DDEB43FC06A3AEE62072C899CBD0012AE (int64_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int64 System.Number::ParseInt64(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Number_ParseInt64_m62B43EBE538CE1FBD9FFBD260DC052BD75EAF6C7 (String_t* ___value0, int32_t ___options1, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numfmt2, const RuntimeMethod* method); // System.Boolean System.Number::TryParseInt64(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseInt64_m637C2D3003C93EC92E1EA47861018577BC20E061 (String_t* ___s0, int32_t ___style1, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___info2, int64_t* ___result3, const RuntimeMethod* method); // System.TypeCode System.Int64::GetTypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_GetTypeCode_m16959CC49FD42E344D68071569B5E0AEC9A697FB (int64_t* __this, const RuntimeMethod* method); // System.Boolean System.Convert::ToBoolean(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_mBD5AB315C92C963A45446D798BE2B5B70496E31A (int64_t ___value0, const RuntimeMethod* method); // System.Boolean System.Int64::System.IConvertible.ToBoolean(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_System_IConvertible_ToBoolean_mD9A39B562457CCC365995E0213342C0F0EF8EDC6 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Char System.Convert::ToChar(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_mF31AAE59CB3C6C18373510193013FECFF2717F7A (int64_t ___value0, const RuntimeMethod* method); // System.Char System.Int64::System.IConvertible.ToChar(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Int64_System_IConvertible_ToChar_m097E0308BF063CEF3193BFB4C2BFCDC7138BEEA7 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m3BDEE233C58384D6DC9CAB41CAC23A2332107DAD (int64_t ___value0, const RuntimeMethod* method); // System.SByte System.Int64::System.IConvertible.ToSByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Int64_System_IConvertible_ToSByte_m6DB226CE8EA16157E428164D365AE05303EEEC27 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mA6F83194A5B789A122668505E46060C10E989A55 (int64_t ___value0, const RuntimeMethod* method); // System.Byte System.Int64::System.IConvertible.ToByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Int64_System_IConvertible_ToByte_m314323B8189FB3F2DA8464CF4F5F5E137B615C2E (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_mD1108E28932CF7111619136175426185C84ABDB1 (int64_t ___value0, const RuntimeMethod* method); // System.Int16 System.Int64::System.IConvertible.ToInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int64_System_IConvertible_ToInt16_mC2B46F79D29BEDE260B7E90BA44720CA926C63B6 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m1345102C341244915FECC94DE502932CFD1B4083 (int64_t ___value0, const RuntimeMethod* method); // System.UInt16 System.Int64::System.IConvertible.ToUInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Int64_System_IConvertible_ToUInt16_m3E36DCF20D4B1B99554BA57C2437503A23879EFB (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m982F21DF492399F7089168CAA31C8E4A125AD404 (int64_t ___value0, const RuntimeMethod* method); // System.Int32 System.Int64::System.IConvertible.ToInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_System_IConvertible_ToInt32_m6C0D3C28A7C76B397FC9680C093D02046840F661 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mD97A8501E8D2A539ADBD77E91629BADE142746E7 (int64_t ___value0, const RuntimeMethod* method); // System.UInt32 System.Int64::System.IConvertible.ToUInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Int64_System_IConvertible_ToUInt32_m366E6C5025FC150F6B0E800890D655D582C0DC20 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int64 System.Int64::System.IConvertible.ToInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int64_System_IConvertible_ToInt64_m9F942146E4510EBFB85758F6C92FA1ACDBD2A472 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m865589CA109CD4AA7779AB1A687ADDB5A5D3F9FA (int64_t ___value0, const RuntimeMethod* method); // System.UInt64 System.Int64::System.IConvertible.ToUInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Int64_System_IConvertible_ToUInt64_mD0A66DE9A57C277FB9919A604BDEC6668E6AC6B9 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_mEC16D8EE5C61B011BA292D574FC18CE83E3A9969 (int64_t ___value0, const RuntimeMethod* method); // System.Single System.Int64::System.IConvertible.ToSingle(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Int64_System_IConvertible_ToSingle_m648FEC2A6C4C4B84B1DF2EE2E3770F2EFD3AFD1E (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m4F9E4D6DC737281EDCBF8F25B62CE8CF62CC1F04 (int64_t ___value0, const RuntimeMethod* method); // System.Double System.Int64::System.IConvertible.ToDouble(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Int64_System_IConvertible_ToDouble_mA238A85D655CB5D380F26F92FF49E63BFB8D5F77 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Convert_ToDecimal_mD1AB43305846AEF87783274EE1B9FDC9A5E86F39 (int64_t ___value0, const RuntimeMethod* method); // System.Decimal System.Int64::System.IConvertible.ToDecimal(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Int64_System_IConvertible_ToDecimal_mDE94E132662FFADD87321326BD9EE3B0343131E3 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.DateTime System.Int64::System.IConvertible.ToDateTime(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Int64_System_IConvertible_ToDateTime_m791B13FF7CCB9C1D824B1F8DD055F54F0809758B (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Object System.Int64::System.IConvertible.ToType(System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Int64_System_IConvertible_ToType_m90F16E5A1662290D1360E52BA07B4E05A2C4DF4D (int64_t* __this, Type_t * ___type0, RuntimeObject* ___provider1, 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.Void System.IntPtr::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntPtr__ctor_m2CDDF5A1715E7BCFDFB6823D7A18339BD8EB0E90 (intptr_t* __this, int64_t ___value0, const RuntimeMethod* method); // System.Void System.IntPtr::.ctor(System.Void*) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method); // System.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); // System.Void System.IntPtr::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntPtr__ctor_m0B0C64AC83CFC26B9DC7CCA26D9C1014F741F467 (intptr_t* __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Int64 System.IntPtr::ToInt64() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t IntPtr_ToInt64_m521F809F5D9ECAF93E808CFFFE45F67620C7879A (intptr_t* __this, const RuntimeMethod* method); // 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); // System.Void System.IntPtr::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntPtr_System_Runtime_Serialization_ISerializable_GetObjectData_mC5E2313415D866C20E7BC1853FC91AD272852FDB (intptr_t* __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Boolean System.IntPtr::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_Equals_m8ABF0A82F61F3B236B11DD4A1E19CEC5CC5A50F0 (intptr_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.IntPtr::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_GetHashCode_m55E65FB52EFE7C0EBC3C28E66A5D7542F3B1D35D (intptr_t* __this, const RuntimeMethod* method); // System.Int32 System.IntPtr::get_Size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_get_Size_mD8038A1C440DE87E685F4D879DC80A6704D9C77B (const RuntimeMethod* method); // System.Void* System.IntPtr::ToPointer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline (intptr_t* __this, const RuntimeMethod* method); // System.String System.IntPtr::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IntPtr_ToString_m7CDFDC84936276E62AB76AA238F7571B54DF90B4 (intptr_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.IntPtr::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IntPtr_ToString_mC499BFB66CB492853717FFACA63599701FC1E91C (intptr_t* __this, 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.Array::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2 (RuntimeArray * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.IntSizedArray::.ctor(System.Runtime.Serialization.Formatters.Binary.IntSizedArray) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntSizedArray__ctor_mEFAA60088FCD373B767980B10BDDEF964EC6E29E (IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A * __this, IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A * ___sizedArray0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.IntSizedArray::IncreaseCapacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntSizedArray_IncreaseCapacity_m109C4F813E35896BCC40B3E70F2DA9269EC1FEC4 (IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void 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.Text.DecoderFallback::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallback__ctor_m748C2C19AD4595C13154F9EEDF89AC2A2C10727E (DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * __this, const RuntimeMethod* method); // System.Void System.Text.InternalDecoderBestFitFallbackBuffer::.ctor(System.Text.InternalDecoderBestFitFallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalDecoderBestFitFallbackBuffer__ctor_m976B2E2E8FE6486A15E2BDA6400905AE6770FFFB (InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F * __this, InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * ___fallback0, const RuntimeMethod* method); // System.Void System.Text.DecoderFallbackBuffer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallbackBuffer__ctor_m4944ABFBCC6CDED8F244EC1E5EA6B1F229C3495C (DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B * __this, const RuntimeMethod* method); // System.Object System.Text.InternalDecoderBestFitFallbackBuffer::get_InternalSyncObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InternalDecoderBestFitFallbackBuffer_get_InternalSyncObject_m247C9F02F8D4DCBEEDE5580AC733D10074CE09BA (const RuntimeMethod* method); // System.Char System.Text.InternalDecoderBestFitFallbackBuffer::TryBestFit(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar InternalDecoderBestFitFallbackBuffer_TryBestFit_mCF52F1BE873B946452EE5015F113008A5EE43A87 (InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytesCheck0, const RuntimeMethod* method); // System.Void System.Text.EncoderFallback::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncoderFallback__ctor_mCE6A0366B947DA2A52698FDA5381C1B6443A6AE1 (EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * __this, const RuntimeMethod* method); // System.Void System.Text.InternalEncoderBestFitFallbackBuffer::.ctor(System.Text.InternalEncoderBestFitFallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEncoderBestFitFallbackBuffer__ctor_m35140B14A4CFFD18D603555B0526241EE5ACC85C (InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B * __this, InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * ___fallback0, const RuntimeMethod* method); // System.Void System.Text.EncoderFallbackBuffer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncoderFallbackBuffer__ctor_m2E6EAE6EDD4F1D72B0641BCD9A9FD42E692876A3 (EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * __this, const RuntimeMethod* method); // System.Object System.Text.InternalEncoderBestFitFallbackBuffer::get_InternalSyncObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InternalEncoderBestFitFallbackBuffer_get_InternalSyncObject_mCF32E3E601066970D6D1C3577CF5DAE390BDD090 (const RuntimeMethod* method); // System.Char System.Text.InternalEncoderBestFitFallbackBuffer::TryBestFit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar InternalEncoderBestFitFallbackBuffer_TryBestFit_m84383B5079954A390733B99C23137A4CEF5E12FF (InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B * __this, Il2CppChar ___cUnknown0, const RuntimeMethod* method); // System.Boolean System.Char::IsHighSurrogate(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsHighSurrogate_m7BECD1C98C902946F069D8936F8A557F1F7DFF01 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Char::IsLowSurrogate(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLowSurrogate_m44FA7AA923FDA925E1D536F3DA0A7E1E049E936E (Il2CppChar ___c0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Metadata.SoapTypeAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapTypeAttribute__ctor_m0ED771486CD3416D173FCDE0F5027A810D6B4656 (SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Metadata.SoapFieldAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapFieldAttribute__ctor_m9D0C01D6CFE7066B16C7E9A6F03CFD3C4CA543F3 (SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Metadata.SoapMethodAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapMethodAttribute__ctor_mC458868D43E60133A829DF3927394ABCF522333D (SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Metadata.SoapParameterAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapParameterAttribute__ctor_mE6C7E2F4F81BCACE78F1F8F5874A5DC8BAC5F386 (SoapParameterAttribute_tCFE170A192E869148403954A6CF168AB40A9AAB3 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.EqualityComparer`1::.ctor() inline void EqualityComparer_1__ctor_m74618204CE41A24AE325650C3E4FE6244A45285E (EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E * __this, const RuntimeMethod* method) { (( void (*) (EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E *, const RuntimeMethod*))EqualityComparer_1__ctor_mCC456E38AD44BE53056E7BE0B7D6A51C00190B92_gshared)(__this, method); } // System.Void System.Threading.InternalThread::Thread_free_internal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalThread_Thread_free_internal_m5F10D0160910A52FBD3F2D21C480868A65CFE32B (InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * __this, 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.ConstrainedExecution.CriticalFinalizerObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CriticalFinalizerObject__ctor_mB2B61C36ED7031FDCD35E835B7FB94CE326F67D9 (CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 * __this, const RuntimeMethod* method); // 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); // System.Void System.ApplicationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationException__ctor_mF8E9704C91C2F1912909448E5BABFE9EC61D4E8F (ApplicationException_t8D709C0445A040467C6A632AD7F742B25AB2A407 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.ApplicationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationException__ctor_m8489B9FF0BD18C5B9F2F17F9122BC1DADBFF3456 (ApplicationException_t8D709C0445A040467C6A632AD7F742B25AB2A407 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080 (Exception_t * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m0CD24092BF55B8EDE25AED989ACADB80298EF917 (Exception_t * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Exception::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m0E9BEC861F6DBED197960E5BA23149543B1D7F5B (Exception_t * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.StateMachineAttribute::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StateMachineAttribute__ctor_mA49E1D792546B569ABCFA6020CEF92A96FC9A53A (StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3 * __this, Type_t * ___stateMachineType0, const RuntimeMethod* method); // System.Globalization.EraInfo[] System.Globalization.JapaneseCalendar::GetErasFromRegistry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* JapaneseCalendar_GetErasFromRegistry_m1D2537098F4AEEE0A4C7210A3FA48DEEBE130E71 (const RuntimeMethod* method); // System.Void System.Globalization.EraInfo::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EraInfo__ctor_m97A16A71802DAB1D8F942DFAF645D30167F429A2 (EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD * __this, int32_t ___era0, int32_t ___startYear1, int32_t ___startMonth2, int32_t ___startDay3, int32_t ___yearOffset4, int32_t ___minEraYear5, int32_t ___maxEraYear6, String_t* ___eraName7, String_t* ___abbrevEraName8, String_t* ___englishEraName9, const RuntimeMethod* method); // System.Void System.Globalization.JapaneseCalendar::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JapaneseCalendar__ctor_mA9DACAB41CDB08D2C4FEE758A6D6F814D262576E (JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 * __this, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m0571D491E0A491EB03A3645B5965511AC0B5DFD7 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, String_t* ___name0, 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.TypeInitializationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeInitializationException__ctor_mC09699699FB8A4F28AADA5C63848ECB3F87E2FB5 (TypeInitializationException_tFBB52C455ED2509387E598E8C0877D464B6EC7B8 * __this, String_t* ___fullTypeName0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Globalization.EraInfo[] System.Globalization.JapaneseCalendar::GetEraInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* JapaneseCalendar_GetEraInfo_m92FDC60ED14F225135757F026007773736DF38D6 (const RuntimeMethod* method); // System.Void System.Globalization.GregorianCalendarHelper::.ctor(System.Globalization.Calendar,System.Globalization.EraInfo[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GregorianCalendarHelper__ctor_mA20BA428607ABCC2B7E0B7589A2727A6D39B4417 (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___cal0, EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* ___eraInfo1, const RuntimeMethod* method); // System.Int32 System.Globalization.GregorianCalendarHelper::GetDaysInMonth(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GregorianCalendarHelper_GetDaysInMonth_m3C3346A69DD4B0340A8843365A8A79019D1FC02C (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, int32_t ___year0, int32_t ___month1, int32_t ___era2, const RuntimeMethod* method); // System.Int32 System.Globalization.GregorianCalendarHelper::GetDaysInYear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GregorianCalendarHelper_GetDaysInYear_m420F069CAEECF1B00DCF044B739F18C8DCB66AAD (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, int32_t ___year0, int32_t ___era1, const RuntimeMethod* method); // System.Int32 System.Globalization.GregorianCalendarHelper::GetDayOfMonth(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GregorianCalendarHelper_GetDayOfMonth_mB84A8BCAC7BFBFCE7FCC495384F0130FCAA564E4 (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method); // System.DayOfWeek System.Globalization.GregorianCalendarHelper::GetDayOfWeek(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GregorianCalendarHelper_GetDayOfWeek_m1BF3F3019DD8C5B77530ED8CC8D3C1C4B3880B73 (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method); // System.Int32 System.Globalization.GregorianCalendarHelper::GetMonthsInYear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GregorianCalendarHelper_GetMonthsInYear_m76A565F51AE3478044D72FD41CEDA3D9317C6E70 (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, int32_t ___year0, int32_t ___era1, const RuntimeMethod* method); // System.Int32 System.Globalization.GregorianCalendarHelper::GetEra(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GregorianCalendarHelper_GetEra_m0835BBC2AD61809E2E0A08C8141504D7BEF646C7 (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method); // System.Int32 System.Globalization.GregorianCalendarHelper::GetMonth(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GregorianCalendarHelper_GetMonth_m64F622A332B13336A741E7D12CE2463E8B686EDE (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method); // System.Int32 System.Globalization.GregorianCalendarHelper::GetYear(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GregorianCalendarHelper_GetYear_m44399F1087967FA42CD6F1D238A9921DBA3627B0 (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method); // System.Boolean System.Globalization.GregorianCalendarHelper::IsLeapYear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GregorianCalendarHelper_IsLeapYear_mED7D5688E213906F25B45C69BEE45F0152121CCB (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, int32_t ___year0, int32_t ___era1, const RuntimeMethod* method); // System.DateTime System.Globalization.GregorianCalendarHelper::ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 GregorianCalendarHelper_ToDateTime_m8856A497F14D31D3F5BB45B9F7090ABE6441C440 (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, int32_t ___era7, const RuntimeMethod* method); // System.Int32 System.Globalization.GregorianCalendarHelper::get_MaxYear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t GregorianCalendarHelper_get_MaxYear_mB6FF38BDEC7038683810833DC97C1B43E654838E_inline (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, const RuntimeMethod* method); // System.Int32[] System.Globalization.GregorianCalendarHelper::get_Eras() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* GregorianCalendarHelper_get_Eras_mAB955309D5D6FF1DF4BE01044E68270E31985849 (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, const RuntimeMethod* method); // System.Boolean System.Globalization.GregorianCalendarHelper::IsValidYear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GregorianCalendarHelper_IsValidYear_m3C89784630B22B41AFA983EF6CD4CC9A127F4BA2 (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, int32_t ___year0, int32_t ___era1, const RuntimeMethod* method); // System.Void Microsoft.Win32.RegistryKeyComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegistryKeyComparer__ctor_m741A684E5DCC9A98C83BB2570354B23151C8891A (RegistryKeyComparer_t76F1E0DB03CDF4EBDC550475175DB5068DA97AD3 * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m112ADCD5297836A75FD5BFB576F7B14174FCC802 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeObject* ___equalityComparer0, const RuntimeMethod* method); // System.Void System.Collections.CaseInsensitiveHashCodeProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaseInsensitiveHashCodeProvider__ctor_m4C2502D5DFE2F58D5BAF2699B820CD07C4F697E0 (CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA * __this, const RuntimeMethod* method); // System.Void System.Collections.CaseInsensitiveComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaseInsensitiveComparer__ctor_m305B7AD77730615623A49F8CB3AB72AC73840946 (CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Collections.IHashCodeProvider,System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m56CD4A49150FB5437F4119FA77DA969492A5D5B9 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeObject* ___hcp0, RuntimeObject* ___comparer1, const RuntimeMethod* method); // System.Void Microsoft.Win32.KeyHandler::CleanVolatileKeys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHandler_CleanVolatileKeys_mE51BDFAFA40919E5789E0B804672D19BDD39E2A0 (const RuntimeMethod* method); // System.Void Microsoft.Win32.KeyHandler::.ctor(Microsoft.Win32.RegistryKey,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHandler__ctor_m15002A9704BD4ECA9774C8010E5178F537471105 (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * __this, RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___rkey0, String_t* ___basedir1, bool ___is_volatile2, const RuntimeMethod* method); // System.String Microsoft.Win32.KeyHandler::GetVolatileDir(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyHandler_GetVolatileDir_mDC52231BF51A3D12E014B3C740454ABAA527EF4D (String_t* ___dir0, const RuntimeMethod* method); // System.Boolean System.IO.Directory::Exists(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Directory_Exists_m17E38B91F6D9A0064D614FF2237BBFC0127468FE (String_t* ___path0, const RuntimeMethod* method); // System.IO.DirectoryInfo System.IO.Directory::CreateDirectory(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * Directory_CreateDirectory_m38040338519C48CE52137CC146372A153D5C6A7A (String_t* ___path0, const RuntimeMethod* method); // 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); // System.String System.IO.Path::Combine(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF (String_t* ___path10, String_t* ___path21, const RuntimeMethod* method); // System.Void Microsoft.Win32.KeyHandler::Load() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHandler_Load_mA57751CABC80C9B1DE73DFB04750764D3EFFECA6 (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * __this, const RuntimeMethod* method); // System.Boolean System.IO.File::Exists(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool File_Exists_mDAEBF2732BC830270FD98346F069B04E97BB1D5B (String_t* ___path0, const RuntimeMethod* method); // System.IO.FileStream System.IO.File::OpenRead(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * File_OpenRead_m1D51CE0C5E960271D955F49EDF68EABF60E4DF6B (String_t* ___path0, const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_m0F256281F982E077C73A4C297F1301026A3C2905 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method); // 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); // System.String System.Security.SecurityElement::get_Tag() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SecurityElement_get_Tag_m8BA00994A828B53D54AE63E3E8462E3DF37614BD_inline (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, const RuntimeMethod* method); // System.Collections.ArrayList System.Security.SecurityElement::get_Children() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * SecurityElement_get_Children_m0A791499F680EA728013F3B967C338E7A1FD982C_inline (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, const RuntimeMethod* method); // System.Void Microsoft.Win32.KeyHandler::LoadKey(System.Security.SecurityElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHandler_LoadKey_m88343D0566EDC5D93DB623C62FBFA393A085A480 (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * __this, SecurityElement_tB9682077760936136392270197F642224B2141CC * ___se0, 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.IO.TextWriter System.Console::get_Error() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * Console_get_Error_m5AEEF41258FBC9771DABB271B89A0F8ED43DDA5E_inline (const RuntimeMethod* method); // 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); // System.String System.Security.SecurityElement::get_Text() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SecurityElement_get_Text_mBC8D68ED46B1E3677EDF7CE379AC12BF5834C08F_inline (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C (String_t* ___s0, const RuntimeMethod* method); // System.Byte[] System.Convert::FromBase64String(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8 (String_t* ___s0, const RuntimeMethod* method); // System.Void Microsoft.Win32.ExpandString::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandString__ctor_m67949FE1CC1F42B0AED9A1423D2773C9C57F5BB9 (ExpandString_t9106B59E06E44175F3056DE2461ECAA5E4F95230 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Int64 System.Int64::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int64_Parse_m324C1AE318F496D87AAED8CB5D9E6E6EA6FE4A45 (String_t* ___s0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, String_t* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, String_t*, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // T[] System.Collections.Generic.List`1::ToArray() inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* List_1_ToArray_m94163AE84EBF9A1F7483014A8E9906BD93D9EBDB (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { return (( StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_ToArray_mA737986DE6389E9DD8FA8E3D4E222DE4DA34958D_gshared)(__this, method); } // System.String Microsoft.Win32.KeyHandler::CombineName(Microsoft.Win32.RegistryKey,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyHandler_CombineName_m32277BE147A8DF858A3A09E5C2B6BCFCBBEE74C5 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___rkey0, String_t* ___extra1, const RuntimeMethod* method); // System.Void Microsoft.Win32.RegistryKey::.ctor(System.Object,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegistryKey__ctor_mB85CFEE4CC47669B7398ADA4B7C504E4B99469B1 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, RuntimeObject * ___data0, String_t* ___keyName1, bool ___writable2, const RuntimeMethod* method); // System.Boolean Microsoft.Win32.KeyHandler::VolatileKeyExists(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyHandler_VolatileKeyExists_m5912B1F1DDEC3CC80EAFD0A79E65D54C3EA1039C (String_t* ___dir0, const RuntimeMethod* method); // System.Void Microsoft.Win32.KeyHandler::.ctor(Microsoft.Win32.RegistryKey,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHandler__ctor_m3A30BC8C378416C319638CF86BF9BEE0BE3C8327 (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * __this, RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___rkey0, String_t* ___basedir1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String System.String::Replace(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method); // System.String Microsoft.Win32.RegistryKey::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* RegistryKey_get_Name_m18A77FC5301C8BE05266B29DAFB543EFA947C7BB_inline (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_ASCII() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_ASCII_mD3E8370997347A3F6822BDA50BC0A1DBC0059173 (const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.String,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_m604C1EB84158CCBED0EE74A1F2C547EC589EBC92 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, String_t* ___path0, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding1, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Int64::TryParse(System.String,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_TryParse_m6EA988890D7F9954EA49A7227E60B3C674930650 (String_t* ___s0, int64_t* ___result1, const RuntimeMethod* method); // System.Void System.IO.StreamWriter::.ctor(System.String,System.Boolean,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamWriter__ctor_m8E689BB489D6CA87348E79EBF05BA4E3F6D4B9A4 (StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * __this, String_t* ___path0, bool ___append1, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding2, const RuntimeMethod* method); // System.Int64 Microsoft.Win32.KeyHandler::GetSystemBootTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t KeyHandler_GetSystemBootTime_m5FAB7C2CB8001DFC9F0D266953487A899D8F0B8E (const RuntimeMethod* method); // System.String Microsoft.Win32.KeyHandler::get_UserStore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyHandler_get_UserStore_mD4C6BF03AE44BCE3DAAC0BCA3AF6114D2711334C (const RuntimeMethod* method); // System.String Microsoft.Win32.KeyHandler::get_MachineStore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyHandler_get_MachineStore_m698A9248C3F6F74325ED56D29122FAC60234FA2A (const RuntimeMethod* method); // System.Int64 Microsoft.Win32.KeyHandler::GetRegisteredBootTime(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t KeyHandler_GetRegisteredBootTime_m1702BFB4A42471CEBE87981A529B59F26EDCFF75 (String_t* ___path0, const RuntimeMethod* method); // System.Void System.IO.Directory::Delete(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_Delete_m06FEE269B5B5425033C931B3F4742933F50D7ACE (String_t* ___path0, bool ___recursive1, const RuntimeMethod* method); // System.Void Microsoft.Win32.KeyHandler::SaveRegisteredBootTime(System.String,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHandler_SaveRegisteredBootTime_mC4E0A9F073081BA3F98A08C283ADD4EE4081C709 (String_t* ___path0, int64_t ___btime1, const RuntimeMethod* method); // System.String Microsoft.Win32.KeyHandler::GetRootFromDir(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyHandler_GetRootFromDir_m758A5F1C576EF142181119156E8F9D526FDD97BD (String_t* ___dir0, const RuntimeMethod* method); // System.String System.String::Replace(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m98184150DC4E2FBDF13E723BF5B7353D9602AC4D (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method); // System.Boolean Microsoft.Win32.RegistryKey::get_IsRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegistryKey_get_IsRoot_m7529FFC11074919B0EF2A7BD66D2066263E8EB07 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, const RuntimeMethod* method); // Microsoft.Win32.RegistryHive Microsoft.Win32.RegistryKey::get_Hive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegistryKey_get_Hive_m2D566474E3E6ED89000E4188A943455E634CB2F8 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m90616B2D8ACC645F389750FAE4F9A75BC5D82454 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method); // System.Boolean Microsoft.Win32.KeyHandler::get_IsMarkedForDeletion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyHandler_get_IsMarkedForDeletion_mD1663E0551AE3C4C51E8D3F820EBBF14935C1236 (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * __this, const RuntimeMethod* method); // System.String Microsoft.Win32.ExpandString::Expand() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ExpandString_Expand_m80B28E50DCE16BB5D9CC1DFE995B14F2B19836F3 (ExpandString_t9106B59E06E44175F3056DE2461ECAA5E4F95230 * __this, const RuntimeMethod* method); // System.Void System.IO.DirectoryInfo::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryInfo__ctor_m5F307F7E646135FC323F81EA93C36CC0CF6023A6 (DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * __this, String_t* ___path0, const RuntimeMethod* method); // System.IO.DirectoryInfo[] System.IO.DirectoryInfo::GetDirectories() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfoU5BU5D_t3A579358D3EE355E1764A6D707DDCABDC1EB45DC* DirectoryInfo_GetDirectories_m878DAFC093D31B9537B3B8C06C476E35F31A6578 (DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mA6747E78BD4DF1D09D9091C1B3EBAE0FDB200666 (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668 (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_mE6BF870B04922441F9F2760E782DEE6EE682615A_gshared)(__this, ___key0, ___value1, method); } // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() inline int32_t Dictionary_2_get_Count_m0D12A8E922828B1FBE6FCA8D404FDA65E0F78CDA (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, const RuntimeMethod*))Dictionary_2_get_Count_m1B599EE742A00E8D399B43E225AD4C6571FBC8DA_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB Dictionary_2_GetEnumerator_m8C0A038B5FA7E62DEF4DB9EF1F5FCC4348D785C5 (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, const RuntimeMethod* method) { return (( Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mA44BBB15DFBD8E08B5E60E23AA5044D45C3F889F_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() inline KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC Enumerator_get_Current_m45394A0B01FA26CB32851562F9CBF27DB35FF4DD_inline (Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC (*) (Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB *, const RuntimeMethod*))Enumerator_get_Current_m17E1C36ECBB09CC2AB892710866F8655D83A6048_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline String_t* KeyValuePair_2_get_Value_mB6B24D3920A4744624F8ED9AE493783D0E5F81DD_inline (KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *, const RuntimeMethod*))KeyValuePair_2_get_Value_m622223593F7461E7812C581DDB145270016ED303_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mA57D4325DBD9D10EB3E43C99CC18DB6C3CE85FC8 (Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB *, const RuntimeMethod*))Enumerator_MoveNext_mCAD84084129516BD41DE5CC3E1FABA5A8DF836D0_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() inline void Enumerator_Dispose_m76E867298698AA2B89F9D57E21CEFCD16B372D22 (Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB *, const RuntimeMethod*))Enumerator_Dispose_m85CA135BAB22C9F0C87C84AB90FF6740D1859279_gshared)(__this, method); } // System.Void Microsoft.Win32.KeyHandler::Save() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHandler_Save_m1DDAA8E46F20194C61EFCD3293F0856C24C33EB4 (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * __this, const RuntimeMethod* method); // System.Void Microsoft.Win32.KeyHandler::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHandler_Flush_m56255985F7D2CBDE0231B579C9795A56B516F3C7 (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * __this, const RuntimeMethod* method); // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.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.Object System.Collections.DictionaryEntry::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method); // System.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.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_Text(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_set_Text_m50C49AF9AB471FC6463C750BF60864F973FB8F5B (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Convert::ToBase64String(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inArray0, const RuntimeMethod* method); // System.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.IO.FileStream System.IO.File::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * File_Create_m2C278C920C8B40322EB632EC620A83B021C90725 (String_t* ___path0, const RuntimeMethod* method); // System.Void System.IO.StreamWriter::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamWriter__ctor_m3D516CFFEDAC2849A8C3E997FD0233A61A482762 (StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method); // System.String System.Environment::GetFolderPath(System.Environment/SpecialFolder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetFolderPath_m45AFDC70D0EE6BD322FED550D466D7E0094DBC59 (int32_t ___folder0, const RuntimeMethod* method); // System.String System.Environment::GetEnvironmentVariable(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_mBDE19BD883E2D01AEA6DD1667D5E97941558C7A3 (String_t* ___variable0, const RuntimeMethod* method); // System.String System.Environment::GetMachineConfigPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetMachineConfigPath_mB7061651DDDB89744C9ACF3E1A69D194A1F4E7B2 (const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilderCache::Acquire(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilderCache_Acquire_mC7C5506CB542A20FEEBF48E654255C5368462D1A (int32_t ___capacity0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F (StringBuilder_t * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Text.StringBuilderCache::GetStringAndRelease(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuilderCache_GetStringAndRelease_m388380FCDB6AA02F394DDC1E2D67D2D3F94E15D3 (StringBuilder_t * ___sb0, const RuntimeMethod* method); // System.Void System.Text.EncodingNLS::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncodingNLS__ctor_m4D7799421E817767E088E6AB6FDF5D8A7454709C (EncodingNLS_t6F875E5EF171A3E07D8CC7F36D51FD52797E43EE * __this, int32_t ___codePage0, const RuntimeMethod* method); // System.Void System.Text.Encoding::DeserializeEncoding(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_DeserializeEncoding_m4B1DCDCB992EAE4B104640731BEAE7D518BAAA46 (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Text.Encoding::SerializeEncoding(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_SerializeEncoding_m5909DBC657B75DBADF1CE3641CA574B1C2F96163 (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * __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.Text.EncoderFallback System.Text.Encoder::get_Fallback() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * Encoder_get_Fallback_mA74E8E9252247FEBACF14F2EBD0FC7178035BF8D_inline (Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * __this, const RuntimeMethod* method); // System.Text.EncoderFallback System.Text.Encoding::get_EncoderFallback() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * Encoding_get_EncoderFallback_m8DF6B8EC2F7AA69AF9129C5334D1FAFE13081152_inline (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * __this, const RuntimeMethod* method); // System.Text.EncoderFallbackBuffer System.Text.Encoder::get_FallbackBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * Encoder_get_FallbackBuffer_m6B7591CCC5A8756F6E0DF09992FF58D6DBC2A292 (Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * __this, const RuntimeMethod* method); // System.Void System.Text.EncoderFallbackBuffer::InternalInitialize(System.Char*,System.Char*,System.Text.EncoderNLS,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncoderFallbackBuffer_InternalInitialize_m09ED5C14B878BAF5AD486D8A42E834C90381B740 (EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * __this, Il2CppChar* ___charStart0, Il2CppChar* ___charEnd1, EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * ___encoder2, bool ___setEncoder3, const RuntimeMethod* method); // System.Char System.Text.EncoderFallbackBuffer::InternalGetNextChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar EncoderFallbackBuffer_InternalGetNextChar_m50D2782A46A1FA7BDA3053A6FDF1FFE24E8A1A21 (EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * __this, const RuntimeMethod* method); // System.String System.Text.EncoderReplacementFallback::get_DefaultString() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EncoderReplacementFallback_get_DefaultString_m3281D00A45410EF6B0492AEF3372C66FB3B9AC3F_inline (EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418 * __this, const RuntimeMethod* method); // System.Void System.Text.Encoding::ThrowBytesOverflow(System.Text.EncoderNLS,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_ThrowBytesOverflow_m532071177A2092D4E3F27C0C207EEE76C111968C (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * __this, EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * ___encoder0, bool ___nothingEncoded1, const RuntimeMethod* method); // System.Void System.Text.EncoderFallbackBuffer::InternalReset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncoderFallbackBuffer_InternalReset_m3BD7BAE683D6A27D41A8B0D444463D69B8ECD486 (EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * __this, const RuntimeMethod* method); // System.Void System.Text.Encoding::ThrowCharsOverflow(System.Text.DecoderNLS,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_ThrowCharsOverflow_m17D57130419A95F9225475A1ED11A0DB463B4B09 (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * __this, DecoderNLS_tE5B1B7D68B698C0B65FBEE94EAE2453FFD3D538A * ___decoder0, bool ___nothingDecoded1, const RuntimeMethod* method); // System.Text.DecoderFallback System.Text.Encoding::get_DecoderFallback() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * Encoding_get_DecoderFallback_mED9DB815BD40706B31D365DE77BA3A63DFE541BC_inline (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * __this, const RuntimeMethod* method); // System.Void System.MarshalByRefObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByRefObject__ctor_m308FD08D73062FAC2316A55B752BBB5CF8BF02FE (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * __this, const RuntimeMethod* method); // System.TimeSpan System.Runtime.Remoting.Lifetime.LifetimeServices::get_LeaseTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 LifetimeServices_get_LeaseTime_m6C22BC6722BEBB0FD51535B61415B13006F406A8_inline (const RuntimeMethod* method); // System.TimeSpan System.Runtime.Remoting.Lifetime.LifetimeServices::get_RenewOnCallTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 LifetimeServices_get_RenewOnCallTime_mE474E3A7889177C1D35C0D0C7E80AA2982194246_inline (const RuntimeMethod* method); // System.TimeSpan System.Runtime.Remoting.Lifetime.LifetimeServices::get_SponsorshipTimeout() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 LifetimeServices_get_SponsorshipTimeout_mD8167EDAED3C90518C296AC9E1097535E87AA77D_inline (const RuntimeMethod* method); // System.DateTime System.DateTime::get_UtcNow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090 (const RuntimeMethod* method); // System.DateTime System.DateTime::op_Addition(System.DateTime,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_op_Addition_m7EDD5204F9E1BCE2C13DE0064417BCA04418BC14 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t1, const RuntimeMethod* method); // System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d21, const RuntimeMethod* method); // System.Boolean System.DateTime::op_GreaterThan(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_GreaterThan_m87A988E247EFDFFE61474088700F29840758E3DD (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t21, const RuntimeMethod* method); // System.TimeSpan System.Runtime.Remoting.Lifetime.Lease::get_CurrentLeaseTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Lease_get_CurrentLeaseTime_mCF87007F981F5E88B358514CDB1A83DA18EA1DBA (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * __this, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_GreaterThan(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThan_m2D4C46D810B02CAA65335A1AB9053AE45875BA18 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.Void System.Collections.Queue::.ctor(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue__ctor_m6A3096FE381C0C489988AC0F0806C68CFBA33D2A (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * __this, RuntimeObject* ___col0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Lifetime.Lease::CheckNextSponsor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lease_CheckNextSponsor_m5F87DB9D2938522FF1B233FD243E894AB7D90AD3 (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Lifetime.Lease/RenewalDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenewalDelegate__ctor_m6C6AFE3D9F13C373C468E2569F8F3BF2998F97B7 (RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.Runtime.Remoting.Lifetime.Lease/RenewalDelegate::BeginInvoke(System.Runtime.Remoting.Lifetime.ILease,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RenewalDelegate_BeginInvoke_mC9EFE0E393CBC09B3C1EB015DFA2E3494306B4B5 (RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7 * __this, RuntimeObject* ___lease0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method); // System.Void System.Threading.WaitOrTimerCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitOrTimerCallback__ctor_mAC22037295DC27F6F518CE65C9EC61E5BD8E9098 (WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Threading.RegisteredWaitHandle System.Threading.ThreadPool::RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * ThreadPool_RegisterWaitForSingleObject_m1F4EF777314C8B64366F0A6407505B29CB8D7D48 (WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * ___waitObject0, WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * ___callBack1, RuntimeObject * ___state2, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___timeout3, bool ___executeOnlyOnce4, const RuntimeMethod* method); // System.TimeSpan System.Runtime.Remoting.Lifetime.Lease/RenewalDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 RenewalDelegate_EndInvoke_mA4440B934AFA00F563F512304FB6B3310AFF929B (RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7 * __this, RuntimeObject* ___result0, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_Inequality(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_Inequality_mDE127E1886D092054E24EA873CEE64D0857CD04C (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.TimeSpan System.Runtime.Remoting.Lifetime.Lease::Renew(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Lease_Renew_m171A96BB93EE3CA4D47057536CEF79A1027239F0 (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___renewalTime0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Lifetime.Lease::Unregister(System.Runtime.Remoting.Lifetime.ISponsor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lease_Unregister_m0B1343A16D8D3A15D2FDD236E287C3477067B886 (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * __this, RuntimeObject* ___obj0, const RuntimeMethod* method); // System.Boolean System.Threading.Timer::Change(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Timer_Change_mF0EB40167FCF8AE930A7AF6B5F57DEC779D407E2 (Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___dueTime0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___period1, const RuntimeMethod* method); // System.Runtime.Remoting.Lifetime.Lease System.Runtime.Remoting.ServerIdentity::get_Lease() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * ServerIdentity_get_Lease_mBDFB8BA73DD8C2656D053C579F9F1DE9D6EB5790_inline (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Lifetime.Lease::Activate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lease_Activate_m3BD270B8F2B12CD7017F4C16C4FECA9F7427316E (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Lifetime.LeaseManager::StartManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeaseManager_StartManager_mBE8C55C5CFA34AAFE04DB30E5C212AB6F9947039 (LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1 * __this, const RuntimeMethod* method); // System.Void System.Threading.TimerCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerCallback__ctor_mA825B3FFCCA028905D47A189B70186E047283684 (TimerCallback_tD193CC50BF27E129E6857E1E8A7EAC24BD131814 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.TimeSpan System.Runtime.Remoting.Lifetime.LifetimeServices::get_LeaseManagerPollTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 LifetimeServices_get_LeaseManagerPollTime_m1BBD1EB6383EAF72DEFA39AF26E1C8AF89312256_inline (const RuntimeMethod* method); // System.Void System.Threading.Timer::.ctor(System.Threading.TimerCallback,System.Object,System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer__ctor_mBD6FACD80C380691A80EF0846CD67D58F5F16CC8 (Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB * __this, TimerCallback_tD193CC50BF27E129E6857E1E8A7EAC24BD131814 * ___callback0, RuntimeObject * ___state1, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___dueTime2, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___period3, const RuntimeMethod* method); // System.Void System.Threading.Timer::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_Dispose_m89DE06BE1C2F2AF372D469826A0AA3560665B571 (Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Lifetime.Lease::UpdateState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lease_UpdateState_m2A429F8A53246861B0CB4A0F7E2612004C54CEA6 (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * __this, const RuntimeMethod* method); // System.Runtime.Remoting.Lifetime.LeaseState System.Runtime.Remoting.Lifetime.Lease::get_CurrentState() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Lease_get_CurrentState_mF4FAF047FFF4A1799B398E92827994AE3920D74A_inline (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Lifetime.LeaseManager::StopManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeaseManager_StopManager_mB1FBBAE1D886CF384B3C17B6031E16B8478AFDCD (LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1 * __this, 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.Runtime.Remoting.Lifetime.LeaseSink::RenewLease(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeaseSink_RenewLease_m62A659205A61F792ADA2F9974DBC8A8E5E12BFF4 (LeaseSink_t102D9ED005D8D3BF39D7D7012058E2C02FB5F92D * __this, RuntimeObject* ___msg0, 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.Boolean System.TimeSpan::op_LessThan(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_LessThan_m585756B1EABD0B2BF89F6BDAD62E7C34BCE59E28 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Lifetime.LeaseManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeaseManager__ctor_m9C6AAD7B07B765051BA43D9C53A2C107D21F3EE0 (LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1 * __this, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromSeconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromSeconds_m4644EABECA69BC6C07AD649C5898A8E53F4FE7B0 (double ___value0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromMinutes(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromMinutes_mAB9F93263460C5FE2BC56C34F268C97EB6035958 (double ___value0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Lifetime.LeaseManager::SetPollTime(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeaseManager_SetPollTime_m4BDEE8A92AD74638E3130F4B52450421F2C7B9FA (LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___timeSpan0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Lifetime.LeaseManager::TrackLifetime(System.Runtime.Remoting.ServerIdentity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeaseManager_TrackLifetime_m9D35F1F4F5114DEF17BA38733F90130C29A43219 (LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1 * __this, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * ___identity0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Void System.Collections.ListDictionaryInternal/DictionaryNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DictionaryNode__ctor_m6F5B9B2742BAF70FDFF96486724F8581B05387E0 (DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * __this, const RuntimeMethod* method); // System.Int32 System.Collections.ListDictionaryInternal::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ListDictionaryInternal_get_Count_mACDD64BF843BBA3CCE46CE06F601075E3E20EF73_inline (ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A * __this, const RuntimeMethod* method); // System.Void System.Collections.ListDictionaryInternal/NodeEnumerator::.ctor(System.Collections.ListDictionaryInternal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeEnumerator__ctor_m752542B8D995395EB1596559B69F7CACC6E35610 (NodeEnumerator_t603444CE6539BA97B964D6B5734C61944955E79B * __this, ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A * ___list0, const RuntimeMethod* method); // System.Void System.LocalDataStoreMgr::DeleteLocalDataStore(System.LocalDataStore) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreMgr_DeleteLocalDataStore_m3C49C9691DFA920C7BF6E0CD534AC9EE8EEF0AA0 (LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * __this, LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * ___store0, const RuntimeMethod* method); // System.Void System.LocalDataStoreMgr::ValidateSlot(System.LocalDataStoreSlot) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreMgr_ValidateSlot_m970F5635F56DBF75A9B55E8E78AB77A5E3C6A8DA (LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * __this, LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * ___slot0, const RuntimeMethod* method); // System.Int32 System.LocalDataStoreSlot::get_Slot() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LocalDataStoreSlot_get_Slot_m3A65CCAC7B350C3972FE6CE1F571283715EE474C_inline (LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * __this, const RuntimeMethod* method); // System.Int64 System.LocalDataStoreElement::get_Cookie() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t LocalDataStoreElement_get_Cookie_m4686C005B595C2ED7A8118414B80D1643D1042C6_inline (LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * __this, const RuntimeMethod* method); // System.Int64 System.LocalDataStoreSlot::get_Cookie() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t LocalDataStoreSlot_get_Cookie_m77D013F2827460A776F632A30DD746D57229F484_inline (LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * __this, const RuntimeMethod* method); // System.Object System.LocalDataStoreElement::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * LocalDataStoreElement_get_Value_m67CBA55D952AAA4C4B187EF133D0DD5757A2DE5D_inline (LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * __this, const RuntimeMethod* method); // System.LocalDataStoreElement System.LocalDataStore::PopulateElement(System.LocalDataStoreSlot) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * LocalDataStore_PopulateElement_mE27BE388DB988D8D179CA3E6B866F6D086AAAC04 (LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * __this, LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * ___slot0, const RuntimeMethod* method); // System.Void System.LocalDataStoreElement::set_Value(System.Object) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LocalDataStoreElement_set_Value_m8AF3CE12E678B5ABC667DD574E72AAC8184F4790_inline (LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::PrepareConstrainedRegions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_PrepareConstrainedRegions_m4A4D3987FEE068EE30D1ABC4005CDD29D5C52560 (const RuntimeMethod* method); // System.Int32 System.LocalDataStoreMgr::GetSlotTableLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LocalDataStoreMgr_GetSlotTableLength_m706A1A3096B95A67E067107386CEACF82A4A2193 (LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * __this, 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.LocalDataStoreElement::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreElement__ctor_m1EC8ED33090B27D44188BEC00F1AECD2AD17B310 (LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * __this, int64_t ___cookie0, const RuntimeMethod* method); // System.Void System.LocalDataStore::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStore_Dispose_m8200C06FB432D4E08958DAD087F924BD39E4A92A (LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * __this, const RuntimeMethod* method); // System.Void System.LocalDataStore::.ctor(System.LocalDataStoreMgr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStore__ctor_m9173A0ACAD6B0FA0E0F468545C3DFDA50BC23FF5 (LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * __this, LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * ___mgr0, int32_t ___InitialCapacity1, const RuntimeMethod* method); // System.Void System.LocalDataStoreHolder::.ctor(System.LocalDataStore) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreHolder__ctor_m10AE82277D26849397307429288F48A0BD7983A5 (LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * __this, LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * ___store0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_mBE3CB2BDDAE91C38D3C57C9C9096DE01C5749EC0 (List_1_t470880A334542833BF98F3272A5E266DD818EA86 * __this, LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t470880A334542833BF98F3272A5E266DD818EA86 *, LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.List`1::Remove(T) inline bool List_1_Remove_m947969EF1B0B4D5A3B3BFF068D8B698A6642CBEB (List_1_t470880A334542833BF98F3272A5E266DD818EA86 * __this, LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t470880A334542833BF98F3272A5E266DD818EA86 *, LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 *, const RuntimeMethod*))List_1_Remove_m753F7B4281CC4D02C07AE90726F51EF34B588DF7_gshared)(__this, ___item0, method); } // System.Void System.LocalDataStoreSlot::.ctor(System.LocalDataStoreMgr,System.Int32,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreSlot__ctor_m2594F6C3ECD65F1A33B46FCC6636CE54DD23BED3 (LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * __this, LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * ___mgr0, int32_t ___slot1, int64_t ___cookie2, const RuntimeMethod* method); // System.LocalDataStoreSlot System.LocalDataStoreMgr::AllocateDataSlot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * LocalDataStoreMgr_AllocateDataSlot_m52FBC07F061A923C620544EA5DF6D34E0BFA7FD8 (LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_m925F8CD05990E7F775FECE7002035C16D87048D2 (Dictionary_2_tBB3B761B5CD370C29795A985E92637E6653997E5 * __this, String_t* ___key0, LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tBB3B761B5CD370C29795A985E92637E6653997E5 *, String_t*, LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 *, const RuntimeMethod*))Dictionary_2_Add_m830DC29CD6F7128D4990D460CCCDE032E3B693D9_gshared)(__this, ___key0, ___value1, method); } // TValue System.Collections.Generic.CollectionExtensions::GetValueOrDefault(System.Collections.Generic.IReadOnlyDictionary`2,TKey) inline LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * CollectionExtensions_GetValueOrDefault_TisString_t_TisLocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5_m2C545EF6C543368A3BABB5C505B11C471B85FE53 (RuntimeObject* ___dictionary0, String_t* ___key1, const RuntimeMethod* method) { return (( LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * (*) (RuntimeObject*, String_t*, const RuntimeMethod*))CollectionExtensions_GetValueOrDefault_TisRuntimeObject_TisRuntimeObject_mF083269D3A36D1A58DBE920C3D35E3EAA19A7DDB_gshared)(___dictionary0, ___key1, method); } // System.LocalDataStoreSlot System.LocalDataStoreMgr::AllocateNamedDataSlot(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * LocalDataStoreMgr_AllocateNamedDataSlot_m2394FA45C745F1DEA1D6C1C3CEA7E9651CC3ACA7 (LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) inline bool Dictionary_2_Remove_m1FDBF37C29D2DD5442E57294E55E4C64E697F784 (Dictionary_2_tBB3B761B5CD370C29795A985E92637E6653997E5 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tBB3B761B5CD370C29795A985E92637E6653997E5 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m32325BAD86F31C471AEBE80C6A7A8A6908EB0611_gshared)(__this, ___key0, method); } // T System.Collections.Generic.List`1::get_Item(System.Int32) inline LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * List_1_get_Item_mD9FE33801EEEA029A2BEFBCBD19EB392D47BA348_inline (List_1_t470880A334542833BF98F3272A5E266DD818EA86 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * (*) (List_1_t470880A334542833BF98F3272A5E266DD818EA86 *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // System.Void System.LocalDataStore::FreeData(System.Int32,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStore_FreeData_mB43DC596E19851E72D2B6160D2AA6BD2BCF942E4 (LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * __this, int32_t ___slot0, int64_t ___cookie1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m1ECA6E249F19DD8BD3041DB40489E25C62B62926_inline (List_1_t470880A334542833BF98F3272A5E266DD818EA86 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t470880A334542833BF98F3272A5E266DD818EA86 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.LocalDataStoreMgr System.LocalDataStoreSlot::get_Manager() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * LocalDataStoreSlot_get_Manager_mD1E8FD249B27D8B7D89CF72A0CE5CD9423E2D53F_inline (LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m10AB0936D97FB28C040C8C48287B0CC8FFD3B664 (List_1_t470880A334542833BF98F3272A5E266DD818EA86 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t470880A334542833BF98F3272A5E266DD818EA86 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mAC4C7F6225DEB269AD4E609C3699BFF3C094ECCA (Dictionary_2_tBB3B761B5CD370C29795A985E92637E6653997E5 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tBB3B761B5CD370C29795A985E92637E6653997E5 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void System.LocalDataStoreMgr::FreeDataSlot(System.Int32,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreMgr_FreeDataSlot_mD4318DA6E5D7A73D27F68D1B97B69FE4625BCFF9 (LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * __this, int32_t ___slot0, int64_t ___cookie1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mCED6767EA5FEE6F15ABCD5B4F9150D1284C2795B (String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.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.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::get_State() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StreamingContext_get_State_mD223FBCD9DB145C557049B9CBDDF29FE5F7FEC07_inline (StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 * __this, const RuntimeMethod* method); // System.Collections.Hashtable System.Runtime.Remoting.Messaging.LogicalCallContext::get_Datastore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * LogicalCallContext_get_Datastore_mF4029A88593F216D053A67B876408A7DDBD9D0B2 (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * __this, 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.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); // System.Boolean System.Runtime.Remoting.Messaging.LogicalCallContext::get_HasUserData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalCallContext_get_HasUserData_m5D286801A5A88B2E76CBC1B9EF1EC363F04EBA33 (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.LogicalCallContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogicalCallContext__ctor_m06D560B3B9BE6EF45FE834382F79CFDBF226D659 (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * __this, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.Messaging.CallContextRemotingData::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CallContextRemotingData_Clone_m52982AAA08A83E9C9ECAA30CF0BC3D129F60FF8A (CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E * __this, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.Messaging.CallContextSecurityData::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CallContextSecurityData_Clone_m38FD55B8E084E77C08C0512A41FB953580311FB7 (CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Messaging.CallContextRemotingData::get_HasInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CallContextRemotingData_get_HasInfo_m73615C7A0373CB8A99BD51668AAEF936DD5E5464 (CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Messaging.CallContextSecurityData::get_HasInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CallContextSecurityData_get_HasInfo_m8438D868292B930CCB03B4829E6761D5B3019D5A (CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.LongList::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongList__ctor_mD728F35067E920F38C3E96C09C8D1A58DAD0DDAF (LongList_tB13F421A6BB4E3BB28AEAA7B91E9A937EB7A7D23 * __this, int32_t ___startingSize0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.LongList::EnlargeArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongList_EnlargeArray_m951BCBF7BAC44DAE6D6D644B47880E04C3EF4DC2 (LongList_tB13F421A6BB4E3BB28AEAA7B91E9A937EB7A7D23 * __this, const RuntimeMethod* method); // System.Void System.Collections.LowLevelComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LowLevelComparer__ctor_m5F1F7DB21E6368D4BCA65AAD7DBBF9B19F129201 (LowLevelComparer_tE1AAB0112F35E5629CBBA2032E4B98AD63745673 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.MessageDictionary::.ctor(System.Runtime.Remoting.Messaging.IMethodMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageDictionary__ctor_m7C458BA7E3D21F57DF30D036121B909152D7F5B3 (MessageDictionary_tF87E1D8408337642172945A13C9C116D7F9336BE * __this, RuntimeObject* ___message0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.MessageDictionary::set_MethodKeys(System.String[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MessageDictionary_set_MethodKeys_mB4677BE350AFA41B371580CD1721009B1BB54F1A_inline (MessageDictionary_tF87E1D8408337642172945A13C9C116D7F9336BE * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m6F64A274572697EDB2EB35EAB1332D50716F1C5B (List_1_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C * __this, const RuntimeMethod* method) { (( void (*) (List_1_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m4D25D75BDC340D93302A53AA5B4494DD5FBE23F5 (List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.IntPtr System.IntPtr::op_Explicit(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495 (void* ___value0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_m69FADC47D872F0DF0EC3C4D75CC33B24A2CED430 (intptr_t ___source0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___destination1, int32_t ___startIndex2, int32_t ___length3, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.Contraction::.ctor(System.Int32,System.Char[],System.String,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Contraction__ctor_m53CBCB1D98D037A328947B0563FF972FE76C100B (Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * __this, int32_t ___index0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___source1, String_t* ___replacement2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sortkey3, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_m0D6DCF6ECA29040950A496D1F61618C311B32387 (List_1_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C * __this, Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C *, Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Void Mono.Globalization.Unicode.Level2Map::.ctor(System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Level2Map__ctor_mD343887BF1BB1E819C2941608C672C3AFD7540DE (Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C * __this, uint8_t ___source0, uint8_t ___replace1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_mE5DB50319C250CD5E7A5129D1DB11CDF919E8DB1 (List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419 * __this, Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419 *, Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.String System.String::CreateString(System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, 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.Void System.NotImplementedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort(System.Collections.Generic.IComparer`1) inline void List_1_Sort_m7AF7504A9547E019377DE1C4FF18BFD14E7BBCCE (List_1_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { (( void (*) (List_1_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C *, RuntimeObject*, const RuntimeMethod*))List_1_Sort_mE77C107ECF54AE2B83D6CA1BEFE9D5B45F69D332_gshared)(__this, ___comparer0, method); } // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) inline void Comparison_1__ctor_mABF8FD0FA00F3D80E15677E173DBB1C379B8C702 (Comparison_1_tD3B42082C57F6BA82A21609F8DF8F414BCFA4C38 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Comparison_1_tD3B42082C57F6BA82A21609F8DF8F414BCFA4C38 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_mDE1798563694D30022D3B7E1010347C573690B4A_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) inline void List_1_Sort_mF41E015629CC0CFA24FAAEDA9B37A086F4A446A5 (List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419 * __this, Comparison_1_tD3B42082C57F6BA82A21609F8DF8F414BCFA4C38 * ___comparison0, const RuntimeMethod* method) { (( void (*) (List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419 *, Comparison_1_tD3B42082C57F6BA82A21609F8DF8F414BCFA4C38 *, const RuntimeMethod*))List_1_Sort_m5EB3F127CD42F1ACA97F4DB8754C49F23B64D750_gshared)(__this, ___comparison0, method); } // T[] System.Collections.Generic.List`1::ToArray() inline ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* List_1_ToArray_m970C67F3416806F37225B353FF8944115BBF7289 (List_1_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C * __this, const RuntimeMethod* method) { return (( ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* (*) (List_1_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C *, const RuntimeMethod*))List_1_ToArray_mA737986DE6389E9DD8FA8E3D4E222DE4DA34958D_gshared)(__this, method); } // T[] System.Collections.Generic.List`1::ToArray() inline Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* List_1_ToArray_mAB18B07BC970759F2541B35B307B34906BF9EE95 (List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419 * __this, const RuntimeMethod* method) { return (( Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* (*) (List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419 *, const RuntimeMethod*))List_1_ToArray_mA737986DE6389E9DD8FA8E3D4E222DE4DA34958D_gshared)(__this, 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.Globalization.UnicodeCategory System.Char::GetUnicodeCategory(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Char_GetUnicodeCategory_mB8DCE545E28F2858B0E8AD91393B9FD048F80BC1 (Il2CppChar ___c0, 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.IntPtr System.Reflection.Assembly::GetManifestResourceInternal(System.String,System.Int32&,System.Reflection.Module&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Assembly_GetManifestResourceInternal_m4DBB09EDBCF8AF223E3D632F52C6ADE1A5C967C5 (Assembly_t * __this, String_t* ___name0, int32_t* ___size1, Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 ** ___module2, const RuntimeMethod* method); // System.IntPtr Mono.Globalization.Unicode.MSCompatUnicodeTable::GetResource(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t MSCompatUnicodeTable_GetResource_mA8EE019606E86DC721DC5245A57F499AB1211776 (String_t* ___name0, 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.IntPtr::op_Explicit(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD (intptr_t ___value0, const RuntimeMethod* method); // System.UInt32 Mono.Globalization.Unicode.MSCompatUnicodeTable::UInt32FromBytePtr(System.Byte*,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MSCompatUnicodeTable_UInt32FromBytePtr_m15624168C733CACEB21410ADF6BD3C7D61AD864B (uint8_t* ___raw0, uint32_t ___idx1, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.TailoringInfo::.ctor(System.Int32,System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TailoringInfo__ctor_m18371DDC2A50B4EACAA31A1C3E27D6F9A7FECBD9 (TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * __this, int32_t ___lcid0, int32_t ___tailoringIndex1, int32_t ___tailoringCount2, bool ___frenchSort3, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::FillCJKCore(System.String,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MSCompatUnicodeTable_FillCJKCore_m4F8CC674B8D1DFE255F17F108155CF1FE82BE801 (String_t* ___culture0, CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** ___cjkLv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::SetCJKReferences(System.String,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MSCompatUnicodeTable_SetCJKReferences_mE24965D00DAC66A7A17E401909F899F311073357 (String_t* ___name0, CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** ___lv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::get_IsReady() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_get_IsReady_m48C1BE8069E2D74EE21BBF4D4F5A0B31B4644436_inline (const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.CodePointIndexer::.ctor(System.Int32[],System.Int32[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CodePointIndexer__ctor_m48F5D89B02D13A9ADBDD6E924E0FC47FC7544E39 (CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * __this, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___starts0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ends1, int32_t ___defaultIndex2, int32_t ___defaultCP3, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.InteropServices.GuidAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidAttribute__ctor_mCCEF3938DF601B23B5791CEE8F7AF05C98B6AFEA (GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 * __this, String_t* ___guid0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___guid0; __this->set__val_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.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandleProcessCorruptedStateExceptionsAttribute__ctor_m4A668D1F98FA411FEEA579AEA96A288914C271CB (HandleProcessCorruptedStateExceptionsAttribute_t1C1324265A78BFA8D907504315B78C9E09E2EE53 * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.HashAlgorithm::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm__ctor_mD4FD9DCEF621EE948FBEF8BA40A4660F1A8E951A (HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HashAlgorithm_ComputeHash_m54AE40F9CD9E46736384369DBB5739FBCBDF67D9 (HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_bDisposed_3(); if (!L_0) { goto IL_000f; } } { 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*)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HashAlgorithm_ComputeHash_m54AE40F9CD9E46736384369DBB5739FBCBDF67D9_RuntimeMethod_var))); } IL_000f: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; if (L_2) { goto IL_001d; } } { 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*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HashAlgorithm_ComputeHash_m54AE40F9CD9E46736384369DBB5739FBCBDF67D9_RuntimeMethod_var))); } IL_001d: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___buffer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___buffer0; VirtActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(7 /* System.Void System.Security.Cryptography.HashAlgorithm::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_4, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = VirtFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(8 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::HashFinal() */, __this); __this->set_HashValue_1(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_HashValue_1(); RuntimeObject * L_8; L_8 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_7, /*hidden argument*/NULL); VirtActionInvoker0::Invoke(6 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, __this); return ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_8, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); } } // System.Void System.Security.Cryptography.HashAlgorithm::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm_Dispose_m86F1BF229B404E93F485BDA94BBA54467F722764 (HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * __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; } { VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.HashAlgorithm::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.Security.Cryptography.HashAlgorithm::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm_Dispose_mDBD9EA1D4B7CE0F8A865E3CAC521337D92255D3E (HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; if (!L_0) { goto IL_002d; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_HashValue_1(); if (!L_1) { goto IL_001f; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_HashValue_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_HashValue_1(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_2, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), /*hidden argument*/NULL); } IL_001f: { __this->set_HashValue_1((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); __this->set_m_bDisposed_3((bool)1); } 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.Runtime.CompilerServices.ConditionalWeakTable`2 System.Collections.HashHelpers::get_SerializationInfoTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * HashHelpers_get_SerializationInfoTable_mA9F1FCEE9A32DDF7A85038F7EDB5660761EB12A9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionalWeakTable_2__ctor_m4E9A3E794074C7801BA8618838015103F6BEDE2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * L_0 = ((HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_StaticFields*)il2cpp_codegen_static_fields_for(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var))->get_s_SerializationInfoTable_1(); if (L_0) { goto IL_001a; } } { ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * L_1 = (ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E *)il2cpp_codegen_object_new(ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E_il2cpp_TypeInfo_var); ConditionalWeakTable_2__ctor_m4E9A3E794074C7801BA8618838015103F6BEDE2E(L_1, /*hidden argument*/ConditionalWeakTable_2__ctor_m4E9A3E794074C7801BA8618838015103F6BEDE2E_RuntimeMethod_var); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * L_2 = V_0; ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * L_3; L_3 = InterlockedCompareExchangeImpl((ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E **)(((HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_StaticFields*)il2cpp_codegen_static_fields_for(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var))->get_address_of_s_SerializationInfoTable_1()), L_2, (ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E *)NULL); } IL_001a: { IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * L_4 = ((HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_StaticFields*)il2cpp_codegen_static_fields_for(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var))->get_s_SerializationInfoTable_1(); return L_4; } } // System.Boolean System.Collections.HashHelpers::IsPrime(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashHelpers_IsPrime_m771A2E89205BC72625BF9783141B856A6A0F5F30 (int32_t ___candidate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___candidate0; if (!((int32_t)((int32_t)L_0&(int32_t)1))) { goto IL_0023; } } { int32_t L_1 = ___candidate0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_2; L_2 = sqrt(((double)((double)L_1))); V_0 = il2cpp_codegen_cast_double_to_int(L_2); V_1 = 3; goto IL_001d; } IL_0012: { int32_t L_3 = ___candidate0; int32_t L_4 = V_1; if (((int32_t)((int32_t)L_3%(int32_t)L_4))) { goto IL_0019; } } { return (bool)0; } IL_0019: { int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2)); } IL_001d: { int32_t L_6 = V_1; int32_t L_7 = V_0; if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_0012; } } { return (bool)1; } IL_0023: { int32_t L_8 = ___candidate0; return (bool)((((int32_t)L_8) == ((int32_t)2))? 1 : 0); } } // System.Int32 System.Collections.HashHelpers::GetPrime(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashHelpers_GetPrime_m011AA1E1C23994FC160C25F3AD051749CA8BA48F (int32_t ___min0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___min0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral77048C04058DC1CDDAE5B38B11B56EFD16467A77)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HashHelpers_GetPrime_m011AA1E1C23994FC160C25F3AD051749CA8BA48F_RuntimeMethod_var))); } IL_0014: { V_0 = 0; goto IL_002a; } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = ((HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_StaticFields*)il2cpp_codegen_static_fields_for(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var))->get_primes_0(); int32_t L_4 = V_0; int32_t L_5 = L_4; int32_t L_6 = (L_3)->GetAtUnchecked(static_cast(L_5)); V_1 = L_6; int32_t L_7 = V_1; int32_t L_8 = ___min0; if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0026; } } { int32_t L_9 = V_1; return L_9; } IL_0026: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_002a: { int32_t L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = ((HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_StaticFields*)il2cpp_codegen_static_fields_for(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var))->get_primes_0(); if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_0018; } } { int32_t L_13 = ___min0; V_2 = ((int32_t)((int32_t)L_13|(int32_t)1)); goto IL_0050; } IL_003a: { int32_t L_14 = V_2; IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); bool L_15; L_15 = HashHelpers_IsPrime_m771A2E89205BC72625BF9783141B856A6A0F5F30(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_004c; } } { int32_t L_16 = V_2; if (!((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1))%(int32_t)((int32_t)101)))) { goto IL_004c; } } { int32_t L_17 = V_2; return L_17; } IL_004c: { int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)2)); } IL_0050: { int32_t L_19 = V_2; if ((((int32_t)L_19) < ((int32_t)((int32_t)2147483647LL)))) { goto IL_003a; } } { int32_t L_20 = ___min0; return L_20; } } // System.Int32 System.Collections.HashHelpers::ExpandPrime(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashHelpers_ExpandPrime_mDF4B4A0DAAC129E5414698CBFF3100D4007E765C (int32_t ___oldSize0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___oldSize0; V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_0)); int32_t L_1 = V_0; if ((!(((uint32_t)L_1) > ((uint32_t)((int32_t)2146435069))))) { goto IL_001a; } } { int32_t L_2 = ___oldSize0; if ((((int32_t)((int32_t)2146435069)) <= ((int32_t)L_2))) { goto IL_001a; } } { return ((int32_t)2146435069); } IL_001a: { int32_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); int32_t L_4; L_4 = HashHelpers_GetPrime_m011AA1E1C23994FC160C25F3AD051749CA8BA48F(L_3, /*hidden argument*/NULL); return L_4; } } // System.Void System.Collections.HashHelpers::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashHelpers__cctor_m08C0FEF70B4C4DFD891AFF56EE984F4538F80BE3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_33_FieldInfo_var); s_Il2CppMethodInitialized = true; } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)72)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_33_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_StaticFields*)il2cpp_codegen_static_fields_for(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var))->set_primes_0(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.Collections.Hashtable::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m5383E68BAE6306FA11AE39A458A78BE4A184DCF2 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, bool ___trash0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method) { { Hashtable__ctor_m7F415CD6FA824627DE1070782F5A8C790B66C048(__this, 0, (1.0f), /*hidden argument*/NULL); return; } } // 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) { { int32_t L_0 = ___capacity0; Hashtable__ctor_m7F415CD6FA824627DE1070782F5A8C790B66C048(__this, L_0, (1.0f), /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m7F415CD6FA824627DE1070782F5A8C790B66C048 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, int32_t ___capacity0, float ___loadFactor1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; int32_t V_1 = 0; int32_t G_B10_0 = 0; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___capacity0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001f; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC37D78082ACFC8DEE7B32D9351C6E433A074FEC7)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hashtable__ctor_m7F415CD6FA824627DE1070782F5A8C790B66C048_RuntimeMethod_var))); } IL_001f: { float L_3 = ___loadFactor1; if ((!(((float)L_3) >= ((float)(0.100000001f))))) { goto IL_002f; } } { float L_4 = ___loadFactor1; if ((((float)L_4) <= ((float)(1.0f)))) { goto IL_006c; } } IL_002f: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_5; double L_7 = (0.10000000000000001); RuntimeObject * L_8 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)), &L_7); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAtUnchecked(static_cast(0), (RuntimeObject *)L_8); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = L_6; double L_10 = (1.0); RuntimeObject * L_11 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)), &L_10); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAtUnchecked(static_cast(1), (RuntimeObject *)L_11); String_t* L_12; L_12 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE209FAE75837720CC82067C1D76DCD103784C60B)), L_9, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_13 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralED1269E5C23EE33C8DD1238BDFE8303F0D986C1F)), L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hashtable__ctor_m7F415CD6FA824627DE1070782F5A8C790B66C048_RuntimeMethod_var))); } IL_006c: { float L_14 = ___loadFactor1; __this->set_loadFactor_4(((float)il2cpp_codegen_multiply((float)(0.720000029f), (float)L_14))); int32_t L_15 = ___capacity0; float L_16 = __this->get_loadFactor_4(); V_0 = ((double)((double)((float)((float)((float)((float)L_15))/(float)L_16)))); double L_17 = V_0; if ((!(((double)L_17) > ((double)(2147483647.0))))) { goto IL_00a0; } } { String_t* L_18; L_18 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral77048C04058DC1CDDAE5B38B11B56EFD16467A77)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_19 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hashtable__ctor_m7F415CD6FA824627DE1070782F5A8C790B66C048_RuntimeMethod_var))); } IL_00a0: { double L_20 = V_0; if ((((double)L_20) > ((double)(3.0)))) { goto IL_00af; } } { G_B10_0 = 3; goto IL_00b6; } IL_00af: { double L_21 = V_0; IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); int32_t L_22; L_22 = HashHelpers_GetPrime_m011AA1E1C23994FC160C25F3AD051749CA8BA48F(il2cpp_codegen_cast_double_to_int(L_21), /*hidden argument*/NULL); G_B10_0 = L_22; } IL_00b6: { V_1 = G_B10_0; int32_t L_23 = V_1; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_24 = (bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190*)(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190*)SZArrayNew(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190_il2cpp_TypeInfo_var, (uint32_t)L_23); __this->set_buckets_0(L_24); float L_25 = __this->get_loadFactor_4(); int32_t L_26 = V_1; __this->set_loadsize_3(il2cpp_codegen_cast_double_to_int(((float)il2cpp_codegen_multiply((float)L_25, (float)((float)((float)L_26)))))); il2cpp_codegen_memory_barrier(); __this->set_isWriterInProgress_6(0); return; } } // System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Single,System.Collections.IHashCodeProvider,System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_mAF4544B7AAF6164DCF4034D0960EE651EBC42893 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, int32_t ___capacity0, float ___loadFactor1, RuntimeObject* ___hcp2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___capacity0; float L_1 = ___loadFactor1; Hashtable__ctor_m7F415CD6FA824627DE1070782F5A8C790B66C048(__this, L_0, L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = ___hcp2; if (L_2) { goto IL_0017; } } { RuntimeObject* L_3 = ___comparer3; if (L_3) { goto IL_0017; } } { __this->set__keycomparer_8((RuntimeObject*)NULL); return; } IL_0017: { RuntimeObject* L_4 = ___comparer3; RuntimeObject* L_5 = ___hcp2; CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929 * L_6 = (CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929 *)il2cpp_codegen_object_new(CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929_il2cpp_TypeInfo_var); CompatibleComparer__ctor_mC331722EEF22ABFD3486E957E478E49F1190AC60(L_6, L_4, L_5, /*hidden argument*/NULL); __this->set__keycomparer_8(L_6); return; } } // System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Single,System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m0BEA906F1C880AC88A0BAD5931C8A93382D9D8A0 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, int32_t ___capacity0, float ___loadFactor1, RuntimeObject* ___equalityComparer2, const RuntimeMethod* method) { { int32_t L_0 = ___capacity0; float L_1 = ___loadFactor1; Hashtable__ctor_m7F415CD6FA824627DE1070782F5A8C790B66C048(__this, L_0, L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = ___equalityComparer2; __this->set__keycomparer_8(L_2); return; } } // System.Void System.Collections.Hashtable::.ctor(System.Collections.IHashCodeProvider,System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m56CD4A49150FB5437F4119FA77DA969492A5D5B9 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeObject* ___hcp0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___hcp0; RuntimeObject* L_1 = ___comparer1; Hashtable__ctor_mAF4544B7AAF6164DCF4034D0960EE651EBC42893(__this, 0, (1.0f), L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable::.ctor(System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m112ADCD5297836A75FD5BFB576F7B14174FCC802 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeObject* ___equalityComparer0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___equalityComparer0; Hashtable__ctor_m0BEA906F1C880AC88A0BAD5931C8A93382D9D8A0(__this, 0, (1.0f), L_0, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m08A6EF344F497A176BD48FDB33FFEFBEAC70C87C (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, int32_t ___capacity0, RuntimeObject* ___equalityComparer1, const RuntimeMethod* method) { { int32_t L_0 = ___capacity0; RuntimeObject* L_1 = ___equalityComparer1; Hashtable__ctor_m0BEA906F1C880AC88A0BAD5931C8A93382D9D8A0(__this, L_0, (1.0f), L_1, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m7B6E831827981E985887A2FE2CAC7090993D37EF (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionalWeakTable_2_Add_mF91BF6A515300AB082CBB3A7794B9367B10A47B6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * L_0; L_0 = HashHelpers_get_SerializationInfoTable_mA9F1FCEE9A32DDF7A85038F7EDB5660761EB12A9(/*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_1 = ___info0; ConditionalWeakTable_2_Add_mF91BF6A515300AB082CBB3A7794B9367B10A47B6(L_0, __this, L_1, /*hidden argument*/ConditionalWeakTable_2_Add_mF91BF6A515300AB082CBB3A7794B9367B10A47B6_RuntimeMethod_var); return; } } // System.UInt32 System.Collections.Hashtable::InitHash(System.Object,System.Int32,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Hashtable_InitHash_mA5CC4784C6FD9E5611E671F745A75E92442858E8 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeObject * ___key0, int32_t ___hashsize1, uint32_t* ___seed2, uint32_t* ___incr3, const RuntimeMethod* method) { uint32_t V_0 = 0; { RuntimeObject * L_0 = ___key0; int32_t L_1; L_1 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.Hashtable::GetHash(System.Object) */, __this, L_0); V_0 = ((int32_t)((int32_t)L_1&(int32_t)((int32_t)2147483647LL))); uint32_t* L_2 = ___seed2; uint32_t L_3 = V_0; *((int32_t*)L_2) = (int32_t)L_3; uint32_t* L_4 = ___incr3; uint32_t* L_5 = ___seed2; int32_t L_6 = *((uint32_t*)L_5); int32_t L_7 = ___hashsize1; *((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)((int32_t)((uint32_t)(int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)((int32_t)101)))%(uint32_t)(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)))))); uint32_t L_8 = V_0; return L_8; } } // System.Void System.Collections.Hashtable::Add(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_Add_m735B799872E2AEAB3488F7DDFF57A4FD67DAD5BB (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; RuntimeObject * L_1 = ___value1; Hashtable_Insert_m3E4BC7896AD77D4F2F47496934E3E55115624942(__this, L_0, L_1, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_Clear_m1E642CE408920C6C3595F02DBEDD80DD94A00168 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_count_1(); if (L_0) { goto IL_0011; } } { int32_t L_1 = __this->get_occupancy_2(); if (L_1) { goto IL_0011; } } { return; } IL_0011: { Thread_BeginCriticalRegion_m919E28BF2E8A2887323D51737DCFD902E301C656(/*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_isWriterInProgress_6(1); V_0 = 0; goto IL_005d; } IL_0023: { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_2 = __this->get_buckets_0(); int32_t L_3 = V_0; ((L_2)->GetAddressAtUnchecked(static_cast(L_3)))->set_hash_coll_2(0); bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_4 = __this->get_buckets_0(); int32_t L_5 = V_0; ((L_4)->GetAddressAtUnchecked(static_cast(L_5)))->set_key_0(NULL); bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_6 = __this->get_buckets_0(); int32_t L_7 = V_0; ((L_6)->GetAddressAtUnchecked(static_cast(L_7)))->set_val_1(NULL); int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_005d: { int32_t L_9 = V_0; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_10 = __this->get_buckets_0(); if ((((int32_t)L_9) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_0023; } } { __this->set_count_1(0); __this->set_occupancy_2(0); Hashtable_UpdateVersion_mAF8DACB9B82B538B70EC4DCF90B3747A696432AE(__this, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_isWriterInProgress_6(0); Thread_EndCriticalRegion_m61AA3547233ADB3CD128FBB1962664C2AE3F5F88(/*hidden argument*/NULL); return; } } // System.Object System.Collections.Hashtable::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Hashtable_Clone_mF04F95A95435A9B6F144B6CF568ABE45AFF506FD (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* V_0 = NULL; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_1 = NULL; int32_t V_2 = 0; RuntimeObject * V_3 = NULL; { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_0 = __this->get_buckets_0(); V_0 = L_0; int32_t L_1 = __this->get_count_1(); RuntimeObject* L_2 = __this->get__keycomparer_8(); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m08A6EF344F497A176BD48FDB33FFEFBEAC70C87C(L_3, L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = V_1; int32_t L_5 = __this->get_version_5(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); L_4->set_version_5(L_5); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = V_1; float L_7 = __this->get_loadFactor_4(); L_6->set_loadFactor_4(L_7); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8 = V_1; L_8->set_count_1(0); bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_9 = V_0; V_2 = ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))); goto IL_006d; } IL_0042: { int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_11 = V_0; int32_t L_12 = V_2; RuntimeObject * L_13 = ((L_11)->GetAddressAtUnchecked(static_cast(L_12)))->get_key_0(); V_3 = L_13; RuntimeObject * L_14 = V_3; if (!L_14) { goto IL_006d; } } { RuntimeObject * L_15 = V_3; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_16 = V_0; if ((((RuntimeObject*)(RuntimeObject *)L_15) == ((RuntimeObject*)(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190*)L_16))) { goto IL_006d; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_17 = V_1; RuntimeObject * L_18 = V_3; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_19 = V_0; int32_t L_20 = V_2; RuntimeObject * L_21 = ((L_19)->GetAddressAtUnchecked(static_cast(L_20)))->get_val_1(); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_17, L_18, L_21); } IL_006d: { int32_t L_22 = V_2; if ((((int32_t)L_22) > ((int32_t)0))) { goto IL_0042; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_23 = V_1; return L_23; } } // System.Boolean System.Collections.Hashtable::Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hashtable_Contains_m52F09E6D41F701165B2BB9C3DBC14B1F76774293 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; bool L_1; L_1 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(18 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, __this, L_0); return L_1; } } // System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hashtable_ContainsKey_m1A68E827F7529A04DDC64F6B482639F98027486C (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* V_2 = NULL; uint32_t V_3 = 0; int32_t V_4 = 0; bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; { RuntimeObject * L_0 = ___key0; 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*)&_stringLiteralC94F5AC0843483C42F57211A309E77D97ADE18B1)), /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hashtable_ContainsKey_m1A68E827F7529A04DDC64F6B482639F98027486C_RuntimeMethod_var))); } IL_0018: { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_3 = __this->get_buckets_0(); V_2 = L_3; RuntimeObject * L_4 = ___key0; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_5 = V_2; uint32_t L_6; L_6 = Hashtable_InitHash_mA5CC4784C6FD9E5611E671F745A75E92442858E8(__this, L_4, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), (uint32_t*)(&V_0), (uint32_t*)(&V_1), /*hidden argument*/NULL); V_3 = L_6; V_4 = 0; uint32_t L_7 = V_0; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_8 = V_2; V_6 = ((int32_t)((uint32_t)(int32_t)L_7%(uint32_t)(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))))); } IL_0038: { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_9 = V_2; int32_t L_10 = V_6; int32_t L_11 = L_10; bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_12 = (L_9)->GetAtUnchecked(static_cast(L_11)); V_5 = L_12; bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_13 = V_5; RuntimeObject * L_14 = L_13.get_key_0(); if (L_14) { goto IL_004d; } } { return (bool)0; } IL_004d: { bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_15 = V_5; int32_t L_16 = L_15.get_hash_coll_2(); uint32_t L_17 = V_3; if ((!(((uint64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_16&(int32_t)((int32_t)2147483647LL)))))) == ((uint64_t)((int64_t)((uint64_t)L_17)))))) { goto IL_0071; } } { bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_18 = V_5; RuntimeObject * L_19 = L_18.get_key_0(); RuntimeObject * L_20 = ___key0; bool L_21; L_21 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(25 /* System.Boolean System.Collections.Hashtable::KeyEquals(System.Object,System.Object) */, __this, L_19, L_20); if (!L_21) { goto IL_0071; } } { return (bool)1; } IL_0071: { int32_t L_22 = V_6; uint32_t L_23 = V_1; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_24 = V_2; V_6 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)L_22)), (int64_t)((int64_t)((uint64_t)L_23))))%(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))))))))))); bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_25 = V_5; int32_t L_26 = L_25.get_hash_coll_2(); if ((((int32_t)L_26) >= ((int32_t)0))) { goto IL_0095; } } { int32_t L_27 = V_4; int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); V_4 = L_28; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_29 = V_2; if ((((int32_t)L_28) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))))) { goto IL_0038; } } IL_0095: { return (bool)0; } } // System.Void System.Collections.Hashtable::CopyKeys(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_CopyKeys_m9F1168118A0CF7753C41C514AD787BCA0A2A79D2 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* V_0 = NULL; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_0 = __this->get_buckets_0(); V_0 = L_0; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_1 = V_0; V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); goto IL_0033; } IL_000d: { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_2 = V_0; int32_t L_3 = V_1; RuntimeObject * L_4 = ((L_2)->GetAddressAtUnchecked(static_cast(L_3)))->get_key_0(); V_2 = L_4; RuntimeObject * L_5 = V_2; if (!L_5) { goto IL_0033; } } { RuntimeObject * L_6 = V_2; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_7 = __this->get_buckets_0(); if ((((RuntimeObject*)(RuntimeObject *)L_6) == ((RuntimeObject*)(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190*)L_7))) { goto IL_0033; } } { RuntimeArray * L_8 = ___array0; RuntimeObject * L_9 = V_2; int32_t L_10 = ___arrayIndex1; int32_t L_11 = L_10; ___arrayIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_8, L_9, L_11, /*hidden argument*/NULL); } IL_0033: { int32_t L_12 = V_1; int32_t L_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); V_1 = L_13; if ((((int32_t)L_13) >= ((int32_t)0))) { goto IL_000d; } } { return; } } // System.Void System.Collections.Hashtable::CopyEntries(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_CopyEntries_mB4871BD66D91BA03CF7B935701D4DC2DC36F285B (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* V_0 = NULL; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_3; memset((&V_3), 0, sizeof(V_3)); { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_0 = __this->get_buckets_0(); V_0 = L_0; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_1 = V_0; V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); goto IL_004c; } IL_000d: { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_2 = V_0; int32_t L_3 = V_1; RuntimeObject * L_4 = ((L_2)->GetAddressAtUnchecked(static_cast(L_3)))->get_key_0(); V_2 = L_4; RuntimeObject * L_5 = V_2; if (!L_5) { goto IL_004c; } } { RuntimeObject * L_6 = V_2; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_7 = __this->get_buckets_0(); if ((((RuntimeObject*)(RuntimeObject *)L_6) == ((RuntimeObject*)(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190*)L_7))) { goto IL_004c; } } { RuntimeObject * L_8 = V_2; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_9 = V_0; int32_t L_10 = V_1; RuntimeObject * L_11 = ((L_9)->GetAddressAtUnchecked(static_cast(L_10)))->get_val_1(); DictionaryEntry__ctor_mF383FECC02E6A6FA003D609E63697A9FC010BCB4((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_3), L_8, L_11, /*hidden argument*/NULL); RuntimeArray * L_12 = ___array0; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_13 = V_3; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_14 = L_13; RuntimeObject * L_15 = Box(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var, &L_14); int32_t L_16 = ___arrayIndex1; int32_t L_17 = L_16; ___arrayIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_12, L_15, L_17, /*hidden argument*/NULL); } IL_004c: { int32_t L_18 = V_1; int32_t L_19 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); V_1 = L_19; if ((((int32_t)L_19) >= ((int32_t)0))) { goto IL_000d; } } { return; } } // System.Void System.Collections.Hashtable::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_CopyTo_m6F5114B4C4D136731E70191CD5CFFEFC546A8F69 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; 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*)&_stringLiteralCAA2F88999132DA5422C607B25387A98089B3B06)), /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hashtable_CopyTo_m6F5114B4C4D136731E70191CD5CFFEFC546A8F69_RuntimeMethod_var))); } IL_0018: { RuntimeArray * L_3 = ___array0; int32_t L_4; L_4 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_0031; } } { String_t* L_5; L_5 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), /*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*)&Hashtable_CopyTo_m6F5114B4C4D136731E70191CD5CFFEFC546A8F69_RuntimeMethod_var))); } IL_0031: { int32_t L_7 = ___arrayIndex1; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_004a; } } { String_t* L_8; L_8 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_9 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4)), L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hashtable_CopyTo_m6F5114B4C4D136731E70191CD5CFFEFC546A8F69_RuntimeMethod_var))); } IL_004a: { RuntimeArray * L_10 = ___array0; int32_t L_11; L_11 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_10, /*hidden argument*/NULL); int32_t L_12 = ___arrayIndex1; int32_t L_13; L_13 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 System.Collections.Hashtable::get_Count() */, __this); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))) >= ((int32_t)L_13))) { goto IL_006a; } } { String_t* L_14; L_14 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_15 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hashtable_CopyTo_m6F5114B4C4D136731E70191CD5CFFEFC546A8F69_RuntimeMethod_var))); } IL_006a: { RuntimeArray * L_16 = ___array0; int32_t L_17 = ___arrayIndex1; Hashtable_CopyEntries_mB4871BD66D91BA03CF7B935701D4DC2DC36F285B(__this, L_16, L_17, /*hidden argument*/NULL); return; } } // System.Collections.KeyValuePairs[] System.Collections.Hashtable::ToKeyValuePairsArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB* Hashtable_ToKeyValuePairsArray_m76F2F77FB6A126C5FA1D183E097ABE80AAE66280 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB* V_0 = NULL; int32_t V_1 = 0; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* V_2 = NULL; int32_t V_3 = 0; RuntimeObject * V_4 = NULL; { int32_t L_0 = __this->get_count_1(); KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB* L_1 = (KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB*)(KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB*)SZArrayNew(KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; V_1 = 0; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_2 = __this->get_buckets_0(); V_2 = L_2; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_3 = V_2; V_3 = ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))); goto IL_0051; } IL_001b: { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_4 = V_2; int32_t L_5 = V_3; RuntimeObject * L_6 = ((L_4)->GetAddressAtUnchecked(static_cast(L_5)))->get_key_0(); V_4 = L_6; RuntimeObject * L_7 = V_4; if (!L_7) { goto IL_0051; } } { RuntimeObject * L_8 = V_4; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_9 = __this->get_buckets_0(); if ((((RuntimeObject*)(RuntimeObject *)L_8) == ((RuntimeObject*)(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190*)L_9))) { goto IL_0051; } } { KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB* L_10 = V_0; int32_t L_11 = V_1; int32_t L_12 = L_11; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); RuntimeObject * L_13 = V_4; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_14 = V_2; int32_t L_15 = V_3; RuntimeObject * L_16 = ((L_14)->GetAddressAtUnchecked(static_cast(L_15)))->get_val_1(); KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B * L_17 = (KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B *)il2cpp_codegen_object_new(KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B_il2cpp_TypeInfo_var); KeyValuePairs__ctor_m73896CD02F6426318A8EE3A405CB8BF4D916438A(L_17, L_13, L_16, /*hidden argument*/NULL); ArrayElementTypeCheck (L_10, L_17); (L_10)->SetAtUnchecked(static_cast(L_12), (KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B *)L_17); } IL_0051: { int32_t L_18 = V_3; int32_t L_19 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); V_3 = L_19; if ((((int32_t)L_19) >= ((int32_t)0))) { goto IL_001b; } } { KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB* L_20 = V_0; return L_20; } } // System.Void System.Collections.Hashtable::CopyValues(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_CopyValues_m1DAC1D3FF14710C2117E74E4D1C5B106BE329D27 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* V_0 = NULL; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_0 = __this->get_buckets_0(); V_0 = L_0; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_1 = V_0; V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); goto IL_003e; } IL_000d: { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_2 = V_0; int32_t L_3 = V_1; RuntimeObject * L_4 = ((L_2)->GetAddressAtUnchecked(static_cast(L_3)))->get_key_0(); V_2 = L_4; RuntimeObject * L_5 = V_2; if (!L_5) { goto IL_003e; } } { RuntimeObject * L_6 = V_2; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_7 = __this->get_buckets_0(); if ((((RuntimeObject*)(RuntimeObject *)L_6) == ((RuntimeObject*)(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190*)L_7))) { goto IL_003e; } } { RuntimeArray * L_8 = ___array0; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_9 = V_0; int32_t L_10 = V_1; RuntimeObject * L_11 = ((L_9)->GetAddressAtUnchecked(static_cast(L_10)))->get_val_1(); int32_t L_12 = ___arrayIndex1; int32_t L_13 = L_12; ___arrayIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_8, L_11, L_13, /*hidden argument*/NULL); } IL_003e: { int32_t L_14 = V_1; int32_t L_15 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)); V_1 = L_15; if ((((int32_t)L_15) >= ((int32_t)0))) { goto IL_000d; } } { return; } } // System.Object System.Collections.Hashtable::get_Item(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Hashtable_get_Item_m48A4B96C9E2BABCF5CC2F555E0046E2FDF7BA003 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* V_2 = NULL; uint32_t V_3 = 0; int32_t V_4 = 0; bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; { RuntimeObject * L_0 = ___key0; 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*)&_stringLiteralC94F5AC0843483C42F57211A309E77D97ADE18B1)), /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hashtable_get_Item_m48A4B96C9E2BABCF5CC2F555E0046E2FDF7BA003_RuntimeMethod_var))); } IL_0018: { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_3 = __this->get_buckets_0(); V_2 = L_3; RuntimeObject * L_4 = ___key0; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_5 = V_2; uint32_t L_6; L_6 = Hashtable_InitHash_mA5CC4784C6FD9E5611E671F745A75E92442858E8(__this, L_4, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), (uint32_t*)(&V_0), (uint32_t*)(&V_1), /*hidden argument*/NULL); V_3 = L_6; V_4 = 0; uint32_t L_7 = V_0; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_8 = V_2; V_6 = ((int32_t)((uint32_t)(int32_t)L_7%(uint32_t)(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))))); } IL_0038: { V_8 = 0; } IL_003b: { int32_t L_9 = __this->get_version_5(); il2cpp_codegen_memory_barrier(); V_7 = L_9; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_10 = V_2; int32_t L_11 = V_6; int32_t L_12 = L_11; bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_13 = (L_10)->GetAtUnchecked(static_cast(L_12)); V_5 = L_13; int32_t L_14 = V_8; int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); V_8 = L_15; if (((int32_t)((int32_t)L_15%(int32_t)8))) { goto IL_0060; } } { Thread_Sleep_m8E61FC80BD38981CB18CA549909710790283DDCC(1, /*hidden argument*/NULL); } IL_0060: { bool L_16 = __this->get_isWriterInProgress_6(); il2cpp_codegen_memory_barrier(); if (L_16) { goto IL_003b; } } { int32_t L_17 = V_7; int32_t L_18 = __this->get_version_5(); il2cpp_codegen_memory_barrier(); if ((!(((uint32_t)L_17) == ((uint32_t)L_18)))) { goto IL_003b; } } { bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_19 = V_5; RuntimeObject * L_20 = L_19.get_key_0(); if (L_20) { goto IL_0081; } } { return NULL; } IL_0081: { bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_21 = V_5; int32_t L_22 = L_21.get_hash_coll_2(); uint32_t L_23 = V_3; if ((!(((uint64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_22&(int32_t)((int32_t)2147483647LL)))))) == ((uint64_t)((int64_t)((uint64_t)L_23)))))) { goto IL_00ab; } } { bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_24 = V_5; RuntimeObject * L_25 = L_24.get_key_0(); RuntimeObject * L_26 = ___key0; bool L_27; L_27 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(25 /* System.Boolean System.Collections.Hashtable::KeyEquals(System.Object,System.Object) */, __this, L_25, L_26); if (!L_27) { goto IL_00ab; } } { bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_28 = V_5; RuntimeObject * L_29 = L_28.get_val_1(); return L_29; } IL_00ab: { int32_t L_30 = V_6; uint32_t L_31 = V_1; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_32 = V_2; V_6 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)L_30)), (int64_t)((int64_t)((uint64_t)L_31))))%(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length))))))))))); bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_33 = V_5; int32_t L_34 = L_33.get_hash_coll_2(); if ((((int32_t)L_34) >= ((int32_t)0))) { goto IL_00d2; } } { int32_t L_35 = V_4; int32_t L_36 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); V_4 = L_36; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_37 = V_2; if ((((int32_t)L_36) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length)))))) { goto IL_0038; } } IL_00d2: { return NULL; } } // System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_set_Item_m0DD7333B508B9A17B9583975EA1093507F1CFD14 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; RuntimeObject * L_1 = ___value1; Hashtable_Insert_m3E4BC7896AD77D4F2F47496934E3E55115624942(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable::expand() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_expand_m6808EE735BA5699CD6B24AF9BB18B690F500A0DC (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_0 = __this->get_buckets_0(); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); int32_t L_1; L_1 = HashHelpers_ExpandPrime_mDF4B4A0DAAC129E5414698CBFF3100D4007E765C(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; Hashtable_rehash_m268A3BAF8DEF094F09397758B6746E1B6745950F(__this, L_2, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable::rehash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_rehash_mE6694CE547C869FBC66B60B044586813218DDBF7 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method) { { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_0 = __this->get_buckets_0(); Hashtable_rehash_m268A3BAF8DEF094F09397758B6746E1B6745950F(__this, ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable::UpdateVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_UpdateVersion_mAF8DACB9B82B538B70EC4DCF90B3747A696432AE (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_version_5(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_version_5(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); return; } } // System.Void System.Collections.Hashtable::rehash(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_rehash_m268A3BAF8DEF094F09397758B6746E1B6745950F (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, int32_t ___newsize0, bool ___forceNewHashCode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* V_0 = NULL; int32_t V_1 = 0; bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t G_B6_0 = 0; { __this->set_occupancy_2(0); int32_t L_0 = ___newsize0; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_1 = (bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190*)(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190*)SZArrayNew(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; V_1 = 0; goto IL_006b; } IL_0012: { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_2 = __this->get_buckets_0(); int32_t L_3 = V_1; int32_t L_4 = L_3; bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_5 = (L_2)->GetAtUnchecked(static_cast(L_4)); V_2 = L_5; bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_6 = V_2; RuntimeObject * L_7 = L_6.get_key_0(); if (!L_7) { goto IL_0067; } } { bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_8 = V_2; RuntimeObject * L_9 = L_8.get_key_0(); bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_10 = __this->get_buckets_0(); if ((((RuntimeObject*)(RuntimeObject *)L_9) == ((RuntimeObject*)(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190*)L_10))) { goto IL_0067; } } { bool L_11 = ___forceNewHashCode1; if (L_11) { goto IL_0040; } } { bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_12 = V_2; int32_t L_13 = L_12.get_hash_coll_2(); G_B6_0 = L_13; goto IL_004c; } IL_0040: { bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_14 = V_2; RuntimeObject * L_15 = L_14.get_key_0(); int32_t L_16; L_16 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.Hashtable::GetHash(System.Object) */, __this, L_15); G_B6_0 = L_16; } IL_004c: { V_3 = ((int32_t)((int32_t)G_B6_0&(int32_t)((int32_t)2147483647LL))); bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_17 = V_0; bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_18 = V_2; RuntimeObject * L_19 = L_18.get_key_0(); bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_20 = V_2; RuntimeObject * L_21 = L_20.get_val_1(); int32_t L_22 = V_3; Hashtable_putEntry_mB7326ECA2B72EAFA3EC5EC91F49D5C8578C1AAFA(__this, L_17, L_19, L_21, L_22, /*hidden argument*/NULL); } IL_0067: { int32_t L_23 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_006b: { int32_t L_24 = V_1; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_25 = __this->get_buckets_0(); if ((((int32_t)L_24) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))) { goto IL_0012; } } { Thread_BeginCriticalRegion_m919E28BF2E8A2887323D51737DCFD902E301C656(/*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_isWriterInProgress_6(1); bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_26 = V_0; __this->set_buckets_0(L_26); float L_27 = __this->get_loadFactor_4(); int32_t L_28 = ___newsize0; __this->set_loadsize_3(il2cpp_codegen_cast_double_to_int(((float)il2cpp_codegen_multiply((float)L_27, (float)((float)((float)L_28)))))); Hashtable_UpdateVersion_mAF8DACB9B82B538B70EC4DCF90B3747A696432AE(__this, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_isWriterInProgress_6(0); Thread_EndCriticalRegion_m61AA3547233ADB3CD128FBB1962664C2AE3F5F88(/*hidden argument*/NULL); return; } } // System.Collections.IEnumerator System.Collections.Hashtable::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Hashtable_System_Collections_IEnumerable_GetEnumerator_mDC0B8CE3CE5420BC1591873FB08BEFE52617B46A (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashtableEnumerator_tE0C1E58CD53485371C1A23E5120E89BC93D97FDF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { HashtableEnumerator_tE0C1E58CD53485371C1A23E5120E89BC93D97FDF * L_0 = (HashtableEnumerator_tE0C1E58CD53485371C1A23E5120E89BC93D97FDF *)il2cpp_codegen_object_new(HashtableEnumerator_tE0C1E58CD53485371C1A23E5120E89BC93D97FDF_il2cpp_TypeInfo_var); HashtableEnumerator__ctor_m71DA7F2E6FED75758CE0EA9656023D8A6F871B2A(L_0, __this, 3, /*hidden argument*/NULL); return L_0; } } // System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Hashtable_GetEnumerator_m8C1475BB48825C67FF82534638E4F7833B72D37E (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashtableEnumerator_tE0C1E58CD53485371C1A23E5120E89BC93D97FDF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { HashtableEnumerator_tE0C1E58CD53485371C1A23E5120E89BC93D97FDF * L_0 = (HashtableEnumerator_tE0C1E58CD53485371C1A23E5120E89BC93D97FDF *)il2cpp_codegen_object_new(HashtableEnumerator_tE0C1E58CD53485371C1A23E5120E89BC93D97FDF_il2cpp_TypeInfo_var); HashtableEnumerator__ctor_m71DA7F2E6FED75758CE0EA9656023D8A6F871B2A(L_0, __this, 3, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Collections.Hashtable::GetHash(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Hashtable_GetHash_mC65D4190CF7AF7F0D0A3A0C6D15A13F732E5D626 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__keycomparer_8(); if (!L_0) { goto IL_0015; } } { RuntimeObject* L_1 = __this->get__keycomparer_8(); RuntimeObject * L_2 = ___key0; int32_t L_3; L_3 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(1 /* System.Int32 System.Collections.IEqualityComparer::GetHashCode(System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, L_1, L_2); return L_3; } IL_0015: { RuntimeObject * L_4 = ___key0; int32_t L_5; L_5 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4); return L_5; } } // System.Boolean System.Collections.Hashtable::KeyEquals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hashtable_KeyEquals_m48D7F9B7842E59ED48EFF3C4D1DAE0AD7009FD93 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeObject * ___item0, RuntimeObject * ___key1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_0 = __this->get_buckets_0(); RuntimeObject * L_1 = ___item0; if ((!(((RuntimeObject*)(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190*)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1)))) { goto IL_000b; } } { return (bool)0; } IL_000b: { RuntimeObject * L_2 = ___item0; RuntimeObject * L_3 = ___key1; if ((!(((RuntimeObject*)(RuntimeObject *)L_2) == ((RuntimeObject*)(RuntimeObject *)L_3)))) { goto IL_0011; } } { return (bool)1; } IL_0011: { RuntimeObject* L_4 = __this->get__keycomparer_8(); if (!L_4) { goto IL_0027; } } { RuntimeObject* L_5 = __this->get__keycomparer_8(); RuntimeObject * L_6 = ___item0; RuntimeObject * L_7 = ___key1; bool L_8; L_8 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, L_5, L_6, L_7); return L_8; } IL_0027: { RuntimeObject * L_9 = ___item0; if (!L_9) { goto IL_0032; } } { RuntimeObject * L_10 = ___item0; RuntimeObject * L_11 = ___key1; bool L_12; L_12 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_10, L_11); return L_12; } IL_0032: { return (bool)0; } } // System.Collections.ICollection System.Collections.Hashtable::get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Hashtable_get_Keys_m0737C415C163AFEA3E54EE0518C0A51ABCB110ED (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyCollection_tD156AF123B81AE9183976AA8743E5D6B30030CCE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_keys_7(); if (L_0) { goto IL_0014; } } { KeyCollection_tD156AF123B81AE9183976AA8743E5D6B30030CCE * L_1 = (KeyCollection_tD156AF123B81AE9183976AA8743E5D6B30030CCE *)il2cpp_codegen_object_new(KeyCollection_tD156AF123B81AE9183976AA8743E5D6B30030CCE_il2cpp_TypeInfo_var); KeyCollection__ctor_m1BB5D1BABF8743664A388E3AC8E03FCA9DC4814D(L_1, __this, /*hidden argument*/NULL); __this->set_keys_7(L_1); } IL_0014: { RuntimeObject* L_2 = __this->get_keys_7(); return L_2; } } // System.Void System.Collections.Hashtable::Insert(System.Object,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_Insert_m3E4BC7896AD77D4F2F47496934E3E55115624942 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeObject * ___key0, RuntimeObject * ___nvalue1, bool ___add2, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { RuntimeObject * L_0 = ___key0; 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*)&_stringLiteralC94F5AC0843483C42F57211A309E77D97ADE18B1)), /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hashtable_Insert_m3E4BC7896AD77D4F2F47496934E3E55115624942_RuntimeMethod_var))); } IL_0018: { int32_t L_3 = __this->get_count_1(); int32_t L_4 = __this->get_loadsize_3(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_002e; } } { Hashtable_expand_m6808EE735BA5699CD6B24AF9BB18B690F500A0DC(__this, /*hidden argument*/NULL); goto IL_004c; } IL_002e: { int32_t L_5 = __this->get_occupancy_2(); int32_t L_6 = __this->get_loadsize_3(); if ((((int32_t)L_5) <= ((int32_t)L_6))) { goto IL_004c; } } { int32_t L_7 = __this->get_count_1(); if ((((int32_t)L_7) <= ((int32_t)((int32_t)100)))) { goto IL_004c; } } { Hashtable_rehash_mE6694CE547C869FBC66B60B044586813218DDBF7(__this, /*hidden argument*/NULL); } IL_004c: { RuntimeObject * L_8 = ___key0; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_9 = __this->get_buckets_0(); uint32_t L_10; L_10 = Hashtable_InitHash_mA5CC4784C6FD9E5611E671F745A75E92442858E8(__this, L_8, ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (uint32_t*)(&V_0), (uint32_t*)(&V_1), /*hidden argument*/NULL); V_2 = L_10; V_3 = 0; V_4 = (-1); uint32_t L_11 = V_0; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_12 = __this->get_buckets_0(); V_5 = ((int32_t)((uint32_t)(int32_t)L_11%(uint32_t)(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))); } IL_0071: { int32_t L_13 = V_4; if ((!(((uint32_t)L_13) == ((uint32_t)(-1))))) { goto IL_00a9; } } { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_14 = __this->get_buckets_0(); int32_t L_15 = V_5; RuntimeObject * L_16 = ((L_14)->GetAddressAtUnchecked(static_cast(L_15)))->get_key_0(); bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_17 = __this->get_buckets_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_16) == ((RuntimeObject*)(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190*)L_17)))) { goto IL_00a9; } } { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_18 = __this->get_buckets_0(); int32_t L_19 = V_5; int32_t L_20 = ((L_18)->GetAddressAtUnchecked(static_cast(L_19)))->get_hash_coll_2(); if ((((int32_t)L_20) >= ((int32_t)0))) { goto IL_00a9; } } { int32_t L_21 = V_5; V_4 = L_21; } IL_00a9: { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_22 = __this->get_buckets_0(); int32_t L_23 = V_5; RuntimeObject * L_24 = ((L_22)->GetAddressAtUnchecked(static_cast(L_23)))->get_key_0(); if (!L_24) { goto IL_00f6; } } { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_25 = __this->get_buckets_0(); int32_t L_26 = V_5; RuntimeObject * L_27 = ((L_25)->GetAddressAtUnchecked(static_cast(L_26)))->get_key_0(); bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_28 = __this->get_buckets_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_27) == ((RuntimeObject*)(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190*)L_28)))) { goto IL_016d; } } { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_29 = __this->get_buckets_0(); int32_t L_30 = V_5; int32_t L_31 = ((L_29)->GetAddressAtUnchecked(static_cast(L_30)))->get_hash_coll_2(); if (((int64_t)((int64_t)((int64_t)((int64_t)L_31))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)-2147483648LL)))))))) { goto IL_016d; } } IL_00f6: { int32_t L_32 = V_4; if ((((int32_t)L_32) == ((int32_t)(-1)))) { goto IL_00ff; } } { int32_t L_33 = V_4; V_5 = L_33; } IL_00ff: { Thread_BeginCriticalRegion_m919E28BF2E8A2887323D51737DCFD902E301C656(/*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_isWriterInProgress_6(1); bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_34 = __this->get_buckets_0(); int32_t L_35 = V_5; RuntimeObject * L_36 = ___nvalue1; ((L_34)->GetAddressAtUnchecked(static_cast(L_35)))->set_val_1(L_36); bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_37 = __this->get_buckets_0(); int32_t L_38 = V_5; RuntimeObject * L_39 = ___key0; ((L_37)->GetAddressAtUnchecked(static_cast(L_38)))->set_key_0(L_39); bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_40 = __this->get_buckets_0(); int32_t L_41 = V_5; int32_t* L_42 = ((L_40)->GetAddressAtUnchecked(static_cast(L_41)))->get_address_of_hash_coll_2(); int32_t* L_43 = L_42; int32_t L_44 = *((int32_t*)L_43); uint32_t L_45 = V_2; *((int32_t*)L_43) = (int32_t)((int32_t)((int32_t)L_44|(int32_t)L_45)); int32_t L_46 = __this->get_count_1(); __this->set_count_1(((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1))); Hashtable_UpdateVersion_mAF8DACB9B82B538B70EC4DCF90B3747A696432AE(__this, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_isWriterInProgress_6(0); Thread_EndCriticalRegion_m61AA3547233ADB3CD128FBB1962664C2AE3F5F88(/*hidden argument*/NULL); return; } IL_016d: { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_47 = __this->get_buckets_0(); int32_t L_48 = V_5; int32_t L_49 = ((L_47)->GetAddressAtUnchecked(static_cast(L_48)))->get_hash_coll_2(); uint32_t L_50 = V_2; if ((!(((uint64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_49&(int32_t)((int32_t)2147483647LL)))))) == ((uint64_t)((int64_t)((uint64_t)L_50)))))) { goto IL_0210; } } { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_51 = __this->get_buckets_0(); int32_t L_52 = V_5; RuntimeObject * L_53 = ((L_51)->GetAddressAtUnchecked(static_cast(L_52)))->get_key_0(); RuntimeObject * L_54 = ___key0; bool L_55; L_55 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(25 /* System.Boolean System.Collections.Hashtable::KeyEquals(System.Object,System.Object) */, __this, L_53, L_54); if (!L_55) { goto IL_0210; } } { bool L_56 = ___add2; if (!L_56) { goto IL_01da; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_57 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_58 = L_57; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_59 = __this->get_buckets_0(); int32_t L_60 = V_5; RuntimeObject * L_61 = ((L_59)->GetAddressAtUnchecked(static_cast(L_60)))->get_key_0(); ArrayElementTypeCheck (L_58, L_61); (L_58)->SetAtUnchecked(static_cast(0), (RuntimeObject *)L_61); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_62 = L_58; RuntimeObject * L_63 = ___key0; ArrayElementTypeCheck (L_62, L_63); (L_62)->SetAtUnchecked(static_cast(1), (RuntimeObject *)L_63); String_t* L_64; L_64 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62EDD94B35AE1C598F9C8060E6F26AD1470D672D)), L_62, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_65 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_65, L_64, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_65, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hashtable_Insert_m3E4BC7896AD77D4F2F47496934E3E55115624942_RuntimeMethod_var))); } IL_01da: { Thread_BeginCriticalRegion_m919E28BF2E8A2887323D51737DCFD902E301C656(/*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_isWriterInProgress_6(1); bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_66 = __this->get_buckets_0(); int32_t L_67 = V_5; RuntimeObject * L_68 = ___nvalue1; ((L_66)->GetAddressAtUnchecked(static_cast(L_67)))->set_val_1(L_68); Hashtable_UpdateVersion_mAF8DACB9B82B538B70EC4DCF90B3747A696432AE(__this, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_isWriterInProgress_6(0); Thread_EndCriticalRegion_m61AA3547233ADB3CD128FBB1962664C2AE3F5F88(/*hidden argument*/NULL); return; } IL_0210: { int32_t L_69 = V_4; if ((!(((uint32_t)L_69) == ((uint32_t)(-1))))) { goto IL_0253; } } { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_70 = __this->get_buckets_0(); int32_t L_71 = V_5; int32_t L_72 = ((L_70)->GetAddressAtUnchecked(static_cast(L_71)))->get_hash_coll_2(); if ((((int32_t)L_72) < ((int32_t)0))) { goto IL_0253; } } { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_73 = __this->get_buckets_0(); int32_t L_74 = V_5; int32_t* L_75 = ((L_73)->GetAddressAtUnchecked(static_cast(L_74)))->get_address_of_hash_coll_2(); int32_t* L_76 = L_75; int32_t L_77 = *((int32_t*)L_76); *((int32_t*)L_76) = (int32_t)((int32_t)((int32_t)L_77|(int32_t)((int32_t)-2147483648LL))); int32_t L_78 = __this->get_occupancy_2(); __this->set_occupancy_2(((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1))); } IL_0253: { int32_t L_79 = V_5; uint32_t L_80 = V_1; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_81 = __this->get_buckets_0(); V_5 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)L_79)), (int64_t)((int64_t)((uint64_t)L_80))))%(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_81)->max_length))))))))))); int32_t L_82 = V_3; int32_t L_83 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)); V_3 = L_83; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_84 = __this->get_buckets_0(); if ((((int32_t)L_83) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_84)->max_length)))))) { goto IL_0071; } } { int32_t L_85 = V_4; if ((((int32_t)L_85) == ((int32_t)(-1)))) { goto IL_02eb; } } { Thread_BeginCriticalRegion_m919E28BF2E8A2887323D51737DCFD902E301C656(/*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_isWriterInProgress_6(1); bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_86 = __this->get_buckets_0(); int32_t L_87 = V_4; RuntimeObject * L_88 = ___nvalue1; ((L_86)->GetAddressAtUnchecked(static_cast(L_87)))->set_val_1(L_88); bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_89 = __this->get_buckets_0(); int32_t L_90 = V_4; RuntimeObject * L_91 = ___key0; ((L_89)->GetAddressAtUnchecked(static_cast(L_90)))->set_key_0(L_91); bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_92 = __this->get_buckets_0(); int32_t L_93 = V_4; int32_t* L_94 = ((L_92)->GetAddressAtUnchecked(static_cast(L_93)))->get_address_of_hash_coll_2(); int32_t* L_95 = L_94; int32_t L_96 = *((int32_t*)L_95); uint32_t L_97 = V_2; *((int32_t*)L_95) = (int32_t)((int32_t)((int32_t)L_96|(int32_t)L_97)); int32_t L_98 = __this->get_count_1(); __this->set_count_1(((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1))); Hashtable_UpdateVersion_mAF8DACB9B82B538B70EC4DCF90B3747A696432AE(__this, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_isWriterInProgress_6(0); Thread_EndCriticalRegion_m61AA3547233ADB3CD128FBB1962664C2AE3F5F88(/*hidden argument*/NULL); return; } IL_02eb: { String_t* L_99; L_99 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD48F64ABB05D3F39046297B361BD8AA53451659A)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_100 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_100, L_99, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_100, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hashtable_Insert_m3E4BC7896AD77D4F2F47496934E3E55115624942_RuntimeMethod_var))); } } // System.Void System.Collections.Hashtable::putEntry(System.Collections.Hashtable/bucket[],System.Object,System.Object,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_putEntry_mB7326ECA2B72EAFA3EC5EC91F49D5C8578C1AAFA (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* ___newBuckets0, RuntimeObject * ___key1, RuntimeObject * ___nvalue2, int32_t ___hashcode3, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___hashcode3; V_0 = L_0; uint32_t L_1 = V_0; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_2 = ___newBuckets0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)((int32_t)((uint32_t)(int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)((int32_t)101)))%(uint32_t)(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), (int32_t)1)))))); uint32_t L_3 = V_0; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_4 = ___newBuckets0; V_2 = ((int32_t)((uint32_t)(int32_t)L_3%(uint32_t)(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))); } IL_0016: { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_5 = ___newBuckets0; int32_t L_6 = V_2; RuntimeObject * L_7 = ((L_5)->GetAddressAtUnchecked(static_cast(L_6)))->get_key_0(); if (!L_7) { goto IL_0038; } } { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_8 = ___newBuckets0; int32_t L_9 = V_2; RuntimeObject * L_10 = ((L_8)->GetAddressAtUnchecked(static_cast(L_9)))->get_key_0(); bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_11 = __this->get_buckets_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_10) == ((RuntimeObject*)(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190*)L_11)))) { goto IL_0065; } } IL_0038: { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_12 = ___newBuckets0; int32_t L_13 = V_2; RuntimeObject * L_14 = ___nvalue2; ((L_12)->GetAddressAtUnchecked(static_cast(L_13)))->set_val_1(L_14); bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_15 = ___newBuckets0; int32_t L_16 = V_2; RuntimeObject * L_17 = ___key1; ((L_15)->GetAddressAtUnchecked(static_cast(L_16)))->set_key_0(L_17); bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_18 = ___newBuckets0; int32_t L_19 = V_2; int32_t* L_20 = ((L_18)->GetAddressAtUnchecked(static_cast(L_19)))->get_address_of_hash_coll_2(); int32_t* L_21 = L_20; int32_t L_22 = *((int32_t*)L_21); int32_t L_23 = ___hashcode3; *((int32_t*)L_21) = (int32_t)((int32_t)((int32_t)L_22|(int32_t)L_23)); return; } IL_0065: { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_24 = ___newBuckets0; int32_t L_25 = V_2; int32_t L_26 = ((L_24)->GetAddressAtUnchecked(static_cast(L_25)))->get_hash_coll_2(); if ((((int32_t)L_26) < ((int32_t)0))) { goto IL_0097; } } { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_27 = ___newBuckets0; int32_t L_28 = V_2; int32_t* L_29 = ((L_27)->GetAddressAtUnchecked(static_cast(L_28)))->get_address_of_hash_coll_2(); int32_t* L_30 = L_29; int32_t L_31 = *((int32_t*)L_30); *((int32_t*)L_30) = (int32_t)((int32_t)((int32_t)L_31|(int32_t)((int32_t)-2147483648LL))); int32_t L_32 = __this->get_occupancy_2(); __this->set_occupancy_2(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1))); } IL_0097: { int32_t L_33 = V_2; uint32_t L_34 = V_1; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_35 = ___newBuckets0; V_2 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)L_33)), (int64_t)((int64_t)((uint64_t)L_34))))%(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length))))))))))); goto IL_0016; } } // System.Void System.Collections.Hashtable::Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_Remove_m7FD8E0D9AA0AC101D3F35104C0E4ED6369B847B5 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; int32_t V_3 = 0; bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; { RuntimeObject * L_0 = ___key0; 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*)&_stringLiteralC94F5AC0843483C42F57211A309E77D97ADE18B1)), /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hashtable_Remove_m7FD8E0D9AA0AC101D3F35104C0E4ED6369B847B5_RuntimeMethod_var))); } IL_0018: { RuntimeObject * L_3 = ___key0; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_4 = __this->get_buckets_0(); uint32_t L_5; L_5 = Hashtable_InitHash_mA5CC4784C6FD9E5611E671F745A75E92442858E8(__this, L_3, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), (uint32_t*)(&V_0), (uint32_t*)(&V_1), /*hidden argument*/NULL); V_2 = L_5; V_3 = 0; uint32_t L_6 = V_0; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_7 = __this->get_buckets_0(); V_5 = ((int32_t)((uint32_t)(int32_t)L_6%(uint32_t)(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))))); } IL_003a: { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_8 = __this->get_buckets_0(); int32_t L_9 = V_5; int32_t L_10 = L_9; bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_11 = (L_8)->GetAtUnchecked(static_cast(L_10)); V_4 = L_11; bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_12 = V_4; int32_t L_13 = L_12.get_hash_coll_2(); uint32_t L_14 = V_2; if ((!(((uint64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_13&(int32_t)((int32_t)2147483647LL)))))) == ((uint64_t)((int64_t)((uint64_t)L_14)))))) { goto IL_0111; } } { bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_15 = V_4; RuntimeObject * L_16 = L_15.get_key_0(); RuntimeObject * L_17 = ___key0; bool L_18; L_18 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(25 /* System.Boolean System.Collections.Hashtable::KeyEquals(System.Object,System.Object) */, __this, L_16, L_17); if (!L_18) { goto IL_0111; } } { Thread_BeginCriticalRegion_m919E28BF2E8A2887323D51737DCFD902E301C656(/*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_isWriterInProgress_6(1); bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_19 = __this->get_buckets_0(); int32_t L_20 = V_5; int32_t* L_21 = ((L_19)->GetAddressAtUnchecked(static_cast(L_20)))->get_address_of_hash_coll_2(); int32_t* L_22 = L_21; int32_t L_23 = *((int32_t*)L_22); *((int32_t*)L_22) = (int32_t)((int32_t)((int32_t)L_23&(int32_t)((int32_t)-2147483648LL))); bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_24 = __this->get_buckets_0(); int32_t L_25 = V_5; int32_t L_26 = ((L_24)->GetAddressAtUnchecked(static_cast(L_25)))->get_hash_coll_2(); if (!L_26) { goto IL_00c8; } } { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_27 = __this->get_buckets_0(); int32_t L_28 = V_5; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_29 = __this->get_buckets_0(); ((L_27)->GetAddressAtUnchecked(static_cast(L_28)))->set_key_0((RuntimeObject *)L_29); goto IL_00db; } IL_00c8: { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_30 = __this->get_buckets_0(); int32_t L_31 = V_5; ((L_30)->GetAddressAtUnchecked(static_cast(L_31)))->set_key_0(NULL); } IL_00db: { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_32 = __this->get_buckets_0(); int32_t L_33 = V_5; ((L_32)->GetAddressAtUnchecked(static_cast(L_33)))->set_val_1(NULL); int32_t L_34 = __this->get_count_1(); __this->set_count_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1))); Hashtable_UpdateVersion_mAF8DACB9B82B538B70EC4DCF90B3747A696432AE(__this, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_isWriterInProgress_6(0); Thread_EndCriticalRegion_m61AA3547233ADB3CD128FBB1962664C2AE3F5F88(/*hidden argument*/NULL); return; } IL_0111: { int32_t L_35 = V_5; uint32_t L_36 = V_1; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_37 = __this->get_buckets_0(); V_5 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)L_35)), (int64_t)((int64_t)((uint64_t)L_36))))%(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length))))))))))); bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_38 = V_4; int32_t L_39 = L_38.get_hash_coll_2(); if ((((int32_t)L_39) >= ((int32_t)0))) { goto IL_0140; } } { int32_t L_40 = V_3; int32_t L_41 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); V_3 = L_41; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_42 = __this->get_buckets_0(); if ((((int32_t)L_41) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_42)->max_length)))))) { goto IL_003a; } } IL_0140: { return; } } // System.Object System.Collections.Hashtable::get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Hashtable_get_SyncRoot_m1C5690B4C804414832A8E6FF1E5EE08ADBD1AE6D (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = __this->get__syncRoot_9(); if (L_0) { goto IL_001a; } } { RuntimeObject ** L_1 = __this->get_address_of__syncRoot_9(); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_2, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = InterlockedCompareExchangeImpl((RuntimeObject **)L_1, L_2, NULL); } IL_001a: { RuntimeObject * L_4 = __this->get__syncRoot_9(); return L_4; } } // System.Int32 System.Collections.Hashtable::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Hashtable_get_Count_mAF5E94906CB8B7D5B5804886AC8CA9D88F3C1C8E (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_count_1(); return L_0; } } // System.Collections.Hashtable System.Collections.Hashtable::Synchronized(System.Collections.Hashtable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * Hashtable_Synchronized_mCDE8FE9824B27C417C924838DC9D6928C9E954B5 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___table0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SyncHashtable_t4F35FE38FB79C9F4C1F667D9DDD9836FA283841C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ___table0; 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*)&_stringLiteralB4054C6E4E11B87959DDCCED1FDA757609E47F49)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hashtable_Synchronized_mCDE8FE9824B27C417C924838DC9D6928C9E954B5_RuntimeMethod_var))); } IL_000e: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = ___table0; SyncHashtable_t4F35FE38FB79C9F4C1F667D9DDD9836FA283841C * L_3 = (SyncHashtable_t4F35FE38FB79C9F4C1F667D9DDD9836FA283841C *)il2cpp_codegen_object_new(SyncHashtable_t4F35FE38FB79C9F4C1F667D9DDD9836FA283841C_il2cpp_TypeInfo_var); SyncHashtable__ctor_m0BD836D3C8589B42D06CA7FF37E740B7B65DBFB4(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void System.Collections.Hashtable::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_GetObjectData_m51DC295F1C055230E37E3762839EB0DB88528E90 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11F27A23993F7FC4801D0240B7C41D835B44B745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1275D52763CF050C5A4C759818D60119CC35BD69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12B3B315E8F60BA82CD3BA50FEE2FE5C0949B763); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral539E8D7071DA3C24DE80E9DDA3E12DBCDC283FBB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA87F2ACE872ABEBEB39F138C43E3F9DFA255BDB1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_4 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_5 = NULL; CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929 * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; 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*)&_stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hashtable_GetObjectData_m51DC295F1C055230E37E3762839EB0DB88528E90_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2; L_2 = VirtFuncInvoker0< RuntimeObject * >::Invoke(28 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, __this); V_0 = L_2; V_1 = (bool)0; } IL_0017: try { // begin try (depth: 1) { RuntimeObject * L_3 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_3, (bool*)(&V_1), /*hidden argument*/NULL); int32_t L_4 = __this->get_version_5(); il2cpp_codegen_memory_barrier(); V_2 = L_4; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_5 = ___info0; float L_6 = __this->get_loadFactor_4(); SerializationInfo_AddValue_mDD4F509F1F86F89C5E11AA03ECE7D5E762F1D118(L_5, _stringLiteral539E8D7071DA3C24DE80E9DDA3E12DBCDC283FBB, L_6, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_7 = ___info0; int32_t L_8 = __this->get_version_5(); il2cpp_codegen_memory_barrier(); SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5(L_7, _stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1, L_8, /*hidden argument*/NULL); RuntimeObject* L_9 = __this->get__keycomparer_8(); V_3 = L_9; RuntimeObject* L_10 = V_3; if (L_10) { goto IL_0084; } } IL_0056: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_11 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_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); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_11, _stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9, NULL, L_13, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_14 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_0_0_0_var) }; Type_t * L_16; L_16 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_15, /*hidden argument*/NULL); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_14, _stringLiteralA87F2ACE872ABEBEB39F138C43E3F9DFA255BDB1, NULL, L_16, /*hidden argument*/NULL); goto IL_00e4; } IL_0084: { RuntimeObject* L_17 = V_3; if (!((CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929 *)IsInstClass((RuntimeObject*)L_17, CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929_il2cpp_TypeInfo_var))) { goto IL_00ce; } } IL_008c: { RuntimeObject* L_18 = V_3; V_6 = ((CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929 *)IsInstClass((RuntimeObject*)L_18, CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929_il2cpp_TypeInfo_var)); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_19 = ___info0; CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929 * L_20 = V_6; RuntimeObject* L_21; L_21 = CompatibleComparer_get_Comparer_m84C1E14B42C38BF539D84F77666360E617C66EF6_inline(L_20, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_22 = { reinterpret_cast (IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_23; L_23 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_22, /*hidden argument*/NULL); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_19, _stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9, L_21, L_23, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_24 = ___info0; CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929 * L_25 = V_6; RuntimeObject* L_26; L_26 = CompatibleComparer_get_HashCodeProvider_mF2F49E3ECDBE4720F11818002229D4CDF124975B_inline(L_25, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_27 = { reinterpret_cast (IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_0_0_0_var) }; Type_t * L_28; L_28 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_27, /*hidden argument*/NULL); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_24, _stringLiteralA87F2ACE872ABEBEB39F138C43E3F9DFA255BDB1, L_26, L_28, /*hidden argument*/NULL); goto IL_00e4; } IL_00ce: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_29 = ___info0; RuntimeObject* L_30 = V_3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_31 = { reinterpret_cast (IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_32; L_32 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_31, /*hidden argument*/NULL); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_29, _stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88, L_30, L_32, /*hidden argument*/NULL); } IL_00e4: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_33 = ___info0; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_34 = __this->get_buckets_0(); SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5(L_33, _stringLiteral1275D52763CF050C5A4C759818D60119CC35BD69, ((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length))), /*hidden argument*/NULL); int32_t L_35 = __this->get_count_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_36 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_35); V_4 = L_36; int32_t L_37 = __this->get_count_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_38 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_37); V_5 = L_38; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_39 = V_4; Hashtable_CopyKeys_m9F1168118A0CF7753C41C514AD787BCA0A2A79D2(__this, (RuntimeArray *)(RuntimeArray *)L_39, 0, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_40 = V_5; Hashtable_CopyValues_m1DAC1D3FF14710C2117E74E4D1C5B106BE329D27(__this, (RuntimeArray *)(RuntimeArray *)L_40, 0, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_41 = ___info0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_42 = V_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_43 = { reinterpret_cast (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_44; L_44 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_43, /*hidden argument*/NULL); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_41, _stringLiteral11F27A23993F7FC4801D0240B7C41D835B44B745, (RuntimeObject *)(RuntimeObject *)L_42, L_44, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_45 = ___info0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_46 = V_5; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_47 = { reinterpret_cast (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var) }; Type_t * L_48; L_48 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_47, /*hidden argument*/NULL); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_45, _stringLiteral12B3B315E8F60BA82CD3BA50FEE2FE5C0949B763, (RuntimeObject *)(RuntimeObject *)L_46, L_48, /*hidden argument*/NULL); int32_t L_49 = __this->get_version_5(); il2cpp_codegen_memory_barrier(); int32_t L_50 = V_2; if ((((int32_t)L_49) == ((int32_t)L_50))) { goto IL_016c; } } IL_015c: { String_t* L_51; L_51 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF8D08FCF1537043BF0289FA98C51BF5A3AC7C618)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_52 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_52, L_51, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_52, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hashtable_GetObjectData_m51DC295F1C055230E37E3762839EB0DB88528E90_RuntimeMethod_var))); } IL_016c: { IL2CPP_LEAVE(0x178, FINALLY_016e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_016e; } FINALLY_016e: { // begin finally (depth: 1) { bool L_53 = V_1; if (!L_53) { goto IL_0177; } } IL_0171: { RuntimeObject * L_54 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_54, /*hidden argument*/NULL); } IL_0177: { IL2CPP_END_FINALLY(366) } } // end finally (depth: 1) IL2CPP_CLEANUP(366) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x178, IL_0178) } IL_0178: { return; } } // System.Void System.Collections.Hashtable::OnDeserialization(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable_OnDeserialization_mB8830D8BABD739F537DE7EBEF3F90C74F0C898EB (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionalWeakTable_2_Remove_m311B542E354997FD9AF99516C911AD0408A51B5A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionalWeakTable_2_TryGetValue_mEF885DA19B41F4A1F481078F276C7F4F8A095063_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11F27A23993F7FC4801D0240B7C41D835B44B745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1275D52763CF050C5A4C759818D60119CC35BD69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12B3B315E8F60BA82CD3BA50FEE2FE5C0949B763); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral539E8D7071DA3C24DE80E9DDA3E12DBCDC283FBB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA87F2ACE872ABEBEB39F138C43E3F9DFA255BDB1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_4 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_5 = NULL; SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * V_6 = NULL; String_t* V_7 = NULL; uint32_t V_8 = 0; int32_t V_9 = 0; { bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_0 = __this->get_buckets_0(); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * L_1; L_1 = HashHelpers_get_SerializationInfoTable_mA9F1FCEE9A32DDF7A85038F7EDB5660761EB12A9(/*hidden argument*/NULL); bool L_2; L_2 = ConditionalWeakTable_2_TryGetValue_mEF885DA19B41F4A1F481078F276C7F4F8A095063(L_1, __this, (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 **)(&V_0), /*hidden argument*/ConditionalWeakTable_2_TryGetValue_mEF885DA19B41F4A1F481078F276C7F4F8A095063_RuntimeMethod_var); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_3 = V_0; if (L_3) { goto IL_002a; } } { String_t* L_4; L_4 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAEE8DD47F29A535762B8579D9E3E69D0D84968BB)), /*hidden argument*/NULL); SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_5 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hashtable_OnDeserialization_mB8830D8BABD739F537DE7EBEF3F90C74F0C898EB_RuntimeMethod_var))); } IL_002a: { V_1 = 0; V_2 = (RuntimeObject*)NULL; V_3 = (RuntimeObject*)NULL; V_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL; V_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_6 = V_0; SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_7; L_7 = SerializationInfo_GetEnumerator_m88A3A4E9DD1E1F276016B0205CF62DDB876B9575(L_6, /*hidden argument*/NULL); V_6 = L_7; goto IL_0213; } IL_0043: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_8 = V_6; String_t* L_9; L_9 = SerializationInfoEnumerator_get_Name_m77C59B00E71ADDFA65D08FE52BE16D4D0E4A2480(L_8, /*hidden argument*/NULL); V_7 = L_9; String_t* L_10 = V_7; uint32_t L_11; L_11 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_mB93B5E37F36C3B39E066B11F88014D2A69612967(L_10, /*hidden argument*/NULL); V_8 = L_11; uint32_t L_12 = V_8; if ((!(((uint32_t)L_12) <= ((uint32_t)((int32_t)1613443821))))) { goto IL_0084; } } { uint32_t L_13 = V_8; if ((((int32_t)L_13) == ((int32_t)((int32_t)891156946)))) { goto IL_00fe; } } { uint32_t L_14 = V_8; if ((((int32_t)L_14) == ((int32_t)((int32_t)1228509323)))) { goto IL_00e8; } } { uint32_t L_15 = V_8; if ((((int32_t)L_15) == ((int32_t)((int32_t)1613443821)))) { goto IL_012a; } } { goto IL_0213; } IL_0084: { uint32_t L_16 = V_8; if ((!(((uint32_t)L_16) <= ((uint32_t)((int32_t)-1810657867))))) { goto IL_00a7; } } { uint32_t L_17 = V_8; if ((((int32_t)L_17) == ((int32_t)((int32_t)-1924324773)))) { goto IL_0140; } } { uint32_t L_18 = V_8; if ((((int32_t)L_18) == ((int32_t)((int32_t)-1810657867)))) { goto IL_0114; } } { goto IL_0213; } IL_00a7: { uint32_t L_19 = V_8; if ((((int32_t)L_19) == ((int32_t)((int32_t)-938822048)))) { goto IL_00d2; } } { uint32_t L_20 = V_8; if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)-811751054))))) { goto IL_0213; } } { String_t* L_21 = V_7; bool L_22; L_22 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_21, _stringLiteral539E8D7071DA3C24DE80E9DDA3E12DBCDC283FBB, /*hidden argument*/NULL); if (L_22) { goto IL_0156; } } { goto IL_0213; } IL_00d2: { String_t* L_23 = V_7; bool L_24; L_24 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_23, _stringLiteral1275D52763CF050C5A4C759818D60119CC35BD69, /*hidden argument*/NULL); if (L_24) { goto IL_016c; } } { goto IL_0213; } IL_00e8: { String_t* L_25 = V_7; bool L_26; L_26 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_25, _stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88, /*hidden argument*/NULL); if (L_26) { goto IL_017d; } } { goto IL_0213; } IL_00fe: { String_t* L_27 = V_7; bool L_28; L_28 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_27, _stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9, /*hidden argument*/NULL); if (L_28) { goto IL_019f; } } { goto IL_0213; } IL_0114: { String_t* L_29 = V_7; bool L_30; L_30 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_29, _stringLiteralA87F2ACE872ABEBEB39F138C43E3F9DFA255BDB1, /*hidden argument*/NULL); if (L_30) { goto IL_01bc; } } { goto IL_0213; } IL_012a: { String_t* L_31 = V_7; bool L_32; L_32 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_31, _stringLiteral11F27A23993F7FC4801D0240B7C41D835B44B745, /*hidden argument*/NULL); if (L_32) { goto IL_01d9; } } { goto IL_0213; } IL_0140: { String_t* L_33 = V_7; bool L_34; L_34 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_33, _stringLiteral12B3B315E8F60BA82CD3BA50FEE2FE5C0949B763, /*hidden argument*/NULL); if (L_34) { goto IL_01f7; } } { goto IL_0213; } IL_0156: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_35 = V_0; float L_36; L_36 = SerializationInfo_GetSingle_m41F4C50406640BF61C126907DAEC7A0DFD70BAB6(L_35, _stringLiteral539E8D7071DA3C24DE80E9DDA3E12DBCDC283FBB, /*hidden argument*/NULL); __this->set_loadFactor_4(L_36); goto IL_0213; } IL_016c: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_37 = V_0; int32_t L_38; L_38 = SerializationInfo_GetInt32_mB22BBD01CBC189B7A76465CBFF7224F619395D30(L_37, _stringLiteral1275D52763CF050C5A4C759818D60119CC35BD69, /*hidden argument*/NULL); V_1 = L_38; goto IL_0213; } IL_017d: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_39 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_40 = { reinterpret_cast (IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_41; L_41 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_40, /*hidden argument*/NULL); RuntimeObject * L_42; L_42 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_39, _stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88, L_41, /*hidden argument*/NULL); __this->set__keycomparer_8(((RuntimeObject*)Castclass((RuntimeObject*)L_42, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var))); goto IL_0213; } IL_019f: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_43 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_44 = { reinterpret_cast (IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_45; L_45 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_44, /*hidden argument*/NULL); RuntimeObject * L_46; L_46 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_43, _stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9, L_45, /*hidden argument*/NULL); V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_46, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var)); goto IL_0213; } IL_01bc: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_47 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_48 = { reinterpret_cast (IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_49; L_49 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_48, /*hidden argument*/NULL); RuntimeObject * L_50; L_50 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_47, _stringLiteralA87F2ACE872ABEBEB39F138C43E3F9DFA255BDB1, L_49, /*hidden argument*/NULL); V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_50, IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_il2cpp_TypeInfo_var)); goto IL_0213; } IL_01d9: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_51 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_52 = { reinterpret_cast (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_53; L_53 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_52, /*hidden argument*/NULL); RuntimeObject * L_54; L_54 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_51, _stringLiteral11F27A23993F7FC4801D0240B7C41D835B44B745, L_53, /*hidden argument*/NULL); V_4 = ((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_54, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); goto IL_0213; } IL_01f7: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_55 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_56 = { reinterpret_cast (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_57; L_57 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_56, /*hidden argument*/NULL); RuntimeObject * L_58; L_58 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_55, _stringLiteral12B3B315E8F60BA82CD3BA50FEE2FE5C0949B763, L_57, /*hidden argument*/NULL); V_5 = ((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_58, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); } IL_0213: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_59 = V_6; bool L_60; L_60 = SerializationInfoEnumerator_MoveNext_m661034C94476113FEB5A3C98A5EA9456ACFA2E9F(L_59, /*hidden argument*/NULL); if (L_60) { goto IL_0043; } } { float L_61 = __this->get_loadFactor_4(); int32_t L_62 = V_1; __this->set_loadsize_3(il2cpp_codegen_cast_double_to_int(((float)il2cpp_codegen_multiply((float)L_61, (float)((float)((float)L_62)))))); RuntimeObject* L_63 = __this->get__keycomparer_8(); if (L_63) { goto IL_024a; } } { RuntimeObject* L_64 = V_2; if (L_64) { goto IL_023d; } } { RuntimeObject* L_65 = V_3; if (!L_65) { goto IL_024a; } } IL_023d: { RuntimeObject* L_66 = V_2; RuntimeObject* L_67 = V_3; CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929 * L_68 = (CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929 *)il2cpp_codegen_object_new(CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929_il2cpp_TypeInfo_var); CompatibleComparer__ctor_mC331722EEF22ABFD3486E957E478E49F1190AC60(L_68, L_66, L_67, /*hidden argument*/NULL); __this->set__keycomparer_8(L_68); } IL_024a: { int32_t L_69 = V_1; bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* L_70 = (bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190*)(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190*)SZArrayNew(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190_il2cpp_TypeInfo_var, (uint32_t)L_69); __this->set_buckets_0(L_70); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_71 = V_4; if (L_71) { goto IL_026a; } } { String_t* L_72; L_72 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral510566C3DEC92E3E44816C4A7EAE2F9AD72239E3)), /*hidden argument*/NULL); SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_73 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3(L_73, L_72, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_73, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hashtable_OnDeserialization_mB8830D8BABD739F537DE7EBEF3F90C74F0C898EB_RuntimeMethod_var))); } IL_026a: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_74 = V_5; if (L_74) { goto IL_027e; } } { String_t* L_75; L_75 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB85B9BFFDE3135B37337A7491E104BC8493E6C0)), /*hidden argument*/NULL); SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_76 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3(L_76, L_75, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_76, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hashtable_OnDeserialization_mB8830D8BABD739F537DE7EBEF3F90C74F0C898EB_RuntimeMethod_var))); } IL_027e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_77 = V_4; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_78 = V_5; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_77)->max_length)))) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_78)->max_length)))))) { goto IL_0298; } } { String_t* L_79; L_79 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8AF22EA5A6A5A696D2456E9227B5745A698E05A8)), /*hidden argument*/NULL); SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_80 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3(L_80, L_79, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_80, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hashtable_OnDeserialization_mB8830D8BABD739F537DE7EBEF3F90C74F0C898EB_RuntimeMethod_var))); } IL_0298: { V_9 = 0; goto IL_02cb; } IL_029d: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_81 = V_4; int32_t L_82 = V_9; int32_t L_83 = L_82; RuntimeObject * L_84 = (L_81)->GetAtUnchecked(static_cast(L_83)); if (L_84) { goto IL_02b4; } } { String_t* L_85; L_85 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6A42FCEEAC1D98507D8329C4992B135D890D96AB)), /*hidden argument*/NULL); SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_86 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3(L_86, L_85, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_86, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Hashtable_OnDeserialization_mB8830D8BABD739F537DE7EBEF3F90C74F0C898EB_RuntimeMethod_var))); } IL_02b4: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_87 = V_4; int32_t L_88 = V_9; int32_t L_89 = L_88; RuntimeObject * L_90 = (L_87)->GetAtUnchecked(static_cast(L_89)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_91 = V_5; int32_t L_92 = V_9; int32_t L_93 = L_92; RuntimeObject * L_94 = (L_91)->GetAtUnchecked(static_cast(L_93)); Hashtable_Insert_m3E4BC7896AD77D4F2F47496934E3E55115624942(__this, L_90, L_94, (bool)1, /*hidden argument*/NULL); int32_t L_95 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1)); } IL_02cb: { int32_t L_96 = V_9; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_97 = V_4; if ((((int32_t)L_96) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_97)->max_length)))))) { goto IL_029d; } } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_98 = V_0; int32_t L_99; L_99 = SerializationInfo_GetInt32_mB22BBD01CBC189B7A76465CBFF7224F619395D30(L_98, _stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_version_5(L_99); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * L_100; L_100 = HashHelpers_get_SerializationInfoTable_mA9F1FCEE9A32DDF7A85038F7EDB5660761EB12A9(/*hidden argument*/NULL); bool L_101; L_101 = ConditionalWeakTable_2_Remove_m311B542E354997FD9AF99516C911AD0408A51B5A(L_100, __this, /*hidden argument*/ConditionalWeakTable_2_Remove_m311B542E354997FD9AF99516C911AD0408A51B5A_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.HeaderHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderHandler__ctor_m6993489BE04064EE2FB337D28B9866F871D93DE1 (HeaderHandler_t503AE3AA2FFEA490B012CBF3A3EB37C21FF0490D * __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.Object System.Runtime.Remoting.Messaging.HeaderHandler::Invoke(System.Runtime.Remoting.Messaging.Header[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * HeaderHandler_Invoke_m4D92E83E33B1CA7BBF7D3AFF2F6AA0F24581A284 (HeaderHandler_t503AE3AA2FFEA490B012CBF3A3EB37C21FF0490D * __this, HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A* ___headers0, const RuntimeMethod* method) { RuntimeObject * result = NULL; 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 (!il2cpp_codegen_method_is_virtual(targetMethod)) { 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 RuntimeObject * (*FunctionPointerType) (HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___headers0, targetMethod); } else { // closed typedef RuntimeObject * (*FunctionPointerType) (void*, HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___headers0, targetMethod); } } else if (___parameterCount != 1) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, ___headers0); else result = GenericVirtFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, ___headers0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___headers0); else result = VirtFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___headers0); } } else { typedef RuntimeObject * (*FunctionPointerType) (HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___headers0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< RuntimeObject *, HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A* >::Invoke(targetMethod, targetThis, ___headers0); else result = GenericVirtFuncInvoker1< RuntimeObject *, HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A* >::Invoke(targetMethod, targetThis, ___headers0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< RuntimeObject *, HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___headers0); else result = VirtFuncInvoker1< RuntimeObject *, HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___headers0); } } else { if (targetThis == NULL) { typedef RuntimeObject * (*FunctionPointerType) (HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___headers0, targetMethod); } else { typedef RuntimeObject * (*FunctionPointerType) (void*, HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___headers0, targetMethod); } } } } return result; } // System.IAsyncResult System.Runtime.Remoting.Messaging.HeaderHandler::BeginInvoke(System.Runtime.Remoting.Messaging.Header[],System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HeaderHandler_BeginInvoke_m037F327719209983C1181344545F1B12CD94F0EB (HeaderHandler_t503AE3AA2FFEA490B012CBF3A3EB37C21FF0490D * __this, HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A* ___headers0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___headers0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Object System.Runtime.Remoting.Messaging.HeaderHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * HeaderHandler_EndInvoke_m9F313E98612838F130632EB5F9B6B27564EDF4E9 (HeaderHandler_t503AE3AA2FFEA490B012CBF3A3EB37C21FF0490D * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (RuntimeObject *)__result;; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Globalization.HebrewNumber::ToString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HebrewNumber_ToString_m89D9A87CC2D0DD69FEDCA2D955AC3AB4ADDC6BA7 (int32_t ___Number0, 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; } Il2CppChar V_0 = 0x0; Il2CppChar V_1 = 0x0; int32_t V_2 = 0; int32_t V_3 = 0; StringBuilder_t * V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t G_B23_0 = 0; { V_0 = 0; StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_4 = L_0; int32_t L_1 = ___Number0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)5000)))) { goto IL_001a; } } { int32_t L_2 = ___Number0; ___Number0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)5000))); } IL_001a: { int32_t L_3 = ___Number0; V_2 = ((int32_t)((int32_t)L_3/(int32_t)((int32_t)100))); int32_t L_4 = V_2; if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0065; } } { int32_t L_5 = ___Number0; int32_t L_6 = V_2; ___Number0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)((int32_t)100))))); V_6 = 0; goto IL_0043; } IL_0030: { StringBuilder_t * L_7 = V_4; StringBuilder_t * L_8; L_8 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_7, ((int32_t)1514), /*hidden argument*/NULL); int32_t L_9 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0043: { int32_t L_10 = V_6; int32_t L_11 = V_2; if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)L_11/(int32_t)4))))) { goto IL_0030; } } { int32_t L_12 = V_2; V_5 = ((int32_t)((int32_t)L_12%(int32_t)4)); int32_t L_13 = V_5; if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_0065; } } { StringBuilder_t * L_14 = V_4; int32_t L_15 = V_5; StringBuilder_t * L_16; L_16 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_14, ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)1510), (int32_t)L_15)))), /*hidden argument*/NULL); } IL_0065: { int32_t L_17 = ___Number0; V_3 = ((int32_t)((int32_t)L_17/(int32_t)((int32_t)10))); int32_t L_18 = ___Number0; ___Number0 = ((int32_t)((int32_t)L_18%(int32_t)((int32_t)10))); int32_t L_19 = V_3; switch (L_19) { case 0: { goto IL_00a0; } case 1: { goto IL_00a4; } case 2: { goto IL_00ac; } case 3: { goto IL_00b4; } case 4: { goto IL_00bc; } case 5: { goto IL_00c4; } case 6: { goto IL_00cc; } case 7: { goto IL_00d4; } case 8: { goto IL_00dc; } case 9: { goto IL_00e4; } } } { goto IL_00ea; } IL_00a0: { V_0 = 0; goto IL_00ea; } IL_00a4: { V_0 = ((int32_t)1497); goto IL_00ea; } IL_00ac: { V_0 = ((int32_t)1499); goto IL_00ea; } IL_00b4: { V_0 = ((int32_t)1500); goto IL_00ea; } IL_00bc: { V_0 = ((int32_t)1502); goto IL_00ea; } IL_00c4: { V_0 = ((int32_t)1504); goto IL_00ea; } IL_00cc: { V_0 = ((int32_t)1505); goto IL_00ea; } IL_00d4: { V_0 = ((int32_t)1506); goto IL_00ea; } IL_00dc: { V_0 = ((int32_t)1508); goto IL_00ea; } IL_00e4: { V_0 = ((int32_t)1510); } IL_00ea: { int32_t L_20 = ___Number0; if ((((int32_t)L_20) > ((int32_t)0))) { goto IL_00f1; } } { G_B23_0 = 0; goto IL_00fa; } IL_00f1: { int32_t L_21 = ___Number0; G_B23_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)1488), (int32_t)L_21)), (int32_t)1)); } IL_00fa: { V_1 = ((int32_t)((uint16_t)G_B23_0)); Il2CppChar L_22 = V_1; if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)1492))))) { goto IL_0118; } } { Il2CppChar L_23 = V_0; if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)1497))))) { goto IL_0118; } } { V_1 = ((int32_t)1493); V_0 = ((int32_t)1496); } IL_0118: { Il2CppChar L_24 = V_1; if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)1493))))) { goto IL_0134; } } { Il2CppChar L_25 = V_0; if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)1497))))) { goto IL_0134; } } { V_1 = ((int32_t)1494); V_0 = ((int32_t)1496); } IL_0134: { Il2CppChar L_26 = V_0; if (!L_26) { goto IL_0140; } } { StringBuilder_t * L_27 = V_4; Il2CppChar L_28 = V_0; StringBuilder_t * L_29; L_29 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_27, L_28, /*hidden argument*/NULL); } IL_0140: { Il2CppChar L_30 = V_1; if (!L_30) { goto IL_014c; } } { StringBuilder_t * L_31 = V_4; Il2CppChar L_32 = V_1; StringBuilder_t * L_33; L_33 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_31, L_32, /*hidden argument*/NULL); } IL_014c: { StringBuilder_t * L_34 = V_4; int32_t L_35; L_35 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_34, /*hidden argument*/NULL); if ((((int32_t)L_35) <= ((int32_t)1))) { goto IL_016b; } } { StringBuilder_t * L_36 = V_4; StringBuilder_t * L_37 = V_4; int32_t L_38; L_38 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_37, /*hidden argument*/NULL); StringBuilder_t * L_39; L_39 = StringBuilder_Insert_m61BB1B6FAF08B662E8D676B844A88AD7C6B0749B(L_36, ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1)), ((int32_t)34), /*hidden argument*/NULL); goto IL_0175; } IL_016b: { StringBuilder_t * L_40 = V_4; StringBuilder_t * L_41; L_41 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_40, ((int32_t)39), /*hidden argument*/NULL); } IL_0175: { StringBuilder_t * L_42 = V_4; String_t* L_43; L_43 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_42); return L_43; } } // System.Globalization.HebrewNumberParsingState System.Globalization.HebrewNumber::ParseByChar(System.Char,System.Globalization.HebrewNumberParsingContext&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HebrewNumber_ParseByChar_m1DBFEF043B8BB7D6BE069AC177EFCE6B776BBB3A (Il2CppChar ___ch0, HebrewNumberParsingContext_tEC0DF1BCF433A972F49ECAC68A9DA7B19259475D * ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Il2CppChar L_0 = ___ch0; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)39))))) { goto IL_0009; } } { V_0 = 8; goto IL_0056; } IL_0009: { Il2CppChar L_1 = ___ch0; if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)34))))) { goto IL_0013; } } { V_0 = ((int32_t)9); goto IL_0056; } IL_0013: { Il2CppChar L_2 = ___ch0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)1488))); int32_t L_3 = V_1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0054; } } { int32_t L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_il2cpp_TypeInfo_var); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_5 = ((HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_StaticFields*)il2cpp_codegen_static_fields_for(HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_il2cpp_TypeInfo_var))->get_HebrewValues_0(); if ((((int32_t)L_4) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))) { goto IL_0054; } } { IL2CPP_RUNTIME_CLASS_INIT(HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_il2cpp_TypeInfo_var); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_6 = ((HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_StaticFields*)il2cpp_codegen_static_fields_for(HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_il2cpp_TypeInfo_var))->get_HebrewValues_0(); int32_t L_7 = V_1; int32_t L_8 = L_7; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_9 = (L_6)->GetAtUnchecked(static_cast(L_8)); int32_t L_10 = L_9->get_token_0(); V_0 = L_10; int32_t L_11 = V_0; if ((!(((uint32_t)L_11) == ((uint32_t)(-1))))) { goto IL_003c; } } { return (int32_t)(1); } IL_003c: { HebrewNumberParsingContext_tEC0DF1BCF433A972F49ECAC68A9DA7B19259475D * L_12 = ___context1; int32_t* L_13 = L_12->get_address_of_result_1(); int32_t* L_14 = L_13; int32_t L_15 = *((int32_t*)L_14); IL2CPP_RUNTIME_CLASS_INIT(HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_il2cpp_TypeInfo_var); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_16 = ((HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_StaticFields*)il2cpp_codegen_static_fields_for(HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_il2cpp_TypeInfo_var))->get_HebrewValues_0(); int32_t L_17 = V_1; int32_t L_18 = L_17; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_19 = (L_16)->GetAtUnchecked(static_cast(L_18)); int32_t L_20 = L_19->get_value_1(); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_20)); goto IL_0056; } IL_0054: { return (int32_t)(1); } IL_0056: { HebrewNumberParsingContext_tEC0DF1BCF433A972F49ECAC68A9DA7B19259475D * L_21 = ___context1; IL2CPP_RUNTIME_CLASS_INIT(HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_il2cpp_TypeInfo_var); HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* L_22 = ((HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_StaticFields*)il2cpp_codegen_static_fields_for(HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_il2cpp_TypeInfo_var))->get_NumberPasingState_2(); HebrewNumberParsingContext_tEC0DF1BCF433A972F49ECAC68A9DA7B19259475D * L_23 = ___context1; int32_t L_24 = L_23->get_state_0(); int32_t L_25 = L_24; HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_26 = (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)(L_22)->GetAtUnchecked(static_cast(L_25)); int32_t L_27 = V_0; int32_t L_28 = L_27; int32_t L_29 = (int32_t)(L_26)->GetAtUnchecked(static_cast(L_28)); L_21->set_state_0(L_29); HebrewNumberParsingContext_tEC0DF1BCF433A972F49ECAC68A9DA7B19259475D * L_30 = ___context1; int32_t L_31 = L_30->get_state_0(); if ((!(((uint32_t)L_31) == ((uint32_t)(-1))))) { goto IL_0075; } } { return (int32_t)(0); } IL_0075: { HebrewNumberParsingContext_tEC0DF1BCF433A972F49ECAC68A9DA7B19259475D * L_32 = ___context1; int32_t L_33 = L_32->get_state_0(); if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)100))))) { goto IL_0081; } } { return (int32_t)(2); } IL_0081: { return (int32_t)(3); } } // System.Boolean System.Globalization.HebrewNumber::IsDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HebrewNumber_IsDigit_m2744B9EEC9C403FB01D72EA6DF3E01B9D69F7B88 (Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___ch0; if ((((int32_t)L_0) < ((int32_t)((int32_t)1488)))) { goto IL_0029; } } { Il2CppChar L_1 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_il2cpp_TypeInfo_var); Il2CppChar L_2 = ((HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_StaticFields*)il2cpp_codegen_static_fields_for(HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_il2cpp_TypeInfo_var))->get_maxHebrewNumberCh_1(); if ((((int32_t)L_1) > ((int32_t)L_2))) { goto IL_0029; } } { IL2CPP_RUNTIME_CLASS_INIT(HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_il2cpp_TypeInfo_var); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_3 = ((HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_StaticFields*)il2cpp_codegen_static_fields_for(HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_il2cpp_TypeInfo_var))->get_HebrewValues_0(); Il2CppChar L_4 = ___ch0; int32_t L_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)1488))); HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_6 = (L_3)->GetAtUnchecked(static_cast(L_5)); int32_t L_7 = L_6->get_value_1(); return (bool)((((int32_t)((((int32_t)L_7) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0029: { Il2CppChar L_8 = ___ch0; if ((((int32_t)L_8) == ((int32_t)((int32_t)39)))) { goto IL_0034; } } { Il2CppChar L_9 = ___ch0; return (bool)((((int32_t)L_9) == ((int32_t)((int32_t)34)))? 1 : 0); } IL_0034: { return (bool)1; } } // System.Void System.Globalization.HebrewNumber::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HebrewNumber__cctor_mCA859EA9B2C4E16D11ABBA54B62EF5B7D161CEAE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____25420D0055076FA8D3E4DD96BC53AE24DE6E619F_5_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____40E7C49413D261F3F38AD3A870C0AC69C8BDA048_23_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____4F7A8890F332B22B8DE0BD29D36FA7364748D76A_26_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____57F320D62696EC99727E0FE2045A05F1289CC0C6_30_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____65E32B4E150FD8D24B93B0D42A17F1DAD146162B_37_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_47_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____823566DA642D6EA356E15585921F2A4CA23D6760_50_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____871B9CF85DB352BAADF12BAE8F19857683E385AC_53_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____8CAA092E783257106251246FF5C97F88D28517A6_55_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____8E10AC2F34545DFBBF3FCBC06055D797A8C99991_57_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____A0074C15377C0C870B055927403EA9FA7A349D12_63_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_72_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_79_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____E45BAB43F7D5D038672B3E3431F92E34A7AF2571_90_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____F06E829E62F3AFBC045D064E10A4F5DF7C969612_96_FieldInfo_var); s_Il2CppMethodInitialized = true; } { HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_0 = (HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F*)(HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F*)SZArrayNew(HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)27)); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_1 = L_0; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_2 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_2, 4, 1, /*hidden argument*/NULL); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAtUnchecked(static_cast(0), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_2); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_3 = L_1; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_4 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_4, 4, 2, /*hidden argument*/NULL); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAtUnchecked(static_cast(1), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_4); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_5 = L_3; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_6 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_6, 4, 3, /*hidden argument*/NULL); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAtUnchecked(static_cast(2), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_6); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_7 = L_5; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_8 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_8, 4, 4, /*hidden argument*/NULL); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAtUnchecked(static_cast(3), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_8); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_9 = L_7; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_10 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_10, 4, 5, /*hidden argument*/NULL); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAtUnchecked(static_cast(4), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_10); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_11 = L_9; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_12 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_12, 5, 6, /*hidden argument*/NULL); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAtUnchecked(static_cast(5), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_12); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_13 = L_11; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_14 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_14, 5, 7, /*hidden argument*/NULL); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAtUnchecked(static_cast(6), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_14); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_15 = L_13; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_16 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_16, 4, 8, /*hidden argument*/NULL); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAtUnchecked(static_cast(7), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_16); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_17 = L_15; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_18 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_18, 7, ((int32_t)9), /*hidden argument*/NULL); ArrayElementTypeCheck (L_17, L_18); (L_17)->SetAtUnchecked(static_cast(8), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_18); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_19 = L_17; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_20 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_20, 3, ((int32_t)10), /*hidden argument*/NULL); ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAtUnchecked(static_cast(((int32_t)9)), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_20); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_21 = L_19; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_22 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_22, (-1), (-1), /*hidden argument*/NULL); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAtUnchecked(static_cast(((int32_t)10)), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_22); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_23 = L_21; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_24 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_24, 3, ((int32_t)20), /*hidden argument*/NULL); ArrayElementTypeCheck (L_23, L_24); (L_23)->SetAtUnchecked(static_cast(((int32_t)11)), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_24); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_25 = L_23; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_26 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_26, 3, ((int32_t)30), /*hidden argument*/NULL); ArrayElementTypeCheck (L_25, L_26); (L_25)->SetAtUnchecked(static_cast(((int32_t)12)), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_26); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_27 = L_25; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_28 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_28, (-1), (-1), /*hidden argument*/NULL); ArrayElementTypeCheck (L_27, L_28); (L_27)->SetAtUnchecked(static_cast(((int32_t)13)), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_28); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_29 = L_27; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_30 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_30, 3, ((int32_t)40), /*hidden argument*/NULL); ArrayElementTypeCheck (L_29, L_30); (L_29)->SetAtUnchecked(static_cast(((int32_t)14)), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_30); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_31 = L_29; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_32 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_32, (-1), (-1), /*hidden argument*/NULL); ArrayElementTypeCheck (L_31, L_32); (L_31)->SetAtUnchecked(static_cast(((int32_t)15)), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_32); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_33 = L_31; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_34 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_34, 3, ((int32_t)50), /*hidden argument*/NULL); ArrayElementTypeCheck (L_33, L_34); (L_33)->SetAtUnchecked(static_cast(((int32_t)16)), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_34); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_35 = L_33; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_36 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_36, 3, ((int32_t)60), /*hidden argument*/NULL); ArrayElementTypeCheck (L_35, L_36); (L_35)->SetAtUnchecked(static_cast(((int32_t)17)), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_36); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_37 = L_35; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_38 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_38, 3, ((int32_t)70), /*hidden argument*/NULL); ArrayElementTypeCheck (L_37, L_38); (L_37)->SetAtUnchecked(static_cast(((int32_t)18)), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_38); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_39 = L_37; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_40 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_40, (-1), (-1), /*hidden argument*/NULL); ArrayElementTypeCheck (L_39, L_40); (L_39)->SetAtUnchecked(static_cast(((int32_t)19)), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_40); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_41 = L_39; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_42 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_42, 3, ((int32_t)80), /*hidden argument*/NULL); ArrayElementTypeCheck (L_41, L_42); (L_41)->SetAtUnchecked(static_cast(((int32_t)20)), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_42); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_43 = L_41; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_44 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_44, (-1), (-1), /*hidden argument*/NULL); ArrayElementTypeCheck (L_43, L_44); (L_43)->SetAtUnchecked(static_cast(((int32_t)21)), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_44); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_45 = L_43; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_46 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_46, 3, ((int32_t)90), /*hidden argument*/NULL); ArrayElementTypeCheck (L_45, L_46); (L_45)->SetAtUnchecked(static_cast(((int32_t)22)), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_46); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_47 = L_45; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_48 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_48, 2, ((int32_t)100), /*hidden argument*/NULL); ArrayElementTypeCheck (L_47, L_48); (L_47)->SetAtUnchecked(static_cast(((int32_t)23)), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_48); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_49 = L_47; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_50 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_50, 1, ((int32_t)200), /*hidden argument*/NULL); ArrayElementTypeCheck (L_49, L_50); (L_49)->SetAtUnchecked(static_cast(((int32_t)24)), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_50); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_51 = L_49; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_52 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_52, 1, ((int32_t)300), /*hidden argument*/NULL); ArrayElementTypeCheck (L_51, L_52); (L_51)->SetAtUnchecked(static_cast(((int32_t)25)), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_52); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_53 = L_51; HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 * L_54 = (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)il2cpp_codegen_object_new(HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337_il2cpp_TypeInfo_var); HebrewValue__ctor_mF7917C704B9725A7055A5DC7523B0E4B79A5CCCD(L_54, 0, ((int32_t)400), /*hidden argument*/NULL); ArrayElementTypeCheck (L_53, L_54); (L_53)->SetAtUnchecked(static_cast(((int32_t)26)), (HebrewValue_tB7953B7CFBB62B491971C26F7A0DB2AE199C8337 *)L_54); ((HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_StaticFields*)il2cpp_codegen_static_fields_for(HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_il2cpp_TypeInfo_var))->set_HebrewValues_0(L_53); HebrewValueU5BU5D_t6DFE1944D8D91C12D31F55511D342D6497DF8A4F* L_55 = ((HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_StaticFields*)il2cpp_codegen_static_fields_for(HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_il2cpp_TypeInfo_var))->get_HebrewValues_0(); ((HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_StaticFields*)il2cpp_codegen_static_fields_for(HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_il2cpp_TypeInfo_var))->set_maxHebrewNumberCh_1(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)1488), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_55)->max_length))))), (int32_t)1))))); HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* L_56 = (HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458*)(HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458*)SZArrayNew(HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458_il2cpp_TypeInfo_var, (uint32_t)((int32_t)17)); HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* L_57 = L_56; HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_58 = (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)SZArrayNew(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_59 = L_58; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_60 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____4F7A8890F332B22B8DE0BD29D36FA7364748D76A_26_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_59, L_60, /*hidden argument*/NULL); ArrayElementTypeCheck (L_57, L_59); (L_57)->SetAtUnchecked(static_cast(0), (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)L_59); HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* L_61 = L_57; HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_62 = (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)SZArrayNew(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_63 = L_62; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_64 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____65E32B4E150FD8D24B93B0D42A17F1DAD146162B_37_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_63, L_64, /*hidden argument*/NULL); ArrayElementTypeCheck (L_61, L_63); (L_61)->SetAtUnchecked(static_cast(1), (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)L_63); HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* L_65 = L_61; HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_66 = (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)SZArrayNew(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_67 = L_66; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_68 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____823566DA642D6EA356E15585921F2A4CA23D6760_50_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_67, L_68, /*hidden argument*/NULL); ArrayElementTypeCheck (L_65, L_67); (L_65)->SetAtUnchecked(static_cast(2), (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)L_67); HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* L_69 = L_65; HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_70 = (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)SZArrayNew(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_71 = L_70; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_72 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____40E7C49413D261F3F38AD3A870C0AC69C8BDA048_23_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_71, L_72, /*hidden argument*/NULL); ArrayElementTypeCheck (L_69, L_71); (L_69)->SetAtUnchecked(static_cast(3), (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)L_71); HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* L_73 = L_69; HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_74 = (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)SZArrayNew(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_75 = L_74; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_76 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____F06E829E62F3AFBC045D064E10A4F5DF7C969612_96_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_75, L_76, /*hidden argument*/NULL); ArrayElementTypeCheck (L_73, L_75); (L_73)->SetAtUnchecked(static_cast(4), (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)L_75); HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* L_77 = L_73; HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_78 = (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)SZArrayNew(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_79 = L_78; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_80 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____8CAA092E783257106251246FF5C97F88D28517A6_55_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_79, L_80, /*hidden argument*/NULL); ArrayElementTypeCheck (L_77, L_79); (L_77)->SetAtUnchecked(static_cast(5), (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)L_79); HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* L_81 = L_77; HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_82 = (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)SZArrayNew(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_83 = L_82; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_84 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____F06E829E62F3AFBC045D064E10A4F5DF7C969612_96_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_83, L_84, /*hidden argument*/NULL); ArrayElementTypeCheck (L_81, L_83); (L_81)->SetAtUnchecked(static_cast(6), (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)L_83); HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* L_85 = L_81; HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_86 = (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)SZArrayNew(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_87 = L_86; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_88 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____25420D0055076FA8D3E4DD96BC53AE24DE6E619F_5_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_87, L_88, /*hidden argument*/NULL); ArrayElementTypeCheck (L_85, L_87); (L_85)->SetAtUnchecked(static_cast(7), (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)L_87); HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* L_89 = L_85; HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_90 = (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)SZArrayNew(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_91 = L_90; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_92 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____8E10AC2F34545DFBBF3FCBC06055D797A8C99991_57_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_91, L_92, /*hidden argument*/NULL); ArrayElementTypeCheck (L_89, L_91); (L_89)->SetAtUnchecked(static_cast(8), (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)L_91); HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* L_93 = L_89; HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_94 = (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)SZArrayNew(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_95 = L_94; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_96 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_79_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_95, L_96, /*hidden argument*/NULL); ArrayElementTypeCheck (L_93, L_95); (L_93)->SetAtUnchecked(static_cast(((int32_t)9)), (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)L_95); HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* L_97 = L_93; HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_98 = (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)SZArrayNew(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_99 = L_98; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_100 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____871B9CF85DB352BAADF12BAE8F19857683E385AC_53_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_99, L_100, /*hidden argument*/NULL); ArrayElementTypeCheck (L_97, L_99); (L_97)->SetAtUnchecked(static_cast(((int32_t)10)), (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)L_99); HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* L_101 = L_97; HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_102 = (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)SZArrayNew(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_103 = L_102; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_104 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____A0074C15377C0C870B055927403EA9FA7A349D12_63_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_103, L_104, /*hidden argument*/NULL); ArrayElementTypeCheck (L_101, L_103); (L_101)->SetAtUnchecked(static_cast(((int32_t)11)), (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)L_103); HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* L_105 = L_101; HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_106 = (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)SZArrayNew(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_107 = L_106; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_108 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____57F320D62696EC99727E0FE2045A05F1289CC0C6_30_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_107, L_108, /*hidden argument*/NULL); ArrayElementTypeCheck (L_105, L_107); (L_105)->SetAtUnchecked(static_cast(((int32_t)12)), (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)L_107); HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* L_109 = L_105; HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_110 = (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)SZArrayNew(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_111 = L_110; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_112 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____40E7C49413D261F3F38AD3A870C0AC69C8BDA048_23_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_111, L_112, /*hidden argument*/NULL); ArrayElementTypeCheck (L_109, L_111); (L_109)->SetAtUnchecked(static_cast(((int32_t)13)), (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)L_111); HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* L_113 = L_109; HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_114 = (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)SZArrayNew(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_115 = L_114; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_116 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_47_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_115, L_116, /*hidden argument*/NULL); ArrayElementTypeCheck (L_113, L_115); (L_113)->SetAtUnchecked(static_cast(((int32_t)14)), (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)L_115); HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* L_117 = L_113; HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_118 = (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)SZArrayNew(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_119 = L_118; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_120 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____E45BAB43F7D5D038672B3E3431F92E34A7AF2571_90_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_119, L_120, /*hidden argument*/NULL); ArrayElementTypeCheck (L_117, L_119); (L_117)->SetAtUnchecked(static_cast(((int32_t)15)), (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)L_119); HSU5BU5DU5BU5D_tA85FEB8A012936EB034BE68704AB2A6A717DD458* L_121 = L_117; HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_122 = (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)SZArrayNew(HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC* L_123 = L_122; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_124 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_72_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_123, L_124, /*hidden argument*/NULL); ArrayElementTypeCheck (L_121, L_123); (L_121)->SetAtUnchecked(static_cast(((int32_t)16)), (HSU5BU5D_tE932F94C345491D9BA7B69E6529C2C96388478EC*)L_123); ((HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_StaticFields*)il2cpp_codegen_static_fields_for(HebrewNumber_t8F0EF59F99E80D016D6750CD37AD68B8B252900C_il2cpp_TypeInfo_var))->set_NumberPasingState_2(L_121); 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.Globalization.HebrewNumberParsingContext::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HebrewNumberParsingContext__ctor_m4F52B2C5C1266967D90DB2B80088BF65111E9937 (HebrewNumberParsingContext_tEC0DF1BCF433A972F49ECAC68A9DA7B19259475D * __this, int32_t ___result0, const RuntimeMethod* method) { { __this->set_state_0(0); int32_t L_0 = ___result0; __this->set_result_1(L_0); return; } } IL2CPP_EXTERN_C void HebrewNumberParsingContext__ctor_m4F52B2C5C1266967D90DB2B80088BF65111E9937_AdjustorThunk (RuntimeObject * __this, int32_t ___result0, const RuntimeMethod* method) { int32_t _offset = 1; HebrewNumberParsingContext_tEC0DF1BCF433A972F49ECAC68A9DA7B19259475D * _thisAdjusted = reinterpret_cast(__this + _offset); HebrewNumberParsingContext__ctor_m4F52B2C5C1266967D90DB2B80088BF65111E9937(_thisAdjusted, ___result0, 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 #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.DateTime System.Globalization.HijriCalendar::get_MinSupportedDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 HijriCalendar_get_MinSupportedDateTime_m8328F84AC7E5827EBBDCB8657CF8B8223A4917DC (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ((HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_StaticFields*)il2cpp_codegen_static_fields_for(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var))->get_calendarMinValue_6(); return L_0; } } // System.DateTime System.Globalization.HijriCalendar::get_MaxSupportedDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 HijriCalendar_get_MaxSupportedDateTime_m2FE9B8A90C315DC3502EC34324D29150AC6EFFF5 (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ((HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_StaticFields*)il2cpp_codegen_static_fields_for(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var))->get_calendarMaxValue_7(); return L_0; } } // System.Void System.Globalization.HijriCalendar::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HijriCalendar__ctor_mE788D7467BDA20D779F35EE7129EF192D06FA261 (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, const RuntimeMethod* method) { { __this->set_m_HijriAdvance_5(((int32_t)-2147483648LL)); Calendar__ctor_m47E3F85BE41EAA1FB9D82DA56647EF6481CF6EAD(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.Globalization.HijriCalendar::get_ID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HijriCalendar_get_ID_m8B39EA07AC23A01BF3E301B2E42A18AA7CA2724E (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, const RuntimeMethod* method) { { return 6; } } // System.Int64 System.Globalization.HijriCalendar::GetAbsoluteDateHijri(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t HijriCalendar_GetAbsoluteDateHijri_mD905AB8CB21595A301E458C42C7755C2B5F386CB (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, int32_t ___y0, int32_t ___m1, int32_t ___d2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___y0; int64_t L_1; L_1 = HijriCalendar_DaysUpToHijriYear_m6E0B73BF17837ED8DD4439801B13CD2FAEFB027E(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = ((HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_StaticFields*)il2cpp_codegen_static_fields_for(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var))->get_HijriMonthDays_4(); int32_t L_3 = ___m1; int32_t L_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)); int32_t L_5 = (L_2)->GetAtUnchecked(static_cast(L_4)); int32_t L_6 = ___d2; int32_t L_7; L_7 = HijriCalendar_get_HijriAdjustment_m6218AC36654C3AFA19F18B7715003C5320C55B08(__this, /*hidden argument*/NULL); return ((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_1, (int64_t)((int64_t)((int64_t)L_5)))), (int64_t)((int64_t)((int64_t)L_6)))), (int64_t)((int64_t)((int64_t)1)))), (int64_t)((int64_t)((int64_t)L_7)))); } } // System.Int64 System.Globalization.HijriCalendar::DaysUpToHijriYear(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t HijriCalendar_DaysUpToHijriYear_m6E0B73BF17837ED8DD4439801B13CD2FAEFB027E (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, int32_t ___HijriYear0, const RuntimeMethod* method) { int64_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B3_0 = 0; int64_t G_B3_1 = 0; int32_t G_B2_0 = 0; int64_t G_B2_1 = 0; int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; int64_t G_B4_2 = 0; { int32_t L_0 = ___HijriYear0; V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))/(int32_t)((int32_t)30))), (int32_t)((int32_t)30))); int32_t L_1 = ___HijriYear0; int32_t L_2 = V_1; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)), (int32_t)1)); int32_t L_3 = V_1; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_3)), (int64_t)((int64_t)((int64_t)((int32_t)10631)))))/(int64_t)((int64_t)((int64_t)((int32_t)30))))), (int64_t)((int64_t)((int64_t)((int32_t)227013))))); goto IL_0043; } IL_0027: { int64_t L_4 = V_0; int32_t L_5 = V_2; bool L_6; L_6 = VirtFuncInvoker2< bool, int32_t, int32_t >::Invoke(21 /* System.Boolean System.Globalization.Calendar::IsLeapYear(System.Int32,System.Int32) */, __this, L_5, 0); G_B2_0 = ((int32_t)354); G_B2_1 = L_4; if (L_6) { G_B3_0 = ((int32_t)354); G_B3_1 = L_4; goto IL_003a; } } { G_B4_0 = 0; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_003b; } IL_003a: { G_B4_0 = 1; G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_003b: { V_0 = ((int64_t)il2cpp_codegen_add((int64_t)G_B4_2, (int64_t)((int64_t)((int64_t)((int32_t)il2cpp_codegen_add((int32_t)G_B4_1, (int32_t)G_B4_0)))))); int32_t L_7 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); } IL_0043: { int32_t L_8 = V_2; if ((((int32_t)L_8) > ((int32_t)0))) { goto IL_0027; } } { int64_t L_9 = V_0; return L_9; } } // System.Int32 System.Globalization.HijriCalendar::get_HijriAdjustment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HijriCalendar_get_HijriAdjustment_m6218AC36654C3AFA19F18B7715003C5320C55B08 (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_HijriAdvance_5(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_0018; } } { IL2CPP_RUNTIME_CLASS_INIT(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); int32_t L_1; L_1 = HijriCalendar_GetAdvanceHijriDate_m99DF79919B5BC5A32D21F216808A3728731E0A40(/*hidden argument*/NULL); __this->set_m_HijriAdvance_5(L_1); } IL_0018: { int32_t L_2 = __this->get_m_HijriAdvance_5(); return L_2; } } // System.Int32 System.Globalization.HijriCalendar::GetAdvanceHijriDate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HijriCalendar_GetAdvanceHijriDate_m99DF79919B5BC5A32D21F216808A3728731E0A40 (const RuntimeMethod* method) { { return 0; } } // System.Void System.Globalization.HijriCalendar::CheckTicksRange(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HijriCalendar_CheckTicksRange_m2D1B18699664C2C21AC0F985BD6731A8B3DEC395 (int64_t ___ticks0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); { int64_t L_0 = ___ticks0; IL2CPP_RUNTIME_CLASS_INIT(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ((HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_StaticFields*)il2cpp_codegen_static_fields_for(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var))->get_calendarMinValue_6(); V_0 = L_1; int64_t L_2; L_2 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), /*hidden argument*/NULL); if ((((int64_t)L_0) < ((int64_t)L_2))) { goto IL_0020; } } { int64_t L_3 = ___ticks0; IL2CPP_RUNTIME_CLASS_INIT(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = ((HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_StaticFields*)il2cpp_codegen_static_fields_for(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var))->get_calendarMaxValue_7(); V_0 = L_4; int64_t L_5; L_5 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), /*hidden argument*/NULL); if ((((int64_t)L_3) <= ((int64_t)L_5))) { goto IL_0053; } } IL_0020: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_7; L_7 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAABA6F39B93C5C2BCA72B3F4962E6929214F5CC7)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var))); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_8 = ((HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var))))->get_calendarMinValue_6(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_9 = L_8; RuntimeObject * L_10 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)), &L_9); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_11 = ((HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var))))->get_calendarMaxValue_7(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_12 = L_11; RuntimeObject * L_13 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)), &L_12); String_t* L_14; L_14 = String_Format_m8892FAD3E9F1E11E6176840DC1EA0C40DF1F0C2B(L_6, L_7, L_10, L_13, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_15 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral51C6279E31F7483126B79E3000116001A915B690)), L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HijriCalendar_CheckTicksRange_m2D1B18699664C2C21AC0F985BD6731A8B3DEC395_RuntimeMethod_var))); } IL_0053: { return; } } // System.Void System.Globalization.HijriCalendar::CheckEraRange(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HijriCalendar_CheckEraRange_m9BA6402DBB67F799514DC186E304EE653C9956C4 (int32_t ___era0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___era0; if (!L_0) { goto IL_0020; } } { int32_t L_1 = ___era0; IL2CPP_RUNTIME_CLASS_INIT(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); int32_t L_2 = ((HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_StaticFields*)il2cpp_codegen_static_fields_for(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var))->get_HijriEra_3(); if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_0020; } } { String_t* L_3; L_3 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9CC27BA3BECD4E1F318E7086721B8343044B6A04)), /*hidden argument*/NULL); 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*)&_stringLiteral1CB28FC33FA49E778D66797930C2FE5381A2660D)), L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HijriCalendar_CheckEraRange_m9BA6402DBB67F799514DC186E304EE653C9956C4_RuntimeMethod_var))); } IL_0020: { return; } } // System.Void System.Globalization.HijriCalendar::CheckYearRange(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HijriCalendar_CheckYearRange_mDCFCDAD937BA86328127F4B5A153B48604CBCFFF (int32_t ___year0, int32_t ___era1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___era1; IL2CPP_RUNTIME_CLASS_INIT(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); HijriCalendar_CheckEraRange_m9BA6402DBB67F799514DC186E304EE653C9956C4(L_0, /*hidden argument*/NULL); int32_t L_1 = ___year0; if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_0012; } } { int32_t L_2 = ___year0; if ((((int32_t)L_2) <= ((int32_t)((int32_t)9666)))) { goto IL_0041; } } IL_0012: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_3; L_3 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_4; L_4 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB6B67D4653121AE0F63EE256975A0DBD0FAF6B1)), /*hidden argument*/NULL); int32_t L_5 = 1; RuntimeObject * L_6 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_5); int32_t L_7 = ((int32_t)9666); RuntimeObject * L_8 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_7); String_t* L_9; L_9 = String_Format_m8892FAD3E9F1E11E6176840DC1EA0C40DF1F0C2B(L_3, L_4, L_6, L_8, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_10 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1DEDCD1168FE0A01C595FF5B7901D1C14F15F786)), L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HijriCalendar_CheckYearRange_mDCFCDAD937BA86328127F4B5A153B48604CBCFFF_RuntimeMethod_var))); } IL_0041: { return; } } // System.Void System.Globalization.HijriCalendar::CheckYearMonthRange(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HijriCalendar_CheckYearMonthRange_mD604BE94636B81AD1A4C8D1B3ADE34F443884348 (int32_t ___year0, int32_t ___month1, int32_t ___era2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___year0; int32_t L_1 = ___era2; IL2CPP_RUNTIME_CLASS_INIT(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); HijriCalendar_CheckYearRange_mDCFCDAD937BA86328127F4B5A153B48604CBCFFF(L_0, L_1, /*hidden argument*/NULL); int32_t L_2 = ___year0; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)9666))))) { goto IL_003e; } } { int32_t L_3 = ___month1; if ((((int32_t)L_3) <= ((int32_t)4))) { goto IL_003e; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_5; L_5 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB6B67D4653121AE0F63EE256975A0DBD0FAF6B1)), /*hidden argument*/NULL); int32_t L_6 = 1; RuntimeObject * L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_6); int32_t L_8 = 4; RuntimeObject * L_9 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_8); String_t* L_10; L_10 = String_Format_m8892FAD3E9F1E11E6176840DC1EA0C40DF1F0C2B(L_4, L_5, L_7, L_9, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_11 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral30D99F99F1F4688CE08A3BF1B034C9CD49C19174)), L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HijriCalendar_CheckYearMonthRange_mD604BE94636B81AD1A4C8D1B3ADE34F443884348_RuntimeMethod_var))); } IL_003e: { int32_t L_12 = ___month1; if ((((int32_t)L_12) < ((int32_t)1))) { goto IL_0047; } } { int32_t L_13 = ___month1; if ((((int32_t)L_13) <= ((int32_t)((int32_t)12)))) { goto IL_005c; } } IL_0047: { String_t* L_14; L_14 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAE2329D6E15DBA161C93E78324E39B842CF47E4)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_15 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral30D99F99F1F4688CE08A3BF1B034C9CD49C19174)), L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HijriCalendar_CheckYearMonthRange_mD604BE94636B81AD1A4C8D1B3ADE34F443884348_RuntimeMethod_var))); } IL_005c: { return; } } // System.Int32 System.Globalization.HijriCalendar::GetDatePart(System.Int64,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HijriCalendar_GetDatePart_m85D2298691A166F651C8DA308875D244CAFF0DC6 (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, int64_t ___ticks0, int32_t ___part1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int64_t V_3 = 0; int64_t V_4 = 0; int64_t V_5 = 0; { int64_t L_0 = ___ticks0; IL2CPP_RUNTIME_CLASS_INIT(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); HijriCalendar_CheckTicksRange_m2D1B18699664C2C21AC0F985BD6731A8B3DEC395(L_0, /*hidden argument*/NULL); int64_t L_1 = ___ticks0; V_3 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)L_1/(int64_t)((int64_t)864000000000LL))), (int64_t)((int64_t)((int64_t)1)))); int64_t L_2 = V_3; int32_t L_3; L_3 = HijriCalendar_get_HijriAdjustment_m6218AC36654C3AFA19F18B7715003C5320C55B08(__this, /*hidden argument*/NULL); V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_2, (int64_t)((int64_t)((int64_t)L_3)))); int64_t L_4 = V_3; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_4, (int64_t)((int64_t)((int64_t)((int32_t)227013))))), (int64_t)((int64_t)((int64_t)((int32_t)30)))))/(int64_t)((int64_t)((int64_t)((int32_t)10631))))))), (int32_t)1)); int32_t L_5 = V_0; int64_t L_6; L_6 = HijriCalendar_DaysUpToHijriYear_m6E0B73BF17837ED8DD4439801B13CD2FAEFB027E(__this, L_5, /*hidden argument*/NULL); V_4 = L_6; int32_t L_7 = V_0; int32_t L_8; L_8 = VirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(14 /* System.Int32 System.Globalization.Calendar::GetDaysInYear(System.Int32,System.Int32) */, __this, L_7, 0); V_5 = ((int64_t)((int64_t)L_8)); int64_t L_9 = V_3; int64_t L_10 = V_4; if ((((int64_t)L_9) >= ((int64_t)L_10))) { goto IL_005c; } } { int64_t L_11 = V_4; int64_t L_12 = V_5; V_4 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_11, (int64_t)L_12)); int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); goto IL_0088; } IL_005c: { int64_t L_14 = V_3; int64_t L_15 = V_4; if ((!(((uint64_t)L_14) == ((uint64_t)L_15)))) { goto IL_0075; } } { int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); int64_t L_17 = V_4; int32_t L_18 = V_0; int32_t L_19; L_19 = VirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(14 /* System.Int32 System.Globalization.Calendar::GetDaysInYear(System.Int32,System.Int32) */, __this, L_18, 0); V_4 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_17, (int64_t)((int64_t)((int64_t)L_19)))); goto IL_0088; } IL_0075: { int64_t L_20 = V_3; int64_t L_21 = V_4; int64_t L_22 = V_5; if ((((int64_t)L_20) <= ((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_21, (int64_t)L_22))))) { goto IL_0088; } } { int64_t L_23 = V_4; int64_t L_24 = V_5; V_4 = ((int64_t)il2cpp_codegen_add((int64_t)L_23, (int64_t)L_24)); int32_t L_25 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0088: { int32_t L_26 = ___part1; if (L_26) { goto IL_008d; } } { int32_t L_27 = V_0; return L_27; } IL_008d: { V_1 = 1; int64_t L_28 = V_3; int64_t L_29 = V_4; V_3 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_28, (int64_t)L_29)); int32_t L_30 = ___part1; if ((!(((uint32_t)L_30) == ((uint32_t)1)))) { goto IL_009f; } } { int64_t L_31 = V_3; return ((int32_t)((int32_t)L_31)); } IL_009b: { int32_t L_32 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_009f: { int32_t L_33 = V_1; if ((((int32_t)L_33) > ((int32_t)((int32_t)12)))) { goto IL_00b1; } } { int64_t L_34 = V_3; IL2CPP_RUNTIME_CLASS_INIT(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_35 = ((HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_StaticFields*)il2cpp_codegen_static_fields_for(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var))->get_HijriMonthDays_4(); int32_t L_36 = V_1; int32_t L_37 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)); int32_t L_38 = (L_35)->GetAtUnchecked(static_cast(L_37)); if ((((int64_t)L_34) > ((int64_t)((int64_t)((int64_t)L_38))))) { goto IL_009b; } } IL_00b1: { int32_t L_39 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)1)); int32_t L_40 = ___part1; if ((!(((uint32_t)L_40) == ((uint32_t)2)))) { goto IL_00bb; } } { int32_t L_41 = V_1; return L_41; } IL_00bb: { int64_t L_42 = V_3; IL2CPP_RUNTIME_CLASS_INIT(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_43 = ((HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_StaticFields*)il2cpp_codegen_static_fields_for(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var))->get_HijriMonthDays_4(); int32_t L_44 = V_1; int32_t L_45 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1)); int32_t L_46 = (L_43)->GetAtUnchecked(static_cast(L_45)); V_2 = ((int32_t)((int32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_42, (int64_t)((int64_t)((int64_t)L_46)))))); int32_t L_47 = ___part1; if ((!(((uint32_t)L_47) == ((uint32_t)3)))) { goto IL_00cf; } } { int32_t L_48 = V_2; return L_48; } IL_00cf: { String_t* L_49; L_49 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD6E6EEF1109E8CC713826B01CDCD6A3C6C168B7A)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_50 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_50, L_49, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_50, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HijriCalendar_GetDatePart_m85D2298691A166F651C8DA308875D244CAFF0DC6_RuntimeMethod_var))); } } // System.Int32 System.Globalization.HijriCalendar::GetDayOfMonth(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HijriCalendar_GetDayOfMonth_m7AE6B5075AFB6363DA5F09FE6F98635739206DA7 (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method) { { int64_t L_0; L_0 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___time0), /*hidden argument*/NULL); int32_t L_1; L_1 = VirtFuncInvoker2< int32_t, int64_t, int32_t >::Invoke(29 /* System.Int32 System.Globalization.HijriCalendar::GetDatePart(System.Int64,System.Int32) */, __this, L_0, 3); return L_1; } } // System.DayOfWeek System.Globalization.HijriCalendar::GetDayOfWeek(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HijriCalendar_GetDayOfWeek_m9BF46259A79CF0406AA140B6B29F520C81FA79AD (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method) { { int64_t L_0; L_0 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___time0), /*hidden argument*/NULL); return (int32_t)(((int32_t)((int32_t)((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)L_0/(int64_t)((int64_t)864000000000LL))), (int64_t)((int64_t)((int64_t)1))))))%(int32_t)7))); } } // System.Int32 System.Globalization.HijriCalendar::GetDaysInMonth(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HijriCalendar_GetDaysInMonth_m3230A988D2ECD9FCE8B5A7EF03AB59690757B21A (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, int32_t ___year0, int32_t ___month1, int32_t ___era2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___year0; int32_t L_1 = ___month1; int32_t L_2 = ___era2; IL2CPP_RUNTIME_CLASS_INIT(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); HijriCalendar_CheckYearMonthRange_mD604BE94636B81AD1A4C8D1B3ADE34F443884348(L_0, L_1, L_2, /*hidden argument*/NULL); int32_t L_3 = ___month1; if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)12))))) { goto IL_001d; } } { int32_t L_4 = ___year0; bool L_5; L_5 = VirtFuncInvoker2< bool, int32_t, int32_t >::Invoke(21 /* System.Boolean System.Globalization.Calendar::IsLeapYear(System.Int32,System.Int32) */, __this, L_4, 0); if (L_5) { goto IL_001a; } } { return ((int32_t)29); } IL_001a: { return ((int32_t)30); } IL_001d: { int32_t L_6 = ___month1; if ((((int32_t)((int32_t)((int32_t)L_6%(int32_t)2))) == ((int32_t)1))) { goto IL_0026; } } { return ((int32_t)29); } IL_0026: { return ((int32_t)30); } } // System.Int32 System.Globalization.HijriCalendar::GetDaysInYear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HijriCalendar_GetDaysInYear_mE7EE9EAB5B7DA4BC3BFECE086979261D40C3939A (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, int32_t ___year0, int32_t ___era1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___year0; int32_t L_1 = ___era1; IL2CPP_RUNTIME_CLASS_INIT(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); HijriCalendar_CheckYearRange_mDCFCDAD937BA86328127F4B5A153B48604CBCFFF(L_0, L_1, /*hidden argument*/NULL); int32_t L_2 = ___year0; bool L_3; L_3 = VirtFuncInvoker2< bool, int32_t, int32_t >::Invoke(21 /* System.Boolean System.Globalization.Calendar::IsLeapYear(System.Int32,System.Int32) */, __this, L_2, 0); if (L_3) { goto IL_0017; } } { return ((int32_t)354); } IL_0017: { return ((int32_t)355); } } // System.Int32 System.Globalization.HijriCalendar::GetEra(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HijriCalendar_GetEra_m9AC99D9669193F6C06EE32C84A2DF3CDAD9A2B4E (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0; L_0 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___time0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); HijriCalendar_CheckTicksRange_m2D1B18699664C2C21AC0F985BD6731A8B3DEC395(L_0, /*hidden argument*/NULL); int32_t L_1 = ((HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_StaticFields*)il2cpp_codegen_static_fields_for(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var))->get_HijriEra_3(); return L_1; } } // System.Int32[] System.Globalization.HijriCalendar::get_Eras() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* HijriCalendar_get_Eras_mEB3E6332F325BE061EDE33358C185BF3CE1994DE (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0; IL2CPP_RUNTIME_CLASS_INIT(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); int32_t L_2 = ((HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_StaticFields*)il2cpp_codegen_static_fields_for(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var))->get_HijriEra_3(); (L_1)->SetAtUnchecked(static_cast(0), (int32_t)L_2); return L_1; } } // System.Int32 System.Globalization.HijriCalendar::GetMonth(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HijriCalendar_GetMonth_m7595C3AA5235F291967BDE56E2F427F6F4777BAE (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method) { { int64_t L_0; L_0 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___time0), /*hidden argument*/NULL); int32_t L_1; L_1 = VirtFuncInvoker2< int32_t, int64_t, int32_t >::Invoke(29 /* System.Int32 System.Globalization.HijriCalendar::GetDatePart(System.Int64,System.Int32) */, __this, L_0, 2); return L_1; } } // System.Int32 System.Globalization.HijriCalendar::GetMonthsInYear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HijriCalendar_GetMonthsInYear_m6F84987927A52D96A6C1CCBE6DB4C22ED7278735 (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, int32_t ___year0, int32_t ___era1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___year0; int32_t L_1 = ___era1; IL2CPP_RUNTIME_CLASS_INIT(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); HijriCalendar_CheckYearRange_mDCFCDAD937BA86328127F4B5A153B48604CBCFFF(L_0, L_1, /*hidden argument*/NULL); return ((int32_t)12); } } // System.Int32 System.Globalization.HijriCalendar::GetYear(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HijriCalendar_GetYear_mAB3A98564B1012671494282C19D4535FEC292263 (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method) { { int64_t L_0; L_0 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___time0), /*hidden argument*/NULL); int32_t L_1; L_1 = VirtFuncInvoker2< int32_t, int64_t, int32_t >::Invoke(29 /* System.Int32 System.Globalization.HijriCalendar::GetDatePart(System.Int64,System.Int32) */, __this, L_0, 0); return L_1; } } // System.Boolean System.Globalization.HijriCalendar::IsLeapYear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HijriCalendar_IsLeapYear_mD2E1B1E64DFD60CBE7B1D8EBB7A75AF60EDB8FA7 (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, int32_t ___year0, int32_t ___era1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___year0; int32_t L_1 = ___era1; IL2CPP_RUNTIME_CLASS_INIT(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); HijriCalendar_CheckYearRange_mDCFCDAD937BA86328127F4B5A153B48604CBCFFF(L_0, L_1, /*hidden argument*/NULL); int32_t L_2 = ___year0; return (bool)((((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)((int32_t)11))), (int32_t)((int32_t)14)))%(int32_t)((int32_t)30)))) < ((int32_t)((int32_t)11)))? 1 : 0); } } // System.DateTime System.Globalization.HijriCalendar::ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 HijriCalendar_ToDateTime_mD6E20F0B3354439B3FCC961B354B999B0BCB8A4E (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, int32_t ___era7, const RuntimeMethod* method) { int32_t V_0 = 0; int64_t V_1 = 0; { int32_t L_0 = ___year0; int32_t L_1 = ___month1; int32_t L_2 = ___era7; int32_t L_3; L_3 = VirtFuncInvoker3< int32_t, int32_t, int32_t, int32_t >::Invoke(13 /* System.Int32 System.Globalization.Calendar::GetDaysInMonth(System.Int32,System.Int32,System.Int32) */, __this, L_0, L_1, L_2); V_0 = L_3; int32_t L_4 = ___day2; if ((((int32_t)L_4) < ((int32_t)1))) { goto IL_0013; } } { int32_t L_5 = ___day2; int32_t L_6 = V_0; if ((((int32_t)L_5) <= ((int32_t)L_6))) { goto IL_003e; } } IL_0013: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7; L_7 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_8; L_8 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8455E83F4C8C16B9441E2078DFC4C41497ECDC81)), /*hidden argument*/NULL); int32_t L_9 = V_0; 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 = ___month1; 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; L_15 = String_Format_m8892FAD3E9F1E11E6176840DC1EA0C40DF1F0C2B(L_7, L_8, L_11, L_14, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_16 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral645F0B83FF7CADECF44AD1B83B13002DA97FBA1E)), L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HijriCalendar_ToDateTime_mD6E20F0B3354439B3FCC961B354B999B0BCB8A4E_RuntimeMethod_var))); } IL_003e: { int32_t L_17 = ___year0; int32_t L_18 = ___month1; int32_t L_19 = ___day2; int64_t L_20; L_20 = HijriCalendar_GetAbsoluteDateHijri_mD905AB8CB21595A301E458C42C7755C2B5F386CB(__this, L_17, L_18, L_19, /*hidden argument*/NULL); V_1 = L_20; int64_t L_21 = V_1; if ((((int64_t)L_21) < ((int64_t)((int64_t)((int64_t)0))))) { goto IL_006c; } } { int64_t L_22 = V_1; int32_t L_23 = ___hour3; int32_t L_24 = ___minute4; int32_t L_25 = ___second5; int32_t L_26 = ___millisecond6; int64_t L_27; L_27 = Calendar_TimeToTicks_m64548D6C98C4C4409B49C763AE9817AB5685AEDC(L_23, L_24, L_25, L_26, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_28; memset((&L_28), 0, sizeof(L_28)); DateTime__ctor_m14D7C60472AE477F824F8BEE8830C5F5D4FCA16A((&L_28), ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_22, (int64_t)((int64_t)864000000000LL))), (int64_t)L_27)), /*hidden argument*/NULL); return L_28; } IL_006c: { String_t* L_29; L_29 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5C41D52FA73299672D15406F85174D906E9E65DC)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_30 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_30, (String_t*)NULL, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HijriCalendar_ToDateTime_mD6E20F0B3354439B3FCC961B354B999B0BCB8A4E_RuntimeMethod_var))); } } // System.Int32 System.Globalization.HijriCalendar::get_TwoDigitYearMax() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HijriCalendar_get_TwoDigitYearMax_mAE3EE071B72098519BE2905CC264C3A5306A084E (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, const RuntimeMethod* method) { { int32_t L_0 = ((Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A *)__this)->get_twoDigitYearMax_2(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_001f; } } { int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Globalization.Calendar::get_ID() */, __this); int32_t L_2; L_2 = Calendar_GetSystemTwoDigitYearSetting_mF12E6A472DAC24009E72B4B95CF451F80CCB1CD8(L_1, ((int32_t)1451), /*hidden argument*/NULL); ((Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A *)__this)->set_twoDigitYearMax_2(L_2); } IL_001f: { int32_t L_3 = ((Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A *)__this)->get_twoDigitYearMax_2(); return L_3; } } // System.Int32 System.Globalization.HijriCalendar::ToFourDigitYear(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HijriCalendar_ToFourDigitYear_mC5FB9422F1EE1343B5DE4B9FBFC7504BB88BD952 (HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4 * __this, int32_t ___year0, const RuntimeMethod* method) { { int32_t L_0 = ___year0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0019; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1DEDCD1168FE0A01C595FF5B7901D1C14F15F786)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HijriCalendar_ToFourDigitYear_mC5FB9422F1EE1343B5DE4B9FBFC7504BB88BD952_RuntimeMethod_var))); } IL_0019: { int32_t L_3 = ___year0; if ((((int32_t)L_3) >= ((int32_t)((int32_t)100)))) { goto IL_0026; } } { int32_t L_4 = ___year0; int32_t L_5; L_5 = Calendar_ToFourDigitYear_m24F56E3C6245FA4317A17078D97AE59ADAF5C81B(__this, L_4, /*hidden argument*/NULL); return L_5; } IL_0026: { int32_t L_6 = ___year0; if ((((int32_t)L_6) <= ((int32_t)((int32_t)9666)))) { goto IL_005d; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7; L_7 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_8; L_8 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB6B67D4653121AE0F63EE256975A0DBD0FAF6B1)), /*hidden argument*/NULL); int32_t L_9 = 1; RuntimeObject * L_10 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_9); int32_t L_11 = ((int32_t)9666); RuntimeObject * L_12 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_11); String_t* L_13; L_13 = String_Format_m8892FAD3E9F1E11E6176840DC1EA0C40DF1F0C2B(L_7, L_8, L_10, L_12, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_14 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1DEDCD1168FE0A01C595FF5B7901D1C14F15F786)), L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HijriCalendar_ToFourDigitYear_mC5FB9422F1EE1343B5DE4B9FBFC7504BB88BD952_RuntimeMethod_var))); } IL_005d: { int32_t L_15 = ___year0; return L_15; } } // System.Void System.Globalization.HijriCalendar::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HijriCalendar__cctor_mF01BCE1B74031F1ACF3A47EBA707174DDD1857CA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____5EDFD8200B7AD157878FBA46F22A1C345662F2E3_35_FieldInfo_var); s_Il2CppMethodInitialized = true; } { ((HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_StaticFields*)il2cpp_codegen_static_fields_for(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var))->set_HijriEra_3(1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____5EDFD8200B7AD157878FBA46F22A1C345662F2E3_35_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_StaticFields*)il2cpp_codegen_static_fields_for(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var))->set_HijriMonthDays_4(L_1); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; memset((&L_3), 0, sizeof(L_3)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_3), ((int32_t)622), 7, ((int32_t)18), /*hidden argument*/NULL); ((HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_StaticFields*)il2cpp_codegen_static_fields_for(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var))->set_calendarMinValue_6(L_3); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); ((HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_StaticFields*)il2cpp_codegen_static_fields_for(HijriCalendar_tD2659D17EBA70DDB5B9984C6E888D0DA6548CAD4_il2cpp_TypeInfo_var))->set_calendarMaxValue_7(L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.IOException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_mE92951EE4556BA8CC4009BD0D9FB75839B170BC2 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB92E85A6F615F4616FC6322A5D10FA665915BED7); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteralB92E85A6F615F4616FC6322A5D10FA665915BED7, /*hidden argument*/NULL); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146232800), /*hidden argument*/NULL); return; } } // System.Void System.IO.IOException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146232800), /*hidden argument*/NULL); return; } } // System.Void System.IO.IOException::.ctor(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m7B348BC88E42D0F9599A1016361672DF4F77E7F3 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, String_t* ___message0, int32_t ___hresult1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___hresult1; Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.IO.IOException::.ctor(System.String,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_mD93BA69EDA6ECEE0446369A6011779594BB9E44D (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, String_t* ___message0, int32_t ___hresult1, String_t* ___maybeFullPath2, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___hresult1; Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, L_1, /*hidden argument*/NULL); String_t* L_2 = ___maybeFullPath2; __this->set__maybeFullPath_17(L_2); return; } } // System.Void System.IO.IOException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __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)-2146232800), /*hidden argument*/NULL); return; } } // System.Void System.IO.IOException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m346C7ED07EB96B665C75AA653743A30CE5E095D5 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { 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.Boolean System.Runtime.Serialization.Formatters.Binary.IOUtil::FlagTest(System.Runtime.Serialization.Formatters.Binary.MessageEnum,System.Runtime.Serialization.Formatters.Binary.MessageEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IOUtil_FlagTest_mB67484A0947372F8FF39151697BD1D7EF1F2FE77 (int32_t ___flag0, int32_t ___target1, const RuntimeMethod* method) { { int32_t L_0 = ___flag0; int32_t L_1 = ___target1; int32_t L_2 = ___target1; if ((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))) == ((uint32_t)L_2)))) { goto IL_0008; } } { return (bool)1; } IL_0008: { return (bool)0; } } // System.Void System.Runtime.Serialization.Formatters.Binary.IOUtil::WriteStringWithCode(System.String,System.Runtime.Serialization.Formatters.Binary.__BinaryWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOUtil_WriteStringWithCode_mAA597723CEF044E3C26B5BD37E1BAE61FB53BC77 (String_t* ___value0, __BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694 * ___sout1, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (L_0) { goto IL_000c; } } { __BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694 * L_1 = ___sout1; __BinaryWriter_WriteByte_m2231AC47173E06BAEB8B980CA093149233BB7E58(L_1, (uint8_t)((int32_t)17), /*hidden argument*/NULL); return; } IL_000c: { __BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694 * L_2 = ___sout1; __BinaryWriter_WriteByte_m2231AC47173E06BAEB8B980CA093149233BB7E58(L_2, (uint8_t)((int32_t)18), /*hidden argument*/NULL); __BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694 * L_3 = ___sout1; String_t* L_4 = ___value0; __BinaryWriter_WriteString_m4AFDF546F2E4ACD380A4340DE93A4338DE36F7E8(L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.IOUtil::WriteWithCode(System.Type,System.Object,System.Runtime.Serialization.Formatters.Binary.__BinaryWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOUtil_WriteWithCode_m70E600D0FA627E78D17A43725CCEB780FB594A84 (Type_t * ___type0, RuntimeObject * ___value1, __BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694 * ___sout2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Type_t * L_0 = ___type0; if (L_0) { goto IL_000c; } } { __BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694 * L_1 = ___sout2; __BinaryWriter_WriteByte_m2231AC47173E06BAEB8B980CA093149233BB7E58(L_1, (uint8_t)((int32_t)17), /*hidden argument*/NULL); return; } IL_000c: { Type_t * L_2 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Type_t * L_3 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofString_7(); if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_3)))) { goto IL_0021; } } { RuntimeObject * L_4 = ___value1; __BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694 * L_5 = ___sout2; IOUtil_WriteStringWithCode_mAA597723CEF044E3C26B5BD37E1BAE61FB53BC77(((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL); return; } IL_0021: { Type_t * L_6 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Converter_ToCode_m4BF69F8435A4FED7BA4FB1C415A2DF455C98C4F5(L_6, /*hidden argument*/NULL); V_0 = L_7; __BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694 * L_8 = ___sout2; int32_t L_9 = V_0; __BinaryWriter_WriteByte_m2231AC47173E06BAEB8B980CA093149233BB7E58(L_8, (uint8_t)((int32_t)((uint8_t)L_9)), /*hidden argument*/NULL); __BinaryWriter_tADAED5EACC3B2674AF82C8D3A5226AD88B3B1694 * L_10 = ___sout2; int32_t L_11 = V_0; RuntimeObject * L_12 = ___value1; __BinaryWriter_WriteValue_m892C716E13D53063830CEDFC219A63D7FE11AD8A(L_10, L_11, L_12, /*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.Identity::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Identity__ctor_mDE97546186596A4BAEF58B596246F970735117CB (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, String_t* ___objectUri0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___objectUri0; __this->set__objectUri_0(L_0); return; } } // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Identity::get_ChannelSink() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Identity_get_ChannelSink_m65E342D8B02C4B9A49BA932ACAEB0D3E1DF9A5D5 (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__channelSink_1(); return L_0; } } // System.Void System.Runtime.Remoting.Identity::set_ChannelSink(System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Identity_set_ChannelSink_m8C7820354F67F902450880861E03B2192E5E0023 (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set__channelSink_1(L_0); return; } } // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Identity::get_EnvoySink() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Identity_get_EnvoySink_m4DCA3E21A7EE9090DE16D21337B88A1112B71D73 (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__envoySink_2(); return L_0; } } // System.String System.Runtime.Remoting.Identity::get_ObjectUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Identity_get_ObjectUri_mE3332DC10068C0453FC3B5B5ED4858BC6FD76B3B (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__objectUri_0(); return L_0; } } // System.Void System.Runtime.Remoting.Identity::set_ObjectUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Identity_set_ObjectUri_m728B4333F84883CB4F62B3303EEB83C1BD9A184D (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__objectUri_0(L_0); return; } } // System.Boolean System.Runtime.Remoting.Identity::get_IsConnected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Identity_get_IsConnected_mB779679994C34F938FA3360ADEF87ED61C246D46 (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__objectUri_0(); return (bool)((!(((RuntimeObject*)(String_t*)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Boolean System.Runtime.Remoting.Identity::get_Disposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Identity_get_Disposed_m50935B1A31EC017F5E739090E7656F0F2937B2CD (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__disposed_6(); return L_0; } } // System.Void System.Runtime.Remoting.Identity::set_Disposed(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Identity_set_Disposed_mB0DBD70392DB230E66229E859F9E06D22F268BC7 (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set__disposed_6(L_0); return; } } // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Identity::get_ClientDynamicProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * Identity_get_ClientDynamicProperties_mFDD38EF23172E7391645744F7EE57A4C0CC6C03D (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * L_0 = __this->get__clientDynamicProperties_3(); if (L_0) { goto IL_0013; } } { DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * L_1 = (DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B *)il2cpp_codegen_object_new(DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B_il2cpp_TypeInfo_var); DynamicPropertyCollection__ctor_m1C6E38800C4A66C1BF8EE56B8AEBFADE2744FE42(L_1, /*hidden argument*/NULL); __this->set__clientDynamicProperties_3(L_1); } IL_0013: { DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * L_2 = __this->get__clientDynamicProperties_3(); return L_2; } } // 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) { { DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * L_0 = __this->get__serverDynamicProperties_4(); if (!L_0) { goto IL_0014; } } { DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * L_1 = __this->get__serverDynamicProperties_4(); bool L_2; L_2 = DynamicPropertyCollection_get_HasProperties_mFA66AA2882D623D93BD663DCD1070843B22E0267(L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { return (bool)0; } } // System.Void System.Runtime.Remoting.Identity::NotifyClientDynamicSinks(System.Boolean,System.Runtime.Remoting.Messaging.IMessage,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Identity_NotifyClientDynamicSinks_m7F89E1F13CA99053D69D03B72DD4C20A80CB55C3 (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, bool ___start0, RuntimeObject* ___req_msg1, bool ___client_site2, bool ___async3, const RuntimeMethod* method) { { DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * L_0 = __this->get__clientDynamicProperties_3(); if (!L_0) { goto IL_0025; } } { DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * L_1 = __this->get__clientDynamicProperties_3(); bool L_2; L_2 = DynamicPropertyCollection_get_HasProperties_mFA66AA2882D623D93BD663DCD1070843B22E0267(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0025; } } { DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * L_3 = __this->get__clientDynamicProperties_3(); bool L_4 = ___start0; RuntimeObject* L_5 = ___req_msg1; bool L_6 = ___client_site2; bool L_7 = ___async3; DynamicPropertyCollection_NotifyMessage_mE0CF762325C71033A2A01B25806FD61821BC6A7F(L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); } IL_0025: { return; } } // 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) { { DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * L_0 = __this->get__serverDynamicProperties_4(); if (!L_0) { goto IL_0025; } } { DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * L_1 = __this->get__serverDynamicProperties_4(); bool L_2; L_2 = DynamicPropertyCollection_get_HasProperties_mFA66AA2882D623D93BD663DCD1070843B22E0267(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0025; } } { DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * L_3 = __this->get__serverDynamicProperties_4(); bool L_4 = ___start0; RuntimeObject* L_5 = ___req_msg1; bool L_6 = ___client_site2; bool L_7 = ___async3; DynamicPropertyCollection_NotifyMessage_mE0CF762325C71033A2A01B25806FD61821BC6A7F(L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); } IL_0025: { 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.Globalization.IdnMapping::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IdnMapping__ctor_m07BB985F0F6275028CCF5ACD22BBD443F3B707B0 (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513 * L_0 = (Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513 *)il2cpp_codegen_object_new(Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513_il2cpp_TypeInfo_var); Punycode__ctor_m965E836EB1203F1D4063A2A022D472FC84985EAC(L_0, /*hidden argument*/NULL); __this->set_puny_2(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Globalization.IdnMapping::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IdnMapping_Equals_mAC6E66B7ACB5CCF6F5A254138E363DF444113255 (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; V_0 = ((IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C *)IsInstSealed((RuntimeObject*)L_0, IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C_il2cpp_TypeInfo_var)); IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * L_1 = V_0; if (!L_1) { goto IL_0027; } } { bool L_2 = __this->get_allow_unassigned_0(); IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * L_3 = V_0; bool L_4 = L_3->get_allow_unassigned_0(); if ((!(((uint32_t)L_2) == ((uint32_t)L_4)))) { goto IL_0027; } } { bool L_5 = __this->get_use_std3_1(); IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * L_6 = V_0; bool L_7 = L_6->get_use_std3_1(); return (bool)((((int32_t)L_5) == ((int32_t)L_7))? 1 : 0); } IL_0027: { return (bool)0; } } // System.Int32 System.Globalization.IdnMapping::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IdnMapping_GetHashCode_mD77A6A453C77FB85DAE5116F11775125A9B5CE39 (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; int32_t G_B5_0 = 0; int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; { bool L_0 = __this->get_allow_unassigned_0(); if (L_0) { goto IL_000b; } } { G_B3_0 = 0; goto IL_000c; } IL_000b: { G_B3_0 = 2; } IL_000c: { bool L_1 = __this->get_use_std3_1(); G_B4_0 = G_B3_0; if (L_1) { G_B5_0 = G_B3_0; goto IL_0017; } } { G_B6_0 = 0; G_B6_1 = G_B4_0; goto IL_0018; } IL_0017: { G_B6_0 = 1; G_B6_1 = G_B5_0; } IL_0018: { return ((int32_t)il2cpp_codegen_add((int32_t)G_B6_1, (int32_t)G_B6_0)); } } // System.String System.Globalization.IdnMapping::GetAscii(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IdnMapping_GetAscii_m5E1B9118404224CB56B9F19EE9F9CF538196DE8C (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___unicode0, const RuntimeMethod* method) { { String_t* L_0 = ___unicode0; 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*)&_stringLiteral98573F4BC94560E6FC3EAD68128033E305B56C6C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IdnMapping_GetAscii_m5E1B9118404224CB56B9F19EE9F9CF538196DE8C_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___unicode0; String_t* L_3 = ___unicode0; int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = IdnMapping_GetAscii_m6327AA95FE9582D9CC218DA86E8159240F57266D(__this, L_2, 0, L_4, /*hidden argument*/NULL); return L_5; } } // System.String System.Globalization.IdnMapping::GetAscii(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IdnMapping_GetAscii_m6327AA95FE9582D9CC218DA86E8159240F57266D (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___unicode0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { String_t* L_0 = ___unicode0; 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*)&_stringLiteral98573F4BC94560E6FC3EAD68128033E305B56C6C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IdnMapping_GetAscii_m6327AA95FE9582D9CC218DA86E8159240F57266D_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_001d; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_3 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF5F618640BA54D0C46BC1191E4D1C6340105A43E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IdnMapping_GetAscii_m6327AA95FE9582D9CC218DA86E8159240F57266D_RuntimeMethod_var))); } IL_001d: { int32_t L_4 = ___count2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_002c; } } { int32_t L_5 = ___index1; int32_t L_6 = ___count2; String_t* L_7 = ___unicode0; int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))) <= ((int32_t)L_8))) { goto IL_0037; } } IL_002c: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_9 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5A2DEA51A5B0471C055D29047CC3D301B5BF3787)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IdnMapping_GetAscii_m6327AA95FE9582D9CC218DA86E8159240F57266D_RuntimeMethod_var))); } IL_0037: { String_t* L_10 = ___unicode0; int32_t L_11 = ___index1; int32_t L_12 = ___count2; String_t* L_13; L_13 = IdnMapping_Convert_mA22246CEDC091E62B67054A41DA3F173C4FA4ACF(__this, L_10, L_11, L_12, (bool)1, /*hidden argument*/NULL); return L_13; } } // System.String System.Globalization.IdnMapping::Convert(System.String,System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IdnMapping_Convert_mA22246CEDC091E62B67054A41DA3F173C4FA4ACF (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___input0, int32_t ___index1, int32_t ___count2, bool ___toAscii3, 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*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____A13AA52274D951A18029131A8DDECF76B569A15D_65_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { String_t* L_0 = ___input0; int32_t L_1 = ___index1; int32_t L_2 = ___count2; String_t* L_3; L_3 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; V_3 = 0; goto IL_002d; } IL_000d: { String_t* L_4 = V_0; int32_t L_5 = V_3; Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)((int32_t)128)))) { goto IL_0029; } } { String_t* L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_9; L_9 = String_ToLower_m31AAE50F084C9F7ECE9201944F237D2310C79235(L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; goto IL_0036; } IL_0029: { int32_t L_10 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_002d: { int32_t L_11 = V_3; String_t* L_12 = V_0; int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_000d; } } IL_0036: { String_t* L_14 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_15 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)4); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = L_15; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_17 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____A13AA52274D951A18029131A8DDECF76B569A15D_65_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_16, L_17, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18; L_18 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_14, L_16, /*hidden argument*/NULL); V_1 = L_18; V_2 = 0; V_4 = 0; goto IL_009f; } IL_0055: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19 = V_1; int32_t L_20 = V_4; int32_t L_21 = L_20; String_t* L_22 = (L_19)->GetAtUnchecked(static_cast(L_21)); int32_t L_23; L_23 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_22, /*hidden argument*/NULL); if (L_23) { goto IL_0069; } } { int32_t L_24 = V_4; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_25 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))) { goto IL_008d; } } IL_0069: { bool L_26 = ___toAscii3; if (!L_26) { goto IL_007e; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_27 = V_1; int32_t L_28 = V_4; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_29 = V_1; int32_t L_30 = V_4; int32_t L_31 = L_30; String_t* L_32 = (L_29)->GetAtUnchecked(static_cast(L_31)); int32_t L_33 = V_2; String_t* L_34; L_34 = IdnMapping_ToAscii_mF8B2E73CD2A930AA4BBD43130FFE8FBEB6EDAC86(__this, L_32, L_33, /*hidden argument*/NULL); ArrayElementTypeCheck (L_27, L_34); (L_27)->SetAtUnchecked(static_cast(L_28), (String_t*)L_34); goto IL_008d; } IL_007e: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_35 = V_1; int32_t L_36 = V_4; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_37 = V_1; int32_t L_38 = V_4; int32_t L_39 = L_38; String_t* L_40 = (L_37)->GetAtUnchecked(static_cast(L_39)); int32_t L_41 = V_2; String_t* L_42; L_42 = IdnMapping_ToUnicode_mFE4FB4EFCF830552B1CBF43C5A3267519C6EECB9(__this, L_40, L_41, /*hidden argument*/NULL); ArrayElementTypeCheck (L_35, L_42); (L_35)->SetAtUnchecked(static_cast(L_36), (String_t*)L_42); } IL_008d: { int32_t L_43 = V_2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_44 = V_1; int32_t L_45 = V_4; int32_t L_46 = L_45; String_t* L_47 = (L_44)->GetAtUnchecked(static_cast(L_46)); int32_t L_48; L_48 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_47, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_48)); int32_t L_49 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_009f: { int32_t L_50 = V_4; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_51 = V_1; if ((((int32_t)L_50) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length)))))) { goto IL_0055; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_52 = V_1; String_t* L_53; L_53 = String_Join_m8846EB11F0A221BDE237DE041D17764B36065404(_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, L_52, /*hidden argument*/NULL); return L_53; } } // System.String System.Globalization.IdnMapping::ToAscii(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IdnMapping_ToAscii_mF8B2E73CD2A930AA4BBD43130FFE8FBEB6EDAC86 (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F8774EDFDA2D77DC99E22AFCE18B2E1E4AC7CD6); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; goto IL_0050; } IL_0004: { String_t* L_0 = ___s0; int32_t L_1 = V_0; Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) < ((int32_t)((int32_t)32)))) { goto IL_001a; } } { String_t* L_3 = ___s0; int32_t L_4 = V_0; Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, L_4, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)127))))) { goto IL_0032; } } IL_001a: { int32_t L_6 = ___offset1; int32_t L_7 = V_0; int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)); RuntimeObject * L_9 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_8); String_t* L_10; L_10 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1677585FA882DFEA3E037D8F7D17D1E0A2DB542E)), L_9, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IdnMapping_ToAscii_mF8B2E73CD2A930AA4BBD43130FFE8FBEB6EDAC86_RuntimeMethod_var))); } IL_0032: { String_t* L_12 = ___s0; int32_t L_13 = V_0; Il2CppChar L_14; L_14 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_12, L_13, /*hidden argument*/NULL); if ((((int32_t)L_14) < ((int32_t)((int32_t)128)))) { goto IL_004c; } } { String_t* L_15 = ___s0; int32_t L_16 = ___offset1; String_t* L_17; L_17 = IdnMapping_NamePrep_mF89B03D2D665A5FB78292972B8E891F6291BFDCB(__this, L_15, L_16, /*hidden argument*/NULL); ___s0 = L_17; goto IL_0059; } IL_004c: { int32_t L_18 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0050: { int32_t L_19 = V_0; String_t* L_20 = ___s0; 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_0004; } } IL_0059: { bool L_22 = __this->get_use_std3_1(); if (!L_22) { goto IL_0069; } } { String_t* L_23 = ___s0; int32_t L_24 = ___offset1; IdnMapping_VerifyStd3AsciiRules_mB9864F794DDD18235CF73870D739F96F5C5625EE(__this, L_23, L_24, /*hidden argument*/NULL); } IL_0069: { V_1 = 0; goto IL_00c3; } IL_006d: { String_t* L_25 = ___s0; int32_t L_26 = V_1; Il2CppChar L_27; L_27 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_25, L_26, /*hidden argument*/NULL); if ((((int32_t)L_27) < ((int32_t)((int32_t)128)))) { goto IL_00bf; } } { String_t* L_28 = ___s0; bool L_29; L_29 = String_StartsWith_mEA750A0572C706249CDD826681741B7DD733381E(L_28, _stringLiteral7F8774EDFDA2D77DC99E22AFCE18B2E1E4AC7CD6, 5, /*hidden argument*/NULL); if (!L_29) { goto IL_00a1; } } { int32_t L_30 = ___offset1; int32_t L_31 = V_1; int32_t L_32 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31)); RuntimeObject * L_33 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_32); String_t* L_34; L_34 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral80060678D9E3BDD3E617588C88C22F4BCEAE9A89)), L_33, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_35 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_35, L_34, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IdnMapping_ToAscii_mF8B2E73CD2A930AA4BBD43130FFE8FBEB6EDAC86_RuntimeMethod_var))); } IL_00a1: { Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513 * L_36 = __this->get_puny_2(); String_t* L_37 = ___s0; int32_t L_38 = ___offset1; String_t* L_39; L_39 = Bootstring_Encode_mB7577C8F0BC7E4055A6118755D30B84D87151A7C(L_36, L_37, L_38, /*hidden argument*/NULL); ___s0 = L_39; String_t* L_40 = ___s0; String_t* L_41; L_41 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral7F8774EDFDA2D77DC99E22AFCE18B2E1E4AC7CD6, L_40, /*hidden argument*/NULL); ___s0 = L_41; goto IL_00cc; } IL_00bf: { int32_t L_42 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00c3: { int32_t L_43 = V_1; String_t* L_44 = ___s0; int32_t L_45; L_45 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_44, /*hidden argument*/NULL); if ((((int32_t)L_43) < ((int32_t)L_45))) { goto IL_006d; } } IL_00cc: { String_t* L_46 = ___s0; int32_t L_47 = ___offset1; IdnMapping_VerifyLength_m5573D7ADF41F0D69609BF4F15A1BC0C864311104(__this, L_46, L_47, /*hidden argument*/NULL); String_t* L_48 = ___s0; return L_48; } } // System.Void System.Globalization.IdnMapping::VerifyLength(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IdnMapping_VerifyLength_m5573D7ADF41F0D69609BF4F15A1BC0C864311104 (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001e; } } { int32_t L_2 = ___offset1; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_3); String_t* L_5; L_5 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9F16E39CCA8029EBA20A5DD6A70B628EFDD3240)), 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*)&IdnMapping_VerifyLength_m5573D7ADF41F0D69609BF4F15A1BC0C864311104_RuntimeMethod_var))); } IL_001e: { String_t* L_7 = ___s0; int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)((int32_t)63)))) { goto IL_003e; } } { int32_t L_9 = ___offset1; 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); String_t* L_12; L_12 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2686791DAEA9744EF058DB953C96FCF23CDE7093)), L_11, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IdnMapping_VerifyLength_m5573D7ADF41F0D69609BF4F15A1BC0C864311104_RuntimeMethod_var))); } IL_003e: { return; } } // System.String System.Globalization.IdnMapping::NamePrep(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IdnMapping_NamePrep_mF89B03D2D665A5FB78292972B8E891F6291BFDCB (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___s0; String_t* L_1; L_1 = String_Normalize_m8CD42072C9F7B418990609EB63C5F7E1328321A9(L_0, 5, /*hidden argument*/NULL); ___s0 = L_1; String_t* L_2 = ___s0; int32_t L_3 = ___offset1; IdnMapping_VerifyProhibitedCharacters_mF243B333B04875F49C25065412405C60C14424AE(__this, L_2, L_3, /*hidden argument*/NULL); bool L_4 = __this->get_allow_unassigned_0(); if (L_4) { goto IL_004d; } } { V_0 = 0; goto IL_0044; } IL_001d: { String_t* L_5 = ___s0; int32_t L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Char_GetUnicodeCategory_mB8BD13766FB2401A713B056084ACA5C348340475(L_5, L_6, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)29))))) { goto IL_0040; } } { int32_t L_8 = ___offset1; int32_t L_9 = V_0; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)); RuntimeObject * L_11 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_10); String_t* L_12; L_12 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral312B3CE8E6D23EA0D5519810CADE3401B79E8FDC)), L_11, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IdnMapping_NamePrep_mF89B03D2D665A5FB78292972B8E891F6291BFDCB_RuntimeMethod_var))); } IL_0040: { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0044: { int32_t L_15 = V_0; String_t* L_16 = ___s0; int32_t L_17; L_17 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_16, /*hidden argument*/NULL); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_001d; } } IL_004d: { String_t* L_18 = ___s0; return L_18; } } // System.Void System.Globalization.IdnMapping::VerifyProhibitedCharacters(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IdnMapping_VerifyProhibitedCharacters_mF243B333B04875F49C25065412405C60C14424AE (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { V_0 = 0; goto IL_012d; } IL_0007: { String_t* L_0 = ___s0; int32_t L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Char_GetUnicodeCategory_mB8BD13766FB2401A713B056084ACA5C348340475(L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; int32_t L_3 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)11)))) { case 0: { goto IL_0036; } case 1: { goto IL_006e; } case 2: { goto IL_006e; } case 3: { goto IL_004c; } case 4: { goto IL_006e; } case 5: { goto IL_0111; } case 6: { goto IL_0111; } } } { goto IL_006e; } IL_0036: { String_t* L_4 = ___s0; int32_t L_5 = V_0; Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) >= ((int32_t)((int32_t)128)))) { goto IL_0111; } } { goto IL_0129; } IL_004c: { String_t* L_7 = ___s0; int32_t L_8 = V_0; Il2CppChar L_9; L_9 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0111; } } { String_t* L_10 = ___s0; int32_t L_11 = V_0; Il2CppChar L_12; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, L_11, /*hidden argument*/NULL); if ((((int32_t)L_12) >= ((int32_t)((int32_t)128)))) { goto IL_0111; } } { goto IL_0129; } IL_006e: { String_t* L_13 = ___s0; int32_t L_14 = V_0; Il2CppChar L_15; L_15 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_13, L_14, /*hidden argument*/NULL); V_2 = L_15; Il2CppChar L_16 = V_2; if ((((int32_t)((int32_t)64991)) > ((int32_t)L_16))) { goto IL_0089; } } { Il2CppChar L_17 = V_2; if ((((int32_t)L_17) <= ((int32_t)((int32_t)65007)))) { goto IL_0111; } } IL_0089: { Il2CppChar L_18 = V_2; if ((((int32_t)((int32_t)((int32_t)L_18&(int32_t)((int32_t)65535)))) == ((int32_t)((int32_t)65534)))) { goto IL_0111; } } { Il2CppChar L_19 = V_2; if ((((int32_t)((int32_t)65529)) > ((int32_t)L_19))) { goto IL_00a7; } } { Il2CppChar L_20 = V_2; if ((((int32_t)L_20) <= ((int32_t)((int32_t)65533)))) { goto IL_0111; } } IL_00a7: { Il2CppChar L_21 = V_2; if ((((int32_t)((int32_t)12272)) > ((int32_t)L_21))) { goto IL_00b7; } } { Il2CppChar L_22 = V_2; if ((((int32_t)L_22) <= ((int32_t)((int32_t)12283)))) { goto IL_0111; } } IL_00b7: { Il2CppChar L_23 = V_2; if ((((int32_t)((int32_t)8234)) > ((int32_t)L_23))) { goto IL_00c7; } } { Il2CppChar L_24 = V_2; if ((((int32_t)L_24) <= ((int32_t)((int32_t)8238)))) { goto IL_0111; } } IL_00c7: { Il2CppChar L_25 = V_2; if ((((int32_t)((int32_t)8298)) > ((int32_t)L_25))) { goto IL_00d7; } } { Il2CppChar L_26 = V_2; if ((((int32_t)L_26) <= ((int32_t)((int32_t)8303)))) { goto IL_0111; } } IL_00d7: { Il2CppChar L_27 = V_2; if ((!(((uint32_t)L_27) <= ((uint32_t)((int32_t)8206))))) { goto IL_00f9; } } { Il2CppChar L_28 = V_2; if ((((int32_t)L_28) == ((int32_t)((int32_t)832)))) { goto IL_0111; } } { Il2CppChar L_29 = V_2; if ((((int32_t)L_29) == ((int32_t)((int32_t)833)))) { goto IL_0111; } } { Il2CppChar L_30 = V_2; if ((((int32_t)L_30) == ((int32_t)((int32_t)8206)))) { goto IL_0111; } } { goto IL_0129; } IL_00f9: { Il2CppChar L_31 = V_2; if ((((int32_t)L_31) == ((int32_t)((int32_t)8207)))) { goto IL_0111; } } { Il2CppChar L_32 = V_2; if ((((int32_t)L_32) == ((int32_t)((int32_t)8232)))) { goto IL_0111; } } { Il2CppChar L_33 = V_2; if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)8233))))) { goto IL_0129; } } IL_0111: { int32_t L_34 = ___offset1; int32_t L_35 = V_0; int32_t L_36 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35)); RuntimeObject * L_37 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_36); String_t* L_38; L_38 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA5565E5D902873A3A8A82128310E2F42D9E08370)), L_37, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_39 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_39, L_38, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IdnMapping_VerifyProhibitedCharacters_mF243B333B04875F49C25065412405C60C14424AE_RuntimeMethod_var))); } IL_0129: { int32_t L_40 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_012d: { int32_t L_41 = V_0; String_t* L_42 = ___s0; 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_0007; } } { return; } } // System.Void System.Globalization.IdnMapping::VerifyStd3AsciiRules(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IdnMapping_VerifyStd3AsciiRules_mB9864F794DDD18235CF73870D739F96F5C5625EE (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar V_1 = 0x0; { String_t* L_0 = ___s0; int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_002a; } } { String_t* L_2 = ___s0; Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)45))))) { goto IL_002a; } } { int32_t L_4 = ___offset1; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_5); String_t* L_7; L_7 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5C874D8FC07A857928D39A56EE8CCD04D9B0847E)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IdnMapping_VerifyStd3AsciiRules_mB9864F794DDD18235CF73870D739F96F5C5625EE_RuntimeMethod_var))); } IL_002a: { String_t* L_9 = ___s0; int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0064; } } { String_t* L_11 = ___s0; String_t* L_12 = ___s0; int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); Il2CppChar L_14; L_14 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)45))))) { goto IL_0064; } } { int32_t L_15 = ___offset1; String_t* L_16 = ___s0; int32_t L_17; L_17 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_16, /*hidden argument*/NULL); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_17)), (int32_t)1)); RuntimeObject * L_19 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_18); String_t* L_20; L_20 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral466A44407120A6FBBBFC8CA6D5807FBDD28EFD10)), L_19, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_21 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IdnMapping_VerifyStd3AsciiRules_mB9864F794DDD18235CF73870D739F96F5C5625EE_RuntimeMethod_var))); } IL_0064: { V_0 = 0; goto IL_00b4; } IL_0068: { String_t* L_22 = ___s0; int32_t L_23 = V_0; Il2CppChar L_24; L_24 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_22, L_23, /*hidden argument*/NULL); V_1 = L_24; Il2CppChar L_25 = V_1; if ((((int32_t)L_25) == ((int32_t)((int32_t)45)))) { goto IL_00b0; } } { Il2CppChar L_26 = V_1; if ((((int32_t)L_26) <= ((int32_t)((int32_t)47)))) { goto IL_0098; } } { Il2CppChar L_27 = V_1; if ((((int32_t)((int32_t)58)) > ((int32_t)L_27))) { goto IL_0084; } } { Il2CppChar L_28 = V_1; if ((((int32_t)L_28) <= ((int32_t)((int32_t)64)))) { goto IL_0098; } } IL_0084: { Il2CppChar L_29 = V_1; if ((((int32_t)((int32_t)91)) > ((int32_t)L_29))) { goto IL_008e; } } { Il2CppChar L_30 = V_1; if ((((int32_t)L_30) <= ((int32_t)((int32_t)96)))) { goto IL_0098; } } IL_008e: { Il2CppChar L_31 = V_1; if ((((int32_t)((int32_t)123)) > ((int32_t)L_31))) { goto IL_00b0; } } { Il2CppChar L_32 = V_1; if ((((int32_t)L_32) > ((int32_t)((int32_t)127)))) { goto IL_00b0; } } IL_0098: { int32_t L_33 = ___offset1; int32_t L_34 = V_0; int32_t L_35 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34)); RuntimeObject * L_36 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_35); String_t* L_37; L_37 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral182CD377F82DC14018E675243286CFE505773C59)), L_36, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_38 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_38, L_37, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IdnMapping_VerifyStd3AsciiRules_mB9864F794DDD18235CF73870D739F96F5C5625EE_RuntimeMethod_var))); } IL_00b0: { int32_t L_39 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00b4: { int32_t L_40 = V_0; String_t* L_41 = ___s0; int32_t L_42; L_42 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_41, /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)L_42))) { goto IL_0068; } } { return; } } // System.String System.Globalization.IdnMapping::GetUnicode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IdnMapping_GetUnicode_m71467D660FFB548F812474927F7A8EFA63273C56 (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___ascii0, const RuntimeMethod* method) { { String_t* L_0 = ___ascii0; 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*)&_stringLiteral94946EAC70E5CEA4EFC559DFC67DF8BF306303EC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IdnMapping_GetUnicode_m71467D660FFB548F812474927F7A8EFA63273C56_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___ascii0; String_t* L_3 = ___ascii0; int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = IdnMapping_GetUnicode_m32607C99B66191D81847666D81095EAD764CD991(__this, L_2, 0, L_4, /*hidden argument*/NULL); return L_5; } } // System.String System.Globalization.IdnMapping::GetUnicode(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IdnMapping_GetUnicode_m32607C99B66191D81847666D81095EAD764CD991 (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___ascii0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { String_t* L_0 = ___ascii0; 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*)&_stringLiteral94946EAC70E5CEA4EFC559DFC67DF8BF306303EC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IdnMapping_GetUnicode_m32607C99B66191D81847666D81095EAD764CD991_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_001d; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_3 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF5F618640BA54D0C46BC1191E4D1C6340105A43E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IdnMapping_GetUnicode_m32607C99B66191D81847666D81095EAD764CD991_RuntimeMethod_var))); } IL_001d: { int32_t L_4 = ___count2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_002c; } } { int32_t L_5 = ___index1; int32_t L_6 = ___count2; String_t* L_7 = ___ascii0; int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))) <= ((int32_t)L_8))) { goto IL_0037; } } IL_002c: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_9 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2641A688E06878073878B71263139298B198E3F5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IdnMapping_GetUnicode_m32607C99B66191D81847666D81095EAD764CD991_RuntimeMethod_var))); } IL_0037: { String_t* L_10 = ___ascii0; int32_t L_11 = ___index1; int32_t L_12 = ___count2; String_t* L_13; L_13 = IdnMapping_Convert_mA22246CEDC091E62B67054A41DA3F173C4FA4ACF(__this, L_10, L_11, L_12, (bool)0, /*hidden argument*/NULL); return L_13; } } // System.String System.Globalization.IdnMapping::ToUnicode(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IdnMapping_ToUnicode_mFE4FB4EFCF830552B1CBF43C5A3267519C6EECB9 (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___s0, int32_t ___offset1, 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*)&_stringLiteral7F8774EDFDA2D77DC99E22AFCE18B2E1E4AC7CD6); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* G_B9_0 = NULL; String_t* G_B8_0 = NULL; { V_1 = 0; goto IL_0022; } IL_0004: { String_t* L_0 = ___s0; int32_t L_1 = V_1; Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) < ((int32_t)((int32_t)128)))) { goto IL_001e; } } { String_t* L_3 = ___s0; int32_t L_4 = ___offset1; String_t* L_5; L_5 = IdnMapping_NamePrep_mF89B03D2D665A5FB78292972B8E891F6291BFDCB(__this, L_3, L_4, /*hidden argument*/NULL); ___s0 = L_5; goto IL_002b; } IL_001e: { int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0022: { int32_t L_7 = V_1; String_t* L_8 = ___s0; int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0004; } } IL_002b: { String_t* L_10 = ___s0; bool L_11; L_11 = String_StartsWith_mEA750A0572C706249CDD826681741B7DD733381E(L_10, _stringLiteral7F8774EDFDA2D77DC99E22AFCE18B2E1E4AC7CD6, 5, /*hidden argument*/NULL); if (L_11) { goto IL_003b; } } { String_t* L_12 = ___s0; return L_12; } IL_003b: { String_t* L_13 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_14; L_14 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_15; L_15 = String_ToLower_m31AAE50F084C9F7ECE9201944F237D2310C79235(L_13, L_14, /*hidden argument*/NULL); ___s0 = L_15; String_t* L_16 = ___s0; V_0 = L_16; String_t* L_17 = ___s0; String_t* L_18; L_18 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_17, 4, /*hidden argument*/NULL); ___s0 = L_18; Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513 * L_19 = __this->get_puny_2(); String_t* L_20 = ___s0; int32_t L_21 = ___offset1; String_t* L_22; L_22 = Bootstring_Decode_mC77D3DC475C290D4B225EF0898551E71AA57B037(L_19, L_20, L_21, /*hidden argument*/NULL); ___s0 = L_22; String_t* L_23 = ___s0; String_t* L_24 = ___s0; int32_t L_25 = ___offset1; String_t* L_26; L_26 = IdnMapping_ToAscii_mF8B2E73CD2A930AA4BBD43130FFE8FBEB6EDAC86(__this, L_24, L_25, /*hidden argument*/NULL); ___s0 = L_26; String_t* L_27 = V_0; String_t* L_28 = ___s0; int32_t L_29; L_29 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_27, L_28, 5, /*hidden argument*/NULL); G_B8_0 = L_23; if (!L_29) { G_B9_0 = L_23; goto IL_008d; } } { int32_t L_30 = ___offset1; int32_t L_31 = L_30; RuntimeObject * L_32 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_31); String_t* L_33; L_33 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4C9159CF9C9BE2960BB8479A6CD2A5483BCE4A50)), L_32, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_34 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_34, L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IdnMapping_ToUnicode_mFE4FB4EFCF830552B1CBF43C5A3267519C6EECB9_RuntimeMethod_var))); } IL_008d: { return G_B9_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.Collections.Hashtable System.Runtime.Remoting.Messaging.IllogicalCallContext::get_Datastore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * IllogicalCallContext_get_Datastore_m206830984617089D060B459D4326519D96131350 (IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_m_Datastore_0(); if (L_0) { goto IL_0013; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_1, /*hidden argument*/NULL); __this->set_m_Datastore_0(L_1); } IL_0013: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = __this->get_m_Datastore_0(); return L_2; } } // System.Object System.Runtime.Remoting.Messaging.IllogicalCallContext::get_HostContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * IllogicalCallContext_get_HostContext_m407F916CDAC9170270FCFEF12B24DD08C21356D1 (IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_HostContext_1(); return L_0; } } // System.Void System.Runtime.Remoting.Messaging.IllogicalCallContext::set_HostContext(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IllogicalCallContext_set_HostContext_m460C811D44BB0CE1C3311209784F9991420CA91A (IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_m_HostContext_1(L_0); return; } } // System.Boolean System.Runtime.Remoting.Messaging.IllogicalCallContext::get_HasUserData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IllogicalCallContext_get_HasUserData_mE4E3235A45CE57F8BB449F56B264C0F77AED9879 (IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * __this, const RuntimeMethod* method) { { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_m_Datastore_0(); if (!L_0) { goto IL_0017; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_m_Datastore_0(); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_1); return (bool)((((int32_t)L_2) > ((int32_t)0))? 1 : 0); } IL_0017: { return (bool)0; } } // System.Runtime.Remoting.Messaging.IllogicalCallContext System.Runtime.Remoting.Messaging.IllogicalCallContext::CreateCopy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * IllogicalCallContext_CreateCopy_m8A4F2D2D376A1629ADC4E77A90362711D940FB52 (IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * V_0 = NULL; RuntimeObject* V_1 = NULL; { IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * L_0 = (IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E *)il2cpp_codegen_object_new(IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E_il2cpp_TypeInfo_var); IllogicalCallContext__ctor_m1A2C4D2D42F900F11CF9923005FAC726A0A5C431(L_0, /*hidden argument*/NULL); V_0 = L_0; IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * L_1 = V_0; RuntimeObject * L_2; L_2 = IllogicalCallContext_get_HostContext_m407F916CDAC9170270FCFEF12B24DD08C21356D1_inline(__this, /*hidden argument*/NULL); IllogicalCallContext_set_HostContext_m460C811D44BB0CE1C3311209784F9991420CA91A_inline(L_1, L_2, /*hidden argument*/NULL); bool L_3; L_3 = IllogicalCallContext_get_HasUserData_mE4E3235A45CE57F8BB449F56B264C0F77AED9879(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_004c; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = __this->get_m_Datastore_0(); RuntimeObject* L_5; L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(23 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_4); V_1 = L_5; goto IL_0044; } IL_0028: { IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * L_6 = V_0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7; L_7 = IllogicalCallContext_get_Datastore_m206830984617089D060B459D4326519D96131350(L_6, /*hidden argument*/NULL); RuntimeObject* L_8 = V_1; RuntimeObject * L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var, L_8); RuntimeObject* L_10 = V_1; RuntimeObject * L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var, L_10); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_7, ((String_t*)CastclassSealed((RuntimeObject*)L_9, String_t_il2cpp_TypeInfo_var)), L_11); } IL_0044: { RuntimeObject* L_12 = V_1; bool L_13; L_13 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_0028; } } IL_004c: { IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * L_14 = V_0; return L_14; } } // System.Void System.Runtime.Remoting.Messaging.IllogicalCallContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IllogicalCallContext__ctor_m1A2C4D2D42F900F11CF9923005FAC726A0A5C431 (IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * __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.InteropServices.InAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InAttribute__ctor_m5030A74C7D81E209A157627F0B76558526B82CB9 (InAttribute_t7A70EB9EF1F01E6C3F189CE2B89EAB14C78AB83D * __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.IndexOutOfRangeException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m84F1D8D46E48427F4DFAC350A5F1E0D345C68523 (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral579C33B6D1C2C0F0FCEE178902E0E19AE29904B6); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteral579C33B6D1C2C0F0FCEE178902E0E19AE29904B6, /*hidden argument*/NULL); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233080), /*hidden argument*/NULL); return; } } // System.Void System.IndexOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_mC5747EC0E0F49AAD1AD782ACC7A0CCD80D192FEF (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233080), /*hidden argument*/NULL); return; } } // System.Void System.IndexOutOfRangeException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m42BFF2E8FC5FC40F7444F8A92301C2441EFFC8EE (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * __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 // Conversion methods for marshalling of: System.InputRecord IL2CPP_EXTERN_C void InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8_marshal_pinvoke(const InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8& unmarshaled, InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8_marshaled_pinvoke& marshaled) { marshaled.___EventType_0 = unmarshaled.get_EventType_0(); marshaled.___KeyDown_1 = static_cast(unmarshaled.get_KeyDown_1()); marshaled.___RepeatCount_2 = unmarshaled.get_RepeatCount_2(); marshaled.___VirtualKeyCode_3 = unmarshaled.get_VirtualKeyCode_3(); marshaled.___VirtualScanCode_4 = unmarshaled.get_VirtualScanCode_4(); marshaled.___Character_5 = static_cast(unmarshaled.get_Character_5()); marshaled.___ControlKeyState_6 = unmarshaled.get_ControlKeyState_6(); marshaled.___pad1_7 = unmarshaled.get_pad1_7(); marshaled.___pad2_8 = static_cast(unmarshaled.get_pad2_8()); } IL2CPP_EXTERN_C void InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8_marshal_pinvoke_back(const InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8_marshaled_pinvoke& marshaled, InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8& unmarshaled) { int16_t unmarshaled_EventType_temp_0 = 0; unmarshaled_EventType_temp_0 = marshaled.___EventType_0; unmarshaled.set_EventType_0(unmarshaled_EventType_temp_0); bool unmarshaled_KeyDown_temp_1 = false; unmarshaled_KeyDown_temp_1 = static_cast(marshaled.___KeyDown_1); unmarshaled.set_KeyDown_1(unmarshaled_KeyDown_temp_1); int16_t unmarshaled_RepeatCount_temp_2 = 0; unmarshaled_RepeatCount_temp_2 = marshaled.___RepeatCount_2; unmarshaled.set_RepeatCount_2(unmarshaled_RepeatCount_temp_2); int16_t unmarshaled_VirtualKeyCode_temp_3 = 0; unmarshaled_VirtualKeyCode_temp_3 = marshaled.___VirtualKeyCode_3; unmarshaled.set_VirtualKeyCode_3(unmarshaled_VirtualKeyCode_temp_3); int16_t unmarshaled_VirtualScanCode_temp_4 = 0; unmarshaled_VirtualScanCode_temp_4 = marshaled.___VirtualScanCode_4; unmarshaled.set_VirtualScanCode_4(unmarshaled_VirtualScanCode_temp_4); Il2CppChar unmarshaled_Character_temp_5 = 0x0; unmarshaled_Character_temp_5 = static_cast(marshaled.___Character_5); unmarshaled.set_Character_5(unmarshaled_Character_temp_5); int32_t unmarshaled_ControlKeyState_temp_6 = 0; unmarshaled_ControlKeyState_temp_6 = marshaled.___ControlKeyState_6; unmarshaled.set_ControlKeyState_6(unmarshaled_ControlKeyState_temp_6); int32_t unmarshaled_pad1_temp_7 = 0; unmarshaled_pad1_temp_7 = marshaled.___pad1_7; unmarshaled.set_pad1_7(unmarshaled_pad1_temp_7); bool unmarshaled_pad2_temp_8 = false; unmarshaled_pad2_temp_8 = static_cast(marshaled.___pad2_8); unmarshaled.set_pad2_8(unmarshaled_pad2_temp_8); } // Conversion method for clean up from marshalling of: System.InputRecord IL2CPP_EXTERN_C void InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8_marshal_pinvoke_cleanup(InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.InputRecord IL2CPP_EXTERN_C void InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8_marshal_com(const InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8& unmarshaled, InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8_marshaled_com& marshaled) { marshaled.___EventType_0 = unmarshaled.get_EventType_0(); marshaled.___KeyDown_1 = static_cast(unmarshaled.get_KeyDown_1()); marshaled.___RepeatCount_2 = unmarshaled.get_RepeatCount_2(); marshaled.___VirtualKeyCode_3 = unmarshaled.get_VirtualKeyCode_3(); marshaled.___VirtualScanCode_4 = unmarshaled.get_VirtualScanCode_4(); marshaled.___Character_5 = static_cast(unmarshaled.get_Character_5()); marshaled.___ControlKeyState_6 = unmarshaled.get_ControlKeyState_6(); marshaled.___pad1_7 = unmarshaled.get_pad1_7(); marshaled.___pad2_8 = static_cast(unmarshaled.get_pad2_8()); } IL2CPP_EXTERN_C void InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8_marshal_com_back(const InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8_marshaled_com& marshaled, InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8& unmarshaled) { int16_t unmarshaled_EventType_temp_0 = 0; unmarshaled_EventType_temp_0 = marshaled.___EventType_0; unmarshaled.set_EventType_0(unmarshaled_EventType_temp_0); bool unmarshaled_KeyDown_temp_1 = false; unmarshaled_KeyDown_temp_1 = static_cast(marshaled.___KeyDown_1); unmarshaled.set_KeyDown_1(unmarshaled_KeyDown_temp_1); int16_t unmarshaled_RepeatCount_temp_2 = 0; unmarshaled_RepeatCount_temp_2 = marshaled.___RepeatCount_2; unmarshaled.set_RepeatCount_2(unmarshaled_RepeatCount_temp_2); int16_t unmarshaled_VirtualKeyCode_temp_3 = 0; unmarshaled_VirtualKeyCode_temp_3 = marshaled.___VirtualKeyCode_3; unmarshaled.set_VirtualKeyCode_3(unmarshaled_VirtualKeyCode_temp_3); int16_t unmarshaled_VirtualScanCode_temp_4 = 0; unmarshaled_VirtualScanCode_temp_4 = marshaled.___VirtualScanCode_4; unmarshaled.set_VirtualScanCode_4(unmarshaled_VirtualScanCode_temp_4); Il2CppChar unmarshaled_Character_temp_5 = 0x0; unmarshaled_Character_temp_5 = static_cast(marshaled.___Character_5); unmarshaled.set_Character_5(unmarshaled_Character_temp_5); int32_t unmarshaled_ControlKeyState_temp_6 = 0; unmarshaled_ControlKeyState_temp_6 = marshaled.___ControlKeyState_6; unmarshaled.set_ControlKeyState_6(unmarshaled_ControlKeyState_temp_6); int32_t unmarshaled_pad1_temp_7 = 0; unmarshaled_pad1_temp_7 = marshaled.___pad1_7; unmarshaled.set_pad1_7(unmarshaled_pad1_temp_7); bool unmarshaled_pad2_temp_8 = false; unmarshaled_pad2_temp_8 = static_cast(marshaled.___pad2_8); unmarshaled.set_pad2_8(unmarshaled_pad2_temp_8); } // Conversion method for clean up from marshalling of: System.InputRecord IL2CPP_EXTERN_C void InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8_marshal_com_cleanup(InputRecord_t041607D11686DA35B10AE9E9F71E2448ACDCB1A8_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Int16::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_CompareTo_m7A262AEC57B62F55D7F95B8762E070C5EF0B3B09 (int16_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0005; } } { return 1; } IL_0005: { RuntimeObject * L_1 = ___value0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var))) { goto IL_0017; } } { int32_t L_2 = *((int16_t*)__this); RuntimeObject * L_3 = ___value0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((*(int16_t*)((int16_t*)UnBox(L_3, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))))); } IL_0017: { String_t* L_4; L_4 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7289DC540BE814C7464DED662153789E97B7E95D)), /*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*)&Int16_CompareTo_m7A262AEC57B62F55D7F95B8762E070C5EF0B3B09_RuntimeMethod_var))); } } IL2CPP_EXTERN_C int32_t Int16_CompareTo_m7A262AEC57B62F55D7F95B8762E070C5EF0B3B09_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Int16_CompareTo_m7A262AEC57B62F55D7F95B8762E070C5EF0B3B09(_thisAdjusted, ___value0, method); return _returnValue; } // System.Int32 System.Int16::CompareTo(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_CompareTo_mDE012C6180AC4D708F8AE2EA0247096A5BE42D78 (int16_t* __this, int16_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = *((int16_t*)__this); int16_t L_1 = ___value0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)); } } IL2CPP_EXTERN_C int32_t Int16_CompareTo_mDE012C6180AC4D708F8AE2EA0247096A5BE42D78_AdjustorThunk (RuntimeObject * __this, int16_t ___value0, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Int16_CompareTo_mDE012C6180AC4D708F8AE2EA0247096A5BE42D78(_thisAdjusted, ___value0, method); return _returnValue; } // System.Boolean System.Int16::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int16_Equals_m4DB4DE7F23027F38AAC797B0239307708BB66951 (int16_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var))) { goto IL_000a; } } { return (bool)0; } IL_000a: { int32_t L_1 = *((int16_t*)__this); RuntimeObject * L_2 = ___obj0; return (bool)((((int32_t)L_1) == ((int32_t)((*(int16_t*)((int16_t*)UnBox(L_2, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var))))))? 1 : 0); } } IL2CPP_EXTERN_C bool Int16_Equals_m4DB4DE7F23027F38AAC797B0239307708BB66951_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Int16_Equals_m4DB4DE7F23027F38AAC797B0239307708BB66951(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.Int16::Equals(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int16_Equals_m98596B987250D30386971BC5FB6AC20AD6E083CE (int16_t* __this, int16_t ___obj0, const RuntimeMethod* method) { { int32_t L_0 = *((int16_t*)__this); int16_t L_1 = ___obj0; return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0); } } IL2CPP_EXTERN_C bool Int16_Equals_m98596B987250D30386971BC5FB6AC20AD6E083CE_AdjustorThunk (RuntimeObject * __this, int16_t ___obj0, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Int16_Equals_m98596B987250D30386971BC5FB6AC20AD6E083CE(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Int32 System.Int16::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_GetHashCode_mCCD5F5D3FA39F1440EFA137D27161B7509A65945 (int16_t* __this, const RuntimeMethod* method) { { int32_t L_0 = *((int16_t*)__this); int32_t L_1 = *((int16_t*)__this); return ((int32_t)((int32_t)((int32_t)((uint16_t)L_0))|(int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)16))))); } } IL2CPP_EXTERN_C int32_t Int16_GetHashCode_mCCD5F5D3FA39F1440EFA137D27161B7509A65945_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Int16_GetHashCode_mCCD5F5D3FA39F1440EFA137D27161B7509A65945(_thisAdjusted, method); return _returnValue; } // System.String System.Int16::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m8CF4F76507EFEA86FE5984D7572DC66E44C20022 (int16_t* __this, const RuntimeMethod* method) { { int32_t L_0 = *((int16_t*)__this); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_CurrentInfo_m604B9BFDE58530F94955E0EF1A523D37EA87DF02(/*hidden argument*/NULL); String_t* L_2; L_2 = Number_FormatInt32_mB25A4FE32FC8EA81F3005FF03607E2BCD75EDE54(L_0, (String_t*)NULL, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C String_t* Int16_ToString_m8CF4F76507EFEA86FE5984D7572DC66E44C20022_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Int16_ToString_m8CF4F76507EFEA86FE5984D7572DC66E44C20022(_thisAdjusted, method); return _returnValue; } // System.String System.Int16::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m0BE9A7A06452B986671BBC35BB1F92C963F71FFE (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { int32_t L_0 = *((int16_t*)__this); RuntimeObject* L_1 = ___provider0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_2; L_2 = NumberFormatInfo_GetInstance_mE5108A48B8BFDB2158C05951FACC08AFB09FDDBB(L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = Number_FormatInt32_mB25A4FE32FC8EA81F3005FF03607E2BCD75EDE54(L_0, (String_t*)NULL, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C String_t* Int16_ToString_m0BE9A7A06452B986671BBC35BB1F92C963F71FFE_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Int16_ToString_m0BE9A7A06452B986671BBC35BB1F92C963F71FFE(_thisAdjusted, ___provider0, method); return _returnValue; } // System.String System.Int16::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m1388D477B5BC62BDDDBE9139D9629A15D78F8AFC (int16_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { String_t* L_0 = ___format0; RuntimeObject* L_1 = ___provider1; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_2; L_2 = NumberFormatInfo_GetInstance_mE5108A48B8BFDB2158C05951FACC08AFB09FDDBB(L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = Int16_ToString_m03429542693316496C4189FB37EF4F2F230823AF((int16_t*)__this, L_0, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C String_t* Int16_ToString_m1388D477B5BC62BDDDBE9139D9629A15D78F8AFC_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Int16_ToString_m1388D477B5BC62BDDDBE9139D9629A15D78F8AFC(_thisAdjusted, ___format0, ___provider1, method); return _returnValue; } // System.String System.Int16::ToString(System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m03429542693316496C4189FB37EF4F2F230823AF (int16_t* __this, String_t* ___format0, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___info1, const RuntimeMethod* method) { { int32_t L_0 = *((int16_t*)__this); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0037; } } { String_t* L_1 = ___format0; if (!L_1) { goto IL_0037; } } { String_t* L_2 = ___format0; int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0037; } } { String_t* L_4 = ___format0; Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, 0, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)((int32_t)88)))) { goto IL_0027; } } { String_t* L_6 = ___format0; Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_6, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)120))))) { goto IL_0037; } } IL_0027: { int32_t L_8 = *((int16_t*)__this); String_t* L_9 = ___format0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_10 = ___info1; String_t* L_11; L_11 = Number_FormatUInt32_m9F1AADB85C4AA9B92ADB5A9C0AE2EB20BF9E0104(((int32_t)((int32_t)L_8&(int32_t)((int32_t)65535))), L_9, L_10, /*hidden argument*/NULL); return L_11; } IL_0037: { int32_t L_12 = *((int16_t*)__this); String_t* L_13 = ___format0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_14 = ___info1; String_t* L_15; L_15 = Number_FormatInt32_mB25A4FE32FC8EA81F3005FF03607E2BCD75EDE54(L_12, L_13, L_14, /*hidden argument*/NULL); return L_15; } } IL2CPP_EXTERN_C String_t* Int16_ToString_m03429542693316496C4189FB37EF4F2F230823AF_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___info1, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Int16_ToString_m03429542693316496C4189FB37EF4F2F230823AF(_thisAdjusted, ___format0, ___info1, method); return _returnValue; } // System.Int16 System.Int16::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int16_Parse_mAE47C17BE0A5C7A6B369E4DF51B07031A56FDCB8 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; RuntimeObject* L_1 = ___provider1; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_2; L_2 = NumberFormatInfo_GetInstance_mE5108A48B8BFDB2158C05951FACC08AFB09FDDBB(L_1, /*hidden argument*/NULL); int16_t L_3; L_3 = Int16_Parse_m3D05051BD7AEBADEB5B60D7A646A690BC0BDF96C(L_0, 7, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int16 System.Int16::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int16_Parse_mE08930AF16117CC6540BD2A2C8261E72539A37C1 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method) { { int32_t L_0 = ___style1; NumberFormatInfo_ValidateParseStyleInteger_m2F6A102AFBCE26335E7C07F94750C873F10D55A7(L_0, /*hidden argument*/NULL); String_t* L_1 = ___s0; int32_t L_2 = ___style1; RuntimeObject* L_3 = ___provider2; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_4; L_4 = NumberFormatInfo_GetInstance_mE5108A48B8BFDB2158C05951FACC08AFB09FDDBB(L_3, /*hidden argument*/NULL); int16_t L_5; L_5 = Int16_Parse_m3D05051BD7AEBADEB5B60D7A646A690BC0BDF96C(L_1, L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int16 System.Int16::Parse(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int16_Parse_m3D05051BD7AEBADEB5B60D7A646A690BC0BDF96C (String_t* ___s0, int32_t ___style1, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___info2, const RuntimeMethod* method) { int32_t V_0 = 0; OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = 0; } IL_0002: try { // begin try (depth: 1) String_t* L_0 = ___s0; int32_t L_1 = ___style1; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_2 = ___info2; int32_t L_3; L_3 = Number_ParseInt32_m67FA76779A3883D6D300D36BB6A3A6F4FFEC3CE3(L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_001f; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000d; } throw e; } CATCH_000d: { // begin catch(System.OverflowException) V_1 = ((OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)IL2CPP_GET_ACTIVE_EXCEPTION(OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)); String_t* L_4; L_4 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC26DCD8294CF8DDECC03D1B5FEBFE3E8670F4219)), /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_5 = V_1; OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_6 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m62DFEF0935D57F14700A3C14A56C84D1D1D53A14(L_6, L_4, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int16_Parse_m3D05051BD7AEBADEB5B60D7A646A690BC0BDF96C_RuntimeMethod_var))); } // end catch (depth: 1) IL_001f: { int32_t L_7 = ___style1; if (!((int32_t)((int32_t)L_7&(int32_t)((int32_t)512)))) { goto IL_0047; } } { int32_t L_8 = V_0; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_0034; } } { int32_t L_9 = V_0; if ((((int32_t)L_9) <= ((int32_t)((int32_t)65535)))) { goto IL_0044; } } IL_0034: { String_t* L_10; L_10 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC26DCD8294CF8DDECC03D1B5FEBFE3E8670F4219)), /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_11 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int16_Parse_m3D05051BD7AEBADEB5B60D7A646A690BC0BDF96C_RuntimeMethod_var))); } IL_0044: { int32_t L_12 = V_0; return ((int16_t)((int16_t)L_12)); } IL_0047: { int32_t L_13 = V_0; if ((((int32_t)L_13) < ((int32_t)((int32_t)-32768)))) { goto IL_0057; } } { int32_t L_14 = V_0; if ((((int32_t)L_14) <= ((int32_t)((int32_t)32767)))) { goto IL_0067; } } IL_0057: { String_t* L_15; L_15 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC26DCD8294CF8DDECC03D1B5FEBFE3E8670F4219)), /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_16 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int16_Parse_m3D05051BD7AEBADEB5B60D7A646A690BC0BDF96C_RuntimeMethod_var))); } IL_0067: { int32_t L_17 = V_0; return ((int16_t)((int16_t)L_17)); } } // System.TypeCode System.Int16::GetTypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_GetTypeCode_mDAF898C632998B9210B1ABD5BFCA0D181A42241F (int16_t* __this, const RuntimeMethod* method) { { return (int32_t)(7); } } IL2CPP_EXTERN_C int32_t Int16_GetTypeCode_mDAF898C632998B9210B1ABD5BFCA0D181A42241F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Int16_GetTypeCode_mDAF898C632998B9210B1ABD5BFCA0D181A42241F(_thisAdjusted, method); return _returnValue; } // System.Boolean System.Int16::System.IConvertible.ToBoolean(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int16_System_IConvertible_ToBoolean_m8011C0AB0DBB969AC1471B1435505CE3AF887650 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int16_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); bool L_1; L_1 = Convert_ToBoolean_m0C6564A6EB44200BFD9013F6CE4C9E3AE4ECF898((int16_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C bool Int16_System_IConvertible_ToBoolean_m8011C0AB0DBB969AC1471B1435505CE3AF887650_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Int16_System_IConvertible_ToBoolean_m8011C0AB0DBB969AC1471B1435505CE3AF887650(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Char System.Int16::System.IConvertible.ToChar(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Int16_System_IConvertible_ToChar_mB30BEBF8FE8E63B478618FBBD06AF43A8B194950 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int16_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); Il2CppChar L_1; L_1 = Convert_ToChar_m08276F48AF6A73790B7A756200CED7905234CE79((int16_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C Il2CppChar Int16_System_IConvertible_ToChar_mB30BEBF8FE8E63B478618FBBD06AF43A8B194950_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); Il2CppChar _returnValue; _returnValue = Int16_System_IConvertible_ToChar_mB30BEBF8FE8E63B478618FBBD06AF43A8B194950(_thisAdjusted, ___provider0, method); return _returnValue; } // System.SByte System.Int16::System.IConvertible.ToSByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Int16_System_IConvertible_ToSByte_m923815000F1640CCADE51C06B715AFCFA76EC2F8 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int16_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int8_t L_1; L_1 = Convert_ToSByte_m7C156A01E3FD6C30204EC72E0C81F5CFBF0D7907((int16_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int8_t Int16_System_IConvertible_ToSByte_m923815000F1640CCADE51C06B715AFCFA76EC2F8_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); int8_t _returnValue; _returnValue = Int16_System_IConvertible_ToSByte_m923815000F1640CCADE51C06B715AFCFA76EC2F8(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Byte System.Int16::System.IConvertible.ToByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Int16_System_IConvertible_ToByte_m0E74BCBCFA4D75E8FB13A2C257D10F18A96ED5F4 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int16_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint8_t L_1; L_1 = Convert_ToByte_m25BA53DEBD19714094CF2263CC1C46043964FFF1((int16_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C uint8_t Int16_System_IConvertible_ToByte_m0E74BCBCFA4D75E8FB13A2C257D10F18A96ED5F4_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); uint8_t _returnValue; _returnValue = Int16_System_IConvertible_ToByte_m0E74BCBCFA4D75E8FB13A2C257D10F18A96ED5F4(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Int16 System.Int16::System.IConvertible.ToInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int16_System_IConvertible_ToInt16_m05114DE6B191C504FBFFC9D595865CF551751D45 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { int32_t L_0 = *((int16_t*)__this); return (int16_t)L_0; } } IL2CPP_EXTERN_C int16_t Int16_System_IConvertible_ToInt16_m05114DE6B191C504FBFFC9D595865CF551751D45_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); int16_t _returnValue; _returnValue = Int16_System_IConvertible_ToInt16_m05114DE6B191C504FBFFC9D595865CF551751D45(_thisAdjusted, ___provider0, method); return _returnValue; } // System.UInt16 System.Int16::System.IConvertible.ToUInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Int16_System_IConvertible_ToUInt16_mE43A66ECABFF33A3471DF2B7DFCB4C2E8488C5B8 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int16_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint16_t L_1; L_1 = Convert_ToUInt16_m4B96EF800076AAD5E03397AF65B91C316E117175((int16_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C uint16_t Int16_System_IConvertible_ToUInt16_mE43A66ECABFF33A3471DF2B7DFCB4C2E8488C5B8_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); uint16_t _returnValue; _returnValue = Int16_System_IConvertible_ToUInt16_mE43A66ECABFF33A3471DF2B7DFCB4C2E8488C5B8(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Int32 System.Int16::System.IConvertible.ToInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_System_IConvertible_ToInt32_m1FD089282F21498CEF9EA2D367479CBD23980C67 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int16_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Convert_ToInt32_m1E275A2122DD929BC92E25F5E0B72355EA6378DE((int16_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t Int16_System_IConvertible_ToInt32_m1FD089282F21498CEF9EA2D367479CBD23980C67_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Int16_System_IConvertible_ToInt32_m1FD089282F21498CEF9EA2D367479CBD23980C67(_thisAdjusted, ___provider0, method); return _returnValue; } // System.UInt32 System.Int16::System.IConvertible.ToUInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Int16_System_IConvertible_ToUInt32_m54D61D94009F47A80F433489EBD864D30936DD59 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int16_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = Convert_ToUInt32_m65BD345D89128BCD42A6E1A9A278F6BDBCF4778B((int16_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C uint32_t Int16_System_IConvertible_ToUInt32_m54D61D94009F47A80F433489EBD864D30936DD59_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = Int16_System_IConvertible_ToUInt32_m54D61D94009F47A80F433489EBD864D30936DD59(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Int64 System.Int16::System.IConvertible.ToInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int16_System_IConvertible_ToInt64_mF9BDC82C8A57A7CA671E8CCF9E6D3793743B91EE (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int16_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int64_t L_1; L_1 = Convert_ToInt64_m9C088DEA082E7D831755DF021D0F722E392308A8((int16_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int64_t Int16_System_IConvertible_ToInt64_mF9BDC82C8A57A7CA671E8CCF9E6D3793743B91EE_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); int64_t _returnValue; _returnValue = Int16_System_IConvertible_ToInt64_mF9BDC82C8A57A7CA671E8CCF9E6D3793743B91EE(_thisAdjusted, ___provider0, method); return _returnValue; } // System.UInt64 System.Int16::System.IConvertible.ToUInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Int16_System_IConvertible_ToUInt64_m6D56318016AAC83C6066DB4080E126DBEE6EFF98 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int16_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = Convert_ToUInt64_m2B43CF23CCEC442E274896624C1BDF2A402EE02F((int16_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C uint64_t Int16_System_IConvertible_ToUInt64_m6D56318016AAC83C6066DB4080E126DBEE6EFF98_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); uint64_t _returnValue; _returnValue = Int16_System_IConvertible_ToUInt64_m6D56318016AAC83C6066DB4080E126DBEE6EFF98(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Single System.Int16::System.IConvertible.ToSingle(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Int16_System_IConvertible_ToSingle_mB075924B227EDEA1C9FDD19AC13DADF9DF02CD8E (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int16_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); float L_1; L_1 = Convert_ToSingle_m449DB19FA9588A4505B47B8E48D270E4CE30895E((int16_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C float Int16_System_IConvertible_ToSingle_mB075924B227EDEA1C9FDD19AC13DADF9DF02CD8E_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = Int16_System_IConvertible_ToSingle_mB075924B227EDEA1C9FDD19AC13DADF9DF02CD8E(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Double System.Int16::System.IConvertible.ToDouble(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Int16_System_IConvertible_ToDouble_m729B7A60F7B8FDB5EF7F88E8491A9597A9634D01 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int16_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); double L_1; L_1 = Convert_ToDouble_mE2636BF45FAF05291B0E62537117B0EB26A5C551((int16_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C double Int16_System_IConvertible_ToDouble_m729B7A60F7B8FDB5EF7F88E8491A9597A9634D01_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = Int16_System_IConvertible_ToDouble_m729B7A60F7B8FDB5EF7F88E8491A9597A9634D01(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Decimal System.Int16::System.IConvertible.ToDecimal(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Int16_System_IConvertible_ToDecimal_m0EA38BCB65B80C840A5716C9771DE9B71A613B1C (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int16_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1; L_1 = Convert_ToDecimal_mAABA31B0C9A23A9FAF29254523C3F75C0B99C87A((int16_t)L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Int16_System_IConvertible_ToDecimal_m0EA38BCB65B80C840A5716C9771DE9B71A613B1C_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 _returnValue; _returnValue = Int16_System_IConvertible_ToDecimal_m0EA38BCB65B80C840A5716C9771DE9B71A613B1C(_thisAdjusted, ___provider0, method); return _returnValue; } // System.DateTime System.Int16::System.IConvertible.ToDateTime(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Int16_System_IConvertible_ToDateTime_mA6AC86E85E528FAAA96632CA0F4729790FA222BA (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0; ArrayElementTypeCheck (L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A))); (L_1)->SetAtUnchecked(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = L_1; ArrayElementTypeCheck (L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA))); (L_2)->SetAtUnchecked(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA))); String_t* L_3; L_3 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), L_2, /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_4 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int16_System_IConvertible_ToDateTime_mA6AC86E85E528FAAA96632CA0F4729790FA222BA_RuntimeMethod_var))); } } IL2CPP_EXTERN_C DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Int16_System_IConvertible_ToDateTime_mA6AC86E85E528FAAA96632CA0F4729790FA222BA_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 _returnValue; _returnValue = Int16_System_IConvertible_ToDateTime_mA6AC86E85E528FAAA96632CA0F4729790FA222BA(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Object System.Int16::System.IConvertible.ToType(System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Int16_System_IConvertible_ToType_m0FD025B80D0EBEBC4EBF92112EA0B5004186D0A9 (int16_t* __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int16_t*)__this); int16_t L_1 = ((int16_t)L_0); RuntimeObject * L_2 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var, &L_1); Type_t * L_3 = ___type0; RuntimeObject* L_4 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); RuntimeObject * L_5; L_5 = Convert_DefaultToType_m49730E740820DF7AA76C18ACF700FA3635AFBC33((RuntimeObject*)L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C RuntimeObject * Int16_System_IConvertible_ToType_m0FD025B80D0EBEBC4EBF92112EA0B5004186D0A9_AdjustorThunk (RuntimeObject * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method) { int32_t _offset = 1; int16_t* _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = Int16_System_IConvertible_ToType_m0FD025B80D0EBEBC4EBF92112EA0B5004186D0A9(_thisAdjusted, ___type0, ___provider1, 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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Int32::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_m2DA5D2E627525862D6B09D4869918D2A3C3EA046 (int32_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0005; } } { return 1; } IL_0005: { RuntimeObject * L_1 = ___value0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))) { goto IL_0024; } } { RuntimeObject * L_2 = ___value0; V_0 = ((*(int32_t*)((int32_t*)UnBox(L_2, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); int32_t L_3 = *((int32_t*)__this); int32_t L_4 = V_0; if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_001b; } } { return (-1); } IL_001b: { int32_t L_5 = *((int32_t*)__this); int32_t L_6 = V_0; if ((((int32_t)L_5) <= ((int32_t)L_6))) { goto IL_0022; } } { return 1; } IL_0022: { return 0; } IL_0024: { String_t* L_7; L_7 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC4A5115C7668C7389CAF2F2222B3E4A7FB17F438)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_CompareTo_m2DA5D2E627525862D6B09D4869918D2A3C3EA046_RuntimeMethod_var))); } } IL2CPP_EXTERN_C int32_t Int32_CompareTo_m2DA5D2E627525862D6B09D4869918D2A3C3EA046_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Int32_CompareTo_m2DA5D2E627525862D6B09D4869918D2A3C3EA046(_thisAdjusted, ___value0, method); return _returnValue; } // System.Int32 System.Int32::CompareTo(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_m2DD1093B956B4D96C3AC3C27FDEE3CA447B044D3 (int32_t* __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = *((int32_t*)__this); int32_t L_1 = ___value0; if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0007; } } { return (-1); } IL_0007: { int32_t L_2 = *((int32_t*)__this); int32_t L_3 = ___value0; if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_000e; } } { return 1; } IL_000e: { return 0; } } IL2CPP_EXTERN_C int32_t Int32_CompareTo_m2DD1093B956B4D96C3AC3C27FDEE3CA447B044D3_AdjustorThunk (RuntimeObject * __this, int32_t ___value0, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Int32_CompareTo_m2DD1093B956B4D96C3AC3C27FDEE3CA447B044D3(_thisAdjusted, ___value0, method); return _returnValue; } // System.Boolean System.Int32::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_Equals_m5F032BFC65C340C98050D3DF2D76101914774464 (int32_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))) { goto IL_000a; } } { return (bool)0; } IL_000a: { int32_t L_1 = *((int32_t*)__this); RuntimeObject * L_2 = ___obj0; return (bool)((((int32_t)L_1) == ((int32_t)((*(int32_t*)((int32_t*)UnBox(L_2, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))))? 1 : 0); } } IL2CPP_EXTERN_C bool Int32_Equals_m5F032BFC65C340C98050D3DF2D76101914774464_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Int32_Equals_m5F032BFC65C340C98050D3DF2D76101914774464(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.Int32::Equals(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_Equals_mA73E9B3A01B9B9151C262C1E1A56C6AB4891A5E4 (int32_t* __this, int32_t ___obj0, const RuntimeMethod* method) { { int32_t L_0 = *((int32_t*)__this); int32_t L_1 = ___obj0; return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0); } } IL2CPP_EXTERN_C bool Int32_Equals_mA73E9B3A01B9B9151C262C1E1A56C6AB4891A5E4_AdjustorThunk (RuntimeObject * __this, int32_t ___obj0, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Int32_Equals_mA73E9B3A01B9B9151C262C1E1A56C6AB4891A5E4(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Int32 System.Int32::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667 (int32_t* __this, const RuntimeMethod* method) { { int32_t L_0 = *((int32_t*)__this); return L_0; } } IL2CPP_EXTERN_C int32_t Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667(_thisAdjusted, method); return _returnValue; } // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method) { { int32_t L_0 = *((int32_t*)__this); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_CurrentInfo_m604B9BFDE58530F94955E0EF1A523D37EA87DF02(/*hidden argument*/NULL); String_t* L_2; L_2 = Number_FormatInt32_mB25A4FE32FC8EA81F3005FF03607E2BCD75EDE54(L_0, (String_t*)NULL, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411(_thisAdjusted, method); return _returnValue; } // System.String System.Int32::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m5398ED0B6625B75CAF70C63B3CF2CE47D3C1B184 (int32_t* __this, String_t* ___format0, const RuntimeMethod* method) { { int32_t L_0 = *((int32_t*)__this); String_t* L_1 = ___format0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_2; L_2 = NumberFormatInfo_get_CurrentInfo_m604B9BFDE58530F94955E0EF1A523D37EA87DF02(/*hidden argument*/NULL); String_t* L_3; L_3 = Number_FormatInt32_mB25A4FE32FC8EA81F3005FF03607E2BCD75EDE54(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C String_t* Int32_ToString_m5398ED0B6625B75CAF70C63B3CF2CE47D3C1B184_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Int32_ToString_m5398ED0B6625B75CAF70C63B3CF2CE47D3C1B184(_thisAdjusted, ___format0, method); return _returnValue; } // System.String System.Int32::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { int32_t L_0 = *((int32_t*)__this); RuntimeObject* L_1 = ___provider0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_2; L_2 = NumberFormatInfo_GetInstance_mE5108A48B8BFDB2158C05951FACC08AFB09FDDBB(L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = Number_FormatInt32_mB25A4FE32FC8EA81F3005FF03607E2BCD75EDE54(L_0, (String_t*)NULL, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C String_t* Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471(_thisAdjusted, ___provider0, method); return _returnValue; } // System.String System.Int32::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8 (int32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { int32_t L_0 = *((int32_t*)__this); String_t* L_1 = ___format0; RuntimeObject* L_2 = ___provider1; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_3; L_3 = NumberFormatInfo_GetInstance_mE5108A48B8BFDB2158C05951FACC08AFB09FDDBB(L_2, /*hidden argument*/NULL); String_t* L_4; L_4 = Number_FormatInt32_mB25A4FE32FC8EA81F3005FF03607E2BCD75EDE54(L_0, L_1, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C String_t* Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8(_thisAdjusted, ___format0, ___provider1, method); return _returnValue; } // System.Int32 System.Int32::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_CurrentInfo_m604B9BFDE58530F94955E0EF1A523D37EA87DF02(/*hidden argument*/NULL); int32_t L_2; L_2 = Number_ParseInt32_m67FA76779A3883D6D300D36BB6A3A6F4FFEC3CE3(L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Int32::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_mCCC6B0A23CE31124F68EF486CC61705CDE61F084 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; RuntimeObject* L_1 = ___provider1; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_2; L_2 = NumberFormatInfo_GetInstance_mE5108A48B8BFDB2158C05951FACC08AFB09FDDBB(L_1, /*hidden argument*/NULL); int32_t L_3; L_3 = Number_ParseInt32_m67FA76779A3883D6D300D36BB6A3A6F4FFEC3CE3(L_0, 7, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.Int32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_m9A5A7D8A221A68F8C39EC308AC751704B36E86FC (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method) { { int32_t L_0 = ___style1; NumberFormatInfo_ValidateParseStyleInteger_m2F6A102AFBCE26335E7C07F94750C873F10D55A7(L_0, /*hidden argument*/NULL); String_t* L_1 = ___s0; int32_t L_2 = ___style1; RuntimeObject* L_3 = ___provider2; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_4; L_4 = NumberFormatInfo_GetInstance_mE5108A48B8BFDB2158C05951FACC08AFB09FDDBB(L_3, /*hidden argument*/NULL); int32_t L_5; L_5 = Number_ParseInt32_m67FA76779A3883D6D300D36BB6A3A6F4FFEC3CE3(L_1, L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.TypeCode System.Int32::GetTypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetTypeCode_mA50E116E700957D50C56CBCCFF6EE8F2F6B6FE1C (int32_t* __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)9)); } } IL2CPP_EXTERN_C int32_t Int32_GetTypeCode_mA50E116E700957D50C56CBCCFF6EE8F2F6B6FE1C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Int32_GetTypeCode_mA50E116E700957D50C56CBCCFF6EE8F2F6B6FE1C(_thisAdjusted, method); return _returnValue; } // System.Boolean System.Int32::System.IConvertible.ToBoolean(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_System_IConvertible_ToBoolean_m101F436183C808C14B2941E95DE0FF97F0ED5B92 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int32_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); bool L_1; L_1 = Convert_ToBoolean_m85FE22B779E69576B3251DEC1E27BC8004485288(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C bool Int32_System_IConvertible_ToBoolean_m101F436183C808C14B2941E95DE0FF97F0ED5B92_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Int32_System_IConvertible_ToBoolean_m101F436183C808C14B2941E95DE0FF97F0ED5B92(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Char System.Int32::System.IConvertible.ToChar(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Int32_System_IConvertible_ToChar_mFB998CD1506995E55B732100022C66C5461B1D14 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int32_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); Il2CppChar L_1; L_1 = Convert_ToChar_m84E3CF47987D8B6F2D889D957CBFB5FD55F3DAEC(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C Il2CppChar Int32_System_IConvertible_ToChar_mFB998CD1506995E55B732100022C66C5461B1D14_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); Il2CppChar _returnValue; _returnValue = Int32_System_IConvertible_ToChar_mFB998CD1506995E55B732100022C66C5461B1D14(_thisAdjusted, ___provider0, method); return _returnValue; } // System.SByte System.Int32::System.IConvertible.ToSByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Int32_System_IConvertible_ToSByte_mD6220B0F94605C2900CFBE698D4E84662F1A49CC (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int32_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int8_t L_1; L_1 = Convert_ToSByte_m51258423AD29E21302EF937934744AFEAEAEA1F0(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int8_t Int32_System_IConvertible_ToSByte_mD6220B0F94605C2900CFBE698D4E84662F1A49CC_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); int8_t _returnValue; _returnValue = Int32_System_IConvertible_ToSByte_mD6220B0F94605C2900CFBE698D4E84662F1A49CC(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Byte System.Int32::System.IConvertible.ToByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Int32_System_IConvertible_ToByte_mF20DC676FA2B16FA587B48C46126FF3A510FC2FE (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int32_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint8_t L_1; L_1 = Convert_ToByte_m63C698D88485EB4CAACA12EDFA17B0F894B2A66C(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C uint8_t Int32_System_IConvertible_ToByte_mF20DC676FA2B16FA587B48C46126FF3A510FC2FE_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); uint8_t _returnValue; _returnValue = Int32_System_IConvertible_ToByte_mF20DC676FA2B16FA587B48C46126FF3A510FC2FE(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Int16 System.Int32::System.IConvertible.ToInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int32_System_IConvertible_ToInt16_m546AEA11867A3FB43C753862D37C5E5D903A998A (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int32_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int16_t L_1; L_1 = Convert_ToInt16_m541B626F2506C13399245670B33C0387F4C92241(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int16_t Int32_System_IConvertible_ToInt16_m546AEA11867A3FB43C753862D37C5E5D903A998A_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); int16_t _returnValue; _returnValue = Int32_System_IConvertible_ToInt16_m546AEA11867A3FB43C753862D37C5E5D903A998A(_thisAdjusted, ___provider0, method); return _returnValue; } // System.UInt16 System.Int32::System.IConvertible.ToUInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Int32_System_IConvertible_ToUInt16_m4F02D84F201B3DD4F14E0DB290FFDF6484186C1D (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int32_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint16_t L_1; L_1 = Convert_ToUInt16_mD29FE8C80080BE4F1D7FA65A7589B9368150B3DC(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C uint16_t Int32_System_IConvertible_ToUInt16_m4F02D84F201B3DD4F14E0DB290FFDF6484186C1D_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); uint16_t _returnValue; _returnValue = Int32_System_IConvertible_ToUInt16_m4F02D84F201B3DD4F14E0DB290FFDF6484186C1D(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Int32 System.Int32::System.IConvertible.ToInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_System_IConvertible_ToInt32_mE2601EFC8AD93B28047BED17173252D047C88EA8 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { int32_t L_0 = *((int32_t*)__this); return L_0; } } IL2CPP_EXTERN_C int32_t Int32_System_IConvertible_ToInt32_mE2601EFC8AD93B28047BED17173252D047C88EA8_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Int32_System_IConvertible_ToInt32_mE2601EFC8AD93B28047BED17173252D047C88EA8(_thisAdjusted, ___provider0, method); return _returnValue; } // System.UInt32 System.Int32::System.IConvertible.ToUInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Int32_System_IConvertible_ToUInt32_m32F7902EB35E916E5066F4F8F2A62C9EE4625F61 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int32_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = Convert_ToUInt32_mA38C43C03B8030EFE234825FC0D23E8B081089C9(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C uint32_t Int32_System_IConvertible_ToUInt32_m32F7902EB35E916E5066F4F8F2A62C9EE4625F61_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = Int32_System_IConvertible_ToUInt32_m32F7902EB35E916E5066F4F8F2A62C9EE4625F61(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Int64 System.Int32::System.IConvertible.ToInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int32_System_IConvertible_ToInt64_m8D333A53E7A5D76D06626647D5C323E3D7DEAF7F (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int32_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int64_t L_1; L_1 = Convert_ToInt64_mB05B99FB500FD4129E7616031A2405404524A074(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int64_t Int32_System_IConvertible_ToInt64_m8D333A53E7A5D76D06626647D5C323E3D7DEAF7F_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); int64_t _returnValue; _returnValue = Int32_System_IConvertible_ToInt64_m8D333A53E7A5D76D06626647D5C323E3D7DEAF7F(_thisAdjusted, ___provider0, method); return _returnValue; } // System.UInt64 System.Int32::System.IConvertible.ToUInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Int32_System_IConvertible_ToUInt64_m624D1F3CF0A12FE5BA34183B454C4E87C4CA92F8 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int32_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = Convert_ToUInt64_m4E6CFEBFC620FD3705A52853CDAECC5F6AB5423F(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C uint64_t Int32_System_IConvertible_ToUInt64_m624D1F3CF0A12FE5BA34183B454C4E87C4CA92F8_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); uint64_t _returnValue; _returnValue = Int32_System_IConvertible_ToUInt64_m624D1F3CF0A12FE5BA34183B454C4E87C4CA92F8(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Single System.Int32::System.IConvertible.ToSingle(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Int32_System_IConvertible_ToSingle_mA4658FD9FC83A12B7A9F9D5C3663354BA768D12B (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int32_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); float L_1; L_1 = Convert_ToSingle_m370686073463D041429EEBF663C144744BE79668(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C float Int32_System_IConvertible_ToSingle_mA4658FD9FC83A12B7A9F9D5C3663354BA768D12B_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = Int32_System_IConvertible_ToSingle_mA4658FD9FC83A12B7A9F9D5C3663354BA768D12B(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Double System.Int32::System.IConvertible.ToDouble(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Int32_System_IConvertible_ToDouble_mBE6FF400E38A132D26CA5C073F5DF78446C0FED1 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int32_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); double L_1; L_1 = Convert_ToDouble_m71955B1BEF239B4ECC8868252DA082A38FD1E125(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C double Int32_System_IConvertible_ToDouble_mBE6FF400E38A132D26CA5C073F5DF78446C0FED1_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = Int32_System_IConvertible_ToDouble_mBE6FF400E38A132D26CA5C073F5DF78446C0FED1(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Decimal System.Int32::System.IConvertible.ToDecimal(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Int32_System_IConvertible_ToDecimal_mCE85CF5EE3889EAA32B4E738C8186FBD5D2397D9 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int32_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1; L_1 = Convert_ToDecimal_m64B0BE186EA2FF0F12B8206331AD9172C5591C18(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Int32_System_IConvertible_ToDecimal_mCE85CF5EE3889EAA32B4E738C8186FBD5D2397D9_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 _returnValue; _returnValue = Int32_System_IConvertible_ToDecimal_mCE85CF5EE3889EAA32B4E738C8186FBD5D2397D9(_thisAdjusted, ___provider0, method); return _returnValue; } // System.DateTime System.Int32::System.IConvertible.ToDateTime(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Int32_System_IConvertible_ToDateTime_mCADC0A2C092FFB106142FE08E3DCAFB1BCFA0B97 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0; ArrayElementTypeCheck (L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355))); (L_1)->SetAtUnchecked(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = L_1; ArrayElementTypeCheck (L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA))); (L_2)->SetAtUnchecked(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA))); String_t* L_3; L_3 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), L_2, /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_4 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_System_IConvertible_ToDateTime_mCADC0A2C092FFB106142FE08E3DCAFB1BCFA0B97_RuntimeMethod_var))); } } IL2CPP_EXTERN_C DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Int32_System_IConvertible_ToDateTime_mCADC0A2C092FFB106142FE08E3DCAFB1BCFA0B97_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 _returnValue; _returnValue = Int32_System_IConvertible_ToDateTime_mCADC0A2C092FFB106142FE08E3DCAFB1BCFA0B97(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Object System.Int32::System.IConvertible.ToType(System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Int32_System_IConvertible_ToType_m61897C9CF4CF841B21EB1EF26EB5F42E00709EF4 (int32_t* __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = *((int32_t*)__this); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); Type_t * L_3 = ___type0; RuntimeObject* L_4 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); RuntimeObject * L_5; L_5 = Convert_DefaultToType_m49730E740820DF7AA76C18ACF700FA3635AFBC33((RuntimeObject*)L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C RuntimeObject * Int32_System_IConvertible_ToType_m61897C9CF4CF841B21EB1EF26EB5F42E00709EF4_AdjustorThunk (RuntimeObject * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method) { int32_t _offset = 1; int32_t* _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = Int32_System_IConvertible_ToType_m61897C9CF4CF841B21EB1EF26EB5F42E00709EF4(_thisAdjusted, ___type0, ___provider1, 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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Int64::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_CompareTo_m444D360B91A44C5C84F0307E3405455AA3D93AC6 (int64_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0005; } } { return 1; } IL_0005: { RuntimeObject * L_1 = ___value0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var))) { goto IL_0024; } } { RuntimeObject * L_2 = ___value0; V_0 = ((*(int64_t*)((int64_t*)UnBox(L_2, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); int64_t L_3 = *((int64_t*)__this); int64_t L_4 = V_0; if ((((int64_t)L_3) >= ((int64_t)L_4))) { goto IL_001b; } } { return (-1); } IL_001b: { int64_t L_5 = *((int64_t*)__this); int64_t L_6 = V_0; if ((((int64_t)L_5) <= ((int64_t)L_6))) { goto IL_0022; } } { return 1; } IL_0022: { return 0; } IL_0024: { String_t* L_7; L_7 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A0BAE901FE8FC36E1FDCBFB7B29626BC907AE15)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int64_CompareTo_m444D360B91A44C5C84F0307E3405455AA3D93AC6_RuntimeMethod_var))); } } IL2CPP_EXTERN_C int32_t Int64_CompareTo_m444D360B91A44C5C84F0307E3405455AA3D93AC6_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Int64_CompareTo_m444D360B91A44C5C84F0307E3405455AA3D93AC6(_thisAdjusted, ___value0, method); return _returnValue; } // System.Int32 System.Int64::CompareTo(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_CompareTo_m279CC69D4B5B5F32B648DD217FCA3F727BB9EA51 (int64_t* __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = *((int64_t*)__this); int64_t L_1 = ___value0; if ((((int64_t)L_0) >= ((int64_t)L_1))) { goto IL_0007; } } { return (-1); } IL_0007: { int64_t L_2 = *((int64_t*)__this); int64_t L_3 = ___value0; if ((((int64_t)L_2) <= ((int64_t)L_3))) { goto IL_000e; } } { return 1; } IL_000e: { return 0; } } IL2CPP_EXTERN_C int32_t Int64_CompareTo_m279CC69D4B5B5F32B648DD217FCA3F727BB9EA51_AdjustorThunk (RuntimeObject * __this, int64_t ___value0, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Int64_CompareTo_m279CC69D4B5B5F32B648DD217FCA3F727BB9EA51(_thisAdjusted, ___value0, method); return _returnValue; } // System.Boolean System.Int64::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_Equals_mC18135DDDDB24F76EA97EFF3E83F8F63DCEB0C2C (int64_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var))) { goto IL_000a; } } { return (bool)0; } IL_000a: { int64_t L_1 = *((int64_t*)__this); RuntimeObject * L_2 = ___obj0; return (bool)((((int64_t)L_1) == ((int64_t)((*(int64_t*)((int64_t*)UnBox(L_2, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var))))))? 1 : 0); } } IL2CPP_EXTERN_C bool Int64_Equals_mC18135DDDDB24F76EA97EFF3E83F8F63DCEB0C2C_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Int64_Equals_mC18135DDDDB24F76EA97EFF3E83F8F63DCEB0C2C(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.Int64::Equals(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_Equals_m22F1F9E00328D15F2EF44D9A82F185C9A8D0A697 (int64_t* __this, int64_t ___obj0, const RuntimeMethod* method) { { int64_t L_0 = *((int64_t*)__this); int64_t L_1 = ___obj0; return (bool)((((int64_t)L_0) == ((int64_t)L_1))? 1 : 0); } } IL2CPP_EXTERN_C bool Int64_Equals_m22F1F9E00328D15F2EF44D9A82F185C9A8D0A697_AdjustorThunk (RuntimeObject * __this, int64_t ___obj0, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Int64_Equals_m22F1F9E00328D15F2EF44D9A82F185C9A8D0A697(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Int32 System.Int64::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_GetHashCode_mF049F7E1956554FB36DA6671F55BE2CAA4937CC5 (int64_t* __this, const RuntimeMethod* method) { { int64_t L_0 = *((int64_t*)__this); int64_t L_1 = *((int64_t*)__this); return ((int32_t)((int32_t)((int32_t)((int32_t)L_0))^(int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_1>>(int32_t)((int32_t)32))))))); } } IL2CPP_EXTERN_C int32_t Int64_GetHashCode_mF049F7E1956554FB36DA6671F55BE2CAA4937CC5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Int64_GetHashCode_mF049F7E1956554FB36DA6671F55BE2CAA4937CC5(_thisAdjusted, method); return _returnValue; } // System.String System.Int64::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F (int64_t* __this, const RuntimeMethod* method) { { int64_t L_0 = *((int64_t*)__this); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_CurrentInfo_m604B9BFDE58530F94955E0EF1A523D37EA87DF02(/*hidden argument*/NULL); String_t* L_2; L_2 = Number_FormatInt64_mEED309B1A625B7BE2EACACEEF0D33E99DD4E3526(L_0, (String_t*)NULL, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C String_t* Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F(_thisAdjusted, method); return _returnValue; } // System.String System.Int64::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m1D712B17D4BDBE43D1E12EA52885C5D345C1CFA2 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { int64_t L_0 = *((int64_t*)__this); RuntimeObject* L_1 = ___provider0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_2; L_2 = NumberFormatInfo_GetInstance_mE5108A48B8BFDB2158C05951FACC08AFB09FDDBB(L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = Number_FormatInt64_mEED309B1A625B7BE2EACACEEF0D33E99DD4E3526(L_0, (String_t*)NULL, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C String_t* Int64_ToString_m1D712B17D4BDBE43D1E12EA52885C5D345C1CFA2_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Int64_ToString_m1D712B17D4BDBE43D1E12EA52885C5D345C1CFA2(_thisAdjusted, ___provider0, method); return _returnValue; } // System.String System.Int64::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m7D336E8DDEB43FC06A3AEE62072C899CBD0012AE (int64_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { int64_t L_0 = *((int64_t*)__this); String_t* L_1 = ___format0; RuntimeObject* L_2 = ___provider1; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_3; L_3 = NumberFormatInfo_GetInstance_mE5108A48B8BFDB2158C05951FACC08AFB09FDDBB(L_2, /*hidden argument*/NULL); String_t* L_4; L_4 = Number_FormatInt64_mEED309B1A625B7BE2EACACEEF0D33E99DD4E3526(L_0, L_1, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C String_t* Int64_ToString_m7D336E8DDEB43FC06A3AEE62072C899CBD0012AE_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Int64_ToString_m7D336E8DDEB43FC06A3AEE62072C899CBD0012AE(_thisAdjusted, ___format0, ___provider1, method); return _returnValue; } // System.Int64 System.Int64::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int64_Parse_m324C1AE318F496D87AAED8CB5D9E6E6EA6FE4A45 (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_CurrentInfo_m604B9BFDE58530F94955E0EF1A523D37EA87DF02(/*hidden argument*/NULL); int64_t L_2; L_2 = Number_ParseInt64_m62B43EBE538CE1FBD9FFBD260DC052BD75EAF6C7(L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int64 System.Int64::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int64_Parse_m8DDFA7706B4470D748A591EA89D224D608BD756C (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; RuntimeObject* L_1 = ___provider1; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_2; L_2 = NumberFormatInfo_GetInstance_mE5108A48B8BFDB2158C05951FACC08AFB09FDDBB(L_1, /*hidden argument*/NULL); int64_t L_3; L_3 = Number_ParseInt64_m62B43EBE538CE1FBD9FFBD260DC052BD75EAF6C7(L_0, 7, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int64 System.Int64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int64_Parse_mDEBD8725B503BD8627E7AF21E1F50A58DD7FCA9A (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method) { { int32_t L_0 = ___style1; NumberFormatInfo_ValidateParseStyleInteger_m2F6A102AFBCE26335E7C07F94750C873F10D55A7(L_0, /*hidden argument*/NULL); String_t* L_1 = ___s0; int32_t L_2 = ___style1; RuntimeObject* L_3 = ___provider2; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_4; L_4 = NumberFormatInfo_GetInstance_mE5108A48B8BFDB2158C05951FACC08AFB09FDDBB(L_3, /*hidden argument*/NULL); int64_t L_5; L_5 = Number_ParseInt64_m62B43EBE538CE1FBD9FFBD260DC052BD75EAF6C7(L_1, L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.Int64::TryParse(System.String,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_TryParse_m6EA988890D7F9954EA49A7227E60B3C674930650 (String_t* ___s0, int64_t* ___result1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_CurrentInfo_m604B9BFDE58530F94955E0EF1A523D37EA87DF02(/*hidden argument*/NULL); int64_t* L_2 = ___result1; bool L_3; L_3 = Number_TryParseInt64_m637C2D3003C93EC92E1EA47861018577BC20E061(L_0, 7, L_1, (int64_t*)L_2, /*hidden argument*/NULL); return L_3; } } // System.TypeCode System.Int64::GetTypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_GetTypeCode_m16959CC49FD42E344D68071569B5E0AEC9A697FB (int64_t* __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)11)); } } IL2CPP_EXTERN_C int32_t Int64_GetTypeCode_m16959CC49FD42E344D68071569B5E0AEC9A697FB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Int64_GetTypeCode_m16959CC49FD42E344D68071569B5E0AEC9A697FB(_thisAdjusted, method); return _returnValue; } // System.Boolean System.Int64::System.IConvertible.ToBoolean(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_System_IConvertible_ToBoolean_mD9A39B562457CCC365995E0213342C0F0EF8EDC6 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = *((int64_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); bool L_1; L_1 = Convert_ToBoolean_mBD5AB315C92C963A45446D798BE2B5B70496E31A(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C bool Int64_System_IConvertible_ToBoolean_mD9A39B562457CCC365995E0213342C0F0EF8EDC6_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Int64_System_IConvertible_ToBoolean_mD9A39B562457CCC365995E0213342C0F0EF8EDC6(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Char System.Int64::System.IConvertible.ToChar(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Int64_System_IConvertible_ToChar_m097E0308BF063CEF3193BFB4C2BFCDC7138BEEA7 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = *((int64_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); Il2CppChar L_1; L_1 = Convert_ToChar_mF31AAE59CB3C6C18373510193013FECFF2717F7A(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C Il2CppChar Int64_System_IConvertible_ToChar_m097E0308BF063CEF3193BFB4C2BFCDC7138BEEA7_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); Il2CppChar _returnValue; _returnValue = Int64_System_IConvertible_ToChar_m097E0308BF063CEF3193BFB4C2BFCDC7138BEEA7(_thisAdjusted, ___provider0, method); return _returnValue; } // System.SByte System.Int64::System.IConvertible.ToSByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Int64_System_IConvertible_ToSByte_m6DB226CE8EA16157E428164D365AE05303EEEC27 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = *((int64_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int8_t L_1; L_1 = Convert_ToSByte_m3BDEE233C58384D6DC9CAB41CAC23A2332107DAD(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int8_t Int64_System_IConvertible_ToSByte_m6DB226CE8EA16157E428164D365AE05303EEEC27_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); int8_t _returnValue; _returnValue = Int64_System_IConvertible_ToSByte_m6DB226CE8EA16157E428164D365AE05303EEEC27(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Byte System.Int64::System.IConvertible.ToByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Int64_System_IConvertible_ToByte_m314323B8189FB3F2DA8464CF4F5F5E137B615C2E (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = *((int64_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint8_t L_1; L_1 = Convert_ToByte_mA6F83194A5B789A122668505E46060C10E989A55(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C uint8_t Int64_System_IConvertible_ToByte_m314323B8189FB3F2DA8464CF4F5F5E137B615C2E_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); uint8_t _returnValue; _returnValue = Int64_System_IConvertible_ToByte_m314323B8189FB3F2DA8464CF4F5F5E137B615C2E(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Int16 System.Int64::System.IConvertible.ToInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int64_System_IConvertible_ToInt16_mC2B46F79D29BEDE260B7E90BA44720CA926C63B6 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = *((int64_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int16_t L_1; L_1 = Convert_ToInt16_mD1108E28932CF7111619136175426185C84ABDB1(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int16_t Int64_System_IConvertible_ToInt16_mC2B46F79D29BEDE260B7E90BA44720CA926C63B6_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); int16_t _returnValue; _returnValue = Int64_System_IConvertible_ToInt16_mC2B46F79D29BEDE260B7E90BA44720CA926C63B6(_thisAdjusted, ___provider0, method); return _returnValue; } // System.UInt16 System.Int64::System.IConvertible.ToUInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Int64_System_IConvertible_ToUInt16_m3E36DCF20D4B1B99554BA57C2437503A23879EFB (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = *((int64_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint16_t L_1; L_1 = Convert_ToUInt16_m1345102C341244915FECC94DE502932CFD1B4083(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C uint16_t Int64_System_IConvertible_ToUInt16_m3E36DCF20D4B1B99554BA57C2437503A23879EFB_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); uint16_t _returnValue; _returnValue = Int64_System_IConvertible_ToUInt16_m3E36DCF20D4B1B99554BA57C2437503A23879EFB(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Int32 System.Int64::System.IConvertible.ToInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_System_IConvertible_ToInt32_m6C0D3C28A7C76B397FC9680C093D02046840F661 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = *((int64_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Convert_ToInt32_m982F21DF492399F7089168CAA31C8E4A125AD404(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t Int64_System_IConvertible_ToInt32_m6C0D3C28A7C76B397FC9680C093D02046840F661_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Int64_System_IConvertible_ToInt32_m6C0D3C28A7C76B397FC9680C093D02046840F661(_thisAdjusted, ___provider0, method); return _returnValue; } // System.UInt32 System.Int64::System.IConvertible.ToUInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Int64_System_IConvertible_ToUInt32_m366E6C5025FC150F6B0E800890D655D582C0DC20 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = *((int64_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = Convert_ToUInt32_mD97A8501E8D2A539ADBD77E91629BADE142746E7(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C uint32_t Int64_System_IConvertible_ToUInt32_m366E6C5025FC150F6B0E800890D655D582C0DC20_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = Int64_System_IConvertible_ToUInt32_m366E6C5025FC150F6B0E800890D655D582C0DC20(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Int64 System.Int64::System.IConvertible.ToInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int64_System_IConvertible_ToInt64_m9F942146E4510EBFB85758F6C92FA1ACDBD2A472 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { int64_t L_0 = *((int64_t*)__this); return L_0; } } IL2CPP_EXTERN_C int64_t Int64_System_IConvertible_ToInt64_m9F942146E4510EBFB85758F6C92FA1ACDBD2A472_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); int64_t _returnValue; _returnValue = Int64_System_IConvertible_ToInt64_m9F942146E4510EBFB85758F6C92FA1ACDBD2A472(_thisAdjusted, ___provider0, method); return _returnValue; } // System.UInt64 System.Int64::System.IConvertible.ToUInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Int64_System_IConvertible_ToUInt64_mD0A66DE9A57C277FB9919A604BDEC6668E6AC6B9 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = *((int64_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = Convert_ToUInt64_m865589CA109CD4AA7779AB1A687ADDB5A5D3F9FA(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C uint64_t Int64_System_IConvertible_ToUInt64_mD0A66DE9A57C277FB9919A604BDEC6668E6AC6B9_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); uint64_t _returnValue; _returnValue = Int64_System_IConvertible_ToUInt64_mD0A66DE9A57C277FB9919A604BDEC6668E6AC6B9(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Single System.Int64::System.IConvertible.ToSingle(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Int64_System_IConvertible_ToSingle_m648FEC2A6C4C4B84B1DF2EE2E3770F2EFD3AFD1E (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = *((int64_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); float L_1; L_1 = Convert_ToSingle_mEC16D8EE5C61B011BA292D574FC18CE83E3A9969(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C float Int64_System_IConvertible_ToSingle_m648FEC2A6C4C4B84B1DF2EE2E3770F2EFD3AFD1E_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = Int64_System_IConvertible_ToSingle_m648FEC2A6C4C4B84B1DF2EE2E3770F2EFD3AFD1E(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Double System.Int64::System.IConvertible.ToDouble(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Int64_System_IConvertible_ToDouble_mA238A85D655CB5D380F26F92FF49E63BFB8D5F77 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = *((int64_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); double L_1; L_1 = Convert_ToDouble_m4F9E4D6DC737281EDCBF8F25B62CE8CF62CC1F04(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C double Int64_System_IConvertible_ToDouble_mA238A85D655CB5D380F26F92FF49E63BFB8D5F77_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = Int64_System_IConvertible_ToDouble_mA238A85D655CB5D380F26F92FF49E63BFB8D5F77(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Decimal System.Int64::System.IConvertible.ToDecimal(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Int64_System_IConvertible_ToDecimal_mDE94E132662FFADD87321326BD9EE3B0343131E3 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = *((int64_t*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1; L_1 = Convert_ToDecimal_mD1AB43305846AEF87783274EE1B9FDC9A5E86F39(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Int64_System_IConvertible_ToDecimal_mDE94E132662FFADD87321326BD9EE3B0343131E3_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 _returnValue; _returnValue = Int64_System_IConvertible_ToDecimal_mDE94E132662FFADD87321326BD9EE3B0343131E3(_thisAdjusted, ___provider0, method); return _returnValue; } // System.DateTime System.Int64::System.IConvertible.ToDateTime(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Int64_System_IConvertible_ToDateTime_m791B13FF7CCB9C1D824B1F8DD055F54F0809758B (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0; ArrayElementTypeCheck (L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA))); (L_1)->SetAtUnchecked(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = L_1; ArrayElementTypeCheck (L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA))); (L_2)->SetAtUnchecked(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA))); String_t* L_3; L_3 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), L_2, /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_4 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int64_System_IConvertible_ToDateTime_m791B13FF7CCB9C1D824B1F8DD055F54F0809758B_RuntimeMethod_var))); } } IL2CPP_EXTERN_C DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Int64_System_IConvertible_ToDateTime_m791B13FF7CCB9C1D824B1F8DD055F54F0809758B_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 _returnValue; _returnValue = Int64_System_IConvertible_ToDateTime_m791B13FF7CCB9C1D824B1F8DD055F54F0809758B(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Object System.Int64::System.IConvertible.ToType(System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Int64_System_IConvertible_ToType_m90F16E5A1662290D1360E52BA07B4E05A2C4DF4D (int64_t* __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = *((int64_t*)__this); int64_t L_1 = L_0; RuntimeObject * L_2 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_1); Type_t * L_3 = ___type0; RuntimeObject* L_4 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); RuntimeObject * L_5; L_5 = Convert_DefaultToType_m49730E740820DF7AA76C18ACF700FA3635AFBC33((RuntimeObject*)L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C RuntimeObject * Int64_System_IConvertible_ToType_m90F16E5A1662290D1360E52BA07B4E05A2C4DF4D_AdjustorThunk (RuntimeObject * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method) { int32_t _offset = 1; int64_t* _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = Int64_System_IConvertible_ToType_m90F16E5A1662290D1360E52BA07B4E05A2C4DF4D(_thisAdjusted, ___type0, ___provider1, 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 #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.IntPtr::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntPtr__ctor_m45FB8E0F6CB286B157BBBE5CF5B586E9E66F1097 (intptr_t* __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; *__this = ((intptr_t)((intptr_t)L_0)); return; } } IL2CPP_EXTERN_C void IntPtr__ctor_m45FB8E0F6CB286B157BBBE5CF5B586E9E66F1097_AdjustorThunk (RuntimeObject * __this, int32_t ___value0, const RuntimeMethod* method) { int32_t _offset = 1; intptr_t* _thisAdjusted = reinterpret_cast(__this + _offset); IntPtr__ctor_m45FB8E0F6CB286B157BBBE5CF5B586E9E66F1097(_thisAdjusted, ___value0, method); } // System.Void System.IntPtr::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntPtr__ctor_m2CDDF5A1715E7BCFDFB6823D7A18339BD8EB0E90 (intptr_t* __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; *__this = ((intptr_t)((uintptr_t)L_0)); return; } } IL2CPP_EXTERN_C void IntPtr__ctor_m2CDDF5A1715E7BCFDFB6823D7A18339BD8EB0E90_AdjustorThunk (RuntimeObject * __this, int64_t ___value0, const RuntimeMethod* method) { int32_t _offset = 1; intptr_t* _thisAdjusted = reinterpret_cast(__this + _offset); IntPtr__ctor_m2CDDF5A1715E7BCFDFB6823D7A18339BD8EB0E90(_thisAdjusted, ___value0, method); } // System.Void System.IntPtr::.ctor(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40 (intptr_t* __this, void* ___value0, const RuntimeMethod* method) { { void* L_0 = ___value0; *__this = ((intptr_t)L_0); return; } } IL2CPP_EXTERN_C void IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_AdjustorThunk (RuntimeObject * __this, void* ___value0, const RuntimeMethod* method) { int32_t _offset = 1; intptr_t* _thisAdjusted = reinterpret_cast(__this + _offset); IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline(_thisAdjusted, ___value0, method); } // System.Void System.IntPtr::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntPtr__ctor_m0B0C64AC83CFC26B9DC7CCA26D9C1014F741F467 (intptr_t* __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; int64_t L_1; L_1 = SerializationInfo_GetInt64_m13BC92A489CE4540FC55BB00D2A3460B0D9A0DEC(L_0, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, /*hidden argument*/NULL); V_0 = L_1; int64_t L_2 = V_0; *__this = ((intptr_t)((uintptr_t)L_2)); return; } } IL2CPP_EXTERN_C void IntPtr__ctor_m0B0C64AC83CFC26B9DC7CCA26D9C1014F741F467_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { int32_t _offset = 1; intptr_t* _thisAdjusted = reinterpret_cast(__this + _offset); IntPtr__ctor_m0B0C64AC83CFC26B9DC7CCA26D9C1014F741F467(_thisAdjusted, ___info0, ___context1, method); } // System.Int32 System.IntPtr::get_Size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_get_Size_mD8038A1C440DE87E685F4D879DC80A6704D9C77B (const RuntimeMethod* method) { { uint32_t L_0 = sizeof(void*); return L_0; } } // System.Void System.IntPtr::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntPtr_System_Runtime_Serialization_ISerializable_GetObjectData_mC5E2313415D866C20E7BC1853FC91AD272852FDB (intptr_t* __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8); s_Il2CppMethodInitialized = true; } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; 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*)&_stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IntPtr_System_Runtime_Serialization_ISerializable_GetObjectData_mC5E2313415D866C20E7BC1853FC91AD272852FDB_RuntimeMethod_var))); } IL_000e: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; int64_t L_3; L_3 = IntPtr_ToInt64_m521F809F5D9ECAF93E808CFFFE45F67620C7879A((intptr_t*)__this, /*hidden argument*/NULL); SerializationInfo_AddValue_mD0C00DE59B4C6649A6BFA5EBC7D8618B46B967D5(L_2, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, L_3, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void IntPtr_System_Runtime_Serialization_ISerializable_GetObjectData_mC5E2313415D866C20E7BC1853FC91AD272852FDB_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { int32_t _offset = 1; intptr_t* _thisAdjusted = reinterpret_cast(__this + _offset); IntPtr_System_Runtime_Serialization_ISerializable_GetObjectData_mC5E2313415D866C20E7BC1853FC91AD272852FDB(_thisAdjusted, ___info0, ___context1, method); } // System.Boolean System.IntPtr::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_Equals_m8ABF0A82F61F3B236B11DD4A1E19CEC5CC5A50F0 (intptr_t* __this, RuntimeObject * ___obj0, 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; } { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, IntPtr_t_il2cpp_TypeInfo_var))) { goto IL_000a; } } { return (bool)0; } IL_000a: { RuntimeObject * L_1 = ___obj0; intptr_t L_2 = *((intptr_t*)UnBox(L_1, IntPtr_t_il2cpp_TypeInfo_var)); intptr_t L_3 = *__this; return (bool)((((intptr_t)L_2) == ((intptr_t)L_3))? 1 : 0); } } IL2CPP_EXTERN_C bool IntPtr_Equals_m8ABF0A82F61F3B236B11DD4A1E19CEC5CC5A50F0_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { int32_t _offset = 1; intptr_t* _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = IntPtr_Equals_m8ABF0A82F61F3B236B11DD4A1E19CEC5CC5A50F0(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Int32 System.IntPtr::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_GetHashCode_m55E65FB52EFE7C0EBC3C28E66A5D7542F3B1D35D (intptr_t* __this, const RuntimeMethod* method) { { intptr_t L_0 = *__this; return ((int32_t)((int32_t)L_0)); } } IL2CPP_EXTERN_C int32_t IntPtr_GetHashCode_m55E65FB52EFE7C0EBC3C28E66A5D7542F3B1D35D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; intptr_t* _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = IntPtr_GetHashCode_m55E65FB52EFE7C0EBC3C28E66A5D7542F3B1D35D(_thisAdjusted, method); return _returnValue; } // System.Int64 System.IntPtr::ToInt64() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t IntPtr_ToInt64_m521F809F5D9ECAF93E808CFFFE45F67620C7879A (intptr_t* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = IntPtr_get_Size_mD8038A1C440DE87E685F4D879DC80A6704D9C77B(/*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0011; } } { intptr_t L_1 = *__this; return ((int64_t)((int64_t)((int32_t)((int32_t)L_1)))); } IL_0011: { intptr_t L_2 = *__this; return ((int64_t)((uint64_t)((uintptr_t)((uintptr_t)L_2)))); } } IL2CPP_EXTERN_C int64_t IntPtr_ToInt64_m521F809F5D9ECAF93E808CFFFE45F67620C7879A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; intptr_t* _thisAdjusted = reinterpret_cast(__this + _offset); int64_t _returnValue; _returnValue = IntPtr_ToInt64_m521F809F5D9ECAF93E808CFFFE45F67620C7879A(_thisAdjusted, method); return _returnValue; } // System.Void* System.IntPtr::ToPointer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F (intptr_t* __this, const RuntimeMethod* method) { { intptr_t L_0 = *__this; return (void*)(L_0); } } IL2CPP_EXTERN_C void* IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; intptr_t* _thisAdjusted = reinterpret_cast(__this + _offset); void* _returnValue; _returnValue = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline(_thisAdjusted, method); return _returnValue; } // System.String System.IntPtr::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IntPtr_ToString_mC499BFB66CB492853717FFACA63599701FC1E91C (intptr_t* __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = IntPtr_ToString_m7CDFDC84936276E62AB76AA238F7571B54DF90B4((intptr_t*)__this, (String_t*)NULL, /*hidden argument*/NULL); return L_0; } } IL2CPP_EXTERN_C String_t* IntPtr_ToString_mC499BFB66CB492853717FFACA63599701FC1E91C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; intptr_t* _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = IntPtr_ToString_mC499BFB66CB492853717FFACA63599701FC1E91C(_thisAdjusted, method); return _returnValue; } // System.String System.IntPtr::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IntPtr_ToString_m7CDFDC84936276E62AB76AA238F7571B54DF90B4 (intptr_t* __this, String_t* ___format0, const RuntimeMethod* method) { int32_t V_0 = 0; int64_t V_1 = 0; { int32_t L_0; L_0 = IntPtr_get_Size_mD8038A1C440DE87E685F4D879DC80A6704D9C77B(/*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_001a; } } { intptr_t L_1 = *__this; V_0 = ((int32_t)((int32_t)L_1)); String_t* L_2 = ___format0; String_t* L_3; L_3 = Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8((int32_t*)(&V_0), L_2, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_3; } IL_001a: { intptr_t L_4 = *__this; V_1 = ((int64_t)((uint64_t)((uintptr_t)((uintptr_t)L_4)))); String_t* L_5 = ___format0; String_t* L_6; L_6 = Int64_ToString_m7D336E8DDEB43FC06A3AEE62072C899CBD0012AE((int64_t*)(&V_1), L_5, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C String_t* IntPtr_ToString_m7CDFDC84936276E62AB76AA238F7571B54DF90B4_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method) { int32_t _offset = 1; intptr_t* _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = IntPtr_ToString_m7CDFDC84936276E62AB76AA238F7571B54DF90B4(_thisAdjusted, ___format0, method); return _returnValue; } // 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) { { intptr_t L_0 = ___value10; intptr_t L_1 = ___value21; return (bool)((((intptr_t)L_0) == ((intptr_t)L_1))? 1 : 0); } } // 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) { { intptr_t L_0 = ___value10; intptr_t L_1 = ___value21; return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.IntPtr System.IntPtr::op_Explicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF (int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; intptr_t L_1; memset((&L_1), 0, sizeof(L_1)); IntPtr__ctor_m45FB8E0F6CB286B157BBBE5CF5B586E9E66F1097((&L_1), L_0, /*hidden argument*/NULL); return (intptr_t)L_1; } } // System.IntPtr System.IntPtr::op_Explicit(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51 (int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; intptr_t L_1; memset((&L_1), 0, sizeof(L_1)); IntPtr__ctor_m2CDDF5A1715E7BCFDFB6823D7A18339BD8EB0E90((&L_1), L_0, /*hidden argument*/NULL); return (intptr_t)L_1; } } // System.IntPtr System.IntPtr::op_Explicit(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495 (void* ___value0, const RuntimeMethod* method) { { void* L_0 = ___value0; intptr_t L_1; memset((&L_1), 0, sizeof(L_1)); IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline((&L_1), (void*)(void*)L_0, /*hidden argument*/NULL); return (intptr_t)L_1; } } // System.Int32 System.IntPtr::op_Explicit(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3 (intptr_t ___value0, const RuntimeMethod* method) { { intptr_t L_0 = ___value0; return ((int32_t)((int32_t)L_0)); } } // 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) { { intptr_t L_0 = ___value0; return (void*)(L_0); } } // System.Boolean System.IntPtr::IsNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_IsNull_m4F73FDEC9D6C90AE4CFEE3A10EBFA887E361A983 (intptr_t* __this, const RuntimeMethod* method) { { intptr_t L_0 = *__this; return (bool)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool IntPtr_IsNull_m4F73FDEC9D6C90AE4CFEE3A10EBFA887E361A983_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; intptr_t* _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = IntPtr_IsNull_m4F73FDEC9D6C90AE4CFEE3A10EBFA887E361A983(_thisAdjusted, 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.Serialization.Formatters.Binary.IntSizedArray::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntSizedArray__ctor_m4CD746F82594DBB70817C4858E7DB20D5B6C8E41 (IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_objects_0(L_0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_negObjects_1(L_1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.IntSizedArray::.ctor(System.Runtime.Serialization.Formatters.Binary.IntSizedArray) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntSizedArray__ctor_mEFAA60088FCD373B767980B10BDDEF964EC6E29E (IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A * __this, IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A * ___sizedArray0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_objects_0(L_0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_negObjects_1(L_1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A * L_2 = ___sizedArray0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = L_2->get_objects_0(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))); __this->set_objects_0(L_4); IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A * L_5 = ___sizedArray0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = L_5->get_objects_0(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = __this->get_objects_0(); Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2((RuntimeArray *)(RuntimeArray *)L_6, (RuntimeArray *)(RuntimeArray *)L_7, 0, /*hidden argument*/NULL); IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A * L_8 = ___sizedArray0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = L_8->get_negObjects_1(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))); __this->set_negObjects_1(L_10); IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A * L_11 = ___sizedArray0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = L_11->get_negObjects_1(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = __this->get_negObjects_1(); Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2((RuntimeArray *)(RuntimeArray *)L_12, (RuntimeArray *)(RuntimeArray *)L_13, 0, /*hidden argument*/NULL); return; } } // System.Object System.Runtime.Serialization.Formatters.Binary.IntSizedArray::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * IntSizedArray_Clone_mD02540481AD3C07FA46365F3F2849E3782CBF98F (IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A * L_0 = (IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A *)il2cpp_codegen_object_new(IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A_il2cpp_TypeInfo_var); IntSizedArray__ctor_mEFAA60088FCD373B767980B10BDDEF964EC6E29E(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Runtime.Serialization.Formatters.Binary.IntSizedArray::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntSizedArray_get_Item_m902B31EE13C53909B80018F412B995DF080083D5 (IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001e; } } { int32_t L_1 = ___index0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = __this->get_negObjects_1(); if ((((int32_t)((-L_1))) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), (int32_t)1))))) { goto IL_0014; } } { return 0; } IL_0014: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = __this->get_negObjects_1(); int32_t L_4 = ___index0; int32_t L_5 = ((-L_4)); int32_t L_6 = (L_3)->GetAtUnchecked(static_cast(L_5)); return L_6; } IL_001e: { int32_t L_7 = ___index0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = __this->get_objects_0(); if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), (int32_t)1))))) { goto IL_002d; } } { return 0; } IL_002d: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = __this->get_objects_0(); int32_t L_10 = ___index0; int32_t L_11 = L_10; int32_t L_12 = (L_9)->GetAtUnchecked(static_cast(L_11)); return L_12; } } // System.Void System.Runtime.Serialization.Formatters.Binary.IntSizedArray::set_Item(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntSizedArray_set_Item_m5CF00E102162788F5EAE79C5A0BE299B8B03185F (IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A * __this, int32_t ___index0, int32_t ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0024; } } { int32_t L_1 = ___index0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = __this->get_negObjects_1(); if ((((int32_t)((-L_1))) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), (int32_t)1))))) { goto IL_0019; } } { int32_t L_3 = ___index0; IntSizedArray_IncreaseCapacity_m109C4F813E35896BCC40B3E70F2DA9269EC1FEC4(__this, L_3, /*hidden argument*/NULL); } IL_0019: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = __this->get_negObjects_1(); int32_t L_5 = ___index0; int32_t L_6 = ___value1; (L_4)->SetAtUnchecked(static_cast(((-L_5))), (int32_t)L_6); return; } IL_0024: { int32_t L_7 = ___index0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = __this->get_objects_0(); if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), (int32_t)1))))) { goto IL_0038; } } { int32_t L_9 = ___index0; IntSizedArray_IncreaseCapacity_m109C4F813E35896BCC40B3E70F2DA9269EC1FEC4(__this, L_9, /*hidden argument*/NULL); } IL_0038: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = __this->get_objects_0(); int32_t L_11 = ___index0; int32_t L_12 = ___value1; (L_10)->SetAtUnchecked(static_cast(L_11), (int32_t)L_12); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.IntSizedArray::IncreaseCapacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntSizedArray_IncreaseCapacity_m109C4F813E35896BCC40B3E70F2DA9269EC1FEC4 (IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { int32_t L_0 = ___index0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_003c; } } IL_0004: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = __this->get_negObjects_1(); int32_t L_2 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), (int32_t)2)), ((int32_t)il2cpp_codegen_add((int32_t)((-L_2)), (int32_t)1)), /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_3); V_0 = L_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = __this->get_negObjects_1(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = __this->get_negObjects_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_5, 0, (RuntimeArray *)(RuntimeArray *)L_6, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = V_0; __this->set_negObjects_1(L_8); goto IL_0071; } IL_003c: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = __this->get_objects_0(); int32_t L_10 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_11; L_11 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)2)), ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_11); V_1 = L_12; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = __this->get_objects_0(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = __this->get_objects_0(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_13, 0, (RuntimeArray *)(RuntimeArray *)L_14, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = V_1; __this->set_objects_0(L_16); } IL_0071: { goto IL_0084; } } // 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_0073; } throw e; } CATCH_0073: { // begin catch(System.Exception) String_t* L_17; L_17 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB5A3A3A029878047BB5C6EB2D194A8832B51022)), /*hidden argument*/NULL); SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_18 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IntSizedArray_IncreaseCapacity_m109C4F813E35896BCC40B3E70F2DA9269EC1FEC4_RuntimeMethod_var))); } // end catch (depth: 1) IL_0084: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.InteropServices.InterfaceTypeAttribute::.ctor(System.Runtime.InteropServices.ComInterfaceType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterfaceTypeAttribute__ctor_m1CF0819BFFE59E68057C186D0913C9F122EEDE20 (InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E * __this, int32_t ___interfaceType0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); int32_t L_0 = ___interfaceType0; __this->set__val_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.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) { typedef int32_t (*Interlocked_CompareExchange_m317AD9524376B7BE74DD9069346E345F2B131382_ftn) (int32_t*, int32_t, int32_t); using namespace il2cpp::icalls; return ((Interlocked_CompareExchange_m317AD9524376B7BE74DD9069346E345F2B131382_ftn)mscorlib::System::Threading::Interlocked::CompareExchange) (___location10, ___value1, ___comparand2); } // System.Int32 System.Threading.Interlocked::CompareExchange(System.Int32&,System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_CompareExchange_mC3464F42DF93438C3D48FF2D6551CD6652E95AEE (int32_t* ___location10, int32_t ___value1, int32_t ___comparand2, bool* ___succeeded3, const RuntimeMethod* method) { typedef int32_t (*Interlocked_CompareExchange_mC3464F42DF93438C3D48FF2D6551CD6652E95AEE_ftn) (int32_t*, int32_t, int32_t, bool*); using namespace il2cpp::icalls; return ((Interlocked_CompareExchange_mC3464F42DF93438C3D48FF2D6551CD6652E95AEE_ftn)mscorlib::System::Threading::Interlocked::CompareExchange) (___location10, ___value1, ___comparand2, ___succeeded3); } // System.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_CompareExchange_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961 (RuntimeObject ** ___location10, RuntimeObject * ___value1, RuntimeObject * ___comparand2, const RuntimeMethod* method) { typedef RuntimeObject * (*Interlocked_CompareExchange_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961_ftn) (RuntimeObject **, RuntimeObject *, RuntimeObject *); using namespace il2cpp::icalls; return ((Interlocked_CompareExchange_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961_ftn)mscorlib::System::Threading::Interlocked::CompareExchange_T) (___location10, ___value1, ___comparand2); } // System.Single System.Threading.Interlocked::CompareExchange(System.Single&,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Interlocked_CompareExchange_mA528BE971E65DE5E3E624AEFB2370416FC6D7D8E (float* ___location10, float ___value1, float ___comparand2, const RuntimeMethod* method) { typedef float (*Interlocked_CompareExchange_mA528BE971E65DE5E3E624AEFB2370416FC6D7D8E_ftn) (float*, float, float); using namespace il2cpp::icalls; return ((Interlocked_CompareExchange_mA528BE971E65DE5E3E624AEFB2370416FC6D7D8E_ftn)mscorlib::System::Threading::Interlocked::CompareExchangeSingle) (___location10, ___value1, ___comparand2); } // System.Int32 System.Threading.Interlocked::Decrement(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Decrement_mCECD68F2D8C95180BF77A1B90137BDE1F3A710FF (int32_t* ___location0, const RuntimeMethod* method) { typedef int32_t (*Interlocked_Decrement_mCECD68F2D8C95180BF77A1B90137BDE1F3A710FF_ftn) (int32_t*); using namespace il2cpp::icalls; return ((Interlocked_Decrement_mCECD68F2D8C95180BF77A1B90137BDE1F3A710FF_ftn)mscorlib::System::Threading::Interlocked::Decrement) (___location0); } // System.Int32 System.Threading.Interlocked::Increment(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Increment_mEF7FA106280D9E57DA8A97887389A961B65E47D8 (int32_t* ___location0, const RuntimeMethod* method) { typedef int32_t (*Interlocked_Increment_mEF7FA106280D9E57DA8A97887389A961B65E47D8_ftn) (int32_t*); using namespace il2cpp::icalls; return ((Interlocked_Increment_mEF7FA106280D9E57DA8A97887389A961B65E47D8_ftn)mscorlib::System::Threading::Interlocked::Increment) (___location0); } // System.Int32 System.Threading.Interlocked::Exchange(System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Exchange_mCB69CAC317F723A1CB6B52194C5917B49C456794 (int32_t* ___location10, int32_t ___value1, const RuntimeMethod* method) { typedef int32_t (*Interlocked_Exchange_mCB69CAC317F723A1CB6B52194C5917B49C456794_ftn) (int32_t*, int32_t); using namespace il2cpp::icalls; return ((Interlocked_Exchange_mCB69CAC317F723A1CB6B52194C5917B49C456794_ftn)mscorlib::System::Threading::Interlocked::Exchange) (___location10, ___value1); } // System.Object System.Threading.Interlocked::Exchange(System.Object&,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_Exchange_m339F180E25FF7E7201971E281AEE83961ADB895F (RuntimeObject ** ___location10, RuntimeObject * ___value1, const RuntimeMethod* method) { typedef RuntimeObject * (*Interlocked_Exchange_m339F180E25FF7E7201971E281AEE83961ADB895F_ftn) (RuntimeObject **, RuntimeObject *); using namespace il2cpp::icalls; return ((Interlocked_Exchange_m339F180E25FF7E7201971E281AEE83961ADB895F_ftn)mscorlib::System::Threading::Interlocked::ExchangePointer) (___location10, ___value1); } // System.Single System.Threading.Interlocked::Exchange(System.Single&,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Interlocked_Exchange_m4EDBC95F98C8D2FB84F07C7BE6F1416BCA746C9F (float* ___location10, float ___value1, const RuntimeMethod* method) { typedef float (*Interlocked_Exchange_m4EDBC95F98C8D2FB84F07C7BE6F1416BCA746C9F_ftn) (float*, float); using namespace il2cpp::icalls; return ((Interlocked_Exchange_m4EDBC95F98C8D2FB84F07C7BE6F1416BCA746C9F_ftn)mscorlib::System::Threading::Interlocked::ExchangeSingle) (___location10, ___value1); } // System.Int64 System.Threading.Interlocked::CompareExchange(System.Int64&,System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Interlocked_CompareExchange_m9CC32C41F8EFB0F2652E1B4355514B9832DF2027 (int64_t* ___location10, int64_t ___value1, int64_t ___comparand2, const RuntimeMethod* method) { typedef int64_t (*Interlocked_CompareExchange_m9CC32C41F8EFB0F2652E1B4355514B9832DF2027_ftn) (int64_t*, int64_t, int64_t); using namespace il2cpp::icalls; return ((Interlocked_CompareExchange_m9CC32C41F8EFB0F2652E1B4355514B9832DF2027_ftn)mscorlib::System::Threading::Interlocked::CompareExchange64) (___location10, ___value1, ___comparand2); } // System.IntPtr System.Threading.Interlocked::CompareExchange(System.IntPtr&,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Interlocked_CompareExchange_m0C738F6806A35DD706DA3F8B87366B450444C146 (intptr_t* ___location10, intptr_t ___value1, intptr_t ___comparand2, const RuntimeMethod* method) { typedef intptr_t (*Interlocked_CompareExchange_m0C738F6806A35DD706DA3F8B87366B450444C146_ftn) (intptr_t*, intptr_t, intptr_t); using namespace il2cpp::icalls; return ((Interlocked_CompareExchange_m0C738F6806A35DD706DA3F8B87366B450444C146_ftn)mscorlib::System::Threading::Interlocked::CompareExchangeIntPtr) (___location10, ___value1, ___comparand2); } // System.Double System.Threading.Interlocked::CompareExchange(System.Double&,System.Double,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Interlocked_CompareExchange_mDAFACC4D7631A7C7B2800CCC20217EF261B7B3C3 (double* ___location10, double ___value1, double ___comparand2, const RuntimeMethod* method) { typedef double (*Interlocked_CompareExchange_mDAFACC4D7631A7C7B2800CCC20217EF261B7B3C3_ftn) (double*, double, double); using namespace il2cpp::icalls; return ((Interlocked_CompareExchange_mDAFACC4D7631A7C7B2800CCC20217EF261B7B3C3_ftn)mscorlib::System::Threading::Interlocked::CompareExchangeDouble) (___location10, ___value1, ___comparand2); } // System.Int64 System.Threading.Interlocked::Exchange(System.Int64&,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Interlocked_Exchange_m27AE4B51786B02DDFC140D70BD18E980BADA80EF (int64_t* ___location10, int64_t ___value1, const RuntimeMethod* method) { typedef int64_t (*Interlocked_Exchange_m27AE4B51786B02DDFC140D70BD18E980BADA80EF_ftn) (int64_t*, int64_t); using namespace il2cpp::icalls; return ((Interlocked_Exchange_m27AE4B51786B02DDFC140D70BD18E980BADA80EF_ftn)mscorlib::System::Threading::Interlocked::Exchange64) (___location10, ___value1); } // System.IntPtr System.Threading.Interlocked::Exchange(System.IntPtr&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Interlocked_Exchange_m04B3FC2C4B96EEC6C3527CF3A6951C9FE7FAA0BB (intptr_t* ___location10, intptr_t ___value1, const RuntimeMethod* method) { typedef intptr_t (*Interlocked_Exchange_m04B3FC2C4B96EEC6C3527CF3A6951C9FE7FAA0BB_ftn) (intptr_t*, intptr_t); using namespace il2cpp::icalls; return ((Interlocked_Exchange_m04B3FC2C4B96EEC6C3527CF3A6951C9FE7FAA0BB_ftn)mscorlib::System::Threading::Interlocked::ExchangeIntPtr) (___location10, ___value1); } // System.Double System.Threading.Interlocked::Exchange(System.Double&,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Interlocked_Exchange_m298AF363C71A11DCB105813080BE4F36C8EB755D (double* ___location10, double ___value1, const RuntimeMethod* method) { typedef double (*Interlocked_Exchange_m298AF363C71A11DCB105813080BE4F36C8EB755D_ftn) (double*, double); using namespace il2cpp::icalls; return ((Interlocked_Exchange_m298AF363C71A11DCB105813080BE4F36C8EB755D_ftn)mscorlib::System::Threading::Interlocked::ExchangeDouble) (___location10, ___value1); } // System.Int64 System.Threading.Interlocked::Read(System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Interlocked_Read_mBFC0A4421F88CFC8CC0D04735B6FDD38C9C0CE7A (int64_t* ___location0, const RuntimeMethod* method) { typedef int64_t (*Interlocked_Read_mBFC0A4421F88CFC8CC0D04735B6FDD38C9C0CE7A_ftn) (int64_t*); using namespace il2cpp::icalls; return ((Interlocked_Read_mBFC0A4421F88CFC8CC0D04735B6FDD38C9C0CE7A_ftn)mscorlib::System::Threading::Interlocked::Read) (___location0); } // System.Int32 System.Threading.Interlocked::Add(System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Add_mC4953B38E59B3B8F0E6C4016F8A1BC6AA96DE006 (int32_t* ___location10, int32_t ___value1, const RuntimeMethod* method) { typedef int32_t (*Interlocked_Add_mC4953B38E59B3B8F0E6C4016F8A1BC6AA96DE006_ftn) (int32_t*, int32_t); using namespace il2cpp::icalls; return ((Interlocked_Add_mC4953B38E59B3B8F0E6C4016F8A1BC6AA96DE006_ftn)mscorlib::System::Threading::Interlocked::Add) (___location10, ___value1); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Globalization.InternalCodePageDataItem IL2CPP_EXTERN_C void InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7_marshal_pinvoke(const InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7& unmarshaled, InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7_marshaled_pinvoke& marshaled) { marshaled.___codePage_0 = unmarshaled.get_codePage_0(); marshaled.___uiFamilyCodePage_1 = unmarshaled.get_uiFamilyCodePage_1(); marshaled.___flags_2 = unmarshaled.get_flags_2(); marshaled.___Names_3 = il2cpp_codegen_marshal_string(unmarshaled.get_Names_3()); } IL2CPP_EXTERN_C void InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7_marshal_pinvoke_back(const InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7_marshaled_pinvoke& marshaled, InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7& unmarshaled) { uint16_t unmarshaled_codePage_temp_0 = 0; unmarshaled_codePage_temp_0 = marshaled.___codePage_0; unmarshaled.set_codePage_0(unmarshaled_codePage_temp_0); uint16_t unmarshaled_uiFamilyCodePage_temp_1 = 0; unmarshaled_uiFamilyCodePage_temp_1 = marshaled.___uiFamilyCodePage_1; unmarshaled.set_uiFamilyCodePage_1(unmarshaled_uiFamilyCodePage_temp_1); uint32_t unmarshaled_flags_temp_2 = 0; unmarshaled_flags_temp_2 = marshaled.___flags_2; unmarshaled.set_flags_2(unmarshaled_flags_temp_2); unmarshaled.set_Names_3(il2cpp_codegen_marshal_string_result(marshaled.___Names_3)); } // Conversion method for clean up from marshalling of: System.Globalization.InternalCodePageDataItem IL2CPP_EXTERN_C void InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7_marshal_pinvoke_cleanup(InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___Names_3); marshaled.___Names_3 = NULL; } // Conversion methods for marshalling of: System.Globalization.InternalCodePageDataItem IL2CPP_EXTERN_C void InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7_marshal_com(const InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7& unmarshaled, InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7_marshaled_com& marshaled) { marshaled.___codePage_0 = unmarshaled.get_codePage_0(); marshaled.___uiFamilyCodePage_1 = unmarshaled.get_uiFamilyCodePage_1(); marshaled.___flags_2 = unmarshaled.get_flags_2(); marshaled.___Names_3 = il2cpp_codegen_marshal_bstring(unmarshaled.get_Names_3()); } IL2CPP_EXTERN_C void InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7_marshal_com_back(const InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7_marshaled_com& marshaled, InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7& unmarshaled) { uint16_t unmarshaled_codePage_temp_0 = 0; unmarshaled_codePage_temp_0 = marshaled.___codePage_0; unmarshaled.set_codePage_0(unmarshaled_codePage_temp_0); uint16_t unmarshaled_uiFamilyCodePage_temp_1 = 0; unmarshaled_uiFamilyCodePage_temp_1 = marshaled.___uiFamilyCodePage_1; unmarshaled.set_uiFamilyCodePage_1(unmarshaled_uiFamilyCodePage_temp_1); uint32_t unmarshaled_flags_temp_2 = 0; unmarshaled_flags_temp_2 = marshaled.___flags_2; unmarshaled.set_flags_2(unmarshaled_flags_temp_2); unmarshaled.set_Names_3(il2cpp_codegen_marshal_bstring_result(marshaled.___Names_3)); } // Conversion method for clean up from marshalling of: System.Globalization.InternalCodePageDataItem IL2CPP_EXTERN_C void InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7_marshal_com_cleanup(InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___Names_3); marshaled.___Names_3 = NULL; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Text.InternalDecoderBestFitFallback::.ctor(System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalDecoderBestFitFallback__ctor_mD28EF24E847737719F83D8F90316EE03A7392FE7 (InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * __this, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding0, const RuntimeMethod* method) { { __this->set_cReplacement_6(((int32_t)63)); DecoderFallback__ctor_m748C2C19AD4595C13154F9EEDF89AC2A2C10727E(__this, /*hidden argument*/NULL); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0 = ___encoding0; __this->set_encoding_4(L_0); ((DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D *)__this)->set_bIsMicrosoftBestFitFallback_0((bool)1); return; } } // System.Text.DecoderFallbackBuffer System.Text.InternalDecoderBestFitFallback::CreateFallbackBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B * InternalDecoderBestFitFallback_CreateFallbackBuffer_mD9F3DF1D3AE7253E1638AB8FE4082B72048ABBA0 (InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F * L_0 = (InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F *)il2cpp_codegen_object_new(InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F_il2cpp_TypeInfo_var); InternalDecoderBestFitFallbackBuffer__ctor_m976B2E2E8FE6486A15E2BDA6400905AE6770FFFB(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Text.InternalDecoderBestFitFallback::get_MaxCharCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InternalDecoderBestFitFallback_get_MaxCharCount_m249F943A5D60B738BC9A0BE9083DA33C6B48F0AB (InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * __this, const RuntimeMethod* method) { { return 1; } } // System.Boolean System.Text.InternalDecoderBestFitFallback::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternalDecoderBestFitFallback_Equals_mAFB34EAA19D3CD9C9D236C3F12DCCDB12BB5E0C2 (InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * V_0 = NULL; { RuntimeObject * L_0 = ___value0; V_0 = ((InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E *)IsInstSealed((RuntimeObject*)L_0, InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E_il2cpp_TypeInfo_var)); InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * L_1 = V_0; if (!L_1) { goto IL_0023; } } { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_2 = __this->get_encoding_4(); int32_t L_3; L_3 = VirtFuncInvoker0< int32_t >::Invoke(25 /* System.Int32 System.Text.Encoding::get_CodePage() */, L_2); InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * L_4 = V_0; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_5 = L_4->get_encoding_4(); int32_t L_6; L_6 = VirtFuncInvoker0< int32_t >::Invoke(25 /* System.Int32 System.Text.Encoding::get_CodePage() */, L_5); return (bool)((((int32_t)L_3) == ((int32_t)L_6))? 1 : 0); } IL_0023: { return (bool)0; } } // System.Int32 System.Text.InternalDecoderBestFitFallback::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InternalDecoderBestFitFallback_GetHashCode_mC9185B4460D5D74500A8087FE7E569DF4F63A5FB (InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * __this, const RuntimeMethod* method) { { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0 = __this->get_encoding_4(); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(25 /* System.Int32 System.Text.Encoding::get_CodePage() */, 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.Object System.Text.InternalDecoderBestFitFallbackBuffer::get_InternalSyncObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InternalDecoderBestFitFallbackBuffer_get_InternalSyncObject_m247C9F02F8D4DCBEEDE5580AC733D10074CE09BA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = ((InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F_StaticFields*)il2cpp_codegen_static_fields_for(InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_6(); if (L_0) { goto IL_001a; } } { RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_1, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = V_0; RuntimeObject * L_3; L_3 = InterlockedCompareExchangeImpl((RuntimeObject **)(((InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F_StaticFields*)il2cpp_codegen_static_fields_for(InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F_il2cpp_TypeInfo_var))->get_address_of_s_InternalSyncObject_6()), L_2, NULL); } IL_001a: { RuntimeObject * L_4 = ((InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F_StaticFields*)il2cpp_codegen_static_fields_for(InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_6(); return L_4; } } // System.Void System.Text.InternalDecoderBestFitFallbackBuffer::.ctor(System.Text.InternalDecoderBestFitFallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalDecoderBestFitFallbackBuffer__ctor_m976B2E2E8FE6486A15E2BDA6400905AE6770FFFB (InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F * __this, InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * ___fallback0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { __this->set_iCount_3((-1)); DecoderFallbackBuffer__ctor_m4944ABFBCC6CDED8F244EC1E5EA6B1F229C3495C(__this, /*hidden argument*/NULL); InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * L_0 = ___fallback0; __this->set_oFallback_5(L_0); InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * L_1 = __this->get_oFallback_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = L_1->get_arrayBestFit_5(); if (L_2) { goto IL_0060; } } { RuntimeObject * L_3; L_3 = InternalDecoderBestFitFallbackBuffer_get_InternalSyncObject_m247C9F02F8D4DCBEEDE5580AC733D10074CE09BA(/*hidden argument*/NULL); V_0 = L_3; V_1 = (bool)0; } IL_0029: try { // begin try (depth: 1) { RuntimeObject * L_4 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_4, (bool*)(&V_1), /*hidden argument*/NULL); InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * L_5 = __this->get_oFallback_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = L_5->get_arrayBestFit_5(); if (L_6) { goto IL_0054; } } IL_003e: { InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * L_7 = __this->get_oFallback_5(); InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * L_8 = ___fallback0; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_9 = L_8->get_encoding_4(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10; L_10 = VirtFuncInvoker0< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* >::Invoke(33 /* System.Char[] System.Text.Encoding::GetBestFitBytesToUnicodeData() */, L_9); L_7->set_arrayBestFit_5(L_10); } IL_0054: { IL2CPP_LEAVE(0x60, FINALLY_0056); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0056; } FINALLY_0056: { // begin finally (depth: 1) { bool L_11 = V_1; if (!L_11) { goto IL_005f; } } IL_0059: { RuntimeObject * L_12 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_12, /*hidden argument*/NULL); } IL_005f: { IL2CPP_END_FINALLY(86) } } // end finally (depth: 1) IL2CPP_CLEANUP(86) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x60, IL_0060) } IL_0060: { return; } } // System.Boolean System.Text.InternalDecoderBestFitFallbackBuffer::Fallback(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternalDecoderBestFitFallbackBuffer_Fallback_m96AF5BB5B2E6B2AB70C5893650250B8D1CBAA110 (InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytesUnknown0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bytesUnknown0; Il2CppChar L_1; L_1 = InternalDecoderBestFitFallbackBuffer_TryBestFit_mCF52F1BE873B946452EE5015F113008A5EE43A87(__this, L_0, /*hidden argument*/NULL); __this->set_cBestFit_2(L_1); Il2CppChar L_2 = __this->get_cBestFit_2(); if (L_2) { goto IL_0026; } } { InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * L_3 = __this->get_oFallback_5(); Il2CppChar L_4 = L_3->get_cReplacement_6(); __this->set_cBestFit_2(L_4); } IL_0026: { int32_t L_5 = 1; V_0 = L_5; __this->set_iSize_4(L_5); int32_t L_6 = V_0; __this->set_iCount_3(L_6); return (bool)1; } } // System.Char System.Text.InternalDecoderBestFitFallbackBuffer::GetNextChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar InternalDecoderBestFitFallbackBuffer_GetNextChar_m7125D990F7A6B4055A87B96979392BB2F51D9E76 (InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_iCount_3(); __this->set_iCount_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get_iCount_3(); if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0019; } } { return 0; } IL_0019: { int32_t L_2 = __this->get_iCount_3(); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)2147483647LL))))) { goto IL_002f; } } { __this->set_iCount_3((-1)); return 0; } IL_002f: { Il2CppChar L_3 = __this->get_cBestFit_2(); return L_3; } } // System.Void System.Text.InternalDecoderBestFitFallbackBuffer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalDecoderBestFitFallbackBuffer_Reset_m6E14716C68F60B0E1C8903DE61FE1FAB6E3A9FEF (InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F * __this, const RuntimeMethod* method) { { __this->set_iCount_3((-1)); ((DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B *)__this)->set_byteStart_0((uint8_t*)((uintptr_t)0)); return; } } // System.Int32 System.Text.InternalDecoderBestFitFallbackBuffer::InternalFallback(System.Byte[],System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InternalDecoderBestFitFallbackBuffer_InternalFallback_m1E04CDC38E42C3E6EF02611A40759A7DC1E1648B (InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, uint8_t* ___pBytes1, const RuntimeMethod* method) { { return 1; } } // System.Char System.Text.InternalDecoderBestFitFallbackBuffer::TryBestFit(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar InternalDecoderBestFitFallbackBuffer_TryBestFit_mCF52F1BE873B946452EE5015F113008A5EE43A87 (InternalDecoderBestFitFallbackBuffer_t5ECE18A8B9F5DA1E7B30E39071EF73E2E54C941F * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytesCheck0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; { V_0 = 0; InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * L_0 = __this->get_oFallback_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0->get_arrayBestFit_5(); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); int32_t L_2 = V_1; if (L_2) { goto IL_0015; } } { return 0; } IL_0015: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___bytesCheck0; if (!(((RuntimeArray*)L_3)->max_length)) { goto IL_001f; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bytesCheck0; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))) <= ((int32_t)2))) { goto IL_0021; } } IL_001f: { return 0; } IL_0021: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___bytesCheck0; if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))) == ((uint32_t)1)))) { goto IL_002d; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___bytesCheck0; int32_t L_7 = 0; uint8_t L_8 = (L_6)->GetAtUnchecked(static_cast(L_7)); V_3 = L_8; goto IL_0038; } IL_002d: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___bytesCheck0; int32_t L_10 = 0; uint8_t L_11 = (L_9)->GetAtUnchecked(static_cast(L_10)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___bytesCheck0; int32_t L_13 = 1; uint8_t L_14 = (L_12)->GetAtUnchecked(static_cast(L_13)); V_3 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_11<<(int32_t)8)), (int32_t)L_14)))); } IL_0038: { Il2CppChar L_15 = V_3; InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * L_16 = __this->get_oFallback_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = L_16->get_arrayBestFit_5(); int32_t L_18 = 0; uint16_t L_19 = (uint16_t)(L_17)->GetAtUnchecked(static_cast(L_18)); if ((((int32_t)L_15) < ((int32_t)L_19))) { goto IL_005a; } } { Il2CppChar L_20 = V_3; InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * L_21 = __this->get_oFallback_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_22 = L_21->get_arrayBestFit_5(); int32_t L_23 = V_1; int32_t L_24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)2)); uint16_t L_25 = (uint16_t)(L_22)->GetAtUnchecked(static_cast(L_24)); if ((((int32_t)L_20) <= ((int32_t)L_25))) { goto IL_0098; } } IL_005a: { return 0; } IL_005c: { int32_t L_26 = V_4; int32_t L_27 = V_0; V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_26/(int32_t)2)), (int32_t)L_27))&(int32_t)((int32_t)65534))); InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * L_28 = __this->get_oFallback_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_29 = L_28->get_arrayBestFit_5(); int32_t L_30 = V_2; int32_t L_31 = L_30; uint16_t L_32 = (uint16_t)(L_29)->GetAtUnchecked(static_cast(L_31)); V_5 = L_32; Il2CppChar L_33 = V_5; Il2CppChar L_34 = V_3; if ((!(((uint32_t)L_33) == ((uint32_t)L_34)))) { goto IL_008d; } } { InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * L_35 = __this->get_oFallback_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_36 = L_35->get_arrayBestFit_5(); int32_t L_37 = V_2; int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); uint16_t L_39 = (uint16_t)(L_36)->GetAtUnchecked(static_cast(L_38)); return L_39; } IL_008d: { Il2CppChar L_40 = V_5; Il2CppChar L_41 = V_3; if ((((int32_t)L_40) >= ((int32_t)L_41))) { goto IL_0096; } } { int32_t L_42 = V_2; V_0 = L_42; goto IL_0098; } IL_0096: { int32_t L_43 = V_2; V_1 = L_43; } IL_0098: { int32_t L_44 = V_1; int32_t L_45 = V_0; int32_t L_46 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)); V_4 = L_46; if ((((int32_t)L_46) > ((int32_t)6))) { goto IL_005c; } } { int32_t L_47 = V_0; V_2 = L_47; goto IL_00c9; } IL_00a5: { InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * L_48 = __this->get_oFallback_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_49 = L_48->get_arrayBestFit_5(); int32_t L_50 = V_2; int32_t L_51 = L_50; uint16_t L_52 = (uint16_t)(L_49)->GetAtUnchecked(static_cast(L_51)); Il2CppChar L_53 = V_3; if ((!(((uint32_t)L_52) == ((uint32_t)L_53)))) { goto IL_00c5; } } { InternalDecoderBestFitFallback_t059F0AABF14B5871F34FA66582723C76670BF78E * L_54 = __this->get_oFallback_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_55 = L_54->get_arrayBestFit_5(); int32_t L_56 = V_2; int32_t L_57 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); uint16_t L_58 = (uint16_t)(L_55)->GetAtUnchecked(static_cast(L_57)); return L_58; } IL_00c5: { int32_t L_59 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)2)); } IL_00c9: { int32_t L_60 = V_2; int32_t L_61 = V_1; if ((((int32_t)L_60) < ((int32_t)L_61))) { goto IL_00a5; } } { return 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.Text.InternalEncoderBestFitFallback::.ctor(System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEncoderBestFitFallback__ctor_m6A6D5B04B4C72D04BCAAEFFD271D975DB453067A (InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * __this, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding0, const RuntimeMethod* method) { { EncoderFallback__ctor_mCE6A0366B947DA2A52698FDA5381C1B6443A6AE1(__this, /*hidden argument*/NULL); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0 = ___encoding0; __this->set_encoding_4(L_0); ((EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 *)__this)->set_bIsMicrosoftBestFitFallback_0((bool)1); return; } } // System.Text.EncoderFallbackBuffer System.Text.InternalEncoderBestFitFallback::CreateFallbackBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * InternalEncoderBestFitFallback_CreateFallbackBuffer_mE7B5640E53D8421778B1CFD0F453D6FB3748E0E3 (InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B * L_0 = (InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B *)il2cpp_codegen_object_new(InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B_il2cpp_TypeInfo_var); InternalEncoderBestFitFallbackBuffer__ctor_m35140B14A4CFFD18D603555B0526241EE5ACC85C(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Text.InternalEncoderBestFitFallback::get_MaxCharCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InternalEncoderBestFitFallback_get_MaxCharCount_m426FFB8334D768E8322F3FE830F04872CEA33957 (InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * __this, const RuntimeMethod* method) { { return 1; } } // System.Boolean System.Text.InternalEncoderBestFitFallback::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternalEncoderBestFitFallback_Equals_m8ECF08EA001AA366B055E0916CCBE23F39015295 (InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * V_0 = NULL; { RuntimeObject * L_0 = ___value0; V_0 = ((InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 *)IsInstClass((RuntimeObject*)L_0, InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074_il2cpp_TypeInfo_var)); InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * L_1 = V_0; if (!L_1) { goto IL_0023; } } { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_2 = __this->get_encoding_4(); int32_t L_3; L_3 = VirtFuncInvoker0< int32_t >::Invoke(25 /* System.Int32 System.Text.Encoding::get_CodePage() */, L_2); InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * L_4 = V_0; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_5 = L_4->get_encoding_4(); int32_t L_6; L_6 = VirtFuncInvoker0< int32_t >::Invoke(25 /* System.Int32 System.Text.Encoding::get_CodePage() */, L_5); return (bool)((((int32_t)L_3) == ((int32_t)L_6))? 1 : 0); } IL_0023: { return (bool)0; } } // System.Int32 System.Text.InternalEncoderBestFitFallback::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InternalEncoderBestFitFallback_GetHashCode_mF3EE88BFBFDC8B049BBFDD50FE756FA4D85BB382 (InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * __this, const RuntimeMethod* method) { { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0 = __this->get_encoding_4(); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(25 /* System.Int32 System.Text.Encoding::get_CodePage() */, 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.Object System.Text.InternalEncoderBestFitFallbackBuffer::get_InternalSyncObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InternalEncoderBestFitFallbackBuffer_get_InternalSyncObject_mCF32E3E601066970D6D1C3577CF5DAE390BDD090 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = ((InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B_StaticFields*)il2cpp_codegen_static_fields_for(InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_11(); if (L_0) { goto IL_001a; } } { RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_1, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = V_0; RuntimeObject * L_3; L_3 = InterlockedCompareExchangeImpl((RuntimeObject **)(((InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B_StaticFields*)il2cpp_codegen_static_fields_for(InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B_il2cpp_TypeInfo_var))->get_address_of_s_InternalSyncObject_11()), L_2, NULL); } IL_001a: { RuntimeObject * L_4 = ((InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B_StaticFields*)il2cpp_codegen_static_fields_for(InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_11(); return L_4; } } // System.Void System.Text.InternalEncoderBestFitFallbackBuffer::.ctor(System.Text.InternalEncoderBestFitFallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEncoderBestFitFallbackBuffer__ctor_m35140B14A4CFFD18D603555B0526241EE5ACC85C (InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B * __this, InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * ___fallback0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { __this->set_iCount_9((-1)); EncoderFallbackBuffer__ctor_m2E6EAE6EDD4F1D72B0641BCD9A9FD42E692876A3(__this, /*hidden argument*/NULL); InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * L_0 = ___fallback0; __this->set_oFallback_8(L_0); InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * L_1 = __this->get_oFallback_8(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = L_1->get_arrayBestFit_5(); if (L_2) { goto IL_0060; } } { RuntimeObject * L_3; L_3 = InternalEncoderBestFitFallbackBuffer_get_InternalSyncObject_mCF32E3E601066970D6D1C3577CF5DAE390BDD090(/*hidden argument*/NULL); V_0 = L_3; V_1 = (bool)0; } IL_0029: try { // begin try (depth: 1) { RuntimeObject * L_4 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_4, (bool*)(&V_1), /*hidden argument*/NULL); InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * L_5 = __this->get_oFallback_8(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = L_5->get_arrayBestFit_5(); if (L_6) { goto IL_0054; } } IL_003e: { InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * L_7 = __this->get_oFallback_8(); InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * L_8 = ___fallback0; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_9 = L_8->get_encoding_4(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10; L_10 = VirtFuncInvoker0< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* >::Invoke(32 /* System.Char[] System.Text.Encoding::GetBestFitUnicodeToBytesData() */, L_9); L_7->set_arrayBestFit_5(L_10); } IL_0054: { IL2CPP_LEAVE(0x60, FINALLY_0056); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0056; } FINALLY_0056: { // begin finally (depth: 1) { bool L_11 = V_1; if (!L_11) { goto IL_005f; } } IL_0059: { RuntimeObject * L_12 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_12, /*hidden argument*/NULL); } IL_005f: { IL2CPP_END_FINALLY(86) } } // end finally (depth: 1) IL2CPP_CLEANUP(86) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x60, IL_0060) } IL_0060: { return; } } // System.Boolean System.Text.InternalEncoderBestFitFallbackBuffer::Fallback(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternalEncoderBestFitFallbackBuffer_Fallback_m11C094E538EED39F267A70CA30E6DE2545BFA017 (InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B * __this, Il2CppChar ___charUnknown0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = 1; V_0 = L_0; __this->set_iSize_10(L_0); int32_t L_1 = V_0; __this->set_iCount_9(L_1); Il2CppChar L_2 = ___charUnknown0; Il2CppChar L_3; L_3 = InternalEncoderBestFitFallbackBuffer_TryBestFit_m84383B5079954A390733B99C23137A4CEF5E12FF(__this, L_2, /*hidden argument*/NULL); __this->set_cBestFit_7(L_3); Il2CppChar L_4 = __this->get_cBestFit_7(); if (L_4) { goto IL_002d; } } { __this->set_cBestFit_7(((int32_t)63)); } IL_002d: { return (bool)1; } } // System.Boolean System.Text.InternalEncoderBestFitFallbackBuffer::Fallback(System.Char,System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternalEncoderBestFitFallbackBuffer_Fallback_mB37457F0F4D969287856715F9AC4B7DA217204D9 (InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B * __this, Il2CppChar ___charUnknownHigh0, Il2CppChar ___charUnknownLow1, int32_t ___index2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Il2CppChar L_0 = ___charUnknownHigh0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_1; L_1 = Char_IsHighSurrogate_m7BECD1C98C902946F069D8936F8A557F1F7DFF01(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_003d; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_2; int32_t L_4 = ((int32_t)55296); RuntimeObject * L_5 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_4); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAtUnchecked(static_cast(0), (RuntimeObject *)L_5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_3; int32_t L_7 = ((int32_t)56319); RuntimeObject * L_8 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_7); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAtUnchecked(static_cast(1), (RuntimeObject *)L_8); String_t* L_9; L_9 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB6B67D4653121AE0F63EE256975A0DBD0FAF6B1)), L_6, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_10 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralACBCBF28DD4B1F33A16BAB5517B51641A9FBC416)), L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternalEncoderBestFitFallbackBuffer_Fallback_mB37457F0F4D969287856715F9AC4B7DA217204D9_RuntimeMethod_var))); } IL_003d: { Il2CppChar L_11 = ___charUnknownLow1; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_12; L_12 = Char_IsLowSurrogate_m44FA7AA923FDA925E1D536F3DA0A7E1E049E936E(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_007a; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = L_13; int32_t L_15 = ((int32_t)56320); RuntimeObject * L_16 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_15); ArrayElementTypeCheck (L_14, L_16); (L_14)->SetAtUnchecked(static_cast(0), (RuntimeObject *)L_16); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = L_14; int32_t L_18 = ((int32_t)57343); RuntimeObject * L_19 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_18); ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAtUnchecked(static_cast(1), (RuntimeObject *)L_19); String_t* L_20; L_20 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB6B67D4653121AE0F63EE256975A0DBD0FAF6B1)), L_17, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_21 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2B139AE8B4C3ED00C78CD49060000592F759158)), L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternalEncoderBestFitFallbackBuffer_Fallback_mB37457F0F4D969287856715F9AC4B7DA217204D9_RuntimeMethod_var))); } IL_007a: { __this->set_cBestFit_7(((int32_t)63)); int32_t L_22 = 2; V_0 = L_22; __this->set_iSize_10(L_22); int32_t L_23 = V_0; __this->set_iCount_9(L_23); return (bool)1; } } // System.Char System.Text.InternalEncoderBestFitFallbackBuffer::GetNextChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar InternalEncoderBestFitFallbackBuffer_GetNextChar_mD0858E8D1A1105919F5EFA67CBF94338F6BAD2BA (InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_iCount_9(); __this->set_iCount_9(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get_iCount_9(); if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0019; } } { return 0; } IL_0019: { int32_t L_2 = __this->get_iCount_9(); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)2147483647LL))))) { goto IL_002f; } } { __this->set_iCount_9((-1)); return 0; } IL_002f: { Il2CppChar L_3 = __this->get_cBestFit_7(); return L_3; } } // System.Boolean System.Text.InternalEncoderBestFitFallbackBuffer::MovePrevious() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternalEncoderBestFitFallbackBuffer_MovePrevious_m0E06F69A74626F05D845CE35DE21FE896F6F5A87 (InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_iCount_9(); if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0017; } } { int32_t L_1 = __this->get_iCount_9(); __this->set_iCount_9(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))); } IL_0017: { int32_t L_2 = __this->get_iCount_9(); if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0032; } } { int32_t L_3 = __this->get_iCount_9(); int32_t L_4 = __this->get_iSize_10(); return (bool)((((int32_t)((((int32_t)L_3) > ((int32_t)L_4))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0032: { return (bool)0; } } // System.Int32 System.Text.InternalEncoderBestFitFallbackBuffer::get_Remaining() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InternalEncoderBestFitFallbackBuffer_get_Remaining_m141978F5C1918D0A86552F500FC46DDD493AECD4 (InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_iCount_9(); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_000b; } } { return 0; } IL_000b: { int32_t L_1 = __this->get_iCount_9(); return L_1; } } // System.Void System.Text.InternalEncoderBestFitFallbackBuffer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEncoderBestFitFallbackBuffer_Reset_m6DCE8A1B15AF51927AD236A630F0235488922987 (InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B * __this, const RuntimeMethod* method) { { __this->set_iCount_9((-1)); ((EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 *)__this)->set_charStart_0((Il2CppChar*)((uintptr_t)0)); ((EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 *)__this)->set_bFallingBack_5((bool)0); return; } } // System.Char System.Text.InternalEncoderBestFitFallbackBuffer::TryBestFit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar InternalEncoderBestFitFallbackBuffer_TryBestFit_m84383B5079954A390733B99C23137A4CEF5E12FF (InternalEncoderBestFitFallbackBuffer_t7022B7C2AAADADF5C2C7BEA840E8D5190DE53B7B * __this, Il2CppChar ___cUnknown0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; { V_0 = 0; InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * L_0 = __this->get_oFallback_8(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0->get_arrayBestFit_5(); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); goto IL_004d; } IL_0012: { int32_t L_2 = V_3; int32_t L_3 = V_0; V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_2/(int32_t)2)), (int32_t)L_3))&(int32_t)((int32_t)65534))); InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * L_4 = __this->get_oFallback_8(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = L_4->get_arrayBestFit_5(); int32_t L_6 = V_2; int32_t L_7 = L_6; uint16_t L_8 = (uint16_t)(L_5)->GetAtUnchecked(static_cast(L_7)); V_4 = L_8; Il2CppChar L_9 = V_4; Il2CppChar L_10 = ___cUnknown0; if ((!(((uint32_t)L_9) == ((uint32_t)L_10)))) { goto IL_0042; } } { InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * L_11 = __this->get_oFallback_8(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = L_11->get_arrayBestFit_5(); int32_t L_13 = V_2; int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); uint16_t L_15 = (uint16_t)(L_12)->GetAtUnchecked(static_cast(L_14)); return L_15; } IL_0042: { Il2CppChar L_16 = V_4; Il2CppChar L_17 = ___cUnknown0; if ((((int32_t)L_16) >= ((int32_t)L_17))) { goto IL_004b; } } { int32_t L_18 = V_2; V_0 = L_18; goto IL_004d; } IL_004b: { int32_t L_19 = V_2; V_1 = L_19; } IL_004d: { int32_t L_20 = V_1; int32_t L_21 = V_0; int32_t L_22 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)); V_3 = L_22; if ((((int32_t)L_22) > ((int32_t)6))) { goto IL_0012; } } { int32_t L_23 = V_0; V_2 = L_23; goto IL_007d; } IL_0059: { InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * L_24 = __this->get_oFallback_8(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_25 = L_24->get_arrayBestFit_5(); int32_t L_26 = V_2; int32_t L_27 = L_26; uint16_t L_28 = (uint16_t)(L_25)->GetAtUnchecked(static_cast(L_27)); Il2CppChar L_29 = ___cUnknown0; if ((!(((uint32_t)L_28) == ((uint32_t)L_29)))) { goto IL_0079; } } { InternalEncoderBestFitFallback_t2D50677152BF029FCA77A56F7CA652303E661074 * L_30 = __this->get_oFallback_8(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_31 = L_30->get_arrayBestFit_5(); int32_t L_32 = V_2; int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); uint16_t L_34 = (uint16_t)(L_31)->GetAtUnchecked(static_cast(L_33)); return L_34; } IL_0079: { int32_t L_35 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)2)); } IL_007d: { int32_t L_36 = V_2; int32_t L_37 = V_1; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0059; } } { return 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 // Conversion methods for marshalling of: System.Globalization.InternalEncodingDataItem IL2CPP_EXTERN_C void InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C_marshal_pinvoke(const InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C& unmarshaled, InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C_marshaled_pinvoke& marshaled) { marshaled.___webName_0 = il2cpp_codegen_marshal_string(unmarshaled.get_webName_0()); marshaled.___codePage_1 = unmarshaled.get_codePage_1(); } IL2CPP_EXTERN_C void InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C_marshal_pinvoke_back(const InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C_marshaled_pinvoke& marshaled, InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C& unmarshaled) { unmarshaled.set_webName_0(il2cpp_codegen_marshal_string_result(marshaled.___webName_0)); uint16_t unmarshaled_codePage_temp_1 = 0; unmarshaled_codePage_temp_1 = marshaled.___codePage_1; unmarshaled.set_codePage_1(unmarshaled_codePage_temp_1); } // Conversion method for clean up from marshalling of: System.Globalization.InternalEncodingDataItem IL2CPP_EXTERN_C void InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C_marshal_pinvoke_cleanup(InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___webName_0); marshaled.___webName_0 = NULL; } // Conversion methods for marshalling of: System.Globalization.InternalEncodingDataItem IL2CPP_EXTERN_C void InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C_marshal_com(const InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C& unmarshaled, InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C_marshaled_com& marshaled) { marshaled.___webName_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_webName_0()); marshaled.___codePage_1 = unmarshaled.get_codePage_1(); } IL2CPP_EXTERN_C void InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C_marshal_com_back(const InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C_marshaled_com& marshaled, InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C& unmarshaled) { unmarshaled.set_webName_0(il2cpp_codegen_marshal_bstring_result(marshaled.___webName_0)); uint16_t unmarshaled_codePage_temp_1 = 0; unmarshaled_codePage_temp_1 = marshaled.___codePage_1; unmarshaled.set_codePage_1(unmarshaled_codePage_temp_1); } // Conversion method for clean up from marshalling of: System.Globalization.InternalEncodingDataItem IL2CPP_EXTERN_C void InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C_marshal_com_cleanup(InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___webName_0); marshaled.___webName_0 = NULL; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Serialization.Formatters.Binary.InternalFE::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalFE__ctor_m95F73472F1FEE2F7023F8F7390BDD46BE38E10E2 (InternalFE_tBF9064793BEA3658FF2E355ECCE5913F38B6E101 * __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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.Metadata.SoapAttribute System.Runtime.Remoting.InternalRemotingServices::GetCachedSoapAttribute(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC * InternalRemotingServices_GetCachedSoapAttribute_mC208FE482153914B8C4D07059D1BF2B23EF58110 (RuntimeObject * ___reflectionObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomAttributeProvider_tC8BCE1D3E22F82F78095824C7EB2F62A6DAD2492_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodBase_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapParameterAttribute_tCFE170A192E869148403954A6CF168AB40A9AAB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC * V_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_3 = NULL; SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_StaticFields*)il2cpp_codegen_static_fields_for(InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_il2cpp_TypeInfo_var))->get__soapAttributes_0(); RuntimeObject * L_1; L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(28 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); V_0 = L_1; V_1 = (bool)0; } IL_000d: try { // begin try (depth: 1) { RuntimeObject * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = ((InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_StaticFields*)il2cpp_codegen_static_fields_for(InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_il2cpp_TypeInfo_var))->get__soapAttributes_0(); RuntimeObject * L_4 = ___reflectionObject0; RuntimeObject * L_5; L_5 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_3, L_4); V_2 = ((SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC *)IsInstClass((RuntimeObject*)L_5, SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC_il2cpp_TypeInfo_var)); SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC * L_6 = V_2; if (!L_6) { goto IL_0031; } } IL_0029: { SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC * L_7 = V_2; V_4 = L_7; IL2CPP_LEAVE(0xB7, FINALLY_00ad); } IL_0031: { RuntimeObject * L_8 = ___reflectionObject0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_9, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11; L_11 = InterfaceFuncInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Type_t *, bool >::Invoke(0 /* System.Object[] System.Reflection.ICustomAttributeProvider::GetCustomAttributes(System.Type,System.Boolean) */, ICustomAttributeProvider_tC8BCE1D3E22F82F78095824C7EB2F62A6DAD2492_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_8, ICustomAttributeProvider_tC8BCE1D3E22F82F78095824C7EB2F62A6DAD2492_il2cpp_TypeInfo_var)), L_10, (bool)1); V_3 = L_11; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = V_3; if (!(((RuntimeArray*)L_12)->max_length)) { goto IL_0057; } } IL_004c: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = V_3; int32_t L_14 = 0; RuntimeObject * L_15 = (L_13)->GetAtUnchecked(static_cast(L_14)); V_2 = ((SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC *)CastclassClass((RuntimeObject*)L_15, SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC_il2cpp_TypeInfo_var)); goto IL_0095; } IL_0057: { RuntimeObject * L_16 = ___reflectionObject0; if (!((Type_t *)IsInstClass((RuntimeObject*)L_16, Type_t_il2cpp_TypeInfo_var))) { goto IL_0067; } } IL_005f: { SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * L_17 = (SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B *)il2cpp_codegen_object_new(SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B_il2cpp_TypeInfo_var); SoapTypeAttribute__ctor_m0ED771486CD3416D173FCDE0F5027A810D6B4656(L_17, /*hidden argument*/NULL); V_2 = L_17; goto IL_0095; } IL_0067: { RuntimeObject * L_18 = ___reflectionObject0; if (!((FieldInfo_t *)IsInstClass((RuntimeObject*)L_18, FieldInfo_t_il2cpp_TypeInfo_var))) { goto IL_0077; } } IL_006f: { SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5 * L_19 = (SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5 *)il2cpp_codegen_object_new(SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5_il2cpp_TypeInfo_var); SoapFieldAttribute__ctor_m9D0C01D6CFE7066B16C7E9A6F03CFD3C4CA543F3(L_19, /*hidden argument*/NULL); V_2 = L_19; goto IL_0095; } IL_0077: { RuntimeObject * L_20 = ___reflectionObject0; if (!((MethodBase_t *)IsInstClass((RuntimeObject*)L_20, MethodBase_t_il2cpp_TypeInfo_var))) { goto IL_0087; } } IL_007f: { SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378 * L_21 = (SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378 *)il2cpp_codegen_object_new(SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378_il2cpp_TypeInfo_var); SoapMethodAttribute__ctor_mC458868D43E60133A829DF3927394ABCF522333D(L_21, /*hidden argument*/NULL); V_2 = L_21; goto IL_0095; } IL_0087: { RuntimeObject * L_22 = ___reflectionObject0; if (!((ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 *)IsInstClass((RuntimeObject*)L_22, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_il2cpp_TypeInfo_var))) { goto IL_0095; } } IL_008f: { SoapParameterAttribute_tCFE170A192E869148403954A6CF168AB40A9AAB3 * L_23 = (SoapParameterAttribute_tCFE170A192E869148403954A6CF168AB40A9AAB3 *)il2cpp_codegen_object_new(SoapParameterAttribute_tCFE170A192E869148403954A6CF168AB40A9AAB3_il2cpp_TypeInfo_var); SoapParameterAttribute__ctor_mE6C7E2F4F81BCACE78F1F8F5874A5DC8BAC5F386(L_23, /*hidden argument*/NULL); V_2 = L_23; } IL_0095: { SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC * L_24 = V_2; RuntimeObject * L_25 = ___reflectionObject0; VirtActionInvoker1< RuntimeObject * >::Invoke(6 /* System.Void System.Runtime.Remoting.Metadata.SoapAttribute::SetReflectionObject(System.Object) */, L_24, L_25); IL2CPP_RUNTIME_CLASS_INIT(InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_26 = ((InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_StaticFields*)il2cpp_codegen_static_fields_for(InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_il2cpp_TypeInfo_var))->get__soapAttributes_0(); RuntimeObject * L_27 = ___reflectionObject0; SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC * L_28 = V_2; VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_26, L_27, L_28); SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC * L_29 = V_2; V_4 = L_29; IL2CPP_LEAVE(0xB7, FINALLY_00ad); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ad; } FINALLY_00ad: { // begin finally (depth: 1) { bool L_30 = V_1; if (!L_30) { goto IL_00b6; } } IL_00b0: { RuntimeObject * L_31 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_31, /*hidden argument*/NULL); } IL_00b6: { IL2CPP_END_FINALLY(173) } } // end finally (depth: 1) IL2CPP_CLEANUP(173) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB7, IL_00b7) } IL_00b7: { SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC * L_32 = V_4; return L_32; } } // System.Void System.Runtime.Remoting.InternalRemotingServices::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalRemotingServices__cctor_m9156ACA22F7C7C72924E2382587BA7802345EA4D (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*)&InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_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); ((InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_StaticFields*)il2cpp_codegen_static_fields_for(InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_il2cpp_TypeInfo_var))->set__soapAttributes_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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Collections.Generic.InternalStringComparer::GetHashCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InternalStringComparer_GetHashCode_m6D2F84677B7A811962E298FFED79D657F9C74F01 (InternalStringComparer_t7669F097298BEFC7D84D480A5788A026C75D5E76 * __this, String_t* ___obj0, const RuntimeMethod* method) { { String_t* L_0 = ___obj0; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { String_t* L_1 = ___obj0; int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1); return L_2; } } // System.Boolean System.Collections.Generic.InternalStringComparer::Equals(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternalStringComparer_Equals_mE6C09C2200843E8CD0EB0B8BC700C14F3FDA3785 (InternalStringComparer_t7669F097298BEFC7D84D480A5788A026C75D5E76 * __this, String_t* ___x0, String_t* ___y1, const RuntimeMethod* method) { { String_t* L_0 = ___x0; if (L_0) { goto IL_0008; } } { String_t* L_1 = ___y1; return (bool)((((RuntimeObject*)(String_t*)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0008: { String_t* L_2 = ___x0; String_t* L_3 = ___y1; if ((!(((RuntimeObject*)(String_t*)L_2) == ((RuntimeObject*)(String_t*)L_3)))) { goto IL_000e; } } { return (bool)1; } IL_000e: { String_t* L_4 = ___x0; String_t* L_5 = ___y1; bool L_6; L_6 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Int32 System.Collections.Generic.InternalStringComparer::IndexOf(System.String[],System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InternalStringComparer_IndexOf_m6AF4B0CF4158811A407C9FD413E955B42A5479F2 (InternalStringComparer_t7669F097298BEFC7D84D480A5788A026C75D5E76 * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___array0, String_t* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___startIndex2; int32_t L_1 = ___count3; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___startIndex2; V_1 = L_2; goto IL_001e; } IL_0009: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = ___array0; int32_t L_4 = V_1; String_t* L_5; L_5 = IL2CPP_ARRAY_UNSAFE_LOAD(L_3, L_4); String_t* L_6 = ___value1; bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_001a; } } { int32_t L_8 = V_1; return L_8; } IL_001a: { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_001e: { int32_t L_10 = V_1; int32_t L_11 = V_0; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0009; } } { return (-1); } } // System.Void System.Collections.Generic.InternalStringComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalStringComparer__ctor_m1C71C5B4D8A042C51E5B833ECAF756BB1DE2F77E (InternalStringComparer_t7669F097298BEFC7D84D480A5788A026C75D5E76 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EqualityComparer_1__ctor_m74618204CE41A24AE325650C3E4FE6244A45285E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { EqualityComparer_1__ctor_m74618204CE41A24AE325650C3E4FE6244A45285E(__this, /*hidden argument*/EqualityComparer_1__ctor_m74618204CE41A24AE325650C3E4FE6244A45285E_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.InternalThread::Thread_free_internal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalThread_Thread_free_internal_m5F10D0160910A52FBD3F2D21C480868A65CFE32B (InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * __this, const RuntimeMethod* method) { typedef void (*InternalThread_Thread_free_internal_m5F10D0160910A52FBD3F2D21C480868A65CFE32B_ftn) (InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB *); using namespace il2cpp::icalls; ((InternalThread_Thread_free_internal_m5F10D0160910A52FBD3F2D21C480868A65CFE32B_ftn)mscorlib::System::Threading::InternalThread::Thread_free_internal) (__this); } // System.Void System.Threading.InternalThread::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalThread_Finalize_m4A94AF595BCE7F88B6570CCFB23910F1FB4852B2 (InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) InternalThread_Thread_free_internal_m5F10D0160910A52FBD3F2D21C480868A65CFE32B(__this, /*hidden argument*/NULL); IL2CPP_LEAVE(0xF, FINALLY_0008); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0008; } FINALLY_0008: { // begin finally (depth: 1) CriticalFinalizerObject_Finalize_m74EDAAC1806CF742F4016552520D67EB88606F72(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(8) } // end finally (depth: 1) IL2CPP_CLEANUP(8) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF, IL_000f) } IL_000f: { return; } } // System.Void System.Threading.InternalThread::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalThread__ctor_mDD70CB5384C918DA77B913FDCC005AB998F8204F (InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * __this, const RuntimeMethod* method) { { __this->set_priority_32(2); CriticalFinalizerObject__ctor_mB2B61C36ED7031FDCD35E835B7FB94CE326F67D9(__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.CompilerServices.InternalsVisibleToAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9 (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * __this, String_t* ___assemblyName0, const RuntimeMethod* method) { { __this->set__allInternalsVisible_1((bool)1); Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___assemblyName0; __this->set__assemblyName_0(L_0); return; } } // System.String System.Runtime.CompilerServices.InternalsVisibleToAttribute::get_AssemblyName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InternalsVisibleToAttribute_get_AssemblyName_m408ADE332E9C85495332A9FF1F3D4BED529D9AC0 (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__assemblyName_0(); return L_0; } } // System.Boolean System.Runtime.CompilerServices.InternalsVisibleToAttribute::get_AllInternalsVisible() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternalsVisibleToAttribute_get_AllInternalsVisible_m5D991EB3356B48EE621D6D01C8610A71A6AAE53B (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__allInternalsVisible_1(); return L_0; } } // System.Void System.Runtime.CompilerServices.InternalsVisibleToAttribute::set_AllInternalsVisible(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalsVisibleToAttribute_set_AllInternalsVisible_m8A2E202556185ADBB01D1AF437D1DF23BED94B2B (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set__allInternalsVisible_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Collections.Generic.IntrospectiveSortUtilities::FloorLog2(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntrospectiveSortUtilities_FloorLog2_m05ECB6CAC7A23087D9EC2C2A4DDCFE12272C3872 (int32_t ___n0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_000d; } IL_0004: { int32_t L_0 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); int32_t L_1 = ___n0; ___n0 = ((int32_t)((int32_t)L_1/(int32_t)2)); } IL_000d: { int32_t L_2 = ___n0; if ((((int32_t)L_2) >= ((int32_t)1))) { goto IL_0004; } } { int32_t L_3 = V_0; return L_3; } } // System.Void System.Collections.Generic.IntrospectiveSortUtilities::ThrowOrIgnoreBadComparer(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntrospectiveSortUtilities_ThrowOrIgnoreBadComparer_mE23A8103696FA67F874E7DA86625BB3921DB801F (RuntimeObject * ___comparer0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___comparer0; String_t* L_1; L_1 = SR_Format_m942E78AC3ABE13F58075ED90094D6074CA5A7DC8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0FB28D215F1C062EDB535A58AD8714B5A5FE4064)), L_0, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IntrospectiveSortUtilities_ThrowOrIgnoreBadComparer_mE23A8103696FA67F874E7DA86625BB3921DB801F_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.InvalidCastException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m76E962000488C3BEA2B6FC2F48B31FF1AEE32934 (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral55FDCED212E4C26AFF91CBAA9895070BAAF0F7C0); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteral55FDCED212E4C26AFF91CBAA9895070BAAF0F7C0, /*hidden argument*/NULL); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2147467262), /*hidden argument*/NULL); return; } } // System.Void System.InvalidCastException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3 (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * __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)-2147467262), /*hidden argument*/NULL); return; } } // System.Void System.InvalidCastException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_mFBBC789B4C416EC7F4418B69946A4F2B05671D63 (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * __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.Reflection.InvalidFilterCriteriaException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidFilterCriteriaException__ctor_mAE442AFB976459BD83362700AF73598ABF9E9ACD (InvalidFilterCriteriaException_t7F8507875D22356462784368747FCB7B80668DFB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4FC3C549837782A5788E2EB30172606D45C015EA); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteral4FC3C549837782A5788E2EB30172606D45C015EA, /*hidden argument*/NULL); ApplicationException__ctor_mF8E9704C91C2F1912909448E5BABFE9EC61D4E8F(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146232831), /*hidden argument*/NULL); return; } } // System.Void System.Reflection.InvalidFilterCriteriaException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidFilterCriteriaException__ctor_mAD8094AE04E77B234C2B87F5DD6DD7BBE9A4DD44 (InvalidFilterCriteriaException_t7F8507875D22356462784368747FCB7B80668DFB * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; ApplicationException__ctor_mF8E9704C91C2F1912909448E5BABFE9EC61D4E8F(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146232831), /*hidden argument*/NULL); return; } } // System.Void System.Reflection.InvalidFilterCriteriaException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidFilterCriteriaException__ctor_m878A09666475CBDEC0A41EFDFB3A8F796475AACE (InvalidFilterCriteriaException_t7F8507875D22356462784368747FCB7B80668DFB * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; ApplicationException__ctor_m8489B9FF0BD18C5B9F2F17F9122BC1DADBFF3456(__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.InvalidOperationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96 (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21, /*hidden argument*/NULL); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233079), /*hidden argument*/NULL); return; } } // 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) { { String_t* L_0 = ___message0; SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233079), /*hidden argument*/NULL); return; } } // System.Void System.InvalidOperationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m4A65916B1316FBF45ECDF1FF7FAC9E3CA30C112C (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { { 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)-2146233079), /*hidden argument*/NULL); return; } } // System.Void System.InvalidOperationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1F18709450BCA847F143F013E1EF227E21100E01 (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __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.InvalidProgramException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidProgramException__ctor_m684692203B1DAB23873CB7A8009B6D1381F254C0 (InvalidProgramException_tB6929930C57D6BA8D5E5D9E96E87FE8D55563814 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D85B11AF7884752A302043A40C6B66BC99F5F47); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteral2D85B11AF7884752A302043A40C6B66BC99F5F47, /*hidden argument*/NULL); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233030), /*hidden argument*/NULL); return; } } // System.Void System.InvalidProgramException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidProgramException__ctor_m0CC7BA9B2A7580DCAF804441EFA83F48FB94D321 (InvalidProgramException_tB6929930C57D6BA8D5E5D9E96E87FE8D55563814 * __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)-2146233030), /*hidden argument*/NULL); return; } } // System.Void System.InvalidProgramException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidProgramException__ctor_m8625F384AC4136461172A6DC4FD54077554F98A2 (InvalidProgramException_tB6929930C57D6BA8D5E5D9E96E87FE8D55563814 * __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.InvalidTimeZoneException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidTimeZoneException__ctor_mF89D515B84C47916FA07B7EFA41851CE35BB72E4 (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * __this, String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.InvalidTimeZoneException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidTimeZoneException__ctor_m635D30C4384618C91F1A90F410AF9D039E2BC660 (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.InvalidTimeZoneException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidTimeZoneException__ctor_mDF5A8D0A550910C9D4D03D45DCDB6A50096A6561 (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m0CD24092BF55B8EDE25AED989ACADB80298EF917(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.InvalidTimeZoneException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidTimeZoneException__ctor_m32C1B8AADB1E2DE1462EB26B4B9033BD97EB9BCA (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m0E9BEC861F6DBED197960E5BA23149543B1D7F5B(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.CompilerServices.IteratorStateMachineAttribute::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IteratorStateMachineAttribute__ctor_m019CD62C4E5301F55EDF4723107B608AE8F12481 (IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830 * __this, Type_t * ___stateMachineType0, const RuntimeMethod* method) { { Type_t * L_0 = ___stateMachineType0; StateMachineAttribute__ctor_mA49E1D792546B569ABCFA6020CEF92A96FC9A53A(__this, L_0, /*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.DateTime System.Globalization.JapaneseCalendar::get_MinSupportedDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 JapaneseCalendar_get_MinSupportedDateTime_m0543FED268C61F3C11EFA089001BBBCFE5939297 (JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ((JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_StaticFields*)il2cpp_codegen_static_fields_for(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var))->get_calendarMinValue_3(); return L_0; } } // System.DateTime System.Globalization.JapaneseCalendar::get_MaxSupportedDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 JapaneseCalendar_get_MaxSupportedDateTime_m27AF0D5FDB461749C4C3EA562DF8010AD355E06E (JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); return L_0; } } // System.Globalization.EraInfo[] System.Globalization.JapaneseCalendar::GetEraInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* JapaneseCalendar_GetEraInfo_m92FDC60ED14F225135757F026007773736DF38D6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02DA84B7CD437C95AD724885B70A95AB7C123D66); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0ABBCBCBE6D61ABDA4C58F24B76E0809F7C8B425); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral410E5346BCA8EE150FFD507311DD85789F2E171E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B18F301A198B83778B5E546729B0539A0D4E758); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D4F8700F9EB6333C641652D5CA5BBA5C1DA439D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB010D9172FA381F9EE880A6B708AE643F7DFCB9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE4070C451A0A109AED4F5FEF290151D81E9D994); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC649959E2B5580AD0EB47269D509656C1802B825); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA1CB91A0DDBD65029B717FF563D0C4296273DEC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2CD26F262C419B475652B233D137CE8376B61AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var); EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_0 = ((JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_StaticFields*)il2cpp_codegen_static_fields_for(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var))->get_japaneseEraInfo_4(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_00d3; } } { IL2CPP_RUNTIME_CLASS_INIT(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var); EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_1; L_1 = JapaneseCalendar_GetErasFromRegistry_m1D2537098F4AEEE0A4C7210A3FA48DEEBE130E71(/*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_StaticFields*)il2cpp_codegen_static_fields_for(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var))->set_japaneseEraInfo_4(L_1); EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_2 = ((JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_StaticFields*)il2cpp_codegen_static_fields_for(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var))->get_japaneseEraInfo_4(); il2cpp_codegen_memory_barrier(); if (L_2) { goto IL_00d3; } } { EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_3 = (EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A*)(EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A*)SZArrayNew(EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A_il2cpp_TypeInfo_var, (uint32_t)4); EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_4 = L_3; EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD * L_5 = (EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD *)il2cpp_codegen_object_new(EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD_il2cpp_TypeInfo_var); EraInfo__ctor_m97A16A71802DAB1D8F942DFAF645D30167F429A2(L_5, 4, ((int32_t)1989), 1, 8, ((int32_t)1988), 1, ((int32_t)8011), _stringLiteralC649959E2B5580AD0EB47269D509656C1802B825, _stringLiteral7D4F8700F9EB6333C641652D5CA5BBA5C1DA439D, _stringLiteral410E5346BCA8EE150FFD507311DD85789F2E171E, /*hidden argument*/NULL); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAtUnchecked(static_cast(0), (EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD *)L_5); EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_6 = L_4; EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD * L_7 = (EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD *)il2cpp_codegen_object_new(EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD_il2cpp_TypeInfo_var); EraInfo__ctor_m97A16A71802DAB1D8F942DFAF645D30167F429A2(L_7, 3, ((int32_t)1926), ((int32_t)12), ((int32_t)25), ((int32_t)1925), 1, ((int32_t)64), _stringLiteral02DA84B7CD437C95AD724885B70A95AB7C123D66, _stringLiteral0ABBCBCBE6D61ABDA4C58F24B76E0809F7C8B425, _stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10, /*hidden argument*/NULL); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAtUnchecked(static_cast(1), (EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD *)L_7); EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_8 = L_6; EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD * L_9 = (EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD *)il2cpp_codegen_object_new(EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD_il2cpp_TypeInfo_var); EraInfo__ctor_m97A16A71802DAB1D8F942DFAF645D30167F429A2(L_9, 2, ((int32_t)1912), 7, ((int32_t)30), ((int32_t)1911), 1, ((int32_t)15), _stringLiteralAE4070C451A0A109AED4F5FEF290151D81E9D994, _stringLiteralCA1CB91A0DDBD65029B717FF563D0C4296273DEC, _stringLiteral7B18F301A198B83778B5E546729B0539A0D4E758, /*hidden argument*/NULL); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAtUnchecked(static_cast(2), (EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD *)L_9); EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_10 = L_8; EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD * L_11 = (EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD *)il2cpp_codegen_object_new(EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD_il2cpp_TypeInfo_var); EraInfo__ctor_m97A16A71802DAB1D8F942DFAF645D30167F429A2(L_11, 1, ((int32_t)1868), 1, 1, ((int32_t)1867), 1, ((int32_t)45), _stringLiteralD2CD26F262C419B475652B233D137CE8376B61AE, _stringLiteralAB010D9172FA381F9EE880A6B708AE643F7DFCB9, _stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17, /*hidden argument*/NULL); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAtUnchecked(static_cast(3), (EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD *)L_11); IL2CPP_RUNTIME_CLASS_INIT(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_StaticFields*)il2cpp_codegen_static_fields_for(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var))->set_japaneseEraInfo_4(L_10); } IL_00d3: { IL2CPP_RUNTIME_CLASS_INIT(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var); EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_12 = ((JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_StaticFields*)il2cpp_codegen_static_fields_for(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var))->get_japaneseEraInfo_4(); il2cpp_codegen_memory_barrier(); return L_12; } } // System.Globalization.EraInfo[] System.Globalization.JapaneseCalendar::GetErasFromRegistry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* JapaneseCalendar_GetErasFromRegistry_m1D2537098F4AEEE0A4C7210A3FA48DEEBE130E71 (const RuntimeMethod* method) { { return (EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A*)NULL; } } // System.Globalization.Calendar System.Globalization.JapaneseCalendar::GetDefaultInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * JapaneseCalendar_GetDefaultInstance_m8A9025FE4F9034F49C2C7EF2C15D8B17B64FC7F9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var); Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * L_0 = ((JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_StaticFields*)il2cpp_codegen_static_fields_for(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var))->get_s_defaultInstance_5(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_0015; } } { JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 * L_1 = (JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 *)il2cpp_codegen_object_new(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var); JapaneseCalendar__ctor_mA9DACAB41CDB08D2C4FEE758A6D6F814D262576E(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_StaticFields*)il2cpp_codegen_static_fields_for(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var))->set_s_defaultInstance_5(L_1); } IL_0015: { IL2CPP_RUNTIME_CLASS_INIT(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var); Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * L_2 = ((JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_StaticFields*)il2cpp_codegen_static_fields_for(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var))->get_s_defaultInstance_5(); il2cpp_codegen_memory_barrier(); return L_2; } } // System.Void System.Globalization.JapaneseCalendar::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JapaneseCalendar__ctor_mA9DACAB41CDB08D2C4FEE758A6D6F814D262576E (JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 * __this, 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*)&GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DF54E9FB641DBA4B94F96FF3454CDAD9970E6C8); s_Il2CppMethodInitialized = true; } ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { Calendar__ctor_m47E3F85BE41EAA1FB9D82DA56647EF6481CF6EAD(__this, /*hidden argument*/NULL); } IL_0006: try { // begin try (depth: 1) CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)il2cpp_codegen_object_new(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo__ctor_m0571D491E0A491EB03A3645B5965511AC0B5DFD7(L_0, _stringLiteral9DF54E9FB641DBA4B94F96FF3454CDAD9970E6C8, /*hidden argument*/NULL); goto IL_0026; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0013; } throw e; } CATCH_0013: { // begin catch(System.ArgumentException) V_0 = ((ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_1); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = V_0; TypeInitializationException_tFBB52C455ED2509387E598E8C0877D464B6EC7B8 * L_4 = (TypeInitializationException_tFBB52C455ED2509387E598E8C0877D464B6EC7B8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeInitializationException_tFBB52C455ED2509387E598E8C0877D464B6EC7B8_il2cpp_TypeInfo_var))); TypeInitializationException__ctor_mC09699699FB8A4F28AADA5C63848ECB3F87E2FB5(L_4, L_2, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JapaneseCalendar__ctor_mA9DACAB41CDB08D2C4FEE758A6D6F814D262576E_RuntimeMethod_var))); } // end catch (depth: 1) IL_0026: { IL2CPP_RUNTIME_CLASS_INIT(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var); EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_5; L_5 = JapaneseCalendar_GetEraInfo_m92FDC60ED14F225135757F026007773736DF38D6(/*hidden argument*/NULL); GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_6 = (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 *)il2cpp_codegen_object_new(GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_il2cpp_TypeInfo_var); GregorianCalendarHelper__ctor_mA20BA428607ABCC2B7E0B7589A2727A6D39B4417(L_6, __this, L_5, /*hidden argument*/NULL); __this->set_helper_6(L_6); return; } } // System.Int32 System.Globalization.JapaneseCalendar::get_ID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JapaneseCalendar_get_ID_mEEDA6AFE9B13B14B6297DAAF0233136518227FE9 (JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 * __this, const RuntimeMethod* method) { { return 3; } } // System.Int32 System.Globalization.JapaneseCalendar::GetDaysInMonth(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JapaneseCalendar_GetDaysInMonth_mFCFB8F7FE1E3E5BDEE60F72E84A43BF73B360FD3 (JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 * __this, int32_t ___year0, int32_t ___month1, int32_t ___era2, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_6(); int32_t L_1 = ___year0; int32_t L_2 = ___month1; int32_t L_3 = ___era2; int32_t L_4; L_4 = GregorianCalendarHelper_GetDaysInMonth_m3C3346A69DD4B0340A8843365A8A79019D1FC02C(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 System.Globalization.JapaneseCalendar::GetDaysInYear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JapaneseCalendar_GetDaysInYear_mA1ECAB411CBCF21C3DC821B8C5630FEBA4F3AADF (JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 * __this, int32_t ___year0, int32_t ___era1, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_6(); int32_t L_1 = ___year0; int32_t L_2 = ___era1; int32_t L_3; L_3 = GregorianCalendarHelper_GetDaysInYear_m420F069CAEECF1B00DCF044B739F18C8DCB66AAD(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.Globalization.JapaneseCalendar::GetDayOfMonth(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JapaneseCalendar_GetDayOfMonth_m06185129B4A64D3FF2CC6D54A5A8E87971EFE638 (JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_6(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___time0; int32_t L_2; L_2 = GregorianCalendarHelper_GetDayOfMonth_mB84A8BCAC7BFBFCE7FCC495384F0130FCAA564E4(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.DayOfWeek System.Globalization.JapaneseCalendar::GetDayOfWeek(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JapaneseCalendar_GetDayOfWeek_mBBD4035DC004CC47791F60ACE0BD9837119BE02F (JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_6(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___time0; int32_t L_2; L_2 = GregorianCalendarHelper_GetDayOfWeek_m1BF3F3019DD8C5B77530ED8CC8D3C1C4B3880B73(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Globalization.JapaneseCalendar::GetMonthsInYear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JapaneseCalendar_GetMonthsInYear_mA3F41C6E45F1A169D61F11793A8E7D009B35B593 (JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 * __this, int32_t ___year0, int32_t ___era1, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_6(); int32_t L_1 = ___year0; int32_t L_2 = ___era1; int32_t L_3; L_3 = GregorianCalendarHelper_GetMonthsInYear_m76A565F51AE3478044D72FD41CEDA3D9317C6E70(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.Globalization.JapaneseCalendar::GetEra(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JapaneseCalendar_GetEra_m1256117E0BC35226F9CEA913AA1DEE70FCD313B0 (JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_6(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___time0; int32_t L_2; L_2 = GregorianCalendarHelper_GetEra_m0835BBC2AD61809E2E0A08C8141504D7BEF646C7(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Globalization.JapaneseCalendar::GetMonth(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JapaneseCalendar_GetMonth_mEC894582AA51441B7F69D635EAC842A02D50CA02 (JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_6(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___time0; int32_t L_2; L_2 = GregorianCalendarHelper_GetMonth_m64F622A332B13336A741E7D12CE2463E8B686EDE(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Globalization.JapaneseCalendar::GetYear(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JapaneseCalendar_GetYear_mBC679D65C97DF99AEE68764C771300B3B00376F3 (JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_6(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___time0; int32_t L_2; L_2 = GregorianCalendarHelper_GetYear_m44399F1087967FA42CD6F1D238A9921DBA3627B0(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Globalization.JapaneseCalendar::IsLeapYear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JapaneseCalendar_IsLeapYear_m23AAC837B104B8EF4381161782E43B32D701CDA5 (JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 * __this, int32_t ___year0, int32_t ___era1, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_6(); int32_t L_1 = ___year0; int32_t L_2 = ___era1; bool L_3; L_3 = GregorianCalendarHelper_IsLeapYear_mED7D5688E213906F25B45C69BEE45F0152121CCB(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.DateTime System.Globalization.JapaneseCalendar::ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 JapaneseCalendar_ToDateTime_m6D3021A7645405389F5B56F975905CC05BDB5673 (JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, int32_t ___era7, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_6(); int32_t L_1 = ___year0; int32_t L_2 = ___month1; int32_t L_3 = ___day2; int32_t L_4 = ___hour3; int32_t L_5 = ___minute4; int32_t L_6 = ___second5; int32_t L_7 = ___millisecond6; int32_t L_8 = ___era7; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_9; L_9 = GregorianCalendarHelper_ToDateTime_m8856A497F14D31D3F5BB45B9F7090ABE6441C440(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Int32 System.Globalization.JapaneseCalendar::ToFourDigitYear(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JapaneseCalendar_ToFourDigitYear_mBCA77ED0AF23325D6D1AEE6E5E51A30837BB2AAD (JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 * __this, int32_t ___year0, const RuntimeMethod* method) { { int32_t L_0 = ___year0; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0019; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC80EAF7D556B35E97D7BD4261C87B1BF066A0221)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1DEDCD1168FE0A01C595FF5B7901D1C14F15F786)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JapaneseCalendar_ToFourDigitYear_mBCA77ED0AF23325D6D1AEE6E5E51A30837BB2AAD_RuntimeMethod_var))); } IL_0019: { int32_t L_3 = ___year0; GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_4 = __this->get_helper_6(); int32_t L_5; L_5 = GregorianCalendarHelper_get_MaxYear_mB6FF38BDEC7038683810833DC97C1B43E654838E_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)L_5))) { goto IL_005c; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_7; L_7 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB6B67D4653121AE0F63EE256975A0DBD0FAF6B1)), /*hidden argument*/NULL); int32_t L_8 = 1; RuntimeObject * L_9 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_8); GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_10 = __this->get_helper_6(); int32_t L_11; L_11 = GregorianCalendarHelper_get_MaxYear_mB6FF38BDEC7038683810833DC97C1B43E654838E_inline(L_10, /*hidden argument*/NULL); int32_t L_12 = L_11; RuntimeObject * L_13 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_12); String_t* L_14; L_14 = String_Format_m8892FAD3E9F1E11E6176840DC1EA0C40DF1F0C2B(L_6, L_7, L_9, L_13, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_15 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1DEDCD1168FE0A01C595FF5B7901D1C14F15F786)), L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JapaneseCalendar_ToFourDigitYear_mBCA77ED0AF23325D6D1AEE6E5E51A30837BB2AAD_RuntimeMethod_var))); } IL_005c: { int32_t L_16 = ___year0; return L_16; } } // System.Int32[] System.Globalization.JapaneseCalendar::get_Eras() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* JapaneseCalendar_get_Eras_m4536FFE3DFA04DB1EB306687DDAE0A0A85497541 (JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 * __this, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1; L_1 = GregorianCalendarHelper_get_Eras_mAB955309D5D6FF1DF4BE01044E68270E31985849(L_0, /*hidden argument*/NULL); return L_1; } } // System.String[] System.Globalization.JapaneseCalendar::EraNames() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* JapaneseCalendar_EraNames_mBB679264567E6E5A28F405DAFFA1E644B8B466F5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; int32_t V_2 = 0; { IL2CPP_RUNTIME_CLASS_INIT(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var); EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_0; L_0 = JapaneseCalendar_GetEraInfo_m92FDC60ED14F225135757F026007773736DF38D6(/*hidden argument*/NULL); V_0 = L_0; EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_1 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))); V_1 = L_2; V_2 = 0; goto IL_0028; } IL_0013: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = V_1; int32_t L_4 = V_2; EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_5 = V_0; EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_6 = V_0; int32_t L_7 = V_2; int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)), (int32_t)1)); EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD * L_9 = (L_5)->GetAtUnchecked(static_cast(L_8)); String_t* L_10 = L_9->get_eraName_5(); ArrayElementTypeCheck (L_3, L_10); (L_3)->SetAtUnchecked(static_cast(L_4), (String_t*)L_10); int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0028: { int32_t L_12 = V_2; EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))) { goto IL_0013; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = V_1; return L_14; } } // System.String[] System.Globalization.JapaneseCalendar::AbbrevEraNames() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* JapaneseCalendar_AbbrevEraNames_m59797786323212AAF463A000026BDC0DBA59D894 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; int32_t V_2 = 0; { IL2CPP_RUNTIME_CLASS_INIT(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var); EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_0; L_0 = JapaneseCalendar_GetEraInfo_m92FDC60ED14F225135757F026007773736DF38D6(/*hidden argument*/NULL); V_0 = L_0; EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_1 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))); V_1 = L_2; V_2 = 0; goto IL_0028; } IL_0013: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = V_1; int32_t L_4 = V_2; EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_5 = V_0; EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_6 = V_0; int32_t L_7 = V_2; int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)), (int32_t)1)); EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD * L_9 = (L_5)->GetAtUnchecked(static_cast(L_8)); String_t* L_10 = L_9->get_abbrevEraName_6(); ArrayElementTypeCheck (L_3, L_10); (L_3)->SetAtUnchecked(static_cast(L_4), (String_t*)L_10); int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0028: { int32_t L_12 = V_2; EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))) { goto IL_0013; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = V_1; return L_14; } } // System.String[] System.Globalization.JapaneseCalendar::EnglishEraNames() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* JapaneseCalendar_EnglishEraNames_m047F571AE172163CCA38508F4F9F756B6585D6A4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; int32_t V_2 = 0; { IL2CPP_RUNTIME_CLASS_INIT(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var); EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_0; L_0 = JapaneseCalendar_GetEraInfo_m92FDC60ED14F225135757F026007773736DF38D6(/*hidden argument*/NULL); V_0 = L_0; EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_1 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))); V_1 = L_2; V_2 = 0; goto IL_0028; } IL_0013: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = V_1; int32_t L_4 = V_2; EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_5 = V_0; EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_6 = V_0; int32_t L_7 = V_2; int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)), (int32_t)1)); EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD * L_9 = (L_5)->GetAtUnchecked(static_cast(L_8)); String_t* L_10 = L_9->get_englishEraName_7(); ArrayElementTypeCheck (L_3, L_10); (L_3)->SetAtUnchecked(static_cast(L_4), (String_t*)L_10); int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0028: { int32_t L_12 = V_2; EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))) { goto IL_0013; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = V_1; return L_14; } } // System.Boolean System.Globalization.JapaneseCalendar::IsValidYear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JapaneseCalendar_IsValidYear_mCECA8857B673580192D4A2C0B9D5D314D2039FB7 (JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 * __this, int32_t ___year0, int32_t ___era1, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_6(); int32_t L_1 = ___year0; int32_t L_2 = ___era1; bool L_3; L_3 = GregorianCalendarHelper_IsValidYear_m3C89784630B22B41AFA983EF6CD4CC9A127F4BA2(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.Globalization.JapaneseCalendar::get_TwoDigitYearMax() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JapaneseCalendar_get_TwoDigitYearMax_m2F31FDF62838A2CDD4DC157CABED520212A4B9BD (JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360 * __this, const RuntimeMethod* method) { { int32_t L_0 = ((Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A *)__this)->get_twoDigitYearMax_2(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_001c; } } { int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Globalization.Calendar::get_ID() */, __this); int32_t L_2; L_2 = Calendar_GetSystemTwoDigitYearSetting_mF12E6A472DAC24009E72B4B95CF451F80CCB1CD8(L_1, ((int32_t)99), /*hidden argument*/NULL); ((Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A *)__this)->set_twoDigitYearMax_2(L_2); } IL_001c: { int32_t L_3 = ((Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A *)__this)->get_twoDigitYearMax_2(); return L_3; } } // System.Void System.Globalization.JapaneseCalendar::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JapaneseCalendar__cctor_mD6F1F7DCB26E748EE054A547B1587D27995DD4FC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0; memset((&L_0), 0, sizeof(L_0)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_0), ((int32_t)1868), ((int32_t)9), 8, /*hidden argument*/NULL); ((JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_StaticFields*)il2cpp_codegen_static_fields_for(JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_il2cpp_TypeInfo_var))->set_calendarMinValue_3(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.KeyHandler::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHandler__cctor_m64370DC692C788F496FD97D8DF928152E3CCFC7B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegistryKeyComparer_t76F1E0DB03CDF4EBDC550475175DB5068DA97AD3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RegistryKeyComparer_t76F1E0DB03CDF4EBDC550475175DB5068DA97AD3 * L_0 = (RegistryKeyComparer_t76F1E0DB03CDF4EBDC550475175DB5068DA97AD3 *)il2cpp_codegen_object_new(RegistryKeyComparer_t76F1E0DB03CDF4EBDC550475175DB5068DA97AD3_il2cpp_TypeInfo_var); RegistryKeyComparer__ctor_m741A684E5DCC9A98C83BB2570354B23151C8891A(L_0, /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m112ADCD5297836A75FD5BFB576F7B14174FCC802(L_1, L_0, /*hidden argument*/NULL); ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->set_key_to_handler_0(L_1); CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA * L_2 = (CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA *)il2cpp_codegen_object_new(CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA_il2cpp_TypeInfo_var); CaseInsensitiveHashCodeProvider__ctor_m4C2502D5DFE2F58D5BAF2699B820CD07C4F697E0(L_2, /*hidden argument*/NULL); CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C * L_3 = (CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C *)il2cpp_codegen_object_new(CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C_il2cpp_TypeInfo_var); CaseInsensitiveComparer__ctor_m305B7AD77730615623A49F8CB3AB72AC73840946(L_3, /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m56CD4A49150FB5437F4119FA77DA969492A5D5B9(L_4, L_2, L_3, /*hidden argument*/NULL); ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->set_dir_to_handler_1(L_4); KeyHandler_CleanVolatileKeys_mE51BDFAFA40919E5789E0B804672D19BDD39E2A0(/*hidden argument*/NULL); return; } } // System.Void Microsoft.Win32.KeyHandler::.ctor(Microsoft.Win32.RegistryKey,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHandler__ctor_m3A30BC8C378416C319638CF86BF9BEE0BE3C8327 (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * __this, RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___rkey0, String_t* ___basedir1, const RuntimeMethod* method) { { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_0 = ___rkey0; String_t* L_1 = ___basedir1; KeyHandler__ctor_m15002A9704BD4ECA9774C8010E5178F537471105(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void Microsoft.Win32.KeyHandler::.ctor(Microsoft.Win32.RegistryKey,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHandler__ctor_m15002A9704BD4ECA9774C8010E5178F537471105 (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * __this, RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___rkey0, String_t* ___basedir1, bool ___is_volatile2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC2DA0E95D743D5D3DAD75D2465742849B7F9745); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; UnauthorizedAccessException_t737F79AE4901C68E935CD553A20978CEEF44F333 * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___basedir1; IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); String_t* L_1; L_1 = KeyHandler_GetVolatileDir_mDC52231BF51A3D12E014B3C740454ABAA527EF4D(L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ___basedir1; V_1 = L_2; String_t* L_3 = ___basedir1; bool L_4; L_4 = Directory_Exists_m17E38B91F6D9A0064D614FF2237BBFC0127468FE(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001c; } } { ___is_volatile2 = (bool)0; goto IL_0030; } IL_001c: { String_t* L_5 = V_0; bool L_6; L_6 = Directory_Exists_m17E38B91F6D9A0064D614FF2237BBFC0127468FE(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002b; } } { String_t* L_7 = V_0; V_1 = L_7; ___is_volatile2 = (bool)1; goto IL_0030; } IL_002b: { bool L_8 = ___is_volatile2; if (!L_8) { goto IL_0030; } } { String_t* L_9 = V_0; V_1 = L_9; } IL_0030: { String_t* L_10 = V_1; bool L_11; L_11 = Directory_Exists_m17E38B91F6D9A0064D614FF2237BBFC0127468FE(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_004e; } } IL_0038: try { // begin try (depth: 1) String_t* L_12 = V_1; DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * L_13; L_13 = Directory_CreateDirectory_m38040338519C48CE52137CC146372A153D5C6A7A(L_12, /*hidden argument*/NULL); goto IL_004e; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnauthorizedAccessException_t737F79AE4901C68E935CD553A20978CEEF44F333_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0041; } throw e; } CATCH_0041: { // begin catch(System.UnauthorizedAccessException) V_2 = ((UnauthorizedAccessException_t737F79AE4901C68E935CD553A20978CEEF44F333 *)IL2CPP_GET_ACTIVE_EXCEPTION(UnauthorizedAccessException_t737F79AE4901C68E935CD553A20978CEEF44F333 *)); UnauthorizedAccessException_t737F79AE4901C68E935CD553A20978CEEF44F333 * L_14 = V_2; SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 * L_15 = (SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769_il2cpp_TypeInfo_var))); SecurityException__ctor_mA25DA92C16205AC3604A7E0E95B4A9CD8A1DD183(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral508704EF2774BEFB6457815F68231E2699621DCA)), L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyHandler__ctor_m15002A9704BD4ECA9774C8010E5178F537471105_RuntimeMethod_var))); } // end catch (depth: 1) IL_004e: { String_t* L_16 = ___basedir1; __this->set_Dir_2(L_16); String_t* L_17 = V_1; __this->set_ActualDir_3(L_17); bool L_18 = ___is_volatile2; __this->set_IsVolatile_4(L_18); String_t* L_19 = __this->get_ActualDir_3(); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_20; L_20 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_19, _stringLiteralDC2DA0E95D743D5D3DAD75D2465742849B7F9745, /*hidden argument*/NULL); __this->set_file_6(L_20); KeyHandler_Load_mA57751CABC80C9B1DE73DFB04750764D3EFFECA6(__this, /*hidden argument*/NULL); return; } } // System.Void Microsoft.Win32.KeyHandler::Load() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHandler_Load_mA57751CABC80C9B1DE73DFB04750764D3EFFECA6 (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * __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*)&SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBFED6DEA5A92748E7B7A0A236B4FBA1EFEF38C6); s_Il2CppMethodInitialized = true; } FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * V_0 = NULL; String_t* V_1 = NULL; SecurityElement_tB9682077760936136392270197F642224B2141CC * V_2 = NULL; RuntimeObject* V_3 = NULL; SecurityElement_tB9682077760936136392270197F642224B2141CC * V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { 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_values_5(L_0); String_t* L_1 = __this->get_file_6(); bool L_2; L_2 = File_Exists_mDAEBF2732BC830270FD98346F069B04E97BB1D5B(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0019; } } { return; } IL_0019: { } IL_001a: try { // begin try (depth: 1) { String_t* L_3 = __this->get_file_6(); FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_4; L_4 = File_OpenRead_m1D51CE0C5E960271D955F49EDF68EABF60E4DF6B(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0026: try { // begin try (depth: 2) { FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_5 = V_0; StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_6 = (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 *)il2cpp_codegen_object_new(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); StreamReader__ctor_m0F256281F982E077C73A4C297F1301026A3C2905(L_6, L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.IO.TextReader::ReadToEnd() */, L_6); V_1 = L_7; String_t* L_8 = V_1; int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_003f; } } IL_003a: { IL2CPP_LEAVE(0xFF, FINALLY_00b6); } IL_003f: { String_t* L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_11; L_11 = SecurityElement_FromString_mFED413AFB9DB1AA2AD81387C85230F368FD27990(L_10, /*hidden argument*/NULL); V_2 = L_11; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_12 = V_2; String_t* L_13; L_13 = SecurityElement_get_Tag_m8BA00994A828B53D54AE63E3E8462E3DF37614BD_inline(L_12, /*hidden argument*/NULL); bool L_14; L_14 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_13, _stringLiteralFBFED6DEA5A92748E7B7A0A236B4FBA1EFEF38C6, /*hidden argument*/NULL); if (!L_14) { goto IL_00b4; } } IL_0058: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_15 = V_2; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_16; L_16 = SecurityElement_get_Children_m0A791499F680EA728013F3B967C338E7A1FD982C_inline(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00b4; } } IL_0060: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_17 = V_2; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_18; L_18 = SecurityElement_get_Children_m0A791499F680EA728013F3B967C338E7A1FD982C_inline(L_17, /*hidden argument*/NULL); RuntimeObject* L_19; L_19 = VirtFuncInvoker0< RuntimeObject* >::Invoke(30 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_18); V_3 = L_19; } IL_006c: try { // begin try (depth: 3) { goto IL_0096; } IL_006e: { RuntimeObject* L_20 = V_3; RuntimeObject * L_21; L_21 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_20); V_4 = ((SecurityElement_tB9682077760936136392270197F642224B2141CC *)CastclassSealed((RuntimeObject*)L_21, SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var)); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_22 = V_4; String_t* L_23; L_23 = SecurityElement_get_Tag_m8BA00994A828B53D54AE63E3E8462E3DF37614BD_inline(L_22, /*hidden argument*/NULL); bool L_24; L_24 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_23, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, /*hidden argument*/NULL); if (!L_24) { goto IL_0096; } } IL_008e: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_25 = V_4; KeyHandler_LoadKey_m88343D0566EDC5D93DB623C62FBFA393A085A480(__this, L_25, /*hidden argument*/NULL); } IL_0096: { RuntimeObject* L_26 = V_3; bool L_27; L_27 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_26); if (L_27) { goto IL_006e; } } IL_009e: { IL2CPP_LEAVE(0xB4, FINALLY_00a0); } } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a0; } FINALLY_00a0: { // begin finally (depth: 3) { RuntimeObject* L_28 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_28, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_29 = V_5; if (!L_29) { goto IL_00b3; } } IL_00ac: { RuntimeObject* L_30 = V_5; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_30); } IL_00b3: { IL2CPP_END_FINALLY(160) } } // end finally (depth: 3) IL2CPP_CLEANUP(160) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB4, IL_00b4) } IL_00b4: { IL2CPP_LEAVE(0xC0, FINALLY_00b6); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b6; } FINALLY_00b6: { // begin finally (depth: 2) { FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_31 = V_0; if (!L_31) { goto IL_00bf; } } IL_00b9: { FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_32 = V_0; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_32); } IL_00bf: { IL2CPP_END_FINALLY(182) } } // end finally (depth: 2) IL2CPP_CLEANUP(182) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xFF, IL_00ff) IL2CPP_JUMP_TBL(0xC0, IL_00c0) } IL_00c0: { goto IL_00ff; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnauthorizedAccessException_t737F79AE4901C68E935CD553A20978CEEF44F333_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00c2; } 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_00d9; } throw e; } CATCH_00c2: { // begin catch(System.UnauthorizedAccessException) Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_33 = __this->get_values_5(); VirtActionInvoker0::Invoke(15 /* System.Void System.Collections.Hashtable::Clear() */, L_33); SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 * L_34 = (SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769_il2cpp_TypeInfo_var))); SecurityException__ctor_m39346891F8B7D834F4727854EC95B5C04CEC6AA5(L_34, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral508704EF2774BEFB6457815F68231E2699621DCA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyHandler_Load_mA57751CABC80C9B1DE73DFB04750764D3EFFECA6_RuntimeMethod_var))); } // end catch (depth: 1) CATCH_00d9: { // begin catch(System.Exception) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var))); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_35; L_35 = Console_get_Error_m5AEEF41258FBC9771DABB271B89A0F8ED43DDA5E_inline(/*hidden argument*/NULL); String_t* L_36 = __this->get_file_6(); Exception_t * L_37 = V_6; VirtActionInvoker3< String_t*, RuntimeObject *, RuntimeObject * >::Invoke(19 /* System.Void System.IO.TextWriter::WriteLine(System.String,System.Object,System.Object) */, L_35, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3C019CDBFD23A922413A8EDCCB32728A3FBB059D)), L_36, L_37); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_38 = __this->get_values_5(); VirtActionInvoker0::Invoke(15 /* System.Void System.Collections.Hashtable::Clear() */, L_38); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00ff; } // end catch (depth: 1) IL_00ff: { return; } } // System.Void Microsoft.Win32.KeyHandler::LoadKey(System.Security.SecurityElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHandler_LoadKey_m88343D0566EDC5D93DB623C62FBFA393A085A480 (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * __this, SecurityElement_tB9682077760936136392270197F642224B2141CC * ___se0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpandString_t9106B59E06E44175F3056DE2461ECAA5E4F95230_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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m94163AE84EBF9A1F7483014A8E9906BD93D9EBDB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_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*)&_stringLiteral0BA8CB3B900ECEF5E697192B8CDA6B626EB0CE72); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1380B0EEABE4437025A90EEED5792DACA9B5F0A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F1705A1AA8BA6FCE863E7F2CBA4BC28458C77AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C46076BF9A73399F28AE8B09A745F1A5029A324); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BF5178642E8A4A1CD696E9677A84D48F7265266); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE0FBBCDFF81053C9AD5CAA6E722EA0A5C3FA40E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7); s_Il2CppMethodInitialized = true; } Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_3 = NULL; RuntimeObject* V_4 = NULL; SecurityElement_tB9682077760936136392270197F642224B2141CC * V_5 = NULL; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; String_t* G_B16_0 = NULL; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * G_B16_1 = NULL; String_t* G_B15_0 = NULL; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * G_B15_1 = NULL; String_t* G_B17_0 = NULL; String_t* G_B17_1 = NULL; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * G_B17_2 = NULL; { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_0 = ___se0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1; L_1 = SecurityElement_get_Attributes_mA467F06D4325F864B5C503F8D0B2B9F388F308F5(L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_0007: try { // begin try (depth: 1) { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = V_0; RuntimeObject * L_3; L_3 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)); String_t* L_4 = V_1; if (L_4) { goto IL_0020; } } IL_001b: { goto IL_01a1; } IL_0020: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_5 = V_0; RuntimeObject * L_6; L_6 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_5, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7); V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)); String_t* L_7 = V_2; if (L_7) { goto IL_0039; } } IL_0034: { goto IL_01a1; } IL_0039: { String_t* L_8 = V_2; bool L_9; L_9 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, _stringLiteral0BA8CB3B900ECEF5E697192B8CDA6B626EB0CE72, /*hidden argument*/NULL); if (L_9) { goto IL_0095; } } IL_0046: { String_t* L_10 = V_2; bool L_11; L_11 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_10, _stringLiteralDE0FBBCDFF81053C9AD5CAA6E722EA0A5C3FA40E, /*hidden argument*/NULL); if (L_11) { goto IL_00b6; } } IL_0053: { String_t* L_12 = V_2; bool L_13; L_13 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_12, _stringLiteral2F1705A1AA8BA6FCE863E7F2CBA4BC28458C77AE, /*hidden argument*/NULL); if (L_13) { goto IL_00d2; } } IL_0060: { String_t* L_14 = V_2; bool L_15; L_15 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_14, _stringLiteral1380B0EEABE4437025A90EEED5792DACA9B5F0A0, /*hidden argument*/NULL); if (L_15) { goto IL_00f8; } } IL_0070: { String_t* L_16 = V_2; bool L_17; L_17 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_16, _stringLiteral7BF5178642E8A4A1CD696E9677A84D48F7265266, /*hidden argument*/NULL); if (L_17) { goto IL_0114; } } IL_0080: { String_t* L_18 = V_2; bool L_19; L_19 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_18, _stringLiteral4C46076BF9A73399F28AE8B09A745F1A5029A324, /*hidden argument*/NULL); if (L_19) { goto IL_0132; } } IL_0090: { goto IL_019c; } IL_0095: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_20 = __this->get_values_5(); String_t* L_21 = V_1; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_22 = ___se0; String_t* L_23; L_23 = SecurityElement_get_Text_mBC8D68ED46B1E3677EDF7CE379AC12BF5834C08F_inline(L_22, /*hidden argument*/NULL); int32_t L_24; L_24 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_23, /*hidden argument*/NULL); int32_t L_25 = L_24; RuntimeObject * L_26 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_25); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_20, L_21, L_26); goto IL_019c; } IL_00b6: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_27 = __this->get_values_5(); String_t* L_28 = V_1; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_29 = ___se0; String_t* L_30; L_30 = SecurityElement_get_Text_mBC8D68ED46B1E3677EDF7CE379AC12BF5834C08F_inline(L_29, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31; L_31 = Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8(L_30, /*hidden argument*/NULL); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_27, L_28, (RuntimeObject *)(RuntimeObject *)L_31); goto IL_019c; } IL_00d2: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_32 = __this->get_values_5(); String_t* L_33 = V_1; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_34 = ___se0; String_t* L_35; L_35 = SecurityElement_get_Text_mBC8D68ED46B1E3677EDF7CE379AC12BF5834C08F_inline(L_34, /*hidden argument*/NULL); G_B15_0 = L_33; G_B15_1 = L_32; if (!L_35) { G_B16_0 = L_33; G_B16_1 = L_32; goto IL_00e9; } } IL_00e1: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_36 = ___se0; String_t* L_37; L_37 = SecurityElement_get_Text_mBC8D68ED46B1E3677EDF7CE379AC12BF5834C08F_inline(L_36, /*hidden argument*/NULL); G_B17_0 = L_37; G_B17_1 = G_B15_0; G_B17_2 = G_B15_1; goto IL_00ee; } IL_00e9: { String_t* L_38 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B17_0 = L_38; G_B17_1 = G_B16_0; G_B17_2 = G_B16_1; } IL_00ee: { VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, G_B17_2, G_B17_1, G_B17_0); goto IL_019c; } IL_00f8: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_39 = __this->get_values_5(); String_t* L_40 = V_1; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_41 = ___se0; String_t* L_42; L_42 = SecurityElement_get_Text_mBC8D68ED46B1E3677EDF7CE379AC12BF5834C08F_inline(L_41, /*hidden argument*/NULL); ExpandString_t9106B59E06E44175F3056DE2461ECAA5E4F95230 * L_43 = (ExpandString_t9106B59E06E44175F3056DE2461ECAA5E4F95230 *)il2cpp_codegen_object_new(ExpandString_t9106B59E06E44175F3056DE2461ECAA5E4F95230_il2cpp_TypeInfo_var); ExpandString__ctor_m67949FE1CC1F42B0AED9A1423D2773C9C57F5BB9(L_43, L_42, /*hidden argument*/NULL); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_39, L_40, L_43); goto IL_019c; } IL_0114: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_44 = __this->get_values_5(); String_t* L_45 = V_1; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_46 = ___se0; String_t* L_47; L_47 = SecurityElement_get_Text_mBC8D68ED46B1E3677EDF7CE379AC12BF5834C08F_inline(L_46, /*hidden argument*/NULL); int64_t L_48; L_48 = Int64_Parse_m324C1AE318F496D87AAED8CB5D9E6E6EA6FE4A45(L_47, /*hidden argument*/NULL); int64_t L_49 = L_48; RuntimeObject * L_50 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_49); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_44, L_45, L_50); goto IL_019c; } IL_0132: { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_51 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_51, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); V_3 = L_51; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_52 = ___se0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_53; L_53 = SecurityElement_get_Children_m0A791499F680EA728013F3B967C338E7A1FD982C_inline(L_52, /*hidden argument*/NULL); if (!L_53) { goto IL_018a; } } IL_0140: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_54 = ___se0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_55; L_55 = SecurityElement_get_Children_m0A791499F680EA728013F3B967C338E7A1FD982C_inline(L_54, /*hidden argument*/NULL); RuntimeObject* L_56; L_56 = VirtFuncInvoker0< RuntimeObject* >::Invoke(30 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_55); V_4 = L_56; } IL_014d: try { // begin try (depth: 2) { goto IL_016a; } IL_014f: { RuntimeObject* L_57 = V_4; RuntimeObject * L_58; L_58 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_57); V_5 = ((SecurityElement_tB9682077760936136392270197F642224B2141CC *)CastclassSealed((RuntimeObject*)L_58, SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var)); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_59 = V_3; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_60 = V_5; String_t* L_61; L_61 = SecurityElement_get_Text_mBC8D68ED46B1E3677EDF7CE379AC12BF5834C08F_inline(L_60, /*hidden argument*/NULL); List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE(L_59, L_61, /*hidden argument*/List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE_RuntimeMethod_var); } IL_016a: { RuntimeObject* L_62 = V_4; bool L_63; L_63 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_62); if (L_63) { goto IL_014f; } } IL_0173: { IL2CPP_LEAVE(0x18A, FINALLY_0175); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0175; } FINALLY_0175: { // begin finally (depth: 2) { RuntimeObject* L_64 = V_4; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_64, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_65 = V_6; if (!L_65) { goto IL_0189; } } IL_0182: { RuntimeObject* L_66 = V_6; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_66); } IL_0189: { IL2CPP_END_FINALLY(373) } } // end finally (depth: 2) IL2CPP_CLEANUP(373) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x18A, IL_018a) } IL_018a: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_67 = __this->get_values_5(); String_t* L_68 = V_1; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_69 = V_3; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_70; L_70 = List_1_ToArray_m94163AE84EBF9A1F7483014A8E9906BD93D9EBDB(L_69, /*hidden argument*/List_1_ToArray_m94163AE84EBF9A1F7483014A8E9906BD93D9EBDB_RuntimeMethod_var); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_67, L_68, (RuntimeObject *)(RuntimeObject *)L_70); } IL_019c: { goto IL_01a1; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_019e; } throw e; } CATCH_019e: { // begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01a1; } // end catch (depth: 1) IL_01a1: { return; } } // Microsoft.Win32.RegistryKey Microsoft.Win32.KeyHandler::Ensure(Microsoft.Win32.RegistryKey,System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * KeyHandler_Ensure_mC80F917B65E8DF4A4A3BCC8CC42DE2F37D74CAAF (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * __this, RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___rkey0, String_t* ___extra1, bool ___writable2, bool ___is_volatile3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * V_3 = NULL; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * V_4 = NULL; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_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); V_0 = L_1; V_1 = (bool)0; } IL_000d: try { // begin try (depth: 1) { Type_t * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); String_t* L_3 = __this->get_Dir_2(); String_t* L_4 = ___extra1; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_5; L_5 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_dir_to_handler_1(); String_t* L_7 = V_2; RuntimeObject * L_8; L_8 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_6, L_7); V_3 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF *)CastclassClass((RuntimeObject*)L_8, KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var)); KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_9 = V_3; if (L_9) { goto IL_0040; } } IL_0036: { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_10 = ___rkey0; String_t* L_11 = V_2; bool L_12 = ___is_volatile3; KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_13 = (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF *)il2cpp_codegen_object_new(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); KeyHandler__ctor_m15002A9704BD4ECA9774C8010E5178F537471105(L_13, L_10, L_11, L_12, /*hidden argument*/NULL); V_3 = L_13; } IL_0040: { KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_14 = V_3; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_15 = ___rkey0; String_t* L_16 = ___extra1; IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); String_t* L_17; L_17 = KeyHandler_CombineName_m32277BE147A8DF858A3A09E5C2B6BCFCBBEE74C5(L_15, L_16, /*hidden argument*/NULL); bool L_18 = ___writable2; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_19 = (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *)il2cpp_codegen_object_new(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); RegistryKey__ctor_mB85CFEE4CC47669B7398ADA4B7C504E4B99469B1(L_19, L_14, L_17, L_18, /*hidden argument*/NULL); V_4 = L_19; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_20 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_key_to_handler_0(); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_21 = V_4; KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_22 = V_3; VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_20, L_21, L_22); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_23 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_dir_to_handler_1(); String_t* L_24 = V_2; KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_25 = V_3; VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_23, L_24, L_25); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_26 = V_4; V_5 = L_26; IL2CPP_LEAVE(0x79, FINALLY_006f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006f; } FINALLY_006f: { // begin finally (depth: 1) { bool L_27 = V_1; if (!L_27) { goto IL_0078; } } IL_0072: { Type_t * L_28 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_28, /*hidden argument*/NULL); } IL_0078: { IL2CPP_END_FINALLY(111) } } // end finally (depth: 1) IL2CPP_CLEANUP(111) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x79, IL_0079) } IL_0079: { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_29 = V_5; return L_29; } } // Microsoft.Win32.RegistryKey Microsoft.Win32.KeyHandler::Probe(Microsoft.Win32.RegistryKey,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * KeyHandler_Probe_m6B8E1B90F769B8645C56EF9E6BE6CBBF689398DE (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * __this, RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___rkey0, String_t* ___extra1, bool ___writable2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * V_0 = NULL; Type_t * V_1 = NULL; bool V_2 = false; String_t* V_3 = NULL; KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * V_4 = NULL; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *)NULL; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_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); V_1 = L_1; V_2 = (bool)0; } IL_000f: try { // begin try (depth: 1) { Type_t * L_2 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_2), /*hidden argument*/NULL); String_t* L_3 = __this->get_Dir_2(); String_t* L_4 = ___extra1; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_5; L_5 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_3, L_4, /*hidden argument*/NULL); V_3 = L_5; IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_dir_to_handler_1(); String_t* L_7 = V_3; RuntimeObject * L_8; L_8 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_6, L_7); V_4 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF *)CastclassClass((RuntimeObject*)L_8, KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var)); KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_9 = V_4; if (!L_9) { goto IL_0059; } } IL_003a: { KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_10 = V_4; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_11 = ___rkey0; String_t* L_12 = ___extra1; IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); String_t* L_13; L_13 = KeyHandler_CombineName_m32277BE147A8DF858A3A09E5C2B6BCFCBBEE74C5(L_11, L_12, /*hidden argument*/NULL); bool L_14 = ___writable2; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_15 = (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *)il2cpp_codegen_object_new(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); RegistryKey__ctor_mB85CFEE4CC47669B7398ADA4B7C504E4B99469B1(L_15, L_10, L_13, L_14, /*hidden argument*/NULL); V_0 = L_15; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_16 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_key_to_handler_0(); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_17 = V_0; KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_18 = V_4; VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_16, L_17, L_18); goto IL_009c; } IL_0059: { String_t* L_19 = V_3; bool L_20; L_20 = Directory_Exists_m17E38B91F6D9A0064D614FF2237BBFC0127468FE(L_19, /*hidden argument*/NULL); if (L_20) { goto IL_0069; } } IL_0061: { String_t* L_21 = V_3; IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); bool L_22; L_22 = KeyHandler_VolatileKeyExists_m5912B1F1DDEC3CC80EAFD0A79E65D54C3EA1039C(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_009c; } } IL_0069: { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_23 = ___rkey0; String_t* L_24 = V_3; KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_25 = (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF *)il2cpp_codegen_object_new(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); KeyHandler__ctor_m3A30BC8C378416C319638CF86BF9BEE0BE3C8327(L_25, L_23, L_24, /*hidden argument*/NULL); V_4 = L_25; KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_26 = V_4; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_27 = ___rkey0; String_t* L_28 = ___extra1; IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); String_t* L_29; L_29 = KeyHandler_CombineName_m32277BE147A8DF858A3A09E5C2B6BCFCBBEE74C5(L_27, L_28, /*hidden argument*/NULL); bool L_30 = ___writable2; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_31 = (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *)il2cpp_codegen_object_new(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); RegistryKey__ctor_mB85CFEE4CC47669B7398ADA4B7C504E4B99469B1(L_31, L_26, L_29, L_30, /*hidden argument*/NULL); V_0 = L_31; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_32 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_dir_to_handler_1(); String_t* L_33 = V_3; KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_34 = V_4; VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_32, L_33, L_34); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_35 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_key_to_handler_0(); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_36 = V_0; KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_37 = V_4; VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_35, L_36, L_37); } IL_009c: { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_38 = V_0; V_5 = L_38; IL2CPP_LEAVE(0xAB, FINALLY_00a1); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a1; } FINALLY_00a1: { // begin finally (depth: 1) { bool L_39 = V_2; if (!L_39) { goto IL_00aa; } } IL_00a4: { Type_t * L_40 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_40, /*hidden argument*/NULL); } IL_00aa: { IL2CPP_END_FINALLY(161) } } // end finally (depth: 1) IL2CPP_CLEANUP(161) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xAB, IL_00ab) } IL_00ab: { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_41 = V_5; return L_41; } } // System.String Microsoft.Win32.KeyHandler::CombineName(Microsoft.Win32.RegistryKey,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyHandler_CombineName_m32277BE147A8DF858A3A09E5C2B6BCFCBBEE74C5 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___rkey0, String_t* ___extra1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___extra1; int32_t L_1; L_1 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_0, ((int32_t)47), /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)(-1)))) { goto IL_0017; } } { String_t* L_2 = ___extra1; String_t* L_3; L_3 = String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618(L_2, ((int32_t)47), ((int32_t)92), /*hidden argument*/NULL); ___extra1 = L_3; } IL_0017: { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_4 = ___rkey0; String_t* L_5; L_5 = RegistryKey_get_Name_m18A77FC5301C8BE05266B29DAFB543EFA947C7BB_inline(L_4, /*hidden argument*/NULL); String_t* L_6 = ___extra1; String_t* L_7; L_7 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_5, _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40, L_6, /*hidden argument*/NULL); return L_7; } } // System.Int64 Microsoft.Win32.KeyHandler::GetSystemBootTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t KeyHandler_GetSystemBootTime_m5FAB7C2CB8001DFC9F0D266953487A899D8F0B8E (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*)&StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCC408EF57CFC966E358859C907178B3D6F6F233); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD195EE953018C95E672FB0D585A919EA4D9BCAA8); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; int64_t V_3 = 0; StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * V_4 = NULL; Exception_t * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0; L_0 = File_Exists_mDAEBF2732BC830270FD98346F069B04E97BB1D5B(_stringLiteralBCC408EF57CFC966E358859C907178B3D6F6F233, /*hidden argument*/NULL); if (L_0) { goto IL_000f; } } { return ((int64_t)((int64_t)(-1))); } IL_000f: { V_0 = (String_t*)NULL; } IL_0011: try { // begin try (depth: 1) { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_1; L_1 = Encoding_get_ASCII_mD3E8370997347A3F6822BDA50BC0A1DBC0059173(/*hidden argument*/NULL); StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_2 = (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 *)il2cpp_codegen_object_new(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); StreamReader__ctor_m604C1EB84158CCBED0EE74A1F2C547EC589EBC92(L_2, _stringLiteralBCC408EF57CFC966E358859C907178B3D6F6F233, L_1, /*hidden argument*/NULL); V_4 = L_2; } IL_0022: try { // begin try (depth: 2) { goto IL_0035; } IL_0024: { String_t* L_3 = V_1; bool L_4; L_4 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_3, _stringLiteralD195EE953018C95E672FB0D585A919EA4D9BCAA8, /*hidden argument*/NULL); if (!L_4) { goto IL_0035; } } IL_0031: { String_t* L_5 = V_1; V_0 = L_5; goto IL_0040; } IL_0035: { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_6 = V_4; String_t* L_7; L_7 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.IO.TextReader::ReadLine() */, L_6); String_t* L_8 = L_7; V_1 = L_8; if (L_8) { goto IL_0024; } } IL_0040: { IL2CPP_LEAVE(0x4E, FINALLY_0042); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0042; } FINALLY_0042: { // begin finally (depth: 2) { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_9 = V_4; if (!L_9) { goto IL_004d; } } IL_0046: { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_10 = V_4; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_10); } IL_004d: { IL2CPP_END_FINALLY(66) } } // end finally (depth: 2) IL2CPP_CLEANUP(66) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4E, IL_004e) } IL_004e: { goto IL_0065; } } // 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_0050; } throw e; } CATCH_0050: { // begin catch(System.Exception) V_5 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var))); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_11; L_11 = Console_get_Error_m5AEEF41258FBC9771DABB271B89A0F8ED43DDA5E_inline(/*hidden argument*/NULL); Exception_t * L_12 = V_5; VirtActionInvoker2< String_t*, RuntimeObject * >::Invoke(18 /* System.Void System.IO.TextWriter::WriteLine(System.String,System.Object) */, L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1E2DA4650B0D29BEE069A7FCB1E365C10495F774)), L_12); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0065; } // end catch (depth: 1) IL_0065: { String_t* L_13 = V_0; if (L_13) { goto IL_006b; } } { return ((int64_t)((int64_t)(-1))); } IL_006b: { String_t* L_14 = V_0; int32_t L_15; L_15 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_14, ((int32_t)32), /*hidden argument*/NULL); V_2 = L_15; String_t* L_16 = V_0; int32_t L_17 = V_2; String_t* L_18 = V_0; int32_t L_19; L_19 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_18, /*hidden argument*/NULL); int32_t L_20 = V_2; String_t* L_21; L_21 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_16, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/NULL); bool L_22; L_22 = Int64_TryParse_m6EA988890D7F9954EA49A7227E60B3C674930650(L_21, (int64_t*)(&V_3), /*hidden argument*/NULL); if (L_22) { goto IL_008f; } } { return ((int64_t)((int64_t)(-1))); } IL_008f: { int64_t L_23 = V_3; return L_23; } } // System.Int64 Microsoft.Win32.KeyHandler::GetRegisteredBootTime(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t KeyHandler_GetRegisteredBootTime_m1702BFB4A42471CEBE87981A529B59F26EDCFF75 (String_t* ___path0, 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*)&StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int64_t V_1 = 0; StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * V_2 = NULL; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___path0; bool L_1; L_1 = File_Exists_mDAEBF2732BC830270FD98346F069B04E97BB1D5B(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000b; } } { return ((int64_t)((int64_t)(-1))); } IL_000b: { V_0 = (String_t*)NULL; } IL_000d: try { // begin try (depth: 1) { String_t* L_2 = ___path0; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_3; L_3 = Encoding_get_ASCII_mD3E8370997347A3F6822BDA50BC0A1DBC0059173(/*hidden argument*/NULL); StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_4 = (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 *)il2cpp_codegen_object_new(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); StreamReader__ctor_m604C1EB84158CCBED0EE74A1F2C547EC589EBC92(L_4, L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; } IL_0019: try { // begin try (depth: 2) StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_5 = V_2; String_t* L_6; L_6 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.IO.TextReader::ReadLine() */, L_5); V_0 = L_6; IL2CPP_LEAVE(0x2C, FINALLY_0022); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0022; } FINALLY_0022: { // begin finally (depth: 2) { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_7 = V_2; if (!L_7) { goto IL_002b; } } IL_0025: { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_8 = V_2; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_8); } IL_002b: { IL2CPP_END_FINALLY(34) } } // end finally (depth: 2) IL2CPP_CLEANUP(34) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2C, IL_002c) } IL_002c: { goto IL_0042; } } // 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_002e; } throw e; } CATCH_002e: { // begin catch(System.Exception) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var))); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_9; L_9 = Console_get_Error_m5AEEF41258FBC9771DABB271B89A0F8ED43DDA5E_inline(/*hidden argument*/NULL); String_t* L_10 = ___path0; Exception_t * L_11 = V_3; VirtActionInvoker3< String_t*, RuntimeObject *, RuntimeObject * >::Invoke(19 /* System.Void System.IO.TextWriter::WriteLine(System.String,System.Object,System.Object) */, L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6618C7227D8667AE9FAF1C37C8A18BE241897BCE)), L_10, L_11); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0042; } // end catch (depth: 1) IL_0042: { String_t* L_12 = V_0; if (L_12) { goto IL_0048; } } { return ((int64_t)((int64_t)(-1))); } IL_0048: { String_t* L_13 = V_0; bool L_14; L_14 = Int64_TryParse_m6EA988890D7F9954EA49A7227E60B3C674930650(L_13, (int64_t*)(&V_1), /*hidden argument*/NULL); if (L_14) { goto IL_0055; } } { return ((int64_t)((int64_t)(-1))); } IL_0055: { int64_t L_15 = V_1; return L_15; } } // System.Void Microsoft.Win32.KeyHandler::SaveRegisteredBootTime(System.String,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHandler_SaveRegisteredBootTime_mC4E0A9F073081BA3F98A08C283ADD4EE4081C709 (String_t* ___path0, int64_t ___btime1, 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*)&StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { String_t* L_0 = ___path0; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_1; L_1 = Encoding_get_ASCII_mD3E8370997347A3F6822BDA50BC0A1DBC0059173(/*hidden argument*/NULL); StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_2 = (StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 *)il2cpp_codegen_object_new(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_il2cpp_TypeInfo_var); StreamWriter__ctor_m8E689BB489D6CA87348E79EBF05BA4E3F6D4B9A4(L_2, L_0, (bool)0, L_1, /*hidden argument*/NULL); V_0 = L_2; } IL_000d: try { // begin try (depth: 2) StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_3 = V_0; String_t* L_4; L_4 = Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F((int64_t*)(&___btime1), /*hidden argument*/NULL); VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, L_3, L_4); IL2CPP_LEAVE(0x26, FINALLY_001c); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001c; } FINALLY_001c: { // begin finally (depth: 2) { StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_5 = V_0; if (!L_5) { goto IL_0025; } } IL_001f: { StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_6 = V_0; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_6); } IL_0025: { IL2CPP_END_FINALLY(28) } } // end finally (depth: 2) IL2CPP_CLEANUP(28) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x26, IL_0026) } IL_0026: { goto IL_002b; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0028; } throw e; } CATCH_0028: { // begin catch(System.Exception) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_002b; } // end catch (depth: 1) IL_002b: { return; } } // System.Void Microsoft.Win32.KeyHandler::CleanVolatileKeys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHandler_CleanVolatileKeys_mE51BDFAFA40919E5789E0B804672D19BDD39E2A0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B815F7E7A754B67CB96A60B969205294DB1C00E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD3B064B65509B20683561327D069C51F1102645); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; int64_t V_6 = 0; { IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); int64_t L_0; L_0 = KeyHandler_GetSystemBootTime_m5FAB7C2CB8001DFC9F0D266953487A899D8F0B8E(/*hidden argument*/NULL); V_0 = L_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; String_t* L_3; L_3 = KeyHandler_get_UserStore_mD4C6BF03AE44BCE3DAAC0BCA3AF6114D2711334C(/*hidden argument*/NULL); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAtUnchecked(static_cast(0), (String_t*)L_3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_2; String_t* L_5; L_5 = KeyHandler_get_MachineStore_m698A9248C3F6F74325ED56D29122FAC60234FA2A(/*hidden argument*/NULL); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAtUnchecked(static_cast(1), (String_t*)L_5); V_1 = L_4; V_2 = 0; goto IL_007d; } IL_0021: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = V_1; int32_t L_7 = V_2; int32_t L_8 = L_7; String_t* L_9 = (L_6)->GetAtUnchecked(static_cast(L_8)); V_3 = L_9; String_t* L_10 = V_3; bool L_11; L_11 = Directory_Exists_m17E38B91F6D9A0064D614FF2237BBFC0127468FE(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0079; } } { String_t* L_12 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_13; L_13 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_12, _stringLiteralDD3B064B65509B20683561327D069C51F1102645, /*hidden argument*/NULL); V_4 = L_13; String_t* L_14 = V_3; String_t* L_15; L_15 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_14, _stringLiteral4B815F7E7A754B67CB96A60B969205294DB1C00E, /*hidden argument*/NULL); V_5 = L_15; String_t* L_16 = V_5; bool L_17; L_17 = Directory_Exists_m17E38B91F6D9A0064D614FF2237BBFC0127468FE(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0071; } } { String_t* L_18 = V_4; IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); int64_t L_19; L_19 = KeyHandler_GetRegisteredBootTime_m1702BFB4A42471CEBE87981A529B59F26EDCFF75(L_18, /*hidden argument*/NULL); V_6 = L_19; int64_t L_20 = V_0; if ((((int64_t)L_20) < ((int64_t)((int64_t)((int64_t)0))))) { goto IL_0069; } } { int64_t L_21 = V_6; if ((((int64_t)L_21) < ((int64_t)((int64_t)((int64_t)0))))) { goto IL_0069; } } { int64_t L_22 = V_6; int64_t L_23 = V_0; if ((((int64_t)L_22) == ((int64_t)L_23))) { goto IL_0071; } } IL_0069: { String_t* L_24 = V_5; Directory_Delete_m06FEE269B5B5425033C931B3F4742933F50D7ACE(L_24, (bool)1, /*hidden argument*/NULL); } IL_0071: { String_t* L_25 = V_4; int64_t L_26 = V_0; IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); KeyHandler_SaveRegisteredBootTime_mC4E0A9F073081BA3F98A08C283ADD4EE4081C709(L_25, L_26, /*hidden argument*/NULL); } IL_0079: { int32_t L_27 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_007d: { int32_t L_28 = V_2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_29 = V_1; if ((((int32_t)L_28) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))))) { goto IL_0021; } } { return; } } // System.Boolean Microsoft.Win32.KeyHandler::VolatileKeyExists(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyHandler_VolatileKeyExists_m5912B1F1DDEC3CC80EAFD0A79E65D54C3EA1039C (String_t* ___dir0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; bool V_1 = false; KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * V_2 = NULL; bool V_3 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_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); V_0 = L_1; V_1 = (bool)0; } IL_000d: try { // begin try (depth: 1) { Type_t * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_dir_to_handler_1(); String_t* L_4 = ___dir0; RuntimeObject * L_5; L_5 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_3, L_4); V_2 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF *)CastclassClass((RuntimeObject*)L_5, KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var)); KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_6 = V_2; if (!L_6) { goto IL_0032; } } IL_0029: { KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_7 = V_2; bool L_8 = L_7->get_IsVolatile_4(); V_3 = L_8; IL2CPP_LEAVE(0x54, FINALLY_0034); } IL_0032: { IL2CPP_LEAVE(0x3E, FINALLY_0034); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0034; } FINALLY_0034: { // begin finally (depth: 1) { bool L_9 = V_1; if (!L_9) { goto IL_003d; } } IL_0037: { Type_t * L_10 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_10, /*hidden argument*/NULL); } IL_003d: { IL2CPP_END_FINALLY(52) } } // end finally (depth: 1) IL2CPP_CLEANUP(52) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x54, IL_0054) IL2CPP_JUMP_TBL(0x3E, IL_003e) } IL_003e: { String_t* L_11 = ___dir0; bool L_12; L_12 = Directory_Exists_m17E38B91F6D9A0064D614FF2237BBFC0127468FE(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0048; } } { return (bool)0; } IL_0048: { String_t* L_13 = ___dir0; IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); String_t* L_14; L_14 = KeyHandler_GetVolatileDir_mDC52231BF51A3D12E014B3C740454ABAA527EF4D(L_13, /*hidden argument*/NULL); bool L_15; L_15 = Directory_Exists_m17E38B91F6D9A0064D614FF2237BBFC0127468FE(L_14, /*hidden argument*/NULL); return L_15; } IL_0054: { bool L_16 = V_3; return L_16; } } // System.String Microsoft.Win32.KeyHandler::GetVolatileDir(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyHandler_GetVolatileDir_mDC52231BF51A3D12E014B3C740454ABAA527EF4D (String_t* ___dir0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B815F7E7A754B67CB96A60B969205294DB1C00E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___dir0; IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); String_t* L_1; L_1 = KeyHandler_GetRootFromDir_m758A5F1C576EF142181119156E8F9D526FDD97BD(L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ___dir0; String_t* L_3 = V_0; String_t* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_5; L_5 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_4, _stringLiteral4B815F7E7A754B67CB96A60B969205294DB1C00E, /*hidden argument*/NULL); String_t* L_6; L_6 = String_Replace_m98184150DC4E2FBDF13E723BF5B7353D9602AC4D(L_2, L_3, L_5, /*hidden argument*/NULL); return L_6; } } // Microsoft.Win32.KeyHandler Microsoft.Win32.KeyHandler::Lookup(Microsoft.Win32.RegistryKey,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * KeyHandler_Lookup_mFF17A96AB8B0BB6E37D23C4E4FBEA5911E2B7EB1 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___rkey0, bool ___createNonExisting1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegistryHive_t2461D8203373439CACCA8D08A989BA8EC1675709_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; bool V_1 = false; KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * V_2 = NULL; int32_t V_3 = 0; KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_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); V_0 = L_1; V_1 = (bool)0; } IL_000d: try { // begin try (depth: 1) { Type_t * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_key_to_handler_0(); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_4 = ___rkey0; RuntimeObject * L_5; L_5 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_3, L_4); V_2 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF *)CastclassClass((RuntimeObject*)L_5, KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var)); KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_6 = V_2; if (!L_6) { goto IL_0031; } } IL_0029: { KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_7 = V_2; V_4 = L_7; IL2CPP_LEAVE(0xFD, FINALLY_00f3); } IL_0031: { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_8 = ___rkey0; bool L_9; L_9 = RegistryKey_get_IsRoot_m7529FFC11074919B0EF2A7BD66D2066263E8EB07(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003c; } } IL_0039: { bool L_10 = ___createNonExisting1; if (L_10) { goto IL_0044; } } IL_003c: { V_4 = (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF *)NULL; IL2CPP_LEAVE(0xFD, FINALLY_00f3); } IL_0044: { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_11 = ___rkey0; int32_t L_12; L_12 = RegistryKey_get_Hive_m2D566474E3E6ED89000E4188A943455E634CB2F8(L_11, /*hidden argument*/NULL); V_3 = L_12; int32_t L_13 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)-2147483648LL)))) { case 0: { goto IL_00a6; } case 1: { goto IL_0075; } case 2: { goto IL_00a6; } case 3: { goto IL_00a6; } case 4: { goto IL_00a6; } case 5: { goto IL_00a6; } case 6: { goto IL_00a6; } } } IL_0073: { goto IL_00d7; } IL_0075: { IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); String_t* L_14; L_14 = KeyHandler_get_UserStore_mD4C6BF03AE44BCE3DAAC0BCA3AF6114D2711334C(/*hidden argument*/NULL); RuntimeObject * L_15 = Box(RegistryHive_t2461D8203373439CACCA8D08A989BA8EC1675709_il2cpp_TypeInfo_var, (&V_3)); String_t* L_16; L_16 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15); V_3 = *(int32_t*)UnBox(L_15); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_17; L_17 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_14, L_16, /*hidden argument*/NULL); V_5 = L_17; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_18 = ___rkey0; String_t* L_19 = V_5; KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_20 = (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF *)il2cpp_codegen_object_new(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); KeyHandler__ctor_m3A30BC8C378416C319638CF86BF9BEE0BE3C8327(L_20, L_18, L_19, /*hidden argument*/NULL); V_2 = L_20; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_21 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_dir_to_handler_1(); String_t* L_22 = V_5; KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_23 = V_2; VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_21, L_22, L_23); goto IL_00e2; } IL_00a6: { IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); String_t* L_24; L_24 = KeyHandler_get_MachineStore_m698A9248C3F6F74325ED56D29122FAC60234FA2A(/*hidden argument*/NULL); RuntimeObject * L_25 = Box(RegistryHive_t2461D8203373439CACCA8D08A989BA8EC1675709_il2cpp_TypeInfo_var, (&V_3)); String_t* L_26; L_26 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25); V_3 = *(int32_t*)UnBox(L_25); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_27; L_27 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_24, L_26, /*hidden argument*/NULL); V_6 = L_27; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_28 = ___rkey0; String_t* L_29 = V_6; KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_30 = (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF *)il2cpp_codegen_object_new(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); KeyHandler__ctor_m3A30BC8C378416C319638CF86BF9BEE0BE3C8327(L_30, L_28, L_29, /*hidden argument*/NULL); V_2 = L_30; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_31 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_dir_to_handler_1(); String_t* L_32 = V_6; KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_33 = V_2; VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_31, L_32, L_33); goto IL_00e2; } IL_00d7: { Exception_t * L_34 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_34, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB3AD91E45FB2E32617A2B7D86D26752E1E64825D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyHandler_Lookup_mFF17A96AB8B0BB6E37D23C4E4FBEA5911E2B7EB1_RuntimeMethod_var))); } IL_00e2: { IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_35 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_key_to_handler_0(); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_36 = ___rkey0; KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_37 = V_2; VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_35, L_36, L_37); KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_38 = V_2; V_4 = L_38; IL2CPP_LEAVE(0xFD, FINALLY_00f3); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f3; } FINALLY_00f3: { // begin finally (depth: 1) { bool L_39 = V_1; if (!L_39) { goto IL_00fc; } } IL_00f6: { Type_t * L_40 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_40, /*hidden argument*/NULL); } IL_00fc: { IL2CPP_END_FINALLY(243) } } // end finally (depth: 1) IL2CPP_CLEANUP(243) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xFD, IL_00fd) } IL_00fd: { KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_41 = V_4; return L_41; } } // System.String Microsoft.Win32.KeyHandler::GetRootFromDir(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyHandler_GetRootFromDir_m758A5F1C576EF142181119156E8F9D526FDD97BD (String_t* ___dir0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___dir0; IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); String_t* L_1; L_1 = KeyHandler_get_UserStore_mD4C6BF03AE44BCE3DAAC0BCA3AF6114D2711334C(/*hidden argument*/NULL); int32_t L_2; L_2 = String_IndexOf_m90616B2D8ACC645F389750FAE4F9A75BC5D82454(L_0, L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) <= ((int32_t)(-1)))) { goto IL_0014; } } { IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); String_t* L_3; L_3 = KeyHandler_get_UserStore_mD4C6BF03AE44BCE3DAAC0BCA3AF6114D2711334C(/*hidden argument*/NULL); return L_3; } IL_0014: { String_t* L_4 = ___dir0; IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); String_t* L_5; L_5 = KeyHandler_get_MachineStore_m698A9248C3F6F74325ED56D29122FAC60234FA2A(/*hidden argument*/NULL); int32_t L_6; L_6 = String_IndexOf_m90616B2D8ACC645F389750FAE4F9A75BC5D82454(L_4, L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) <= ((int32_t)(-1)))) { goto IL_0028; } } { IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); String_t* L_7; L_7 = KeyHandler_get_MachineStore_m698A9248C3F6F74325ED56D29122FAC60234FA2A(/*hidden argument*/NULL); return L_7; } IL_0028: { String_t* L_8 = ___dir0; String_t* L_9; L_9 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6961FE7415359D880DB14D699C4AC83F3F84AAD3)), L_8, /*hidden argument*/NULL); Exception_t * L_10 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyHandler_GetRootFromDir_m758A5F1C576EF142181119156E8F9D526FDD97BD_RuntimeMethod_var))); } } // System.Void Microsoft.Win32.KeyHandler::Drop(Microsoft.Win32.RegistryKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHandler_Drop_mE606D158A7622814001406F4A54C58EBDEDC730C (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___rkey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; bool V_1 = false; KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * V_2 = NULL; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_5; memset((&V_5), 0, sizeof(V_5)); RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_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); V_0 = L_1; V_1 = (bool)0; } IL_000d: try { // begin try (depth: 1) { Type_t * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_key_to_handler_0(); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_4 = ___rkey0; RuntimeObject * L_5; L_5 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_3, L_4); V_2 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF *)CastclassClass((RuntimeObject*)L_5, KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var)); KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_6 = V_2; if (L_6) { goto IL_002b; } } IL_0029: { IL2CPP_LEAVE(0xA1, FINALLY_0097); } IL_002b: { IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_key_to_handler_0(); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_8 = ___rkey0; VirtActionInvoker1< RuntimeObject * >::Invoke(27 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_7, L_8); V_3 = 0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_9 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_key_to_handler_0(); RuntimeObject* L_10; L_10 = VirtFuncInvoker0< RuntimeObject* >::Invoke(23 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_9); V_4 = L_10; } IL_0044: try { // begin try (depth: 2) { goto IL_0062; } IL_0046: { RuntimeObject* L_11 = V_4; RuntimeObject * L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_11); V_5 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_12, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); RuntimeObject * L_13; L_13 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_5), /*hidden argument*/NULL); KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_14 = V_2; if ((!(((RuntimeObject*)(RuntimeObject *)L_13) == ((RuntimeObject*)(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF *)L_14)))) { goto IL_0062; } } IL_005e: { int32_t L_15 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0062: { RuntimeObject* L_16 = V_4; bool L_17; L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_0046; } } IL_006b: { IL2CPP_LEAVE(0x82, FINALLY_006d); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006d; } FINALLY_006d: { // begin finally (depth: 2) { RuntimeObject* L_18 = V_4; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_19 = V_6; if (!L_19) { goto IL_0081; } } IL_007a: { RuntimeObject* L_20 = V_6; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_20); } IL_0081: { IL2CPP_END_FINALLY(109) } } // end finally (depth: 2) IL2CPP_CLEANUP(109) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x82, IL_0082) } IL_0082: { int32_t L_21 = V_3; if (L_21) { goto IL_0095; } } IL_0085: { IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_22 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_dir_to_handler_1(); KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * L_23 = V_2; String_t* L_24 = L_23->get_Dir_2(); VirtActionInvoker1< RuntimeObject * >::Invoke(27 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_22, L_24); } IL_0095: { IL2CPP_LEAVE(0xA1, FINALLY_0097); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0097; } FINALLY_0097: { // begin finally (depth: 1) { bool L_25 = V_1; if (!L_25) { goto IL_00a0; } } IL_009a: { Type_t * L_26 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_26, /*hidden argument*/NULL); } IL_00a0: { IL2CPP_END_FINALLY(151) } } // end finally (depth: 1) IL2CPP_CLEANUP(151) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xA1, IL_00a1) } IL_00a1: { return; } } // System.Object Microsoft.Win32.KeyHandler::GetValue(System.String,Microsoft.Win32.RegistryValueOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyHandler_GetValue_mB6121744AF7AEE653E8026FDB22A66EB10BE3658 (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * __this, String_t* ___name0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpandString_t9106B59E06E44175F3056DE2461ECAA5E4F95230_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; ExpandString_t9106B59E06E44175F3056DE2461ECAA5E4F95230 * V_1 = NULL; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_2 = NULL; bool V_3 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0; L_0 = KeyHandler_get_IsMarkedForDeletion_mD1663E0551AE3C4C51E8D3F820EBBF14935C1236(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { return NULL; } IL_000a: { String_t* L_1 = ___name0; if (L_1) { goto IL_0014; } } { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___name0 = L_2; } IL_0014: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = __this->get_values_5(); V_2 = L_3; V_3 = (bool)0; } IL_001d: try { // begin try (depth: 1) Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = V_2; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_4, (bool*)(&V_3), /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_5 = __this->get_values_5(); String_t* L_6 = ___name0; RuntimeObject * L_7; L_7 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_5, L_6); V_0 = L_7; IL2CPP_LEAVE(0x3E, FINALLY_0034); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0034; } FINALLY_0034: { // begin finally (depth: 1) { bool L_8 = V_3; if (!L_8) { goto IL_003d; } } IL_0037: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_9 = V_2; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_9, /*hidden argument*/NULL); } IL_003d: { IL2CPP_END_FINALLY(52) } } // end finally (depth: 1) IL2CPP_CLEANUP(52) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3E, IL_003e) } IL_003e: { RuntimeObject * L_10 = V_0; V_1 = ((ExpandString_t9106B59E06E44175F3056DE2461ECAA5E4F95230 *)IsInstClass((RuntimeObject*)L_10, ExpandString_t9106B59E06E44175F3056DE2461ECAA5E4F95230_il2cpp_TypeInfo_var)); ExpandString_t9106B59E06E44175F3056DE2461ECAA5E4F95230 * L_11 = V_1; if (L_11) { goto IL_004a; } } { RuntimeObject * L_12 = V_0; return L_12; } IL_004a: { int32_t L_13 = ___options1; if (((int32_t)((int32_t)L_13&(int32_t)1))) { goto IL_0056; } } { ExpandString_t9106B59E06E44175F3056DE2461ECAA5E4F95230 * L_14 = V_1; String_t* L_15; L_15 = ExpandString_Expand_m80B28E50DCE16BB5D9CC1DFE995B14F2B19836F3(L_14, /*hidden argument*/NULL); return L_15; } IL_0056: { ExpandString_t9106B59E06E44175F3056DE2461ECAA5E4F95230 * L_16 = V_1; String_t* L_17; L_17 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_16); return L_17; } } // System.String[] Microsoft.Win32.KeyHandler::GetSubKeyNames() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* KeyHandler_GetSubKeyNames_m86ADDEC25BFC024B9A616F788D1AE66C4AE84E33 (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m8C0A038B5FA7E62DEF4DB9EF1F5FCC4348D785C5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mA6747E78BD4DF1D09D9091C1B3EBAE0FDB200666_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m0D12A8E922828B1FBE6FCA8D404FDA65E0F78CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m76E867298698AA2B89F9D57E21CEFCD16B372D22_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA57D4325DBD9D10EB3E43C99CC18DB6C3CE85FC8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m45394A0B01FA26CB32851562F9CBF27DB35FF4DD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mB6B24D3920A4744624F8ED9AE493783D0E5F81DD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DirectoryInfoU5BU5D_t3A579358D3EE355E1764A6D707DDCABDC1EB45DC* V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; DirectoryInfoU5BU5D_t3A579358D3EE355E1764A6D707DDCABDC1EB45DC* V_2 = NULL; Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * V_6 = NULL; DirectoryInfoU5BU5D_t3A579358D3EE355E1764A6D707DDCABDC1EB45DC* V_7 = NULL; int32_t V_8 = 0; DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * V_9 = NULL; DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * V_10 = NULL; Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB V_11; memset((&V_11), 0, sizeof(V_11)); KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC V_12; memset((&V_12), 0, sizeof(V_12)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = __this->get_ActualDir_3(); DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * L_1 = (DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD *)il2cpp_codegen_object_new(DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD_il2cpp_TypeInfo_var); DirectoryInfo__ctor_m5F307F7E646135FC323F81EA93C36CC0CF6023A6(L_1, L_0, /*hidden argument*/NULL); DirectoryInfoU5BU5D_t3A579358D3EE355E1764A6D707DDCABDC1EB45DC* L_2; L_2 = DirectoryInfo_GetDirectories_m878DAFC093D31B9537B3B8C06C476E35F31A6578(L_1, /*hidden argument*/NULL); V_0 = L_2; bool L_3 = __this->get_IsVolatile_4(); if (L_3) { goto IL_002b; } } { String_t* L_4 = __this->get_Dir_2(); IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); String_t* L_5; L_5 = KeyHandler_GetVolatileDir_mDC52231BF51A3D12E014B3C740454ABAA527EF4D(L_4, /*hidden argument*/NULL); bool L_6; L_6 = Directory_Exists_m17E38B91F6D9A0064D614FF2237BBFC0127468FE(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0059; } } IL_002b: { DirectoryInfoU5BU5D_t3A579358D3EE355E1764A6D707DDCABDC1EB45DC* L_7 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))); V_1 = L_8; V_5 = 0; goto IL_0050; } IL_0039: { DirectoryInfoU5BU5D_t3A579358D3EE355E1764A6D707DDCABDC1EB45DC* L_9 = V_0; int32_t L_10 = V_5; int32_t L_11 = L_10; DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * L_12 = (L_9)->GetAtUnchecked(static_cast(L_11)); V_6 = L_12; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = V_1; int32_t L_14 = V_5; DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * L_15 = V_6; String_t* L_16; L_16 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.IO.FileSystemInfo::get_Name() */, L_15); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAtUnchecked(static_cast(L_14), (String_t*)L_16); int32_t L_17 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0050: { int32_t L_18 = V_5; DirectoryInfoU5BU5D_t3A579358D3EE355E1764A6D707DDCABDC1EB45DC* L_19 = V_0; if ((((int32_t)L_18) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))) { goto IL_0039; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = V_1; return L_20; } IL_0059: { String_t* L_21 = __this->get_Dir_2(); IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); String_t* L_22; L_22 = KeyHandler_GetVolatileDir_mDC52231BF51A3D12E014B3C740454ABAA527EF4D(L_21, /*hidden argument*/NULL); DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * L_23 = (DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD *)il2cpp_codegen_object_new(DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD_il2cpp_TypeInfo_var); DirectoryInfo__ctor_m5F307F7E646135FC323F81EA93C36CC0CF6023A6(L_23, L_22, /*hidden argument*/NULL); DirectoryInfoU5BU5D_t3A579358D3EE355E1764A6D707DDCABDC1EB45DC* L_24; L_24 = DirectoryInfo_GetDirectories_m878DAFC093D31B9537B3B8C06C476E35F31A6578(L_23, /*hidden argument*/NULL); V_2 = L_24; Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_25 = (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *)il2cpp_codegen_object_new(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var); Dictionary_2__ctor_mA6747E78BD4DF1D09D9091C1B3EBAE0FDB200666(L_25, /*hidden argument*/Dictionary_2__ctor_mA6747E78BD4DF1D09D9091C1B3EBAE0FDB200666_RuntimeMethod_var); V_3 = L_25; DirectoryInfoU5BU5D_t3A579358D3EE355E1764A6D707DDCABDC1EB45DC* L_26 = V_0; V_7 = L_26; V_8 = 0; goto IL_009e; } IL_007d: { DirectoryInfoU5BU5D_t3A579358D3EE355E1764A6D707DDCABDC1EB45DC* L_27 = V_7; int32_t L_28 = V_8; int32_t L_29 = L_28; DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * L_30 = (L_27)->GetAtUnchecked(static_cast(L_29)); V_9 = L_30; Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_31 = V_3; DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * L_32 = V_9; String_t* L_33; L_33 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.IO.FileSystemInfo::get_Name() */, L_32); DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * L_34 = V_9; String_t* L_35; L_35 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.IO.FileSystemInfo::get_Name() */, L_34); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_31, L_33, L_35, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); int32_t L_36 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_009e: { int32_t L_37 = V_8; DirectoryInfoU5BU5D_t3A579358D3EE355E1764A6D707DDCABDC1EB45DC* L_38 = V_7; if ((((int32_t)L_37) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length)))))) { goto IL_007d; } } { DirectoryInfoU5BU5D_t3A579358D3EE355E1764A6D707DDCABDC1EB45DC* L_39 = V_2; V_7 = L_39; V_8 = 0; goto IL_00cf; } IL_00ae: { DirectoryInfoU5BU5D_t3A579358D3EE355E1764A6D707DDCABDC1EB45DC* L_40 = V_7; int32_t L_41 = V_8; int32_t L_42 = L_41; DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * L_43 = (L_40)->GetAtUnchecked(static_cast(L_42)); V_10 = L_43; Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_44 = V_3; DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * L_45 = V_10; String_t* L_46; L_46 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.IO.FileSystemInfo::get_Name() */, L_45); DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * L_47 = V_10; String_t* L_48; L_48 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.IO.FileSystemInfo::get_Name() */, L_47); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_44, L_46, L_48, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); int32_t L_49 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_00cf: { int32_t L_50 = V_8; DirectoryInfoU5BU5D_t3A579358D3EE355E1764A6D707DDCABDC1EB45DC* L_51 = V_7; if ((((int32_t)L_50) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length)))))) { goto IL_00ae; } } { Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_52 = V_3; int32_t L_53; L_53 = Dictionary_2_get_Count_m0D12A8E922828B1FBE6FCA8D404FDA65E0F78CDA(L_52, /*hidden argument*/Dictionary_2_get_Count_m0D12A8E922828B1FBE6FCA8D404FDA65E0F78CDA_RuntimeMethod_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_54 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)L_53); V_1 = L_54; V_4 = 0; Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_55 = V_3; Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB L_56; L_56 = Dictionary_2_GetEnumerator_m8C0A038B5FA7E62DEF4DB9EF1F5FCC4348D785C5(L_55, /*hidden argument*/Dictionary_2_GetEnumerator_m8C0A038B5FA7E62DEF4DB9EF1F5FCC4348D785C5_RuntimeMethod_var); V_11 = L_56; } IL_00ee: try { // begin try (depth: 1) { goto IL_0109; } IL_00f0: { KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC L_57; L_57 = Enumerator_get_Current_m45394A0B01FA26CB32851562F9CBF27DB35FF4DD_inline((Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB *)(&V_11), /*hidden argument*/Enumerator_get_Current_m45394A0B01FA26CB32851562F9CBF27DB35FF4DD_RuntimeMethod_var); V_12 = L_57; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_58 = V_1; int32_t L_59 = V_4; int32_t L_60 = L_59; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); String_t* L_61; L_61 = KeyValuePair_2_get_Value_mB6B24D3920A4744624F8ED9AE493783D0E5F81DD_inline((KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *)(&V_12), /*hidden argument*/KeyValuePair_2_get_Value_mB6B24D3920A4744624F8ED9AE493783D0E5F81DD_RuntimeMethod_var); ArrayElementTypeCheck (L_58, L_61); (L_58)->SetAtUnchecked(static_cast(L_60), (String_t*)L_61); } IL_0109: { bool L_62; L_62 = Enumerator_MoveNext_mA57D4325DBD9D10EB3E43C99CC18DB6C3CE85FC8((Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB *)(&V_11), /*hidden argument*/Enumerator_MoveNext_mA57D4325DBD9D10EB3E43C99CC18DB6C3CE85FC8_RuntimeMethod_var); if (L_62) { goto IL_00f0; } } IL_0112: { IL2CPP_LEAVE(0x122, FINALLY_0114); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0114; } FINALLY_0114: { // begin finally (depth: 1) Enumerator_Dispose_m76E867298698AA2B89F9D57E21CEFCD16B372D22((Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB *)(&V_11), /*hidden argument*/Enumerator_Dispose_m76E867298698AA2B89F9D57E21CEFCD16B372D22_RuntimeMethod_var); IL2CPP_END_FINALLY(276) } // end finally (depth: 1) IL2CPP_CLEANUP(276) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x122, IL_0122) } IL_0122: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_63 = V_1; return L_63; } } // System.Void Microsoft.Win32.KeyHandler::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHandler_Flush_m56255985F7D2CBDE0231B579C9795A56B516F3C7 (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_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); V_0 = L_1; V_1 = (bool)0; } IL_000d: try { // begin try (depth: 1) { Type_t * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); bool L_3 = __this->get_dirty_7(); if (!L_3) { goto IL_002a; } } IL_001d: { KeyHandler_Save_m1DDAA8E46F20194C61EFCD3293F0856C24C33EB4(__this, /*hidden argument*/NULL); __this->set_dirty_7((bool)0); } IL_002a: { IL2CPP_LEAVE(0x36, FINALLY_002c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002c; } FINALLY_002c: { // begin finally (depth: 1) { bool L_4 = V_1; if (!L_4) { goto IL_0035; } } IL_002f: { Type_t * L_5 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_5, /*hidden argument*/NULL); } IL_0035: { IL2CPP_END_FINALLY(44) } } // end finally (depth: 1) IL2CPP_CLEANUP(44) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x36, IL_0036) } IL_0036: { return; } } // System.Boolean Microsoft.Win32.KeyHandler::ValueExists(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyHandler_ValueExists_mF5375C620ADF2D5B81AFA657D39C7DFB42F73EFF (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_0 = NULL; bool V_1 = false; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___name0; if (L_0) { goto IL_000a; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___name0 = L_1; } IL_000a: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = __this->get_values_5(); V_0 = L_2; V_1 = (bool)0; } IL_0013: try { // begin try (depth: 1) Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_3, (bool*)(&V_1), /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = __this->get_values_5(); String_t* L_5 = ___name0; bool L_6; L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(17 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_4, L_5); V_2 = L_6; IL2CPP_LEAVE(0x34, FINALLY_002a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002a; } FINALLY_002a: { // begin finally (depth: 1) { bool L_7 = V_1; if (!L_7) { goto IL_0033; } } IL_002d: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_8, /*hidden argument*/NULL); } IL_0033: { IL2CPP_END_FINALLY(42) } } // end finally (depth: 1) IL2CPP_CLEANUP(42) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x34, IL_0034) } IL_0034: { bool L_9 = V_2; return L_9; } } // System.Boolean Microsoft.Win32.KeyHandler::get_IsMarkedForDeletion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyHandler_get_IsMarkedForDeletion_mD1663E0551AE3C4C51E8D3F820EBBF14935C1236 (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_dir_to_handler_1(); String_t* L_1 = __this->get_Dir_2(); bool L_2; L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(17 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_0, L_1); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.Void Microsoft.Win32.KeyHandler::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHandler_Finalize_m68953483A1699A09295DD95813BE3CFDDE71A22C (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) KeyHandler_Flush_m56255985F7D2CBDE0231B579C9795A56B516F3C7(__this, /*hidden argument*/NULL); IL2CPP_LEAVE(0xF, FINALLY_0008); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0008; } FINALLY_0008: { // begin finally (depth: 1) Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(8) } // end finally (depth: 1) IL2CPP_CLEANUP(8) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF, IL_000f) } IL_000f: { return; } } // System.Void Microsoft.Win32.KeyHandler::Save() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHandler_Save_m1DDAA8E46F20194C61EFCD3293F0856C24C33EB4 (KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF * __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*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpandString_t9106B59E06E44175F3056DE2461ECAA5E4F95230_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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BA8CB3B900ECEF5E697192B8CDA6B626EB0CE72); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1380B0EEABE4437025A90EEED5792DACA9B5F0A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F1705A1AA8BA6FCE863E7F2CBA4BC28458C77AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C46076BF9A73399F28AE8B09A745F1A5029A324); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BF5178642E8A4A1CD696E9677A84D48F7265266); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE0FBBCDFF81053C9AD5CAA6E722EA0A5C3FA40E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBFED6DEA5A92748E7B7A0A236B4FBA1EFEF38C6); s_Il2CppMethodInitialized = true; } SecurityElement_tB9682077760936136392270197F642224B2141CC * V_0 = NULL; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_4; memset((&V_4), 0, sizeof(V_4)); RuntimeObject * V_5 = NULL; SecurityElement_tB9682077760936136392270197F642224B2141CC * V_6 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_7 = NULL; int32_t V_8 = 0; String_t* V_9 = NULL; SecurityElement_tB9682077760936136392270197F642224B2141CC * V_10 = NULL; RuntimeObject* V_11 = NULL; FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * V_12 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0; L_0 = KeyHandler_get_IsMarkedForDeletion_mD1663E0551AE3C4C51E8D3F820EBBF14935C1236(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_1 = (SecurityElement_tB9682077760936136392270197F642224B2141CC *)il2cpp_codegen_object_new(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); SecurityElement__ctor_m8352E5DACBF8CD356106E2DFFDF39079B2F31FC3(L_1, _stringLiteralFBFED6DEA5A92748E7B7A0A236B4FBA1EFEF38C6, /*hidden argument*/NULL); V_0 = L_1; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = __this->get_values_5(); V_1 = L_2; V_2 = (bool)0; } IL_001d: try { // begin try (depth: 1) { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_3, (bool*)(&V_2), /*hidden argument*/NULL); String_t* L_4 = __this->get_file_6(); bool L_5; L_5 = File_Exists_mDAEBF2732BC830270FD98346F069B04E97BB1D5B(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0044; } } IL_0032: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = __this->get_values_5(); int32_t L_7; L_7 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_6); if (L_7) { goto IL_0044; } } IL_003f: { IL2CPP_LEAVE(0x247, FINALLY_020a); } IL_0044: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8 = __this->get_values_5(); RuntimeObject* L_9; L_9 = VirtFuncInvoker0< RuntimeObject* >::Invoke(23 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_8); V_3 = L_9; } IL_0050: try { // begin try (depth: 2) { goto IL_01e9; } IL_0055: { RuntimeObject* L_10 = V_3; RuntimeObject * L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); V_4 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_11, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); RuntimeObject * L_12; L_12 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_4), /*hidden argument*/NULL); V_5 = L_12; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_13 = (SecurityElement_tB9682077760936136392270197F642224B2141CC *)il2cpp_codegen_object_new(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); SecurityElement__ctor_m8352E5DACBF8CD356106E2DFFDF39079B2F31FC3(L_13, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, /*hidden argument*/NULL); V_6 = L_13; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_14 = V_6; RuntimeObject * L_15; L_15 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_4), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); String_t* L_16; L_16 = SecurityElement_Escape_mF3E97399212441EDAE64CF66FF916351809AFA6F(((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); SecurityElement_AddAttribute_m27E27E930F492BC7AD32352A8FF22DC516D487B1(L_14, _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F, L_16, /*hidden argument*/NULL); RuntimeObject * L_17 = V_5; if (!((String_t*)IsInstSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var))) { goto IL_00c6; } } IL_009d: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_18 = V_6; SecurityElement_AddAttribute_m27E27E930F492BC7AD32352A8FF22DC516D487B1(L_18, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, _stringLiteral2F1705A1AA8BA6FCE863E7F2CBA4BC28458C77AE, /*hidden argument*/NULL); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_19 = V_6; RuntimeObject * L_20 = V_5; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); String_t* L_21; L_21 = SecurityElement_Escape_mF3E97399212441EDAE64CF66FF916351809AFA6F(((String_t*)CastclassSealed((RuntimeObject*)L_20, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); SecurityElement_set_Text_m50C49AF9AB471FC6463C750BF60864F973FB8F5B(L_19, L_21, /*hidden argument*/NULL); goto IL_01e1; } IL_00c6: { RuntimeObject * L_22 = V_5; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_22, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))) { goto IL_00f3; } } IL_00cf: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_23 = V_6; SecurityElement_AddAttribute_m27E27E930F492BC7AD32352A8FF22DC516D487B1(L_23, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, _stringLiteral0BA8CB3B900ECEF5E697192B8CDA6B626EB0CE72, /*hidden argument*/NULL); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_24 = V_6; RuntimeObject * L_25 = V_5; String_t* L_26; L_26 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25); SecurityElement_set_Text_m50C49AF9AB471FC6463C750BF60864F973FB8F5B(L_24, L_26, /*hidden argument*/NULL); goto IL_01e1; } IL_00f3: { RuntimeObject * L_27 = V_5; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_27, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var))) { goto IL_0120; } } IL_00fc: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_28 = V_6; SecurityElement_AddAttribute_m27E27E930F492BC7AD32352A8FF22DC516D487B1(L_28, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, _stringLiteral7BF5178642E8A4A1CD696E9677A84D48F7265266, /*hidden argument*/NULL); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_29 = V_6; RuntimeObject * L_30 = V_5; String_t* L_31; L_31 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_30); SecurityElement_set_Text_m50C49AF9AB471FC6463C750BF60864F973FB8F5B(L_29, L_31, /*hidden argument*/NULL); goto IL_01e1; } IL_0120: { RuntimeObject * L_32 = V_5; if (!((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)IsInst((RuntimeObject*)L_32, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))) { goto IL_0152; } } IL_0129: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_33 = V_6; SecurityElement_AddAttribute_m27E27E930F492BC7AD32352A8FF22DC516D487B1(L_33, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, _stringLiteralDE0FBBCDFF81053C9AD5CAA6E722EA0A5C3FA40E, /*hidden argument*/NULL); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_34 = V_6; RuntimeObject * L_35 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_36; L_36 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_35, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); SecurityElement_set_Text_m50C49AF9AB471FC6463C750BF60864F973FB8F5B(L_34, L_36, /*hidden argument*/NULL); goto IL_01e1; } IL_0152: { RuntimeObject * L_37 = V_5; if (!((ExpandString_t9106B59E06E44175F3056DE2461ECAA5E4F95230 *)IsInstClass((RuntimeObject*)L_37, ExpandString_t9106B59E06E44175F3056DE2461ECAA5E4F95230_il2cpp_TypeInfo_var))) { goto IL_0181; } } IL_015b: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_38 = V_6; SecurityElement_AddAttribute_m27E27E930F492BC7AD32352A8FF22DC516D487B1(L_38, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, _stringLiteral1380B0EEABE4437025A90EEED5792DACA9B5F0A0, /*hidden argument*/NULL); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_39 = V_6; RuntimeObject * L_40 = V_5; String_t* L_41; L_41 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_40); IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); String_t* L_42; L_42 = SecurityElement_Escape_mF3E97399212441EDAE64CF66FF916351809AFA6F(L_41, /*hidden argument*/NULL); SecurityElement_set_Text_m50C49AF9AB471FC6463C750BF60864F973FB8F5B(L_39, L_42, /*hidden argument*/NULL); goto IL_01e1; } IL_0181: { RuntimeObject * L_43 = V_5; if (!((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)IsInst((RuntimeObject*)L_43, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var))) { goto IL_01e1; } } IL_018a: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_44 = V_6; SecurityElement_AddAttribute_m27E27E930F492BC7AD32352A8FF22DC516D487B1(L_44, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, _stringLiteral4C46076BF9A73399F28AE8B09A745F1A5029A324, /*hidden argument*/NULL); RuntimeObject * L_45 = V_5; V_7 = ((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)Castclass((RuntimeObject*)L_45, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)); V_8 = 0; goto IL_01d9; } IL_01a9: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_46 = V_7; int32_t L_47 = V_8; int32_t L_48 = L_47; String_t* L_49 = (L_46)->GetAtUnchecked(static_cast(L_48)); V_9 = L_49; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_50 = (SecurityElement_tB9682077760936136392270197F642224B2141CC *)il2cpp_codegen_object_new(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); SecurityElement__ctor_m8352E5DACBF8CD356106E2DFFDF39079B2F31FC3(L_50, _stringLiteral2F1705A1AA8BA6FCE863E7F2CBA4BC28458C77AE, /*hidden argument*/NULL); V_10 = L_50; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_51 = V_10; String_t* L_52 = V_9; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_tB9682077760936136392270197F642224B2141CC_il2cpp_TypeInfo_var); String_t* L_53; L_53 = SecurityElement_Escape_mF3E97399212441EDAE64CF66FF916351809AFA6F(L_52, /*hidden argument*/NULL); SecurityElement_set_Text_m50C49AF9AB471FC6463C750BF60864F973FB8F5B(L_51, L_53, /*hidden argument*/NULL); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_54 = V_6; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_55 = V_10; SecurityElement_AddChild_m6342B0169BF927C26E29FB709922CF18B7B04A8C(L_54, L_55, /*hidden argument*/NULL); int32_t L_56 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_01d9: { int32_t L_57 = V_8; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_58 = V_7; if ((((int32_t)L_57) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_58)->max_length)))))) { goto IL_01a9; } } IL_01e1: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_59 = V_0; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_60 = V_6; SecurityElement_AddChild_m6342B0169BF927C26E29FB709922CF18B7B04A8C(L_59, L_60, /*hidden argument*/NULL); } IL_01e9: { RuntimeObject* L_61 = V_3; bool L_62; L_62 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_61); if (L_62) { goto IL_0055; } } IL_01f4: { IL2CPP_LEAVE(0x214, FINALLY_01f6); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f6; } FINALLY_01f6: { // begin finally (depth: 2) { RuntimeObject* L_63 = V_3; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_63, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_64 = V_11; if (!L_64) { goto IL_0209; } } IL_0202: { RuntimeObject* L_65 = V_11; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_65); } IL_0209: { IL2CPP_END_FINALLY(502) } } // end finally (depth: 2) IL2CPP_CLEANUP(502) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x214, FINALLY_020a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_020a; } FINALLY_020a: { // begin finally (depth: 1) { bool L_66 = V_2; if (!L_66) { goto IL_0213; } } IL_020d: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_67 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_67, /*hidden argument*/NULL); } IL_0213: { IL2CPP_END_FINALLY(522) } } // end finally (depth: 1) IL2CPP_CLEANUP(522) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x247, IL_0247) IL2CPP_JUMP_TBL(0x214, IL_0214) } IL_0214: { String_t* L_68 = __this->get_file_6(); FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_69; L_69 = File_Create_m2C278C920C8B40322EB632EC620A83B021C90725(L_68, /*hidden argument*/NULL); V_12 = L_69; } IL_0221: try { // begin try (depth: 1) FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_70 = V_12; StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_71 = (StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 *)il2cpp_codegen_object_new(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_il2cpp_TypeInfo_var); StreamWriter__ctor_m3D516CFFEDAC2849A8C3E997FD0233A61A482762(L_71, L_70, /*hidden argument*/NULL); StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_72 = L_71; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_73 = V_0; String_t* L_74; L_74 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_73); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void System.IO.TextWriter::Write(System.String) */, L_72, L_74); VirtActionInvoker0::Invoke(9 /* System.Void System.IO.TextWriter::Flush() */, L_72); IL2CPP_LEAVE(0x247, FINALLY_023b); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_023b; } FINALLY_023b: { // begin finally (depth: 1) { FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_75 = V_12; if (!L_75) { goto IL_0246; } } IL_023f: { FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_76 = V_12; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_76); } IL_0246: { IL2CPP_END_FINALLY(571) } } // end finally (depth: 1) IL2CPP_CLEANUP(571) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x247, IL_0247) } IL_0247: { return; } } // System.String Microsoft.Win32.KeyHandler::get_UserStore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyHandler_get_UserStore_mD4C6BF03AE44BCE3DAAC0BCA3AF6114D2711334C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral002B76AA43AF026826F9231E6322EEE332D7B2B0); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); String_t* L_0 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_user_store_8(); if (L_0) { goto IL_001c; } } { String_t* L_1; L_1 = Environment_GetFolderPath_m45AFDC70D0EE6BD322FED550D466D7E0094DBC59(5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_2; L_2 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_1, _stringLiteral002B76AA43AF026826F9231E6322EEE332D7B2B0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->set_user_store_8(L_2); } IL_001c: { IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); String_t* L_3 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_user_store_8(); return L_3; } } // System.String Microsoft.Win32.KeyHandler::get_MachineStore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyHandler_get_MachineStore_m698A9248C3F6F74325ED56D29122FAC60234FA2A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1988C21AFA2D5EB45815669CE648ADE1F28F92E4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC9E6A16A2B862023CCDC29E42E5404E9ACD4F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A0B4ADF54CAFC756FA63973DB233A6DA5DA94C5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA765656EC655E7737653C56521F273F9CF664D55); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); String_t* L_0 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_machine_store_9(); if (L_0) { goto IL_0050; } } { String_t* L_1; L_1 = Environment_GetEnvironmentVariable_mBDE19BD883E2D01AEA6DD1667D5E97941558C7A3(_stringLiteral1988C21AFA2D5EB45815669CE648ADE1F28F92E4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->set_machine_store_9(L_1); String_t* L_2 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_machine_store_9(); if (L_2) { goto IL_0050; } } { String_t* L_3; L_3 = Environment_GetMachineConfigPath_mB7061651DDDB89744C9ACF3E1A69D194A1F4E7B2(/*hidden argument*/NULL); String_t* L_4 = L_3; int32_t L_5; L_5 = String_IndexOf_m90616B2D8ACC645F389750FAE4F9A75BC5D82454(L_4, _stringLiteral8A0B4ADF54CAFC756FA63973DB233A6DA5DA94C5, /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = V_0; String_t* L_7; L_7 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_4, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_8; L_8 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_7, _stringLiteral26DC9E6A16A2B862023CCDC29E42E5404E9ACD4F, /*hidden argument*/NULL); String_t* L_9; L_9 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_8, _stringLiteralA765656EC655E7737653C56521F273F9CF664D55, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->set_machine_store_9(L_9); } IL_0050: { IL2CPP_RUNTIME_CLASS_INIT(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var); String_t* L_10 = ((KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_StaticFields*)il2cpp_codegen_static_fields_for(KeyHandler_tB9094857C733957C9D709512D2AD478828B119FF_il2cpp_TypeInfo_var))->get_machine_store_9(); return L_10; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyNotFoundException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyNotFoundException__ctor_mDC226A7A5A3DA52C5886236F32F19F36E6B1C1C1 (KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral457BF4072EA28A68960C6F36D3FB2B96D339A700); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteral457BF4072EA28A68960C6F36D3FB2B96D339A700, /*hidden argument*/NULL); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146232969), /*hidden argument*/NULL); return; } } // System.Void System.Collections.Generic.KeyNotFoundException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyNotFoundException__ctor_m0EC42CEED5BA7A842158FFADCF05BBACF33B700D (KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952 * __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)-2146232969), /*hidden argument*/NULL); return; } } // System.Void System.Collections.Generic.KeyNotFoundException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyNotFoundException__ctor_m341AD5EEA669197262ABC41FCB1FECD1BCADE185 (KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952 * __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.String System.Collections.Generic.KeyValuePair::PairToString(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725 (RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { StringBuilder_t * L_0; L_0 = StringBuilderCache_Acquire_mC7C5506CB542A20FEEBF48E654255C5368462D1A(((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; StringBuilder_t * L_1 = V_0; StringBuilder_t * L_2; L_2 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_1, ((int32_t)91), /*hidden argument*/NULL); RuntimeObject * L_3 = ___key0; if (!L_3) { goto IL_001c; } } { StringBuilder_t * L_4 = V_0; RuntimeObject * L_5 = ___key0; StringBuilder_t * L_6; L_6 = StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F(L_4, L_5, /*hidden argument*/NULL); } IL_001c: { StringBuilder_t * L_7 = V_0; StringBuilder_t * L_8; L_8 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_7, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); RuntimeObject * L_9 = ___value1; if (!L_9) { goto IL_0033; } } { StringBuilder_t * L_10 = V_0; RuntimeObject * L_11 = ___value1; StringBuilder_t * L_12; L_12 = StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F(L_10, L_11, /*hidden argument*/NULL); } IL_0033: { StringBuilder_t * L_13 = V_0; StringBuilder_t * L_14; L_14 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_13, ((int32_t)93), /*hidden argument*/NULL); StringBuilder_t * L_15 = V_0; String_t* L_16; L_16 = StringBuilderCache_GetStringAndRelease_m388380FCDB6AA02F394DDC1E2D67D2D3F94E15D3(L_15, /*hidden argument*/NULL); return L_16; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.KeyValuePairs::.ctor(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePairs__ctor_m73896CD02F6426318A8EE3A405CB8BF4D916438A (KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___value1; __this->set_value_1(L_0); RuntimeObject * L_1 = ___key0; __this->set_key_0(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.Byte[] System.KnownTerminals::get_linux() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* KnownTerminals_get_linux_mC782F1F728D0179B98980C7FB785D9C1378AF56B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____40981BAA39513E58B28DCF0103CC04DE2A0A0444_22_FieldInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1665)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____40981BAA39513E58B28DCF0103CC04DE2A0A0444_22_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); return L_1; } } // System.Byte[] System.KnownTerminals::get_xterm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* KnownTerminals_get_xterm_m1C46DA4EE4F1AD49C768E2E1EF1B021FFCA3D0D3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____8D231DD55FE1AD7631BBD0905A17D5EB616C2154_56_FieldInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)2100)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____8D231DD55FE1AD7631BBD0905A17D5EB616C2154_56_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); return L_1; } } // System.Byte[] System.KnownTerminals::get_ansi() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* KnownTerminals_get_ansi_m35053A87F0AE1409620A9692E907C011F1CA3C51 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____379C06C9E702D31469C29033F0DD63931EB349F5_16_FieldInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1450)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____379C06C9E702D31469C29033F0DD63931EB349F5_16_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*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 System.Text.Latin1Encoding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Latin1Encoding__ctor_m20C65CBA58EBF4EF27E736733CC3ACDC5B6A5F6C (Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016 * __this, const RuntimeMethod* method) { { EncodingNLS__ctor_m4D7799421E817767E088E6AB6FDF5D8A7454709C(__this, ((int32_t)28591), /*hidden argument*/NULL); return; } } // System.Void System.Text.Latin1Encoding::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Latin1Encoding__ctor_m7845069500D370AD8089F764D2534E3040F029D1 (Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { EncodingNLS__ctor_m4D7799421E817767E088E6AB6FDF5D8A7454709C(__this, ((int32_t)28591), /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; Encoding_DeserializeEncoding_m4B1DCDCB992EAE4B104640731BEAE7D518BAAA46(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Text.Latin1Encoding::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Latin1Encoding_System_Runtime_Serialization_ISerializable_GetObjectData_mDCDDAA3522F759ECAB50050A971CCD06D0C23E3A (Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral30CDCD5880F436572BFC139AE604796DE7CB0C8F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53C733F603842C716C7C4B6F53524B3D7D3B0667); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF0C985424842AC5278EF79D9691BEBCA560C41D6); s_Il2CppMethodInitialized = true; } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; Encoding_SerializeEncoding_m5909DBC657B75DBADF1CE3641CA574B1C2F96163(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5(L_2, _stringLiteral53C733F603842C716C7C4B6F53524B3D7D3B0667, 1, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_3 = ___info0; int32_t L_4; L_4 = VirtFuncInvoker0< int32_t >::Invoke(25 /* System.Int32 System.Text.Encoding::get_CodePage() */, __this); SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5(L_3, _stringLiteral30CDCD5880F436572BFC139AE604796DE7CB0C8F, L_4, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_5 = ___info0; SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_5, _stringLiteralF0C985424842AC5278EF79D9691BEBCA560C41D6, NULL, /*hidden argument*/NULL); return; } } // System.Int32 System.Text.Latin1Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Latin1Encoding_GetByteCount_m028330702A8B152370ACBF1866B4C1DA04927D0C (Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * ___encoder2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418 * V_1 = NULL; int32_t V_2 = 0; Il2CppChar* V_3 = NULL; EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * V_4 = NULL; Il2CppChar V_5 = 0x0; int32_t G_B23_0 = 0; { V_0 = 0; EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_0 = ___encoder2; if (!L_0) { goto IL_001a; } } { EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_1 = ___encoder2; Il2CppChar L_2 = L_1->get_charLeftOver_2(); V_0 = L_2; EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_3 = ___encoder2; EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * L_4; L_4 = Encoder_get_Fallback_mA74E8E9252247FEBACF14F2EBD0FC7178035BF8D_inline(L_3, /*hidden argument*/NULL); V_1 = ((EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418 *)IsInstSealed((RuntimeObject*)L_4, EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418_il2cpp_TypeInfo_var)); goto IL_0026; } IL_001a: { EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * L_5; L_5 = Encoding_get_EncoderFallback_m8DF6B8EC2F7AA69AF9129C5334D1FAFE13081152_inline(__this, /*hidden argument*/NULL); V_1 = ((EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418 *)IsInstSealed((RuntimeObject*)L_5, EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418_il2cpp_TypeInfo_var)); } IL_0026: { EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418 * L_6 = V_1; if (!L_6) { goto IL_003d; } } { EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418 * L_7 = V_1; int32_t L_8; L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_7); if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_003d; } } { Il2CppChar L_9 = V_0; if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_003b; } } { int32_t L_10 = ___charCount1; ___charCount1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_003b: { int32_t L_11 = ___charCount1; return L_11; } IL_003d: { V_2 = 0; Il2CppChar* L_12 = ___chars0; int32_t L_13 = ___charCount1; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2)))); V_4 = (EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 *)NULL; Il2CppChar L_14 = V_0; if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_00c3; } } { EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_15 = ___encoder2; EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_16; L_16 = Encoder_get_FallbackBuffer_m6B7591CCC5A8756F6E0DF09992FF58D6DBC2A292(L_15, /*hidden argument*/NULL); V_4 = L_16; EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_17 = V_4; Il2CppChar* L_18 = ___chars0; Il2CppChar* L_19 = V_3; EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_20 = ___encoder2; EncoderFallbackBuffer_InternalInitialize_m09ED5C14B878BAF5AD486D8A42E834C90381B740(L_17, (Il2CppChar*)(Il2CppChar*)L_18, (Il2CppChar*)(Il2CppChar*)L_19, L_20, (bool)0, /*hidden argument*/NULL); EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_21 = V_4; Il2CppChar L_22 = V_0; bool L_23; L_23 = VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_21, L_22, (Il2CppChar**)(&___chars0)); goto IL_00c3; } IL_006d: { Il2CppChar L_24 = V_5; if (L_24) { goto IL_007a; } } { Il2CppChar* L_25 = ___chars0; int32_t L_26 = *((uint16_t*)L_25); V_5 = L_26; Il2CppChar* L_27 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_27, (int32_t)2)); } IL_007a: { Il2CppChar L_28 = V_5; if ((((int32_t)L_28) <= ((int32_t)((int32_t)255)))) { goto IL_00bf; } } { EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_29 = V_4; if (L_29) { goto IL_00b1; } } { EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_30 = ___encoder2; if (L_30) { goto IL_0099; } } { EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * L_31 = ((Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)__this)->get_encoderFallback_13(); EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_32; L_32 = VirtFuncInvoker0< EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_31); V_4 = L_32; goto IL_00a1; } IL_0099: { EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_33 = ___encoder2; EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_34; L_34 = Encoder_get_FallbackBuffer_m6B7591CCC5A8756F6E0DF09992FF58D6DBC2A292(L_33, /*hidden argument*/NULL); V_4 = L_34; } IL_00a1: { EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_35 = V_4; Il2CppChar* L_36 = V_3; int32_t L_37 = ___charCount1; Il2CppChar* L_38 = V_3; EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_39 = ___encoder2; EncoderFallbackBuffer_InternalInitialize_m09ED5C14B878BAF5AD486D8A42E834C90381B740(L_35, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_36, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_37), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_38, L_39, (bool)0, /*hidden argument*/NULL); } IL_00b1: { EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_40 = V_4; Il2CppChar L_41 = V_5; bool L_42; L_42 = VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_40, L_41, (Il2CppChar**)(&___chars0)); goto IL_00c3; } IL_00bf: { int32_t L_43 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_00c3: { EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_44 = V_4; if (!L_44) { goto IL_00d0; } } { EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_45 = V_4; Il2CppChar L_46; L_46 = EncoderFallbackBuffer_InternalGetNextChar_m50D2782A46A1FA7BDA3053A6FDF1FFE24E8A1A21(L_45, /*hidden argument*/NULL); G_B23_0 = ((int32_t)(L_46)); goto IL_00d1; } IL_00d0: { G_B23_0 = 0; } IL_00d1: { int32_t L_47 = G_B23_0; V_5 = L_47; if (L_47) { goto IL_006d; } } { Il2CppChar* L_48 = ___chars0; Il2CppChar* L_49 = V_3; if ((!(((uintptr_t)L_48) >= ((uintptr_t)L_49)))) { goto IL_006d; } } { int32_t L_50 = V_2; return L_50; } } // System.Int32 System.Text.Latin1Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Latin1Encoding_GetBytes_m82BF79B62EEE6A120AEAEC87E0E079FB094937D3 (Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, uint8_t* ___bytes2, int32_t ___byteCount3, EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * ___encoder4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418 * V_1 = NULL; Il2CppChar* V_2 = NULL; uint8_t* V_3 = NULL; Il2CppChar* V_4 = NULL; uint8_t* V_5 = NULL; EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * V_6 = NULL; Il2CppChar V_7 = 0x0; Il2CppChar V_8 = 0x0; Il2CppChar V_9 = 0x0; int32_t G_B41_0 = 0; { V_0 = 0; V_1 = (EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418 *)NULL; EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_0 = ___encoder4; if (!L_0) { goto IL_001f; } } { EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_1 = ___encoder4; Il2CppChar L_2 = L_1->get_charLeftOver_2(); V_0 = L_2; EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_3 = ___encoder4; EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * L_4; L_4 = Encoder_get_Fallback_mA74E8E9252247FEBACF14F2EBD0FC7178035BF8D_inline(L_3, /*hidden argument*/NULL); V_1 = ((EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418 *)IsInstSealed((RuntimeObject*)L_4, EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418_il2cpp_TypeInfo_var)); goto IL_002b; } IL_001f: { EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * L_5; L_5 = Encoding_get_EncoderFallback_m8DF6B8EC2F7AA69AF9129C5334D1FAFE13081152_inline(__this, /*hidden argument*/NULL); V_1 = ((EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418 *)IsInstSealed((RuntimeObject*)L_5, EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418_il2cpp_TypeInfo_var)); } IL_002b: { Il2CppChar* L_6 = ___chars0; int32_t L_7 = ___charCount1; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_7), (int32_t)2)))); uint8_t* L_8 = ___bytes2; V_3 = (uint8_t*)L_8; Il2CppChar* L_9 = ___chars0; V_4 = (Il2CppChar*)L_9; EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418 * L_10 = V_1; if (!L_10) { goto IL_00ef; } } { EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418 * L_11 = V_1; int32_t L_12; L_12 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_11); if ((!(((uint32_t)L_12) == ((uint32_t)1)))) { goto IL_00ef; } } { EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418 * L_13 = V_1; String_t* L_14; L_14 = EncoderReplacementFallback_get_DefaultString_m3281D00A45410EF6B0492AEF3372C66FB3B9AC3F_inline(L_13, /*hidden argument*/NULL); Il2CppChar L_15; L_15 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, 0, /*hidden argument*/NULL); V_8 = L_15; Il2CppChar L_16 = V_8; if ((((int32_t)L_16) > ((int32_t)((int32_t)255)))) { goto IL_00ef; } } { Il2CppChar L_17 = V_0; if ((((int32_t)L_17) <= ((int32_t)0))) { goto IL_0084; } } { int32_t L_18 = ___byteCount3; if (L_18) { goto IL_0074; } } { EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_19 = ___encoder4; Encoding_ThrowBytesOverflow_m532071177A2092D4E3F27C0C207EEE76C111968C(__this, L_19, (bool)1, /*hidden argument*/NULL); } IL_0074: { uint8_t* L_20 = ___bytes2; uint8_t* L_21 = (uint8_t*)L_20; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)1)); Il2CppChar L_22 = V_8; *((int8_t*)L_21) = (int8_t)((int32_t)((uint8_t)L_22)); int32_t L_23 = ___byteCount3; ___byteCount3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); } IL_0084: { int32_t L_24 = ___byteCount3; int32_t L_25 = ___charCount1; if ((((int32_t)L_24) >= ((int32_t)L_25))) { goto IL_00c8; } } { EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_26 = ___encoder4; int32_t L_27 = ___byteCount3; Encoding_ThrowBytesOverflow_m532071177A2092D4E3F27C0C207EEE76C111968C(__this, L_26, (bool)((((int32_t)L_27) < ((int32_t)1))? 1 : 0), /*hidden argument*/NULL); Il2CppChar* L_28 = ___chars0; int32_t L_29 = ___byteCount3; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_29), (int32_t)2)))); goto IL_00c8; } IL_00a0: { Il2CppChar* L_30 = ___chars0; Il2CppChar* L_31 = (Il2CppChar*)L_30; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (int32_t)2)); int32_t L_32 = *((uint16_t*)L_31); V_9 = L_32; Il2CppChar L_33 = V_9; if ((((int32_t)L_33) <= ((int32_t)((int32_t)255)))) { goto IL_00be; } } { uint8_t* L_34 = ___bytes2; uint8_t* L_35 = (uint8_t*)L_34; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_35, (int32_t)1)); Il2CppChar L_36 = V_8; *((int8_t*)L_35) = (int8_t)((int32_t)((uint8_t)L_36)); goto IL_00c8; } IL_00be: { uint8_t* L_37 = ___bytes2; uint8_t* L_38 = (uint8_t*)L_37; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_38, (int32_t)1)); Il2CppChar L_39 = V_9; *((int8_t*)L_38) = (int8_t)((int32_t)((uint8_t)L_39)); } IL_00c8: { Il2CppChar* L_40 = ___chars0; Il2CppChar* L_41 = V_2; if ((!(((uintptr_t)L_40) >= ((uintptr_t)L_41)))) { goto IL_00a0; } } { EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_42 = ___encoder4; if (!L_42) { goto IL_00e7; } } { EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_43 = ___encoder4; L_43->set_charLeftOver_2(0); EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_44 = ___encoder4; Il2CppChar* L_45 = ___chars0; Il2CppChar* L_46 = V_4; L_44->set_m_charsUsed_6(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_45, (intptr_t)L_46))/(int32_t)2))))))); } IL_00e7: { uint8_t* L_47 = ___bytes2; uint8_t* L_48 = V_3; return ((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_47, (intptr_t)L_48))/(int32_t)1)))))); } IL_00ef: { uint8_t* L_49 = ___bytes2; int32_t L_50 = ___byteCount3; V_5 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_49, (int32_t)L_50)); V_6 = (EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 *)NULL; Il2CppChar L_51 = V_0; if ((((int32_t)L_51) <= ((int32_t)0))) { goto IL_01f0; } } { EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_52 = ___encoder4; EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_53; L_53 = Encoder_get_FallbackBuffer_m6B7591CCC5A8756F6E0DF09992FF58D6DBC2A292(L_52, /*hidden argument*/NULL); V_6 = L_53; EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_54 = V_6; Il2CppChar* L_55 = ___chars0; Il2CppChar* L_56 = V_2; EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_57 = ___encoder4; EncoderFallbackBuffer_InternalInitialize_m09ED5C14B878BAF5AD486D8A42E834C90381B740(L_54, (Il2CppChar*)(Il2CppChar*)L_55, (Il2CppChar*)(Il2CppChar*)L_56, L_57, (bool)1, /*hidden argument*/NULL); EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_58 = V_6; Il2CppChar L_59 = V_0; bool L_60; L_60 = VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_58, L_59, (Il2CppChar**)(&___chars0)); EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_61 = V_6; int32_t L_62; L_62 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Text.EncoderFallbackBuffer::get_Remaining() */, L_61); uint8_t* L_63 = V_5; uint8_t* L_64 = ___bytes2; if ((((int64_t)((int64_t)((int64_t)L_62))) <= ((int64_t)((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_63, (intptr_t)L_64))/(int32_t)1))))))) { goto IL_01f0; } } { EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_65 = ___encoder4; Encoding_ThrowBytesOverflow_m532071177A2092D4E3F27C0C207EEE76C111968C(__this, L_65, (bool)1, /*hidden argument*/NULL); goto IL_01f0; } IL_0141: { Il2CppChar L_66 = V_7; if (L_66) { goto IL_014e; } } { Il2CppChar* L_67 = ___chars0; int32_t L_68 = *((uint16_t*)L_67); V_7 = L_68; Il2CppChar* L_69 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_69, (int32_t)2)); } IL_014e: { Il2CppChar L_70 = V_7; if ((((int32_t)L_70) <= ((int32_t)((int32_t)255)))) { goto IL_01c0; } } { EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_71 = V_6; if (L_71) { goto IL_0188; } } { EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_72 = ___encoder4; if (L_72) { goto IL_016e; } } { EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * L_73 = ((Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)__this)->get_encoderFallback_13(); EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_74; L_74 = VirtFuncInvoker0< EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_73); V_6 = L_74; goto IL_0177; } IL_016e: { EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_75 = ___encoder4; EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_76; L_76 = Encoder_get_FallbackBuffer_m6B7591CCC5A8756F6E0DF09992FF58D6DBC2A292(L_75, /*hidden argument*/NULL); V_6 = L_76; } IL_0177: { EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_77 = V_6; Il2CppChar* L_78 = V_2; int32_t L_79 = ___charCount1; Il2CppChar* L_80 = V_2; EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_81 = ___encoder4; EncoderFallbackBuffer_InternalInitialize_m09ED5C14B878BAF5AD486D8A42E834C90381B740(L_77, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_78, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_79), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_80, L_81, (bool)1, /*hidden argument*/NULL); } IL_0188: { EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_82 = V_6; Il2CppChar L_83 = V_7; bool L_84; L_84 = VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_82, L_83, (Il2CppChar**)(&___chars0)); EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_85 = V_6; int32_t L_86; L_86 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Text.EncoderFallbackBuffer::get_Remaining() */, L_85); uint8_t* L_87 = V_5; uint8_t* L_88 = ___bytes2; if ((((int64_t)((int64_t)((int64_t)L_86))) <= ((int64_t)((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_87, (intptr_t)L_88))/(int32_t)1))))))) { goto IL_01f0; } } { Il2CppChar* L_89 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_89, (int32_t)2)); EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_90 = V_6; EncoderFallbackBuffer_InternalReset_m3BD7BAE683D6A27D41A8B0D444463D69B8ECD486(L_90, /*hidden argument*/NULL); EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_91 = ___encoder4; Il2CppChar* L_92 = ___chars0; Il2CppChar* L_93 = V_4; Encoding_ThrowBytesOverflow_m532071177A2092D4E3F27C0C207EEE76C111968C(__this, L_91, (bool)((((intptr_t)L_92) == ((intptr_t)L_93))? 1 : 0), /*hidden argument*/NULL); goto IL_020d; } IL_01c0: { uint8_t* L_94 = ___bytes2; uint8_t* L_95 = V_5; if ((!(((uintptr_t)L_94) >= ((uintptr_t)L_95)))) { goto IL_01e6; } } { EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_96 = V_6; if (!L_96) { goto IL_01d2; } } { EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_97 = V_6; bool L_98 = L_97->get_bFallingBack_5(); if (L_98) { goto IL_01d7; } } IL_01d2: { Il2CppChar* L_99 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_99, (int32_t)2)); } IL_01d7: { EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_100 = ___encoder4; Il2CppChar* L_101 = ___chars0; Il2CppChar* L_102 = V_4; Encoding_ThrowBytesOverflow_m532071177A2092D4E3F27C0C207EEE76C111968C(__this, L_100, (bool)((((intptr_t)L_101) == ((intptr_t)L_102))? 1 : 0), /*hidden argument*/NULL); goto IL_020d; } IL_01e6: { uint8_t* L_103 = ___bytes2; Il2CppChar L_104 = V_7; *((int8_t*)L_103) = (int8_t)((int32_t)((uint8_t)L_104)); uint8_t* L_105 = ___bytes2; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_105, (int32_t)1)); } IL_01f0: { EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_106 = V_6; if (!L_106) { goto IL_01fd; } } { EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_107 = V_6; Il2CppChar L_108; L_108 = EncoderFallbackBuffer_InternalGetNextChar_m50D2782A46A1FA7BDA3053A6FDF1FFE24E8A1A21(L_107, /*hidden argument*/NULL); G_B41_0 = ((int32_t)(L_108)); goto IL_01fe; } IL_01fd: { G_B41_0 = 0; } IL_01fe: { int32_t L_109 = G_B41_0; V_7 = L_109; if (L_109) { goto IL_0141; } } { Il2CppChar* L_110 = ___chars0; Il2CppChar* L_111 = V_2; if ((!(((uintptr_t)L_110) >= ((uintptr_t)L_111)))) { goto IL_0141; } } IL_020d: { EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_112 = ___encoder4; if (!L_112) { goto IL_0235; } } { EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_113 = V_6; if (!L_113) { goto IL_0226; } } { EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * L_114 = V_6; bool L_115 = L_114->get_bUsedEncoder_4(); if (L_115) { goto IL_0226; } } { EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_116 = ___encoder4; L_116->set_charLeftOver_2(0); } IL_0226: { EncoderNLS_tB071198C3F300408FDED1BD2C822F46A25115712 * L_117 = ___encoder4; Il2CppChar* L_118 = ___chars0; Il2CppChar* L_119 = V_4; L_117->set_m_charsUsed_6(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_118, (intptr_t)L_119))/(int32_t)2))))))); } IL_0235: { uint8_t* L_120 = ___bytes2; uint8_t* L_121 = V_3; return ((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_120, (intptr_t)L_121))/(int32_t)1)))))); } } // System.Int32 System.Text.Latin1Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Latin1Encoding_GetCharCount_mCFCB1CB55F839BC20CC000B4CA73792AF1C6F34C (Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016 * __this, uint8_t* ___bytes0, int32_t ___count1, DecoderNLS_tE5B1B7D68B698C0B65FBEE94EAE2453FFD3D538A * ___decoder2, const RuntimeMethod* method) { { int32_t L_0 = ___count1; return L_0; } } // System.Int32 System.Text.Latin1Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Latin1Encoding_GetChars_m6CDB230FBEF7B8D4EE9E8FF932635ED8E9F291CB (Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016 * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, DecoderNLS_tE5B1B7D68B698C0B65FBEE94EAE2453FFD3D538A * ___decoder4, const RuntimeMethod* method) { uint8_t* V_0 = NULL; { int32_t L_0 = ___charCount3; int32_t L_1 = ___byteCount1; if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0016; } } { DecoderNLS_tE5B1B7D68B698C0B65FBEE94EAE2453FFD3D538A * L_2 = ___decoder4; int32_t L_3 = ___charCount3; Encoding_ThrowCharsOverflow_m17D57130419A95F9225475A1ED11A0DB463B4B09(__this, L_2, (bool)((((int32_t)L_3) < ((int32_t)1))? 1 : 0), /*hidden argument*/NULL); int32_t L_4 = ___charCount3; ___byteCount1 = L_4; } IL_0016: { uint8_t* L_5 = ___bytes0; int32_t L_6 = ___byteCount1; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6)); goto IL_002a; } IL_001c: { Il2CppChar* L_7 = ___chars2; uint8_t* L_8 = ___bytes0; int32_t L_9 = *((uint8_t*)L_8); *((int16_t*)L_7) = (int16_t)L_9; Il2CppChar* L_10 = ___chars2; ___chars2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)2)); uint8_t* L_11 = ___bytes0; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)1)); } IL_002a: { uint8_t* L_12 = ___bytes0; uint8_t* L_13 = V_0; if ((!(((uintptr_t)L_12) >= ((uintptr_t)L_13)))) { goto IL_001c; } } { DecoderNLS_tE5B1B7D68B698C0B65FBEE94EAE2453FFD3D538A * L_14 = ___decoder4; if (!L_14) { goto IL_003a; } } { DecoderNLS_tE5B1B7D68B698C0B65FBEE94EAE2453FFD3D538A * L_15 = ___decoder4; int32_t L_16 = ___byteCount1; L_15->set_m_bytesUsed_5(L_16); } IL_003a: { int32_t L_17 = ___byteCount1; return L_17; } } // System.Int32 System.Text.Latin1Encoding::GetMaxByteCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Latin1Encoding_GetMaxByteCount_mD09AD153091DEF573BBADD066F9199A129AD9914 (Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016 * __this, int32_t ___charCount0, const RuntimeMethod* method) { int64_t V_0 = 0; { int32_t L_0 = ___charCount0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0019; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AA99C92BB9065939AEAB82DCEAAB6CEE49FA2FB)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Latin1Encoding_GetMaxByteCount_mD09AD153091DEF573BBADD066F9199A129AD9914_RuntimeMethod_var))); } IL_0019: { int32_t L_3 = ___charCount0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)L_3)), (int64_t)((int64_t)((int64_t)1)))); EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * L_4; L_4 = Encoding_get_EncoderFallback_m8DF6B8EC2F7AA69AF9129C5334D1FAFE13081152_inline(__this, /*hidden argument*/NULL); int32_t L_5; L_5 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_4); if ((((int32_t)L_5) <= ((int32_t)1))) { goto IL_003c; } } { int64_t L_6 = V_0; EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * L_7; L_7 = Encoding_get_EncoderFallback_m8DF6B8EC2F7AA69AF9129C5334D1FAFE13081152_inline(__this, /*hidden argument*/NULL); int32_t L_8; L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_7); V_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_6, (int64_t)((int64_t)((int64_t)L_8)))); } IL_003c: { int64_t L_9 = V_0; if ((((int64_t)L_9) <= ((int64_t)((int64_t)((int64_t)((int32_t)2147483647LL)))))) { goto IL_005a; } } { String_t* L_10; L_10 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E3355613467D83EF9CECC8317DF08FA9CF9E0ED)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_11 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AA99C92BB9065939AEAB82DCEAAB6CEE49FA2FB)), L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Latin1Encoding_GetMaxByteCount_mD09AD153091DEF573BBADD066F9199A129AD9914_RuntimeMethod_var))); } IL_005a: { int64_t L_12 = V_0; return ((int32_t)((int32_t)L_12)); } } // System.Int32 System.Text.Latin1Encoding::GetMaxCharCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Latin1Encoding_GetMaxCharCount_m9B60E1DE1814AF6F2E1AD975AE8FFABC81339AC3 (Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016 * __this, int32_t ___byteCount0, const RuntimeMethod* method) { int64_t V_0 = 0; { int32_t L_0 = ___byteCount0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0019; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEA91A6F78B958DA5FF4B61532CF56E4AEBBF872C)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Latin1Encoding_GetMaxCharCount_m9B60E1DE1814AF6F2E1AD975AE8FFABC81339AC3_RuntimeMethod_var))); } IL_0019: { int32_t L_3 = ___byteCount0; V_0 = ((int64_t)((int64_t)L_3)); DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * L_4; L_4 = Encoding_get_DecoderFallback_mED9DB815BD40706B31D365DE77BA3A63DFE541BC_inline(__this, /*hidden argument*/NULL); int32_t L_5; L_5 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.DecoderFallback::get_MaxCharCount() */, L_4); if ((((int32_t)L_5) <= ((int32_t)1))) { goto IL_0039; } } { int64_t L_6 = V_0; DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * L_7; L_7 = Encoding_get_DecoderFallback_mED9DB815BD40706B31D365DE77BA3A63DFE541BC_inline(__this, /*hidden argument*/NULL); int32_t L_8; L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.DecoderFallback::get_MaxCharCount() */, L_7); V_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_6, (int64_t)((int64_t)((int64_t)L_8)))); } IL_0039: { int64_t L_9 = V_0; if ((((int64_t)L_9) <= ((int64_t)((int64_t)((int64_t)((int32_t)2147483647LL)))))) { goto IL_0057; } } { String_t* L_10; L_10 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCEEFC06D83862E35B4E04EAB912AD9AFA131B0B6)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_11 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEA91A6F78B958DA5FF4B61532CF56E4AEBBF872C)), L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Latin1Encoding_GetMaxCharCount_m9B60E1DE1814AF6F2E1AD975AE8FFABC81339AC3_RuntimeMethod_var))); } IL_0057: { int64_t L_12 = V_0; return ((int32_t)((int32_t)L_12)); } } // System.Char[] System.Text.Latin1Encoding::GetBestFitUnicodeToBytesData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* Latin1Encoding_GetBestFitUnicodeToBytesData_mB94BCF11D93F14D7DEBBC6A915268CDEF014222F (Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ((Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016_StaticFields*)il2cpp_codegen_static_fields_for(Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016_il2cpp_TypeInfo_var))->get_arrayCharBestFit_16(); return L_0; } } // System.Void System.Text.Latin1Encoding::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Latin1Encoding__cctor_mEF6569FAF6B5D8578B7E4E32C575CCCB6C1617D1 (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*)&Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6_FieldInfo_var); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)604)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016_StaticFields*)il2cpp_codegen_static_fields_for(Latin1Encoding_t4AD383342243272698FF8CC4E6CF093B105DA016_il2cpp_TypeInfo_var))->set_arrayCharBestFit_16(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 #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.Lifetime.Lease::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lease__ctor_m45CCE06FE50F306E1572C572FA3158D5F029E5B5 (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MarshalByRefObject__ctor_m308FD08D73062FAC2316A55B752BBB5CF8BF02FE(__this, /*hidden argument*/NULL); __this->set__currentState_2(1); IL2CPP_RUNTIME_CLASS_INIT(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0; L_0 = LifetimeServices_get_LeaseTime_m6C22BC6722BEBB0FD51535B61415B13006F406A8_inline(/*hidden argument*/NULL); __this->set__initialLeaseTime_3(L_0); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1; L_1 = LifetimeServices_get_RenewOnCallTime_mE474E3A7889177C1D35C0D0C7E80AA2982194246_inline(/*hidden argument*/NULL); __this->set__renewOnCallTime_4(L_1); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2; L_2 = LifetimeServices_get_SponsorshipTimeout_mD8167EDAED3C90518C296AC9E1097535E87AA77D_inline(/*hidden argument*/NULL); __this->set__sponsorshipTimeout_5(L_2); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; L_3 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_4 = __this->get__initialLeaseTime_3(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5; L_5 = DateTime_op_Addition_m7EDD5204F9E1BCE2C13DE0064417BCA04418BC14(L_3, L_4, /*hidden argument*/NULL); __this->set__leaseExpireTime_1(L_5); return; } } // System.TimeSpan System.Runtime.Remoting.Lifetime.Lease::get_CurrentLeaseTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Lease_get_CurrentLeaseTime_mCF87007F981F5E88B358514CDB1A83DA18EA1DBA (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = __this->get__leaseExpireTime_1(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2; L_2 = DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Runtime.Remoting.Lifetime.LeaseState System.Runtime.Remoting.Lifetime.Lease::get_CurrentState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Lease_get_CurrentState_mF4FAF047FFF4A1799B398E92827994AE3920D74A (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__currentState_2(); return L_0; } } // System.Void System.Runtime.Remoting.Lifetime.Lease::Activate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lease_Activate_m3BD270B8F2B12CD7017F4C16C4FECA9F7427316E (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * __this, const RuntimeMethod* method) { { __this->set__currentState_2(2); return; } } // System.TimeSpan System.Runtime.Remoting.Lifetime.Lease::get_RenewOnCallTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Lease_get_RenewOnCallTime_mF265023DA6E35CE83454CBB1CC63047E3A0BBDB4 (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * __this, const RuntimeMethod* method) { { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get__renewOnCallTime_4(); return L_0; } } // System.TimeSpan System.Runtime.Remoting.Lifetime.Lease::Renew(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Lease_Renew_m171A96BB93EE3CA4D47057536CEF79A1027239F0 (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___renewalTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0; L_0 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = ___renewalTime0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = DateTime_op_Addition_m7EDD5204F9E1BCE2C13DE0064417BCA04418BC14(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = __this->get__leaseExpireTime_1(); bool L_5; L_5 = DateTime_op_GreaterThan_m87A988E247EFDFFE61474088700F29840758E3DD(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0021; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6 = V_0; __this->set__leaseExpireTime_1(L_6); } IL_0021: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_7; L_7 = Lease_get_CurrentLeaseTime_mCF87007F981F5E88B358514CDB1A83DA18EA1DBA(__this, /*hidden argument*/NULL); return L_7; } } // System.Void System.Runtime.Remoting.Lifetime.Lease::Unregister(System.Runtime.Remoting.Lifetime.ISponsor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lease_Unregister_m0B1343A16D8D3A15D2FDD236E287C3477067B886 (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * __this, RuntimeObject* ___obj0, const RuntimeMethod* method) { Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = __this; V_1 = (bool)0; } IL_0004: try { // begin try (depth: 1) { Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * L_0 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = __this->get__sponsors_6(); if (L_1) { goto IL_0016; } } IL_0014: { IL2CPP_LEAVE(0x55, FINALLY_004b); } IL_0016: { V_2 = 0; goto IL_003b; } IL_001a: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = __this->get__sponsors_6(); int32_t L_3 = V_2; RuntimeObject * L_4; L_4 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3); RuntimeObject* L_5 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_4) == ((RuntimeObject*)(RuntimeObject*)L_5)))) { goto IL_0037; } } IL_0029: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_6 = __this->get__sponsors_6(); int32_t L_7 = V_2; VirtActionInvoker1< int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_6, L_7); IL2CPP_LEAVE(0x55, FINALLY_004b); } IL_0037: { int32_t L_8 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_003b: { int32_t L_9 = V_2; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_10 = __this->get__sponsors_6(); int32_t L_11; L_11 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_10); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_001a; } } IL_0049: { IL2CPP_LEAVE(0x55, FINALLY_004b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004b; } FINALLY_004b: { // begin finally (depth: 1) { bool L_12 = V_1; if (!L_12) { goto IL_0054; } } IL_004e: { Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * L_13 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_13, /*hidden argument*/NULL); } IL_0054: { IL2CPP_END_FINALLY(75) } } // end finally (depth: 1) IL2CPP_CLEANUP(75) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x55, IL_0055) } IL_0055: { return; } } // System.Void System.Runtime.Remoting.Lifetime.Lease::UpdateState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lease_UpdateState_m2A429F8A53246861B0CB4A0F7E2612004C54CEA6 (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_t66723C58C7422102C36F8570BE048BD0CC489E52_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get__currentState_2(); if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_000a; } } { return; } IL_000a: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1; L_1 = Lease_get_CurrentLeaseTime_mCF87007F981F5E88B358514CDB1A83DA18EA1DBA(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->get_Zero_0(); bool L_3; L_3 = TimeSpan_op_GreaterThan_m2D4C46D810B02CAA65335A1AB9053AE45875BA18(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001d; } } { return; } IL_001d: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = __this->get__sponsors_6(); if (!L_4) { goto IL_005c; } } { __this->set__currentState_2(3); V_0 = __this; V_1 = (bool)0; } IL_0030: try { // begin try (depth: 1) Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * L_5 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_5, (bool*)(&V_1), /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_6 = __this->get__sponsors_6(); Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_7 = (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 *)il2cpp_codegen_object_new(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52_il2cpp_TypeInfo_var); Queue__ctor_m6A3096FE381C0C489988AC0F0806C68CFBA33D2A(L_7, L_6, /*hidden argument*/NULL); __this->set__renewingSponsors_7(L_7); IL2CPP_LEAVE(0x55, FINALLY_004b); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004b; } FINALLY_004b: { // begin finally (depth: 1) { bool L_8 = V_1; if (!L_8) { goto IL_0054; } } IL_004e: { Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * L_9 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_9, /*hidden argument*/NULL); } IL_0054: { IL2CPP_END_FINALLY(75) } } // end finally (depth: 1) IL2CPP_CLEANUP(75) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x55, IL_0055) } IL_0055: { Lease_CheckNextSponsor_m5F87DB9D2938522FF1B233FD243E894AB7D90AD3(__this, /*hidden argument*/NULL); return; } IL_005c: { __this->set__currentState_2(4); return; } } // System.Void System.Runtime.Remoting.Lifetime.Lease::CheckNextSponsor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lease_CheckNextSponsor_m5F87DB9D2938522FF1B233FD243E894AB7D90AD3 (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISponsor_tD6A1763B7D8A6280ECBD2AA4C8CFD5547BF20394_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Lease_ProcessSponsorResponse_m219E0C175C702AB75761FC878089C1640274CB38_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_0 = __this->get__renewingSponsors_7(); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Collections.Queue::get_Count() */, L_0); if (L_1) { goto IL_001c; } } { __this->set__currentState_2(4); __this->set__renewingSponsors_7((Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 *)NULL); return; } IL_001c: { Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_2 = __this->get__renewingSponsors_7(); RuntimeObject * L_3; L_3 = VirtFuncInvoker0< RuntimeObject * >::Invoke(14 /* System.Object System.Collections.Queue::Peek() */, L_2); V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_3, ISponsor_tD6A1763B7D8A6280ECBD2AA4C8CFD5547BF20394_il2cpp_TypeInfo_var)); RuntimeObject* L_4 = V_0; RuntimeObject* L_5 = L_4; RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7 * L_6 = (RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7 *)il2cpp_codegen_object_new(RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7_il2cpp_TypeInfo_var); RenewalDelegate__ctor_m6C6AFE3D9F13C373C468E2569F8F3BF2998F97B7(L_6, L_5, (intptr_t)((intptr_t)GetInterfaceMethodInfo(L_5, 0, ISponsor_tD6A1763B7D8A6280ECBD2AA4C8CFD5547BF20394_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set__renewalDelegate_8(L_6); RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7 * L_7 = __this->get__renewalDelegate_8(); RuntimeObject* L_8; L_8 = RenewalDelegate_BeginInvoke_mC9EFE0E393CBC09B3C1EB015DFA2E3494306B4B5(L_7, __this, (AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *)NULL, NULL, /*hidden argument*/NULL); V_1 = L_8; RuntimeObject* L_9 = V_1; WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_10; L_10 = InterfaceFuncInvoker0< WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * >::Invoke(0 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370_il2cpp_TypeInfo_var, L_9); WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * L_11 = (WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB *)il2cpp_codegen_object_new(WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB_il2cpp_TypeInfo_var); WaitOrTimerCallback__ctor_mAC22037295DC27F6F518CE65C9EC61E5BD8E9098(L_11, __this, (intptr_t)((intptr_t)Lease_ProcessSponsorResponse_m219E0C175C702AB75761FC878089C1640274CB38_RuntimeMethod_var), /*hidden argument*/NULL); RuntimeObject* L_12 = V_1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_13 = __this->get__sponsorshipTimeout_5(); RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * L_14; L_14 = ThreadPool_RegisterWaitForSingleObject_m1F4EF777314C8B64366F0A6407505B29CB8D7D48(L_10, L_11, L_12, L_13, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.Lifetime.Lease::ProcessSponsorResponse(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lease_ProcessSponsorResponse_m219E0C175C702AB75761FC878089C1640274CB38 (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * __this, RuntimeObject * ___state0, bool ___timedOut1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISponsor_tD6A1763B7D8A6280ECBD2AA4C8CFD5547BF20394_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_1; memset((&V_1), 0, sizeof(V_1)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = ___timedOut1; if (L_0) { goto IL_0041; } } IL_0003: try { // begin try (depth: 1) { RuntimeObject * L_1 = ___state0; V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370_il2cpp_TypeInfo_var)); RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7 * L_2 = __this->get__renewalDelegate_8(); RuntimeObject* L_3 = V_0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_4; L_4 = RenewalDelegate_EndInvoke_mA4440B934AFA00F563F512304FB6B3310AFF929B(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_6 = ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->get_Zero_0(); bool L_7; L_7 = TimeSpan_op_Inequality_mDE127E1886D092054E24EA873CEE64D0857CD04C(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003c; } } IL_0024: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_8 = V_1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_9; L_9 = Lease_Renew_m171A96BB93EE3CA4D47057536CEF79A1027239F0(__this, L_8, /*hidden argument*/NULL); __this->set__currentState_2(2); __this->set__renewingSponsors_7((Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 *)NULL); goto IL_005d; } IL_003c: { goto IL_0041; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003e; } throw e; } CATCH_003e: { // begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0041; } // end catch (depth: 1) IL_0041: { Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_10 = __this->get__renewingSponsors_7(); RuntimeObject * L_11; L_11 = VirtFuncInvoker0< RuntimeObject * >::Invoke(13 /* System.Object System.Collections.Queue::Dequeue() */, L_10); Lease_Unregister_m0B1343A16D8D3A15D2FDD236E287C3477067B886(__this, ((RuntimeObject*)Castclass((RuntimeObject*)L_11, ISponsor_tD6A1763B7D8A6280ECBD2AA4C8CFD5547BF20394_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); Lease_CheckNextSponsor_m5F87DB9D2938522FF1B233FD243E894AB7D90AD3(__this, /*hidden argument*/NULL); } IL_005d: { 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.Lifetime.LeaseManager::SetPollTime(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeaseManager_SetPollTime_m4BDEE8A92AD74638E3130F4B52450421F2C7B9FA (LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___timeSpan0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__objects_0(); RuntimeObject * L_1; L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(21 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); V_0 = L_1; V_1 = (bool)0; } IL_000e: try { // begin try (depth: 1) { RuntimeObject * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB * L_3 = __this->get__timer_1(); if (!L_3) { goto IL_002c; } } IL_001e: { Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB * L_4 = __this->get__timer_1(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_5 = ___timeSpan0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_6 = ___timeSpan0; bool L_7; L_7 = Timer_Change_mF0EB40167FCF8AE930A7AF6B5F57DEC779D407E2(L_4, L_5, L_6, /*hidden argument*/NULL); } IL_002c: { IL2CPP_LEAVE(0x38, FINALLY_002e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: { // begin finally (depth: 1) { bool L_8 = V_1; if (!L_8) { goto IL_0037; } } IL_0031: { RuntimeObject * L_9 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_9, /*hidden argument*/NULL); } IL_0037: { IL2CPP_END_FINALLY(46) } } // end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x38, IL_0038) } IL_0038: { return; } } // System.Void System.Runtime.Remoting.Lifetime.LeaseManager::TrackLifetime(System.Runtime.Remoting.ServerIdentity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeaseManager_TrackLifetime_m9D35F1F4F5114DEF17BA38733F90130C29A43219 (LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1 * __this, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * ___identity0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__objects_0(); RuntimeObject * L_1; L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(21 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); V_0 = L_1; V_1 = (bool)0; } IL_000e: try { // begin try (depth: 1) { RuntimeObject * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_3 = ___identity0; Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * L_4; L_4 = ServerIdentity_get_Lease_mBDFB8BA73DD8C2656D053C579F9F1DE9D6EB5790_inline(L_3, /*hidden argument*/NULL); Lease_Activate_m3BD270B8F2B12CD7017F4C16C4FECA9F7427316E(L_4, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_5 = __this->get__objects_0(); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_6 = ___identity0; int32_t L_7; L_7 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_5, L_6); Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB * L_8 = __this->get__timer_1(); if (L_8) { goto IL_003c; } } IL_0036: { LeaseManager_StartManager_mBE8C55C5CFA34AAFE04DB30E5C212AB6F9947039(__this, /*hidden argument*/NULL); } IL_003c: { IL2CPP_LEAVE(0x48, 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) { bool L_9 = V_1; if (!L_9) { goto IL_0047; } } IL_0041: { RuntimeObject * L_10 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_10, /*hidden argument*/NULL); } IL_0047: { IL2CPP_END_FINALLY(62) } } // end finally (depth: 1) IL2CPP_CLEANUP(62) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x48, IL_0048) } IL_0048: { return; } } // System.Void System.Runtime.Remoting.Lifetime.LeaseManager::StartManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeaseManager_StartManager_mBE8C55C5CFA34AAFE04DB30E5C212AB6F9947039 (LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeaseManager_ManageLeases_m7C90A7EAB0A924E81EC1DB720240EF40866CFF7E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimerCallback_tD193CC50BF27E129E6857E1E8A7EAC24BD131814_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TimerCallback_tD193CC50BF27E129E6857E1E8A7EAC24BD131814 * L_0 = (TimerCallback_tD193CC50BF27E129E6857E1E8A7EAC24BD131814 *)il2cpp_codegen_object_new(TimerCallback_tD193CC50BF27E129E6857E1E8A7EAC24BD131814_il2cpp_TypeInfo_var); TimerCallback__ctor_mA825B3FFCCA028905D47A189B70186E047283684(L_0, __this, (intptr_t)((intptr_t)LeaseManager_ManageLeases_m7C90A7EAB0A924E81EC1DB720240EF40866CFF7E_RuntimeMethod_var), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1; L_1 = LifetimeServices_get_LeaseManagerPollTime_m1BBD1EB6383EAF72DEFA39AF26E1C8AF89312256_inline(/*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2; L_2 = LifetimeServices_get_LeaseManagerPollTime_m1BBD1EB6383EAF72DEFA39AF26E1C8AF89312256_inline(/*hidden argument*/NULL); Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB * L_3 = (Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB *)il2cpp_codegen_object_new(Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB_il2cpp_TypeInfo_var); Timer__ctor_mBD6FACD80C380691A80EF0846CD67D58F5F16CC8(L_3, L_0, NULL, L_1, L_2, /*hidden argument*/NULL); __this->set__timer_1(L_3); return; } } // System.Void System.Runtime.Remoting.Lifetime.LeaseManager::StopManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeaseManager_StopManager_mB1FBBAE1D886CF384B3C17B6031E16B8478AFDCD (LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1 * __this, const RuntimeMethod* method) { Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB * V_0 = NULL; { Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB * L_0 = __this->get__timer_1(); V_0 = L_0; __this->set__timer_1((Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB *)NULL); Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB * L_1 = V_0; if (!L_1) { goto IL_0017; } } { Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB * L_2 = V_0; Timer_Dispose_m89DE06BE1C2F2AF372D469826A0AA3560665B571(L_2, /*hidden argument*/NULL); } IL_0017: { return; } } // System.Void System.Runtime.Remoting.Lifetime.LeaseManager::ManageLeases(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeaseManager_ManageLeases_m7C90A7EAB0A924E81EC1DB720240EF40866CFF7E (LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1 * __this, RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__objects_0(); RuntimeObject * L_1; L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(21 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); V_0 = L_1; V_1 = (bool)0; } IL_000e: try { // begin try (depth: 1) { RuntimeObject * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); V_2 = 0; goto IL_005d; } IL_001a: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = __this->get__objects_0(); int32_t L_4 = V_2; RuntimeObject * L_5; L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4); V_3 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)CastclassClass((RuntimeObject*)L_5, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var)); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_6 = V_3; Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * L_7; L_7 = ServerIdentity_get_Lease_mBDFB8BA73DD8C2656D053C579F9F1DE9D6EB5790_inline(L_6, /*hidden argument*/NULL); Lease_UpdateState_m2A429F8A53246861B0CB4A0F7E2612004C54CEA6(L_7, /*hidden argument*/NULL); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_8 = V_3; Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * L_9; L_9 = ServerIdentity_get_Lease_mBDFB8BA73DD8C2656D053C579F9F1DE9D6EB5790_inline(L_8, /*hidden argument*/NULL); int32_t L_10; L_10 = Lease_get_CurrentState_mF4FAF047FFF4A1799B398E92827994AE3920D74A_inline(L_9, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)4)))) { goto IL_0059; } } IL_0045: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_11 = __this->get__objects_0(); int32_t L_12 = V_2; VirtActionInvoker1< int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_11, L_12); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_13 = V_3; VirtActionInvoker0::Invoke(5 /* System.Void System.Runtime.Remoting.ServerIdentity::OnLifetimeExpired() */, L_13); goto IL_005d; } IL_0059: { int32_t L_14 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005d: { int32_t L_15 = V_2; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_16 = __this->get__objects_0(); int32_t L_17; L_17 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_16); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_001a; } } IL_006b: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_18 = __this->get__objects_0(); int32_t L_19; L_19 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_18); if (L_19) { goto IL_007e; } } IL_0078: { LeaseManager_StopManager_mB1FBBAE1D886CF384B3C17B6031E16B8478AFDCD(__this, /*hidden argument*/NULL); } IL_007e: { IL2CPP_LEAVE(0x8A, FINALLY_0080); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0080; } FINALLY_0080: { // begin finally (depth: 1) { bool L_20 = V_1; if (!L_20) { goto IL_0089; } } IL_0083: { RuntimeObject * L_21 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_21, /*hidden argument*/NULL); } IL_0089: { IL2CPP_END_FINALLY(128) } } // end finally (depth: 1) IL2CPP_CLEANUP(128) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x8A, IL_008a) } IL_008a: { return; } } // System.Void System.Runtime.Remoting.Lifetime.LeaseManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeaseManager__ctor_m9C6AAD7B07B765051BA43D9C53A2C107D21F3EE0 (LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_0, /*hidden argument*/NULL); __this->set__objects_0(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Lifetime.LeaseSink::.ctor(System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeaseSink__ctor_m2C93F08B563C8868AA400622876DFC04B64F5FAD (LeaseSink_t102D9ED005D8D3BF39D7D7012058E2C02FB5F92D * __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.Lifetime.LeaseSink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LeaseSink_SyncProcessMessage_m9B85B49A2B00CCA0540BBF17D3E4571FCA18229A (LeaseSink_t102D9ED005D8D3BF39D7D7012058E2C02FB5F92D * __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; } { RuntimeObject* L_0 = ___msg0; LeaseSink_RenewLease_m62A659205A61F792ADA2F9974DBC8A8E5E12BFF4(__this, L_0, /*hidden argument*/NULL); RuntimeObject* L_1 = __this->get__nextSink_0(); RuntimeObject* L_2 = ___msg0; RuntimeObject* L_3; L_3 = 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_1, L_2); return L_3; } } // System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Lifetime.LeaseSink::AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LeaseSink_AsyncProcessMessage_m66DDA1A9F2C60D924944B1D3591FA47B63020B62 (LeaseSink_t102D9ED005D8D3BF39D7D7012058E2C02FB5F92D * __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); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___msg0; LeaseSink_RenewLease_m62A659205A61F792ADA2F9974DBC8A8E5E12BFF4(__this, L_0, /*hidden argument*/NULL); RuntimeObject* L_1 = __this->get__nextSink_0(); RuntimeObject* L_2 = ___msg0; RuntimeObject* L_3 = ___replySink1; RuntimeObject* L_4; L_4 = 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_1, L_2, L_3); return L_4; } } // System.Void System.Runtime.Remoting.Lifetime.LeaseSink::RenewLease(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeaseSink_RenewLease_m62A659205A61F792ADA2F9974DBC8A8E5E12BFF4 (LeaseSink_t102D9ED005D8D3BF39D7D7012058E2C02FB5F92D * __this, RuntimeObject* ___msg0, 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*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* 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); Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * L_2; L_2 = ServerIdentity_get_Lease_mBDFB8BA73DD8C2656D053C579F9F1DE9D6EB5790_inline(((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)CastclassClass((RuntimeObject*)L_1, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_2; RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_0034; } } { RuntimeObject* L_4 = V_0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_5; L_5 = InterfaceFuncInvoker0< TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 >::Invoke(0 /* System.TimeSpan System.Runtime.Remoting.Lifetime.ILease::get_CurrentLeaseTime() */, ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959_il2cpp_TypeInfo_var, L_4); RuntimeObject* L_6 = V_0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_7; L_7 = InterfaceFuncInvoker0< TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 >::Invoke(2 /* System.TimeSpan System.Runtime.Remoting.Lifetime.ILease::get_RenewOnCallTime() */, ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959_il2cpp_TypeInfo_var, L_6); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_8; L_8 = TimeSpan_op_LessThan_m585756B1EABD0B2BF89F6BDAD62E7C34BCE59E28(L_5, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0034; } } { RuntimeObject* L_9 = V_0; RuntimeObject* L_10 = V_0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_11; L_11 = InterfaceFuncInvoker0< TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 >::Invoke(2 /* System.TimeSpan System.Runtime.Remoting.Lifetime.ILease::get_RenewOnCallTime() */, ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959_il2cpp_TypeInfo_var, L_10); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_12; L_12 = InterfaceFuncInvoker1< TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 , TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 >::Invoke(3 /* System.TimeSpan System.Runtime.Remoting.Lifetime.ILease::Renew(System.TimeSpan) */, ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959_il2cpp_TypeInfo_var, L_9, L_11); } IL_0034: { 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 Mono.Globalization.Unicode.Level2Map::.ctor(System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Level2Map__ctor_mD343887BF1BB1E819C2941608C672C3AFD7540DE (Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C * __this, uint8_t ___source0, uint8_t ___replace1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); uint8_t L_0 = ___source0; __this->set_Source_0(L_0); uint8_t L_1 = ___replace1; __this->set_Replace_1(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.Runtime.Remoting.Lifetime.LifetimeServices::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeServices__cctor_mA7977B8BCB447A8785784D2AFE7442CD6B73F5FD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1 * L_0 = (LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1 *)il2cpp_codegen_object_new(LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1_il2cpp_TypeInfo_var); LeaseManager__ctor_m9C6AAD7B07B765051BA43D9C53A2C107D21F3EE0(L_0, /*hidden argument*/NULL); ((LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var))->set__leaseManager_4(L_0); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1; L_1 = TimeSpan_FromSeconds_m4644EABECA69BC6C07AD649C5898A8E53F4FE7B0((10.0), /*hidden argument*/NULL); ((LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var))->set__leaseManagerPollTime_0(L_1); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2; L_2 = TimeSpan_FromMinutes_mAB9F93263460C5FE2BC56C34F268C97EB6035958((5.0), /*hidden argument*/NULL); ((LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var))->set__leaseTime_1(L_2); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3; L_3 = TimeSpan_FromMinutes_mAB9F93263460C5FE2BC56C34F268C97EB6035958((2.0), /*hidden argument*/NULL); ((LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var))->set__renewOnCallTime_2(L_3); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_4; L_4 = TimeSpan_FromMinutes_mAB9F93263460C5FE2BC56C34F268C97EB6035958((2.0), /*hidden argument*/NULL); ((LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var))->set__sponsorshipTimeout_3(L_4); return; } } // System.TimeSpan System.Runtime.Remoting.Lifetime.LifetimeServices::get_LeaseManagerPollTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 LifetimeServices_get_LeaseManagerPollTime_m1BBD1EB6383EAF72DEFA39AF26E1C8AF89312256 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ((LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var))->get__leaseManagerPollTime_0(); return L_0; } } // System.Void System.Runtime.Remoting.Lifetime.LifetimeServices::set_LeaseManagerPollTime(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeServices_set_LeaseManagerPollTime_m85E72FB69FD52E9BC5FF070FB7403C9775A07066 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); ((LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var))->set__leaseManagerPollTime_0(L_0); LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1 * L_1 = ((LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var))->get__leaseManager_4(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ___value0; LeaseManager_SetPollTime_m4BDEE8A92AD74638E3130F4B52450421F2C7B9FA(L_1, L_2, /*hidden argument*/NULL); return; } } // System.TimeSpan System.Runtime.Remoting.Lifetime.LifetimeServices::get_LeaseTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 LifetimeServices_get_LeaseTime_m6C22BC6722BEBB0FD51535B61415B13006F406A8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ((LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var))->get__leaseTime_1(); return L_0; } } // System.Void System.Runtime.Remoting.Lifetime.LifetimeServices::set_LeaseTime(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeServices_set_LeaseTime_m2480120F8B8F89009F6C4B9FA07642C85F0D0363 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); ((LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var))->set__leaseTime_1(L_0); return; } } // System.TimeSpan System.Runtime.Remoting.Lifetime.LifetimeServices::get_RenewOnCallTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 LifetimeServices_get_RenewOnCallTime_mE474E3A7889177C1D35C0D0C7E80AA2982194246 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ((LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var))->get__renewOnCallTime_2(); return L_0; } } // System.Void System.Runtime.Remoting.Lifetime.LifetimeServices::set_RenewOnCallTime(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeServices_set_RenewOnCallTime_m2D7569123729D47A77173424A1CC3CCA43213CFC (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); ((LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var))->set__renewOnCallTime_2(L_0); return; } } // System.TimeSpan System.Runtime.Remoting.Lifetime.LifetimeServices::get_SponsorshipTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 LifetimeServices_get_SponsorshipTimeout_mD8167EDAED3C90518C296AC9E1097535E87AA77D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ((LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var))->get__sponsorshipTimeout_3(); return L_0; } } // System.Void System.Runtime.Remoting.Lifetime.LifetimeServices::set_SponsorshipTimeout(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeServices_set_SponsorshipTimeout_mA6154F99575D61E3F988FBF3FF9383DB77F70435 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); ((LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var))->set__sponsorshipTimeout_3(L_0); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); LeaseManager_tCB2B24D3B1EB0083B9FF0BA2D4E5E8B84EE94DD1 * L_0 = ((LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var))->get__leaseManager_4(); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_1 = ___identity0; LeaseManager_TrackLifetime_m9D35F1F4F5114DEF17BA38733F90130C29A43219(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.Collections.ListDictionaryInternal::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionaryInternal__ctor_m2A7D15AEB2D51E75F914C0574DA346218E605F9F (ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Object System.Collections.ListDictionaryInternal::get_Item(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ListDictionaryInternal_get_Item_mB051AB873FED538B55D9A4BAE04C2750AB279413 (ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * V_0 = NULL; { RuntimeObject * L_0 = ___key0; 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*)&_stringLiteralC94F5AC0843483C42F57211A309E77D97ADE18B1)), /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListDictionaryInternal_get_Item_mB051AB873FED538B55D9A4BAE04C2750AB279413_RuntimeMethod_var))); } IL_0018: { DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_3 = __this->get_head_0(); V_0 = L_3; goto IL_003d; } IL_0021: { DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_4 = V_0; RuntimeObject * L_5 = L_4->get_key_0(); RuntimeObject * L_6 = ___key0; bool L_7; L_7 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_5, L_6); if (!L_7) { goto IL_0036; } } { DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_8 = V_0; RuntimeObject * L_9 = L_8->get_value_1(); return L_9; } IL_0036: { DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_10 = V_0; DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_11 = L_10->get_next_2(); V_0 = L_11; } IL_003d: { DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_12 = V_0; if (L_12) { goto IL_0021; } } { return NULL; } } // System.Void System.Collections.ListDictionaryInternal::set_Item(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionaryInternal_set_Item_m3F4B5A338FCBB3C7623EE5E3A4C6ACAEBA2F1D42 (ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * V_0 = NULL; DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * V_1 = NULL; DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * V_2 = NULL; { RuntimeObject * L_0 = ___key0; 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*)&_stringLiteralC94F5AC0843483C42F57211A309E77D97ADE18B1)), /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListDictionaryInternal_set_Item_m3F4B5A338FCBB3C7623EE5E3A4C6ACAEBA2F1D42_RuntimeMethod_var))); } IL_0018: { RuntimeObject * L_3 = ___key0; Type_t * L_4; L_4 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_3, /*hidden argument*/NULL); bool L_5; L_5 = VirtFuncInvoker0< bool >::Invoke(66 /* System.Boolean System.Type::get_IsSerializable() */, L_4); if (L_5) { goto IL_003a; } } { String_t* L_6; L_6 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCC68FA6A96194E17659D1E4E00217221829C5EC7)), /*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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListDictionaryInternal_set_Item_m3F4B5A338FCBB3C7623EE5E3A4C6ACAEBA2F1D42_RuntimeMethod_var))); } IL_003a: { RuntimeObject * L_8 = ___value1; if (!L_8) { goto IL_005f; } } { RuntimeObject * L_9 = ___value1; Type_t * L_10; L_10 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_9, /*hidden argument*/NULL); bool L_11; L_11 = VirtFuncInvoker0< bool >::Invoke(66 /* System.Boolean System.Type::get_IsSerializable() */, L_10); if (L_11) { goto IL_005f; } } { String_t* L_12; L_12 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCC68FA6A96194E17659D1E4E00217221829C5EC7)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListDictionaryInternal_set_Item_m3F4B5A338FCBB3C7623EE5E3A4C6ACAEBA2F1D42_RuntimeMethod_var))); } IL_005f: { int32_t L_14 = __this->get_version_1(); __this->set_version_1(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); V_0 = (DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C *)NULL; DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_15 = __this->get_head_0(); V_1 = L_15; goto IL_008f; } IL_0078: { DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_16 = V_1; RuntimeObject * L_17 = L_16->get_key_0(); RuntimeObject * L_18 = ___key0; bool L_19; L_19 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_17, L_18); if (L_19) { goto IL_0092; } } { DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_20 = V_1; V_0 = L_20; DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_21 = V_1; DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_22 = L_21->get_next_2(); V_1 = L_22; } IL_008f: { DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_23 = V_1; if (L_23) { goto IL_0078; } } IL_0092: { DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_24 = V_1; if (!L_24) { goto IL_009d; } } { DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_25 = V_1; RuntimeObject * L_26 = ___value1; L_25->set_value_1(L_26); return; } IL_009d: { DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_27 = (DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C *)il2cpp_codegen_object_new(DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C_il2cpp_TypeInfo_var); DictionaryNode__ctor_m6F5B9B2742BAF70FDFF96486724F8581B05387E0(L_27, /*hidden argument*/NULL); V_2 = L_27; DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_28 = V_2; RuntimeObject * L_29 = ___key0; L_28->set_key_0(L_29); DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_30 = V_2; RuntimeObject * L_31 = ___value1; L_30->set_value_1(L_31); DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_32 = V_0; if (!L_32) { goto IL_00bd; } } { DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_33 = V_0; DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_34 = V_2; L_33->set_next_2(L_34); goto IL_00c4; } IL_00bd: { DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_35 = V_2; __this->set_head_0(L_35); } IL_00c4: { int32_t L_36 = __this->get_count_2(); __this->set_count_2(((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1))); return; } } // System.Int32 System.Collections.ListDictionaryInternal::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ListDictionaryInternal_get_Count_mACDD64BF843BBA3CCE46CE06F601075E3E20EF73 (ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_count_2(); return L_0; } } // System.Boolean System.Collections.ListDictionaryInternal::Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListDictionaryInternal_Contains_mAB931D3F1F936B51DF88C44DB86EBC18176BA0D8 (ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * V_0 = NULL; { RuntimeObject * L_0 = ___key0; 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*)&_stringLiteralC94F5AC0843483C42F57211A309E77D97ADE18B1)), /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListDictionaryInternal_Contains_mAB931D3F1F936B51DF88C44DB86EBC18176BA0D8_RuntimeMethod_var))); } IL_0018: { DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_3 = __this->get_head_0(); V_0 = L_3; goto IL_0038; } IL_0021: { DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_4 = V_0; RuntimeObject * L_5 = L_4->get_key_0(); RuntimeObject * L_6 = ___key0; bool L_7; L_7 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_5, L_6); if (!L_7) { goto IL_0031; } } { return (bool)1; } IL_0031: { DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_8 = V_0; DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_9 = L_8->get_next_2(); V_0 = L_9; } IL_0038: { DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_10 = V_0; if (L_10) { goto IL_0021; } } { return (bool)0; } } // System.Void System.Collections.ListDictionaryInternal::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionaryInternal_CopyTo_m79F43F01322906231EA39884694A2C785680A4C9 (ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * V_0 = NULL; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListDictionaryInternal_CopyTo_m79F43F01322906231EA39884694A2C785680A4C9_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { String_t* L_4; L_4 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListDictionaryInternal_CopyTo_m79F43F01322906231EA39884694A2C785680A4C9_RuntimeMethod_var))); } IL_0027: { int32_t L_6 = ___index1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0040; } } { String_t* L_7; L_7 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListDictionaryInternal_CopyTo_m79F43F01322906231EA39884694A2C785680A4C9_RuntimeMethod_var))); } IL_0040: { RuntimeArray * L_9 = ___array0; int32_t L_10; L_10 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_9, /*hidden argument*/NULL); int32_t L_11 = ___index1; int32_t L_12; L_12 = ListDictionaryInternal_get_Count_mACDD64BF843BBA3CCE46CE06F601075E3E20EF73_inline(__this, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11))) >= ((int32_t)L_12))) { goto IL_0065; } } { String_t* L_13; L_13 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_14 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_14, L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListDictionaryInternal_CopyTo_m79F43F01322906231EA39884694A2C785680A4C9_RuntimeMethod_var))); } IL_0065: { DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_15 = __this->get_head_0(); V_0 = L_15; goto IL_0097; } IL_006e: { RuntimeArray * L_16 = ___array0; DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_17 = V_0; RuntimeObject * L_18 = L_17->get_key_0(); DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_19 = V_0; RuntimeObject * L_20 = L_19->get_value_1(); DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_21; memset((&L_21), 0, sizeof(L_21)); DictionaryEntry__ctor_mF383FECC02E6A6FA003D609E63697A9FC010BCB4((&L_21), L_18, L_20, /*hidden argument*/NULL); DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_22 = L_21; RuntimeObject * L_23 = Box(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var, &L_22); int32_t L_24 = ___index1; Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_16, L_23, L_24, /*hidden argument*/NULL); int32_t L_25 = ___index1; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_26 = V_0; DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_27 = L_26->get_next_2(); V_0 = L_27; } IL_0097: { DictionaryNode_t9A01FA01782F6D162BA158736A5FB81CB893A33C * L_28 = V_0; if (L_28) { goto IL_006e; } } { return; } } // System.Collections.IDictionaryEnumerator System.Collections.ListDictionaryInternal::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ListDictionaryInternal_GetEnumerator_mB73B6E46FCD34A1B52A520499589083FEFC5CF2F (ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeEnumerator_t603444CE6539BA97B964D6B5734C61944955E79B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NodeEnumerator_t603444CE6539BA97B964D6B5734C61944955E79B * L_0 = (NodeEnumerator_t603444CE6539BA97B964D6B5734C61944955E79B *)il2cpp_codegen_object_new(NodeEnumerator_t603444CE6539BA97B964D6B5734C61944955E79B_il2cpp_TypeInfo_var); NodeEnumerator__ctor_m752542B8D995395EB1596559B69F7CACC6E35610(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Collections.IEnumerator System.Collections.ListDictionaryInternal::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ListDictionaryInternal_System_Collections_IEnumerable_GetEnumerator_m1725BB6B6998197125CB5C6735D6340861197F11 (ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeEnumerator_t603444CE6539BA97B964D6B5734C61944955E79B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NodeEnumerator_t603444CE6539BA97B964D6B5734C61944955E79B * L_0 = (NodeEnumerator_t603444CE6539BA97B964D6B5734C61944955E79B *)il2cpp_codegen_object_new(NodeEnumerator_t603444CE6539BA97B964D6B5734C61944955E79B_il2cpp_TypeInfo_var); NodeEnumerator__ctor_m752542B8D995395EB1596559B69F7CACC6E35610(L_0, __this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Reflection.Emit.LocalBuilder IL2CPP_EXTERN_C void LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16_marshal_pinvoke(const LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16& unmarshaled, LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16_marshaled_pinvoke& marshaled) { Exception_t* ___ilgen_4Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'ilgen' of type 'LocalBuilder': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___ilgen_4Exception, NULL); } IL2CPP_EXTERN_C void LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16_marshal_pinvoke_back(const LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16_marshaled_pinvoke& marshaled, LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16& unmarshaled) { Exception_t* ___ilgen_4Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'ilgen' of type 'LocalBuilder': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___ilgen_4Exception, NULL); } // Conversion method for clean up from marshalling of: System.Reflection.Emit.LocalBuilder IL2CPP_EXTERN_C void LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16_marshal_pinvoke_cleanup(LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Reflection.Emit.LocalBuilder IL2CPP_EXTERN_C void LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16_marshal_com(const LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16& unmarshaled, LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16_marshaled_com& marshaled) { Exception_t* ___ilgen_4Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'ilgen' of type 'LocalBuilder': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___ilgen_4Exception, NULL); } IL2CPP_EXTERN_C void LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16_marshal_com_back(const LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16_marshaled_com& marshaled, LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16& unmarshaled) { Exception_t* ___ilgen_4Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'ilgen' of type 'LocalBuilder': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___ilgen_4Exception, NULL); } // Conversion method for clean up from marshalling of: System.Reflection.Emit.LocalBuilder IL2CPP_EXTERN_C void LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16_marshal_com_cleanup(LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.LocalDataStore::.ctor(System.LocalDataStoreMgr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStore__ctor_m9173A0ACAD6B0FA0E0F468545C3DFDA50BC23FF5 (LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * __this, LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * ___mgr0, int32_t ___InitialCapacity1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * L_0 = ___mgr0; __this->set_m_Manager_1(L_0); int32_t L_1 = ___InitialCapacity1; LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF* L_2 = (LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF*)(LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF*)SZArrayNew(LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF_il2cpp_TypeInfo_var, (uint32_t)L_1); __this->set_m_DataTable_0(L_2); return; } } // System.Void System.LocalDataStore::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStore_Dispose_m8200C06FB432D4E08958DAD087F924BD39E4A92A (LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * __this, const RuntimeMethod* method) { { LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * L_0 = __this->get_m_Manager_1(); LocalDataStoreMgr_DeleteLocalDataStore_m3C49C9691DFA920C7BF6E0CD534AC9EE8EEF0AA0(L_0, __this, /*hidden argument*/NULL); return; } } // System.Object System.LocalDataStore::GetData(System.LocalDataStoreSlot) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LocalDataStore_GetData_mABCC4E9B69D99C55EEE7BEB63CE118AD7D6BCC65 (LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * __this, LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * ___slot0, const RuntimeMethod* method) { int32_t V_0 = 0; LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * V_1 = NULL; { LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * L_0 = __this->get_m_Manager_1(); LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_1 = ___slot0; LocalDataStoreMgr_ValidateSlot_m970F5635F56DBF75A9B55E8E78AB77A5E3C6A8DA(L_0, L_1, /*hidden argument*/NULL); LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_2 = ___slot0; int32_t L_3; L_3 = LocalDataStoreSlot_get_Slot_m3A65CCAC7B350C3972FE6CE1F571283715EE474C_inline(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_0047; } } { int32_t L_5 = V_0; LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF* L_6 = __this->get_m_DataTable_0(); if ((((int32_t)L_5) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))) { goto IL_0024; } } { return NULL; } IL_0024: { LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF* L_7 = __this->get_m_DataTable_0(); int32_t L_8 = V_0; int32_t L_9 = L_8; LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * L_10 = (L_7)->GetAtUnchecked(static_cast(L_9)); V_1 = L_10; LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * L_11 = V_1; if (L_11) { goto IL_0032; } } { return NULL; } IL_0032: { LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * L_12 = V_1; int64_t L_13; L_13 = LocalDataStoreElement_get_Cookie_m4686C005B595C2ED7A8118414B80D1643D1042C6_inline(L_12, /*hidden argument*/NULL); LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_14 = ___slot0; int64_t L_15; L_15 = LocalDataStoreSlot_get_Cookie_m77D013F2827460A776F632A30DD746D57229F484_inline(L_14, /*hidden argument*/NULL); if ((!(((uint64_t)L_13) == ((uint64_t)L_15)))) { goto IL_0047; } } { LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * L_16 = V_1; RuntimeObject * L_17; L_17 = LocalDataStoreElement_get_Value_m67CBA55D952AAA4C4B187EF133D0DD5757A2DE5D_inline(L_16, /*hidden argument*/NULL); return L_17; } IL_0047: { String_t* L_18; L_18 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBDCEFCF4179CF01B005EF58409B3974941DFE15B)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_19 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LocalDataStore_GetData_mABCC4E9B69D99C55EEE7BEB63CE118AD7D6BCC65_RuntimeMethod_var))); } } // System.Void System.LocalDataStore::SetData(System.LocalDataStoreSlot,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStore_SetData_mA57636538C5DB0AF907FA51CA23DB20BD5F3311C (LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * __this, LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * ___slot0, RuntimeObject * ___data1, const RuntimeMethod* method) { int32_t V_0 = 0; LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * V_1 = NULL; LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * G_B4_0 = NULL; { LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * L_0 = __this->get_m_Manager_1(); LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_1 = ___slot0; LocalDataStoreMgr_ValidateSlot_m970F5635F56DBF75A9B55E8E78AB77A5E3C6A8DA(L_0, L_1, /*hidden argument*/NULL); LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_2 = ___slot0; int32_t L_3; L_3 = LocalDataStoreSlot_get_Slot_m3A65CCAC7B350C3972FE6CE1F571283715EE474C_inline(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_004f; } } { int32_t L_5 = V_0; LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF* L_6 = __this->get_m_DataTable_0(); if ((((int32_t)L_5) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))) { goto IL_0025; } } { G_B4_0 = ((LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 *)(NULL)); goto IL_002d; } IL_0025: { LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF* L_7 = __this->get_m_DataTable_0(); int32_t L_8 = V_0; int32_t L_9 = L_8; LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * L_10 = (L_7)->GetAtUnchecked(static_cast(L_9)); G_B4_0 = L_10; } IL_002d: { V_1 = G_B4_0; LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * L_11 = V_1; if (L_11) { goto IL_0039; } } { LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_12 = ___slot0; LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * L_13; L_13 = LocalDataStore_PopulateElement_mE27BE388DB988D8D179CA3E6B866F6D086AAAC04(__this, L_12, /*hidden argument*/NULL); V_1 = L_13; } IL_0039: { LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * L_14 = V_1; int64_t L_15; L_15 = LocalDataStoreElement_get_Cookie_m4686C005B595C2ED7A8118414B80D1643D1042C6_inline(L_14, /*hidden argument*/NULL); LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_16 = ___slot0; int64_t L_17; L_17 = LocalDataStoreSlot_get_Cookie_m77D013F2827460A776F632A30DD746D57229F484_inline(L_16, /*hidden argument*/NULL); if ((!(((uint64_t)L_15) == ((uint64_t)L_17)))) { goto IL_004f; } } { LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * L_18 = V_1; RuntimeObject * L_19 = ___data1; LocalDataStoreElement_set_Value_m8AF3CE12E678B5ABC667DD574E72AAC8184F4790_inline(L_18, L_19, /*hidden argument*/NULL); return; } IL_004f: { String_t* L_20; L_20 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBDCEFCF4179CF01B005EF58409B3974941DFE15B)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_21 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LocalDataStore_SetData_mA57636538C5DB0AF907FA51CA23DB20BD5F3311C_RuntimeMethod_var))); } } // System.Void System.LocalDataStore::FreeData(System.Int32,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStore_FreeData_mB43DC596E19851E72D2B6160D2AA6BD2BCF942E4 (LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * __this, int32_t ___slot0, int64_t ___cookie1, const RuntimeMethod* method) { LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * V_0 = NULL; { int32_t L_0 = ___slot0; LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF* L_1 = __this->get_m_DataTable_0(); if ((((int32_t)L_0) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_000c; } } { return; } IL_000c: { LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF* L_2 = __this->get_m_DataTable_0(); int32_t L_3 = ___slot0; int32_t L_4 = L_3; LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * L_5 = (L_2)->GetAtUnchecked(static_cast(L_4)); V_0 = L_5; LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * L_6 = V_0; if (!L_6) { goto IL_002a; } } { LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * L_7 = V_0; int64_t L_8; L_8 = LocalDataStoreElement_get_Cookie_m4686C005B595C2ED7A8118414B80D1643D1042C6_inline(L_7, /*hidden argument*/NULL); int64_t L_9 = ___cookie1; if ((!(((uint64_t)L_8) == ((uint64_t)L_9)))) { goto IL_002a; } } { LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF* L_10 = __this->get_m_DataTable_0(); int32_t L_11 = ___slot0; ArrayElementTypeCheck (L_10, NULL); (L_10)->SetAtUnchecked(static_cast(L_11), (LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 *)NULL); } IL_002a: { return; } } // System.LocalDataStoreElement System.LocalDataStore::PopulateElement(System.LocalDataStoreSlot) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * LocalDataStore_PopulateElement_mE27BE388DB988D8D179CA3E6B866F6D086AAAC04 (LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * __this, LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * ___slot0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF* V_2 = NULL; LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * V_3 = NULL; 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) { LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * L_0 = __this->get_m_Manager_1(); Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_0), /*hidden argument*/NULL); LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_1 = ___slot0; int32_t L_2; L_2 = LocalDataStoreSlot_get_Slot_m3A65CCAC7B350C3972FE6CE1F571283715EE474C_inline(L_1, /*hidden argument*/NULL); V_1 = L_2; int32_t L_3 = V_1; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_002f; } } IL_001f: { String_t* L_4; L_4 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBDCEFCF4179CF01B005EF58409B3974941DFE15B)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_5 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LocalDataStore_PopulateElement_mE27BE388DB988D8D179CA3E6B866F6D086AAAC04_RuntimeMethod_var))); } IL_002f: { int32_t L_6 = V_1; LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF* L_7 = __this->get_m_DataTable_0(); if ((((int32_t)L_6) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))) { goto IL_0066; } } IL_003a: { LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * L_8 = __this->get_m_Manager_1(); int32_t L_9; L_9 = LocalDataStoreMgr_GetSlotTableLength_m706A1A3096B95A67E067107386CEACF82A4A2193(L_8, /*hidden argument*/NULL); LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF* L_10 = (LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF*)(LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF*)SZArrayNew(LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF_il2cpp_TypeInfo_var, (uint32_t)L_9); V_2 = L_10; LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF* L_11 = __this->get_m_DataTable_0(); LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF* L_12 = V_2; LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF* L_13 = __this->get_m_DataTable_0(); Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803((RuntimeArray *)(RuntimeArray *)L_11, (RuntimeArray *)(RuntimeArray *)L_12, ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))), /*hidden argument*/NULL); LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF* L_14 = V_2; __this->set_m_DataTable_0(L_14); } IL_0066: { LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF* L_15 = __this->get_m_DataTable_0(); int32_t L_16 = V_1; int32_t L_17 = L_16; LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * L_18 = (L_15)->GetAtUnchecked(static_cast(L_17)); if (L_18) { goto IL_0083; } } IL_0070: { LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF* L_19 = __this->get_m_DataTable_0(); int32_t L_20 = V_1; LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_21 = ___slot0; int64_t L_22; L_22 = LocalDataStoreSlot_get_Cookie_m77D013F2827460A776F632A30DD746D57229F484_inline(L_21, /*hidden argument*/NULL); LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * L_23 = (LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 *)il2cpp_codegen_object_new(LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7_il2cpp_TypeInfo_var); LocalDataStoreElement__ctor_m1EC8ED33090B27D44188BEC00F1AECD2AD17B310(L_23, L_22, /*hidden argument*/NULL); ArrayElementTypeCheck (L_19, L_23); (L_19)->SetAtUnchecked(static_cast(L_20), (LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 *)L_23); } IL_0083: { LocalDataStoreElementU5BU5D_t0FFE400A2F344919D2883737974989D792D79AAF* L_24 = __this->get_m_DataTable_0(); int32_t L_25 = V_1; int32_t L_26 = L_25; LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * L_27 = (L_24)->GetAtUnchecked(static_cast(L_26)); V_3 = L_27; IL2CPP_LEAVE(0x9D, FINALLY_008e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008e; } FINALLY_008e: { // begin finally (depth: 1) { bool L_28 = V_0; if (!L_28) { goto IL_009c; } } IL_0091: { LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * L_29 = __this->get_m_Manager_1(); Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_29, /*hidden argument*/NULL); } IL_009c: { IL2CPP_END_FINALLY(142) } } // end finally (depth: 1) IL2CPP_CLEANUP(142) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9D, IL_009d) } IL_009d: { LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * L_30 = V_3; return L_30; } } #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.LocalDataStoreElement::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreElement__ctor_m1EC8ED33090B27D44188BEC00F1AECD2AD17B310 (LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * __this, int64_t ___cookie0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int64_t L_0 = ___cookie0; __this->set_m_cookie_1(L_0); return; } } // System.Object System.LocalDataStoreElement::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LocalDataStoreElement_get_Value_m67CBA55D952AAA4C4B187EF133D0DD5757A2DE5D (LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_value_0(); return L_0; } } // System.Void System.LocalDataStoreElement::set_Value(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreElement_set_Value_m8AF3CE12E678B5ABC667DD574E72AAC8184F4790 (LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_m_value_0(L_0); return; } } // System.Int64 System.LocalDataStoreElement::get_Cookie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t LocalDataStoreElement_get_Cookie_m4686C005B595C2ED7A8118414B80D1643D1042C6 (LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_cookie_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.LocalDataStoreHolder::.ctor(System.LocalDataStore) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreHolder__ctor_m10AE82277D26849397307429288F48A0BD7983A5 (LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * __this, LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * ___store0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * L_0 = ___store0; __this->set_m_Store_0(L_0); return; } } // System.Void System.LocalDataStoreHolder::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreHolder_Finalize_mAFDF615191D30EA12EAE68A2521D433F4540FD8D (LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * __this, const RuntimeMethod* method) { LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * L_0 = __this->get_m_Store_0(); V_0 = L_0; LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * L_1 = V_0; if (L_1) { goto IL_000c; } } IL_000a: { IL2CPP_LEAVE(0x1B, FINALLY_0014); } IL_000c: { LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * L_2 = V_0; LocalDataStore_Dispose_m8200C06FB432D4E08958DAD087F924BD39E4A92A(L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x1B, FINALLY_0014); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0014; } FINALLY_0014: { // begin finally (depth: 1) Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(20) } // end finally (depth: 1) IL2CPP_CLEANUP(20) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1B, IL_001b) } IL_001b: { return; } } // System.LocalDataStore System.LocalDataStoreHolder::get_Store() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * LocalDataStoreHolder_get_Store_m9AF980AE8A23E7E98CC36650D14ED3CAB58223A3 (LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * __this, const RuntimeMethod* method) { { LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * L_0 = __this->get_m_Store_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 // System.LocalDataStoreHolder System.LocalDataStoreMgr::CreateLocalDataStore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * LocalDataStoreMgr_CreateLocalDataStore_m8F0AEF83D630A2A79036E96E3481AD02A76D6D14 (LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mBE3CB2BDDAE91C38D3C57C9C9096DE01C5749EC0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * V_0 = NULL; LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_0 = __this->get_m_SlotInfoTable_0(); LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * L_1 = (LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 *)il2cpp_codegen_object_new(LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65_il2cpp_TypeInfo_var); LocalDataStore__ctor_m9173A0ACAD6B0FA0E0F468545C3DFDA50BC23FF5(L_1, __this, ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), /*hidden argument*/NULL); V_0 = L_1; LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * L_2 = V_0; LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * L_3 = (LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 *)il2cpp_codegen_object_new(LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146_il2cpp_TypeInfo_var); LocalDataStoreHolder__ctor_m10AE82277D26849397307429288F48A0BD7983A5(L_3, L_2, /*hidden argument*/NULL); V_1 = L_3; V_2 = (bool)0; RuntimeHelpers_PrepareConstrainedRegions_m4A4D3987FEE068EE30D1ABC4005CDD29D5C52560(/*hidden argument*/NULL); } IL_001d: try { // begin try (depth: 1) Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(__this, (bool*)(&V_2), /*hidden argument*/NULL); List_1_t470880A334542833BF98F3272A5E266DD818EA86 * L_4 = __this->get_m_ManagedLocalDataStores_2(); LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * L_5 = V_0; List_1_Add_mBE3CB2BDDAE91C38D3C57C9C9096DE01C5749EC0(L_4, L_5, /*hidden argument*/List_1_Add_mBE3CB2BDDAE91C38D3C57C9C9096DE01C5749EC0_RuntimeMethod_var); IL2CPP_LEAVE(0x3D, FINALLY_0033); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0033; } FINALLY_0033: { // begin finally (depth: 1) { bool L_6 = V_2; if (!L_6) { goto IL_003c; } } IL_0036: { Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(__this, /*hidden argument*/NULL); } IL_003c: { IL2CPP_END_FINALLY(51) } } // end finally (depth: 1) IL2CPP_CLEANUP(51) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3D, IL_003d) } IL_003d: { LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * L_7 = V_1; return L_7; } } // System.Void System.LocalDataStoreMgr::DeleteLocalDataStore(System.LocalDataStore) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreMgr_DeleteLocalDataStore_m3C49C9691DFA920C7BF6E0CD534AC9EE8EEF0AA0 (LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * __this, LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * ___store0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m947969EF1B0B4D5A3B3BFF068D8B698A6642CBEB_RuntimeMethod_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) Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(__this, (bool*)(&V_0), /*hidden argument*/NULL); List_1_t470880A334542833BF98F3272A5E266DD818EA86 * L_0 = __this->get_m_ManagedLocalDataStores_2(); LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * L_1 = ___store0; bool L_2; L_2 = List_1_Remove_m947969EF1B0B4D5A3B3BFF068D8B698A6642CBEB(L_0, L_1, /*hidden argument*/List_1_Remove_m947969EF1B0B4D5A3B3BFF068D8B698A6642CBEB_RuntimeMethod_var); IL2CPP_LEAVE(0x28, FINALLY_001e); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: { // begin finally (depth: 1) { bool L_3 = V_0; if (!L_3) { goto IL_0027; } } IL_0021: { Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(__this, /*hidden argument*/NULL); } IL_0027: { IL2CPP_END_FINALLY(30) } } // end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x28, IL_0028) } IL_0028: { return; } } // System.LocalDataStoreSlot System.LocalDataStoreMgr::AllocateDataSlot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * LocalDataStoreMgr_AllocateDataSlot_m52FBC07F061A923C620544EA5DF6D34E0BFA7FD8 (LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalDataStoreMgr_AllocateDataSlot_m52FBC07F061A923C620544EA5DF6D34E0BFA7FD8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* V_4 = NULL; int64_t V_5 = 0; LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * V_6 = NULL; 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) { Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(__this, (bool*)(&V_0), /*hidden argument*/NULL); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_0 = __this->get_m_SlotInfoTable_0(); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); int32_t L_1 = __this->get_m_FirstAvailableSlot_1(); V_2 = L_1; goto IL_002f; } IL_0021: { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_2 = __this->get_m_SlotInfoTable_0(); int32_t L_3 = V_2; int32_t L_4 = L_3; uint8_t L_5 = (uint8_t)(L_2)->GetAtUnchecked(static_cast(L_4)); if (!L_5) { goto IL_0033; } } IL_002b: { int32_t L_6 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_002f: { int32_t L_7 = V_2; int32_t L_8 = V_1; if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0021; } } IL_0033: { int32_t L_9 = V_2; int32_t L_10 = V_1; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_006b; } } IL_0037: { int32_t L_11 = V_1; if ((((int32_t)L_11) >= ((int32_t)((int32_t)512)))) { goto IL_0045; } } IL_003f: { int32_t L_12 = V_1; V_3 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)2)); goto IL_004d; } IL_0045: { int32_t L_13 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)128))); } IL_004d: { int32_t L_14 = V_3; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_15 = (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)SZArrayNew(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var, (uint32_t)L_14); V_4 = L_15; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_16 = __this->get_m_SlotInfoTable_0(); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_17 = V_4; int32_t L_18 = V_1; Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803((RuntimeArray *)(RuntimeArray *)L_16, (RuntimeArray *)(RuntimeArray *)L_17, L_18, /*hidden argument*/NULL); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_19 = V_4; __this->set_m_SlotInfoTable_0(L_19); } IL_006b: { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_20 = __this->get_m_SlotInfoTable_0(); int32_t L_21 = V_2; (L_20)->SetAtUnchecked(static_cast(L_21), (bool)1); int32_t L_22 = V_2; int64_t L_23 = __this->get_m_CookieGenerator_4(); V_5 = L_23; int64_t L_24 = V_5; if (il2cpp_codegen_check_add_overflow((int64_t)L_24, (int64_t)((int64_t)((int64_t)1)))) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), LocalDataStoreMgr_AllocateDataSlot_m52FBC07F061A923C620544EA5DF6D34E0BFA7FD8_RuntimeMethod_var); __this->set_m_CookieGenerator_4(((int64_t)il2cpp_codegen_add((int64_t)L_24, (int64_t)((int64_t)((int64_t)1))))); int64_t L_25 = V_5; LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_26 = (LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 *)il2cpp_codegen_object_new(LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5_il2cpp_TypeInfo_var); LocalDataStoreSlot__ctor_m2594F6C3ECD65F1A33B46FCC6636CE54DD23BED3(L_26, __this, L_22, L_25, /*hidden argument*/NULL); int32_t L_27 = V_2; __this->set_m_FirstAvailableSlot_1(((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))); V_6 = L_26; IL2CPP_LEAVE(0xA7, FINALLY_009d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009d; } FINALLY_009d: { // begin finally (depth: 1) { bool L_28 = V_0; if (!L_28) { goto IL_00a6; } } IL_00a0: { Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(__this, /*hidden argument*/NULL); } IL_00a6: { IL2CPP_END_FINALLY(157) } } // end finally (depth: 1) IL2CPP_CLEANUP(157) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xA7, IL_00a7) } IL_00a7: { LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_29 = V_6; return L_29; } } // System.LocalDataStoreSlot System.LocalDataStoreMgr::AllocateNamedDataSlot(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * LocalDataStoreMgr_AllocateNamedDataSlot_m2394FA45C745F1DEA1D6C1C3CEA7E9651CC3ACA7 (LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m925F8CD05990E7F775FECE7002035C16D87048D2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * V_1 = NULL; LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * V_2 = NULL; 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) Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(__this, (bool*)(&V_0), /*hidden argument*/NULL); LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_0; L_0 = LocalDataStoreMgr_AllocateDataSlot_m52FBC07F061A923C620544EA5DF6D34E0BFA7FD8(__this, /*hidden argument*/NULL); V_1 = L_0; Dictionary_2_tBB3B761B5CD370C29795A985E92637E6653997E5 * L_1 = __this->get_m_KeyToSlotMap_3(); String_t* L_2 = ___name0; LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_3 = V_1; Dictionary_2_Add_m925F8CD05990E7F775FECE7002035C16D87048D2(L_1, L_2, L_3, /*hidden argument*/Dictionary_2_Add_m925F8CD05990E7F775FECE7002035C16D87048D2_RuntimeMethod_var); LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_4 = V_1; V_2 = L_4; IL2CPP_LEAVE(0x31, 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) { bool L_5 = V_0; if (!L_5) { goto IL_0030; } } IL_002a: { Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(__this, /*hidden argument*/NULL); } IL_0030: { IL2CPP_END_FINALLY(39) } } // end finally (depth: 1) IL2CPP_CLEANUP(39) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x31, IL_0031) } IL_0031: { LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_6 = V_2; return L_6; } } // System.LocalDataStoreSlot System.LocalDataStoreMgr::GetNamedDataSlot(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * LocalDataStoreMgr_GetNamedDataSlot_mC784E180704C17D73F3227A3BE4CF207B6C8E4B7 (LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionExtensions_GetValueOrDefault_TisString_t_TisLocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5_m2C545EF6C543368A3BABB5C505B11C471B85FE53_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * V_1 = NULL; LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * V_2 = NULL; 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) { Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(__this, (bool*)(&V_0), /*hidden argument*/NULL); Dictionary_2_tBB3B761B5CD370C29795A985E92637E6653997E5 * L_0 = __this->get_m_KeyToSlotMap_3(); String_t* L_1 = ___name0; LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_2; L_2 = CollectionExtensions_GetValueOrDefault_TisString_t_TisLocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5_m2C545EF6C543368A3BABB5C505B11C471B85FE53(L_0, L_1, /*hidden argument*/CollectionExtensions_GetValueOrDefault_TisString_t_TisLocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5_m2C545EF6C543368A3BABB5C505B11C471B85FE53_RuntimeMethod_var); V_1 = L_2; LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_3 = V_1; if (L_3) { goto IL_0029; } } IL_001f: { String_t* L_4 = ___name0; LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_5; L_5 = LocalDataStoreMgr_AllocateNamedDataSlot_m2394FA45C745F1DEA1D6C1C3CEA7E9651CC3ACA7(__this, L_4, /*hidden argument*/NULL); V_2 = L_5; IL2CPP_LEAVE(0x37, FINALLY_002d); } IL_0029: { LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_6 = V_1; V_2 = L_6; IL2CPP_LEAVE(0x37, FINALLY_002d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002d; } FINALLY_002d: { // begin finally (depth: 1) { bool L_7 = V_0; if (!L_7) { goto IL_0036; } } IL_0030: { Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(__this, /*hidden argument*/NULL); } IL_0036: { IL2CPP_END_FINALLY(45) } } // end finally (depth: 1) IL2CPP_CLEANUP(45) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x37, IL_0037) } IL_0037: { LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_8 = V_2; return L_8; } } // System.Void System.LocalDataStoreMgr::FreeNamedDataSlot(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreMgr_FreeNamedDataSlot_mDD39AFAF6982CAD0AE53121EED7297504E9961A2 (LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m1FDBF37C29D2DD5442E57294E55E4C64E697F784_RuntimeMethod_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) Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(__this, (bool*)(&V_0), /*hidden argument*/NULL); Dictionary_2_tBB3B761B5CD370C29795A985E92637E6653997E5 * L_0 = __this->get_m_KeyToSlotMap_3(); String_t* L_1 = ___name0; bool L_2; L_2 = Dictionary_2_Remove_m1FDBF37C29D2DD5442E57294E55E4C64E697F784(L_0, L_1, /*hidden argument*/Dictionary_2_Remove_m1FDBF37C29D2DD5442E57294E55E4C64E697F784_RuntimeMethod_var); IL2CPP_LEAVE(0x28, FINALLY_001e); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: { // begin finally (depth: 1) { bool L_3 = V_0; if (!L_3) { goto IL_0027; } } IL_0021: { Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(__this, /*hidden argument*/NULL); } IL_0027: { IL2CPP_END_FINALLY(30) } } // end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x28, IL_0028) } IL_0028: { return; } } // System.Void System.LocalDataStoreMgr::FreeDataSlot(System.Int32,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreMgr_FreeDataSlot_mD4318DA6E5D7A73D27F68D1B97B69FE4625BCFF9 (LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * __this, int32_t ___slot0, int64_t ___cookie1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m1ECA6E249F19DD8BD3041DB40489E25C62B62926_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mD9FE33801EEEA029A2BEFBCBD19EB392D47BA348_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; 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) { Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(__this, (bool*)(&V_0), /*hidden argument*/NULL); V_1 = 0; goto IL_002a; } IL_0013: { List_1_t470880A334542833BF98F3272A5E266DD818EA86 * L_0 = __this->get_m_ManagedLocalDataStores_2(); int32_t L_1 = V_1; LocalDataStore_t0E725C41DF754333CDF1E6FA151711B6E88FEF65 * L_2; L_2 = List_1_get_Item_mD9FE33801EEEA029A2BEFBCBD19EB392D47BA348_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mD9FE33801EEEA029A2BEFBCBD19EB392D47BA348_RuntimeMethod_var); int32_t L_3 = ___slot0; int64_t L_4 = ___cookie1; LocalDataStore_FreeData_mB43DC596E19851E72D2B6160D2AA6BD2BCF942E4(L_2, L_3, L_4, /*hidden argument*/NULL); int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_002a: { int32_t L_6 = V_1; List_1_t470880A334542833BF98F3272A5E266DD818EA86 * L_7 = __this->get_m_ManagedLocalDataStores_2(); int32_t L_8; L_8 = List_1_get_Count_m1ECA6E249F19DD8BD3041DB40489E25C62B62926_inline(L_7, /*hidden argument*/List_1_get_Count_m1ECA6E249F19DD8BD3041DB40489E25C62B62926_RuntimeMethod_var); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0013; } } IL_0038: { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_9 = __this->get_m_SlotInfoTable_0(); int32_t L_10 = ___slot0; (L_9)->SetAtUnchecked(static_cast(L_10), (bool)0); int32_t L_11 = ___slot0; int32_t L_12 = __this->get_m_FirstAvailableSlot_1(); if ((((int32_t)L_11) >= ((int32_t)L_12))) { goto IL_0051; } } IL_004a: { int32_t L_13 = ___slot0; __this->set_m_FirstAvailableSlot_1(L_13); } IL_0051: { IL2CPP_LEAVE(0x5D, 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) { bool L_14 = V_0; if (!L_14) { goto IL_005c; } } IL_0056: { Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(__this, /*hidden argument*/NULL); } IL_005c: { IL2CPP_END_FINALLY(83) } } // end finally (depth: 1) IL2CPP_CLEANUP(83) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5D, IL_005d) } IL_005d: { return; } } // System.Void System.LocalDataStoreMgr::ValidateSlot(System.LocalDataStoreSlot) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreMgr_ValidateSlot_m970F5635F56DBF75A9B55E8E78AB77A5E3C6A8DA (LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * __this, LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * ___slot0, const RuntimeMethod* method) { { LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_0 = ___slot0; if (!L_0) { goto IL_000c; } } { LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * L_1 = ___slot0; LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * L_2; L_2 = LocalDataStoreSlot_get_Manager_mD1E8FD249B27D8B7D89CF72A0CE5CD9423E2D53F_inline(L_1, /*hidden argument*/NULL); if ((((RuntimeObject*)(LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A *)L_2) == ((RuntimeObject*)(LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A *)__this))) { goto IL_001c; } } IL_000c: { String_t* L_3; L_3 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAD6365255B036E567C509D5301FE41072F37F7DC)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LocalDataStoreMgr_ValidateSlot_m970F5635F56DBF75A9B55E8E78AB77A5E3C6A8DA_RuntimeMethod_var))); } IL_001c: { return; } } // System.Int32 System.LocalDataStoreMgr::GetSlotTableLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LocalDataStoreMgr_GetSlotTableLength_m706A1A3096B95A67E067107386CEACF82A4A2193 (LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * __this, const RuntimeMethod* method) { { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_0 = __this->get_m_SlotInfoTable_0(); return ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); } } // System.Void System.LocalDataStoreMgr::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreMgr__ctor_m9061A8A2810A072D539B1384592C5E54DC1C083F (LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mAC4C7F6225DEB269AD4E609C3699BFF3C094ECCA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tBB3B761B5CD370C29795A985E92637E6653997E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m10AB0936D97FB28C040C8C48287B0CC8FFD3B664_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t470880A334542833BF98F3272A5E266DD818EA86_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_0 = (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)SZArrayNew(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); __this->set_m_SlotInfoTable_0(L_0); List_1_t470880A334542833BF98F3272A5E266DD818EA86 * L_1 = (List_1_t470880A334542833BF98F3272A5E266DD818EA86 *)il2cpp_codegen_object_new(List_1_t470880A334542833BF98F3272A5E266DD818EA86_il2cpp_TypeInfo_var); List_1__ctor_m10AB0936D97FB28C040C8C48287B0CC8FFD3B664(L_1, /*hidden argument*/List_1__ctor_m10AB0936D97FB28C040C8C48287B0CC8FFD3B664_RuntimeMethod_var); __this->set_m_ManagedLocalDataStores_2(L_1); Dictionary_2_tBB3B761B5CD370C29795A985E92637E6653997E5 * L_2 = (Dictionary_2_tBB3B761B5CD370C29795A985E92637E6653997E5 *)il2cpp_codegen_object_new(Dictionary_2_tBB3B761B5CD370C29795A985E92637E6653997E5_il2cpp_TypeInfo_var); Dictionary_2__ctor_mAC4C7F6225DEB269AD4E609C3699BFF3C094ECCA(L_2, /*hidden argument*/Dictionary_2__ctor_mAC4C7F6225DEB269AD4E609C3699BFF3C094ECCA_RuntimeMethod_var); __this->set_m_KeyToSlotMap_3(L_2); 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.LocalDataStoreSlot::.ctor(System.LocalDataStoreMgr,System.Int32,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreSlot__ctor_m2594F6C3ECD65F1A33B46FCC6636CE54DD23BED3 (LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * __this, LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * ___mgr0, int32_t ___slot1, int64_t ___cookie2, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * L_0 = ___mgr0; __this->set_m_mgr_0(L_0); int32_t L_1 = ___slot1; __this->set_m_slot_1(L_1); int64_t L_2 = ___cookie2; __this->set_m_cookie_2(L_2); return; } } // System.LocalDataStoreMgr System.LocalDataStoreSlot::get_Manager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * LocalDataStoreSlot_get_Manager_mD1E8FD249B27D8B7D89CF72A0CE5CD9423E2D53F (LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * __this, const RuntimeMethod* method) { { LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * L_0 = __this->get_m_mgr_0(); return L_0; } } // System.Int32 System.LocalDataStoreSlot::get_Slot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LocalDataStoreSlot_get_Slot_m3A65CCAC7B350C3972FE6CE1F571283715EE474C (LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_slot_1(); return L_0; } } // System.Int64 System.LocalDataStoreSlot::get_Cookie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t LocalDataStoreSlot_get_Cookie_m77D013F2827460A776F632A30DD746D57229F484 (LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_cookie_2(); return L_0; } } // System.Void System.LocalDataStoreSlot::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDataStoreSlot_Finalize_m8A9A9BA534B6D11A3C3D6059366807EADAB934A7 (LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * __this, const RuntimeMethod* method) { LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * L_0 = __this->get_m_mgr_0(); V_0 = L_0; LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * L_1 = V_0; if (L_1) { goto IL_000c; } } IL_000a: { IL2CPP_LEAVE(0x30, FINALLY_0029); } IL_000c: { int32_t L_2 = __this->get_m_slot_1(); V_1 = L_2; __this->set_m_slot_1((-1)); LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * L_3 = V_0; int32_t L_4 = V_1; int64_t L_5 = __this->get_m_cookie_2(); LocalDataStoreMgr_FreeDataSlot_mD4318DA6E5D7A73D27F68D1B97B69FE4625BCFF9(L_3, L_4, L_5, /*hidden argument*/NULL); IL2CPP_LEAVE(0x30, FINALLY_0029); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0029; } FINALLY_0029: { // begin finally (depth: 1) Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(41) } // end finally (depth: 1) IL2CPP_CLEANUP(41) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x30, IL_0030) } IL_0030: { 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.Reflection.LocalVariableInfo IL2CPP_EXTERN_C void LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61_marshal_pinvoke(const LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61& unmarshaled, LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61_marshaled_pinvoke& marshaled) { Exception_t* ___type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'type' of type 'LocalVariableInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___type_0Exception, NULL); } IL2CPP_EXTERN_C void LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61_marshal_pinvoke_back(const LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61_marshaled_pinvoke& marshaled, LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61& unmarshaled) { Exception_t* ___type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'type' of type 'LocalVariableInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___type_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Reflection.LocalVariableInfo IL2CPP_EXTERN_C void LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61_marshal_pinvoke_cleanup(LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Reflection.LocalVariableInfo IL2CPP_EXTERN_C void LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61_marshal_com(const LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61& unmarshaled, LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61_marshaled_com& marshaled) { Exception_t* ___type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'type' of type 'LocalVariableInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___type_0Exception, NULL); } IL2CPP_EXTERN_C void LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61_marshal_com_back(const LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61_marshaled_com& marshaled, LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61& unmarshaled) { Exception_t* ___type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'type' of type 'LocalVariableInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___type_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Reflection.LocalVariableInfo IL2CPP_EXTERN_C void LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61_marshal_com_cleanup(LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61_marshaled_com& marshaled) { } // System.Void System.Reflection.LocalVariableInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalVariableInfo__ctor_m6CECD87B3A4B26434CCC272308B70A4331D66C73 (LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.String System.Reflection.LocalVariableInfo::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LocalVariableInfo_ToString_m5CCAFEA2E4C57D041E2FE9D293B3806ED38DF826 (LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA5E215A6DBE803E908043576B18C4FAD26AD44F7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6E4D433FE2CE60939F46273009E7D3ACF2A42DC); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_is_pinned_1(); if (!L_0) { goto IL_0024; } } { Type_t * L_1 = __this->get_type_0(); uint16_t L_2 = __this->get_position_2(); uint16_t L_3 = L_2; RuntimeObject * L_4 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_3); String_t* L_5; L_5 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteralB6E4D433FE2CE60939F46273009E7D3ACF2A42DC, L_1, L_4, /*hidden argument*/NULL); return L_5; } IL_0024: { Type_t * L_6 = __this->get_type_0(); uint16_t L_7 = __this->get_position_2(); uint16_t L_8 = L_7; RuntimeObject * L_9 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_8); String_t* L_10; L_10 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteralA5E215A6DBE803E908043576B18C4FAD26AD44F7, L_6, L_9, /*hidden argument*/NULL); return L_10; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String Locale::GetText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E (String_t* ___msg0, const RuntimeMethod* method) { { String_t* L_0 = ___msg0; return L_0; } } // System.String Locale::GetText(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m9472C71D4F5D9E384D5964D8A2281B9F895F386A (String_t* ___fmt0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { { String_t* L_0 = ___fmt0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___args1; String_t* L_2; L_2 = String_Format_mCED6767EA5FEE6F15ABCD5B4F9150D1284C2795B(L_0, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.LockRecursionException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LockRecursionException__ctor_mA42C9AC185D69E89F722FE90FF0F70707A27EC9C (LockRecursionException_tA4B541F6B8DABF4D294304DF7B70F547C8502014 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m0E9BEC861F6DBED197960E5BA23149543B1D7F5B(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.LockRecursionException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LockRecursionException__ctor_mB938776505F72CC1357C12AE449572415E5B2341 (LockRecursionException_tA4B541F6B8DABF4D294304DF7B70F547C8502014 * __this, String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.LockRecursionException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LockRecursionException__ctor_mDE9A692886EFF26D2B3EB65C73AE496C28088D7F (LockRecursionException_tA4B541F6B8DABF4D294304DF7B70F547C8502014 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m0CD24092BF55B8EDE25AED989ACADB80298EF917(__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.Runtime.Remoting.Messaging.LogicalCallContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogicalCallContext__ctor_m06D560B3B9BE6EF45FE834382F79CFDBF226D659 (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.Messaging.LogicalCallContext::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogicalCallContext__ctor_m3B656A994201AE15DBD68A7DE87DD3013C2E1FC6 (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, 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*)&CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1ACEA385F001678EB10B8860501ABABB8127C3C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral477BBAB2267BCC6274289C34B8B8DF36326EAA2F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4CADB455925F31C383A508D07C3183E8DE7FA2A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA010DA766D9C7639E404614635A7C1D43CD66E52); s_Il2CppMethodInitialized = true; } SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * V_0 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_1; L_1 = SerializationInfo_GetEnumerator_m88A3A4E9DD1E1F276016B0205CF62DDB876B9575(L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_00c9; } IL_0012: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_2 = V_0; String_t* L_3; L_3 = SerializationInfoEnumerator_get_Name_m77C59B00E71ADDFA65D08FE52BE16D4D0E4A2480(L_2, /*hidden argument*/NULL); bool L_4; L_4 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_3, _stringLiteral477BBAB2267BCC6274289C34B8B8DF36326EAA2F, /*hidden argument*/NULL); if (!L_4) { goto IL_003a; } } { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_5 = V_0; RuntimeObject * L_6; L_6 = SerializationInfoEnumerator_get_Value_mAF4DAA489771E490363C55CCF00FB44BC26964AA(L_5, /*hidden argument*/NULL); __this->set_m_RemotingData_2(((CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E *)CastclassClass((RuntimeObject*)L_6, CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E_il2cpp_TypeInfo_var))); goto IL_00c9; } IL_003a: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_7 = V_0; String_t* L_8; L_8 = SerializationInfoEnumerator_get_Name_m77C59B00E71ADDFA65D08FE52BE16D4D0E4A2480(L_7, /*hidden argument*/NULL); bool L_9; L_9 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_8, _stringLiteralA010DA766D9C7639E404614635A7C1D43CD66E52, /*hidden argument*/NULL); if (!L_9) { goto IL_006d; } } { int32_t L_10; L_10 = StreamingContext_get_State_mD223FBCD9DB145C557049B9CBDDF29FE5F7FEC07_inline((StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 *)(&___context1), /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)128))))) { goto IL_00c9; } } { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_11 = V_0; RuntimeObject * L_12; L_12 = SerializationInfoEnumerator_get_Value_mAF4DAA489771E490363C55CCF00FB44BC26964AA(L_11, /*hidden argument*/NULL); __this->set_m_SecurityData_3(((CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431 *)CastclassClass((RuntimeObject*)L_12, CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431_il2cpp_TypeInfo_var))); goto IL_00c9; } IL_006d: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_13 = V_0; String_t* L_14; L_14 = SerializationInfoEnumerator_get_Name_m77C59B00E71ADDFA65D08FE52BE16D4D0E4A2480(L_13, /*hidden argument*/NULL); bool L_15; L_15 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_14, _stringLiteral1ACEA385F001678EB10B8860501ABABB8127C3C8, /*hidden argument*/NULL); if (!L_15) { goto IL_008d; } } { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_16 = V_0; RuntimeObject * L_17; L_17 = SerializationInfoEnumerator_get_Value_mAF4DAA489771E490363C55CCF00FB44BC26964AA(L_16, /*hidden argument*/NULL); __this->set_m_HostContext_4(L_17); goto IL_00c9; } IL_008d: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_18 = V_0; String_t* L_19; L_19 = SerializationInfoEnumerator_get_Name_m77C59B00E71ADDFA65D08FE52BE16D4D0E4A2480(L_18, /*hidden argument*/NULL); bool L_20; L_20 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_19, _stringLiteral4CADB455925F31C383A508D07C3183E8DE7FA2A5, /*hidden argument*/NULL); if (!L_20) { goto IL_00b2; } } { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_21 = V_0; RuntimeObject * L_22; L_22 = SerializationInfoEnumerator_get_Value_mAF4DAA489771E490363C55CCF00FB44BC26964AA(L_21, /*hidden argument*/NULL); __this->set_m_IsCorrelationMgr_5(((*(bool*)((bool*)UnBox(L_22, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var))))); goto IL_00c9; } IL_00b2: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_23; L_23 = LogicalCallContext_get_Datastore_mF4029A88593F216D053A67B876408A7DDBD9D0B2(__this, /*hidden argument*/NULL); SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_24 = V_0; String_t* L_25; L_25 = SerializationInfoEnumerator_get_Name_m77C59B00E71ADDFA65D08FE52BE16D4D0E4A2480(L_24, /*hidden argument*/NULL); SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_26 = V_0; RuntimeObject * L_27; L_27 = SerializationInfoEnumerator_get_Value_mAF4DAA489771E490363C55CCF00FB44BC26964AA(L_26, /*hidden argument*/NULL); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_23, L_25, L_27); } IL_00c9: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_28 = V_0; bool L_29; L_29 = SerializationInfoEnumerator_MoveNext_m661034C94476113FEB5A3C98A5EA9456ACFA2E9F(L_28, /*hidden argument*/NULL); if (L_29) { goto IL_0012; } } { return; } } // System.Void System.Runtime.Remoting.Messaging.LogicalCallContext::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogicalCallContext_GetObjectData_mC8A01E9287B0E31AE6B27EE73B8C44B08053C73E (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1ACEA385F001678EB10B8860501ABABB8127C3C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral477BBAB2267BCC6274289C34B8B8DF36326EAA2F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4CADB455925F31C383A508D07C3183E8DE7FA2A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA010DA766D9C7639E404614635A7C1D43CD66E52); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; 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*)&_stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LogicalCallContext_GetObjectData_mC8A01E9287B0E31AE6B27EE73B8C44B08053C73E_RuntimeMethod_var))); } IL_000e: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; IL2CPP_RUNTIME_CLASS_INIT(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_il2cpp_TypeInfo_var); Type_t * L_3 = ((LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_StaticFields*)il2cpp_codegen_static_fields_for(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_il2cpp_TypeInfo_var))->get_s_callContextType_0(); SerializationInfo_SetType_mD6F11DC42FDE78E7E8A58BC3D9E248E21BB37275(L_2, L_3, /*hidden argument*/NULL); CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E * L_4 = __this->get_m_RemotingData_2(); if (!L_4) { goto IL_0032; } } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_5 = ___info0; CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E * L_6 = __this->get_m_RemotingData_2(); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_5, _stringLiteral477BBAB2267BCC6274289C34B8B8DF36326EAA2F, L_6, /*hidden argument*/NULL); } IL_0032: { CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431 * L_7 = __this->get_m_SecurityData_3(); if (!L_7) { goto IL_0059; } } { int32_t L_8; L_8 = StreamingContext_get_State_mD223FBCD9DB145C557049B9CBDDF29FE5F7FEC07_inline((StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 *)(&___context1), /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)128))))) { goto IL_0059; } } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_9 = ___info0; CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431 * L_10 = __this->get_m_SecurityData_3(); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_9, _stringLiteralA010DA766D9C7639E404614635A7C1D43CD66E52, L_10, /*hidden argument*/NULL); } IL_0059: { RuntimeObject * L_11 = __this->get_m_HostContext_4(); if (!L_11) { goto IL_0072; } } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_12 = ___info0; RuntimeObject * L_13 = __this->get_m_HostContext_4(); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_12, _stringLiteral1ACEA385F001678EB10B8860501ABABB8127C3C8, L_13, /*hidden argument*/NULL); } IL_0072: { bool L_14 = __this->get_m_IsCorrelationMgr_5(); if (!L_14) { goto IL_008b; } } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_15 = ___info0; bool L_16 = __this->get_m_IsCorrelationMgr_5(); SerializationInfo_AddValue_m324F3E0B02B746D5F460499F5A25988FD608AD7B(L_15, _stringLiteral4CADB455925F31C383A508D07C3183E8DE7FA2A5, L_16, /*hidden argument*/NULL); } IL_008b: { bool L_17; L_17 = LogicalCallContext_get_HasUserData_m5D286801A5A88B2E76CBC1B9EF1EC363F04EBA33(__this, /*hidden argument*/NULL); if (!L_17) { goto IL_00c0; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_18 = __this->get_m_Datastore_1(); RuntimeObject* L_19; L_19 = VirtFuncInvoker0< RuntimeObject* >::Invoke(23 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_18); V_0 = L_19; goto IL_00b8; } IL_00a1: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_20 = ___info0; RuntimeObject* L_21 = V_0; RuntimeObject * L_22; L_22 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var, L_21); RuntimeObject* L_23 = V_0; RuntimeObject * L_24; L_24 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var, L_23); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_20, ((String_t*)CastclassSealed((RuntimeObject*)L_22, String_t_il2cpp_TypeInfo_var)), L_24, /*hidden argument*/NULL); } IL_00b8: { RuntimeObject* L_25 = V_0; bool L_26; L_26 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_25); if (L_26) { goto IL_00a1; } } IL_00c0: { return; } } // System.Object System.Runtime.Remoting.Messaging.LogicalCallContext::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LogicalCallContext_Clone_m4531D9203F45EA2BA4C669786E543D1575050AC5 (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICloneable_t489EBC17437D4E3C42DC8B64205C39847CA3ADB8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC0AE54A01C792DCE93B57B1CDF98768767DF23EB); s_Il2CppMethodInitialized = true; } LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * V_0 = NULL; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; { LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_0 = (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 *)il2cpp_codegen_object_new(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_il2cpp_TypeInfo_var); LogicalCallContext__ctor_m06D560B3B9BE6EF45FE834382F79CFDBF226D659(L_0, /*hidden argument*/NULL); V_0 = L_0; CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E * L_1 = __this->get_m_RemotingData_2(); if (!L_1) { goto IL_0024; } } { LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_2 = V_0; CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E * L_3 = __this->get_m_RemotingData_2(); RuntimeObject * L_4; L_4 = CallContextRemotingData_Clone_m52982AAA08A83E9C9ECAA30CF0BC3D129F60FF8A(L_3, /*hidden argument*/NULL); L_2->set_m_RemotingData_2(((CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E *)CastclassClass((RuntimeObject*)L_4, CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E_il2cpp_TypeInfo_var))); } IL_0024: { CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431 * L_5 = __this->get_m_SecurityData_3(); if (!L_5) { goto IL_0042; } } { LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_6 = V_0; CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431 * L_7 = __this->get_m_SecurityData_3(); RuntimeObject * L_8; L_8 = CallContextSecurityData_Clone_m38FD55B8E084E77C08C0512A41FB953580311FB7(L_7, /*hidden argument*/NULL); L_6->set_m_SecurityData_3(((CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431 *)CastclassClass((RuntimeObject*)L_8, CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431_il2cpp_TypeInfo_var))); } IL_0042: { RuntimeObject * L_9 = __this->get_m_HostContext_4(); if (!L_9) { goto IL_0056; } } { LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_10 = V_0; RuntimeObject * L_11 = __this->get_m_HostContext_4(); L_10->set_m_HostContext_4(L_11); } IL_0056: { LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_12 = V_0; bool L_13 = __this->get_m_IsCorrelationMgr_5(); L_12->set_m_IsCorrelationMgr_5(L_13); bool L_14; L_14 = LogicalCallContext_get_HasUserData_m5D286801A5A88B2E76CBC1B9EF1EC363F04EBA33(__this, /*hidden argument*/NULL); if (!L_14) { goto IL_00fa; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_15 = __this->get_m_Datastore_1(); RuntimeObject* L_16; L_16 = VirtFuncInvoker0< RuntimeObject* >::Invoke(23 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_15); V_1 = L_16; bool L_17 = __this->get_m_IsCorrelationMgr_5(); if (L_17) { goto IL_00f2; } } { goto IL_009f; } IL_0083: { LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_18 = V_0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_19; L_19 = LogicalCallContext_get_Datastore_mF4029A88593F216D053A67B876408A7DDBD9D0B2(L_18, /*hidden argument*/NULL); RuntimeObject* L_20 = V_1; RuntimeObject * L_21; L_21 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var, L_20); RuntimeObject* L_22 = V_1; RuntimeObject * L_23; L_23 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var, L_22); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_19, ((String_t*)CastclassSealed((RuntimeObject*)L_21, String_t_il2cpp_TypeInfo_var)), L_23); } IL_009f: { RuntimeObject* L_24 = V_1; bool L_25; L_25 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_24); if (L_25) { goto IL_0083; } } { goto IL_00fa; } IL_00a9: { RuntimeObject* L_26 = V_1; RuntimeObject * L_27; L_27 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var, L_26); V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_27, String_t_il2cpp_TypeInfo_var)); String_t* L_28 = V_2; bool L_29; L_29 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_28, _stringLiteralC0AE54A01C792DCE93B57B1CDF98768767DF23EB, /*hidden argument*/NULL); if (!L_29) { goto IL_00e0; } } { LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_30 = V_0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_31; L_31 = LogicalCallContext_get_Datastore_mF4029A88593F216D053A67B876408A7DDBD9D0B2(L_30, /*hidden argument*/NULL); String_t* L_32 = V_2; RuntimeObject* L_33 = V_1; RuntimeObject * L_34; L_34 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var, L_33); RuntimeObject * L_35; L_35 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.ICloneable::Clone() */, ICloneable_t489EBC17437D4E3C42DC8B64205C39847CA3ADB8_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_34, ICloneable_t489EBC17437D4E3C42DC8B64205C39847CA3ADB8_il2cpp_TypeInfo_var))); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_31, L_32, L_35); goto IL_00f2; } IL_00e0: { LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_36 = V_0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_37; L_37 = LogicalCallContext_get_Datastore_mF4029A88593F216D053A67B876408A7DDBD9D0B2(L_36, /*hidden argument*/NULL); String_t* L_38 = V_2; RuntimeObject* L_39 = V_1; RuntimeObject * L_40; L_40 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var, L_39); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_37, L_38, L_40); } IL_00f2: { RuntimeObject* L_41 = V_1; bool L_42; L_42 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_41); if (L_42) { goto IL_00a9; } } IL_00fa: { LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_43 = V_0; return L_43; } } // System.Void System.Runtime.Remoting.Messaging.LogicalCallContext::Merge(System.Runtime.Remoting.Messaging.LogicalCallContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogicalCallContext_Merge_m3E7E305823B22D508777B424853EDB08D1DB5708 (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * __this, LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ___lc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_0 = ___lc0; if (!L_0) { goto IL_0041; } } { LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_1 = ___lc0; if ((((RuntimeObject*)(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 *)__this) == ((RuntimeObject*)(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 *)L_1))) { goto IL_0041; } } { LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_2 = ___lc0; bool L_3; L_3 = LogicalCallContext_get_HasUserData_m5D286801A5A88B2E76CBC1B9EF1EC363F04EBA33(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0041; } } { LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_4 = ___lc0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_5; L_5 = LogicalCallContext_get_Datastore_mF4029A88593F216D053A67B876408A7DDBD9D0B2(L_4, /*hidden argument*/NULL); RuntimeObject* L_6; L_6 = VirtFuncInvoker0< RuntimeObject* >::Invoke(23 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_5); V_0 = L_6; goto IL_0039; } IL_001d: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7; L_7 = LogicalCallContext_get_Datastore_mF4029A88593F216D053A67B876408A7DDBD9D0B2(__this, /*hidden argument*/NULL); RuntimeObject* L_8 = V_0; RuntimeObject * L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var, L_8); RuntimeObject* L_10 = V_0; RuntimeObject * L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var, L_10); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_7, ((String_t*)CastclassSealed((RuntimeObject*)L_9, String_t_il2cpp_TypeInfo_var)), L_11); } IL_0039: { RuntimeObject* L_12 = V_0; bool L_13; L_13 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_001d; } } IL_0041: { return; } } // System.Boolean System.Runtime.Remoting.Messaging.LogicalCallContext::get_HasInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalCallContext_get_HasInfo_m672F8CB7E00BB2C3022944D1032566098BA63DCA (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * __this, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E * L_0 = __this->get_m_RemotingData_2(); if (!L_0) { goto IL_0017; } } { CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E * L_1 = __this->get_m_RemotingData_2(); bool L_2; L_2 = CallContextRemotingData_get_HasInfo_m73615C7A0373CB8A99BD51668AAEF936DD5E5464(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_003c; } } IL_0017: { CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431 * L_3 = __this->get_m_SecurityData_3(); if (!L_3) { goto IL_002c; } } { CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431 * L_4 = __this->get_m_SecurityData_3(); bool L_5; L_5 = CallContextSecurityData_get_HasInfo_m8438D868292B930CCB03B4829E6761D5B3019D5A(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003c; } } IL_002c: { RuntimeObject * L_6 = __this->get_m_HostContext_4(); if (L_6) { goto IL_003c; } } { bool L_7; L_7 = LogicalCallContext_get_HasUserData_m5D286801A5A88B2E76CBC1B9EF1EC363F04EBA33(__this, /*hidden argument*/NULL); if (!L_7) { goto IL_003e; } } IL_003c: { V_0 = (bool)1; } IL_003e: { bool L_8 = V_0; return L_8; } } // System.Boolean System.Runtime.Remoting.Messaging.LogicalCallContext::get_HasUserData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalCallContext_get_HasUserData_m5D286801A5A88B2E76CBC1B9EF1EC363F04EBA33 (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * __this, const RuntimeMethod* method) { { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_m_Datastore_1(); if (!L_0) { goto IL_0017; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_m_Datastore_1(); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_1); return (bool)((((int32_t)L_2) > ((int32_t)0))? 1 : 0); } IL_0017: { return (bool)0; } } // System.Collections.Hashtable System.Runtime.Remoting.Messaging.LogicalCallContext::get_Datastore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * LogicalCallContext_get_Datastore_mF4029A88593F216D053A67B876408A7DDBD9D0B2 (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_m_Datastore_1(); if (L_0) { goto IL_0013; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_1, /*hidden argument*/NULL); __this->set_m_Datastore_1(L_1); } IL_0013: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = __this->get_m_Datastore_1(); return L_2; } } // System.Void System.Runtime.Remoting.Messaging.LogicalCallContext::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogicalCallContext__cctor_mBE780EE8C30409E37182669BAF028EF1AB3D99D7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_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); ((LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_StaticFields*)il2cpp_codegen_static_fields_for(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_il2cpp_TypeInfo_var))->set_s_callContextType_0(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.Runtime.Serialization.LongList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongList__ctor_m2AB38DD5D949F632B265525D661627C06DC59068 (LongList_tB13F421A6BB4E3BB28AEAA7B91E9A937EB7A7D23 * __this, const RuntimeMethod* method) { { LongList__ctor_mD728F35067E920F38C3E96C09C8D1A58DAD0DDAF(__this, 2, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.LongList::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongList__ctor_mD728F35067E920F38C3E96C09C8D1A58DAD0DDAF (LongList_tB13F421A6BB4E3BB28AEAA7B91E9A937EB7A7D23 * __this, int32_t ___startingSize0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); __this->set_m_count_1(0); __this->set_m_totalItems_2(0); int32_t L_0 = ___startingSize0; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_1 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)L_0); __this->set_m_values_0(L_1); return; } } // System.Void System.Runtime.Serialization.LongList::Add(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongList_Add_m95AC19838CDD83CE2D8ECAE9FFDCBB712EBFA78F (LongList_tB13F421A6BB4E3BB28AEAA7B91E9A937EB7A7D23 * __this, int64_t ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_m_totalItems_2(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_1 = __this->get_m_values_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))) { goto IL_0016; } } { LongList_EnlargeArray_m951BCBF7BAC44DAE6D6D644B47880E04C3EF4DC2(__this, /*hidden argument*/NULL); } IL_0016: { Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_2 = __this->get_m_values_0(); int32_t L_3 = __this->get_m_totalItems_2(); V_0 = L_3; int32_t L_4 = V_0; __this->set_m_totalItems_2(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; int64_t L_6 = ___value0; (L_2)->SetAtUnchecked(static_cast(L_5), (int64_t)L_6); int32_t L_7 = __this->get_m_count_1(); __this->set_m_count_1(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // System.Int32 System.Runtime.Serialization.LongList::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LongList_get_Count_m8BBA8B8121FA4C731F3E95478E0603C56DF058D3 (LongList_tB13F421A6BB4E3BB28AEAA7B91E9A937EB7A7D23 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_count_1(); return L_0; } } // System.Void System.Runtime.Serialization.LongList::StartEnumeration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongList_StartEnumeration_m587FEF2CBC396B5BC0237A76BD3C3A080095CE2E (LongList_tB13F421A6BB4E3BB28AEAA7B91E9A937EB7A7D23 * __this, const RuntimeMethod* method) { { __this->set_m_currentItem_3((-1)); return; } } // System.Boolean System.Runtime.Serialization.LongList::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LongList_MoveNext_m6A4E76A21F5A9E02D85108642C9FA289DDAF37BA (LongList_tB13F421A6BB4E3BB28AEAA7B91E9A937EB7A7D23 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; IL_0000: { int32_t L_0 = __this->get_m_currentItem_3(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); int32_t L_1 = V_0; __this->set_m_currentItem_3(L_1); int32_t L_2 = V_0; int32_t L_3 = __this->get_m_totalItems_2(); if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_002a; } } { Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_4 = __this->get_m_values_0(); int32_t L_5 = __this->get_m_currentItem_3(); int32_t L_6 = L_5; int64_t L_7 = (L_4)->GetAtUnchecked(static_cast(L_6)); if ((((int64_t)L_7) == ((int64_t)((int64_t)((int64_t)(-1)))))) { goto IL_0000; } } IL_002a: { int32_t L_8 = __this->get_m_currentItem_3(); int32_t L_9 = __this->get_m_totalItems_2(); if ((!(((uint32_t)L_8) == ((uint32_t)L_9)))) { goto IL_003a; } } { return (bool)0; } IL_003a: { return (bool)1; } } // System.Int64 System.Runtime.Serialization.LongList::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t LongList_get_Current_mFF8CBD2A3AB636D9138ADC997F0F0B23183036A6 (LongList_tB13F421A6BB4E3BB28AEAA7B91E9A937EB7A7D23 * __this, const RuntimeMethod* method) { { Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_0 = __this->get_m_values_0(); int32_t L_1 = __this->get_m_currentItem_3(); int32_t L_2 = L_1; int64_t L_3 = (L_0)->GetAtUnchecked(static_cast(L_2)); return L_3; } } // System.Boolean System.Runtime.Serialization.LongList::RemoveElement(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LongList_RemoveElement_m2089B5A9C4190299809B0275D4FFE677009115FD (LongList_tB13F421A6BB4E3BB28AEAA7B91E9A937EB7A7D23 * __this, int64_t ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_0013; } IL_0004: { Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_0 = __this->get_m_values_0(); int32_t L_1 = V_0; int32_t L_2 = L_1; int64_t L_3 = (L_0)->GetAtUnchecked(static_cast(L_2)); int64_t L_4 = ___value0; if ((((int64_t)L_3) == ((int64_t)L_4))) { goto IL_001c; } } { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0013: { int32_t L_6 = V_0; int32_t L_7 = __this->get_m_totalItems_2(); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0004; } } IL_001c: { int32_t L_8 = V_0; int32_t L_9 = __this->get_m_totalItems_2(); if ((!(((uint32_t)L_8) == ((uint32_t)L_9)))) { goto IL_0027; } } { return (bool)0; } IL_0027: { Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_10 = __this->get_m_values_0(); int32_t L_11 = V_0; (L_10)->SetAtUnchecked(static_cast(L_11), (int64_t)((int64_t)((int64_t)(-1)))); return (bool)1; } } // System.Void System.Runtime.Serialization.LongList::EnlargeArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongList_EnlargeArray_m951BCBF7BAC44DAE6D6D644B47880E04C3EF4DC2 (LongList_tB13F421A6BB4E3BB28AEAA7B91E9A937EB7A7D23 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* V_1 = NULL; { Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_0 = __this->get_m_values_0(); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)2)); int32_t L_1 = V_0; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_002d; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)2147483647LL))))) { goto IL_0027; } } { String_t* L_3; L_3 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA6FC3FEDA2C8291CE2FABEA8D3EBEF137BC3DF0D)), /*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*)&LongList_EnlargeArray_m951BCBF7BAC44DAE6D6D644B47880E04C3EF4DC2_RuntimeMethod_var))); } IL_0027: { V_0 = ((int32_t)2147483647LL); } IL_002d: { int32_t L_5 = V_0; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_6 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)L_5); V_1 = L_6; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_7 = __this->get_m_values_0(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_8 = V_1; int32_t L_9 = __this->get_m_count_1(); Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803((RuntimeArray *)(RuntimeArray *)L_7, (RuntimeArray *)(RuntimeArray *)L_8, L_9, /*hidden argument*/NULL); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_10 = V_1; __this->set_m_values_0(L_10); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.LowLevelComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LowLevelComparer__ctor_m5F1F7DB21E6368D4BCA65AAD7DBBF9B19F129201 (LowLevelComparer_tE1AAB0112F35E5629CBBA2032E4B98AD63745673 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.Collections.LowLevelComparer::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LowLevelComparer_Compare_m86B7E96FA6ABD1C38BBA448B63EE848C06E541C0 (LowLevelComparer_tE1AAB0112F35E5629CBBA2032E4B98AD63745673 * __this, RuntimeObject * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparable_tFEDC50D0B9EA8DB2753CA1971AA5AB49AD3AC62C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { RuntimeObject * L_0 = ___a0; RuntimeObject * L_1 = ___b1; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1)))) { goto IL_0006; } } { return 0; } IL_0006: { RuntimeObject * L_2 = ___a0; if (L_2) { goto IL_000b; } } { return (-1); } IL_000b: { RuntimeObject * L_3 = ___b1; if (L_3) { goto IL_0010; } } { return 1; } IL_0010: { RuntimeObject * L_4 = ___a0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_4, IComparable_tFEDC50D0B9EA8DB2753CA1971AA5AB49AD3AC62C_il2cpp_TypeInfo_var)); RuntimeObject* L_5 = V_0; if (!L_5) { goto IL_0022; } } { RuntimeObject* L_6 = V_0; RuntimeObject * L_7 = ___b1; int32_t L_8; L_8 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(0 /* System.Int32 System.IComparable::CompareTo(System.Object) */, IComparable_tFEDC50D0B9EA8DB2753CA1971AA5AB49AD3AC62C_il2cpp_TypeInfo_var, L_6, L_7); return L_8; } IL_0022: { RuntimeObject * L_9 = ___b1; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IComparable_tFEDC50D0B9EA8DB2753CA1971AA5AB49AD3AC62C_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_1; if (!L_10) { goto IL_0035; } } { RuntimeObject* L_11 = V_1; RuntimeObject * L_12 = ___a0; int32_t L_13; L_13 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(0 /* System.Int32 System.IComparable::CompareTo(System.Object) */, IComparable_tFEDC50D0B9EA8DB2753CA1971AA5AB49AD3AC62C_il2cpp_TypeInfo_var, L_11, L_12); return ((-L_13)); } IL_0035: { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_14 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE3037931DE899C4BCA58ECF059EF9BE27F54B681)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LowLevelComparer_Compare_m86B7E96FA6ABD1C38BBA448B63EE848C06E541C0_RuntimeMethod_var))); } } // System.Void System.Collections.LowLevelComparer::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LowLevelComparer__cctor_m5A428E83028B63A52C4BBFC45287159C84F6DF61 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LowLevelComparer_tE1AAB0112F35E5629CBBA2032E4B98AD63745673_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { LowLevelComparer_tE1AAB0112F35E5629CBBA2032E4B98AD63745673 * L_0 = (LowLevelComparer_tE1AAB0112F35E5629CBBA2032E4B98AD63745673 *)il2cpp_codegen_object_new(LowLevelComparer_tE1AAB0112F35E5629CBBA2032E4B98AD63745673_il2cpp_TypeInfo_var); LowLevelComparer__ctor_m5F1F7DB21E6368D4BCA65AAD7DBBF9B19F129201(L_0, /*hidden argument*/NULL); ((LowLevelComparer_tE1AAB0112F35E5629CBBA2032E4B98AD63745673_StaticFields*)il2cpp_codegen_static_fields_for(LowLevelComparer_tE1AAB0112F35E5629CBBA2032E4B98AD63745673_il2cpp_TypeInfo_var))->set_Default_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.Remoting.Messaging.MCMDictionary::.ctor(System.Runtime.Remoting.Messaging.IMethodMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MCMDictionary__ctor_m2AD7F95E35A02BB7FD9F31374FFE6895504EDB37 (MCMDictionary_tEA8C1F89F5B3783040584C2C390C758B1420CCDF * __this, RuntimeObject* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MCMDictionary_tEA8C1F89F5B3783040584C2C390C758B1420CCDF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___message0; MessageDictionary__ctor_m7C458BA7E3D21F57DF30D036121B909152D7F5B3(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MCMDictionary_tEA8C1F89F5B3783040584C2C390C758B1420CCDF_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ((MCMDictionary_tEA8C1F89F5B3783040584C2C390C758B1420CCDF_StaticFields*)il2cpp_codegen_static_fields_for(MCMDictionary_tEA8C1F89F5B3783040584C2C390C758B1420CCDF_il2cpp_TypeInfo_var))->get_InternalKeys_4(); MessageDictionary_set_MethodKeys_mB4677BE350AFA41B371580CD1721009B1BB54F1A_inline(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.Messaging.MCMDictionary::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MCMDictionary__cctor_m40D0116504319DE4AAAAC49B44D77BF0C6F6FC86 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MCMDictionary_tEA8C1F89F5B3783040584C2C390C758B1420CCDF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CC5A0FAD65E0E730451FD55678C65730C9E8475); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3495B03013D16940DFC08B36B044D212249B3AC3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral910C574CDE94A22568D7AB392813983A9294DAF0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDBC482F8366337F471828CC316778F370BC8511); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD25634716AB9413A7494395137784468AE52A7AB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA23D6A7186ADF7DD5AB0EDD9BA7D2A72133E861); s_Il2CppMethodInitialized = true; } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)6); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; ArrayElementTypeCheck (L_1, _stringLiteral3495B03013D16940DFC08B36B044D212249B3AC3); (L_1)->SetAtUnchecked(static_cast(0), (String_t*)_stringLiteral3495B03013D16940DFC08B36B044D212249B3AC3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; ArrayElementTypeCheck (L_2, _stringLiteralD25634716AB9413A7494395137784468AE52A7AB); (L_2)->SetAtUnchecked(static_cast(1), (String_t*)_stringLiteralD25634716AB9413A7494395137784468AE52A7AB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; ArrayElementTypeCheck (L_3, _stringLiteralBDBC482F8366337F471828CC316778F370BC8511); (L_3)->SetAtUnchecked(static_cast(2), (String_t*)_stringLiteralBDBC482F8366337F471828CC316778F370BC8511); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; ArrayElementTypeCheck (L_4, _stringLiteral910C574CDE94A22568D7AB392813983A9294DAF0); (L_4)->SetAtUnchecked(static_cast(3), (String_t*)_stringLiteral910C574CDE94A22568D7AB392813983A9294DAF0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; ArrayElementTypeCheck (L_5, _stringLiteral2CC5A0FAD65E0E730451FD55678C65730C9E8475); (L_5)->SetAtUnchecked(static_cast(4), (String_t*)_stringLiteral2CC5A0FAD65E0E730451FD55678C65730C9E8475); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_5; ArrayElementTypeCheck (L_6, _stringLiteralEA23D6A7186ADF7DD5AB0EDD9BA7D2A72133E861); (L_6)->SetAtUnchecked(static_cast(5), (String_t*)_stringLiteralEA23D6A7186ADF7DD5AB0EDD9BA7D2A72133E861); ((MCMDictionary_tEA8C1F89F5B3783040584C2C390C758B1420CCDF_StaticFields*)il2cpp_codegen_static_fields_for(MCMDictionary_tEA8C1F89F5B3783040584C2C390C758B1420CCDF_il2cpp_TypeInfo_var))->set_InternalKeys_4(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 // 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) { 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; { V_0 = 0; goto IL_001f; } IL_0004: { IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); TailoringInfoU5BU5D_tE558BFC8FBB51482ACC5F18EB713B8AE8B77FB99* L_0 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_tailoringInfos_16(); int32_t L_1 = V_0; int32_t L_2 = L_1; TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * L_3 = (L_0)->GetAtUnchecked(static_cast(L_2)); int32_t L_4 = L_3->get_LCID_0(); int32_t L_5 = ___lcid0; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_001b; } } { IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); TailoringInfoU5BU5D_tE558BFC8FBB51482ACC5F18EB713B8AE8B77FB99* L_6 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_tailoringInfos_16(); int32_t L_7 = V_0; int32_t L_8 = L_7; TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * L_9 = (L_6)->GetAtUnchecked(static_cast(L_8)); return L_9; } IL_001b: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_001f: { int32_t L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); TailoringInfoU5BU5D_tE558BFC8FBB51482ACC5F18EB713B8AE8B77FB99* L_12 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_tailoringInfos_16(); if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_0004; } } { return (TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A *)NULL; } } // 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) { 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*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Comparison_1__ctor_mABF8FD0FA00F3D80E15677E173DBB1C379B8C702_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Comparison_1_tD3B42082C57F6BA82A21609F8DF8F414BCFA4C38_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContractionComparer_t2065A7932E4721614DDC9CDC01C19267120F04D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m0D6DCF6ECA29040950A496D1F61618C311B32387_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE5DB50319C250CD5E7A5129D1DB11CDF919E8DB1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Sort_m7AF7504A9547E019377DE1C4FF18BFD14E7BBCCE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Sort_mF41E015629CC0CFA24FAAEDA9B37A086F4A446A5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m970C67F3416806F37225B353FF8944115BBF7289_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_mAB18B07BC970759F2541B35B307B34906BF9EE95_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4D25D75BDC340D93302A53AA5B4494DD5FBE23F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m6F64A274572697EDB2EB35EAB1332D50716F1C5B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CBuildTailoringTablesU3Eb__17_0_m19836B35784EE1F928085E163B1FFD5D3BF67FCC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t9C71671E3FC435799269A2109CBA9DDB7D43CC0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C * V_0 = NULL; List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419 * V_1 = NULL; int32_t V_2 = 0; Il2CppChar* V_3 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_8 = NULL; Il2CppChar V_9 = 0x0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_10 = NULL; int32_t V_11 = 0; String_t* V_12 = NULL; int32_t V_13 = 0; Comparison_1_tD3B42082C57F6BA82A21609F8DF8F414BCFA4C38 * G_B26_0 = NULL; List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419 * G_B26_1 = NULL; Comparison_1_tD3B42082C57F6BA82A21609F8DF8F414BCFA4C38 * G_B25_0 = NULL; List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419 * G_B25_1 = NULL; { List_1_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C * L_0 = (List_1_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C *)il2cpp_codegen_object_new(List_1_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C_il2cpp_TypeInfo_var); List_1__ctor_m6F64A274572697EDB2EB35EAB1332D50716F1C5B(L_0, /*hidden argument*/List_1__ctor_m6F64A274572697EDB2EB35EAB1332D50716F1C5B_RuntimeMethod_var); V_0 = L_0; List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419 * L_1 = (List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419 *)il2cpp_codegen_object_new(List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419_il2cpp_TypeInfo_var); List_1__ctor_m4D25D75BDC340D93302A53AA5B4494DD5FBE23F5(L_1, /*hidden argument*/List_1__ctor_m4D25D75BDC340D93302A53AA5B4494DD5FBE23F5_RuntimeMethod_var); V_1 = L_1; V_2 = 0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_tailoringArr_15(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = L_2; V_4 = L_3; if (!L_3) { goto IL_001e; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = V_4; if (((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))) { goto IL_0023; } } IL_001e: { V_3 = (Il2CppChar*)((uintptr_t)0); goto IL_002d; } IL_0023: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = V_4; V_3 = (Il2CppChar*)((uintptr_t)((L_5)->GetAddressAtUnchecked(static_cast(0)))); } IL_002d: { TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * L_6 = ___t1; int32_t L_7 = L_6->get_TailoringIndex_1(); V_5 = L_7; int32_t L_8 = V_5; TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * L_9 = ___t1; int32_t L_10 = L_9->get_TailoringCount_2(); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_10)); goto IL_01d3; } IL_0045: { int32_t L_11 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); V_8 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)NULL; Il2CppChar* L_12 = V_3; int32_t L_13 = V_5; int32_t L_14 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))); V_9 = L_14; Il2CppChar L_15 = V_9; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1))) { case 0: { goto IL_0072; } case 1: { goto IL_00fa; } case 2: { goto IL_0126; } } } { goto IL_01ab; } IL_0072: { int32_t L_16 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); goto IL_0080; } IL_007a: { int32_t L_17 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0080: { Il2CppChar* L_18 = V_3; int32_t L_19 = V_7; int32_t L_20 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_19), (int32_t)2))))); if (L_20) { goto IL_007a; } } { int32_t L_21 = V_7; int32_t L_22 = V_5; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_23 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22))); V_8 = L_23; Il2CppChar* L_24 = V_3; int32_t L_25 = V_5; intptr_t L_26; L_26 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_25), (int32_t)2)))), /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_27 = V_8; int32_t L_28 = V_7; int32_t L_29 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_Copy_m69FADC47D872F0DF0EC3C4D75CC33B24A2CED430((intptr_t)L_26, L_27, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29)), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); V_10 = L_30; V_13 = 0; goto IL_00d5; } IL_00bc: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = V_10; int32_t L_32 = V_13; Il2CppChar* L_33 = V_3; int32_t L_34 = V_7; int32_t L_35 = V_13; int32_t L_36 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)), (int32_t)L_35))), (int32_t)2))))); (L_31)->SetAtUnchecked(static_cast(L_32), (uint8_t)((int32_t)((uint8_t)L_36))); int32_t L_37 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_00d5: { int32_t L_38 = V_13; if ((((int32_t)L_38) < ((int32_t)4))) { goto IL_00bc; } } { List_1_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C * L_39 = V_0; int32_t L_40 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_41 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = V_10; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_43 = (Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA *)il2cpp_codegen_object_new(Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA_il2cpp_TypeInfo_var); Contraction__ctor_m53CBCB1D98D037A328947B0563FF972FE76C100B(L_43, L_40, L_41, (String_t*)NULL, L_42, /*hidden argument*/NULL); List_1_Add_m0D6DCF6ECA29040950A496D1F61618C311B32387(L_39, L_43, /*hidden argument*/List_1_Add_m0D6DCF6ECA29040950A496D1F61618C311B32387_RuntimeMethod_var); int32_t L_44 = V_7; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)6)); int32_t L_45 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); goto IL_01d3; } IL_00fa: { List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419 * L_46 = V_1; Il2CppChar* L_47 = V_3; int32_t L_48 = V_5; int32_t L_49 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1))), (int32_t)2))))); Il2CppChar* L_50 = V_3; int32_t L_51 = V_5; int32_t L_52 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_50, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)2))), (int32_t)2))))); Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C * L_53 = (Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C *)il2cpp_codegen_object_new(Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C_il2cpp_TypeInfo_var); Level2Map__ctor_mD343887BF1BB1E819C2941608C672C3AFD7540DE(L_53, (uint8_t)((int32_t)((uint8_t)L_49)), (uint8_t)((int32_t)((uint8_t)L_52)), /*hidden argument*/NULL); List_1_Add_mE5DB50319C250CD5E7A5129D1DB11CDF919E8DB1(L_46, L_53, /*hidden argument*/List_1_Add_mE5DB50319C250CD5E7A5129D1DB11CDF919E8DB1_RuntimeMethod_var); int32_t L_54 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)3)); goto IL_01d3; } IL_0126: { int32_t L_55 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); goto IL_0134; } IL_012e: { int32_t L_56 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0134: { Il2CppChar* L_57 = V_3; int32_t L_58 = V_7; int32_t L_59 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_57, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_58), (int32_t)2))))); if (L_59) { goto IL_012e; } } { int32_t L_60 = V_7; int32_t L_61 = V_5; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_62 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_60, (int32_t)L_61))); V_8 = L_62; Il2CppChar* L_63 = V_3; int32_t L_64 = V_5; intptr_t L_65; L_65 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_63, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_64), (int32_t)2)))), /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_66 = V_8; int32_t L_67 = V_7; int32_t L_68 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_Copy_m69FADC47D872F0DF0EC3C4D75CC33B24A2CED430((intptr_t)L_65, L_66, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)L_68)), /*hidden argument*/NULL); int32_t L_69 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); int32_t L_70 = V_7; V_11 = L_70; goto IL_0175; } IL_016f: { int32_t L_71 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); } IL_0175: { Il2CppChar* L_72 = V_3; int32_t L_73 = V_11; int32_t L_74 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_72, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_73), (int32_t)2))))); if (L_74) { goto IL_016f; } } { Il2CppChar* L_75 = V_3; int32_t L_76 = V_7; int32_t L_77 = V_11; int32_t L_78 = V_7; String_t* L_79; L_79 = String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777(NULL, (Il2CppChar*)(Il2CppChar*)L_75, L_76, ((int32_t)il2cpp_codegen_subtract((int32_t)L_77, (int32_t)L_78)), /*hidden argument*/NULL); V_12 = L_79; List_1_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C * L_80 = V_0; int32_t L_81 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_82 = V_8; String_t* L_83 = V_12; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_84 = (Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA *)il2cpp_codegen_object_new(Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA_il2cpp_TypeInfo_var); Contraction__ctor_m53CBCB1D98D037A328947B0563FF972FE76C100B(L_84, L_81, L_82, L_83, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); List_1_Add_m0D6DCF6ECA29040950A496D1F61618C311B32387(L_80, L_84, /*hidden argument*/List_1_Add_m0D6DCF6ECA29040950A496D1F61618C311B32387_RuntimeMethod_var); int32_t L_85 = V_11; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)); int32_t L_86 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1)); goto IL_01d3; } IL_01ab: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_87 = ___culture0; int32_t L_88; L_88 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_87); int32_t L_89 = L_88; RuntimeObject * L_90 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_89); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_91 = ___culture0; String_t* L_92; L_92 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_91); int32_t L_93 = V_5; int32_t L_94 = L_93; RuntimeObject * L_95 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_94); String_t* L_96; L_96 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9ABD0C34749B0AA1E5D52F198A80EB2AA3298525)), L_90, L_92, L_95, /*hidden argument*/NULL); NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_97 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_97, L_96, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_97, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MSCompatUnicodeTable_BuildTailoringTables_m79BD97D08B464BA28B08624B7E217C4CED9A15EF_RuntimeMethod_var))); } IL_01d3: { int32_t L_98 = V_5; int32_t L_99 = V_6; if ((((int32_t)L_98) < ((int32_t)L_99))) { goto IL_0045; } } { V_4 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)NULL; List_1_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C * L_100 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ContractionComparer_t2065A7932E4721614DDC9CDC01C19267120F04D5_il2cpp_TypeInfo_var); ContractionComparer_t2065A7932E4721614DDC9CDC01C19267120F04D5 * L_101 = ((ContractionComparer_t2065A7932E4721614DDC9CDC01C19267120F04D5_StaticFields*)il2cpp_codegen_static_fields_for(ContractionComparer_t2065A7932E4721614DDC9CDC01C19267120F04D5_il2cpp_TypeInfo_var))->get_Instance_0(); List_1_Sort_m7AF7504A9547E019377DE1C4FF18BFD14E7BBCCE(L_100, L_101, /*hidden argument*/List_1_Sort_m7AF7504A9547E019377DE1C4FF18BFD14E7BBCCE_RuntimeMethod_var); List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419 * L_102 = V_1; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t9C71671E3FC435799269A2109CBA9DDB7D43CC0F_il2cpp_TypeInfo_var); Comparison_1_tD3B42082C57F6BA82A21609F8DF8F414BCFA4C38 * L_103 = ((U3CU3Ec_t9C71671E3FC435799269A2109CBA9DDB7D43CC0F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t9C71671E3FC435799269A2109CBA9DDB7D43CC0F_il2cpp_TypeInfo_var))->get_U3CU3E9__17_0_1(); Comparison_1_tD3B42082C57F6BA82A21609F8DF8F414BCFA4C38 * L_104 = L_103; G_B25_0 = L_104; G_B25_1 = L_102; if (L_104) { G_B26_0 = L_104; G_B26_1 = L_102; goto IL_020a; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t9C71671E3FC435799269A2109CBA9DDB7D43CC0F_il2cpp_TypeInfo_var); U3CU3Ec_t9C71671E3FC435799269A2109CBA9DDB7D43CC0F * L_105 = ((U3CU3Ec_t9C71671E3FC435799269A2109CBA9DDB7D43CC0F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t9C71671E3FC435799269A2109CBA9DDB7D43CC0F_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Comparison_1_tD3B42082C57F6BA82A21609F8DF8F414BCFA4C38 * L_106 = (Comparison_1_tD3B42082C57F6BA82A21609F8DF8F414BCFA4C38 *)il2cpp_codegen_object_new(Comparison_1_tD3B42082C57F6BA82A21609F8DF8F414BCFA4C38_il2cpp_TypeInfo_var); Comparison_1__ctor_mABF8FD0FA00F3D80E15677E173DBB1C379B8C702(L_106, L_105, (intptr_t)((intptr_t)U3CU3Ec_U3CBuildTailoringTablesU3Eb__17_0_m19836B35784EE1F928085E163B1FFD5D3BF67FCC_RuntimeMethod_var), /*hidden argument*/Comparison_1__ctor_mABF8FD0FA00F3D80E15677E173DBB1C379B8C702_RuntimeMethod_var); Comparison_1_tD3B42082C57F6BA82A21609F8DF8F414BCFA4C38 * L_107 = L_106; ((U3CU3Ec_t9C71671E3FC435799269A2109CBA9DDB7D43CC0F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t9C71671E3FC435799269A2109CBA9DDB7D43CC0F_il2cpp_TypeInfo_var))->set_U3CU3E9__17_0_1(L_107); G_B26_0 = L_107; G_B26_1 = G_B25_1; } IL_020a: { List_1_Sort_mF41E015629CC0CFA24FAAEDA9B37A086F4A446A5(G_B26_1, G_B26_0, /*hidden argument*/List_1_Sort_mF41E015629CC0CFA24FAAEDA9B37A086F4A446A5_RuntimeMethod_var); ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B** L_108 = ___contractions2; List_1_t37EEC21D90902050CABCCAD3DBBE0C08107AFC6C * L_109 = V_0; ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_110; L_110 = List_1_ToArray_m970C67F3416806F37225B353FF8944115BBF7289(L_109, /*hidden argument*/List_1_ToArray_m970C67F3416806F37225B353FF8944115BBF7289_RuntimeMethod_var); *((RuntimeObject **)L_108) = (RuntimeObject *)L_110; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_108, (void*)(RuntimeObject *)L_110); Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF** L_111 = ___diacriticals3; List_1_tC0429A7DC5B86BE52E3166E1E49759ABBF631419 * L_112 = V_1; Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* L_113; L_113 = List_1_ToArray_mAB18B07BC970759F2541B35B307B34906BF9EE95(L_112, /*hidden argument*/List_1_ToArray_mAB18B07BC970759F2541B35B307B34906BF9EE95_RuntimeMethod_var); *((RuntimeObject **)L_111) = (RuntimeObject *)L_113; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_111, (void*)(RuntimeObject *)L_113); return; } } // System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::SetCJKReferences(System.String,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MSCompatUnicodeTable_SetCJKReferences_mE24965D00DAC66A7A17E401909F899F311073357 (String_t* ___name0, 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*)&MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C45DB50527FCFAD456E74EB416B617329505309); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B0E509E3481549FC8F096287EFB425FAAFC38A4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral737BFFF97B66248A4653D6DA8ADA91C6C1065CAF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA65DBA682C40E29506EA08E50296520D49939CB9); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; bool L_1; L_1 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_0, _stringLiteralA65DBA682C40E29506EA08E50296520D49939CB9, /*hidden argument*/NULL); if (L_1) { goto IL_0035; } } { String_t* L_2 = ___name0; bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteral737BFFF97B66248A4653D6DA8ADA91C6C1065CAF, /*hidden argument*/NULL); if (L_3) { goto IL_004b; } } { String_t* L_4 = ___name0; bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteral0C45DB50527FCFAD456E74EB416B617329505309, /*hidden argument*/NULL); if (L_5) { goto IL_0061; } } { String_t* L_6 = ___name0; bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, _stringLiteral4B0E509E3481549FC8F096287EFB425FAAFC38A4, /*hidden argument*/NULL); if (L_7) { goto IL_0077; } } { return; } IL_0035: { uint8_t** L_8 = ___catTable2; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t* L_9 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_cjkCHScategory_6(); *((intptr_t*)L_8) = (intptr_t)L_9; uint8_t** L_10 = ___lv1Table3; uint8_t* L_11 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_cjkCHSlv1_10(); *((intptr_t*)L_10) = (intptr_t)L_11; CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** L_12 = ___cjkIndexer1; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var); CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_13 = ((MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var))->get_CjkCHS_5(); *((RuntimeObject **)L_12) = (RuntimeObject *)L_13; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_12, (void*)(RuntimeObject *)L_13); return; } IL_004b: { uint8_t** L_14 = ___catTable2; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t* L_15 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_cjkCHTcategory_7(); *((intptr_t*)L_14) = (intptr_t)L_15; uint8_t** L_16 = ___lv1Table3; uint8_t* L_17 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_cjkCHTlv1_11(); *((intptr_t*)L_16) = (intptr_t)L_17; CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** L_18 = ___cjkIndexer1; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var); CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_19 = ((MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var))->get_Cjk_6(); *((RuntimeObject **)L_18) = (RuntimeObject *)L_19; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_18, (void*)(RuntimeObject *)L_19); return; } IL_0061: { uint8_t** L_20 = ___catTable2; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t* L_21 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_cjkJAcategory_8(); *((intptr_t*)L_20) = (intptr_t)L_21; uint8_t** L_22 = ___lv1Table3; uint8_t* L_23 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_cjkJAlv1_12(); *((intptr_t*)L_22) = (intptr_t)L_23; CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** L_24 = ___cjkIndexer1; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var); CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_25 = ((MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var))->get_Cjk_6(); *((RuntimeObject **)L_24) = (RuntimeObject *)L_25; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_24, (void*)(RuntimeObject *)L_25); return; } IL_0077: { uint8_t** L_26 = ___catTable2; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t* L_27 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_cjkKOcategory_9(); *((intptr_t*)L_26) = (intptr_t)L_27; uint8_t** L_28 = ___lv1Table3; uint8_t* L_29 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_cjkKOlv1_13(); *((intptr_t*)L_28) = (intptr_t)L_29; uint8_t** L_30 = ___lv2Table5; uint8_t* L_31 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_cjkKOlv2_14(); *((intptr_t*)L_30) = (intptr_t)L_31; CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** L_32 = ___cjkIndexer1; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var); CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_33 = ((MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var))->get_Cjk_6(); *((RuntimeObject **)L_32) = (RuntimeObject *)L_33; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_32, (void*)(RuntimeObject *)L_33); CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** L_34 = ___lv2Indexer4; CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_35 = ((MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var))->get_Cjk_6(); *((RuntimeObject **)L_34) = (RuntimeObject *)L_35; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_34, (void*)(RuntimeObject *)L_35); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t* L_0 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_categories_2(); IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var); CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_1 = ((MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var))->get_Category_1(); int32_t L_2 = ___cp0; int32_t L_3; L_3 = CodePointIndexer_ToIndex_mB4F6BB9A4B18B72848B4EFC66031EC2E39FA4C54(L_1, L_2, /*hidden argument*/NULL); int32_t L_4 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_3))); return (uint8_t)L_4; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t* L_0 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_level1_3(); IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var); CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_1 = ((MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var))->get_Level1_2(); int32_t L_2 = ___cp0; int32_t L_3; L_3 = CodePointIndexer_ToIndex_mB4F6BB9A4B18B72848B4EFC66031EC2E39FA4C54(L_1, L_2, /*hidden argument*/NULL); int32_t L_4 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_3))); return (uint8_t)L_4; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t* L_0 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_level2_4(); IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var); CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_1 = ((MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var))->get_Level2_3(); int32_t L_2 = ___cp0; int32_t L_3; L_3 = CodePointIndexer_ToIndex_mB4F6BB9A4B18B72848B4EFC66031EC2E39FA4C54(L_1, L_2, /*hidden argument*/NULL); int32_t L_4 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_3))); return (uint8_t)L_4; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t* L_0 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_level3_5(); IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var); CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_1 = ((MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var))->get_Level3_4(); int32_t L_2 = ___cp0; int32_t L_3; L_3 = CodePointIndexer_ToIndex_mB4F6BB9A4B18B72848B4EFC66031EC2E39FA4C54(L_1, L_2, /*hidden argument*/NULL); int32_t L_4 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_3))); return (uint8_t)L_4; } } // 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) { 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*)&MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var); 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 (L_0) { goto IL_0005; } } { return (bool)1; } IL_0005: { uint8_t L_1 = ___flag1; if (!((int32_t)((int32_t)L_1&(int32_t)1))) { goto IL_0029; } } { int32_t L_2 = ___cp0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Char_GetUnicodeCategory_mB8DCE545E28F2858B0E8AD91393B9FD048F80BC1(((int32_t)((uint16_t)L_2)), /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)29))))) { goto IL_0017; } } { return (bool)1; } IL_0017: { int32_t L_4 = ___cp0; if ((((int32_t)((int32_t)55424)) > ((int32_t)L_4))) { goto IL_0029; } } { int32_t L_5 = ___cp0; if ((((int32_t)L_5) >= ((int32_t)((int32_t)56192)))) { goto IL_0029; } } { return (bool)1; } IL_0029: { IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var); CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_6 = ((MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var))->get_Ignorable_0(); int32_t L_7 = ___cp0; 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_0047; } } { IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t* L_10 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_ignorableFlags_1(); 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))); uint8_t L_13 = ___flag1; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_12&(int32_t)L_13))) <= ((uint32_t)0)))? 1 : 0); } IL_0047: { return (bool)0; } } // 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) { 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 = ___cp0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_1; L_1 = MSCompatUnicodeTable_IsIgnorable_m8BD2C6ACD0EC5F642DD3ED87A8B3E0092DA16DD8(L_0, (uint8_t)4, /*hidden argument*/NULL); return L_1; } } // 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) { { int32_t L_0 = ___i0; if ((((int32_t)((int32_t)12353)) > ((int32_t)L_0))) { goto IL_0010; } } { int32_t L_1 = ___i0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)12436)))) { goto IL_0012; } } IL_0010: { int32_t L_2 = ___i0; return L_2; } IL_0012: { int32_t L_3 = ___i0; return ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)96))); } } // 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) { { int32_t L_0 = ___i0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)8592)))) { goto IL_000a; } } { int32_t L_1 = ___i0; return L_1; } IL_000a: { int32_t L_2 = ___i0; if ((((int32_t)L_2) <= ((int32_t)((int32_t)65280)))) { goto IL_0079; } } { int32_t L_3 = ___i0; if ((((int32_t)L_3) > ((int32_t)((int32_t)65374)))) { goto IL_0025; } } { int32_t L_4 = ___i0; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)65280))), (int32_t)((int32_t)32))); } IL_0025: { int32_t L_5 = ___i0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)65504)))) { case 0: { goto IL_004f; } case 1: { goto IL_0055; } case 2: { goto IL_005b; } case 3: { goto IL_0061; } case 4: { goto IL_0067; } case 5: { goto IL_006d; } case 6: { goto IL_0073; } } } { goto IL_0079; } IL_004f: { return ((int32_t)162); } IL_0055: { return ((int32_t)163); } IL_005b: { return ((int32_t)172); } IL_0061: { return ((int32_t)175); } IL_0067: { return ((int32_t)166); } IL_006d: { return ((int32_t)165); } IL_0073: { return ((int32_t)8361); } IL_0079: { int32_t L_6 = ___i0; if ((((int32_t)L_6) <= ((int32_t)((int32_t)13054)))) { goto IL_0083; } } { int32_t L_7 = ___i0; return L_7; } IL_0083: { int32_t L_8 = ___i0; if ((((int32_t)L_8) > ((int32_t)((int32_t)8595)))) { goto IL_0093; } } { int32_t L_9 = ___i0; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)56921), (int32_t)L_9)); } IL_0093: { int32_t L_10 = ___i0; if ((((int32_t)L_10) >= ((int32_t)((int32_t)9474)))) { goto IL_009d; } } { int32_t L_11 = ___i0; return L_11; } IL_009d: { int32_t L_12 = ___i0; if ((((int32_t)L_12) > ((int32_t)((int32_t)9675)))) { goto IL_00d3; } } { int32_t L_13 = ___i0; if ((((int32_t)L_13) == ((int32_t)((int32_t)9474)))) { goto IL_00bf; } } { int32_t L_14 = ___i0; if ((((int32_t)L_14) == ((int32_t)((int32_t)9632)))) { goto IL_00c5; } } { int32_t L_15 = ___i0; if ((((int32_t)L_15) == ((int32_t)((int32_t)9675)))) { goto IL_00cb; } } { goto IL_00d1; } IL_00bf: { return ((int32_t)65512); } IL_00c5: { return ((int32_t)65517); } IL_00cb: { return ((int32_t)65518); } IL_00d1: { int32_t L_16 = ___i0; return L_16; } IL_00d3: { int32_t L_17 = ___i0; if ((((int32_t)L_17) >= ((int32_t)((int32_t)12288)))) { goto IL_00dd; } } { int32_t L_18 = ___i0; return L_18; } IL_00dd: { int32_t L_19 = ___i0; if ((((int32_t)L_19) >= ((int32_t)((int32_t)12593)))) { goto IL_0144; } } { int32_t L_20 = ___i0; if ((((int32_t)L_20) > ((int32_t)((int32_t)12300)))) { goto IL_010f; } } { int32_t L_21 = ___i0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)((int32_t)12288)))) { case 0: { goto IL_0121; } case 1: { goto IL_0124; } case 2: { goto IL_012a; } } } { int32_t L_22 = ___i0; if ((((int32_t)L_22) == ((int32_t)((int32_t)12300)))) { goto IL_0130; } } { goto IL_0142; } IL_010f: { int32_t L_23 = ___i0; if ((((int32_t)L_23) == ((int32_t)((int32_t)12301)))) { goto IL_0136; } } { int32_t L_24 = ___i0; if ((((int32_t)L_24) == ((int32_t)((int32_t)12539)))) { goto IL_013c; } } { goto IL_0142; } IL_0121: { return ((int32_t)32); } IL_0124: { return ((int32_t)65380); } IL_012a: { return ((int32_t)65377); } IL_0130: { return ((int32_t)65378); } IL_0136: { return ((int32_t)65379); } IL_013c: { return ((int32_t)65381); } IL_0142: { int32_t L_25 = ___i0; return L_25; } IL_0144: { int32_t L_26 = ___i0; if ((((int32_t)L_26) >= ((int32_t)((int32_t)12644)))) { goto IL_015a; } } { int32_t L_27 = ___i0; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)((int32_t)12592))), (int32_t)((int32_t)65440))); } IL_015a: { int32_t L_28 = ___i0; if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)12644))))) { goto IL_0168; } } { return ((int32_t)65440); } IL_0168: { int32_t L_29 = ___i0; return L_29; } } // System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::HasSpecialWeight(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_HasSpecialWeight_m7E7FB8B916131E9A5729F3C4FA326A7605C10AA3 (Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)12353)))) { goto IL_000a; } } { return (bool)0; } IL_000a: { Il2CppChar L_1 = ___c0; if ((((int32_t)((int32_t)65382)) > ((int32_t)L_1))) { goto IL_001c; } } { Il2CppChar L_2 = ___c0; if ((((int32_t)L_2) >= ((int32_t)((int32_t)65438)))) { goto IL_001c; } } { return (bool)1; } IL_001c: { Il2CppChar L_3 = ___c0; if ((((int32_t)((int32_t)13056)) > ((int32_t)L_3))) { goto IL_0026; } } { return (bool)0; } IL_0026: { Il2CppChar L_4 = ___c0; if ((((int32_t)L_4) >= ((int32_t)((int32_t)12445)))) { goto IL_0037; } } { Il2CppChar L_5 = ___c0; return (bool)((((int32_t)L_5) < ((int32_t)((int32_t)12441)))? 1 : 0); } IL_0037: { Il2CppChar L_6 = ___c0; if ((((int32_t)L_6) >= ((int32_t)((int32_t)12544)))) { goto IL_004b; } } { Il2CppChar L_7 = ___c0; return (bool)((((int32_t)((((int32_t)L_7) == ((int32_t)((int32_t)12539)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_004b: { Il2CppChar L_8 = ___c0; if ((((int32_t)L_8) >= ((int32_t)((int32_t)13008)))) { goto IL_0055; } } { return (bool)0; } IL_0055: { Il2CppChar L_9 = ___c0; if ((((int32_t)L_9) >= ((int32_t)((int32_t)13055)))) { goto IL_005f; } } { return (bool)1; } IL_005f: { return (bool)0; } } // System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsHalfWidthKana(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsHalfWidthKana_m30C067A18B6FCC6985A161484E2951F9F6903ED3 (Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; if ((((int32_t)((int32_t)65382)) > ((int32_t)L_0))) { goto IL_0014; } } { Il2CppChar L_1 = ___c0; return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)((int32_t)65437)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0014: { return (bool)0; } } // System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsHiragana(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsHiragana_mF32388227769220CA3A5AA6E233A4304079211D9 (Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; if ((((int32_t)((int32_t)12353)) > ((int32_t)L_0))) { goto IL_0014; } } { Il2CppChar L_1 = ___c0; return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)((int32_t)12436)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0014: { return (bool)0; } } // System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsJapaneseSmallLetter(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsJapaneseSmallLetter_m51D3B4BA7CC83FBA1186033E864537CECD55CB48 (Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; if ((((int32_t)((int32_t)65383)) > ((int32_t)L_0))) { goto IL_0012; } } { Il2CppChar L_1 = ___c0; if ((((int32_t)L_1) > ((int32_t)((int32_t)65391)))) { goto IL_0012; } } { return (bool)1; } IL_0012: { Il2CppChar L_2 = ___c0; if ((((int32_t)((int32_t)12352)) >= ((int32_t)L_2))) { goto IL_0121; } } { Il2CppChar L_3 = ___c0; if ((((int32_t)L_3) >= ((int32_t)((int32_t)12538)))) { goto IL_0121; } } { Il2CppChar L_4 = ___c0; if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)12457))))) { goto IL_00d5; } } { Il2CppChar L_5 = ___c0; if ((!(((uint32_t)L_5) <= ((uint32_t)((int32_t)12387))))) { goto IL_007b; } } { Il2CppChar L_6 = ___c0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)12353)))) { case 0: { goto IL_011f; } case 1: { goto IL_0121; } case 2: { goto IL_011f; } case 3: { goto IL_0121; } case 4: { goto IL_011f; } case 5: { goto IL_0121; } case 6: { goto IL_011f; } case 7: { goto IL_0121; } case 8: { goto IL_011f; } } } { Il2CppChar L_7 = ___c0; if ((((int32_t)L_7) == ((int32_t)((int32_t)12387)))) { goto IL_011f; } } { goto IL_0121; } IL_007b: { Il2CppChar L_8 = ___c0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)12419)))) { case 0: { goto IL_011f; } case 1: { goto IL_0121; } case 2: { goto IL_011f; } case 3: { goto IL_0121; } case 4: { goto IL_011f; } } } { Il2CppChar L_9 = ___c0; if ((((int32_t)L_9) == ((int32_t)((int32_t)12430)))) { goto IL_011f; } } { Il2CppChar L_10 = ___c0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)12449)))) { case 0: { goto IL_011f; } case 1: { goto IL_0121; } case 2: { goto IL_011f; } case 3: { goto IL_0121; } case 4: { goto IL_011f; } case 5: { goto IL_0121; } case 6: { goto IL_011f; } case 7: { goto IL_0121; } case 8: { goto IL_011f; } } } { goto IL_0121; } IL_00d5: { Il2CppChar L_11 = ___c0; if ((!(((uint32_t)L_11) <= ((uint32_t)((int32_t)12519))))) { goto IL_0107; } } { Il2CppChar L_12 = ___c0; if ((((int32_t)L_12) == ((int32_t)((int32_t)12483)))) { goto IL_011f; } } { Il2CppChar L_13 = ___c0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)12515)))) { case 0: { goto IL_011f; } case 1: { goto IL_0121; } case 2: { goto IL_011f; } case 3: { goto IL_0121; } case 4: { goto IL_011f; } } } { goto IL_0121; } IL_0107: { Il2CppChar L_14 = ___c0; if ((((int32_t)L_14) == ((int32_t)((int32_t)12526)))) { goto IL_011f; } } { Il2CppChar L_15 = ___c0; if ((((int32_t)L_15) == ((int32_t)((int32_t)12533)))) { goto IL_011f; } } { Il2CppChar L_16 = ___c0; if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)12534))))) { goto IL_0121; } } IL_011f: { return (bool)1; } IL_0121: { return (bool)0; } } // System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::get_IsReady() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_get_IsReady_m48C1BE8069E2D74EE21BBF4D4F5A0B31B4644436 (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; } { IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_0 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_isReady_18(); return L_0; } } // System.IntPtr Mono.Globalization.Unicode.MSCompatUnicodeTable::GetResource(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t MSCompatUnicodeTable_GetResource_mA8EE019606E86DC721DC5245A57F499AB1211776 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_GetResource_mA8EE019606E86DC721DC5245A57F499AB1211776_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * V_1 = NULL; { Assembly_t * L_0; L_0 = il2cpp_codegen_get_executing_assembly(MSCompatUnicodeTable_GetResource_mA8EE019606E86DC721DC5245A57F499AB1211776_RuntimeMethod_var); String_t* L_1 = ___name0; intptr_t L_2; L_2 = Assembly_GetManifestResourceInternal_m4DBB09EDBCF8AF223E3D632F52C6ADE1A5C967C5(L_0, L_1, (int32_t*)(&V_0), (Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 **)(&V_1), /*hidden argument*/NULL); return (intptr_t)L_2; } } // System.UInt32 Mono.Globalization.Unicode.MSCompatUnicodeTable::UInt32FromBytePtr(System.Byte*,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MSCompatUnicodeTable_UInt32FromBytePtr_m15624168C733CACEB21410ADF6BD3C7D61AD864B (uint8_t* ___raw0, uint32_t ___idx1, const RuntimeMethod* method) { { uint8_t* L_0 = ___raw0; uint32_t L_1 = ___idx1; int32_t L_2 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((uintptr_t)L_1)))); uint8_t* L_3 = ___raw0; uint32_t L_4 = ___idx1; int32_t L_5 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)))))); uint8_t* L_6 = ___raw0; uint32_t L_7 = ___idx1; int32_t L_8 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2)))))); uint8_t* L_9 = ___raw0; uint32_t L_10 = ___idx1; int32_t L_11 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)3)))))); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)((int32_t)L_5<<(int32_t)8)))), (int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)16))))), (int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)24))))); } } // System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::.cctor() #if IL2CPP_TARGET_XBOXONE IL2CPP_DISABLE_OPTIMIZATIONS #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MSCompatUnicodeTable__cctor_m7780209A4531CE33FF42555B4AA069C190EDAA7A (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*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TailoringInfoU5BU5D_tE558BFC8FBB51482ACC5F18EB713B8AE8B77FB99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B387A0B65C6A93464FB0B268584E15E02AE9BEC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51E32388186E3C054444183AA4F66F30E4D384D2); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; uint32_t V_2 = 0; uint32_t V_3 = 0; intptr_t V_4; memset((&V_4), 0, sizeof(V_4)); uint32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * V_9 = NULL; int32_t V_10 = 0; { ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->set_MaxExpansionLength_0(3); RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->set_forLock_17(L_0); V_3 = 0; intptr_t L_1; L_1 = MSCompatUnicodeTable_GetResource_mA8EE019606E86DC721DC5245A57F499AB1211776(_stringLiteral0B387A0B65C6A93464FB0B268584E15E02AE9BEC, /*hidden argument*/NULL); V_4 = (intptr_t)L_1; intptr_t L_2 = V_4; bool L_3; L_3 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_2, (intptr_t)(0), /*hidden argument*/NULL); if (!L_3) { goto IL_002d; } } { return; } IL_002d: { intptr_t L_4 = V_4; void* L_5; L_5 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_4, /*hidden argument*/NULL); V_0 = (uint8_t*)L_5; intptr_t L_6; L_6 = MSCompatUnicodeTable_GetResource_mA8EE019606E86DC721DC5245A57F499AB1211776(_stringLiteral51E32388186E3C054444183AA4F66F30E4D384D2, /*hidden argument*/NULL); V_4 = (intptr_t)L_6; intptr_t L_7 = V_4; bool L_8; L_8 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_7, (intptr_t)(0), /*hidden argument*/NULL); if (!L_8) { goto IL_0050; } } { return; } IL_0050: { intptr_t L_9 = V_4; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); V_1 = (uint8_t*)L_10; uint8_t* L_11 = V_0; if ((((intptr_t)L_11) == ((intptr_t)((uintptr_t)0)))) { goto IL_0062; } } { uint8_t* L_12 = V_1; if ((!(((uintptr_t)L_12) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0063; } } IL_0062: { return; } IL_0063: { uint8_t* L_13 = V_0; int32_t L_14 = *((uint8_t*)L_13); if ((!(((uint32_t)L_14) == ((uint32_t)3)))) { goto IL_006d; } } { uint8_t* L_15 = V_1; int32_t L_16 = *((uint8_t*)L_15); if ((((int32_t)L_16) == ((int32_t)3))) { goto IL_006e; } } IL_006d: { return; } IL_006e: { V_3 = 1; uint8_t* L_17 = V_0; uint32_t L_18 = V_3; uint32_t L_19; L_19 = MSCompatUnicodeTable_UInt32FromBytePtr_m15624168C733CACEB21410ADF6BD3C7D61AD864B((uint8_t*)(uint8_t*)L_17, L_18, /*hidden argument*/NULL); V_2 = L_19; uint32_t L_20 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)4)); uint8_t* L_21 = V_0; uint32_t L_22 = V_3; ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->set_ignorableFlags_1((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_21, (intptr_t)((uintptr_t)L_22)))); uint32_t L_23 = V_3; uint32_t L_24 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24)); uint8_t* L_25 = V_0; uint32_t L_26 = V_3; uint32_t L_27; L_27 = MSCompatUnicodeTable_UInt32FromBytePtr_m15624168C733CACEB21410ADF6BD3C7D61AD864B((uint8_t*)(uint8_t*)L_25, L_26, /*hidden argument*/NULL); V_2 = L_27; uint32_t L_28 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)4)); uint8_t* L_29 = V_0; uint32_t L_30 = V_3; ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->set_categories_2((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_29, (intptr_t)((uintptr_t)L_30)))); uint32_t L_31 = V_3; uint32_t L_32 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); uint8_t* L_33 = V_0; uint32_t L_34 = V_3; uint32_t L_35; L_35 = MSCompatUnicodeTable_UInt32FromBytePtr_m15624168C733CACEB21410ADF6BD3C7D61AD864B((uint8_t*)(uint8_t*)L_33, L_34, /*hidden argument*/NULL); V_2 = L_35; uint32_t L_36 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)4)); uint8_t* L_37 = V_0; uint32_t L_38 = V_3; ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->set_level1_3((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, (intptr_t)((uintptr_t)L_38)))); uint32_t L_39 = V_3; uint32_t L_40 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); uint8_t* L_41 = V_0; uint32_t L_42 = V_3; uint32_t L_43; L_43 = MSCompatUnicodeTable_UInt32FromBytePtr_m15624168C733CACEB21410ADF6BD3C7D61AD864B((uint8_t*)(uint8_t*)L_41, L_42, /*hidden argument*/NULL); V_2 = L_43; uint32_t L_44 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)4)); uint8_t* L_45 = V_0; uint32_t L_46 = V_3; ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->set_level2_4((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_45, (intptr_t)((uintptr_t)L_46)))); uint32_t L_47 = V_3; uint32_t L_48 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)L_48)); uint8_t* L_49 = V_0; uint32_t L_50 = V_3; uint32_t L_51; L_51 = MSCompatUnicodeTable_UInt32FromBytePtr_m15624168C733CACEB21410ADF6BD3C7D61AD864B((uint8_t*)(uint8_t*)L_49, L_50, /*hidden argument*/NULL); V_2 = L_51; uint32_t L_52 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)4)); uint8_t* L_53 = V_0; uint32_t L_54 = V_3; ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->set_level3_5((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_53, (intptr_t)((uintptr_t)L_54)))); uint32_t L_55 = V_3; uint32_t L_56 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)L_56)); V_3 = 1; uint8_t* L_57 = V_1; uint32_t L_58 = V_3; uint32_t L_59; L_59 = MSCompatUnicodeTable_UInt32FromBytePtr_m15624168C733CACEB21410ADF6BD3C7D61AD864B((uint8_t*)(uint8_t*)L_57, L_58, /*hidden argument*/NULL); V_5 = L_59; uint32_t L_60 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)4)); uint32_t L_61 = V_5; TailoringInfoU5BU5D_tE558BFC8FBB51482ACC5F18EB713B8AE8B77FB99* L_62 = (TailoringInfoU5BU5D_tE558BFC8FBB51482ACC5F18EB713B8AE8B77FB99*)(TailoringInfoU5BU5D_tE558BFC8FBB51482ACC5F18EB713B8AE8B77FB99*)SZArrayNew(TailoringInfoU5BU5D_tE558BFC8FBB51482ACC5F18EB713B8AE8B77FB99_il2cpp_TypeInfo_var, (uint32_t)L_61); ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->set_tailoringInfos_16(L_62); V_6 = 0; goto IL_0159; } IL_010d: { uint8_t* L_63 = V_1; uint32_t L_64 = V_3; uint32_t L_65; L_65 = MSCompatUnicodeTable_UInt32FromBytePtr_m15624168C733CACEB21410ADF6BD3C7D61AD864B((uint8_t*)(uint8_t*)L_63, L_64, /*hidden argument*/NULL); uint32_t L_66 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)4)); uint8_t* L_67 = V_1; uint32_t L_68 = V_3; uint32_t L_69; L_69 = MSCompatUnicodeTable_UInt32FromBytePtr_m15624168C733CACEB21410ADF6BD3C7D61AD864B((uint8_t*)(uint8_t*)L_67, L_68, /*hidden argument*/NULL); V_7 = L_69; uint32_t L_70 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)4)); uint8_t* L_71 = V_1; uint32_t L_72 = V_3; uint32_t L_73; L_73 = MSCompatUnicodeTable_UInt32FromBytePtr_m15624168C733CACEB21410ADF6BD3C7D61AD864B((uint8_t*)(uint8_t*)L_71, L_72, /*hidden argument*/NULL); V_8 = L_73; uint32_t L_74 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)4)); int32_t L_75 = V_7; int32_t L_76 = V_8; uint8_t* L_77 = V_1; uint32_t L_78 = V_3; uint32_t L_79 = L_78; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)); int32_t L_80 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_77, (intptr_t)((uintptr_t)L_79)))); TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * L_81 = (TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A *)il2cpp_codegen_object_new(TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A_il2cpp_TypeInfo_var); TailoringInfo__ctor_m18371DDC2A50B4EACAA31A1C3E27D6F9A7FECBD9(L_81, L_65, L_75, L_76, (bool)((!(((uint32_t)L_80) <= ((uint32_t)0)))? 1 : 0), /*hidden argument*/NULL); V_9 = L_81; TailoringInfoU5BU5D_tE558BFC8FBB51482ACC5F18EB713B8AE8B77FB99* L_82 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_tailoringInfos_16(); int32_t L_83 = V_6; TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * L_84 = V_9; ArrayElementTypeCheck (L_82, L_84); (L_82)->SetAtUnchecked(static_cast(L_83), (TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A *)L_84); int32_t L_85 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)); } IL_0159: { int32_t L_86 = V_6; uint32_t L_87 = V_5; if ((((int64_t)((int64_t)((int64_t)L_86))) < ((int64_t)((int64_t)((uint64_t)L_87))))) { goto IL_010d; } } { uint32_t L_88 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)2)); uint8_t* L_89 = V_1; uint32_t L_90 = V_3; uint32_t L_91; L_91 = MSCompatUnicodeTable_UInt32FromBytePtr_m15624168C733CACEB21410ADF6BD3C7D61AD864B((uint8_t*)(uint8_t*)L_89, L_90, /*hidden argument*/NULL); V_5 = L_91; uint32_t L_92 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)4)); uint32_t L_93 = V_5; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_94 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)L_93); ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->set_tailoringArr_15(L_94); V_10 = 0; goto IL_01a5; } IL_0183: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_95 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_tailoringArr_15(); int32_t L_96 = V_10; uint8_t* L_97 = V_1; uint32_t L_98 = V_3; int32_t L_99 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_97, (intptr_t)((uintptr_t)L_98)))); uint8_t* L_100 = V_1; uint32_t L_101 = V_3; int32_t L_102 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_100, (intptr_t)((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1)))))); (L_95)->SetAtUnchecked(static_cast(L_96), (Il2CppChar)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)((int32_t)((int32_t)L_102<<(int32_t)8))))))); int32_t L_103 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)1)); uint32_t L_104 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)2)); } IL_01a5: { int32_t L_105 = V_10; uint32_t L_106 = V_5; if ((((int64_t)((int64_t)((int64_t)L_105))) < ((int64_t)((int64_t)((uint64_t)L_106))))) { goto IL_0183; } } { ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->set_isReady_18((bool)1); return; } } #if IL2CPP_TARGET_XBOXONE IL2CPP_ENABLE_OPTIMIZATIONS #endif // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_forLock_17(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try { // begin try (depth: 1) RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); String_t* L_2 = ___culture0; 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_FillCJKCore_m4F8CC674B8D1DFE255F17F108155CF1FE82BE801(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); String_t* L_8 = ___culture0; CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** L_9 = ___cjkIndexer1; uint8_t** L_10 = ___catTable2; uint8_t** L_11 = ___lv1Table3; CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** L_12 = ___lv2Indexer4; uint8_t** L_13 = ___lv2Table5; MSCompatUnicodeTable_SetCJKReferences_mE24965D00DAC66A7A17E401909F899F311073357(L_8, (CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 **)L_9, (uint8_t**)L_10, (uint8_t**)L_11, (CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 **)L_12, (uint8_t**)L_13, /*hidden argument*/NULL); IL2CPP_LEAVE(0x36, FINALLY_002c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002c; } FINALLY_002c: { // begin finally (depth: 1) { bool L_14 = V_1; if (!L_14) { goto IL_0035; } } IL_002f: { RuntimeObject * L_15 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_15, /*hidden argument*/NULL); } IL_0035: { IL2CPP_END_FINALLY(44) } } // end finally (depth: 1) IL2CPP_CLEANUP(44) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x36, IL_0036) } IL_0036: { return; } } // System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::FillCJKCore(System.String,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MSCompatUnicodeTable_FillCJKCore_m4F8CC674B8D1DFE255F17F108155CF1FE82BE801 (String_t* ___culture0, CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** ___cjkLv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C45DB50527FCFAD456E74EB416B617329505309); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F91B436F1FDA448531F89F242574E9FC1A8183B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B0E509E3481549FC8F096287EFB425FAAFC38A4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E984ABC3F146D0F73D38E9AEB96864C5CB5FE7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral737BFFF97B66248A4653D6DA8ADA91C6C1065CAF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DDEA8BF887EF34A1240A262845FAFAF04EFC4DE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA65DBA682C40E29506EA08E50296520D49939CB9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC7E2F23A67BD173305EF6BA6A3E5DDED9F9E2465); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB2FE77231F429D3D9DC375DB50B86F3FE7DF081); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE984241AE97EB8CC7E8796D3939F5F1C4D012B3A); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; uint8_t* V_1 = NULL; uint32_t V_2 = 0; intptr_t V_3; memset((&V_3), 0, sizeof(V_3)); uint32_t V_4 = 0; { IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_0; L_0 = MSCompatUnicodeTable_get_IsReady_m48C1BE8069E2D74EE21BBF4D4F5A0B31B4644436_inline(/*hidden argument*/NULL); if (L_0) { goto IL_0008; } } { return; } IL_0008: { V_0 = (String_t*)NULL; String_t* L_1 = ___culture0; bool L_2; L_2 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_1, _stringLiteralA65DBA682C40E29506EA08E50296520D49939CB9, /*hidden argument*/NULL); if (L_2) { goto IL_0040; } } { String_t* L_3 = ___culture0; bool L_4; L_4 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_3, _stringLiteral737BFFF97B66248A4653D6DA8ADA91C6C1065CAF, /*hidden argument*/NULL); if (L_4) { goto IL_0056; } } { String_t* L_5 = ___culture0; bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, _stringLiteral0C45DB50527FCFAD456E74EB416B617329505309, /*hidden argument*/NULL); if (L_6) { goto IL_006c; } } { String_t* L_7 = ___culture0; bool L_8; L_8 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_7, _stringLiteral4B0E509E3481549FC8F096287EFB425FAAFC38A4, /*hidden argument*/NULL); if (L_8) { goto IL_0082; } } { goto IL_0096; } IL_0040: { V_0 = _stringLiteralC7E2F23A67BD173305EF6BA6A3E5DDED9F9E2465; uint8_t** L_9 = ___catTable2; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t* L_10 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_cjkCHScategory_6(); *((intptr_t*)L_9) = (intptr_t)L_10; uint8_t** L_11 = ___lv1Table3; uint8_t* L_12 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_cjkCHSlv1_10(); *((intptr_t*)L_11) = (intptr_t)L_12; goto IL_0096; } IL_0056: { V_0 = _stringLiteral9DDEA8BF887EF34A1240A262845FAFAF04EFC4DE; uint8_t** L_13 = ___catTable2; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t* L_14 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_cjkCHTcategory_7(); *((intptr_t*)L_13) = (intptr_t)L_14; uint8_t** L_15 = ___lv1Table3; uint8_t* L_16 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_cjkCHTlv1_11(); *((intptr_t*)L_15) = (intptr_t)L_16; goto IL_0096; } IL_006c: { V_0 = _stringLiteral2F91B436F1FDA448531F89F242574E9FC1A8183B; uint8_t** L_17 = ___catTable2; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t* L_18 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_cjkJAcategory_8(); *((intptr_t*)L_17) = (intptr_t)L_18; uint8_t** L_19 = ___lv1Table3; uint8_t* L_20 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_cjkJAlv1_12(); *((intptr_t*)L_19) = (intptr_t)L_20; goto IL_0096; } IL_0082: { V_0 = _stringLiteralE984241AE97EB8CC7E8796D3939F5F1C4D012B3A; uint8_t** L_21 = ___catTable2; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t* L_22 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_cjkKOcategory_9(); *((intptr_t*)L_21) = (intptr_t)L_22; uint8_t** L_23 = ___lv1Table3; uint8_t* L_24 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_cjkKOlv1_13(); *((intptr_t*)L_23) = (intptr_t)L_24; } IL_0096: { String_t* L_25 = V_0; if (!L_25) { goto IL_009f; } } { uint8_t** L_26 = ___lv1Table3; if ((((intptr_t)(*((intptr_t*)L_26))) == ((intptr_t)((uintptr_t)0)))) { goto IL_00a0; } } IL_009f: { return; } IL_00a0: { V_2 = 0; String_t* L_27 = V_0; String_t* L_28; L_28 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralCB2FE77231F429D3D9DC375DB50B86F3FE7DF081, L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); intptr_t L_29; L_29 = MSCompatUnicodeTable_GetResource_mA8EE019606E86DC721DC5245A57F499AB1211776(L_28, /*hidden argument*/NULL); V_3 = (intptr_t)L_29; intptr_t L_30 = V_3; bool L_31; L_31 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_30, (intptr_t)(0), /*hidden argument*/NULL); if (!L_31) { goto IL_00c1; } } { return; } IL_00c1: { intptr_t L_32 = V_3; void* L_33; L_33 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_32, /*hidden argument*/NULL); V_1 = (uint8_t*)L_33; uint32_t L_34 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); uint8_t* L_35 = V_1; uint32_t L_36 = V_2; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint32_t L_37; L_37 = MSCompatUnicodeTable_UInt32FromBytePtr_m15624168C733CACEB21410ADF6BD3C7D61AD864B((uint8_t*)(uint8_t*)L_35, L_36, /*hidden argument*/NULL); V_4 = L_37; uint32_t L_38 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)4)); uint8_t** L_39 = ___catTable2; uint8_t* L_40 = V_1; uint32_t L_41 = V_2; *((intptr_t*)L_39) = (intptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_40, (intptr_t)((uintptr_t)L_41))); uint8_t** L_42 = ___lv1Table3; uint8_t* L_43 = V_1; uint32_t L_44 = V_2; uint32_t L_45 = V_4; *((intptr_t*)L_42) = (intptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_43, (intptr_t)((uintptr_t)L_44))), (intptr_t)((uintptr_t)L_45))); String_t* L_46 = ___culture0; bool L_47; L_47 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_46, _stringLiteralA65DBA682C40E29506EA08E50296520D49939CB9, /*hidden argument*/NULL); if (L_47) { goto IL_011f; } } { String_t* L_48 = ___culture0; bool L_49; L_49 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_48, _stringLiteral737BFFF97B66248A4653D6DA8ADA91C6C1065CAF, /*hidden argument*/NULL); if (L_49) { goto IL_012f; } } { String_t* L_50 = ___culture0; bool L_51; L_51 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_50, _stringLiteral0C45DB50527FCFAD456E74EB416B617329505309, /*hidden argument*/NULL); if (L_51) { goto IL_013f; } } { String_t* L_52 = ___culture0; bool L_53; L_53 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_52, _stringLiteral4B0E509E3481549FC8F096287EFB425FAAFC38A4, /*hidden argument*/NULL); if (L_53) { goto IL_014f; } } { goto IL_015d; } IL_011f: { uint8_t** L_54 = ___catTable2; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->set_cjkCHScategory_6((uint8_t*)(*((intptr_t*)L_54))); uint8_t** L_55 = ___lv1Table3; ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->set_cjkCHSlv1_10((uint8_t*)(*((intptr_t*)L_55))); goto IL_015d; } IL_012f: { uint8_t** L_56 = ___catTable2; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->set_cjkCHTcategory_7((uint8_t*)(*((intptr_t*)L_56))); uint8_t** L_57 = ___lv1Table3; ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->set_cjkCHTlv1_11((uint8_t*)(*((intptr_t*)L_57))); goto IL_015d; } IL_013f: { uint8_t** L_58 = ___catTable2; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->set_cjkJAcategory_8((uint8_t*)(*((intptr_t*)L_58))); uint8_t** L_59 = ___lv1Table3; ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->set_cjkJAlv1_12((uint8_t*)(*((intptr_t*)L_59))); goto IL_015d; } IL_014f: { uint8_t** L_60 = ___catTable2; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->set_cjkKOcategory_9((uint8_t*)(*((intptr_t*)L_60))); uint8_t** L_61 = ___lv1Table3; ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->set_cjkKOlv1_13((uint8_t*)(*((intptr_t*)L_61))); } IL_015d: { String_t* L_62 = V_0; bool L_63; L_63 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_62, _stringLiteralE984241AE97EB8CC7E8796D3939F5F1C4D012B3A, /*hidden argument*/NULL); if (!L_63) { goto IL_016b; } } { return; } IL_016b: { IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); intptr_t L_64; L_64 = MSCompatUnicodeTable_GetResource_mA8EE019606E86DC721DC5245A57F499AB1211776(_stringLiteral5E984ABC3F146D0F73D38E9AEB96864C5CB5FE7C, /*hidden argument*/NULL); V_3 = (intptr_t)L_64; intptr_t L_65 = V_3; bool L_66; L_66 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_65, (intptr_t)(0), /*hidden argument*/NULL); if (!L_66) { goto IL_0184; } } { return; } IL_0184: { intptr_t L_67 = V_3; void* L_68; L_68 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_67, /*hidden argument*/NULL); V_1 = (uint8_t*)L_68; V_2 = 5; uint8_t* L_69 = V_1; uint32_t L_70 = V_2; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->set_cjkKOlv2_14((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_69, (intptr_t)((uintptr_t)L_70)))); uint8_t** L_71 = ___lv2Table5; uint8_t* L_72 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_cjkKOlv2_14(); *((intptr_t*)L_71) = (intptr_t)L_72; 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.Globalization.Unicode.MSCompatUnicodeTableUtil::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MSCompatUnicodeTableUtil__cctor_m296EB172C5AFF3CF41F76D9B9A659B2D5B33F13D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____1730F09044E91DB8371B849EFF5E6D17BDE4AED0_3_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____1FE6CE411858B3D864679DE2139FB081F08BFACD_4_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____2D1DA5BB407F0C11C3B5116196C0C6374D932B20_11_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____3E823444D2DFECF0F90B436B88F02A533CB376F1_20_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____7088AAE49F0627B72729078DE6E3182DDCF8ED99_44_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____89A040451C8CC5C8FB268BE44BDD74964C104155_54_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____93A63E90605400F34B49F0EB3361D23C89164BDA_58_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____95264589E48F94B7857CFF398FB72A537E13EEE2_60_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____F8FAABB821300AA500C2CEC6091B3782A7FB44A4_101_FieldInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_2 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_3 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_4 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_5 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_6 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_7 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_8 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_9 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_10 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_11 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_12 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_13 = NULL; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0; (L_1)->SetAtUnchecked(static_cast(1), (int32_t)((int32_t)40960)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = L_1; (L_2)->SetAtUnchecked(static_cast(2), (int32_t)((int32_t)63744)); V_0 = L_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = L_3; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____F8FAABB821300AA500C2CEC6091B3782A7FB44A4_101_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); V_1 = L_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)6); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = L_6; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____7088AAE49F0627B72729078DE6E3182DDCF8ED99_44_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); V_2 = L_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)6); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = L_9; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_11 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____1730F09044E91DB8371B849EFF5E6D17BDE4AED0_3_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL); V_3 = L_10; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)6); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = L_12; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_14 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____7088AAE49F0627B72729078DE6E3182DDCF8ED99_44_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_13, L_14, /*hidden argument*/NULL); V_4 = L_13; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)6); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = L_15; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_17 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____1730F09044E91DB8371B849EFF5E6D17BDE4AED0_3_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_16, L_17, /*hidden argument*/NULL); V_5 = L_16; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = L_18; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_20 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____89A040451C8CC5C8FB268BE44BDD74964C104155_54_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_19, L_20, /*hidden argument*/NULL); V_6 = L_19; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = L_21; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_23 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____2D1DA5BB407F0C11C3B5116196C0C6374D932B20_11_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_22, L_23, /*hidden argument*/NULL); V_7 = L_22; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_25 = L_24; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_26 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____89A040451C8CC5C8FB268BE44BDD74964C104155_54_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_25, L_26, /*hidden argument*/NULL); V_8 = L_25; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_27 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_28 = L_27; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_29 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____1FE6CE411858B3D864679DE2139FB081F08BFACD_4_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_28, L_29, /*hidden argument*/NULL); V_9 = L_28; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_30 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_31 = L_30; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_32 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_31, L_32, /*hidden argument*/NULL); V_10 = L_31; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_33 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_34 = L_33; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_35 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____93A63E90605400F34B49F0EB3361D23C89164BDA_58_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_34, L_35, /*hidden argument*/NULL); V_11 = L_34; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_36 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_37 = L_36; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_38 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____3E823444D2DFECF0F90B436B88F02A533CB376F1_20_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_37, L_38, /*hidden argument*/NULL); V_12 = L_37; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_39 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_40 = L_39; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_41 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____95264589E48F94B7857CFF398FB72A537E13EEE2_60_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_40, L_41, /*hidden argument*/NULL); V_13 = L_40; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_42 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_43 = V_1; CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_44 = (CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 *)il2cpp_codegen_object_new(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81_il2cpp_TypeInfo_var); CodePointIndexer__ctor_m48F5D89B02D13A9ADBDD6E924E0FC47FC7544E39(L_44, L_42, L_43, (-1), (-1), /*hidden argument*/NULL); ((MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var))->set_Ignorable_0(L_44); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_45 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_46 = V_3; CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_47 = (CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 *)il2cpp_codegen_object_new(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81_il2cpp_TypeInfo_var); CodePointIndexer__ctor_m48F5D89B02D13A9ADBDD6E924E0FC47FC7544E39(L_47, L_45, L_46, 0, 0, /*hidden argument*/NULL); ((MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var))->set_Category_1(L_47); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_48 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_49 = V_5; CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_50 = (CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 *)il2cpp_codegen_object_new(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81_il2cpp_TypeInfo_var); CodePointIndexer__ctor_m48F5D89B02D13A9ADBDD6E924E0FC47FC7544E39(L_50, L_48, L_49, 0, 0, /*hidden argument*/NULL); ((MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var))->set_Level1_2(L_50); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_51 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_52 = V_7; CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_53 = (CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 *)il2cpp_codegen_object_new(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81_il2cpp_TypeInfo_var); CodePointIndexer__ctor_m48F5D89B02D13A9ADBDD6E924E0FC47FC7544E39(L_53, L_51, L_52, 0, 0, /*hidden argument*/NULL); ((MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var))->set_Level2_3(L_53); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_54 = V_8; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_55 = V_9; CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_56 = (CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 *)il2cpp_codegen_object_new(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81_il2cpp_TypeInfo_var); CodePointIndexer__ctor_m48F5D89B02D13A9ADBDD6E924E0FC47FC7544E39(L_56, L_54, L_55, 0, 0, /*hidden argument*/NULL); ((MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var))->set_Level3_4(L_56); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_57 = V_10; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_58 = V_11; CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_59 = (CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 *)il2cpp_codegen_object_new(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81_il2cpp_TypeInfo_var); CodePointIndexer__ctor_m48F5D89B02D13A9ADBDD6E924E0FC47FC7544E39(L_59, L_57, L_58, (-1), (-1), /*hidden argument*/NULL); ((MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var))->set_CjkCHS_5(L_59); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_60 = V_12; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_61 = V_13; CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_62 = (CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 *)il2cpp_codegen_object_new(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81_il2cpp_TypeInfo_var); CodePointIndexer__ctor_m48F5D89B02D13A9ADBDD6E924E0FC47FC7544E39(L_62, L_60, L_61, (-1), (-1), /*hidden argument*/NULL); ((MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t52325CB7A2FB0EAA73F5A8F026A9DE49305EB1F2_il2cpp_TypeInfo_var))->set_Cjk_6(L_62); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_Comparer_m84C1E14B42C38BF539D84F77666360E617C66EF6_inline (CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__comparer_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_HashCodeProvider_mF2F49E3ECDBE4720F11818002229D4CDF124975B_inline (CompatibleComparer_t4BB781C29927336617069035AAC2BE8A84E20929 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__hcp_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * IllogicalCallContext_get_HostContext_m407F916CDAC9170270FCFEF12B24DD08C21356D1_inline (IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_HostContext_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IllogicalCallContext_set_HostContext_m460C811D44BB0CE1C3311209784F9991420CA91A_inline (IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_m_HostContext_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method) { { void* L_0 = ___value0; *__this = ((intptr_t)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline (intptr_t* __this, const RuntimeMethod* method) { { intptr_t L_0 = *__this; return (void*)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t GregorianCalendarHelper_get_MaxYear_mB6FF38BDEC7038683810833DC97C1B43E654838E_inline (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_maxYear_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SecurityElement_get_Tag_m8BA00994A828B53D54AE63E3E8462E3DF37614BD_inline (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_tag_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * SecurityElement_get_Children_m0A791499F680EA728013F3B967C338E7A1FD982C_inline (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_children_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * Console_get_Error_m5AEEF41258FBC9771DABB271B89A0F8ED43DDA5E_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = ((Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields*)il2cpp_codegen_static_fields_for(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var))->get_stderr_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SecurityElement_get_Text_mBC8D68ED46B1E3677EDF7CE379AC12BF5834C08F_inline (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_text_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* RegistryKey_get_Name_m18A77FC5301C8BE05266B29DAFB543EFA947C7BB_inline (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_qname_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__key_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * Encoder_get_Fallback_mA74E8E9252247FEBACF14F2EBD0FC7178035BF8D_inline (Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * __this, const RuntimeMethod* method) { { EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * L_0 = __this->get_m_fallback_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * Encoding_get_EncoderFallback_m8DF6B8EC2F7AA69AF9129C5334D1FAFE13081152_inline (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * __this, const RuntimeMethod* method) { { EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * L_0 = __this->get_encoderFallback_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EncoderReplacementFallback_get_DefaultString_m3281D00A45410EF6B0492AEF3372C66FB3B9AC3F_inline (EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_strDefault_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * Encoding_get_DecoderFallback_mED9DB815BD40706B31D365DE77BA3A63DFE541BC_inline (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * __this, const RuntimeMethod* method) { { DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * L_0 = __this->get_decoderFallback_14(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 LifetimeServices_get_LeaseTime_m6C22BC6722BEBB0FD51535B61415B13006F406A8_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ((LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var))->get__leaseTime_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 LifetimeServices_get_RenewOnCallTime_mE474E3A7889177C1D35C0D0C7E80AA2982194246_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ((LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var))->get__renewOnCallTime_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 LifetimeServices_get_SponsorshipTimeout_mD8167EDAED3C90518C296AC9E1097535E87AA77D_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ((LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var))->get__sponsorshipTimeout_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * ServerIdentity_get_Lease_mBDFB8BA73DD8C2656D053C579F9F1DE9D6EB5790_inline (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, const RuntimeMethod* method) { { Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * L_0 = __this->get__lease_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 LifetimeServices_get_LeaseManagerPollTime_m1BBD1EB6383EAF72DEFA39AF26E1C8AF89312256_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ((LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_StaticFields*)il2cpp_codegen_static_fields_for(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var))->get__leaseManagerPollTime_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Lease_get_CurrentState_mF4FAF047FFF4A1799B398E92827994AE3920D74A_inline (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__currentState_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ListDictionaryInternal_get_Count_mACDD64BF843BBA3CCE46CE06F601075E3E20EF73_inline (ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_count_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LocalDataStoreSlot_get_Slot_m3A65CCAC7B350C3972FE6CE1F571283715EE474C_inline (LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_slot_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t LocalDataStoreElement_get_Cookie_m4686C005B595C2ED7A8118414B80D1643D1042C6_inline (LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_cookie_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t LocalDataStoreSlot_get_Cookie_m77D013F2827460A776F632A30DD746D57229F484_inline (LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_cookie_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * LocalDataStoreElement_get_Value_m67CBA55D952AAA4C4B187EF133D0DD5757A2DE5D_inline (LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_value_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LocalDataStoreElement_set_Value_m8AF3CE12E678B5ABC667DD574E72AAC8184F4790_inline (LocalDataStoreElement_t3274C5FC8B3A921FC6D9F45A6B992ED73AD06BE7 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_m_value_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * LocalDataStoreSlot_get_Manager_mD1E8FD249B27D8B7D89CF72A0CE5CD9423E2D53F_inline (LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5 * __this, const RuntimeMethod* method) { { LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * L_0 = __this->get_m_mgr_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StreamingContext_get_State_mD223FBCD9DB145C557049B9CBDDF29FE5F7FEC07_inline (StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_state_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MessageDictionary_set_MethodKeys_mB4677BE350AFA41B371580CD1721009B1BB54F1A_inline (MessageDictionary_tF87E1D8408337642172945A13C9C116D7F9336BE * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___value0, const RuntimeMethod* method) { { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ___value0; __this->set__methodKeys_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_get_IsReady_m48C1BE8069E2D74EE21BBF4D4F5A0B31B4644436_inline (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; } { IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_0 = ((MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var))->get_isReady_18(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 Enumerator_get_Current_m17E1C36ECBB09CC2AB892710866F8655D83A6048_gshared_inline (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method) { { KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_0 = (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )__this->get_current_3(); return (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m622223593F7461E7812C581DDB145270016ED303_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } 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; } }