#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "codegen/il2cpp-codegen.h" #include "icalls/mscorlib/System/String.h" #include "il2cpp-object-internals.h" 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); } }; 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 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 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 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 VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct VirtFuncInvoker7 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, 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 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 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); } }; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB; // Mono.Globalization.Unicode.SimpleCollator struct SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89; // Mono.Xml.SecurityParser struct SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714; // Mono.Xml.SmallXmlParser/AttrListImpl struct AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63; // Mono.Xml.SmallXmlParser/IContentHandler struct IContentHandler_tD4FEA788515878D2DFEA5CBE7F6A008DD7629B8E; // System.Action`1 struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0; // System.ArgumentException struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1; // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA; // System.Attribute struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74; // System.Byte struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07; // System.ByteMatcher struct ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; // System.Char struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9; // System.CharEnumerator struct CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; // System.Collections.ArrayList struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t387105D0C86717A466D95275A7A3B452ABAE584B; // System.Collections.Hashtable struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A; // System.Collections.ICollection struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54; // System.Collections.IDictionary struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7; // System.Collections.IEnumerator struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A; // System.Collections.IEqualityComparer struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C; // System.Collections.Stack struct Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643; // System.Console/InternalCancelHandler struct InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A; // System.ConsoleCancelEventHandler struct ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4; // System.CultureAwareComparer struct CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196; // System.Exception struct Exception_t; // System.Func`2 struct Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6; // System.Func`2 struct Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF; // System.Globalization.Calendar struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5; // System.Globalization.CodePageDataItem struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB; // System.Globalization.CompareInfo struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1; // System.Globalization.CultureData struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD; // System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8; // System.Globalization.SortVersion struct SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71; // System.Globalization.TextInfo struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8; // System.IConvertible struct IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380; // System.IFormatProvider struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901; // System.IO.CStreamWriter struct CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450; // System.IO.FileStream struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418; // System.IO.IOException struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA; // System.IO.MemoryStream struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C; // System.IO.Stream struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80; // System.IO.StreamReader struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E; // System.IO.TextReader struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A; // System.IO.TextWriter struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF; // System.Int16[] struct Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28; // System.Int32 struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; // System.IntPtr[] struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD; // System.InvalidCastException struct InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA; // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010; // System.NullReferenceException struct NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC; // System.ObjectDisposedException struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; // System.OrdinalComparer struct OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A; // System.OutOfMemoryException struct OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7; // System.ParameterizedStrings/FormatParam[] struct FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5; // System.Reflection.Binder struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759; // System.Reflection.MemberFilter struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26; // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5; // System.Security.Policy.Evidence struct Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307; // System.Security.Policy.Evidence/EvidenceEnumerator struct EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3; // System.Security.SecureString struct SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5; // System.Security.SecurityCriticalAttribute struct SecurityCriticalAttribute_tD4DA2F7A3B4140EABE6415FF8FF6EE279CC8FC07; // System.Security.SecurityDocument struct SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05; // System.Security.SecurityElement struct SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7; // System.Security.SecurityElement/SecurityAttribute struct SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A; // System.Security.SecurityException struct SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5; // System.Security.Util.Parser struct Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281; // System.Security.Util.Tokenizer struct Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76; // System.Security.Util.Tokenizer/ITokenReader struct ITokenReader_t9AB5AD98F8A29D8E7066F5A6EDE296B9EAA4CAE2; // System.Security.Util.Tokenizer/StreamTokenReader struct StreamTokenReader_tB1C28C8BB8F0E24C4603A1FB2F1D907AC55E0CF8; // System.Security.Util.Tokenizer/StringMaker struct StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55; // System.Security.Util.TokenizerShortBlock struct TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E; // System.Security.Util.TokenizerStream struct TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9; // System.Security.Util.TokenizerStringBlock struct TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438; // System.Security.XmlSyntaxException struct XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7; // System.SerializableAttribute struct SerializableAttribute_t2522EA746802F84F4805F489ECE9CFAC1A817F0F; // System.SharedStatics struct SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D; // System.StackOverflowException struct StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC; // System.String struct String_t; // System.StringComparer struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; // System.SystemException struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782; // System.TermInfoDriver struct TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653; // System.TermInfoReader struct TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C; // System.Text.ASCIIEncoding struct ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9; // System.Text.Decoder struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26; // System.Text.DecoderFallback struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60; // System.Text.DecoderFallbackBuffer struct DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C; // System.Text.DecoderNLS struct DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD; // System.Text.DecoderReplacementFallback struct DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742; // System.Text.Encoder struct Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464; // System.Text.EncoderFallback struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63; // System.Text.EncoderFallbackBuffer struct EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C; // System.Text.EncoderNLS struct EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8; // System.Text.EncoderReplacementFallback struct EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998; // System.Text.Encoding struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4; // System.Text.StringBuilder struct StringBuilder_t; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048; // System.Threading.Tasks.Task struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2; // System.Threading.Tasks.Task`1 struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87; // System.Type struct Type_t; // System.Type[] struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F; // System.UInt32[] struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IComparable_tF58875555EC83AB78FA9E958C48803C6AF9FB5D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ITokenReader_t9AB5AD98F8A29D8E7066F5A6EDE296B9EAA4CAE2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StreamTokenReader_tB1C28C8BB8F0E24C4603A1FB2F1D907AC55E0CF8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringSplitOptions_t2FA287E15325CC78BF3CA5CDAAA3520BFBD58487_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____121EC59E23F7559B28D338D562528F6299C2DE22_3_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____399BD13E240F33F808CA7940293D6EC4E6FD5A00_26_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____BF5EB60806ECB74EE484105DD9D6F463BF994867_112_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____CE93C35B755802BC4B3D180716B048FC61701EF7_116_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____EBF68F411848D603D059DFDEA2321C5A5EA78044_133_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral03C7B3D3B9655EACE132158A150DCD952FEB9A0A; IL2CPP_EXTERN_C String_t* _stringLiteral046490AF8515A05693281DF74BD30B0BD06C83E0; IL2CPP_EXTERN_C String_t* _stringLiteral048251B7F14BEBC4F04C6E75383D0CCE50A9CC5A; IL2CPP_EXTERN_C String_t* _stringLiteral048B0CB1B94379C74E7E8C8EDE496E3EDBEA3386; IL2CPP_EXTERN_C String_t* _stringLiteral0498E94C4956DFAA08F19AE2A65E26A19A16C9A9; IL2CPP_EXTERN_C String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9; IL2CPP_EXTERN_C String_t* _stringLiteral08538A1A7BAEAE9E6D01BC0A536BDD942B56B316; IL2CPP_EXTERN_C String_t* _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194; IL2CPP_EXTERN_C String_t* _stringLiteral0952D4F7175A70BF2BCD673F848923B9677DFC07; IL2CPP_EXTERN_C String_t* _stringLiteral0CF1BC84BB8BACA804F9015A158E88642D415FFA; IL2CPP_EXTERN_C String_t* _stringLiteral0E93069C40111CD62DAC2CD02CD71DAFFDB01CC0; IL2CPP_EXTERN_C String_t* _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9; IL2CPP_EXTERN_C String_t* _stringLiteral12920A6DEFA3B28C3DCA98A403DE3B913EAD85E2; IL2CPP_EXTERN_C String_t* _stringLiteral12C0F1FBADC4046B5F2BB9E063B227EF8750D9D6; IL2CPP_EXTERN_C String_t* _stringLiteral148AD7EB924EA204A6D3EA8E34EF9AAD04C02287; IL2CPP_EXTERN_C String_t* _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336; IL2CPP_EXTERN_C String_t* _stringLiteral167B6742126DC1FAA063BEF5000F36EF24FE1AFA; IL2CPP_EXTERN_C String_t* _stringLiteral16A2FC77086B1F5E4B5D8B40D2BDA0C400F720EC; IL2CPP_EXTERN_C String_t* _stringLiteral16EB8777E959D7B27E2B789B3CA1ACBE67DA94BD; IL2CPP_EXTERN_C String_t* _stringLiteral23C470084C11AED675C34B4BA1F2522082975AF1; IL2CPP_EXTERN_C String_t* _stringLiteral24BE5A391F786F0B3CD720D9B3F6FDF21FE6F592; IL2CPP_EXTERN_C String_t* _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA; IL2CPP_EXTERN_C String_t* _stringLiteral280507135B35508066C53B22AF4306EE338E7C60; IL2CPP_EXTERN_C String_t* _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6; IL2CPP_EXTERN_C String_t* _stringLiteral2B33DDB7AA0A7C8FA86264E4663D2835D6D44F62; IL2CPP_EXTERN_C String_t* _stringLiteral2B39DE99D21C8630A2990E84BE2F7222699275A1; IL2CPP_EXTERN_C String_t* _stringLiteral3030E728F154BF51419109EFB93B6B8AEEC9A976; IL2CPP_EXTERN_C String_t* _stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D; IL2CPP_EXTERN_C String_t* _stringLiteral33B5FF620EE9A16D40627E9D0C64AAB763B1328C; IL2CPP_EXTERN_C String_t* _stringLiteral3442496B96DD01591A8CD44B1EEC1368AB728ABA; IL2CPP_EXTERN_C String_t* _stringLiteral3444544653349475D68381021F02AE9EECD2961E; IL2CPP_EXTERN_C String_t* _stringLiteral3D54973F528B01019A58A52D34D518405A01B891; IL2CPP_EXTERN_C String_t* _stringLiteral3F1A0D1D0F6B2DF6299555699EA20A335495FD6A; IL2CPP_EXTERN_C String_t* _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736; IL2CPP_EXTERN_C String_t* _stringLiteral44B87FDC3140E2D8517F78B55C3F2FDA0B683070; IL2CPP_EXTERN_C String_t* _stringLiteral4507298CF6128B9A09326DBFCBA2EC4E9985BB1E; IL2CPP_EXTERN_C String_t* _stringLiteral463C9ACFFA099CA60B83F74DD23B2E4DE31E298B; IL2CPP_EXTERN_C String_t* _stringLiteral47CD4F69F5982DAD8A76E172330DF0DF3975E470; IL2CPP_EXTERN_C String_t* _stringLiteral4DDC7DDA06EC167A4193D5F00C1F56AF6DF241EC; IL2CPP_EXTERN_C String_t* _stringLiteral5333C95EEF3653ADA7FB3938F954312C6198A976; IL2CPP_EXTERN_C String_t* _stringLiteral537FA6E787490E9ECBA018A19D88D636EEE975E6; IL2CPP_EXTERN_C String_t* _stringLiteral54F697A1FF421E46F37022813A88D0937A82090C; IL2CPP_EXTERN_C String_t* _stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7; IL2CPP_EXTERN_C String_t* _stringLiteral5A0234F3919ECC6048578D5EE0BAF79692EF12EC; IL2CPP_EXTERN_C String_t* _stringLiteral5AB326B7D63281F2A5AF4CE86B94441661DA24E8; IL2CPP_EXTERN_C String_t* _stringLiteral5CFB387F58D99E3322C5AF64AC12951CCEB68B00; IL2CPP_EXTERN_C String_t* _stringLiteral5D2C1A80D8C17E5A143AEE09C29A86838F18AB02; IL2CPP_EXTERN_C String_t* _stringLiteral5E582BBCB7C3EEF516ECF2B6FE525CF94E83D018; IL2CPP_EXTERN_C String_t* _stringLiteral5E9B60F69165F32F8930843CA718E10FDEE30C52; IL2CPP_EXTERN_C String_t* _stringLiteral61704373A947495A11FBA6387E0414334D9508DF; IL2CPP_EXTERN_C String_t* _stringLiteral623648DF740187B2846C252CA97CC3429873E5D5; IL2CPP_EXTERN_C String_t* _stringLiteral62836465B297BA5E6273FE13E6F591F548238688; IL2CPP_EXTERN_C String_t* _stringLiteral63592CD10F546568A06AF3B6CC9D1156A52DACE5; IL2CPP_EXTERN_C String_t* _stringLiteral6432ACDE554041001BDE3BAD80AD96B043B7E687; IL2CPP_EXTERN_C String_t* _stringLiteral696483704D16DC0D0AA02D381DB140459DD7C00F; IL2CPP_EXTERN_C String_t* _stringLiteral6981EC6BB13A643A39ED7DD35F3DD6650620238F; IL2CPP_EXTERN_C String_t* _stringLiteral6A4893C4EEAE8700C862720AB59471FECE1A9373; IL2CPP_EXTERN_C String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C; IL2CPP_EXTERN_C String_t* _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C; IL2CPP_EXTERN_C String_t* _stringLiteral752DC7B690A17845DFFF515D1665F8F3DA8F6A97; IL2CPP_EXTERN_C String_t* _stringLiteral7548027B0C55CC29D2F1F0D65A912FA6AF849839; IL2CPP_EXTERN_C String_t* _stringLiteral757F441946A7036BA1BAA4B622FCDD632D09B0E5; IL2CPP_EXTERN_C String_t* _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B; IL2CPP_EXTERN_C String_t* _stringLiteral76ACCB4BD9C3BCE8D4A5747CAD7261F2CA45B960; IL2CPP_EXTERN_C String_t* _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433; IL2CPP_EXTERN_C String_t* _stringLiteral78D43FCD0BE7330E253C74120B80646111D6B9EE; IL2CPP_EXTERN_C String_t* _stringLiteral7C4D33785DAA5C2370201FFA236B427AA37C9996; IL2CPP_EXTERN_C String_t* _stringLiteral7C919B509EED4EF0BA0127F8EC8FE088356687B3; IL2CPP_EXTERN_C String_t* _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE; IL2CPP_EXTERN_C String_t* _stringLiteral813244D6E2E2B5B75645A507EEB8F1FB62AF3493; IL2CPP_EXTERN_C String_t* _stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710; IL2CPP_EXTERN_C String_t* _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56; IL2CPP_EXTERN_C String_t* _stringLiteral8F2E7CD784967D6A79ABD59093146FB1F82E336D; IL2CPP_EXTERN_C String_t* _stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA; IL2CPP_EXTERN_C String_t* _stringLiteral90FE2EFBF2212023D446C732AD2C985C10D4AD16; IL2CPP_EXTERN_C String_t* _stringLiteral9426F59FD8300D3D352341F3919A203E22AB9915; IL2CPP_EXTERN_C String_t* _stringLiteral95521D9D0C3E39CEABCC90300C04F03585598066; IL2CPP_EXTERN_C String_t* _stringLiteral96957748B89303BBFD866F8373B5AA6ACD4C4E7C; IL2CPP_EXTERN_C String_t* _stringLiteral96B0870F426F870B79B5128A4DEB01F78BEE8AE3; IL2CPP_EXTERN_C String_t* _stringLiteral98826DAD5AB0C67046AE6B485440620CBBED7CAA; IL2CPP_EXTERN_C String_t* _stringLiteral99DD65011324D0DDDAE2BC2BE40CEFC52DC334BE; IL2CPP_EXTERN_C String_t* _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B; IL2CPP_EXTERN_C String_t* _stringLiteral9F95E42A9F11709CE7A563982187B0A24E21DADA; IL2CPP_EXTERN_C String_t* _stringLiteralA0D3EF0EBD76BE50BFA0338604860AC9D82E6789; IL2CPP_EXTERN_C String_t* _stringLiteralA581992EF2214628320EFA402E984AF6E5EA8654; IL2CPP_EXTERN_C String_t* _stringLiteralA68739B8146CBEEFB78C59E616CD7CAE3AAB0FD0; IL2CPP_EXTERN_C String_t* _stringLiteralA88C0BCE9B970C2AD0FCFA72BAC0937201A955B0; IL2CPP_EXTERN_C String_t* _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8; IL2CPP_EXTERN_C String_t* _stringLiteralAC9231DA4082430AFE8F4D40127814C613648D8E; IL2CPP_EXTERN_C String_t* _stringLiteralAD0E6BED8D1803B5C19513166F422BB6363C840E; IL2CPP_EXTERN_C String_t* _stringLiteralAF2C7B4CA07AE6C74D261BC745E174DF8AB3FFEF; IL2CPP_EXTERN_C String_t* _stringLiteralB0F0917F282BE2B990029398FE6CFE349F5CB5BC; IL2CPP_EXTERN_C String_t* _stringLiteralB45CC055589AB275C804327AFE30E301E7882B22; IL2CPP_EXTERN_C String_t* _stringLiteralB5F1095D9FEAB4C396657DBBFDF81773A1BA825E; IL2CPP_EXTERN_C String_t* _stringLiteralB6CE7B15183720AAC274771B6CD7214E241A3BFB; IL2CPP_EXTERN_C String_t* _stringLiteralB798D5ED9F6178D7BD39C0CC2EEBE6889DD57698; IL2CPP_EXTERN_C String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6; IL2CPP_EXTERN_C String_t* _stringLiteralB8FE738136DDF0DA763B4C61CD03CB1E5226AE3C; IL2CPP_EXTERN_C String_t* _stringLiteralB92BB037F637B193034E7C85B31D5A17CCE2C2D7; IL2CPP_EXTERN_C String_t* _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B; IL2CPP_EXTERN_C String_t* _stringLiteralBA324CA7B1C77FC20BB970D5AFF6EEA9377918A5; IL2CPP_EXTERN_C String_t* _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8; IL2CPP_EXTERN_C String_t* _stringLiteralC26F404BD297B248425BB88D6EF16BE5FAAA148F; IL2CPP_EXTERN_C String_t* _stringLiteralC4DD3C8CDD8D7C95603DD67F1CD873D5F9148B29; IL2CPP_EXTERN_C String_t* _stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E; IL2CPP_EXTERN_C String_t* _stringLiteralC8B43CEC16B9518DA5AC280AC18E41E53DBECC96; IL2CPP_EXTERN_C String_t* _stringLiteralC94AEC48B21CADC5BB8B140753EE1FF89E29C7BC; IL2CPP_EXTERN_C String_t* _stringLiteralCA3DBBE60174F6161DF0431DF6A958D0D143D98C; IL2CPP_EXTERN_C String_t* _stringLiteralCA96269491D1B54BAE78372F8D395C9208E1C361; IL2CPP_EXTERN_C String_t* _stringLiteralCAEEAB05C2A175307D7167265BB744072B8D72BE; IL2CPP_EXTERN_C String_t* _stringLiteralCC6D272281C04D5B801101D3BEA324D4B5545C50; IL2CPP_EXTERN_C String_t* _stringLiteralCCF15D90534EF306CC485DF0BB7E5C6AB6214C2A; IL2CPP_EXTERN_C String_t* _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77; IL2CPP_EXTERN_C String_t* _stringLiteralCF9FC0C2AB5E8591105D8AA81820AAC4B1AE2B7C; IL2CPP_EXTERN_C String_t* _stringLiteralD4705645F35332D972A6E70EF167CD075AD82BCC; IL2CPP_EXTERN_C String_t* _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764; IL2CPP_EXTERN_C String_t* _stringLiteralDAF4A923626420FA50E11CDF1F69B7AC3A91A362; IL2CPP_EXTERN_C String_t* _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B; IL2CPP_EXTERN_C String_t* _stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5; IL2CPP_EXTERN_C String_t* _stringLiteralDDAEDD97AB3AA9648C164027570374EE027A98F2; IL2CPP_EXTERN_C String_t* _stringLiteralE2BBF209AE0E6210387A30E3ED477444BDA8FE6E; IL2CPP_EXTERN_C String_t* _stringLiteralE2E28A8EB171E8219151A13B9466DAFC7AF786C2; IL2CPP_EXTERN_C String_t* _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25; IL2CPP_EXTERN_C String_t* _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346; IL2CPP_EXTERN_C String_t* _stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497; IL2CPP_EXTERN_C String_t* _stringLiteralE5867BF7A0DCC4C65ADB837B9323DD8D74C9E17C; IL2CPP_EXTERN_C String_t* _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556; IL2CPP_EXTERN_C String_t* _stringLiteralF092009901AC717F956650D1166FD67D49ED3A81; IL2CPP_EXTERN_C String_t* _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F; IL2CPP_EXTERN_C String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5; IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetByteCount_m0EBF48239C83BCE7F55A487C91F8920E3CE35172_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetByteCount_m2CF471788E518B359D80A15ABE6DB588BE7A6DC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetByteCount_mA03F9C5663D28CBAAE58E400075A8B5E6A36AB2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetByteCount_mF02988E1FF13778A0944D3DEB99624C4DDF2AA94_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetBytes_mAF2946450CA684818B24CF83EA281D6897174B2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetBytes_mE712EF78C9190829051F38DEEDAF0EAFA5EACAEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetCharCount_m5DB65EF0AEBBC846017E148137D8891EE48EE8AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetCharCount_mB774D2B6BB467C3BF43F854C3F8D242DD3C10C2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetChars_m43F8992D9915D6A35CFD22CDE2256F5F32975EB3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetMaxByteCount_m3E3C11035D964A46F26D24DB47893A731FE72598_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetMaxCharCount_m828DD0F81FA2A3F84D9105199D12D30D04C0E3D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetString_m5EDDED54D91906259EC8CFABF0450194427EC01B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Parser_DetermineFormat_m4E51199D68F8F4B8472111CAB3FD8EBD1439CB5B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Parser_GetRequiredSizes_m5C23663F755EAFF7E3DC43006087B86F07F72DDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Parser_ParseContents_mB9D9B4A32FEC6894B1A51F87919F06D1EA622B73_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecureString_Alloc_m33470958414118137FD644B06B515F43E66ABCAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecureString__ctor_mF5DD713AC49A546819582D90E3C178597F151DA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecureString_get_Length_mDDDAA526E567C52F8D3E9C1F7BDECCCC44200FA4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityAttribute__ctor_m5E0BE88BC648CA3F10B585D7A10D6BFDC6A70833_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityDocument_AppendString_m7E00A1C5DB604DC15F79033E121BC7CDDB4F38EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityDocument_InternalGetElement_m892879E7EFB339DCA38EF8B20ABB9F076802A425_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityElement_AddAttribute_m169BDD8B4746C6074924239147E90537CF4C441B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityElement_AddChild_m02EE2E9A11B4CD23CBE38A5A7F8D54783EF89AFB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityElement_FromString_m07EA8AEA09583663AA62C6545644CE60ABF461F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityElement_SearchForChildByTag_m131C2C8A6D250569787709B7F86ADF0D8ACCABAB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityElement_SearchForTextOfLocalName_m7FDD6508D1B4DED92CAEB7F8D6E0B9EF48B97FE8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityElement_SearchForTextOfTag_m17CAE7B8BC4DE02EBB2432B96430B1DB05876909_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityElement__ctor_mAFE29568F4B8B5605AAD1A6915B480D8BCABC2CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityElement_set_Text_mD45FBD1B76BB6D3FF38CD493E43C3B4558A7A86E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Single_CompareTo_mC662267F0912CCC19395FD60E0DD4C69572C8915_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Single_System_IConvertible_ToChar_m6D629585D88FD4C0CE758F576BE354A2CF1CFE3E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Single_System_IConvertible_ToDateTime_m9B933F0BF5525156FDF2100D37843C4A24F019A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringComparer_Compare_mF6C220BCB2FF779530CC3B9E724CAC82738E6EE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringComparer_GetHashCode_mD70D6D3EFB36ED208E77AD17BDD7E809B593500F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_CompareTo_mC250D5F34FBB95D3F4BDFA96BE88D1C611913ACA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Compare_m4F7827906BB2FD00745D6A962DB23A7FF58BEB47_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Compare_m759578081B55965D2CE733DF538FA20554F2F874_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Compare_mA1D43767F882FE677F238637A8785FCCEE7173D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Compare_mD997AFDBE7652F7D7F006EF31649A98A92AD939E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Copy_m521EF2A77A1F54EFAB52903A780485ECD171EFA7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_CreateString_m0E7BBCE09E386877E2B63BF7FA36B956BF221C93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_CreateString_mA910CA1C39D592A88E1215305942812EA0B892AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_CtorCharArrayStartLength_m20C739C1BA077DF4056DC39A7632700A63ED7F10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_CtorCharPtrStartLength_mACF658363A566925DAEBADFE5B44ABBCB4227101_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_CtorCharPtr_m8673F31D7A1ADC848362702CDE84A1E4343D67A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_EndsWith_m9A23F7FB4328BDC8921B7D1EE0B2705432EFBB32_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Equals_m7BBE7A1ED81F0337837B3EC5531B052F6F01AA21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Equals_mB42D01789A129C548840C18E9065ACF9412F1F84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_IndexOf_m353D3A1174B0A39B8EAB8029F7EC9D26C21C4FAE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Insert_m2525FE6F79C96A359A588C8FA764419EBD811749_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Intern_m07AFEAB8C0E1C21D724BCB38CBF7D6F8AD185E75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_IsInterned_m1A87D7AC41715AF4F632434EC93D143721FC9FC5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Join_m49371BED70248F0FCE970CB4F2E39E9A688AAFA4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_LastIndexOf_mD9317A487164475437003A616698E6E4D85818BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_LastIndexOf_mDF56BBDC42F73974249076AC735626C00C5FD6AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_PadHelper_m305F79FF4A52536857473BE831FF880AE58F9F85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Remove_mEB092613182657B160E4BC9587D71A9CF639AD8C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_ReplaceInternal_mEE1BFD12B1668AFABA8B7B004BB86546AE7ADF66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_ReplaceUnchecked_mA5FBEF3953C9BE9A458963DBAA648373F9E0C5D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_SplitInternal_m237DA5C7F3990502AF435882805ADDE9491E60BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Split_m72BE9D4B88E67593CCA2FC740DF4FB8CDCBD6134_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_StartsWith_m9A574F574E68B565329D82FE87AF0F671DB5DE2B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_ToCharArray_mF6C6C34F0F8B89201E3F1677C80B1DBC9ECF4339_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_ToUpper_m8C69D974350ABA8BA0BC3A66996004CCEFD64293_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Tokenizer_GetTokens_m20B652EDF5DC49AF9DE37012687B99F7DDA31709_RuntimeMethod_var; IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetByteCount_m0EBF48239C83BCE7F55A487C91F8920E3CE35172_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetByteCount_m2CF471788E518B359D80A15ABE6DB588BE7A6DC2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetByteCount_mA03F9C5663D28CBAAE58E400075A8B5E6A36AB2E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetByteCount_mF02988E1FF13778A0944D3DEB99624C4DDF2AA94_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetBytes_mAF2946450CA684818B24CF83EA281D6897174B2C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetBytes_mE712EF78C9190829051F38DEEDAF0EAFA5EACAEF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetCharCount_m5DB65EF0AEBBC846017E148137D8891EE48EE8AA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetCharCount_mB774D2B6BB467C3BF43F854C3F8D242DD3C10C2E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetCharCount_mED75ADEB6196257F57CFC35A1FAADEE163E0BCBA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetChars_m43F8992D9915D6A35CFD22CDE2256F5F32975EB3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetChars_mEA0193EB61743E9975F884599BF36E6C257B27BE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetDecoder_mA934F385E4E41AF1ECFAA91CC04F1587FF87878B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetEncoder_mDE0D289734DC7259779BBEC3267084DF3FFA87E8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetMaxByteCount_m3E3C11035D964A46F26D24DB47893A731FE72598_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetMaxCharCount_m828DD0F81FA2A3F84D9105199D12D30D04C0E3D3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetString_m5EDDED54D91906259EC8CFABF0450194427EC01B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Console_get_InputEncoding_m60EAA2E167A0C8C681997B998E851D8CD6C954FEmscorlib17_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Console_get_OutputEncoding_mA23798B6CE69F59EAA00C8206EF8552196120647mscorlib17_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EvidenceEnumerator_MoveNext_mC9D2715D6026F22D7A0CE13DB1EC9E1EBAFFC0A6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EvidenceEnumerator_Reset_m7C34F282CC975B8A002C37B26605B31997CEA37C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EvidenceEnumerator_get_Current_m375A68A8EB0A859A10B82241A0A12BDD1904432B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Evidence_GetEnumerator_m03EB4131E670C6BAFA8C155ABCD98637699AA43E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Parser_DetermineFormat_m4E51199D68F8F4B8472111CAB3FD8EBD1439CB5B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Parser_GetRequiredSizes_m5C23663F755EAFF7E3DC43006087B86F07F72DDA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Parser_ParseContents_mB9D9B4A32FEC6894B1A51F87919F06D1EA622B73_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Parser__ctor_m0CDE29B2C7F6A81A38EB4D0C708C442512BB66E2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecureString_Alloc_m33470958414118137FD644B06B515F43E66ABCAC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecureString_GetBuffer_m331F35EE3F33A9212780DC9D0C360BDEAEAF9CF6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecureString__ctor_mF5DD713AC49A546819582D90E3C178597F151DA3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecureString_get_Length_mDDDAA526E567C52F8D3E9C1F7BDECCCC44200FA4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityAttribute__ctor_m5E0BE88BC648CA3F10B585D7A10D6BFDC6A70833_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityDocument_AppendString_m7E00A1C5DB604DC15F79033E121BC7CDDB4F38EA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityDocument_GetString_m0868AA924BBDAD78A321DF1F9796BBA8643065AE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityDocument_GuaranteeSize_m248DF4DC398E9A8778B1524865F81CC08CC753AE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityDocument_InternalGetElement_m892879E7EFB339DCA38EF8B20ABB9F076802A425_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityDocument__ctor_m1993F3625A8B0FA0CF2E680132EFF8033F2DE8D9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityElement_AddAttribute_m169BDD8B4746C6074924239147E90537CF4C441B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityElement_AddChild_m02EE2E9A11B4CD23CBE38A5A7F8D54783EF89AFB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityElement_Escape_m0EB8C4C11D70CAC5588F8DB79811B1BD1092B6F7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityElement_FromString_m07EA8AEA09583663AA62C6545644CE60ABF461F9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityElement_GetAttribute_m3804598A273DE130113F280A0932F40117FD826A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityElement_IsValidAttributeName_mB2931DE1E6F81B307D10B7EA7EF7D82FF006968A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityElement_IsValidAttributeValue_m51DB156F9ACB51CC51E3C8C316FAAD8A17A74E89_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityElement_IsValidTag_m7BE8436536B0DC06BA6D524C6332DA972390B644_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityElement_IsValidText_m24B5BCD8748ED728FF28BD2B576CBE0CA69AA6A8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityElement_SearchForChildByTag_m131C2C8A6D250569787709B7F86ADF0D8ACCABAB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityElement_SearchForTextOfLocalName_m7FDD6508D1B4DED92CAEB7F8D6E0B9EF48B97FE8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityElement_SearchForTextOfTag_m17CAE7B8BC4DE02EBB2432B96430B1DB05876909_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityElement_ToString_m0EF441D0CDAEFFDFA59C787AC22DA2D62A0308B6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityElement_ToXml_m6907AA32DCB10BB2CCED763935BFC95E0F1EEF58_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityElement_Unescape_m29A13127422E5C6E4D624F063AB71E121E27D83E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityElement__cctor_m73BC115B56BEF73389E481A1287484C40117EF07_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityElement__ctor_mAFE29568F4B8B5605AAD1A6915B480D8BCABC2CA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityElement_get_Attributes_mFAF9CA16843D86E8186088D143D27A176296A656_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityElement_set_Text_mD45FBD1B76BB6D3FF38CD493E43C3B4558A7A86E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityException_GetObjectData_mEAB86180524C1C84B15DB460E99280223DE39264_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityException__ctor_m15CEFB154F8D6C32067CCBC746282B5480EB84B8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityException__ctor_mEBE03529D39567ED8B8BF4B34D85B28059699578_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SharedStatics_GetSharedStringMaker_m44C8087B2523D85A9A4F8106A4272AE7092C4D9F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SharedStatics_ReleaseSharedStringMaker_mE143842243678DB1D1B6B8FCC69E669C294DAAD3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SharedStatics__cctor_mD99A37F814820989F0E88F539229A0960FC2AD06_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Single_CompareTo_mC662267F0912CCC19395FD60E0DD4C69572C8915_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Single_Equals_mF4C7AEA9D216B3C9CB735BF327D07BF50F101A16_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToBoolean_m010C755076291EE3AF73DC3E84B8820A71CFA0B5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToByte_m70C0F71576659E8BD0BB8A2FC6F4C4908073F268_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToChar_m6D629585D88FD4C0CE758F576BE354A2CF1CFE3E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToDateTime_m9B933F0BF5525156FDF2100D37843C4A24F019A1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToDecimal_mEE82FA27089AA92C6A0A7D5CAA1D707D26ED6898_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToDouble_m43D0256E523ED392884C9DE2E7926067BE4667C5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToInt16_m987F6E4D845FD612E22DF9A92272B2F33B903E4D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToInt32_mD3C0B44FC0283D5128B231D4A61D355E6B20FBBE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToInt64_m0D22E33D684DDF1A27341CF096C21A394F199DA7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToSByte_m29ECA5B04A75734F279D572C7A3858533EA34A68_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToType_mF7580516A3EBBE7ECCD84D585A3D3244F564DBEC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToUInt16_mFC9469194A954AAE7422C86D16F3D7B78125C7B6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToUInt32_m488BC73FC42851E40650927E1E62B1FEB1B3A1E3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToUInt64_m5282F936DED3E9C69D2521BE304E01C447EB6E65_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StackOverflowException__ctor_m6E35C3E04549895450B929D4F111AAA25841C921_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StringComparer_Compare_mF6C220BCB2FF779530CC3B9E724CAC82738E6EE7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StringComparer_Equals_mEDC0D576089BB102F6DDA35963406B5C3B9AD97D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StringComparer_GetHashCode_mD70D6D3EFB36ED208E77AD17BDD7E809B593500F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StringComparer__cctor_m5F31EE210A599E85AE825C7E0A9231D7FD21AD65_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StringComparer_get_CurrentCultureIgnoreCase_m1900DE3D696056A54A108E11FE8991A677305F60_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StringComparer_get_Ordinal_m1F38FBAB170DF80D33FE2A849D30FF2E314D9FDB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StringMaker_MakeString_mBC21B13D64DC28A5518A8C4B85B5E4B6EA0DB111_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StringMaker__ctor_m5004D4F0EFFA0C62D3BEE0FE3F90F90032EEC384_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_CompareOrdinalHelper_m8CF6B70AB35A10B3DA4A6A03D396D42B07F4CF0C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_CompareOrdinalIgnoreCaseHelper_mDEF4C17B43B7581D0EC38A8B69DC4CDB927E6E74_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_CompareOrdinalUnchecked_mBE67C2F917AD4DB0F4BF71D50728038F84C03F6A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_CompareTo_m9FAB33E920810E148EDAA4F64E37F231412312AB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_CompareTo_mC250D5F34FBB95D3F4BDFA96BE88D1C611913ACA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Compare_m29A66AA64873CB0F433088D4700402DBA0A01153_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Compare_m4F7827906BB2FD00745D6A962DB23A7FF58BEB47_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Compare_m5C104B676507E8B82244F6482C28A5DF90E0B61B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Compare_m759578081B55965D2CE733DF538FA20554F2F874_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Compare_m938570328DE9DAB5A5F1E5F4749DD66ECFBC97F1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Compare_m99CC35260CCF4E79928E1769863EBA747B44530B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Compare_mA1D43767F882FE677F238637A8785FCCEE7173D9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Compare_mD997AFDBE7652F7D7F006EF31649A98A92AD939E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Concat_m798542DE19B3F02DC4F4B777BB2E73169F129DE1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Concat_mF4626905368D6558695A823466A1AF65EADB9923_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Copy_m521EF2A77A1F54EFAB52903A780485ECD171EFA7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_CreateStringFromEncoding_m05572A060148F853D4AD4D275D432DFF261ABF99_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_CreateString_m0E7BBCE09E386877E2B63BF7FA36B956BF221C93_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_CreateString_mA910CA1C39D592A88E1215305942812EA0B892AB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_CreateTrimmedString_m1CF351677D2B273E735F3BEDF0F7067970799849_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_CtorCharArrayStartLength_m20C739C1BA077DF4056DC39A7632700A63ED7F10_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_CtorCharArray_mBD09735176A649FE5E708C756882D6A2F2D330EB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_CtorCharPtrStartLength_mACF658363A566925DAEBADFE5B44ABBCB4227101_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_CtorCharPtr_m8673F31D7A1ADC848362702CDE84A1E4343D67A8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_EndsWith_m9A23F7FB4328BDC8921B7D1EE0B2705432EFBB32_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Equals_m7BBE7A1ED81F0337837B3EC5531B052F6F01AA21_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Equals_mB42D01789A129C548840C18E9065ACF9412F1F84_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_GetEnumerator_m7487B60F5261B066EA12F9E572434A835E34B57E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_IndexOf_m353D3A1174B0A39B8EAB8029F7EC9D26C21C4FAE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Insert_m2525FE6F79C96A359A588C8FA764419EBD811749_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Intern_m07AFEAB8C0E1C21D724BCB38CBF7D6F8AD185E75_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_InternalSplitKeepEmptyEntries_mD4C51D03E2B4F96B5DFD8F3853EB64AFDE89CE3F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_InternalSplitOmitEmptyEntries_mEEA7D613F4E40CBB33800ECED50C1D9047F6B65F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_IsInterned_m1A87D7AC41715AF4F632434EC93D143721FC9FC5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_IsNormalized_mAB32082D653865CBC843FE439A2A025DC4F5B17E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_IsNullOrWhiteSpace_m62102CA65546AE151DC8254B72110F4AA48E2135_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Join_m49371BED70248F0FCE970CB4F2E39E9A688AAFA4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_LastIndexOf_mD9317A487164475437003A616698E6E4D85818BA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_LastIndexOf_mDF56BBDC42F73974249076AC735626C00C5FD6AD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_MakeSeparatorList_m6EA6F39936E968C633834628C3B7A4E4D5058527_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Normalize_m331F324C5A5E95FF79E2AB44A0C454324E91F7C6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_PadHelper_m305F79FF4A52536857473BE831FF880AE58F9F85_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Remove_mEB092613182657B160E4BC9587D71A9CF639AD8C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_ReplaceFallback_mF545C150D8BF525B3DDD730ED351B69D0956C52D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_ReplaceInternal_mEE1BFD12B1668AFABA8B7B004BB86546AE7ADF66_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_ReplaceUnchecked_mA5FBEF3953C9BE9A458963DBAA648373F9E0C5D7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_SplitInternal_m237DA5C7F3990502AF435882805ADDE9491E60BE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Split_m72BE9D4B88E67593CCA2FC740DF4FB8CDCBD6134_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_StartsWith_m9A574F574E68B565329D82FE87AF0F671DB5DE2B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_System_Collections_Generic_IEnumerableU3CSystem_CharU3E_GetEnumerator_mCCA9FB17E5DF531285AD2F35B6C7715072C201CF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_System_Collections_IEnumerable_GetEnumerator_mB1587886EA519A21EF4833A08FF1AF715497C1BF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToBoolean_mE36F34F95A18C3078E943BC4727E283A28DBBE89_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToByte_mE7937CD4967ACB421A978C7110F3607F6E01A161_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToChar_mBD28D7765FB9C78EE2E9E69989587317DFE1EAA8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToDateTime_m54994E27EC68FC4A1A5862CD73EEDD34B376C14A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToDecimal_m1644F7D87A13AA3E6879E0E15694731FDAB15B65_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToDouble_m0F0101D6CCB15FF4B5E157C8D77958BAD9F7245F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToInt16_mE00E8A34440C13A60F9E718F0EDDFCC5CFEE067C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToInt32_mE4E920B6694149FB1A8E0E0272A41B541AE0C5B2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToInt64_mF8064D76889FEE2D890C113D096D0248438D1D4D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToSByte_mC1DCC6BA1FCCF3799F2C21D7AB94124A391F5092_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToSingle_m29249DC1EFE90655718E3967FAC11CEB532DD027_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToType_mABFC10EEF12F462FAAEE8779E62533DA348CD43A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToUInt16_m2329E9D6B71E5D1972595D776C2A791CED97BEE7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToUInt32_mC139B2D574E260C3C6A0C091CC589DF24FE2BEEB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToUInt64_m3A22744149E45E4F483728D5D4E8B7474FC26DCC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_ToCharArray_mF6C6C34F0F8B89201E3F1677C80B1DBC9ECF4339_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_ToUpperInvariant_m0AA42416F4CACA4D0E3B89D97E534D88AB136338_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_ToUpper_m8C69D974350ABA8BA0BC3A66996004CCEFD64293_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_TrimHelper_mFF43B4D2958E901A84AE0885BC308A61E88339A5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SystemException__ctor_mEB9049B75DE1D23B0515DD294BEF0AAC7792F465_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TermInfoDriver_CheckWindowDimensions_mA57D80C0BDCF89FBE6616495887AF3B3F3D3D35B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TermInfoDriver_CreateKeyMap_mC802A816F3EAEA7343B627FA9DCC0A69E54F491A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TermInfoDriver_GetCursorPosition_mC6D63B8C54851DE5CCE4294A0386AA69BEDD55AF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TermInfoDriver_InitKeys_m3C4D9CA6DE9CEA5F50BDBCB72BF7975F4F1758CB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TermInfoDriver_QueueEcho_m0E4C2A73AFF680E59B7C572BD6361A1A024A4F9A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TermInfoDriver_ReadKeyInternal_mE2B30F995CCA46F324E112B530324C63AF5A6C7D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TermInfoDriver_ReadUntilConditionInternal_m872444B3E39D297C33CB5A615FCE3775CE7D2CDB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TermInfoDriver_Read_mA572BAC79A02463FDDF358F11155C02BE16D17A1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TermInfoDriver_SearchTerminfo_m7D2A02B1FBA3D8F66256E53D28264D4A0B7550A3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TermInfoDriver_TryTermInfoDir_mB77251F46AC79569CE18F4AE20F130453912A47F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TermInfoDriver_WriteSpecialKey_m76A0A1AD8A1280927C8A75DA4AEEC8B85B5210E3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TermInfoDriver__cctor_mF220800F6331B2ACF39830BF3DFF392B3E774D5B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TermInfoDriver__ctor_mDBF60028AEDAE114F1EC4FA8538F29B49AB11EF2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TermInfoReader_GetStringBytes_m05CD4F9BF52C817DCAB7EFD34FC74D62D7C6118F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TokenizerShortBlock__ctor_m61E419D8189044C1B23E02A64807E1EE5E233500_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TokenizerStream_AddString_mA9917C19DE05BD7592D2F7FE39B9DB1489E22D27_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TokenizerStream__ctor_m7170A93C50F96C5948724ABFAB5631572C44EBB5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TokenizerStringBlock__ctor_m26302349BE3389B1505647D9538212C796C8ED82_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Tokenizer_BasicInitialization_m4FD8E3CA60954DA03BA8D3E6F5F4E8B6EEFED64D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Tokenizer_ChangeFormat_mB92055E37E0FC7BD90AF405B7142EFCBD36A9F51_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Tokenizer_GetTokens_m20B652EDF5DC49AF9DE37012687B99F7DDA31709_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Tokenizer_Recycle_mDB5C18CCC9FB92A4CF88FBBDD7DFEFF9DE1B9342_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSyntaxException__ctor_m09935DD9C9495F408627524C53C721AC055865EB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSyntaxException__ctor_m5F3C5B395AF359407D2D70C5A98C968C91661948_MetadataUsageId; struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com; struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke; struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com; struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; struct Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28; struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; struct FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5; struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; struct TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2; 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 // Mono.Xml.SmallXmlParser struct SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 : public RuntimeObject { public: // Mono.Xml.SmallXmlParser_IContentHandler Mono.Xml.SmallXmlParser::handler RuntimeObject* ___handler_0; // System.IO.TextReader Mono.Xml.SmallXmlParser::reader TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___reader_1; // System.Collections.Stack Mono.Xml.SmallXmlParser::elementNames Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * ___elementNames_2; // System.Collections.Stack Mono.Xml.SmallXmlParser::xmlSpaces Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * ___xmlSpaces_3; // System.String Mono.Xml.SmallXmlParser::xmlSpace String_t* ___xmlSpace_4; // System.Text.StringBuilder Mono.Xml.SmallXmlParser::buffer StringBuilder_t * ___buffer_5; // System.Char[] Mono.Xml.SmallXmlParser::nameBuffer CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___nameBuffer_6; // System.Boolean Mono.Xml.SmallXmlParser::isWhitespace bool ___isWhitespace_7; // Mono.Xml.SmallXmlParser_AttrListImpl Mono.Xml.SmallXmlParser::attributes AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * ___attributes_8; // System.Int32 Mono.Xml.SmallXmlParser::line int32_t ___line_9; // System.Int32 Mono.Xml.SmallXmlParser::column int32_t ___column_10; // System.Boolean Mono.Xml.SmallXmlParser::resetColumn bool ___resetColumn_11; public: inline static int32_t get_offset_of_handler_0() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___handler_0)); } inline RuntimeObject* get_handler_0() const { return ___handler_0; } inline RuntimeObject** get_address_of_handler_0() { return &___handler_0; } inline void set_handler_0(RuntimeObject* value) { ___handler_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___handler_0), (void*)value); } inline static int32_t get_offset_of_reader_1() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___reader_1)); } inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_reader_1() const { return ___reader_1; } inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_reader_1() { return &___reader_1; } inline void set_reader_1(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value) { ___reader_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___reader_1), (void*)value); } inline static int32_t get_offset_of_elementNames_2() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___elementNames_2)); } inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * get_elementNames_2() const { return ___elementNames_2; } inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 ** get_address_of_elementNames_2() { return &___elementNames_2; } inline void set_elementNames_2(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * value) { ___elementNames_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementNames_2), (void*)value); } inline static int32_t get_offset_of_xmlSpaces_3() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___xmlSpaces_3)); } inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * get_xmlSpaces_3() const { return ___xmlSpaces_3; } inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 ** get_address_of_xmlSpaces_3() { return &___xmlSpaces_3; } inline void set_xmlSpaces_3(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * value) { ___xmlSpaces_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlSpaces_3), (void*)value); } inline static int32_t get_offset_of_xmlSpace_4() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___xmlSpace_4)); } inline String_t* get_xmlSpace_4() const { return ___xmlSpace_4; } inline String_t** get_address_of_xmlSpace_4() { return &___xmlSpace_4; } inline void set_xmlSpace_4(String_t* value) { ___xmlSpace_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlSpace_4), (void*)value); } inline static int32_t get_offset_of_buffer_5() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___buffer_5)); } inline StringBuilder_t * get_buffer_5() const { return ___buffer_5; } inline StringBuilder_t ** get_address_of_buffer_5() { return &___buffer_5; } inline void set_buffer_5(StringBuilder_t * value) { ___buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_5), (void*)value); } inline static int32_t get_offset_of_nameBuffer_6() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___nameBuffer_6)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_nameBuffer_6() const { return ___nameBuffer_6; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_nameBuffer_6() { return &___nameBuffer_6; } inline void set_nameBuffer_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___nameBuffer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameBuffer_6), (void*)value); } inline static int32_t get_offset_of_isWhitespace_7() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___isWhitespace_7)); } inline bool get_isWhitespace_7() const { return ___isWhitespace_7; } inline bool* get_address_of_isWhitespace_7() { return &___isWhitespace_7; } inline void set_isWhitespace_7(bool value) { ___isWhitespace_7 = value; } inline static int32_t get_offset_of_attributes_8() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___attributes_8)); } inline AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * get_attributes_8() const { return ___attributes_8; } inline AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 ** get_address_of_attributes_8() { return &___attributes_8; } inline void set_attributes_8(AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * value) { ___attributes_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_8), (void*)value); } inline static int32_t get_offset_of_line_9() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___line_9)); } inline int32_t get_line_9() const { return ___line_9; } inline int32_t* get_address_of_line_9() { return &___line_9; } inline void set_line_9(int32_t value) { ___line_9 = value; } inline static int32_t get_offset_of_column_10() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___column_10)); } inline int32_t get_column_10() const { return ___column_10; } inline int32_t* get_address_of_column_10() { return &___column_10; } inline void set_column_10(int32_t value) { ___column_10 = value; } inline static int32_t get_offset_of_resetColumn_11() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___resetColumn_11)); } inline bool get_resetColumn_11() const { return ___resetColumn_11; } inline bool* get_address_of_resetColumn_11() { return &___resetColumn_11; } inline void set_resetColumn_11(bool value) { ___resetColumn_11 = value; } }; struct Il2CppArrayBounds; // System.Array // System.Attribute struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject { public: public: }; // System.ByteMatcher struct ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC : public RuntimeObject { public: // System.Collections.Hashtable System.ByteMatcher::map Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___map_0; // System.Collections.Hashtable System.ByteMatcher::starts Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___starts_1; public: inline static int32_t get_offset_of_map_0() { return static_cast(offsetof(ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC, ___map_0)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_map_0() const { return ___map_0; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_map_0() { return &___map_0; } inline void set_map_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___map_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___map_0), (void*)value); } inline static int32_t get_offset_of_starts_1() { return static_cast(offsetof(ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC, ___starts_1)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_starts_1() const { return ___starts_1; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_starts_1() { return &___starts_1; } inline void set_starts_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___starts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___starts_1), (void*)value); } }; // System.CharEnumerator struct CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244 : public RuntimeObject { public: // System.String System.CharEnumerator::str String_t* ___str_0; // System.Int32 System.CharEnumerator::index int32_t ___index_1; // System.Char System.CharEnumerator::currentElement Il2CppChar ___currentElement_2; public: inline static int32_t get_offset_of_str_0() { return static_cast(offsetof(CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244, ___str_0)); } inline String_t* get_str_0() const { return ___str_0; } inline String_t** get_address_of_str_0() { return &___str_0; } inline void set_str_0(String_t* value) { ___str_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_currentElement_2() { return static_cast(offsetof(CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244, ___currentElement_2)); } inline Il2CppChar get_currentElement_2() const { return ___currentElement_2; } inline Il2CppChar* get_address_of_currentElement_2() { return &___currentElement_2; } inline void set_currentElement_2(Il2CppChar value) { ___currentElement_2 = value; } }; // System.Collections.ArrayList struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____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_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____items_0)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____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_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____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_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____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_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_4; public: inline static int32_t get_offset_of_emptyArray_4() { return static_cast(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields, ___emptyArray_4)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_emptyArray_4() const { return ___emptyArray_4; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_emptyArray_4() { return &___emptyArray_4; } inline void set_emptyArray_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___emptyArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value); } }; // System.Console struct Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D : public RuntimeObject { public: public: }; struct Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields { public: // System.IO.TextWriter System.Console::stdout TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * ___stdout_0; // System.IO.TextWriter System.Console::stderr TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * ___stderr_1; // System.IO.TextReader System.Console::stdin TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___stdin_2; // System.Text.Encoding System.Console::inputEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___inputEncoding_3; // System.Text.Encoding System.Console::outputEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___outputEncoding_4; // System.ConsoleCancelEventHandler System.Console::cancel_event ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 * ___cancel_event_5; // System.Console_InternalCancelHandler System.Console::cancel_handler InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A * ___cancel_handler_6; public: inline static int32_t get_offset_of_stdout_0() { return static_cast(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___stdout_0)); } inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * get_stdout_0() const { return ___stdout_0; } inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 ** get_address_of_stdout_0() { return &___stdout_0; } inline void set_stdout_0(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * value) { ___stdout_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___stdout_0), (void*)value); } inline static int32_t get_offset_of_stderr_1() { return static_cast(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___stderr_1)); } inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * get_stderr_1() const { return ___stderr_1; } inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 ** get_address_of_stderr_1() { return &___stderr_1; } inline void set_stderr_1(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * value) { ___stderr_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___stderr_1), (void*)value); } inline static int32_t get_offset_of_stdin_2() { return static_cast(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___stdin_2)); } inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_stdin_2() const { return ___stdin_2; } inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_stdin_2() { return &___stdin_2; } inline void set_stdin_2(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value) { ___stdin_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___stdin_2), (void*)value); } inline static int32_t get_offset_of_inputEncoding_3() { return static_cast(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___inputEncoding_3)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_inputEncoding_3() const { return ___inputEncoding_3; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_inputEncoding_3() { return &___inputEncoding_3; } inline void set_inputEncoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___inputEncoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputEncoding_3), (void*)value); } inline static int32_t get_offset_of_outputEncoding_4() { return static_cast(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___outputEncoding_4)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_outputEncoding_4() const { return ___outputEncoding_4; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_outputEncoding_4() { return &___outputEncoding_4; } inline void set_outputEncoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * 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_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___cancel_event_5)); } inline ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 * get_cancel_event_5() const { return ___cancel_event_5; } inline ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 ** get_address_of_cancel_event_5() { return &___cancel_event_5; } inline void set_cancel_event_5(ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 * 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_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___cancel_handler_6)); } inline InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A * get_cancel_handler_6() const { return ___cancel_handler_6; } inline InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A ** get_address_of_cancel_handler_6() { return &___cancel_handler_6; } inline void set_cancel_handler_6(InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A * value) { ___cancel_handler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___cancel_handler_6), (void*)value); } }; // System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : 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_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___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_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___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_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); } inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); } inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); } inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; } inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); } inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_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_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10; DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11; TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___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_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_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_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10; DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11; TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___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_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : 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_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____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_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_3)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_3() const { return ___m_members_3; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_3() { return &___m_members_3; } inline void set_m_members_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* 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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_4)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_4() const { return ___m_data_4; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_4() { return &___m_data_4; } inline void set_m_data_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* 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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_5)); } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_5() const { return ___m_types_5; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_5() { return &___m_types_5; } inline void set_m_types_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* 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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_6)); } inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; } inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; } inline void set_m_nameToIndex_6(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * 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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::m_members StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0; // System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::m_data ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1; // System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::m_types TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___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_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_members_0)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; } inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* 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_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_data_1)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; } inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* 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_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_types_2)); } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; } inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* 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_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___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_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___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_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___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.Security.Policy.Evidence struct Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 : public RuntimeObject { public: // System.Boolean System.Security.Policy.Evidence::_locked bool ____locked_0; // System.Collections.ArrayList System.Security.Policy.Evidence::hostEvidenceList ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___hostEvidenceList_1; // System.Collections.ArrayList System.Security.Policy.Evidence::assemblyEvidenceList ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___assemblyEvidenceList_2; public: inline static int32_t get_offset_of__locked_0() { return static_cast(offsetof(Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307, ____locked_0)); } inline bool get__locked_0() const { return ____locked_0; } inline bool* get_address_of__locked_0() { return &____locked_0; } inline void set__locked_0(bool value) { ____locked_0 = value; } inline static int32_t get_offset_of_hostEvidenceList_1() { return static_cast(offsetof(Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307, ___hostEvidenceList_1)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_hostEvidenceList_1() const { return ___hostEvidenceList_1; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_hostEvidenceList_1() { return &___hostEvidenceList_1; } inline void set_hostEvidenceList_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___hostEvidenceList_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___hostEvidenceList_1), (void*)value); } inline static int32_t get_offset_of_assemblyEvidenceList_2() { return static_cast(offsetof(Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307, ___assemblyEvidenceList_2)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_assemblyEvidenceList_2() const { return ___assemblyEvidenceList_2; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_assemblyEvidenceList_2() { return &___assemblyEvidenceList_2; } inline void set_assemblyEvidenceList_2(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___assemblyEvidenceList_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___assemblyEvidenceList_2), (void*)value); } }; // System.Security.Policy.Evidence_EvidenceEnumerator struct EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3 : public RuntimeObject { public: // System.Collections.IEnumerator System.Security.Policy.Evidence_EvidenceEnumerator::currentEnum RuntimeObject* ___currentEnum_0; // System.Collections.IEnumerator System.Security.Policy.Evidence_EvidenceEnumerator::hostEnum RuntimeObject* ___hostEnum_1; // System.Collections.IEnumerator System.Security.Policy.Evidence_EvidenceEnumerator::assemblyEnum RuntimeObject* ___assemblyEnum_2; public: inline static int32_t get_offset_of_currentEnum_0() { return static_cast(offsetof(EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3, ___currentEnum_0)); } inline RuntimeObject* get_currentEnum_0() const { return ___currentEnum_0; } inline RuntimeObject** get_address_of_currentEnum_0() { return &___currentEnum_0; } inline void set_currentEnum_0(RuntimeObject* value) { ___currentEnum_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentEnum_0), (void*)value); } inline static int32_t get_offset_of_hostEnum_1() { return static_cast(offsetof(EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3, ___hostEnum_1)); } inline RuntimeObject* get_hostEnum_1() const { return ___hostEnum_1; } inline RuntimeObject** get_address_of_hostEnum_1() { return &___hostEnum_1; } inline void set_hostEnum_1(RuntimeObject* value) { ___hostEnum_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___hostEnum_1), (void*)value); } inline static int32_t get_offset_of_assemblyEnum_2() { return static_cast(offsetof(EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3, ___assemblyEnum_2)); } inline RuntimeObject* get_assemblyEnum_2() const { return ___assemblyEnum_2; } inline RuntimeObject** get_address_of_assemblyEnum_2() { return &___assemblyEnum_2; } inline void set_assemblyEnum_2(RuntimeObject* value) { ___assemblyEnum_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___assemblyEnum_2), (void*)value); } }; // System.Security.SecureString struct SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 : public RuntimeObject { public: // System.Int32 System.Security.SecureString::length int32_t ___length_0; // System.Boolean System.Security.SecureString::disposed bool ___disposed_1; // System.Byte[] System.Security.SecureString::data ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_disposed_1() { return static_cast(offsetof(SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5, ___disposed_1)); } inline bool get_disposed_1() const { return ___disposed_1; } inline bool* get_address_of_disposed_1() { return &___disposed_1; } inline void set_disposed_1(bool value) { ___disposed_1 = value; } inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5, ___data_2)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_data_2() const { return ___data_2; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_data_2() { return &___data_2; } inline void set_data_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; // System.Security.SecurityDocument struct SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 : public RuntimeObject { public: // System.Byte[] System.Security.SecurityDocument::m_data ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_data_0; public: inline static int32_t get_offset_of_m_data_0() { return static_cast(offsetof(SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05, ___m_data_0)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_data_0() const { return ___m_data_0; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_data_0() { return &___m_data_0; } inline void set_m_data_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___m_data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_0), (void*)value); } }; // System.Security.SecurityElement struct SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 : 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_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___attributes_2; // System.Collections.ArrayList System.Security.SecurityElement::children ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___children_3; public: inline static int32_t get_offset_of_text_0() { return static_cast(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7, ___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_t6C5746EF572788E5111C20BA18526087574CCDD7, ___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_t6C5746EF572788E5111C20BA18526087574CCDD7, ___attributes_2)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_attributes_2() const { return ___attributes_2; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_attributes_2() { return &___attributes_2; } inline void set_attributes_2(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___attributes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_2), (void*)value); } inline static int32_t get_offset_of_children_3() { return static_cast(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7, ___children_3)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_children_3() const { return ___children_3; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_children_3() { return &___children_3; } inline void set_children_3(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___children_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___children_3), (void*)value); } }; struct SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields { public: // System.Char[] System.Security.SecurityElement::invalid_tag_chars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_tag_chars_4; // System.Char[] System.Security.SecurityElement::invalid_text_chars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_text_chars_5; // System.Char[] System.Security.SecurityElement::invalid_attr_name_chars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_attr_name_chars_6; // System.Char[] System.Security.SecurityElement::invalid_attr_value_chars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_attr_value_chars_7; // System.Char[] System.Security.SecurityElement::invalid_chars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_chars_8; public: inline static int32_t get_offset_of_invalid_tag_chars_4() { return static_cast(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_tag_chars_4)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_tag_chars_4() const { return ___invalid_tag_chars_4; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_tag_chars_4() { return &___invalid_tag_chars_4; } inline void set_invalid_tag_chars_4(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* 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_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_text_chars_5)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_text_chars_5() const { return ___invalid_text_chars_5; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_text_chars_5() { return &___invalid_text_chars_5; } inline void set_invalid_text_chars_5(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* 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_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_attr_name_chars_6)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_attr_name_chars_6() const { return ___invalid_attr_name_chars_6; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_attr_name_chars_6() { return &___invalid_attr_name_chars_6; } inline void set_invalid_attr_name_chars_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* 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_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_attr_value_chars_7)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_attr_value_chars_7() const { return ___invalid_attr_value_chars_7; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_attr_value_chars_7() { return &___invalid_attr_value_chars_7; } inline void set_invalid_attr_value_chars_7(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* 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_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_chars_8)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_chars_8() const { return ___invalid_chars_8; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_chars_8() { return &___invalid_chars_8; } inline void set_invalid_chars_8(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___invalid_chars_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___invalid_chars_8), (void*)value); } }; // System.Security.SecurityElement_SecurityAttribute struct SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A : public RuntimeObject { public: // System.String System.Security.SecurityElement_SecurityAttribute::_name String_t* ____name_0; // System.String System.Security.SecurityElement_SecurityAttribute::_value String_t* ____value_1; public: inline static int32_t get_offset_of__name_0() { return static_cast(offsetof(SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A, ____name_0)); } inline String_t* get__name_0() const { return ____name_0; } inline String_t** get_address_of__name_0() { return &____name_0; } inline void set__name_0(String_t* value) { ____name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_0), (void*)value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A, ____value_1)); } inline String_t* get__value_1() const { return ____value_1; } inline String_t** get_address_of__value_1() { return &____value_1; } inline void set__value_1(String_t* value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } }; // System.Security.SecurityManager struct SecurityManager_t28E7CD23E8E54CCB19AAB50A89A3018159FBFF15 : public RuntimeObject { public: public: }; // System.Security.Util.Parser struct Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281 : public RuntimeObject { public: // System.Security.SecurityDocument System.Security.Util.Parser::_doc SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * ____doc_0; // System.Security.Util.Tokenizer System.Security.Util.Parser::_t Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * ____t_1; public: inline static int32_t get_offset_of__doc_0() { return static_cast(offsetof(Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281, ____doc_0)); } inline SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * get__doc_0() const { return ____doc_0; } inline SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 ** get_address_of__doc_0() { return &____doc_0; } inline void set__doc_0(SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * value) { ____doc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____doc_0), (void*)value); } inline static int32_t get_offset_of__t_1() { return static_cast(offsetof(Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281, ____t_1)); } inline Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * get__t_1() const { return ____t_1; } inline Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 ** get_address_of__t_1() { return &____t_1; } inline void set__t_1(Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * value) { ____t_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____t_1), (void*)value); } }; // System.Security.Util.Tokenizer_StreamTokenReader struct StreamTokenReader_tB1C28C8BB8F0E24C4603A1FB2F1D907AC55E0CF8 : public RuntimeObject { public: // System.IO.StreamReader System.Security.Util.Tokenizer_StreamTokenReader::_in StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ____in_0; // System.Int32 System.Security.Util.Tokenizer_StreamTokenReader::_numCharRead int32_t ____numCharRead_1; public: inline static int32_t get_offset_of__in_0() { return static_cast(offsetof(StreamTokenReader_tB1C28C8BB8F0E24C4603A1FB2F1D907AC55E0CF8, ____in_0)); } inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * get__in_0() const { return ____in_0; } inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E ** get_address_of__in_0() { return &____in_0; } inline void set__in_0(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * value) { ____in_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____in_0), (void*)value); } inline static int32_t get_offset_of__numCharRead_1() { return static_cast(offsetof(StreamTokenReader_tB1C28C8BB8F0E24C4603A1FB2F1D907AC55E0CF8, ____numCharRead_1)); } inline int32_t get__numCharRead_1() const { return ____numCharRead_1; } inline int32_t* get_address_of__numCharRead_1() { return &____numCharRead_1; } inline void set__numCharRead_1(int32_t value) { ____numCharRead_1 = value; } }; // System.Security.Util.Tokenizer_StringMaker struct StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 : public RuntimeObject { public: // System.String[] System.Security.Util.Tokenizer_StringMaker::aStrings StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___aStrings_0; // System.UInt32 System.Security.Util.Tokenizer_StringMaker::cStringsMax uint32_t ___cStringsMax_1; // System.UInt32 System.Security.Util.Tokenizer_StringMaker::cStringsUsed uint32_t ___cStringsUsed_2; // System.Text.StringBuilder System.Security.Util.Tokenizer_StringMaker::_outStringBuilder StringBuilder_t * ____outStringBuilder_3; // System.Char[] System.Security.Util.Tokenizer_StringMaker::_outChars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ____outChars_4; // System.Int32 System.Security.Util.Tokenizer_StringMaker::_outIndex int32_t ____outIndex_5; public: inline static int32_t get_offset_of_aStrings_0() { return static_cast(offsetof(StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55, ___aStrings_0)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_aStrings_0() const { return ___aStrings_0; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_aStrings_0() { return &___aStrings_0; } inline void set_aStrings_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___aStrings_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___aStrings_0), (void*)value); } inline static int32_t get_offset_of_cStringsMax_1() { return static_cast(offsetof(StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55, ___cStringsMax_1)); } inline uint32_t get_cStringsMax_1() const { return ___cStringsMax_1; } inline uint32_t* get_address_of_cStringsMax_1() { return &___cStringsMax_1; } inline void set_cStringsMax_1(uint32_t value) { ___cStringsMax_1 = value; } inline static int32_t get_offset_of_cStringsUsed_2() { return static_cast(offsetof(StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55, ___cStringsUsed_2)); } inline uint32_t get_cStringsUsed_2() const { return ___cStringsUsed_2; } inline uint32_t* get_address_of_cStringsUsed_2() { return &___cStringsUsed_2; } inline void set_cStringsUsed_2(uint32_t value) { ___cStringsUsed_2 = value; } inline static int32_t get_offset_of__outStringBuilder_3() { return static_cast(offsetof(StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55, ____outStringBuilder_3)); } inline StringBuilder_t * get__outStringBuilder_3() const { return ____outStringBuilder_3; } inline StringBuilder_t ** get_address_of__outStringBuilder_3() { return &____outStringBuilder_3; } inline void set__outStringBuilder_3(StringBuilder_t * value) { ____outStringBuilder_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____outStringBuilder_3), (void*)value); } inline static int32_t get_offset_of__outChars_4() { return static_cast(offsetof(StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55, ____outChars_4)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get__outChars_4() const { return ____outChars_4; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of__outChars_4() { return &____outChars_4; } inline void set__outChars_4(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ____outChars_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____outChars_4), (void*)value); } inline static int32_t get_offset_of__outIndex_5() { return static_cast(offsetof(StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55, ____outIndex_5)); } inline int32_t get__outIndex_5() const { return ____outIndex_5; } inline int32_t* get_address_of__outIndex_5() { return &____outIndex_5; } inline void set__outIndex_5(int32_t value) { ____outIndex_5 = value; } }; // System.Security.Util.TokenizerShortBlock struct TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E : public RuntimeObject { public: // System.Int16[] System.Security.Util.TokenizerShortBlock::m_block Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___m_block_0; // System.Security.Util.TokenizerShortBlock System.Security.Util.TokenizerShortBlock::m_next TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * ___m_next_1; public: inline static int32_t get_offset_of_m_block_0() { return static_cast(offsetof(TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E, ___m_block_0)); } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* get_m_block_0() const { return ___m_block_0; } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28** get_address_of_m_block_0() { return &___m_block_0; } inline void set_m_block_0(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* value) { ___m_block_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_block_0), (void*)value); } inline static int32_t get_offset_of_m_next_1() { return static_cast(offsetof(TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E, ___m_next_1)); } inline TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * get_m_next_1() const { return ___m_next_1; } inline TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E ** get_address_of_m_next_1() { return &___m_next_1; } inline void set_m_next_1(TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * value) { ___m_next_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_next_1), (void*)value); } }; // System.Security.Util.TokenizerStream struct TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 : public RuntimeObject { public: // System.Int32 System.Security.Util.TokenizerStream::m_countTokens int32_t ___m_countTokens_0; // System.Security.Util.TokenizerShortBlock System.Security.Util.TokenizerStream::m_headTokens TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * ___m_headTokens_1; // System.Security.Util.TokenizerShortBlock System.Security.Util.TokenizerStream::m_lastTokens TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * ___m_lastTokens_2; // System.Security.Util.TokenizerShortBlock System.Security.Util.TokenizerStream::m_currentTokens TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * ___m_currentTokens_3; // System.Int32 System.Security.Util.TokenizerStream::m_indexTokens int32_t ___m_indexTokens_4; // System.Security.Util.TokenizerStringBlock System.Security.Util.TokenizerStream::m_headStrings TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * ___m_headStrings_5; // System.Security.Util.TokenizerStringBlock System.Security.Util.TokenizerStream::m_currentStrings TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * ___m_currentStrings_6; // System.Int32 System.Security.Util.TokenizerStream::m_indexStrings int32_t ___m_indexStrings_7; public: inline static int32_t get_offset_of_m_countTokens_0() { return static_cast(offsetof(TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9, ___m_countTokens_0)); } inline int32_t get_m_countTokens_0() const { return ___m_countTokens_0; } inline int32_t* get_address_of_m_countTokens_0() { return &___m_countTokens_0; } inline void set_m_countTokens_0(int32_t value) { ___m_countTokens_0 = value; } inline static int32_t get_offset_of_m_headTokens_1() { return static_cast(offsetof(TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9, ___m_headTokens_1)); } inline TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * get_m_headTokens_1() const { return ___m_headTokens_1; } inline TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E ** get_address_of_m_headTokens_1() { return &___m_headTokens_1; } inline void set_m_headTokens_1(TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * value) { ___m_headTokens_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_headTokens_1), (void*)value); } inline static int32_t get_offset_of_m_lastTokens_2() { return static_cast(offsetof(TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9, ___m_lastTokens_2)); } inline TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * get_m_lastTokens_2() const { return ___m_lastTokens_2; } inline TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E ** get_address_of_m_lastTokens_2() { return &___m_lastTokens_2; } inline void set_m_lastTokens_2(TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * value) { ___m_lastTokens_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_lastTokens_2), (void*)value); } inline static int32_t get_offset_of_m_currentTokens_3() { return static_cast(offsetof(TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9, ___m_currentTokens_3)); } inline TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * get_m_currentTokens_3() const { return ___m_currentTokens_3; } inline TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E ** get_address_of_m_currentTokens_3() { return &___m_currentTokens_3; } inline void set_m_currentTokens_3(TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * value) { ___m_currentTokens_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_currentTokens_3), (void*)value); } inline static int32_t get_offset_of_m_indexTokens_4() { return static_cast(offsetof(TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9, ___m_indexTokens_4)); } inline int32_t get_m_indexTokens_4() const { return ___m_indexTokens_4; } inline int32_t* get_address_of_m_indexTokens_4() { return &___m_indexTokens_4; } inline void set_m_indexTokens_4(int32_t value) { ___m_indexTokens_4 = value; } inline static int32_t get_offset_of_m_headStrings_5() { return static_cast(offsetof(TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9, ___m_headStrings_5)); } inline TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * get_m_headStrings_5() const { return ___m_headStrings_5; } inline TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 ** get_address_of_m_headStrings_5() { return &___m_headStrings_5; } inline void set_m_headStrings_5(TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * value) { ___m_headStrings_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_headStrings_5), (void*)value); } inline static int32_t get_offset_of_m_currentStrings_6() { return static_cast(offsetof(TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9, ___m_currentStrings_6)); } inline TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * get_m_currentStrings_6() const { return ___m_currentStrings_6; } inline TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 ** get_address_of_m_currentStrings_6() { return &___m_currentStrings_6; } inline void set_m_currentStrings_6(TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * value) { ___m_currentStrings_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_currentStrings_6), (void*)value); } inline static int32_t get_offset_of_m_indexStrings_7() { return static_cast(offsetof(TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9, ___m_indexStrings_7)); } inline int32_t get_m_indexStrings_7() const { return ___m_indexStrings_7; } inline int32_t* get_address_of_m_indexStrings_7() { return &___m_indexStrings_7; } inline void set_m_indexStrings_7(int32_t value) { ___m_indexStrings_7 = value; } }; // System.Security.Util.TokenizerStringBlock struct TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 : public RuntimeObject { public: // System.String[] System.Security.Util.TokenizerStringBlock::m_block StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_block_0; // System.Security.Util.TokenizerStringBlock System.Security.Util.TokenizerStringBlock::m_next TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * ___m_next_1; public: inline static int32_t get_offset_of_m_block_0() { return static_cast(offsetof(TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438, ___m_block_0)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_block_0() const { return ___m_block_0; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_block_0() { return &___m_block_0; } inline void set_m_block_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___m_block_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_block_0), (void*)value); } inline static int32_t get_offset_of_m_next_1() { return static_cast(offsetof(TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438, ___m_next_1)); } inline TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * get_m_next_1() const { return ___m_next_1; } inline TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 ** get_address_of_m_next_1() { return &___m_next_1; } inline void set_m_next_1(TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * value) { ___m_next_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_next_1), (void*)value); } }; // System.SharedStatics struct SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D : public RuntimeObject { public: // System.Security.Util.Tokenizer_StringMaker System.SharedStatics::_maker StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * ____maker_1; public: inline static int32_t get_offset_of__maker_1() { return static_cast(offsetof(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D, ____maker_1)); } inline StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * get__maker_1() const { return ____maker_1; } inline StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 ** get_address_of__maker_1() { return &____maker_1; } inline void set__maker_1(StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * value) { ____maker_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____maker_1), (void*)value); } }; struct SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_StaticFields { public: // System.SharedStatics System.SharedStatics::_sharedStatics SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D * ____sharedStatics_0; public: inline static int32_t get_offset_of__sharedStatics_0() { return static_cast(offsetof(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_StaticFields, ____sharedStatics_0)); } inline SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D * get__sharedStatics_0() const { return ____sharedStatics_0; } inline SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D ** get_address_of__sharedStatics_0() { return &____sharedStatics_0; } inline void set__sharedStatics_0(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D * value) { ____sharedStatics_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____sharedStatics_0), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.StringComparer struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE : public RuntimeObject { public: public: }; struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields { public: // System.StringComparer System.StringComparer::_invariantCulture StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCulture_0; // System.StringComparer System.StringComparer::_invariantCultureIgnoreCase StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCultureIgnoreCase_1; // System.StringComparer System.StringComparer::_ordinal StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinal_2; // System.StringComparer System.StringComparer::_ordinalIgnoreCase StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinalIgnoreCase_3; public: inline static int32_t get_offset_of__invariantCulture_0() { return static_cast(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCulture_0)); } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCulture_0() const { return ____invariantCulture_0; } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCulture_0() { return &____invariantCulture_0; } inline void set__invariantCulture_0(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value) { ____invariantCulture_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____invariantCulture_0), (void*)value); } inline static int32_t get_offset_of__invariantCultureIgnoreCase_1() { return static_cast(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCultureIgnoreCase_1)); } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCultureIgnoreCase_1() const { return ____invariantCultureIgnoreCase_1; } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCultureIgnoreCase_1() { return &____invariantCultureIgnoreCase_1; } inline void set__invariantCultureIgnoreCase_1(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value) { ____invariantCultureIgnoreCase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____invariantCultureIgnoreCase_1), (void*)value); } inline static int32_t get_offset_of__ordinal_2() { return static_cast(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinal_2)); } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinal_2() const { return ____ordinal_2; } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinal_2() { return &____ordinal_2; } inline void set__ordinal_2(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value) { ____ordinal_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ordinal_2), (void*)value); } inline static int32_t get_offset_of__ordinalIgnoreCase_3() { return static_cast(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinalIgnoreCase_3)); } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinalIgnoreCase_3() const { return ____ordinalIgnoreCase_3; } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinalIgnoreCase_3() { return &____ordinalIgnoreCase_3; } inline void set__ordinalIgnoreCase_3(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value) { ____ordinalIgnoreCase_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____ordinalIgnoreCase_3), (void*)value); } }; // System.TermInfoReader struct TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C : public RuntimeObject { public: // System.Int16 System.TermInfoReader::boolSize int16_t ___boolSize_0; // System.Int16 System.TermInfoReader::numSize int16_t ___numSize_1; // System.Int16 System.TermInfoReader::strOffsets int16_t ___strOffsets_2; // System.Byte[] System.TermInfoReader::buffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_3; // System.Int32 System.TermInfoReader::booleansOffset int32_t ___booleansOffset_4; public: inline static int32_t get_offset_of_boolSize_0() { return static_cast(offsetof(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C, ___boolSize_0)); } inline int16_t get_boolSize_0() const { return ___boolSize_0; } inline int16_t* get_address_of_boolSize_0() { return &___boolSize_0; } inline void set_boolSize_0(int16_t value) { ___boolSize_0 = value; } inline static int32_t get_offset_of_numSize_1() { return static_cast(offsetof(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C, ___numSize_1)); } inline int16_t get_numSize_1() const { return ___numSize_1; } inline int16_t* get_address_of_numSize_1() { return &___numSize_1; } inline void set_numSize_1(int16_t value) { ___numSize_1 = value; } inline static int32_t get_offset_of_strOffsets_2() { return static_cast(offsetof(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C, ___strOffsets_2)); } inline int16_t get_strOffsets_2() const { return ___strOffsets_2; } inline int16_t* get_address_of_strOffsets_2() { return &___strOffsets_2; } inline void set_strOffsets_2(int16_t value) { ___strOffsets_2 = value; } inline static int32_t get_offset_of_buffer_3() { return static_cast(offsetof(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C, ___buffer_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_3() const { return ___buffer_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_3() { return &___buffer_3; } inline void set_buffer_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___buffer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_3), (void*)value); } inline static int32_t get_offset_of_booleansOffset_4() { return static_cast(offsetof(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C, ___booleansOffset_4)); } inline int32_t get_booleansOffset_4() const { return ___booleansOffset_4; } inline int32_t* get_address_of_booleansOffset_4() { return &___booleansOffset_4; } inline void set_booleansOffset_4(int32_t value) { ___booleansOffset_4 = value; } }; // System.Text.Decoder struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 : public RuntimeObject { public: // System.Text.DecoderFallback System.Text.Decoder::m_fallback DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___m_fallback_0; // System.Text.DecoderFallbackBuffer System.Text.Decoder::m_fallbackBuffer DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * ___m_fallbackBuffer_1; public: inline static int32_t get_offset_of_m_fallback_0() { return static_cast(offsetof(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26, ___m_fallback_0)); } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_m_fallback_0() const { return ___m_fallback_0; } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_m_fallback_0() { return &___m_fallback_0; } inline void set_m_fallback_0(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * 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_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26, ___m_fallbackBuffer_1)); } inline DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * get_m_fallbackBuffer_1() const { return ___m_fallbackBuffer_1; } inline DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C ** get_address_of_m_fallbackBuffer_1() { return &___m_fallbackBuffer_1; } inline void set_m_fallbackBuffer_1(DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * value) { ___m_fallbackBuffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallbackBuffer_1), (void*)value); } }; // System.Text.DecoderFallback struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 : 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_t128445EB7676870485230893338EF044F6B72F60, ___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_t128445EB7676870485230893338EF044F6B72F60_StaticFields { public: // System.Text.DecoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.DecoderFallback::replacementFallback DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___replacementFallback_1; // System.Text.DecoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.DecoderFallback::exceptionFallback DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___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_t128445EB7676870485230893338EF044F6B72F60_StaticFields, ___replacementFallback_1)); } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_replacementFallback_1() const { return ___replacementFallback_1; } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_replacementFallback_1() { return &___replacementFallback_1; } inline void set_replacementFallback_1(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value) { ___replacementFallback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___replacementFallback_1), (void*)value); } inline static int32_t get_offset_of_exceptionFallback_2() { return static_cast(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields, ___exceptionFallback_2)); } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_exceptionFallback_2() const { return ___exceptionFallback_2; } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_exceptionFallback_2() { return &___exceptionFallback_2; } inline void set_exceptionFallback_2(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * 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_t128445EB7676870485230893338EF044F6B72F60_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_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C : 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_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C, ___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_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C, ___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.Text.Encoder struct Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 : public RuntimeObject { public: // System.Text.EncoderFallback System.Text.Encoder::m_fallback EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___m_fallback_0; // System.Text.EncoderFallbackBuffer System.Text.Encoder::m_fallbackBuffer EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * ___m_fallbackBuffer_1; public: inline static int32_t get_offset_of_m_fallback_0() { return static_cast(offsetof(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464, ___m_fallback_0)); } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_m_fallback_0() const { return ___m_fallback_0; } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_m_fallback_0() { return &___m_fallback_0; } inline void set_m_fallback_0(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * 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_t29B2697B0B775EABC52EBFB914F327BE9B1A3464, ___m_fallbackBuffer_1)); } inline EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * get_m_fallbackBuffer_1() const { return ___m_fallbackBuffer_1; } inline EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C ** get_address_of_m_fallbackBuffer_1() { return &___m_fallbackBuffer_1; } inline void set_m_fallbackBuffer_1(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * value) { ___m_fallbackBuffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallbackBuffer_1), (void*)value); } }; // System.Text.EncoderFallback struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 : 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_tDE342346D01608628F1BCEBB652D31009852CF63, ___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_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields { public: // System.Text.EncoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncoderFallback::replacementFallback EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___replacementFallback_1; // System.Text.EncoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncoderFallback::exceptionFallback EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___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_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields, ___replacementFallback_1)); } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_replacementFallback_1() const { return ___replacementFallback_1; } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_replacementFallback_1() { return &___replacementFallback_1; } inline void set_replacementFallback_1(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value) { ___replacementFallback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___replacementFallback_1), (void*)value); } inline static int32_t get_offset_of_exceptionFallback_2() { return static_cast(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields, ___exceptionFallback_2)); } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_exceptionFallback_2() const { return ___exceptionFallback_2; } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_exceptionFallback_2() { return &___exceptionFallback_2; } inline void set_exceptionFallback_2(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * 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_tDE342346D01608628F1BCEBB652D31009852CF63_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_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C : 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_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___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_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___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_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___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_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___encoder_2)); } inline EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * get_encoder_2() const { return ___encoder_2; } inline EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 ** get_address_of_encoder_2() { return &___encoder_2; } inline void set_encoder_2(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * value) { ___encoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_2), (void*)value); } inline static int32_t get_offset_of_setEncoder_3() { return static_cast(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___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_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___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_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___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_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___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_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_55; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_56; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_57; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_58; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_59; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_60; public: inline static int32_t get_offset_of_m_codePage_55() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_55)); } inline int32_t get_m_codePage_55() const { return ___m_codePage_55; } inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; } inline void set_m_codePage_55(int32_t value) { ___m_codePage_55 = value; } inline static int32_t get_offset_of_dataItem_56() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_56)); } inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_56() const { return ___dataItem_56; } inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_56() { return &___dataItem_56; } inline void set_dataItem_56(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value) { ___dataItem_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_57)); } inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; } inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; } inline void set_m_deserializedFromEverett_57(bool value) { ___m_deserializedFromEverett_57 = value; } inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_58)); } inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; } inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; } inline void set_m_isReadOnly_58(bool value) { ___m_isReadOnly_58 = value; } inline static int32_t get_offset_of_encoderFallback_59() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_59)); } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_59() const { return ___encoderFallback_59; } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; } inline void set_encoderFallback_59(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value) { ___encoderFallback_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value); } inline static int32_t get_offset_of_decoderFallback_60() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_60)); } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_60() const { return ___decoderFallback_60; } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; } inline void set_decoderFallback_60(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value) { ___decoderFallback_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)value); } }; struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_61; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_61)); } inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; } inline void set_s_InternalSyncObject_61(RuntimeObject * value) { ___s_InternalSyncObject_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___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_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com { }; // ___StaticArrayInitTypeSizeU3D10 struct __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C__padding[10]; }; public: }; // ___StaticArrayInitTypeSizeU3D1018 struct __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4__padding[1018]; }; public: }; // ___StaticArrayInitTypeSizeU3D1080 struct __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84__padding[1080]; }; public: }; // ___StaticArrayInitTypeSizeU3D11614 struct __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5__padding[11614]; }; public: }; // ___StaticArrayInitTypeSizeU3D12 struct __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879__padding[12]; }; public: }; // ___StaticArrayInitTypeSizeU3D120 struct __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252__padding[120]; }; public: }; // ___StaticArrayInitTypeSizeU3D1208 struct __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD__padding[1208]; }; public: }; // ___StaticArrayInitTypeSizeU3D128 struct __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1__padding[128]; }; public: }; // ___StaticArrayInitTypeSizeU3D130 struct __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F__padding[130]; }; public: }; // ___StaticArrayInitTypeSizeU3D14 struct __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05__padding[14]; }; public: }; // ___StaticArrayInitTypeSizeU3D1450 struct __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4__padding[1450]; }; public: }; // ___StaticArrayInitTypeSizeU3D16 struct __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341__padding[16]; }; public: }; // ___StaticArrayInitTypeSizeU3D162 struct __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA__padding[162]; }; public: }; // ___StaticArrayInitTypeSizeU3D1665 struct __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20__padding[1665]; }; public: }; // ___StaticArrayInitTypeSizeU3D174 struct __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F__padding[174]; }; public: }; // ___StaticArrayInitTypeSizeU3D20 struct __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63__padding[20]; }; public: }; // ___StaticArrayInitTypeSizeU3D2048 struct __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02__padding[2048]; }; public: }; // ___StaticArrayInitTypeSizeU3D2100 struct __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA__padding[2100]; }; public: }; // ___StaticArrayInitTypeSizeU3D212 struct __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF__padding[212]; }; public: }; // ___StaticArrayInitTypeSizeU3D21252 struct __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462__padding[21252]; }; public: }; // ___StaticArrayInitTypeSizeU3D2350 struct __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D__padding[2350]; }; public: }; // ___StaticArrayInitTypeSizeU3D2382 struct __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA__padding[2382]; }; public: }; // ___StaticArrayInitTypeSizeU3D24 struct __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123__padding[24]; }; public: }; // ___StaticArrayInitTypeSizeU3D240 struct __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8__padding[240]; }; public: }; // ___StaticArrayInitTypeSizeU3D256 struct __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F__padding[256]; }; public: }; // ___StaticArrayInitTypeSizeU3D262 struct __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7__padding[262]; }; public: }; // ___StaticArrayInitTypeSizeU3D288 struct __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55__padding[288]; }; public: }; // ___StaticArrayInitTypeSizeU3D3 struct __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E__padding[3]; }; public: }; // ___StaticArrayInitTypeSizeU3D3132 struct __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333__padding[3132]; }; public: }; // ___StaticArrayInitTypeSizeU3D32 struct __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472__padding[32]; }; public: }; // ___StaticArrayInitTypeSizeU3D320 struct __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49__padding[320]; }; public: }; // ___StaticArrayInitTypeSizeU3D36 struct __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17__padding[36]; }; public: }; // ___StaticArrayInitTypeSizeU3D360 struct __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7__padding[360]; }; public: }; // ___StaticArrayInitTypeSizeU3D38 struct __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D__padding[38]; }; public: }; // ___StaticArrayInitTypeSizeU3D40 struct __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04__padding[40]; }; public: }; // ___StaticArrayInitTypeSizeU3D4096 struct __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23__padding[4096]; }; public: }; // ___StaticArrayInitTypeSizeU3D42 struct __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4__padding[42]; }; public: }; // ___StaticArrayInitTypeSizeU3D44 struct __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F__padding[44]; }; public: }; // ___StaticArrayInitTypeSizeU3D48 struct __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A__padding[48]; }; public: }; // ___StaticArrayInitTypeSizeU3D52 struct __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A__padding[52]; }; public: }; // ___StaticArrayInitTypeSizeU3D56 struct __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10__padding[56]; }; public: }; // ___StaticArrayInitTypeSizeU3D6 struct __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78__padding[6]; }; public: }; // ___StaticArrayInitTypeSizeU3D64 struct __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6__padding[64]; }; public: }; // ___StaticArrayInitTypeSizeU3D640 struct __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910__padding[640]; }; public: }; // ___StaticArrayInitTypeSizeU3D72 struct __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1__padding[72]; }; public: }; // ___StaticArrayInitTypeSizeU3D76 struct __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB__padding[76]; }; public: }; // ___StaticArrayInitTypeSizeU3D82 struct __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B__padding[82]; }; public: }; // ___StaticArrayInitTypeSizeU3D84 struct __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A__padding[84]; }; public: }; // ___StaticArrayInitTypeSizeU3D9 struct __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928__padding[9]; }; public: }; // ___StaticArrayInitTypeSizeU3D94 struct __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6__padding[94]; }; public: }; // ___StaticArrayInitTypeSizeU3D998 struct __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C__padding[998]; }; public: }; // Mono.Xml.SecurityParser struct SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 : public SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 { public: // System.Security.SecurityElement Mono.Xml.SecurityParser::root SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * ___root_12; // System.Security.SecurityElement Mono.Xml.SecurityParser::current SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * ___current_13; // System.Collections.Stack Mono.Xml.SecurityParser::stack Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * ___stack_14; public: inline static int32_t get_offset_of_root_12() { return static_cast(offsetof(SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714, ___root_12)); } inline SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * get_root_12() const { return ___root_12; } inline SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 ** get_address_of_root_12() { return &___root_12; } inline void set_root_12(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * value) { ___root_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___root_12), (void*)value); } inline static int32_t get_offset_of_current_13() { return static_cast(offsetof(SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714, ___current_13)); } inline SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * get_current_13() const { return ___current_13; } inline SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 ** get_address_of_current_13() { return &___current_13; } inline void set_current_13(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * value) { ___current_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_13), (void*)value); } inline static int32_t get_offset_of_stack_14() { return static_cast(offsetof(SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714, ___stack_14)); } inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * get_stack_14() const { return ___stack_14; } inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 ** get_address_of_stack_14() { return &___stack_14; } inline void set_stack_14(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * value) { ___stack_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___stack_14), (void*)value); } }; // System.Boolean struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C { 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_tB53F6830F670160873277339AA58F15CAED4399C, ___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_tB53F6830F670160873277339AA58F15CAED4399C_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_tB53F6830F670160873277339AA58F15CAED4399C_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_tB53F6830F670160873277339AA58F15CAED4399C_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_tF87C579059BD4633E6840EBBBEEF899C6E33EF07 { 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_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___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_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9 { 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_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___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_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.DateTime struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 { 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_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___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_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___MaxValue_32 = value; } }; // System.Decimal struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 { 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_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___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_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___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_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___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_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___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_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Zero_7)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_Zero_7() const { return ___Zero_7; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___One_8)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_One_8() const { return ___One_8; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinusOne_9)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MaxValue_10)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinValue_11)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___NearPositiveZero_13 = value; } }; // System.Double struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409 { 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_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___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_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_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_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF { public: public: }; struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com { }; // System.IO.Stream struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: // System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3; public: inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); } inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; } inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; } inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value) { ____activeReadWriteTask_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_2), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; } inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value) { ____asyncActiveSemaphore_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_3), (void*)value); } }; struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.IO.TextReader struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: public: }; struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields { public: // System.Func`2 System.IO.TextReader::_ReadLineDelegate Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * ____ReadLineDelegate_1; // System.Func`2 System.IO.TextReader::_ReadDelegate Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * ____ReadDelegate_2; // System.IO.TextReader System.IO.TextReader::Null TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___Null_3; public: inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadLineDelegate_1)); } inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; } inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; } inline void set__ReadLineDelegate_1(Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * value) { ____ReadLineDelegate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadLineDelegate_1), (void*)value); } inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadDelegate_2)); } inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * get__ReadDelegate_2() const { return ____ReadDelegate_2; } inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; } inline void set__ReadDelegate_2(Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * value) { ____ReadDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadDelegate_2), (void*)value); } inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ___Null_3)); } inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_Null_3() const { return ___Null_3; } inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value); } }; // System.IO.TextWriter struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___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_t92451D929322093838C41489883D5B2D7ABAF3F0, ___CoreNewLine_9)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_CoreNewLine_9() const { return ___CoreNewLine_9; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_CoreNewLine_9() { return &___CoreNewLine_9; } inline void set_CoreNewLine_9(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___CoreNewLine_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CoreNewLine_9), (void*)value); } inline static int32_t get_offset_of_InternalFormatProvider_10() { return static_cast(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0, ___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_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * ___Null_1; // System.Action`1 System.IO.TextWriter::_WriteCharDelegate Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteCharDelegate_2; // System.Action`1 System.IO.TextWriter::_WriteStringDelegate Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteStringDelegate_3; // System.Action`1 System.IO.TextWriter::_WriteCharArrayRangeDelegate Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteCharArrayRangeDelegate_4; // System.Action`1 System.IO.TextWriter::_WriteLineCharDelegate Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineCharDelegate_5; // System.Action`1 System.IO.TextWriter::_WriteLineStringDelegate Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineStringDelegate_6; // System.Action`1 System.IO.TextWriter::_WriteLineCharArrayRangeDelegate Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineCharArrayRangeDelegate_7; // System.Action`1 System.IO.TextWriter::_FlushDelegate Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____FlushDelegate_8; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ___Null_1)); } inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * get_Null_1() const { return ___Null_1; } inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } inline static int32_t get_offset_of__WriteCharDelegate_2() { return static_cast(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteCharDelegate_2)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteCharDelegate_2() const { return ____WriteCharDelegate_2; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteCharDelegate_2() { return &____WriteCharDelegate_2; } inline void set__WriteCharDelegate_2(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ____WriteCharDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharDelegate_2), (void*)value); } inline static int32_t get_offset_of__WriteStringDelegate_3() { return static_cast(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteStringDelegate_3)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteStringDelegate_3() const { return ____WriteStringDelegate_3; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteStringDelegate_3() { return &____WriteStringDelegate_3; } inline void set__WriteStringDelegate_3(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ____WriteStringDelegate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteStringDelegate_3), (void*)value); } inline static int32_t get_offset_of__WriteCharArrayRangeDelegate_4() { return static_cast(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteCharArrayRangeDelegate_4)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteCharArrayRangeDelegate_4() const { return ____WriteCharArrayRangeDelegate_4; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteCharArrayRangeDelegate_4() { return &____WriteCharArrayRangeDelegate_4; } inline void set__WriteCharArrayRangeDelegate_4(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ____WriteCharArrayRangeDelegate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharArrayRangeDelegate_4), (void*)value); } inline static int32_t get_offset_of__WriteLineCharDelegate_5() { return static_cast(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteLineCharDelegate_5)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineCharDelegate_5() const { return ____WriteLineCharDelegate_5; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteLineCharDelegate_5() { return &____WriteLineCharDelegate_5; } inline void set__WriteLineCharDelegate_5(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ____WriteLineCharDelegate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharDelegate_5), (void*)value); } inline static int32_t get_offset_of__WriteLineStringDelegate_6() { return static_cast(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteLineStringDelegate_6)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineStringDelegate_6() const { return ____WriteLineStringDelegate_6; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteLineStringDelegate_6() { return &____WriteLineStringDelegate_6; } inline void set__WriteLineStringDelegate_6(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ____WriteLineStringDelegate_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineStringDelegate_6), (void*)value); } inline static int32_t get_offset_of__WriteLineCharArrayRangeDelegate_7() { return static_cast(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteLineCharArrayRangeDelegate_7)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineCharArrayRangeDelegate_7() const { return ____WriteLineCharArrayRangeDelegate_7; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteLineCharArrayRangeDelegate_7() { return &____WriteLineCharArrayRangeDelegate_7; } inline void set__WriteLineCharArrayRangeDelegate_7(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ____WriteLineCharArrayRangeDelegate_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharArrayRangeDelegate_7), (void*)value); } inline static int32_t get_offset_of__FlushDelegate_8() { return static_cast(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____FlushDelegate_8)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__FlushDelegate_8() const { return ____FlushDelegate_8; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__FlushDelegate_8() { return &____FlushDelegate_8; } inline void set__FlushDelegate_8(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ____FlushDelegate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____FlushDelegate_8), (void*)value); } }; // System.Int16 struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D { 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_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___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_t585191389E07734F19F3156FF88FB3EF4800D102 { 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_t585191389E07734F19F3156FF88FB3EF4800D102, ___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_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436 { 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_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___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.Nullable`1 struct Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 { public: // T System.Nullable`1::value bool ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.OrdinalComparer struct OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A : public StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE { public: // System.Boolean System.OrdinalComparer::_ignoreCase bool ____ignoreCase_4; public: inline static int32_t get_offset_of__ignoreCase_4() { return static_cast(offsetof(OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A, ____ignoreCase_4)); } inline bool get__ignoreCase_4() const { return ____ignoreCase_4; } inline bool* get_address_of__ignoreCase_4() { return &____ignoreCase_4; } inline void set__ignoreCase_4(bool value) { ____ignoreCase_4 = value; } }; // System.ParameterizedStrings_FormatParam struct FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 { public: // System.Int32 System.ParameterizedStrings_FormatParam::_int32 int32_t ____int32_0; // System.String System.ParameterizedStrings_FormatParam::_string String_t* ____string_1; public: inline static int32_t get_offset_of__int32_0() { return static_cast(offsetof(FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800, ____int32_0)); } inline int32_t get__int32_0() const { return ____int32_0; } inline int32_t* get_address_of__int32_0() { return &____int32_0; } inline void set__int32_0(int32_t value) { ____int32_0 = value; } inline static int32_t get_offset_of__string_1() { return static_cast(offsetof(FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800, ____string_1)); } inline String_t* get__string_1() const { return ____string_1; } inline String_t** get_address_of__string_1() { return &____string_1; } inline void set__string_1(String_t* value) { ____string_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____string_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.ParameterizedStrings/FormatParam struct FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshaled_pinvoke { int32_t ____int32_0; char* ____string_1; }; // Native definition for COM marshalling of System.ParameterizedStrings/FormatParam struct FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshaled_com { int32_t ____int32_0; Il2CppChar* ____string_1; }; // System.ParamsArray struct ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 { public: // System.Object System.ParamsArray::arg0 RuntimeObject * ___arg0_3; // System.Object System.ParamsArray::arg1 RuntimeObject * ___arg1_4; // System.Object System.ParamsArray::arg2 RuntimeObject * ___arg2_5; // System.Object[] System.ParamsArray::args ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args_6; public: inline static int32_t get_offset_of_arg0_3() { return static_cast(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023, ___arg0_3)); } inline RuntimeObject * get_arg0_3() const { return ___arg0_3; } inline RuntimeObject ** get_address_of_arg0_3() { return &___arg0_3; } inline void set_arg0_3(RuntimeObject * value) { ___arg0_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___arg0_3), (void*)value); } inline static int32_t get_offset_of_arg1_4() { return static_cast(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023, ___arg1_4)); } inline RuntimeObject * get_arg1_4() const { return ___arg1_4; } inline RuntimeObject ** get_address_of_arg1_4() { return &___arg1_4; } inline void set_arg1_4(RuntimeObject * value) { ___arg1_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___arg1_4), (void*)value); } inline static int32_t get_offset_of_arg2_5() { return static_cast(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023, ___arg2_5)); } inline RuntimeObject * get_arg2_5() const { return ___arg2_5; } inline RuntimeObject ** get_address_of_arg2_5() { return &___arg2_5; } inline void set_arg2_5(RuntimeObject * value) { ___arg2_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___arg2_5), (void*)value); } inline static int32_t get_offset_of_args_6() { return static_cast(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023, ___args_6)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_args_6() const { return ___args_6; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_args_6() { return &___args_6; } inline void set_args_6(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___args_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___args_6), (void*)value); } }; struct ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields { public: // System.Object[] System.ParamsArray::oneArgArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___oneArgArray_0; // System.Object[] System.ParamsArray::twoArgArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___twoArgArray_1; // System.Object[] System.ParamsArray::threeArgArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___threeArgArray_2; public: inline static int32_t get_offset_of_oneArgArray_0() { return static_cast(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields, ___oneArgArray_0)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_oneArgArray_0() const { return ___oneArgArray_0; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_oneArgArray_0() { return &___oneArgArray_0; } inline void set_oneArgArray_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___oneArgArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___oneArgArray_0), (void*)value); } inline static int32_t get_offset_of_twoArgArray_1() { return static_cast(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields, ___twoArgArray_1)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_twoArgArray_1() const { return ___twoArgArray_1; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_twoArgArray_1() { return &___twoArgArray_1; } inline void set_twoArgArray_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___twoArgArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___twoArgArray_1), (void*)value); } inline static int32_t get_offset_of_threeArgArray_2() { return static_cast(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields, ___threeArgArray_2)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_threeArgArray_2() const { return ___threeArgArray_2; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_threeArgArray_2() { return &___threeArgArray_2; } inline void set_threeArgArray_2(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___threeArgArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___threeArgArray_2), (void*)value); } }; // Native definition for P/Invoke marshalling of System.ParamsArray struct ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_marshaled_pinvoke { Il2CppIUnknown* ___arg0_3; Il2CppIUnknown* ___arg1_4; Il2CppIUnknown* ___arg2_5; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args_6; }; // Native definition for COM marshalling of System.ParamsArray struct ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_marshaled_com { Il2CppIUnknown* ___arg0_3; Il2CppIUnknown* ___arg1_4; Il2CppIUnknown* ___arg2_5; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args_6; }; // System.SByte struct SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF { 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_t9070AEA2966184235653CB9B4D33B149CDA831DF, ___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.Security.SecurityCriticalAttribute struct SecurityCriticalAttribute_tD4DA2F7A3B4140EABE6415FF8FF6EE279CC8FC07 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // System.SerializableAttribute struct SerializableAttribute_t2522EA746802F84F4805F489ECE9CFAC1A817F0F : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // System.Single struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1 { 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_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___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.SmallRect struct SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532 { public: // System.Int16 System.SmallRect::Left int16_t ___Left_0; // System.Int16 System.SmallRect::Top int16_t ___Top_1; // System.Int16 System.SmallRect::Right int16_t ___Right_2; // System.Int16 System.SmallRect::Bottom int16_t ___Bottom_3; public: inline static int32_t get_offset_of_Left_0() { return static_cast(offsetof(SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532, ___Left_0)); } inline int16_t get_Left_0() const { return ___Left_0; } inline int16_t* get_address_of_Left_0() { return &___Left_0; } inline void set_Left_0(int16_t value) { ___Left_0 = value; } inline static int32_t get_offset_of_Top_1() { return static_cast(offsetof(SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532, ___Top_1)); } inline int16_t get_Top_1() const { return ___Top_1; } inline int16_t* get_address_of_Top_1() { return &___Top_1; } inline void set_Top_1(int16_t value) { ___Top_1 = value; } inline static int32_t get_offset_of_Right_2() { return static_cast(offsetof(SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532, ___Right_2)); } inline int16_t get_Right_2() const { return ___Right_2; } inline int16_t* get_address_of_Right_2() { return &___Right_2; } inline void set_Right_2(int16_t value) { ___Right_2 = value; } inline static int32_t get_offset_of_Bottom_3() { return static_cast(offsetof(SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532, ___Bottom_3)); } inline int16_t get_Bottom_3() const { return ___Bottom_3; } inline int16_t* get_address_of_Bottom_3() { return &___Bottom_3; } inline void set_Bottom_3(int16_t value) { ___Bottom_3 = value; } }; // System.Text.ASCIIEncoding struct ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 { public: public: }; // System.Text.DecoderNLS struct DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD : public Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 { public: // System.Text.Encoding System.Text.DecoderNLS::m_encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___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_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD, ___m_encoding_2)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_m_encoding_2() const { return ___m_encoding_2; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_m_encoding_2() { return &___m_encoding_2; } inline void set_m_encoding_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * 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_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD, ___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_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD, ___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_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD, ___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.Text.DecoderReplacementFallback struct DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 : public DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 { public: // System.String System.Text.DecoderReplacementFallback::strDefault String_t* ___strDefault_4; public: inline static int32_t get_offset_of_strDefault_4() { return static_cast(offsetof(DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742, ___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.EncoderNLS struct EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 : public Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 { public: // System.Char System.Text.EncoderNLS::charLeftOver Il2CppChar ___charLeftOver_2; // System.Text.Encoding System.Text.EncoderNLS::m_encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___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_t47EFB0F5A59F41C429930063F966A68F8D394DF8, ___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_t47EFB0F5A59F41C429930063F966A68F8D394DF8, ___m_encoding_3)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_m_encoding_3() const { return ___m_encoding_3; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_m_encoding_3() { return &___m_encoding_3; } inline void set_m_encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * 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_t47EFB0F5A59F41C429930063F966A68F8D394DF8, ___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_t47EFB0F5A59F41C429930063F966A68F8D394DF8, ___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_t47EFB0F5A59F41C429930063F966A68F8D394DF8, ___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_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 : public EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 { 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_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998, ___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.UInt16 struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E { 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_tAE45CEF73BF720100519F6867F32145D075F928E, ___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_t4980FA09003AFAAB5A6E361BA2748EA9A005709B { 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_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___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_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E { 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_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___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.UnSafeCharBuffer struct UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C { public: // System.Char* System.UnSafeCharBuffer::m_buffer Il2CppChar* ___m_buffer_0; // System.Int32 System.UnSafeCharBuffer::m_totalSize int32_t ___m_totalSize_1; // System.Int32 System.UnSafeCharBuffer::m_length int32_t ___m_length_2; public: inline static int32_t get_offset_of_m_buffer_0() { return static_cast(offsetof(UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C, ___m_buffer_0)); } inline Il2CppChar* get_m_buffer_0() const { return ___m_buffer_0; } inline Il2CppChar** get_address_of_m_buffer_0() { return &___m_buffer_0; } inline void set_m_buffer_0(Il2CppChar* value) { ___m_buffer_0 = value; } inline static int32_t get_offset_of_m_totalSize_1() { return static_cast(offsetof(UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C, ___m_totalSize_1)); } inline int32_t get_m_totalSize_1() const { return ___m_totalSize_1; } inline int32_t* get_address_of_m_totalSize_1() { return &___m_totalSize_1; } inline void set_m_totalSize_1(int32_t value) { ___m_totalSize_1 = value; } inline static int32_t get_offset_of_m_length_2() { return static_cast(offsetof(UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C, ___m_length_2)); } inline int32_t get_m_length_2() const { return ___m_length_2; } inline int32_t* get_address_of_m_length_2() { return &___m_length_2; } inline void set_m_length_2(int32_t value) { ___m_length_2 = value; } }; // Native definition for P/Invoke marshalling of System.UnSafeCharBuffer struct UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C_marshaled_pinvoke { Il2CppChar* ___m_buffer_0; int32_t ___m_totalSize_1; int32_t ___m_length_2; }; // Native definition for COM marshalling of System.UnSafeCharBuffer struct UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C_marshaled_com { Il2CppChar* ___m_buffer_0; int32_t ___m_totalSize_1; int32_t ___m_length_2; }; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017 { public: union { struct { }; uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1]; }; public: }; // struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields { public: // ___StaticArrayInitTypeSizeU3D256 ::0392525BCB01691D1F319D89F2C12BF93A478467 __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___0392525BCB01691D1F319D89F2C12BF93A478467_0; // ___StaticArrayInitTypeSizeU3D72 ::0588059ACBD52F7EA2835882F977A9CF72EB9775 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; // ___StaticArrayInitTypeSizeU3D84 ::0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; // ___StaticArrayInitTypeSizeU3D240 ::121EC59E23F7559B28D338D562528F6299C2DE22 __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 ___121EC59E23F7559B28D338D562528F6299C2DE22_3; // ___StaticArrayInitTypeSizeU3D3 ::12D04472A8285260EA12FD3813CDFA9F2D2B548C __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; // ___StaticArrayInitTypeSizeU3D3 ::13A35EF1A549297C70E2AD46045BBD2ECA17852D __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; // ___StaticArrayInitTypeSizeU3D24 ::1730F09044E91DB8371B849EFF5E6D17BDE4AED0 __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; // ___StaticArrayInitTypeSizeU3D3 ::1A84029C80CB5518379F199F53FF08A7B764F8FD __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; // ___StaticArrayInitTypeSizeU3D4096 ::1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3 __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; // ___StaticArrayInitTypeSizeU3D2048 ::1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5 __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; // ___StaticArrayInitTypeSizeU3D16 ::1FE6CE411858B3D864679DE2139FB081F08BFACD __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; // ___StaticArrayInitTypeSizeU3D3 ::235D99572263B22ADFEE10FDA0C25E12F4D94FFC __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; // ___StaticArrayInitTypeSizeU3D40 ::25420D0055076FA8D3E4DD96BC53AE24DE6E619F __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; // ___StaticArrayInitTypeSizeU3D1208 ::25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; // ___StaticArrayInitTypeSizeU3D42 ::29C1A61550F0E3260E1953D4FAD71C256218EF40 __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; // ___StaticArrayInitTypeSizeU3D12 ::2B33BEC8C30DFDC49DAFE20D3BDE19487850D717 __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; // ___StaticArrayInitTypeSizeU3D36 ::2BA840FF6020B8FF623DBCB7188248CF853FAF4F __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; // ___StaticArrayInitTypeSizeU3D72 ::2C840AFA48C27B9C05593E468C1232CA1CC74AFD __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; // ___StaticArrayInitTypeSizeU3D16 ::2D1DA5BB407F0C11C3B5116196C0C6374D932B20 __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; // ___StaticArrayInitTypeSizeU3D14 ::2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130 __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; // ___StaticArrayInitTypeSizeU3D72 ::2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; // ___StaticArrayInitTypeSizeU3D64 ::320B018758ECE3752FFEDBAEB1A6DB67C80B9359 __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; // ___StaticArrayInitTypeSizeU3D72 ::34476C29F6F81C989CFCA42F7C06E84C66236834 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___34476C29F6F81C989CFCA42F7C06E84C66236834_22; // ___StaticArrayInitTypeSizeU3D2382 ::35EED060772F2748D13B745DAEC8CD7BD3B87604 __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; // ___StaticArrayInitTypeSizeU3D38 ::375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3 __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; // ___StaticArrayInitTypeSizeU3D1450 ::379C06C9E702D31469C29033F0DD63931EB349F5 __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 ___379C06C9E702D31469C29033F0DD63931EB349F5_25; // ___StaticArrayInitTypeSizeU3D10 ::399BD13E240F33F808CA7940293D6EC4E6FD5A00 __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; // ___StaticArrayInitTypeSizeU3D72 ::39C9CE73C7B0619D409EF28344F687C1B5C130FE __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; // ___StaticArrayInitTypeSizeU3D320 ::3C53AFB51FEC23491684C7BEDBC6D4E0F409F851 __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; // ___StaticArrayInitTypeSizeU3D3 ::3E3442C7396F3F2BB4C7348F4A2074C7DC677D68 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; // ___StaticArrayInitTypeSizeU3D12 ::3E823444D2DFECF0F90B436B88F02A533CB376F1 __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; // ___StaticArrayInitTypeSizeU3D72 ::3FE6C283BCF384FD2C8789880DFF59664E2AB4A1 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; // ___StaticArrayInitTypeSizeU3D1665 ::40981BAA39513E58B28DCF0103CC04DE2A0A0444 __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; // ___StaticArrayInitTypeSizeU3D40 ::40E7C49413D261F3F38AD3A870C0AC69C8BDA048 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; // ___StaticArrayInitTypeSizeU3D72 ::421EC7E82F2967DF6CA8C3605514DC6F29EE5845 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; // ___StaticArrayInitTypeSizeU3D256 ::433175D38B13FFE177FDD661A309F1B528B3F6E2 __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; // ___StaticArrayInitTypeSizeU3D120 ::46232052BC757E030490D851F265FB47FA100902 __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___46232052BC757E030490D851F265FB47FA100902_36; // ___StaticArrayInitTypeSizeU3D72 ::4858DB4AA76D3933F1CA9E6712D4FDB16903F628 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; // ___StaticArrayInitTypeSizeU3D48 ::4E3B533C39447AAEB59A8E48FABD7E15B5B5D195 __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; // ___StaticArrayInitTypeSizeU3D40 ::4F7A8890F332B22B8DE0BD29D36FA7364748D76A __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; // ___StaticArrayInitTypeSizeU3D72 ::536422B321459B242ADED7240B7447E904E083E3 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___536422B321459B242ADED7240B7447E904E083E3_40; // ___StaticArrayInitTypeSizeU3D1080 ::5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3 __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; // ___StaticArrayInitTypeSizeU3D10 ::56DFA5053B3131883637F53219E7D88CCEF35949 __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___56DFA5053B3131883637F53219E7D88CCEF35949_42; // ___StaticArrayInitTypeSizeU3D3 ::57218C316B6921E2CD61027A2387EDC31A2D9471 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___57218C316B6921E2CD61027A2387EDC31A2D9471_43; // ___StaticArrayInitTypeSizeU3D40 ::57F320D62696EC99727E0FE2045A05F1289CC0C6 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; // ___StaticArrayInitTypeSizeU3D212 ::594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3 __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; // ___StaticArrayInitTypeSizeU3D36 ::5BBDF8058D4235C33F2E8DCF76004031B6187A2F __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; // ___StaticArrayInitTypeSizeU3D288 ::5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; // ___StaticArrayInitTypeSizeU3D72 ::5BFE2819B4778217C56416C7585FF0E56EBACD89 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; // ___StaticArrayInitTypeSizeU3D128 ::609C0E8D8DA86A09D6013D301C86BA8782C16B8C __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49; // ___StaticArrayInitTypeSizeU3D48 ::62BAB0F245E66C3EB982CF5A7015F0A7C3382283 __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50; // ___StaticArrayInitTypeSizeU3D2048 ::646036A65DECCD6835C914A46E6E44B729433B60 __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___646036A65DECCD6835C914A46E6E44B729433B60_51; // ___StaticArrayInitTypeSizeU3D40 ::65E32B4E150FD8D24B93B0D42A17F1DAD146162B __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52; // ___StaticArrayInitTypeSizeU3D52 ::6770974FEF1E98B9C1864370E2B5B786EB0EA39E __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53; // ___StaticArrayInitTypeSizeU3D72 ::67EEAD805D708D9AA4E14BF747E44CED801744F3 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54; // ___StaticArrayInitTypeSizeU3D120 ::6C71197D228427B2864C69B357FEF73D8C9D59DF __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55; // ___StaticArrayInitTypeSizeU3D16 ::6CEE45445AFD150B047A5866FFA76AA651CDB7B7 __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56; // ___StaticArrayInitTypeSizeU3D9 ::6D49C9D487D7AD3491ECE08732D68A593CC2038D __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57; // ___StaticArrayInitTypeSizeU3D2048 ::6D797C11E1D4FB68B6570CF2A92B792433527065 __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___6D797C11E1D4FB68B6570CF2A92B792433527065_58; // ___StaticArrayInitTypeSizeU3D3132 ::6E5DC824F803F8565AF31B42199DAE39FE7F4EA9 __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59; // ___StaticArrayInitTypeSizeU3D76 ::6FC754859E4EC74E447048364B216D825C6F8FE7 __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___6FC754859E4EC74E447048364B216D825C6F8FE7_60; // ___StaticArrayInitTypeSizeU3D40 ::704939CD172085D1295FCE3F1D92431D685D7AA2 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___704939CD172085D1295FCE3F1D92431D685D7AA2_61; // ___StaticArrayInitTypeSizeU3D24 ::7088AAE49F0627B72729078DE6E3182DDCF8ED99 __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62; // ___StaticArrayInitTypeSizeU3D72 ::7341C933A70EAE383CC50C4B945ADB8E08F06737 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63; // ___StaticArrayInitTypeSizeU3D3 ::736D39815215889F11249D9958F6ED12D37B9F57 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___736D39815215889F11249D9958F6ED12D37B9F57_64; // ___StaticArrayInitTypeSizeU3D4096 ::7F42F2EDC974BE29B2746957416ED1AEFA605F47 __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65; // ___StaticArrayInitTypeSizeU3D40 ::7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66; // ___StaticArrayInitTypeSizeU3D21252 ::811A927B7DADD378BE60BBDE794B9277AA9B50EC __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67; // ___StaticArrayInitTypeSizeU3D36 ::81917F1E21F3C22B9F916994547A614FB03E968E __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___81917F1E21F3C22B9F916994547A614FB03E968E_68; // ___StaticArrayInitTypeSizeU3D40 ::823566DA642D6EA356E15585921F2A4CA23D6760 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___823566DA642D6EA356E15585921F2A4CA23D6760_69; // ___StaticArrayInitTypeSizeU3D12 ::82C2A59850B2E85BCE1A45A479537A384DF6098D __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70; // ___StaticArrayInitTypeSizeU3D44 ::82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4 __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71; // ___StaticArrayInitTypeSizeU3D3 ::86F4F563FA2C61798AE6238D789139739428463A __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___86F4F563FA2C61798AE6238D789139739428463A_72; // ___StaticArrayInitTypeSizeU3D40 ::871B9CF85DB352BAADF12BAE8F19857683E385AC __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73; // ___StaticArrayInitTypeSizeU3D16 ::89A040451C8CC5C8FB268BE44BDD74964C104155 __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___89A040451C8CC5C8FB268BE44BDD74964C104155_74; // ___StaticArrayInitTypeSizeU3D3 ::8AEFB06C426E07A0A671A1E2488B4858D694A730 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75; // ___StaticArrayInitTypeSizeU3D40 ::8CAA092E783257106251246FF5C97F88D28517A6 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8CAA092E783257106251246FF5C97F88D28517A6_76; // ___StaticArrayInitTypeSizeU3D2100 ::8D231DD55FE1AD7631BBD0905A17D5EB616C2154 __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77; // ___StaticArrayInitTypeSizeU3D40 ::8E10AC2F34545DFBBF3FCBC06055D797A8C99991 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78; // ___StaticArrayInitTypeSizeU3D256 ::8F22C9ECE1331718CBD268A9BBFD2F5E451441E3 __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79; // ___StaticArrayInitTypeSizeU3D640 ::90A0542282A011472F94E97CEAE59F8B3B1A3291 __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80; // ___StaticArrayInitTypeSizeU3D12 ::93A63E90605400F34B49F0EB3361D23C89164BDA __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___93A63E90605400F34B49F0EB3361D23C89164BDA_81; // ___StaticArrayInitTypeSizeU3D72 ::94841DD2F330CCB1089BF413E4FA9B04505152E2 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82; // ___StaticArrayInitTypeSizeU3D12 ::95264589E48F94B7857CFF398FB72A537E13EEE2 __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___95264589E48F94B7857CFF398FB72A537E13EEE2_83; // ___StaticArrayInitTypeSizeU3D72 ::95C48758CAE1715783472FB073AB158AB8A0AB2A __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84; // ___StaticArrayInitTypeSizeU3D72 ::973417296623D8DC6961B09664E54039E44CA5D8 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___973417296623D8DC6961B09664E54039E44CA5D8_85; // ___StaticArrayInitTypeSizeU3D3 ::97FB30C84FF4A41CD4625B44B2940BFC8DB43003 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86; // ___StaticArrayInitTypeSizeU3D4096 ::99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24 __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87; // ___StaticArrayInitTypeSizeU3D64 ::9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5 __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88; // ___StaticArrayInitTypeSizeU3D3 ::9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89; // ___StaticArrayInitTypeSizeU3D40 ::A0074C15377C0C870B055927403EA9FA7A349D12 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___A0074C15377C0C870B055927403EA9FA7A349D12_90; // ___StaticArrayInitTypeSizeU3D130 ::A1319B706116AB2C6D44483F60A7D0ACEA543396 __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91; // System.Int64 ::A13AA52274D951A18029131A8DDECF76B569A15D int64_t ___A13AA52274D951A18029131A8DDECF76B569A15D_92; // ___StaticArrayInitTypeSizeU3D3 ::A323DB0813C4D072957BA6FDA79D9776674CD06B __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93; // ___StaticArrayInitTypeSizeU3D212 ::A5444763673307F6828C748D4B9708CFC02B0959 __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___A5444763673307F6828C748D4B9708CFC02B0959_94; // ___StaticArrayInitTypeSizeU3D72 ::A6732F8E7FC23766AB329B492D6BF82E3B33233F __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95; // ___StaticArrayInitTypeSizeU3D174 ::A705A106D95282BD15E13EEA6B0AF583FF786D83 __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96; // ___StaticArrayInitTypeSizeU3D1018 ::A8A491E4CED49AE0027560476C10D933CE70C8DF __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97; // ___StaticArrayInitTypeSizeU3D72 ::AC791C4F39504D1184B73478943D0636258DA7B1 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___AC791C4F39504D1184B73478943D0636258DA7B1_98; // ___StaticArrayInitTypeSizeU3D52 ::AFCD4E1211233E99373A3367B23105A3D624B1F2 __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99; // ___StaticArrayInitTypeSizeU3D40 ::B472ED77CB3B2A66D49D179F1EE2081B70A6AB61 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100; // ___StaticArrayInitTypeSizeU3D16 ::B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101; // ___StaticArrayInitTypeSizeU3D256 ::B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102; // ___StaticArrayInitTypeSizeU3D4096 ::B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103; // ___StaticArrayInitTypeSizeU3D998 ::B881DA88BE0B68D8A6B6B6893822586B8B2CFC45 __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104; // ___StaticArrayInitTypeSizeU3D162 ::B8864ACB9DD69E3D42151513C840AAE270BF21C8 __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105; // ___StaticArrayInitTypeSizeU3D360 ::B8F87834C3597B2EEF22BA6D3A392CC925636401 __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106; // ___StaticArrayInitTypeSizeU3D72 ::B9B670F134A59FB1107AF01A9FE8F8E3980B3093 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107; // ___StaticArrayInitTypeSizeU3D20 ::BE1BDEC0AA74B4DCB079943E70528096CCA985F8 __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108; // ___StaticArrayInitTypeSizeU3D72 ::BEBC9ECC660A13EFC359BA3383411F698CFF25DB __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109; // ___StaticArrayInitTypeSizeU3D40 ::BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110; // ___StaticArrayInitTypeSizeU3D3 ::BF477463CE2F5EF38FC4C644BBBF4DF109E7670A __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111; // ___StaticArrayInitTypeSizeU3D6 ::BF5EB60806ECB74EE484105DD9D6F463BF994867 __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112; // System.Int64 ::C1A1100642BA9685B30A84D97348484E14AA1865 int64_t ___C1A1100642BA9685B30A84D97348484E14AA1865_113; // ___StaticArrayInitTypeSizeU3D16 ::C6F364A0AD934EFED8909446C215752E565D77C1 __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___C6F364A0AD934EFED8909446C215752E565D77C1_114; // ___StaticArrayInitTypeSizeU3D174 ::CE5835130F5277F63D716FC9115526B0AC68FFAD __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115; // ___StaticArrayInitTypeSizeU3D6 ::CE93C35B755802BC4B3D180716B048FC61701EF7 __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___CE93C35B755802BC4B3D180716B048FC61701EF7_116; // ___StaticArrayInitTypeSizeU3D64 ::CF0B42666EF5E37EDEA0AB8E173E42C196D03814 __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117; // ___StaticArrayInitTypeSizeU3D256 ::D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7 __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118; // ___StaticArrayInitTypeSizeU3D32 ::D117188BE8D4609C0D531C51B0BB911A4219DEBE __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119; // ___StaticArrayInitTypeSizeU3D32 ::D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120; // ___StaticArrayInitTypeSizeU3D256 ::D2C5BAE967587C6F3D9F2C4551911E0575A1101F __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121; // ___StaticArrayInitTypeSizeU3D82 ::D76478B994B312CD022DCA207AA2254880D2FCC9 __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B ___D76478B994B312CD022DCA207AA2254880D2FCC9_122; // ___StaticArrayInitTypeSizeU3D44 ::D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636 __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123; // ___StaticArrayInitTypeSizeU3D76 ::DA19DB47B583EFCF7825D2E39D661D2354F28219 __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124; // ___StaticArrayInitTypeSizeU3D56 ::DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82 __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125; // ___StaticArrayInitTypeSizeU3D52 ::DD3AEFEADB1CD615F3017763F1568179FEE640B0 __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126; // ___StaticArrayInitTypeSizeU3D36 ::E1827270A5FE1C85F5352A66FD87BA747213D006 __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___E1827270A5FE1C85F5352A66FD87BA747213D006_127; // ___StaticArrayInitTypeSizeU3D40 ::E45BAB43F7D5D038672B3E3431F92E34A7AF2571 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128; // ___StaticArrayInitTypeSizeU3D64 ::E75835D001C843F156FBA01B001DFE1B8029AC17 __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___E75835D001C843F156FBA01B001DFE1B8029AC17_129; // ___StaticArrayInitTypeSizeU3D52 ::E92B39D8233061927D9ACDE54665E68E7535635A __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___E92B39D8233061927D9ACDE54665E68E7535635A_130; // ___StaticArrayInitTypeSizeU3D12 ::EA9506959484C55CFE0C139C624DF6060E285866 __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___EA9506959484C55CFE0C139C624DF6060E285866_131; // ___StaticArrayInitTypeSizeU3D262 ::EB5E9A80A40096AB74D2E226650C7258D7BC5E9D __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132; // ___StaticArrayInitTypeSizeU3D64 ::EBF68F411848D603D059DFDEA2321C5A5EA78044 __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133; // ___StaticArrayInitTypeSizeU3D10 ::EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11 __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134; // ___StaticArrayInitTypeSizeU3D3 ::EC83FB16C20052BEE2B4025159BC2ED45C9C70C3 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135; // ___StaticArrayInitTypeSizeU3D72 ::EC89C317EA2BF49A70EFF5E89C691E34733D7C37 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136; // ___StaticArrayInitTypeSizeU3D40 ::F06E829E62F3AFBC045D064E10A4F5DF7C969612 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137; // ___StaticArrayInitTypeSizeU3D11614 ::F073AA332018FDA0D572E99448FFF1D6422BD520 __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 ___F073AA332018FDA0D572E99448FFF1D6422BD520_138; // ___StaticArrayInitTypeSizeU3D120 ::F34B0E10653402E8F788F8BC3F7CD7090928A429 __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139; // ___StaticArrayInitTypeSizeU3D72 ::F37E34BEADB04F34FCC31078A59F49856CA83D5B __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140; // ___StaticArrayInitTypeSizeU3D94 ::F512A9ABF88066AAEB92684F95CC05D8101B462B __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141; // ___StaticArrayInitTypeSizeU3D12 ::F8FAABB821300AA500C2CEC6091B3782A7FB44A4 __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142; // ___StaticArrayInitTypeSizeU3D2350 ::FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143; public: inline static int32_t get_offset_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0392525BCB01691D1F319D89F2C12BF93A478467_0)); } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U30392525BCB01691D1F319D89F2C12BF93A478467_0() const { return ___0392525BCB01691D1F319D89F2C12BF93A478467_0; } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return &___0392525BCB01691D1F319D89F2C12BF93A478467_0; } inline void set_U30392525BCB01691D1F319D89F2C12BF93A478467_0(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value) { ___0392525BCB01691D1F319D89F2C12BF93A478467_0 = value; } inline static int32_t get_offset_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() const { return ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return &___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; } inline void set_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1 = value; } inline static int32_t get_offset_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2)); } inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A get_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() const { return ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; } inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A * get_address_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return &___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; } inline void set_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2(__StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A value) { ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2 = value; } inline static int32_t get_offset_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___121EC59E23F7559B28D338D562528F6299C2DE22_3)); } inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 get_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() const { return ___121EC59E23F7559B28D338D562528F6299C2DE22_3; } inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 * get_address_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return &___121EC59E23F7559B28D338D562528F6299C2DE22_3; } inline void set_U3121EC59E23F7559B28D338D562528F6299C2DE22_3(__StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 value) { ___121EC59E23F7559B28D338D562528F6299C2DE22_3 = value; } inline static int32_t get_offset_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() const { return ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return &___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; } inline void set_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4 = value; } inline static int32_t get_offset_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() const { return ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return &___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; } inline void set_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5 = value; } inline static int32_t get_offset_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6)); } inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() const { return ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; } inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return &___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; } inline void set_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value) { ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6 = value; } inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; } inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7 = value; } inline static int32_t get_offset_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8)); } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() const { return ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return &___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; } inline void set_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value) { ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8 = value; } inline static int32_t get_offset_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9)); } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() const { return ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return &___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; } inline void set_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value) { ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9 = value; } inline static int32_t get_offset_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10)); } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() const { return ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return &___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; } inline void set_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value) { ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10 = value; } inline static int32_t get_offset_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() const { return ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return &___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; } inline void set_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11 = value; } inline static int32_t get_offset_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() const { return ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return &___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; } inline void set_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12 = value; } inline static int32_t get_offset_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13)); } inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD get_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() const { return ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; } inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD * get_address_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return &___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; } inline void set_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13(__StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD value) { ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13 = value; } inline static int32_t get_offset_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14)); } inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 get_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() const { return ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; } inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 * get_address_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return &___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; } inline void set_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14(__StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 value) { ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14 = value; } inline static int32_t get_offset_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() const { return ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return &___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; } inline void set_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15 = value; } inline static int32_t get_offset_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16)); } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() const { return ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return &___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; } inline void set_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value) { ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16 = value; } inline static int32_t get_offset_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() const { return ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return &___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; } inline void set_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17 = value; } inline static int32_t get_offset_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18)); } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() const { return ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return &___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; } inline void set_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value) { ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18 = value; } inline static int32_t get_offset_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19)); } inline __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 get_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() const { return ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; } inline __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 * get_address_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return &___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; } inline void set_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19(__StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 value) { ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19 = value; } inline static int32_t get_offset_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() const { return ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return &___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; } inline void set_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20 = value; } inline static int32_t get_offset_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21)); } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() const { return ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return &___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; } inline void set_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value) { ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21 = value; } inline static int32_t get_offset_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___34476C29F6F81C989CFCA42F7C06E84C66236834_22)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() const { return ___34476C29F6F81C989CFCA42F7C06E84C66236834_22; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return &___34476C29F6F81C989CFCA42F7C06E84C66236834_22; } inline void set_U334476C29F6F81C989CFCA42F7C06E84C66236834_22(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___34476C29F6F81C989CFCA42F7C06E84C66236834_22 = value; } inline static int32_t get_offset_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23)); } inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA get_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() const { return ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; } inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA * get_address_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return &___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; } inline void set_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23(__StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA value) { ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23 = value; } inline static int32_t get_offset_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24)); } inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D get_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() const { return ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; } inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D * get_address_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return &___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; } inline void set_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24(__StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D value) { ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24 = value; } inline static int32_t get_offset_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___379C06C9E702D31469C29033F0DD63931EB349F5_25)); } inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 get_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() const { return ___379C06C9E702D31469C29033F0DD63931EB349F5_25; } inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 * get_address_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return &___379C06C9E702D31469C29033F0DD63931EB349F5_25; } inline void set_U3379C06C9E702D31469C29033F0DD63931EB349F5_25(__StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 value) { ___379C06C9E702D31469C29033F0DD63931EB349F5_25 = value; } inline static int32_t get_offset_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26)); } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() const { return ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return &___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; } inline void set_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value) { ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26 = value; } inline static int32_t get_offset_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() const { return ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return &___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; } inline void set_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27 = value; } inline static int32_t get_offset_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28)); } inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 get_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() const { return ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; } inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 * get_address_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return &___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; } inline void set_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28(__StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 value) { ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28 = value; } inline static int32_t get_offset_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() const { return ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return &___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; } inline void set_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29 = value; } inline static int32_t get_offset_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() const { return ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() { return &___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; } inline void set_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30 = value; } inline static int32_t get_offset_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() const { return ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() { return &___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; } inline void set_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31 = value; } inline static int32_t get_offset_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32)); } inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 get_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() const { return ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; } inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 * get_address_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() { return &___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; } inline void set_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32(__StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 value) { ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32 = value; } inline static int32_t get_offset_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() const { return ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() { return &___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; } inline void set_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33 = value; } inline static int32_t get_offset_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() const { return ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() { return &___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; } inline void set_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34 = value; } inline static int32_t get_offset_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35)); } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() const { return ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() { return &___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; } inline void set_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value) { ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35 = value; } inline static int32_t get_offset_of_U346232052BC757E030490D851F265FB47FA100902_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___46232052BC757E030490D851F265FB47FA100902_36)); } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U346232052BC757E030490D851F265FB47FA100902_36() const { return ___46232052BC757E030490D851F265FB47FA100902_36; } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U346232052BC757E030490D851F265FB47FA100902_36() { return &___46232052BC757E030490D851F265FB47FA100902_36; } inline void set_U346232052BC757E030490D851F265FB47FA100902_36(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value) { ___46232052BC757E030490D851F265FB47FA100902_36 = value; } inline static int32_t get_offset_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() const { return ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() { return &___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; } inline void set_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37 = value; } inline static int32_t get_offset_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38)); } inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() const { return ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; } inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() { return &___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; } inline void set_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value) { ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38 = value; } inline static int32_t get_offset_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() const { return ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() { return &___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; } inline void set_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39 = value; } inline static int32_t get_offset_of_U3536422B321459B242ADED7240B7447E904E083E3_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___536422B321459B242ADED7240B7447E904E083E3_40)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3536422B321459B242ADED7240B7447E904E083E3_40() const { return ___536422B321459B242ADED7240B7447E904E083E3_40; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3536422B321459B242ADED7240B7447E904E083E3_40() { return &___536422B321459B242ADED7240B7447E904E083E3_40; } inline void set_U3536422B321459B242ADED7240B7447E904E083E3_40(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___536422B321459B242ADED7240B7447E904E083E3_40 = value; } inline static int32_t get_offset_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41)); } inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 get_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() const { return ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; } inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 * get_address_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() { return &___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; } inline void set_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41(__StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 value) { ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41 = value; } inline static int32_t get_offset_of_U356DFA5053B3131883637F53219E7D88CCEF35949_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___56DFA5053B3131883637F53219E7D88CCEF35949_42)); } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U356DFA5053B3131883637F53219E7D88CCEF35949_42() const { return ___56DFA5053B3131883637F53219E7D88CCEF35949_42; } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U356DFA5053B3131883637F53219E7D88CCEF35949_42() { return &___56DFA5053B3131883637F53219E7D88CCEF35949_42; } inline void set_U356DFA5053B3131883637F53219E7D88CCEF35949_42(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value) { ___56DFA5053B3131883637F53219E7D88CCEF35949_42 = value; } inline static int32_t get_offset_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57218C316B6921E2CD61027A2387EDC31A2D9471_43)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() const { return ___57218C316B6921E2CD61027A2387EDC31A2D9471_43; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() { return &___57218C316B6921E2CD61027A2387EDC31A2D9471_43; } inline void set_U357218C316B6921E2CD61027A2387EDC31A2D9471_43(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___57218C316B6921E2CD61027A2387EDC31A2D9471_43 = value; } inline static int32_t get_offset_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() const { return ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() { return &___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; } inline void set_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44 = value; } inline static int32_t get_offset_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45)); } inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() const { return ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; } inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() { return &___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; } inline void set_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value) { ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45 = value; } inline static int32_t get_offset_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46)); } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() const { return ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() { return &___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; } inline void set_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value) { ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46 = value; } inline static int32_t get_offset_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47)); } inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 get_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() const { return ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; } inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 * get_address_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() { return &___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; } inline void set_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47(__StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 value) { ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47 = value; } inline static int32_t get_offset_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() const { return ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() { return &___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; } inline void set_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48 = value; } inline static int32_t get_offset_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49)); } inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 get_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() const { return ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49; } inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 * get_address_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() { return &___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49; } inline void set_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49(__StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 value) { ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49 = value; } inline static int32_t get_offset_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50)); } inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() const { return ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50; } inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() { return &___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50; } inline void set_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value) { ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50 = value; } inline static int32_t get_offset_of_U3646036A65DECCD6835C914A46E6E44B729433B60_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___646036A65DECCD6835C914A46E6E44B729433B60_51)); } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U3646036A65DECCD6835C914A46E6E44B729433B60_51() const { return ___646036A65DECCD6835C914A46E6E44B729433B60_51; } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U3646036A65DECCD6835C914A46E6E44B729433B60_51() { return &___646036A65DECCD6835C914A46E6E44B729433B60_51; } inline void set_U3646036A65DECCD6835C914A46E6E44B729433B60_51(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value) { ___646036A65DECCD6835C914A46E6E44B729433B60_51 = value; } inline static int32_t get_offset_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() const { return ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() { return &___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52; } inline void set_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52 = value; } inline static int32_t get_offset_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53)); } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() const { return ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53; } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() { return &___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53; } inline void set_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value) { ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53 = value; } inline static int32_t get_offset_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() const { return ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() { return &___67EEAD805D708D9AA4E14BF747E44CED801744F3_54; } inline void set_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54 = value; } inline static int32_t get_offset_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55)); } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() const { return ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55; } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() { return &___6C71197D228427B2864C69B357FEF73D8C9D59DF_55; } inline void set_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value) { ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55 = value; } inline static int32_t get_offset_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56)); } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56() const { return ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56; } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56() { return &___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56; } inline void set_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value) { ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56 = value; } inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57)); } inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57; } inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57; } inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57(__StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 value) { ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57 = value; } inline static int32_t get_offset_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D797C11E1D4FB68B6570CF2A92B792433527065_58)); } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U36D797C11E1D4FB68B6570CF2A92B792433527065_58() const { return ___6D797C11E1D4FB68B6570CF2A92B792433527065_58; } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_58() { return &___6D797C11E1D4FB68B6570CF2A92B792433527065_58; } inline void set_U36D797C11E1D4FB68B6570CF2A92B792433527065_58(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value) { ___6D797C11E1D4FB68B6570CF2A92B792433527065_58 = value; } inline static int32_t get_offset_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59)); } inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 get_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59() const { return ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59; } inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 * get_address_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59() { return &___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59; } inline void set_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59(__StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 value) { ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59 = value; } inline static int32_t get_offset_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6FC754859E4EC74E447048364B216D825C6F8FE7_60)); } inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_U36FC754859E4EC74E447048364B216D825C6F8FE7_60() const { return ___6FC754859E4EC74E447048364B216D825C6F8FE7_60; } inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_60() { return &___6FC754859E4EC74E447048364B216D825C6F8FE7_60; } inline void set_U36FC754859E4EC74E447048364B216D825C6F8FE7_60(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value) { ___6FC754859E4EC74E447048364B216D825C6F8FE7_60 = value; } inline static int32_t get_offset_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___704939CD172085D1295FCE3F1D92431D685D7AA2_61)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61() const { return ___704939CD172085D1295FCE3F1D92431D685D7AA2_61; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61() { return &___704939CD172085D1295FCE3F1D92431D685D7AA2_61; } inline void set_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___704939CD172085D1295FCE3F1D92431D685D7AA2_61 = value; } inline static int32_t get_offset_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62)); } inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62() const { return ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62; } inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62() { return &___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62; } inline void set_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value) { ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62 = value; } inline static int32_t get_offset_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63() const { return ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63() { return &___7341C933A70EAE383CC50C4B945ADB8E08F06737_63; } inline void set_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63 = value; } inline static int32_t get_offset_of_U3736D39815215889F11249D9958F6ED12D37B9F57_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___736D39815215889F11249D9958F6ED12D37B9F57_64)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3736D39815215889F11249D9958F6ED12D37B9F57_64() const { return ___736D39815215889F11249D9958F6ED12D37B9F57_64; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3736D39815215889F11249D9958F6ED12D37B9F57_64() { return &___736D39815215889F11249D9958F6ED12D37B9F57_64; } inline void set_U3736D39815215889F11249D9958F6ED12D37B9F57_64(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___736D39815215889F11249D9958F6ED12D37B9F57_64 = value; } inline static int32_t get_offset_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65)); } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65() const { return ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65; } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65() { return &___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65; } inline void set_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value) { ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65 = value; } inline static int32_t get_offset_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66() const { return ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66() { return &___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66; } inline void set_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66 = value; } inline static int32_t get_offset_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67)); } inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 get_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67() const { return ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67; } inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 * get_address_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67() { return &___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67; } inline void set_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67(__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 value) { ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67 = value; } inline static int32_t get_offset_of_U381917F1E21F3C22B9F916994547A614FB03E968E_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___81917F1E21F3C22B9F916994547A614FB03E968E_68)); } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U381917F1E21F3C22B9F916994547A614FB03E968E_68() const { return ___81917F1E21F3C22B9F916994547A614FB03E968E_68; } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U381917F1E21F3C22B9F916994547A614FB03E968E_68() { return &___81917F1E21F3C22B9F916994547A614FB03E968E_68; } inline void set_U381917F1E21F3C22B9F916994547A614FB03E968E_68(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value) { ___81917F1E21F3C22B9F916994547A614FB03E968E_68 = value; } inline static int32_t get_offset_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___823566DA642D6EA356E15585921F2A4CA23D6760_69)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3823566DA642D6EA356E15585921F2A4CA23D6760_69() const { return ___823566DA642D6EA356E15585921F2A4CA23D6760_69; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_69() { return &___823566DA642D6EA356E15585921F2A4CA23D6760_69; } inline void set_U3823566DA642D6EA356E15585921F2A4CA23D6760_69(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___823566DA642D6EA356E15585921F2A4CA23D6760_69 = value; } inline static int32_t get_offset_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70() const { return ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70() { return &___82C2A59850B2E85BCE1A45A479537A384DF6098D_70; } inline void set_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70 = value; } inline static int32_t get_offset_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71)); } inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71() const { return ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71; } inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71() { return &___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71; } inline void set_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value) { ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71 = value; } inline static int32_t get_offset_of_U386F4F563FA2C61798AE6238D789139739428463A_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___86F4F563FA2C61798AE6238D789139739428463A_72)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U386F4F563FA2C61798AE6238D789139739428463A_72() const { return ___86F4F563FA2C61798AE6238D789139739428463A_72; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U386F4F563FA2C61798AE6238D789139739428463A_72() { return &___86F4F563FA2C61798AE6238D789139739428463A_72; } inline void set_U386F4F563FA2C61798AE6238D789139739428463A_72(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___86F4F563FA2C61798AE6238D789139739428463A_72 = value; } inline static int32_t get_offset_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73() const { return ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73() { return &___871B9CF85DB352BAADF12BAE8F19857683E385AC_73; } inline void set_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73 = value; } inline static int32_t get_offset_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___89A040451C8CC5C8FB268BE44BDD74964C104155_74)); } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U389A040451C8CC5C8FB268BE44BDD74964C104155_74() const { return ___89A040451C8CC5C8FB268BE44BDD74964C104155_74; } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_74() { return &___89A040451C8CC5C8FB268BE44BDD74964C104155_74; } inline void set_U389A040451C8CC5C8FB268BE44BDD74964C104155_74(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value) { ___89A040451C8CC5C8FB268BE44BDD74964C104155_74 = value; } inline static int32_t get_offset_of_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75() const { return ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75() { return &___8AEFB06C426E07A0A671A1E2488B4858D694A730_75; } inline void set_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75 = value; } inline static int32_t get_offset_of_U38CAA092E783257106251246FF5C97F88D28517A6_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8CAA092E783257106251246FF5C97F88D28517A6_76)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38CAA092E783257106251246FF5C97F88D28517A6_76() const { return ___8CAA092E783257106251246FF5C97F88D28517A6_76; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38CAA092E783257106251246FF5C97F88D28517A6_76() { return &___8CAA092E783257106251246FF5C97F88D28517A6_76; } inline void set_U38CAA092E783257106251246FF5C97F88D28517A6_76(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___8CAA092E783257106251246FF5C97F88D28517A6_76 = value; } inline static int32_t get_offset_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77)); } inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA get_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() const { return ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77; } inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA * get_address_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() { return &___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77; } inline void set_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77(__StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA value) { ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77 = value; } inline static int32_t get_offset_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() const { return ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() { return &___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78; } inline void set_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78 = value; } inline static int32_t get_offset_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79)); } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() const { return ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79; } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() { return &___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79; } inline void set_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value) { ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79 = value; } inline static int32_t get_offset_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80)); } inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 get_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() const { return ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80; } inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 * get_address_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() { return &___90A0542282A011472F94E97CEAE59F8B3B1A3291_80; } inline void set_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80(__StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 value) { ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80 = value; } inline static int32_t get_offset_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___93A63E90605400F34B49F0EB3361D23C89164BDA_81)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() const { return ___93A63E90605400F34B49F0EB3361D23C89164BDA_81; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() { return &___93A63E90605400F34B49F0EB3361D23C89164BDA_81; } inline void set_U393A63E90605400F34B49F0EB3361D23C89164BDA_81(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___93A63E90605400F34B49F0EB3361D23C89164BDA_81 = value; } inline static int32_t get_offset_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() const { return ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() { return &___94841DD2F330CCB1089BF413E4FA9B04505152E2_82; } inline void set_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82 = value; } inline static int32_t get_offset_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95264589E48F94B7857CFF398FB72A537E13EEE2_83)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() const { return ___95264589E48F94B7857CFF398FB72A537E13EEE2_83; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() { return &___95264589E48F94B7857CFF398FB72A537E13EEE2_83; } inline void set_U395264589E48F94B7857CFF398FB72A537E13EEE2_83(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___95264589E48F94B7857CFF398FB72A537E13EEE2_83 = value; } inline static int32_t get_offset_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() const { return ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() { return &___95C48758CAE1715783472FB073AB158AB8A0AB2A_84; } inline void set_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84 = value; } inline static int32_t get_offset_of_U3973417296623D8DC6961B09664E54039E44CA5D8_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___973417296623D8DC6961B09664E54039E44CA5D8_85)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3973417296623D8DC6961B09664E54039E44CA5D8_85() const { return ___973417296623D8DC6961B09664E54039E44CA5D8_85; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3973417296623D8DC6961B09664E54039E44CA5D8_85() { return &___973417296623D8DC6961B09664E54039E44CA5D8_85; } inline void set_U3973417296623D8DC6961B09664E54039E44CA5D8_85(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___973417296623D8DC6961B09664E54039E44CA5D8_85 = value; } inline static int32_t get_offset_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() const { return ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() { return &___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86; } inline void set_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86 = value; } inline static int32_t get_offset_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87)); } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() const { return ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87; } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() { return &___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87; } inline void set_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value) { ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87 = value; } inline static int32_t get_offset_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88)); } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() const { return ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88; } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() { return &___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88; } inline void set_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value) { ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88 = value; } inline static int32_t get_offset_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() const { return ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() { return &___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89; } inline void set_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89 = value; } inline static int32_t get_offset_of_A0074C15377C0C870B055927403EA9FA7A349D12_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A0074C15377C0C870B055927403EA9FA7A349D12_90)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_A0074C15377C0C870B055927403EA9FA7A349D12_90() const { return ___A0074C15377C0C870B055927403EA9FA7A349D12_90; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_A0074C15377C0C870B055927403EA9FA7A349D12_90() { return &___A0074C15377C0C870B055927403EA9FA7A349D12_90; } inline void set_A0074C15377C0C870B055927403EA9FA7A349D12_90(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___A0074C15377C0C870B055927403EA9FA7A349D12_90 = value; } inline static int32_t get_offset_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91)); } inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F get_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() const { return ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91; } inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F * get_address_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() { return &___A1319B706116AB2C6D44483F60A7D0ACEA543396_91; } inline void set_A1319B706116AB2C6D44483F60A7D0ACEA543396_91(__StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F value) { ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91 = value; } inline static int32_t get_offset_of_A13AA52274D951A18029131A8DDECF76B569A15D_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A13AA52274D951A18029131A8DDECF76B569A15D_92)); } inline int64_t get_A13AA52274D951A18029131A8DDECF76B569A15D_92() const { return ___A13AA52274D951A18029131A8DDECF76B569A15D_92; } inline int64_t* get_address_of_A13AA52274D951A18029131A8DDECF76B569A15D_92() { return &___A13AA52274D951A18029131A8DDECF76B569A15D_92; } inline void set_A13AA52274D951A18029131A8DDECF76B569A15D_92(int64_t value) { ___A13AA52274D951A18029131A8DDECF76B569A15D_92 = value; } inline static int32_t get_offset_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() const { return ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() { return &___A323DB0813C4D072957BA6FDA79D9776674CD06B_93; } inline void set_A323DB0813C4D072957BA6FDA79D9776674CD06B_93(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93 = value; } inline static int32_t get_offset_of_A5444763673307F6828C748D4B9708CFC02B0959_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A5444763673307F6828C748D4B9708CFC02B0959_94)); } inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_A5444763673307F6828C748D4B9708CFC02B0959_94() const { return ___A5444763673307F6828C748D4B9708CFC02B0959_94; } inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_A5444763673307F6828C748D4B9708CFC02B0959_94() { return &___A5444763673307F6828C748D4B9708CFC02B0959_94; } inline void set_A5444763673307F6828C748D4B9708CFC02B0959_94(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value) { ___A5444763673307F6828C748D4B9708CFC02B0959_94 = value; } inline static int32_t get_offset_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() const { return ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() { return &___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95; } inline void set_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95 = value; } inline static int32_t get_offset_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96)); } inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() const { return ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96; } inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() { return &___A705A106D95282BD15E13EEA6B0AF583FF786D83_96; } inline void set_A705A106D95282BD15E13EEA6B0AF583FF786D83_96(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value) { ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96 = value; } inline static int32_t get_offset_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97)); } inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 get_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() const { return ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97; } inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 * get_address_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() { return &___A8A491E4CED49AE0027560476C10D933CE70C8DF_97; } inline void set_A8A491E4CED49AE0027560476C10D933CE70C8DF_97(__StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 value) { ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97 = value; } inline static int32_t get_offset_of_AC791C4F39504D1184B73478943D0636258DA7B1_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AC791C4F39504D1184B73478943D0636258DA7B1_98)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_AC791C4F39504D1184B73478943D0636258DA7B1_98() const { return ___AC791C4F39504D1184B73478943D0636258DA7B1_98; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_AC791C4F39504D1184B73478943D0636258DA7B1_98() { return &___AC791C4F39504D1184B73478943D0636258DA7B1_98; } inline void set_AC791C4F39504D1184B73478943D0636258DA7B1_98(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___AC791C4F39504D1184B73478943D0636258DA7B1_98 = value; } inline static int32_t get_offset_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99)); } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() const { return ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99; } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() { return &___AFCD4E1211233E99373A3367B23105A3D624B1F2_99; } inline void set_AFCD4E1211233E99373A3367B23105A3D624B1F2_99(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value) { ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99 = value; } inline static int32_t get_offset_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() const { return ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() { return &___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100; } inline void set_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100 = value; } inline static int32_t get_offset_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101)); } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() const { return ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101; } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() { return &___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101; } inline void set_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value) { ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101 = value; } inline static int32_t get_offset_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102)); } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() const { return ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102; } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() { return &___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102; } inline void set_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value) { ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102 = value; } inline static int32_t get_offset_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103)); } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() const { return ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103; } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() { return &___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103; } inline void set_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value) { ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103 = value; } inline static int32_t get_offset_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104)); } inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C get_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() const { return ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104; } inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C * get_address_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() { return &___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104; } inline void set_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104(__StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C value) { ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104 = value; } inline static int32_t get_offset_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105)); } inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA get_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() const { return ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105; } inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA * get_address_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() { return &___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105; } inline void set_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105(__StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA value) { ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105 = value; } inline static int32_t get_offset_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106)); } inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 get_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() const { return ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106; } inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 * get_address_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() { return &___B8F87834C3597B2EEF22BA6D3A392CC925636401_106; } inline void set_B8F87834C3597B2EEF22BA6D3A392CC925636401_106(__StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 value) { ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106 = value; } inline static int32_t get_offset_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() const { return ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() { return &___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107; } inline void set_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107 = value; } inline static int32_t get_offset_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108)); } inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 get_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() const { return ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108; } inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 * get_address_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() { return &___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108; } inline void set_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108(__StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 value) { ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108 = value; } inline static int32_t get_offset_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() const { return ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() { return &___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109; } inline void set_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109 = value; } inline static int32_t get_offset_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() const { return ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() { return &___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110; } inline void set_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110 = value; } inline static int32_t get_offset_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() const { return ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() { return &___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111; } inline void set_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111 = value; } inline static int32_t get_offset_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112)); } inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() const { return ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112; } inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() { return &___BF5EB60806ECB74EE484105DD9D6F463BF994867_112; } inline void set_BF5EB60806ECB74EE484105DD9D6F463BF994867_112(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value) { ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112 = value; } inline static int32_t get_offset_of_C1A1100642BA9685B30A84D97348484E14AA1865_113() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C1A1100642BA9685B30A84D97348484E14AA1865_113)); } inline int64_t get_C1A1100642BA9685B30A84D97348484E14AA1865_113() const { return ___C1A1100642BA9685B30A84D97348484E14AA1865_113; } inline int64_t* get_address_of_C1A1100642BA9685B30A84D97348484E14AA1865_113() { return &___C1A1100642BA9685B30A84D97348484E14AA1865_113; } inline void set_C1A1100642BA9685B30A84D97348484E14AA1865_113(int64_t value) { ___C1A1100642BA9685B30A84D97348484E14AA1865_113 = value; } inline static int32_t get_offset_of_C6F364A0AD934EFED8909446C215752E565D77C1_114() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C6F364A0AD934EFED8909446C215752E565D77C1_114)); } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_C6F364A0AD934EFED8909446C215752E565D77C1_114() const { return ___C6F364A0AD934EFED8909446C215752E565D77C1_114; } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_C6F364A0AD934EFED8909446C215752E565D77C1_114() { return &___C6F364A0AD934EFED8909446C215752E565D77C1_114; } inline void set_C6F364A0AD934EFED8909446C215752E565D77C1_114(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value) { ___C6F364A0AD934EFED8909446C215752E565D77C1_114 = value; } inline static int32_t get_offset_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115)); } inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() const { return ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115; } inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() { return &___CE5835130F5277F63D716FC9115526B0AC68FFAD_115; } inline void set_CE5835130F5277F63D716FC9115526B0AC68FFAD_115(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value) { ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115 = value; } inline static int32_t get_offset_of_CE93C35B755802BC4B3D180716B048FC61701EF7_116() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE93C35B755802BC4B3D180716B048FC61701EF7_116)); } inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_CE93C35B755802BC4B3D180716B048FC61701EF7_116() const { return ___CE93C35B755802BC4B3D180716B048FC61701EF7_116; } inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_CE93C35B755802BC4B3D180716B048FC61701EF7_116() { return &___CE93C35B755802BC4B3D180716B048FC61701EF7_116; } inline void set_CE93C35B755802BC4B3D180716B048FC61701EF7_116(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value) { ___CE93C35B755802BC4B3D180716B048FC61701EF7_116 = value; } inline static int32_t get_offset_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117)); } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() const { return ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117; } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() { return &___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117; } inline void set_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value) { ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117 = value; } inline static int32_t get_offset_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118)); } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() const { return ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118; } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() { return &___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118; } inline void set_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value) { ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118 = value; } inline static int32_t get_offset_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119)); } inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() const { return ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119; } inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() { return &___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119; } inline void set_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value) { ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119 = value; } inline static int32_t get_offset_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120)); } inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() const { return ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120; } inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() { return &___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120; } inline void set_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value) { ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120 = value; } inline static int32_t get_offset_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121)); } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() const { return ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121; } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() { return &___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121; } inline void set_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value) { ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121 = value; } inline static int32_t get_offset_of_D76478B994B312CD022DCA207AA2254880D2FCC9_122() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D76478B994B312CD022DCA207AA2254880D2FCC9_122)); } inline __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B get_D76478B994B312CD022DCA207AA2254880D2FCC9_122() const { return ___D76478B994B312CD022DCA207AA2254880D2FCC9_122; } inline __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B * get_address_of_D76478B994B312CD022DCA207AA2254880D2FCC9_122() { return &___D76478B994B312CD022DCA207AA2254880D2FCC9_122; } inline void set_D76478B994B312CD022DCA207AA2254880D2FCC9_122(__StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B value) { ___D76478B994B312CD022DCA207AA2254880D2FCC9_122 = value; } inline static int32_t get_offset_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123)); } inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123() const { return ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123; } inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123() { return &___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123; } inline void set_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value) { ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123 = value; } inline static int32_t get_offset_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_124() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124)); } inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_DA19DB47B583EFCF7825D2E39D661D2354F28219_124() const { return ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124; } inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_124() { return &___DA19DB47B583EFCF7825D2E39D661D2354F28219_124; } inline void set_DA19DB47B583EFCF7825D2E39D661D2354F28219_124(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value) { ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124 = value; } inline static int32_t get_offset_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125)); } inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 get_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125() const { return ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125; } inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 * get_address_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125() { return &___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125; } inline void set_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125(__StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 value) { ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125 = value; } inline static int32_t get_offset_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126)); } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126() const { return ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126; } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126() { return &___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126; } inline void set_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value) { ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126 = value; } inline static int32_t get_offset_of_E1827270A5FE1C85F5352A66FD87BA747213D006_127() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E1827270A5FE1C85F5352A66FD87BA747213D006_127)); } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_E1827270A5FE1C85F5352A66FD87BA747213D006_127() const { return ___E1827270A5FE1C85F5352A66FD87BA747213D006_127; } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_E1827270A5FE1C85F5352A66FD87BA747213D006_127() { return &___E1827270A5FE1C85F5352A66FD87BA747213D006_127; } inline void set_E1827270A5FE1C85F5352A66FD87BA747213D006_127(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value) { ___E1827270A5FE1C85F5352A66FD87BA747213D006_127 = value; } inline static int32_t get_offset_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128() const { return ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128() { return &___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128; } inline void set_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128 = value; } inline static int32_t get_offset_of_E75835D001C843F156FBA01B001DFE1B8029AC17_129() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E75835D001C843F156FBA01B001DFE1B8029AC17_129)); } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_E75835D001C843F156FBA01B001DFE1B8029AC17_129() const { return ___E75835D001C843F156FBA01B001DFE1B8029AC17_129; } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_E75835D001C843F156FBA01B001DFE1B8029AC17_129() { return &___E75835D001C843F156FBA01B001DFE1B8029AC17_129; } inline void set_E75835D001C843F156FBA01B001DFE1B8029AC17_129(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value) { ___E75835D001C843F156FBA01B001DFE1B8029AC17_129 = value; } inline static int32_t get_offset_of_E92B39D8233061927D9ACDE54665E68E7535635A_130() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E92B39D8233061927D9ACDE54665E68E7535635A_130)); } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_E92B39D8233061927D9ACDE54665E68E7535635A_130() const { return ___E92B39D8233061927D9ACDE54665E68E7535635A_130; } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_E92B39D8233061927D9ACDE54665E68E7535635A_130() { return &___E92B39D8233061927D9ACDE54665E68E7535635A_130; } inline void set_E92B39D8233061927D9ACDE54665E68E7535635A_130(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value) { ___E92B39D8233061927D9ACDE54665E68E7535635A_130 = value; } inline static int32_t get_offset_of_EA9506959484C55CFE0C139C624DF6060E285866_131() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EA9506959484C55CFE0C139C624DF6060E285866_131)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_EA9506959484C55CFE0C139C624DF6060E285866_131() const { return ___EA9506959484C55CFE0C139C624DF6060E285866_131; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_EA9506959484C55CFE0C139C624DF6060E285866_131() { return &___EA9506959484C55CFE0C139C624DF6060E285866_131; } inline void set_EA9506959484C55CFE0C139C624DF6060E285866_131(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___EA9506959484C55CFE0C139C624DF6060E285866_131 = value; } inline static int32_t get_offset_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132)); } inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 get_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132() const { return ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132; } inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 * get_address_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132() { return &___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132; } inline void set_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132(__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 value) { ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132 = value; } inline static int32_t get_offset_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_133() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133)); } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_EBF68F411848D603D059DFDEA2321C5A5EA78044_133() const { return ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133; } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_133() { return &___EBF68F411848D603D059DFDEA2321C5A5EA78044_133; } inline void set_EBF68F411848D603D059DFDEA2321C5A5EA78044_133(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value) { ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133 = value; } inline static int32_t get_offset_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134)); } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134() const { return ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134; } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134() { return &___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134; } inline void set_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value) { ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134 = value; } inline static int32_t get_offset_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135() const { return ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135() { return &___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135; } inline void set_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135 = value; } inline static int32_t get_offset_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136() const { return ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136() { return &___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136; } inline void set_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136 = value; } inline static int32_t get_offset_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137() const { return ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137() { return &___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137; } inline void set_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137 = value; } inline static int32_t get_offset_of_F073AA332018FDA0D572E99448FFF1D6422BD520_138() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F073AA332018FDA0D572E99448FFF1D6422BD520_138)); } inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 get_F073AA332018FDA0D572E99448FFF1D6422BD520_138() const { return ___F073AA332018FDA0D572E99448FFF1D6422BD520_138; } inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 * get_address_of_F073AA332018FDA0D572E99448FFF1D6422BD520_138() { return &___F073AA332018FDA0D572E99448FFF1D6422BD520_138; } inline void set_F073AA332018FDA0D572E99448FFF1D6422BD520_138(__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 value) { ___F073AA332018FDA0D572E99448FFF1D6422BD520_138 = value; } inline static int32_t get_offset_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_139() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139)); } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_F34B0E10653402E8F788F8BC3F7CD7090928A429_139() const { return ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139; } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_139() { return &___F34B0E10653402E8F788F8BC3F7CD7090928A429_139; } inline void set_F34B0E10653402E8F788F8BC3F7CD7090928A429_139(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value) { ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139 = value; } inline static int32_t get_offset_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140() const { return ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140() { return &___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140; } inline void set_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140 = value; } inline static int32_t get_offset_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_141() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141)); } inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 get_F512A9ABF88066AAEB92684F95CC05D8101B462B_141() const { return ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141; } inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 * get_address_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_141() { return &___F512A9ABF88066AAEB92684F95CC05D8101B462B_141; } inline void set_F512A9ABF88066AAEB92684F95CC05D8101B462B_141(__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 value) { ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141 = value; } inline static int32_t get_offset_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142() const { return ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142() { return &___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142; } inline void set_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142 = value; } inline static int32_t get_offset_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143)); } inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D get_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143() const { return ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143; } inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D * get_address_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143() { return &___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143; } inline void set_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143(__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D value) { ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143 = value; } }; // System.Collections.Hashtable struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject { public: // System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___buckets_10; // System.Int32 System.Collections.Hashtable::count int32_t ___count_11; // System.Int32 System.Collections.Hashtable::occupancy int32_t ___occupancy_12; // System.Int32 System.Collections.Hashtable::loadsize int32_t ___loadsize_13; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_14; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version int32_t ___version_15; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress bool ___isWriterInProgress_16; // System.Collections.ICollection System.Collections.Hashtable::keys RuntimeObject* ___keys_17; // System.Collections.ICollection System.Collections.Hashtable::values RuntimeObject* ___values_18; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_19; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject * ____syncRoot_20; public: inline static int32_t get_offset_of_buckets_10() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_10)); } inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_10() const { return ___buckets_10; } inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_10() { return &___buckets_10; } inline void set_buckets_10(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value) { ___buckets_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value); } inline static int32_t get_offset_of_count_11() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___count_11)); } inline int32_t get_count_11() const { return ___count_11; } inline int32_t* get_address_of_count_11() { return &___count_11; } inline void set_count_11(int32_t value) { ___count_11 = value; } inline static int32_t get_offset_of_occupancy_12() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___occupancy_12)); } inline int32_t get_occupancy_12() const { return ___occupancy_12; } inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; } inline void set_occupancy_12(int32_t value) { ___occupancy_12 = value; } inline static int32_t get_offset_of_loadsize_13() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadsize_13)); } inline int32_t get_loadsize_13() const { return ___loadsize_13; } inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; } inline void set_loadsize_13(int32_t value) { ___loadsize_13 = value; } inline static int32_t get_offset_of_loadFactor_14() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadFactor_14)); } inline float get_loadFactor_14() const { return ___loadFactor_14; } inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; } inline void set_loadFactor_14(float value) { ___loadFactor_14 = value; } inline static int32_t get_offset_of_version_15() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___version_15)); } inline int32_t get_version_15() const { return ___version_15; } inline int32_t* get_address_of_version_15() { return &___version_15; } inline void set_version_15(int32_t value) { ___version_15 = value; } inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___isWriterInProgress_16)); } inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; } inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; } inline void set_isWriterInProgress_16(bool value) { ___isWriterInProgress_16 = value; } inline static int32_t get_offset_of_keys_17() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___keys_17)); } inline RuntimeObject* get_keys_17() const { return ___keys_17; } inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; } inline void set_keys_17(RuntimeObject* value) { ___keys_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value); } inline static int32_t get_offset_of_values_18() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___values_18)); } inline RuntimeObject* get_values_18() const { return ___values_18; } inline RuntimeObject** get_address_of_values_18() { return &___values_18; } inline void set_values_18(RuntimeObject* value) { ___values_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value); } inline static int32_t get_offset_of__keycomparer_19() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____keycomparer_19)); } inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; } inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; } inline void set__keycomparer_19(RuntimeObject* value) { ____keycomparer_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value); } inline static int32_t get_offset_of__syncRoot_20() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____syncRoot_20)); } inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; } inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; } inline void set__syncRoot_20(RuntimeObject * value) { ____syncRoot_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)value); } }; // System.ConsoleColor struct ConsoleColor_t2E01225594844040BE12231E6A14F85FCB78C597 { public: // System.Int32 System.ConsoleColor::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConsoleColor_t2E01225594844040BE12231E6A14F85FCB78C597, ___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.ConsoleKey struct ConsoleKey_t0196714F06D59B40580F7B85EA2663D81394682C { public: // System.Int32 System.ConsoleKey::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConsoleKey_t0196714F06D59B40580F7B85EA2663D81394682C, ___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.ConsoleModifiers struct ConsoleModifiers_tCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34 { public: // System.Int32 System.ConsoleModifiers::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConsoleModifiers_tCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___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_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * 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_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* 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_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* 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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.Globalization.CompareOptions struct CompareOptions_t163DCEA9A0972750294CC1A8348E5CA69E943939 { public: // System.Int32 System.Globalization.CompareOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompareOptions_t163DCEA9A0972750294CC1A8348E5CA69E943939, ___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_tB0ADA2D9CCAA236331AED14C42BE5832B2351592 { 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_tB0ADA2D9CCAA236331AED14C42BE5832B2351592, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Globalization.TextInfo struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 : public RuntimeObject { public: // System.Boolean System.Globalization.TextInfo::m_isReadOnly bool ___m_isReadOnly_0; // System.String System.Globalization.TextInfo::m_cultureName String_t* ___m_cultureName_1; // System.Globalization.CultureData System.Globalization.TextInfo::m_cultureData CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_2; // System.String System.Globalization.TextInfo::m_textInfoName String_t* ___m_textInfoName_3; // System.Nullable`1 System.Globalization.TextInfo::m_IsAsciiCasingSameAsInvariant Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 ___m_IsAsciiCasingSameAsInvariant_4; // System.String System.Globalization.TextInfo::customCultureName String_t* ___customCultureName_6; // System.Boolean System.Globalization.TextInfo::m_useUserOverride bool ___m_useUserOverride_7; // System.Int32 System.Globalization.TextInfo::m_win32LangID int32_t ___m_win32LangID_8; public: inline static int32_t get_offset_of_m_isReadOnly_0() { return static_cast(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_isReadOnly_0)); } inline bool get_m_isReadOnly_0() const { return ___m_isReadOnly_0; } inline bool* get_address_of_m_isReadOnly_0() { return &___m_isReadOnly_0; } inline void set_m_isReadOnly_0(bool value) { ___m_isReadOnly_0 = value; } inline static int32_t get_offset_of_m_cultureName_1() { return static_cast(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_cultureName_1)); } inline String_t* get_m_cultureName_1() const { return ___m_cultureName_1; } inline String_t** get_address_of_m_cultureName_1() { return &___m_cultureName_1; } inline void set_m_cultureName_1(String_t* value) { ___m_cultureName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureName_1), (void*)value); } inline static int32_t get_offset_of_m_cultureData_2() { return static_cast(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_cultureData_2)); } inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_2() const { return ___m_cultureData_2; } inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_2() { return &___m_cultureData_2; } inline void set_m_cultureData_2(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value) { ___m_cultureData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_2), (void*)value); } inline static int32_t get_offset_of_m_textInfoName_3() { return static_cast(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_textInfoName_3)); } inline String_t* get_m_textInfoName_3() const { return ___m_textInfoName_3; } inline String_t** get_address_of_m_textInfoName_3() { return &___m_textInfoName_3; } inline void set_m_textInfoName_3(String_t* value) { ___m_textInfoName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_textInfoName_3), (void*)value); } inline static int32_t get_offset_of_m_IsAsciiCasingSameAsInvariant_4() { return static_cast(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_IsAsciiCasingSameAsInvariant_4)); } inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 get_m_IsAsciiCasingSameAsInvariant_4() const { return ___m_IsAsciiCasingSameAsInvariant_4; } inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * get_address_of_m_IsAsciiCasingSameAsInvariant_4() { return &___m_IsAsciiCasingSameAsInvariant_4; } inline void set_m_IsAsciiCasingSameAsInvariant_4(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 value) { ___m_IsAsciiCasingSameAsInvariant_4 = value; } inline static int32_t get_offset_of_customCultureName_6() { return static_cast(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___customCultureName_6)); } inline String_t* get_customCultureName_6() const { return ___customCultureName_6; } inline String_t** get_address_of_customCultureName_6() { return &___customCultureName_6; } inline void set_customCultureName_6(String_t* value) { ___customCultureName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___customCultureName_6), (void*)value); } inline static int32_t get_offset_of_m_useUserOverride_7() { return static_cast(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_useUserOverride_7)); } inline bool get_m_useUserOverride_7() const { return ___m_useUserOverride_7; } inline bool* get_address_of_m_useUserOverride_7() { return &___m_useUserOverride_7; } inline void set_m_useUserOverride_7(bool value) { ___m_useUserOverride_7 = value; } inline static int32_t get_offset_of_m_win32LangID_8() { return static_cast(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_win32LangID_8)); } inline int32_t get_m_win32LangID_8() const { return ___m_win32LangID_8; } inline int32_t* get_address_of_m_win32LangID_8() { return &___m_win32LangID_8; } inline void set_m_win32LangID_8(int32_t value) { ___m_win32LangID_8 = value; } }; struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8_StaticFields { public: // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.TextInfo::s_Invariant TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___s_Invariant_5; public: inline static int32_t get_offset_of_s_Invariant_5() { return static_cast(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8_StaticFields, ___s_Invariant_5)); } inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_s_Invariant_5() const { return ___s_Invariant_5; } inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_s_Invariant_5() { return &___s_Invariant_5; } inline void set_s_Invariant_5(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value) { ___s_Invariant_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Invariant_5), (void*)value); } }; // System.IO.FileAccess struct FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6 { 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_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.MemoryStream struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_4; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_5; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_6; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_7; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_8; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_9; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_10; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_11; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_12; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ____lastReadTask_13; public: inline static int32_t get_offset_of__buffer_4() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____buffer_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_4() const { return ____buffer_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_4() { return &____buffer_4; } inline void set__buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____buffer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value); } inline static int32_t get_offset_of__origin_5() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____origin_5)); } inline int32_t get__origin_5() const { return ____origin_5; } inline int32_t* get_address_of__origin_5() { return &____origin_5; } inline void set__origin_5(int32_t value) { ____origin_5 = value; } inline static int32_t get_offset_of__position_6() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____position_6)); } inline int32_t get__position_6() const { return ____position_6; } inline int32_t* get_address_of__position_6() { return &____position_6; } inline void set__position_6(int32_t value) { ____position_6 = value; } inline static int32_t get_offset_of__length_7() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____length_7)); } inline int32_t get__length_7() const { return ____length_7; } inline int32_t* get_address_of__length_7() { return &____length_7; } inline void set__length_7(int32_t value) { ____length_7 = value; } inline static int32_t get_offset_of__capacity_8() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____capacity_8)); } inline int32_t get__capacity_8() const { return ____capacity_8; } inline int32_t* get_address_of__capacity_8() { return &____capacity_8; } inline void set__capacity_8(int32_t value) { ____capacity_8 = value; } inline static int32_t get_offset_of__expandable_9() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____expandable_9)); } inline bool get__expandable_9() const { return ____expandable_9; } inline bool* get_address_of__expandable_9() { return &____expandable_9; } inline void set__expandable_9(bool value) { ____expandable_9 = value; } inline static int32_t get_offset_of__writable_10() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____writable_10)); } inline bool get__writable_10() const { return ____writable_10; } inline bool* get_address_of__writable_10() { return &____writable_10; } inline void set__writable_10(bool value) { ____writable_10 = value; } inline static int32_t get_offset_of__exposable_11() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____exposable_11)); } inline bool get__exposable_11() const { return ____exposable_11; } inline bool* get_address_of__exposable_11() { return &____exposable_11; } inline void set__exposable_11(bool value) { ____exposable_11 = value; } inline static int32_t get_offset_of__isOpen_12() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____isOpen_12)); } inline bool get__isOpen_12() const { return ____isOpen_12; } inline bool* get_address_of__isOpen_12() { return &____isOpen_12; } inline void set__isOpen_12(bool value) { ____isOpen_12 = value; } inline static int32_t get_offset_of__lastReadTask_13() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____lastReadTask_13)); } inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * get__lastReadTask_13() const { return ____lastReadTask_13; } inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** get_address_of__lastReadTask_13() { return &____lastReadTask_13; } inline void set__lastReadTask_13(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value) { ____lastReadTask_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_13), (void*)value); } }; // System.IO.StreamReader struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E : public TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A { public: // System.IO.Stream System.IO.StreamReader::stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_5; // System.Text.Encoding System.IO.StreamReader::encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_6; // System.Text.Decoder System.IO.StreamReader::decoder Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___decoder_7; // System.Byte[] System.IO.StreamReader::byteBuffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer_8; // System.Char[] System.IO.StreamReader::charBuffer CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___charBuffer_9; // System.Byte[] System.IO.StreamReader::_preamble ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ____asyncReadTask_20; public: inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___stream_5)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_5() const { return ___stream_5; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_encoding_6() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___encoding_6)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_6() const { return ___encoding_6; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_6() { return &___encoding_6; } inline void set_encoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___encoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_6), (void*)value); } inline static int32_t get_offset_of_decoder_7() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___decoder_7)); } inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * get_decoder_7() const { return ___decoder_7; } inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 ** get_address_of_decoder_7() { return &___decoder_7; } inline void set_decoder_7(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * value) { ___decoder_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoder_7), (void*)value); } inline static int32_t get_offset_of_byteBuffer_8() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___byteBuffer_8)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_byteBuffer_8() const { return ___byteBuffer_8; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_byteBuffer_8() { return &___byteBuffer_8; } inline void set_byteBuffer_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___byteBuffer_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_8), (void*)value); } inline static int32_t get_offset_of_charBuffer_9() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charBuffer_9)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_charBuffer_9() const { return ___charBuffer_9; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_charBuffer_9() { return &___charBuffer_9; } inline void set_charBuffer_9(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___charBuffer_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_9), (void*)value); } inline static int32_t get_offset_of__preamble_10() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____preamble_10)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__preamble_10() const { return ____preamble_10; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__preamble_10() { return &____preamble_10; } inline void set__preamble_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____preamble_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____preamble_10), (void*)value); } inline static int32_t get_offset_of_charPos_11() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___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_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___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_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___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_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___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_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____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_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____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_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____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_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____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_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____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_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____asyncReadTask_20)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get__asyncReadTask_20() const { return ____asyncReadTask_20; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of__asyncReadTask_20() { return &____asyncReadTask_20; } inline void set__asyncReadTask_20(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ____asyncReadTask_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncReadTask_20), (void*)value); } }; struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_StaticFields { public: // System.IO.StreamReader System.IO.StreamReader::Null StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___Null_4; public: inline static int32_t get_offset_of_Null_4() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_StaticFields, ___Null_4)); } inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * get_Null_4() const { return ___Null_4; } inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E ** get_address_of_Null_4() { return &___Null_4; } inline void set_Null_4(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * value) { ___Null_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_4), (void*)value); } }; // System.IO.StreamWriter struct StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E : public TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 { public: // System.IO.Stream System.IO.StreamWriter::stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_12; // System.Text.Encoding System.IO.StreamWriter::encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_13; // System.Text.Encoder System.IO.StreamWriter::encoder Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * ___encoder_14; // System.Byte[] System.IO.StreamWriter::byteBuffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer_15; // System.Char[] System.IO.StreamWriter::charBuffer CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ____asyncWriteTask_22; public: inline static int32_t get_offset_of_stream_12() { return static_cast(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___stream_12)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_12() const { return ___stream_12; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_12() { return &___stream_12; } inline void set_stream_12(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___stream_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_12), (void*)value); } inline static int32_t get_offset_of_encoding_13() { return static_cast(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___encoding_13)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_13() const { return ___encoding_13; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_13() { return &___encoding_13; } inline void set_encoding_13(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___encoding_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_13), (void*)value); } inline static int32_t get_offset_of_encoder_14() { return static_cast(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___encoder_14)); } inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * get_encoder_14() const { return ___encoder_14; } inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 ** get_address_of_encoder_14() { return &___encoder_14; } inline void set_encoder_14(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * value) { ___encoder_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_14), (void*)value); } inline static int32_t get_offset_of_byteBuffer_15() { return static_cast(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___byteBuffer_15)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_byteBuffer_15() const { return ___byteBuffer_15; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_byteBuffer_15() { return &___byteBuffer_15; } inline void set_byteBuffer_15(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___byteBuffer_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_15), (void*)value); } inline static int32_t get_offset_of_charBuffer_16() { return static_cast(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___charBuffer_16)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_charBuffer_16() const { return ___charBuffer_16; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_charBuffer_16() { return &___charBuffer_16; } inline void set_charBuffer_16(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___charBuffer_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_16), (void*)value); } inline static int32_t get_offset_of_charPos_17() { return static_cast(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___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_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___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_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___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_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___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_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___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_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ____asyncWriteTask_22)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get__asyncWriteTask_22() const { return ____asyncWriteTask_22; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of__asyncWriteTask_22() { return &____asyncWriteTask_22; } inline void set__asyncWriteTask_22(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ____asyncWriteTask_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncWriteTask_22), (void*)value); } }; struct StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_StaticFields { public: // System.IO.StreamWriter System.IO.StreamWriter::Null StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * ___Null_11; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_UTF8NoBOM Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ____UTF8NoBOM_23; public: inline static int32_t get_offset_of_Null_11() { return static_cast(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_StaticFields, ___Null_11)); } inline StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * get_Null_11() const { return ___Null_11; } inline StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E ** get_address_of_Null_11() { return &___Null_11; } inline void set_Null_11(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * value) { ___Null_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_11), (void*)value); } inline static int32_t get_offset_of__UTF8NoBOM_23() { return static_cast(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_StaticFields, ____UTF8NoBOM_23)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get__UTF8NoBOM_23() const { return ____UTF8NoBOM_23; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of__UTF8NoBOM_23() { return &____UTF8NoBOM_23; } inline void set__UTF8NoBOM_23(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ____UTF8NoBOM_23 = value; Il2CppCodeGenWriteBarrier((void**)(&____UTF8NoBOM_23), (void*)value); } }; // System.Reflection.BindingFlags struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0 { 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_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F { 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_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___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_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF { 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_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___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_t7B542280A22F0EC4EAC2061C29178845847A8B2D { 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_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.Security.Cryptography.X509Certificates.X509KeyStorageFlags struct X509KeyStorageFlags_tB83685E3CDDBA542D3A0BDED60EC5D8DAAB8EFC8 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(X509KeyStorageFlags_tB83685E3CDDBA542D3A0BDED60EC5D8DAAB8EFC8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Principal.TokenImpersonationLevel struct TokenImpersonationLevel_tED478ED25688E978F79556E1A2335F7262023D26 { public: // System.Int32 System.Security.Principal.TokenImpersonationLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TokenImpersonationLevel_tED478ED25688E978F79556E1A2335F7262023D26, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.SecurityElementType struct SecurityElementType_t637211F6560E42978F1918BE4727B4651B1DA7C7 { public: // System.Int32 System.Security.SecurityElementType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SecurityElementType_t637211F6560E42978F1918BE4727B4651B1DA7C7, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Util.Tokenizer_TokenSource struct TokenSource_tD531D2C308F08C9DD7D6A051CD0097BD488ACD29 { public: // System.Int32 System.Security.Util.Tokenizer_TokenSource::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TokenSource_tD531D2C308F08C9DD7D6A051CD0097BD488ACD29, ___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_t02BAA95468CE9E91115C604577611FDF58FEDCF0 { 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_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___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.StringSplitOptions struct StringSplitOptions_t2FA287E15325CC78BF3CA5CDAAA3520BFBD58487 { public: // System.Int32 System.StringSplitOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringSplitOptions_t2FA287E15325CC78BF3CA5CDAAA3520BFBD58487, ___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.TermInfoNumbers struct TermInfoNumbers_tE17C1E4A28232B0A786FAB261BD41BA350DF230B { public: // System.Int32 System.TermInfoNumbers::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TermInfoNumbers_tE17C1E4A28232B0A786FAB261BD41BA350DF230B, ___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.TermInfoStrings struct TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F { public: // System.Int32 System.TermInfoStrings::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F, ___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_t37A65F044FE653814E14F5D147919ED0E02A873C { 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_t37A65F044FE653814E14F5D147919ED0E02A873C, ___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.TypeCode struct TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6 { 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_t03ED52F888000DAF40C550C434F29F39A23D61C6, ___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.ConsoleKeyInfo struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 { public: // System.Char System.ConsoleKeyInfo::_keyChar Il2CppChar ____keyChar_0; // System.ConsoleKey System.ConsoleKeyInfo::_key int32_t ____key_1; // System.ConsoleModifiers System.ConsoleKeyInfo::_mods int32_t ____mods_2; public: inline static int32_t get_offset_of__keyChar_0() { return static_cast(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____keyChar_0)); } inline Il2CppChar get__keyChar_0() const { return ____keyChar_0; } inline Il2CppChar* get_address_of__keyChar_0() { return &____keyChar_0; } inline void set__keyChar_0(Il2CppChar value) { ____keyChar_0 = value; } inline static int32_t get_offset_of__key_1() { return static_cast(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____key_1)); } inline int32_t get__key_1() const { return ____key_1; } inline int32_t* get_address_of__key_1() { return &____key_1; } inline void set__key_1(int32_t value) { ____key_1 = value; } inline static int32_t get_offset_of__mods_2() { return static_cast(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____mods_2)); } inline int32_t get__mods_2() const { return ____mods_2; } inline int32_t* get_address_of__mods_2() { return &____mods_2; } inline void set__mods_2(int32_t value) { ____mods_2 = value; } }; // Native definition for P/Invoke marshalling of System.ConsoleKeyInfo struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_pinvoke { uint8_t ____keyChar_0; int32_t ____key_1; int32_t ____mods_2; }; // Native definition for COM marshalling of System.ConsoleKeyInfo struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_com { uint8_t ____keyChar_0; int32_t ____key_1; int32_t ____mods_2; }; // System.CultureAwareComparer struct CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 : public StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE { public: // System.Globalization.CompareInfo System.CultureAwareComparer::_compareInfo CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ____compareInfo_4; // System.Boolean System.CultureAwareComparer::_ignoreCase bool ____ignoreCase_5; // System.Globalization.CompareOptions System.CultureAwareComparer::_options int32_t ____options_6; public: inline static int32_t get_offset_of__compareInfo_4() { return static_cast(offsetof(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058, ____compareInfo_4)); } inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get__compareInfo_4() const { return ____compareInfo_4; } inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of__compareInfo_4() { return &____compareInfo_4; } inline void set__compareInfo_4(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value) { ____compareInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____compareInfo_4), (void*)value); } inline static int32_t get_offset_of__ignoreCase_5() { return static_cast(offsetof(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058, ____ignoreCase_5)); } inline bool get__ignoreCase_5() const { return ____ignoreCase_5; } inline bool* get_address_of__ignoreCase_5() { return &____ignoreCase_5; } inline void set__ignoreCase_5(bool value) { ____ignoreCase_5 = value; } inline static int32_t get_offset_of__options_6() { return static_cast(offsetof(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058, ____options_6)); } inline int32_t get__options_6() const { return ____options_6; } inline int32_t* get_address_of__options_6() { return &____options_6; } inline void set__options_6(int32_t value) { ____options_6 = value; } }; // System.Globalization.CompareInfo struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 : public RuntimeObject { public: // System.String System.Globalization.CompareInfo::m_name String_t* ___m_name_3; // System.String System.Globalization.CompareInfo::m_sortName String_t* ___m_sortName_4; // System.Int32 System.Globalization.CompareInfo::win32LCID int32_t ___win32LCID_5; // System.Int32 System.Globalization.CompareInfo::culture int32_t ___culture_6; // System.Globalization.SortVersion System.Globalization.CompareInfo::m_SortVersion SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * ___m_SortVersion_20; // Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::collator SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * ___collator_21; public: inline static int32_t get_offset_of_m_name_3() { return static_cast(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_name_3)); } inline String_t* get_m_name_3() const { return ___m_name_3; } inline String_t** get_address_of_m_name_3() { return &___m_name_3; } inline void set_m_name_3(String_t* value) { ___m_name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_3), (void*)value); } inline static int32_t get_offset_of_m_sortName_4() { return static_cast(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_sortName_4)); } inline String_t* get_m_sortName_4() const { return ___m_sortName_4; } inline String_t** get_address_of_m_sortName_4() { return &___m_sortName_4; } inline void set_m_sortName_4(String_t* value) { ___m_sortName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_sortName_4), (void*)value); } inline static int32_t get_offset_of_win32LCID_5() { return static_cast(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___win32LCID_5)); } inline int32_t get_win32LCID_5() const { return ___win32LCID_5; } inline int32_t* get_address_of_win32LCID_5() { return &___win32LCID_5; } inline void set_win32LCID_5(int32_t value) { ___win32LCID_5 = value; } inline static int32_t get_offset_of_culture_6() { return static_cast(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___culture_6)); } inline int32_t get_culture_6() const { return ___culture_6; } inline int32_t* get_address_of_culture_6() { return &___culture_6; } inline void set_culture_6(int32_t value) { ___culture_6 = value; } inline static int32_t get_offset_of_m_SortVersion_20() { return static_cast(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_SortVersion_20)); } inline SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * get_m_SortVersion_20() const { return ___m_SortVersion_20; } inline SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 ** get_address_of_m_SortVersion_20() { return &___m_SortVersion_20; } inline void set_m_SortVersion_20(SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * value) { ___m_SortVersion_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SortVersion_20), (void*)value); } inline static int32_t get_offset_of_collator_21() { return static_cast(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___collator_21)); } inline SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * get_collator_21() const { return ___collator_21; } inline SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 ** get_address_of_collator_21() { return &___collator_21; } inline void set_collator_21(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * value) { ___collator_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___collator_21), (void*)value); } }; struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Globalization.CompareInfo::collators Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * ___collators_22; // System.Boolean System.Globalization.CompareInfo::managedCollation bool ___managedCollation_23; // System.Boolean System.Globalization.CompareInfo::managedCollationChecked bool ___managedCollationChecked_24; public: inline static int32_t get_offset_of_collators_22() { return static_cast(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___collators_22)); } inline Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * get_collators_22() const { return ___collators_22; } inline Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 ** get_address_of_collators_22() { return &___collators_22; } inline void set_collators_22(Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * value) { ___collators_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___collators_22), (void*)value); } inline static int32_t get_offset_of_managedCollation_23() { return static_cast(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___managedCollation_23)); } inline bool get_managedCollation_23() const { return ___managedCollation_23; } inline bool* get_address_of_managedCollation_23() { return &___managedCollation_23; } inline void set_managedCollation_23(bool value) { ___managedCollation_23 = value; } inline static int32_t get_offset_of_managedCollationChecked_24() { return static_cast(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___managedCollationChecked_24)); } inline bool get_managedCollationChecked_24() const { return ___managedCollationChecked_24; } inline bool* get_address_of_managedCollationChecked_24() { return &___managedCollationChecked_24; } inline void set_managedCollationChecked_24(bool value) { ___managedCollationChecked_24 = value; } }; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 : public RuntimeObject { public: // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___numberGroupSizes_1; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___currencyGroupSizes_2; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___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_t933FB07893230EA91C40FF900D5400665E87B14E* ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSizes_1)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; } inline void set_numberGroupSizes_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___numberGroupSizes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value); } inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSizes_2)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; } inline void set_currencyGroupSizes_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___currencyGroupSizes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value); } inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSizes_3)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; } inline void set_percentGroupSizes_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___percentGroupSizes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value); } inline static int32_t get_offset_of_positiveSign_4() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nativeDigits_19)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_nativeDigits_19() const { return ___nativeDigits_19; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_nativeDigits_19() { return &___nativeDigits_19; } inline void set_nativeDigits_19(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* 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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___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_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields { public: // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___invariantInfo_0; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields, ___invariantInfo_0)); } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_invariantInfo_0() const { return ___invariantInfo_0; } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value); } }; // System.IO.CStreamWriter struct CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 : public StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E { public: // System.TermInfoDriver System.IO.CStreamWriter::driver TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * ___driver_24; public: inline static int32_t get_offset_of_driver_24() { return static_cast(offsetof(CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450, ___driver_24)); } inline TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * get_driver_24() const { return ___driver_24; } inline TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 ** get_address_of_driver_24() { return &___driver_24; } inline void set_driver_24(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * value) { ___driver_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___driver_24), (void*)value); } }; // System.IO.FileStream struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_6; // System.String System.IO.FileStream::name String_t* ___name_7; // Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * ___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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_6)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_6() const { return ___buf_6; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_6() { return &___buf_6; } inline void set_buf_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___buf_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_6), (void*)value); } inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___safeHandle_8)); } inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * get_safeHandle_8() const { return ___safeHandle_8; } inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB ** get_address_of_safeHandle_8() { return &___safeHandle_8; } inline void set_safeHandle_8(SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * value) { ___safeHandle_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_8), (void*)value); } inline static int32_t get_offset_of_isExposed_9() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields { public: // System.Byte[] System.IO.FileStream::buf_recycle ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_recycle_4() const { return ___buf_recycle_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_recycle_4() { return &___buf_recycle_4; } inline void set_buf_recycle_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* 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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_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.Runtime.Serialization.StreamingContext struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 { 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_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___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_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___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_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // System.Security.Util.Tokenizer struct Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 : public RuntimeObject { public: // System.Int32 System.Security.Util.Tokenizer::LineNo int32_t ___LineNo_0; // System.Int32 System.Security.Util.Tokenizer::_inProcessingTag int32_t ____inProcessingTag_1; // System.Byte[] System.Security.Util.Tokenizer::_inBytes ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____inBytes_2; // System.Char[] System.Security.Util.Tokenizer::_inChars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ____inChars_3; // System.String System.Security.Util.Tokenizer::_inString String_t* ____inString_4; // System.Int32 System.Security.Util.Tokenizer::_inIndex int32_t ____inIndex_5; // System.Int32 System.Security.Util.Tokenizer::_inSize int32_t ____inSize_6; // System.Int32 System.Security.Util.Tokenizer::_inSavedCharacter int32_t ____inSavedCharacter_7; // System.Security.Util.Tokenizer_TokenSource System.Security.Util.Tokenizer::_inTokenSource int32_t ____inTokenSource_8; // System.Security.Util.Tokenizer_ITokenReader System.Security.Util.Tokenizer::_inTokenReader RuntimeObject* ____inTokenReader_9; // System.Security.Util.Tokenizer_StringMaker System.Security.Util.Tokenizer::_maker StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * ____maker_10; // System.String[] System.Security.Util.Tokenizer::_searchStrings StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____searchStrings_11; // System.String[] System.Security.Util.Tokenizer::_replaceStrings StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____replaceStrings_12; // System.Int32 System.Security.Util.Tokenizer::_inNestedIndex int32_t ____inNestedIndex_13; // System.Int32 System.Security.Util.Tokenizer::_inNestedSize int32_t ____inNestedSize_14; // System.String System.Security.Util.Tokenizer::_inNestedString String_t* ____inNestedString_15; public: inline static int32_t get_offset_of_LineNo_0() { return static_cast(offsetof(Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76, ___LineNo_0)); } inline int32_t get_LineNo_0() const { return ___LineNo_0; } inline int32_t* get_address_of_LineNo_0() { return &___LineNo_0; } inline void set_LineNo_0(int32_t value) { ___LineNo_0 = value; } inline static int32_t get_offset_of__inProcessingTag_1() { return static_cast(offsetof(Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76, ____inProcessingTag_1)); } inline int32_t get__inProcessingTag_1() const { return ____inProcessingTag_1; } inline int32_t* get_address_of__inProcessingTag_1() { return &____inProcessingTag_1; } inline void set__inProcessingTag_1(int32_t value) { ____inProcessingTag_1 = value; } inline static int32_t get_offset_of__inBytes_2() { return static_cast(offsetof(Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76, ____inBytes_2)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__inBytes_2() const { return ____inBytes_2; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__inBytes_2() { return &____inBytes_2; } inline void set__inBytes_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____inBytes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____inBytes_2), (void*)value); } inline static int32_t get_offset_of__inChars_3() { return static_cast(offsetof(Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76, ____inChars_3)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get__inChars_3() const { return ____inChars_3; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of__inChars_3() { return &____inChars_3; } inline void set__inChars_3(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ____inChars_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____inChars_3), (void*)value); } inline static int32_t get_offset_of__inString_4() { return static_cast(offsetof(Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76, ____inString_4)); } inline String_t* get__inString_4() const { return ____inString_4; } inline String_t** get_address_of__inString_4() { return &____inString_4; } inline void set__inString_4(String_t* value) { ____inString_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____inString_4), (void*)value); } inline static int32_t get_offset_of__inIndex_5() { return static_cast(offsetof(Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76, ____inIndex_5)); } inline int32_t get__inIndex_5() const { return ____inIndex_5; } inline int32_t* get_address_of__inIndex_5() { return &____inIndex_5; } inline void set__inIndex_5(int32_t value) { ____inIndex_5 = value; } inline static int32_t get_offset_of__inSize_6() { return static_cast(offsetof(Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76, ____inSize_6)); } inline int32_t get__inSize_6() const { return ____inSize_6; } inline int32_t* get_address_of__inSize_6() { return &____inSize_6; } inline void set__inSize_6(int32_t value) { ____inSize_6 = value; } inline static int32_t get_offset_of__inSavedCharacter_7() { return static_cast(offsetof(Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76, ____inSavedCharacter_7)); } inline int32_t get__inSavedCharacter_7() const { return ____inSavedCharacter_7; } inline int32_t* get_address_of__inSavedCharacter_7() { return &____inSavedCharacter_7; } inline void set__inSavedCharacter_7(int32_t value) { ____inSavedCharacter_7 = value; } inline static int32_t get_offset_of__inTokenSource_8() { return static_cast(offsetof(Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76, ____inTokenSource_8)); } inline int32_t get__inTokenSource_8() const { return ____inTokenSource_8; } inline int32_t* get_address_of__inTokenSource_8() { return &____inTokenSource_8; } inline void set__inTokenSource_8(int32_t value) { ____inTokenSource_8 = value; } inline static int32_t get_offset_of__inTokenReader_9() { return static_cast(offsetof(Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76, ____inTokenReader_9)); } inline RuntimeObject* get__inTokenReader_9() const { return ____inTokenReader_9; } inline RuntimeObject** get_address_of__inTokenReader_9() { return &____inTokenReader_9; } inline void set__inTokenReader_9(RuntimeObject* value) { ____inTokenReader_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____inTokenReader_9), (void*)value); } inline static int32_t get_offset_of__maker_10() { return static_cast(offsetof(Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76, ____maker_10)); } inline StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * get__maker_10() const { return ____maker_10; } inline StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 ** get_address_of__maker_10() { return &____maker_10; } inline void set__maker_10(StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * value) { ____maker_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____maker_10), (void*)value); } inline static int32_t get_offset_of__searchStrings_11() { return static_cast(offsetof(Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76, ____searchStrings_11)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__searchStrings_11() const { return ____searchStrings_11; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__searchStrings_11() { return &____searchStrings_11; } inline void set__searchStrings_11(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ____searchStrings_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____searchStrings_11), (void*)value); } inline static int32_t get_offset_of__replaceStrings_12() { return static_cast(offsetof(Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76, ____replaceStrings_12)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__replaceStrings_12() const { return ____replaceStrings_12; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__replaceStrings_12() { return &____replaceStrings_12; } inline void set__replaceStrings_12(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ____replaceStrings_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____replaceStrings_12), (void*)value); } inline static int32_t get_offset_of__inNestedIndex_13() { return static_cast(offsetof(Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76, ____inNestedIndex_13)); } inline int32_t get__inNestedIndex_13() const { return ____inNestedIndex_13; } inline int32_t* get_address_of__inNestedIndex_13() { return &____inNestedIndex_13; } inline void set__inNestedIndex_13(int32_t value) { ____inNestedIndex_13 = value; } inline static int32_t get_offset_of__inNestedSize_14() { return static_cast(offsetof(Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76, ____inNestedSize_14)); } inline int32_t get__inNestedSize_14() const { return ____inNestedSize_14; } inline int32_t* get_address_of__inNestedSize_14() { return &____inNestedSize_14; } inline void set__inNestedSize_14(int32_t value) { ____inNestedSize_14 = value; } inline static int32_t get_offset_of__inNestedString_15() { return static_cast(offsetof(Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76, ____inNestedString_15)); } inline String_t* get__inNestedString_15() const { return ____inNestedString_15; } inline String_t** get_address_of__inNestedString_15() { return &____inNestedString_15; } inline void set__inNestedString_15(String_t* value) { ____inNestedString_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____inNestedString_15), (void*)value); } }; // System.SystemException struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t { public: public: }; // System.TermInfoDriver struct TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 : public RuntimeObject { public: // System.TermInfoReader System.TermInfoDriver::reader TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * ___reader_3; // System.Int32 System.TermInfoDriver::cursorLeft int32_t ___cursorLeft_4; // System.Int32 System.TermInfoDriver::cursorTop int32_t ___cursorTop_5; // System.String System.TermInfoDriver::title String_t* ___title_6; // System.String System.TermInfoDriver::titleFormat String_t* ___titleFormat_7; // System.Boolean System.TermInfoDriver::cursorVisible bool ___cursorVisible_8; // System.String System.TermInfoDriver::csrVisible String_t* ___csrVisible_9; // System.String System.TermInfoDriver::csrInvisible String_t* ___csrInvisible_10; // System.String System.TermInfoDriver::clear String_t* ___clear_11; // System.String System.TermInfoDriver::bell String_t* ___bell_12; // System.String System.TermInfoDriver::term String_t* ___term_13; // System.IO.StreamReader System.TermInfoDriver::stdin StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___stdin_14; // System.IO.CStreamWriter System.TermInfoDriver::stdout CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * ___stdout_15; // System.Int32 System.TermInfoDriver::windowWidth int32_t ___windowWidth_16; // System.Int32 System.TermInfoDriver::windowHeight int32_t ___windowHeight_17; // System.Int32 System.TermInfoDriver::bufferHeight int32_t ___bufferHeight_18; // System.Int32 System.TermInfoDriver::bufferWidth int32_t ___bufferWidth_19; // System.Char[] System.TermInfoDriver::buffer CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___buffer_20; // System.Int32 System.TermInfoDriver::readpos int32_t ___readpos_21; // System.Int32 System.TermInfoDriver::writepos int32_t ___writepos_22; // System.String System.TermInfoDriver::keypadXmit String_t* ___keypadXmit_23; // System.String System.TermInfoDriver::keypadLocal String_t* ___keypadLocal_24; // System.Boolean System.TermInfoDriver::inited bool ___inited_25; // System.Object System.TermInfoDriver::initLock RuntimeObject * ___initLock_26; // System.Boolean System.TermInfoDriver::initKeys bool ___initKeys_27; // System.String System.TermInfoDriver::origPair String_t* ___origPair_28; // System.String System.TermInfoDriver::origColors String_t* ___origColors_29; // System.String System.TermInfoDriver::cursorAddress String_t* ___cursorAddress_30; // System.ConsoleColor System.TermInfoDriver::fgcolor int32_t ___fgcolor_31; // System.String System.TermInfoDriver::setfgcolor String_t* ___setfgcolor_32; // System.String System.TermInfoDriver::setbgcolor String_t* ___setbgcolor_33; // System.Int32 System.TermInfoDriver::maxColors int32_t ___maxColors_34; // System.Boolean System.TermInfoDriver::noGetPosition bool ___noGetPosition_35; // System.Collections.Hashtable System.TermInfoDriver::keymap Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___keymap_36; // System.ByteMatcher System.TermInfoDriver::rootmap ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * ___rootmap_37; // System.Int32 System.TermInfoDriver::rl_startx int32_t ___rl_startx_38; // System.Int32 System.TermInfoDriver::rl_starty int32_t ___rl_starty_39; // System.Byte[] System.TermInfoDriver::control_characters ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___control_characters_40; // System.Char[] System.TermInfoDriver::echobuf CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___echobuf_42; // System.Int32 System.TermInfoDriver::echon int32_t ___echon_43; public: inline static int32_t get_offset_of_reader_3() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___reader_3)); } inline TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * get_reader_3() const { return ___reader_3; } inline TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C ** get_address_of_reader_3() { return &___reader_3; } inline void set_reader_3(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * value) { ___reader_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___reader_3), (void*)value); } inline static int32_t get_offset_of_cursorLeft_4() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___cursorLeft_4)); } inline int32_t get_cursorLeft_4() const { return ___cursorLeft_4; } inline int32_t* get_address_of_cursorLeft_4() { return &___cursorLeft_4; } inline void set_cursorLeft_4(int32_t value) { ___cursorLeft_4 = value; } inline static int32_t get_offset_of_cursorTop_5() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___cursorTop_5)); } inline int32_t get_cursorTop_5() const { return ___cursorTop_5; } inline int32_t* get_address_of_cursorTop_5() { return &___cursorTop_5; } inline void set_cursorTop_5(int32_t value) { ___cursorTop_5 = value; } inline static int32_t get_offset_of_title_6() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___title_6)); } inline String_t* get_title_6() const { return ___title_6; } inline String_t** get_address_of_title_6() { return &___title_6; } inline void set_title_6(String_t* value) { ___title_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___title_6), (void*)value); } inline static int32_t get_offset_of_titleFormat_7() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___titleFormat_7)); } inline String_t* get_titleFormat_7() const { return ___titleFormat_7; } inline String_t** get_address_of_titleFormat_7() { return &___titleFormat_7; } inline void set_titleFormat_7(String_t* value) { ___titleFormat_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___titleFormat_7), (void*)value); } inline static int32_t get_offset_of_cursorVisible_8() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___cursorVisible_8)); } inline bool get_cursorVisible_8() const { return ___cursorVisible_8; } inline bool* get_address_of_cursorVisible_8() { return &___cursorVisible_8; } inline void set_cursorVisible_8(bool value) { ___cursorVisible_8 = value; } inline static int32_t get_offset_of_csrVisible_9() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___csrVisible_9)); } inline String_t* get_csrVisible_9() const { return ___csrVisible_9; } inline String_t** get_address_of_csrVisible_9() { return &___csrVisible_9; } inline void set_csrVisible_9(String_t* value) { ___csrVisible_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___csrVisible_9), (void*)value); } inline static int32_t get_offset_of_csrInvisible_10() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___csrInvisible_10)); } inline String_t* get_csrInvisible_10() const { return ___csrInvisible_10; } inline String_t** get_address_of_csrInvisible_10() { return &___csrInvisible_10; } inline void set_csrInvisible_10(String_t* value) { ___csrInvisible_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___csrInvisible_10), (void*)value); } inline static int32_t get_offset_of_clear_11() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___clear_11)); } inline String_t* get_clear_11() const { return ___clear_11; } inline String_t** get_address_of_clear_11() { return &___clear_11; } inline void set_clear_11(String_t* value) { ___clear_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___clear_11), (void*)value); } inline static int32_t get_offset_of_bell_12() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___bell_12)); } inline String_t* get_bell_12() const { return ___bell_12; } inline String_t** get_address_of_bell_12() { return &___bell_12; } inline void set_bell_12(String_t* value) { ___bell_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___bell_12), (void*)value); } inline static int32_t get_offset_of_term_13() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___term_13)); } inline String_t* get_term_13() const { return ___term_13; } inline String_t** get_address_of_term_13() { return &___term_13; } inline void set_term_13(String_t* value) { ___term_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___term_13), (void*)value); } inline static int32_t get_offset_of_stdin_14() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___stdin_14)); } inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * get_stdin_14() const { return ___stdin_14; } inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E ** get_address_of_stdin_14() { return &___stdin_14; } inline void set_stdin_14(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * value) { ___stdin_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___stdin_14), (void*)value); } inline static int32_t get_offset_of_stdout_15() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___stdout_15)); } inline CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * get_stdout_15() const { return ___stdout_15; } inline CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 ** get_address_of_stdout_15() { return &___stdout_15; } inline void set_stdout_15(CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * value) { ___stdout_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___stdout_15), (void*)value); } inline static int32_t get_offset_of_windowWidth_16() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___windowWidth_16)); } inline int32_t get_windowWidth_16() const { return ___windowWidth_16; } inline int32_t* get_address_of_windowWidth_16() { return &___windowWidth_16; } inline void set_windowWidth_16(int32_t value) { ___windowWidth_16 = value; } inline static int32_t get_offset_of_windowHeight_17() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___windowHeight_17)); } inline int32_t get_windowHeight_17() const { return ___windowHeight_17; } inline int32_t* get_address_of_windowHeight_17() { return &___windowHeight_17; } inline void set_windowHeight_17(int32_t value) { ___windowHeight_17 = value; } inline static int32_t get_offset_of_bufferHeight_18() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___bufferHeight_18)); } inline int32_t get_bufferHeight_18() const { return ___bufferHeight_18; } inline int32_t* get_address_of_bufferHeight_18() { return &___bufferHeight_18; } inline void set_bufferHeight_18(int32_t value) { ___bufferHeight_18 = value; } inline static int32_t get_offset_of_bufferWidth_19() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___bufferWidth_19)); } inline int32_t get_bufferWidth_19() const { return ___bufferWidth_19; } inline int32_t* get_address_of_bufferWidth_19() { return &___bufferWidth_19; } inline void set_bufferWidth_19(int32_t value) { ___bufferWidth_19 = value; } inline static int32_t get_offset_of_buffer_20() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___buffer_20)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_buffer_20() const { return ___buffer_20; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_buffer_20() { return &___buffer_20; } inline void set_buffer_20(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___buffer_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_20), (void*)value); } inline static int32_t get_offset_of_readpos_21() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___readpos_21)); } inline int32_t get_readpos_21() const { return ___readpos_21; } inline int32_t* get_address_of_readpos_21() { return &___readpos_21; } inline void set_readpos_21(int32_t value) { ___readpos_21 = value; } inline static int32_t get_offset_of_writepos_22() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___writepos_22)); } inline int32_t get_writepos_22() const { return ___writepos_22; } inline int32_t* get_address_of_writepos_22() { return &___writepos_22; } inline void set_writepos_22(int32_t value) { ___writepos_22 = value; } inline static int32_t get_offset_of_keypadXmit_23() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___keypadXmit_23)); } inline String_t* get_keypadXmit_23() const { return ___keypadXmit_23; } inline String_t** get_address_of_keypadXmit_23() { return &___keypadXmit_23; } inline void set_keypadXmit_23(String_t* value) { ___keypadXmit_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___keypadXmit_23), (void*)value); } inline static int32_t get_offset_of_keypadLocal_24() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___keypadLocal_24)); } inline String_t* get_keypadLocal_24() const { return ___keypadLocal_24; } inline String_t** get_address_of_keypadLocal_24() { return &___keypadLocal_24; } inline void set_keypadLocal_24(String_t* value) { ___keypadLocal_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___keypadLocal_24), (void*)value); } inline static int32_t get_offset_of_inited_25() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___inited_25)); } inline bool get_inited_25() const { return ___inited_25; } inline bool* get_address_of_inited_25() { return &___inited_25; } inline void set_inited_25(bool value) { ___inited_25 = value; } inline static int32_t get_offset_of_initLock_26() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___initLock_26)); } inline RuntimeObject * get_initLock_26() const { return ___initLock_26; } inline RuntimeObject ** get_address_of_initLock_26() { return &___initLock_26; } inline void set_initLock_26(RuntimeObject * value) { ___initLock_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___initLock_26), (void*)value); } inline static int32_t get_offset_of_initKeys_27() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___initKeys_27)); } inline bool get_initKeys_27() const { return ___initKeys_27; } inline bool* get_address_of_initKeys_27() { return &___initKeys_27; } inline void set_initKeys_27(bool value) { ___initKeys_27 = value; } inline static int32_t get_offset_of_origPair_28() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___origPair_28)); } inline String_t* get_origPair_28() const { return ___origPair_28; } inline String_t** get_address_of_origPair_28() { return &___origPair_28; } inline void set_origPair_28(String_t* value) { ___origPair_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___origPair_28), (void*)value); } inline static int32_t get_offset_of_origColors_29() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___origColors_29)); } inline String_t* get_origColors_29() const { return ___origColors_29; } inline String_t** get_address_of_origColors_29() { return &___origColors_29; } inline void set_origColors_29(String_t* value) { ___origColors_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___origColors_29), (void*)value); } inline static int32_t get_offset_of_cursorAddress_30() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___cursorAddress_30)); } inline String_t* get_cursorAddress_30() const { return ___cursorAddress_30; } inline String_t** get_address_of_cursorAddress_30() { return &___cursorAddress_30; } inline void set_cursorAddress_30(String_t* value) { ___cursorAddress_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___cursorAddress_30), (void*)value); } inline static int32_t get_offset_of_fgcolor_31() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___fgcolor_31)); } inline int32_t get_fgcolor_31() const { return ___fgcolor_31; } inline int32_t* get_address_of_fgcolor_31() { return &___fgcolor_31; } inline void set_fgcolor_31(int32_t value) { ___fgcolor_31 = value; } inline static int32_t get_offset_of_setfgcolor_32() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___setfgcolor_32)); } inline String_t* get_setfgcolor_32() const { return ___setfgcolor_32; } inline String_t** get_address_of_setfgcolor_32() { return &___setfgcolor_32; } inline void set_setfgcolor_32(String_t* value) { ___setfgcolor_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___setfgcolor_32), (void*)value); } inline static int32_t get_offset_of_setbgcolor_33() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___setbgcolor_33)); } inline String_t* get_setbgcolor_33() const { return ___setbgcolor_33; } inline String_t** get_address_of_setbgcolor_33() { return &___setbgcolor_33; } inline void set_setbgcolor_33(String_t* value) { ___setbgcolor_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___setbgcolor_33), (void*)value); } inline static int32_t get_offset_of_maxColors_34() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___maxColors_34)); } inline int32_t get_maxColors_34() const { return ___maxColors_34; } inline int32_t* get_address_of_maxColors_34() { return &___maxColors_34; } inline void set_maxColors_34(int32_t value) { ___maxColors_34 = value; } inline static int32_t get_offset_of_noGetPosition_35() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___noGetPosition_35)); } inline bool get_noGetPosition_35() const { return ___noGetPosition_35; } inline bool* get_address_of_noGetPosition_35() { return &___noGetPosition_35; } inline void set_noGetPosition_35(bool value) { ___noGetPosition_35 = value; } inline static int32_t get_offset_of_keymap_36() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___keymap_36)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_keymap_36() const { return ___keymap_36; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_keymap_36() { return &___keymap_36; } inline void set_keymap_36(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___keymap_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___keymap_36), (void*)value); } inline static int32_t get_offset_of_rootmap_37() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___rootmap_37)); } inline ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * get_rootmap_37() const { return ___rootmap_37; } inline ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC ** get_address_of_rootmap_37() { return &___rootmap_37; } inline void set_rootmap_37(ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * value) { ___rootmap_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___rootmap_37), (void*)value); } inline static int32_t get_offset_of_rl_startx_38() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___rl_startx_38)); } inline int32_t get_rl_startx_38() const { return ___rl_startx_38; } inline int32_t* get_address_of_rl_startx_38() { return &___rl_startx_38; } inline void set_rl_startx_38(int32_t value) { ___rl_startx_38 = value; } inline static int32_t get_offset_of_rl_starty_39() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___rl_starty_39)); } inline int32_t get_rl_starty_39() const { return ___rl_starty_39; } inline int32_t* get_address_of_rl_starty_39() { return &___rl_starty_39; } inline void set_rl_starty_39(int32_t value) { ___rl_starty_39 = value; } inline static int32_t get_offset_of_control_characters_40() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___control_characters_40)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_control_characters_40() const { return ___control_characters_40; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_control_characters_40() { return &___control_characters_40; } inline void set_control_characters_40(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___control_characters_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___control_characters_40), (void*)value); } inline static int32_t get_offset_of_echobuf_42() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___echobuf_42)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_echobuf_42() const { return ___echobuf_42; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_echobuf_42() { return &___echobuf_42; } inline void set_echobuf_42(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___echobuf_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___echobuf_42), (void*)value); } inline static int32_t get_offset_of_echon_43() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___echon_43)); } inline int32_t get_echon_43() const { return ___echon_43; } inline int32_t* get_address_of_echon_43() { return &___echon_43; } inline void set_echon_43(int32_t value) { ___echon_43 = value; } }; struct TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields { public: // System.Int32* System.TermInfoDriver::native_terminal_size int32_t* ___native_terminal_size_0; // System.Int32 System.TermInfoDriver::terminal_size int32_t ___terminal_size_1; // System.String[] System.TermInfoDriver::locations StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___locations_2; // System.Int32[] System.TermInfoDriver::_consoleColorToAnsiCode Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____consoleColorToAnsiCode_41; public: inline static int32_t get_offset_of_native_terminal_size_0() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields, ___native_terminal_size_0)); } inline int32_t* get_native_terminal_size_0() const { return ___native_terminal_size_0; } inline int32_t** get_address_of_native_terminal_size_0() { return &___native_terminal_size_0; } inline void set_native_terminal_size_0(int32_t* value) { ___native_terminal_size_0 = value; } inline static int32_t get_offset_of_terminal_size_1() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields, ___terminal_size_1)); } inline int32_t get_terminal_size_1() const { return ___terminal_size_1; } inline int32_t* get_address_of_terminal_size_1() { return &___terminal_size_1; } inline void set_terminal_size_1(int32_t value) { ___terminal_size_1 = value; } inline static int32_t get_offset_of_locations_2() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields, ___locations_2)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_locations_2() const { return ___locations_2; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_locations_2() { return &___locations_2; } inline void set_locations_2(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___locations_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___locations_2), (void*)value); } inline static int32_t get_offset_of__consoleColorToAnsiCode_41() { return static_cast(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields, ____consoleColorToAnsiCode_41)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__consoleColorToAnsiCode_41() const { return ____consoleColorToAnsiCode_41; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__consoleColorToAnsiCode_41() { return &____consoleColorToAnsiCode_41; } inline void set__consoleColorToAnsiCode_41(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ____consoleColorToAnsiCode_41 = value; Il2CppCodeGenWriteBarrier((void**)(&____consoleColorToAnsiCode_41), (void*)value); } }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * 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_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * 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_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * 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_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* 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_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.ArgumentException struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { 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_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___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_tF9EF5FE94597830EF315C5934258F994B8648269 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.IO.IOException struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { 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_t60E052020EDE4D3075F57A1DCC224FF8864354BA, ____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_tEC7665FC66525AB6A6916A7EB505E5591683F0CF : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.InvalidCastException struct InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.NullReferenceException struct NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.OutOfMemoryException struct OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.Security.SecurityException struct SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { 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_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5, ___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.Security.XmlSyntaxException struct XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.StackOverflowException struct StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 { 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_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___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_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_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_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // System.ObjectDisposedException struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 { 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_tF68E471ECD1419AD7C51137B742837395F50B69A, ___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_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D : public ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : 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.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : 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.Int16[] struct Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28 : public RuntimeArray { public: ALIGN_FIELD (8) int16_t m_Items[1]; public: inline int16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int16_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value) { m_Items[index] = value; } }; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : 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.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : 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.ParameterizedStrings_FormatParam[] struct FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5 : public RuntimeArray { public: ALIGN_FIELD (8) FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 m_Items[1]; public: inline FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____string_1), (void*)NULL); } inline FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____string_1), (void*)NULL); } }; // System.TermInfoStrings[] struct TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2 : 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.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Security.Policy.Evidence/EvidenceEnumerator::.ctor(System.Collections.IEnumerator,System.Collections.IEnumerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EvidenceEnumerator__ctor_mD4153081415054237617C4E5AFAA036445E6A43B (EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3 * __this, RuntimeObject* ___hostenum0, RuntimeObject* ___assemblyenum1, const RuntimeMethod* method); // System.Void System.Security.SecureString::Alloc(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureString_Alloc_m33470958414118137FD644B06B515F43E66ABCAC (SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * __this, int32_t ___length0, bool ___realloc1, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.Security.SecureString::Encrypt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureString_Encrypt_m10F561A992F438417CA25F92D7F7197489B37EF1 (SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * __this, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* ___objectName0, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (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_mA10D079DD8D9700CA44721A219A934A2397653F6 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void System.Security.SecureString::Decrypt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureString_Decrypt_m41DA3ADBDF96B714E6831321B7BBD17393E03E23 (SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * __this, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0 (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * __this, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method); // System.Void System.Security.SecurityDocument::GuaranteeSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityDocument_GuaranteeSize_m248DF4DC398E9A8778B1524865F81CC08CC753AE (SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * __this, int32_t ___size0, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Security.XmlSyntaxException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_m20E2E8C67553CC64883064B74FF5E52277F08397 (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * __this, const RuntimeMethod* method); // System.Void System.Security.SecurityDocument::AddString(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityDocument_AddString_m87FEF2542778082CD90443003FCB61574E31C816 (SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * __this, String_t* ___str0, int32_t* ___position1, const RuntimeMethod* method); // System.Security.Util.Tokenizer/StringMaker System.SharedStatics::GetSharedStringMaker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * SharedStatics_GetSharedStringMaker_m44C8087B2523D85A9A4F8106A4272AE7092C4D9F (const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8 (StringBuilder_t * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, int32_t ___startIndex1, int32_t ___charCount2, const RuntimeMethod* method); // System.String System.Security.Util.Tokenizer/StringMaker::MakeString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringMaker_MakeString_mBC21B13D64DC28A5518A8C4B85B5E4B6EA0DB111 (StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * __this, const RuntimeMethod* method); // System.Void System.SharedStatics::ReleaseSharedStringMaker(System.Security.Util.Tokenizer/StringMaker&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedStatics_ReleaseSharedStringMaker_mE143842243678DB1D1B6B8FCC69E669C294DAAD3 (StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 ** ___maker0, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.SecurityDocument::GetElement(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * SecurityDocument_GetElement_mB2E343D0656F6511BA04705F78D0EA6133C8D69B (SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * __this, int32_t ___position0, bool ___bCreate1, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.SecurityDocument::InternalGetElement(System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * SecurityDocument_InternalGetElement_m892879E7EFB339DCA38EF8B20ABB9F076802A425 (SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * __this, int32_t* ___position0, bool ___bCreate1, const RuntimeMethod* method); // System.String System.Security.SecurityDocument::GetString(System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityDocument_GetString_m0868AA924BBDAD78A321DF1F9796BBA8643065AE (SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * __this, int32_t* ___position0, bool ___bCreate1, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement__ctor_m888B01153F0CC19DA06717EBB2E55240669304C6 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___tag0, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::AddAttribute(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_AddAttribute_m169BDD8B4746C6074924239147E90537CF4C441B (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::set_m_strText(System.String) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SecurityElement_set_m_strText_mB180660252E74DFC9C4DA8CFD4725FB6F08FF984_inline (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::AddChild(System.Security.SecurityElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_AddChild_m02EE2E9A11B4CD23CBE38A5A7F8D54783EF89AFB (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * ___child0, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement__ctor_mAFE29568F4B8B5605AAD1A6915B480D8BCABC2CA (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___tag0, String_t* ___text1, const RuntimeMethod* method); // System.Boolean System.Security.SecurityElement::IsValidTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidTag_m7BE8436536B0DC06BA6D524C6332DA972390B644 (String_t* ___tag0, const RuntimeMethod* method); // System.String Locale::GetText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324 (String_t* ___msg0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::set_Text(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_set_Text_mD45FBD1B76BB6D3FF38CD493E43C3B4558A7A86E (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_mAAFFE0698C829CFAFE176BD4A6C5DDA07A8ABDA9 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.String System.Security.SecurityElement/SecurityAttribute::get_Name() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SecurityAttribute_get_Name_mBAFBB58BAF8A0B554279065786A5920E3CDFEB16_inline (SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * __this, const RuntimeMethod* method); // System.String System.Security.SecurityElement/SecurityAttribute::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SecurityAttribute_get_Value_m688A5CF9C4976D8823B4A3BE394F8F19D5AE7985_inline (SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * __this, const RuntimeMethod* method); // System.Boolean System.Security.SecurityElement::IsValidText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidText_m24B5BCD8748ED728FF28BD2B576CBE0CA69AA6A8 (String_t* ___text0, const RuntimeMethod* method); // System.String System.Security.SecurityElement::Unescape(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_Unescape_m29A13127422E5C6E4D624F063AB71E121E27D83E (String_t* ___str0, const RuntimeMethod* method); // System.Security.SecurityElement/SecurityAttribute System.Security.SecurityElement::GetAttribute(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * SecurityElement_GetAttribute_m3804598A273DE130113F280A0932F40117FD826A (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___name0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6 (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * __this, const RuntimeMethod* method); // System.Void System.Security.SecurityElement/SecurityAttribute::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityAttribute__ctor_m5E0BE88BC648CA3F10B585D7A10D6BFDC6A70833 (SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Replace(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Replace_m8A5E9D9860AB7D0D4E4FFFE729469DB1A0DD0113 (StringBuilder_t * __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method); // System.Void System.Security.XmlSyntaxException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_mFB9E715E2AE5453ADD332D0F4AF60BA33919301F (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void Mono.Xml.SecurityParser::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser__ctor_m46A21D62E80E1A94877CC4CFD2FFF313EF6E3E06 (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SecurityParser::LoadXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_LoadXml_mC52937EF26E02DC2EEA05716D4CC4B5B6E2D124C (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, String_t* ___xml0, const RuntimeMethod* method); // System.Security.SecurityElement Mono.Xml.SecurityParser::ToXml() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * SecurityParser_ToXml_m200668D8B0CA2E947D3F6EDEF2A41FCA886AE160_inline (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, const RuntimeMethod* method); // System.Void System.Security.XmlSyntaxException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_mF167AF5652F9FB7A1ED9C8F6082367C339634175 (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.String System.Security.SecurityElement::SearchForTextOfTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_SearchForTextOfTag_m17CAE7B8BC4DE02EBB2432B96430B1DB05876909 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___tag0, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::ToXml(System.Text.StringBuilder&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_ToXml_m6907AA32DCB10BB2CCED763935BFC95E0F1EEF58 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, StringBuilder_t ** ___s0, int32_t ___level1, const RuntimeMethod* method); // System.String System.Security.SecurityElement::Escape(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_Escape_m0EB8C4C11D70CAC5588F8DB79811B1BD1092B6F7 (String_t* ___str0, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318 (const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.String System.Security.SecurityElement::SearchForTextOfLocalName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_SearchForTextOfLocalName_m7FDD6508D1B4DED92CAEB7F8D6E0B9EF48B97FE8 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___strLocalName0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method); // System.Boolean System.Security.SecurityElement::IsValidAttributeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidAttributeName_mB2931DE1E6F81B307D10B7EA7EF7D82FF006968A (String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.Security.SecurityElement::IsValidAttributeValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidAttributeValue_m51DB156F9ACB51CC51E3C8C316FAAD8A17A74E89 (String_t* ___value0, const RuntimeMethod* method); // System.Void System.Security.SecurityException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException__ctor_m69B689A29B9D73495C42E126036A601EA7048FEE (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Exception::set_HResult(System.Int32) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfoEnumerator::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfoEnumerator::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.String System.Exception::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_ToString_m403BC2DBD48C830789D6270B4E917AB2D5E88183 (Exception_t * __this, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.SecurityDocument::GetRootElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * SecurityDocument_GetRootElement_mB94E25E683F3A7F5DB292FC0A1BBAFB974048BD7 (SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * __this, const RuntimeMethod* method); // System.Int16 System.Security.Util.TokenizerStream::GetNextToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t TokenizerStream_GetNextToken_m7187168686D44DF2B0E90455E338B4BF577FB5B5 (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, const RuntimeMethod* method); // System.Void System.Security.Util.TokenizerStream::ThrowAwayNextString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerStream_ThrowAwayNextString_mCE524A8A84AE088F9396336906CFF192F681D9D4 (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, const RuntimeMethod* method); // System.Void System.Security.Util.TokenizerStream::TagLastToken(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerStream_TagLastToken_m10DE6894C9CFEA6F210FB7159AD8BA6A9F38C939 (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, int16_t ___tag0, const RuntimeMethod* method); // System.String System.Security.Util.TokenizerStream::GetNextString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TokenizerStream_GetNextString_mA65D8B2693AD8ED6F887C0384E574DE60E7F43E2 (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, const RuntimeMethod* method); // System.Void System.Security.XmlSyntaxException::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_m5F3C5B395AF359407D2D70C5A98C968C91661948 (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * __this, int32_t ___lineNumber0, const RuntimeMethod* method); // System.Int32 System.Security.SecurityDocument::EncodedStringSize(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecurityDocument_EncodedStringSize_m236DAAF5E2043014F6864CF24A041BEEE9C14B03 (String_t* ___str0, const RuntimeMethod* method); // System.String System.Environment::GetResourceString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9 (String_t* ___key0, const RuntimeMethod* method); // System.Void System.Security.XmlSyntaxException::.ctor(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_m09935DD9C9495F408627524C53C721AC055865EB (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * __this, int32_t ___lineNumber0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.Security.Util.Tokenizer::GetTokens(System.Security.Util.TokenizerStream,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tokenizer_GetTokens_m20B652EDF5DC49AF9DE37012687B99F7DDA31709 (Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * __this, TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * ___stream0, int32_t ___maxNum1, bool ___endAfterKet2, const RuntimeMethod* method); // System.Void System.Security.Util.TokenizerStream::GoToPosition(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerStream_GoToPosition_m398500C103709DE60399D8D4BCEB51A9D7F39BFD (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, int32_t ___position0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::GetEncoding(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_GetEncoding_mA19D07F2E88F8FF58D42B73AFF5E22241607D54E (String_t* ___name0, const RuntimeMethod* method); // System.Void System.Security.Util.Tokenizer::ChangeFormat(System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tokenizer_ChangeFormat_mB92055E37E0FC7BD90AF405B7142EFCBD36A9F51 (Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442 (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Void System.Security.Util.TokenizerStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerStream__ctor_m7170A93C50F96C5948724ABFAB5631572C44EBB5 (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, const RuntimeMethod* method); // System.Void System.Security.Util.TokenizerStream::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerStream_Reset_m56A0B984472009197FF3A4B2BE53CA04C8105636 (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, const RuntimeMethod* method); // System.Int32 System.Security.Util.Parser::DetermineFormat(System.Security.Util.TokenizerStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Parser_DetermineFormat_m4E51199D68F8F4B8472111CAB3FD8EBD1439CB5B (Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281 * __this, TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * ___stream0, const RuntimeMethod* method); // System.Void System.Security.Util.Parser::GetRequiredSizes(System.Security.Util.TokenizerStream,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser_GetRequiredSizes_m5C23663F755EAFF7E3DC43006087B86F07F72DDA (Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281 * __this, TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * ___stream0, int32_t* ___index1, const RuntimeMethod* method); // System.Void System.Security.SecurityDocument::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityDocument__ctor_m1993F3625A8B0FA0CF2E680132EFF8033F2DE8D9 (SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * __this, int32_t ___numData0, const RuntimeMethod* method); // System.Int16 System.Security.Util.TokenizerStream::GetNextFullToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t TokenizerStream_GetNextFullToken_m9725588E50C7B0064FCFB9436784159D62DF4DF3 (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, const RuntimeMethod* method); // System.Void System.Security.SecurityDocument::AddToken(System.Byte,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityDocument_AddToken_mFB273CF0CAEA93F355B57FA789987831DAAFFEF3 (SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * __this, uint8_t ___b0, int32_t* ___position1, const RuntimeMethod* method); // System.Void System.Security.SecurityDocument::AppendString(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityDocument_AppendString_m7E00A1C5DB604DC15F79033E121BC7CDDB4F38EA (SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * __this, String_t* ___str0, int32_t* ___position1, const RuntimeMethod* method); // System.Void System.Security.Util.Parser::ParseContents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser_ParseContents_mB9D9B4A32FEC6894B1A51F87919F06D1EA622B73 (Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281 * __this, const RuntimeMethod* method); // System.Void System.Security.Util.Tokenizer::Recycle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tokenizer_Recycle_mDB5C18CCC9FB92A4CF88FBBDD7DFEFF9DE1B9342 (Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * __this, const RuntimeMethod* method); // System.Void System.Security.Util.Tokenizer::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tokenizer__ctor_m4E4D4DB9428FF76AD706B02F63AC92EEF0B3D92A (Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * __this, String_t* ___input0, const RuntimeMethod* method); // System.Void System.Security.Util.Parser::.ctor(System.Security.Util.Tokenizer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser__ctor_m41CEAFB2F1F99C02D97D28CB5F4310276B97E383 (Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281 * __this, Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * ___t0, const RuntimeMethod* method); // System.Void System.Security.Util.Tokenizer::BasicInitialization() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tokenizer_BasicInitialization_m4FD8E3CA60954DA03BA8D3E6F5F4E8B6EEFED64D (Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * __this, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Unicode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA (const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 (const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_ASCII() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E (const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m202D808FA26CD8AAF4087B8EFC2012B439E57A77 (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.Security.Util.Tokenizer/StreamTokenReader::get_NumCharEncountered() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t StreamTokenReader_get_NumCharEncountered_m27810F1DF7FBD4B61BFF09C14CFB7879B18559A4_inline (StreamTokenReader_tB1C28C8BB8F0E24C4603A1FB2F1D907AC55E0CF8 * __this, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m0E7BBCE09E386877E2B63BF7FA36B956BF221C93 (String_t* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.IO.Stream,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_mF319C927A1274118E912D93F2EB2AAE4DA17E3DC (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method); // System.Void System.Security.Util.Tokenizer/StreamTokenReader::.ctor(System.IO.StreamReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamTokenReader__ctor_m30D42200561B52622245322BF2934843E8517A43 (StreamTokenReader_tB1C28C8BB8F0E24C4603A1FB2F1D907AC55E0CF8 * __this, StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___input0, const RuntimeMethod* method); // System.Void System.Security.Util.TokenizerStream::AddToken(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3 (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, int16_t ___token0, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, int32_t ___comparisonType5, const RuntimeMethod* method); // System.String System.Security.Util.Tokenizer::GetStringToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Tokenizer_GetStringToken_m0BC19C848F72D27D56B930F63166A0792665F510 (Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * __this, const RuntimeMethod* method); // System.Void System.Security.Util.TokenizerStream::AddString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerStream_AddString_mA9917C19DE05BD7592D2F7FE39B9DB1489E22D27 (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, String_t* ___str0, const RuntimeMethod* method); // System.Int32 System.Security.Util.TokenizerStream::GetTokenCount() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t TokenizerStream_GetTokenCount_mB6919ADDA845EB36C50623DA9F76403DCE1D2B15_inline (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, const RuntimeMethod* method); // System.UInt32 System.Security.Util.Tokenizer/StringMaker::HashString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t StringMaker_HashString_m2FA993B2498A84A17FADEC3665C31CDAF7E5DEBB (String_t* ___str0, const RuntimeMethod* method); // System.UInt32 System.Security.Util.Tokenizer/StringMaker::HashCharArray(System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t StringMaker_HashCharArray_m1B77546739C32DD29D8F9893CCEB80FE43F68C0A (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___a0, int32_t ___l1, const RuntimeMethod* method); // System.Boolean System.Security.Util.Tokenizer/StringMaker::CompareStringAndChars(System.String,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringMaker_CompareStringAndChars_m135463E8BD4889E0026A7C2E700DE90C0E5A3A8C (StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * __this, String_t* ___str0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___a1, int32_t ___l2, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Security.Util.TokenizerShortBlock::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerShortBlock__ctor_m61E419D8189044C1B23E02A64807E1EE5E233500 (TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * __this, const RuntimeMethod* method); // System.Void System.Security.Util.TokenizerStringBlock::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerStringBlock__ctor_m26302349BE3389B1505647D9538212C796C8ED82 (TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * __this, const RuntimeMethod* method); // System.Void System.SystemException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mEB9049B75DE1D23B0515DD294BEF0AAC7792F465 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::PrepareConstrainedRegions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_PrepareConstrainedRegions_m108F0650C70D15D3CC657AFEBA8E69770EDB9027 (const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Security.Util.Tokenizer/StringMaker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringMaker__ctor_m5004D4F0EFFA0C62D3BEE0FE3F90F90032EEC384 (StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * __this, const RuntimeMethod* method); // System.Void System.SharedStatics::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedStatics__ctor_m2C6985A07E1380E2599CE3BB9CA62CE949F3726B (SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D * __this, const RuntimeMethod* method); // System.Boolean System.Single::IsNaN(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB (float ___f0, const RuntimeMethod* method); // System.Int32 System.Single::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_CompareTo_mC662267F0912CCC19395FD60E0DD4C69572C8915 (float* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Int32 System.Single::CompareTo(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_CompareTo_mFBF2345D81E00F834E558A4ACFD4E5137582DBBC (float* __this, float ___value0, const RuntimeMethod* method); // System.Boolean System.Single::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_mF4C7AEA9D216B3C9CB735BF327D07BF50F101A16 (float* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Single::Equals(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_mCDFA927E712FBA83D076864E16C77E39A6E66FE7 (float* __this, float ___obj0, const RuntimeMethod* method); // System.Int32 System.Single::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_GetHashCode_m1BC0733E0C3851ED9D1B6C9C0B243BB88BE77AD0 (float* __this, const RuntimeMethod* method); // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_CurrentInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_get_CurrentInfo_m595DF03E32E0C5B01F1EC45F7264B2BD09BA61C9 (const RuntimeMethod* method); // System.String System.Number::FormatSingle(System.Single,System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatSingle_m323E2B56236A6DAA51251B75618122C0A58F5256 (float ___value0, String_t* ___format1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method); // System.String System.Single::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m2B1556CFBBD088D285A0B0EA280F82D3A4344DC3 (float* __this, const RuntimeMethod* method); // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::GetInstance(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A (RuntimeObject* ___formatProvider0, const RuntimeMethod* method); // System.String System.Single::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m578EAE7D490B9ACEF7116E4E824DC2F1E8F25A2F (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.Single::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m211B5E14B0C60667C56838D5C3788CFA58670DDE (float* __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.Single::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_mCF682C2751EC9B98F1CE5455066B92D7D3356756 (float* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Single System.Single::Parse(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_mAACB78E5DB76B756AA541CE1FD79F915FC66D1D8 (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method); // System.Void System.Globalization.NumberFormatInfo::ValidateParseStyleFloatingPoint(System.Globalization.NumberStyles) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatInfo_ValidateParseStyleFloatingPoint_mEC705C72BC013FB4A554725339A2617D9B4ECC07 (int32_t ___style0, const RuntimeMethod* method); // System.Single System.Number::ParseSingle(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Number_ParseSingle_mF8DD4A8C88973C759A7700C1A9B126566AFAFC4B (String_t* ___value0, int32_t ___options1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numfmt2, const RuntimeMethod* method); // System.Boolean System.Single::TryParse(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_TryParse_m1660A819EC2156DCFCC7833AF4CAA19C0B91BAC6 (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, float* ___result3, const RuntimeMethod* method); // System.Boolean System.Number::TryParseSingle(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseSingle_m8BFCEBAF689D19500FA014CAC081D1614BD4A4C0 (String_t* ___value0, int32_t ___options1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numfmt2, float* ___result3, const RuntimeMethod* method); // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D (String_t* __this, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_PositiveInfinitySymbol() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PositiveInfinitySymbol_m7602CB28ED33148275C2ED9CF8395241BF8E0F0A_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_NegativeInfinitySymbol() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NegativeInfinitySymbol_m8C1DDF6E543F2193CD0BE65F67175E4DECED1DB8_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_NaNSymbol() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NaNSymbol_m82326D3E16F9834D5138685A6956EE154944891E_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method); // System.TypeCode System.Single::GetTypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_GetTypeCode_m3AED7A651BCA30B93CADE00BD3873A20F516158F (float* __this, const RuntimeMethod* method); // System.Boolean System.Convert::ToBoolean(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_mC00CC1575D48C5527CFADA8E1B2328E88341F86A (float ___value0, const RuntimeMethod* method); // System.Boolean System.Single::System.IConvertible.ToBoolean(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_System_IConvertible_ToBoolean_m010C755076291EE3AF73DC3E84B8820A71CFA0B5 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.Environment::GetResourceString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB (String_t* ___key0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values1, const RuntimeMethod* method); // System.Void System.InvalidCastException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812 (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * __this, String_t* ___message0, const RuntimeMethod* method); // System.Char System.Single::System.IConvertible.ToChar(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Single_System_IConvertible_ToChar_m6D629585D88FD4C0CE758F576BE354A2CF1CFE3E (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_mFFC0642A84BC819A5DED67F18AD2ED18A8F80CD1 (float ___value0, const RuntimeMethod* method); // System.SByte System.Single::System.IConvertible.ToSByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Single_System_IConvertible_ToSByte_m29ECA5B04A75734F279D572C7A3858533EA34A68 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mBF7D0A7CFDAB28F8B3D979168CFE7A6404A2A606 (float ___value0, const RuntimeMethod* method); // System.Byte System.Single::System.IConvertible.ToByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Single_System_IConvertible_ToByte_m70C0F71576659E8BD0BB8A2FC6F4C4908073F268 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m7F87DC717F07D47C104372D55D3E72FBE26CF2CC (float ___value0, const RuntimeMethod* method); // System.Int16 System.Single::System.IConvertible.ToInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Single_System_IConvertible_ToInt16_m987F6E4D845FD612E22DF9A92272B2F33B903E4D (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m13E0B382AD753A7931E9583BDF9091719617F70C (float ___value0, const RuntimeMethod* method); // System.UInt16 System.Single::System.IConvertible.ToUInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Single_System_IConvertible_ToUInt16_mFC9469194A954AAE7422C86D16F3D7B78125C7B6 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mA9271FF590B90ADF4072A0FBF2C7F59874FA5EC4 (float ___value0, const RuntimeMethod* method); // System.Int32 System.Single::System.IConvertible.ToInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_System_IConvertible_ToInt32_mD3C0B44FC0283D5128B231D4A61D355E6B20FBBE (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mE576F9C14D9BA51A0E3471521033BF798781CCE7 (float ___value0, const RuntimeMethod* method); // System.UInt32 System.Single::System.IConvertible.ToUInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Single_System_IConvertible_ToUInt32_m488BC73FC42851E40650927E1E62B1FEB1B3A1E3 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m6963E5AB9C468141588B8BE08A9F2454A066D3CA (float ___value0, const RuntimeMethod* method); // System.Int64 System.Single::System.IConvertible.ToInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Single_System_IConvertible_ToInt64_m0D22E33D684DDF1A27341CF096C21A394F199DA7 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_mC9816AF80E8B2471627DB2BE1E4A02160D8BAFF3 (float ___value0, const RuntimeMethod* method); // System.UInt64 System.Single::System.IConvertible.ToUInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Single_System_IConvertible_ToUInt64_m5282F936DED3E9C69D2521BE304E01C447EB6E65 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Single System.Single::System.IConvertible.ToSingle(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_System_IConvertible_ToSingle_m79DC4741AD4AF15F327C5FC4B495E3E848B39A4D (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m80148DF46C72C989F186F0616EDE71A34BA3A967 (float ___value0, const RuntimeMethod* method); // System.Double System.Single::System.IConvertible.ToDouble(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Single_System_IConvertible_ToDouble_m43D0256E523ED392884C9DE2E7926067BE4667C5 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_m0723C02BC98733C38A826B8BBF2C4AE24B7CB557 (float ___value0, const RuntimeMethod* method); // System.Decimal System.Single::System.IConvertible.ToDecimal(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Single_System_IConvertible_ToDecimal_mEE82FA27089AA92C6A0A7D5CAA1D707D26ED6898 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.DateTime System.Single::System.IConvertible.ToDateTime(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Single_System_IConvertible_ToDateTime_m9B933F0BF5525156FDF2100D37843C4A24F019A1 (float* __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_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3 (RuntimeObject* ___value0, Type_t * ___targetType1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Object System.Single::System.IConvertible.ToType(System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Single_System_IConvertible_ToType_mF7580516A3EBBE7ECCD84D585A3D3244F564DBEC (float* __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.Exception::SetErrorCode(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7 (Exception_t * __this, int32_t ___hr0, const RuntimeMethod* method); // System.String System.String::Join(System.String,System.String[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF (String_t* ___separator0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method); // System.Void System.OutOfMemoryException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OutOfMemoryException__ctor_m4ED0B5B3F91BAF66BDF69E09EF6DC74777FE8DEB (OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 * __this, const RuntimeMethod* method); // System.String System.String::FastAllocateString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C (int32_t ___length0, const RuntimeMethod* method); // System.Void System.UnSafeCharBuffer::.ctor(System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnSafeCharBuffer__ctor_mF7AA675CC9B4BF79D4A8FD4EB7146CFFECEEB14D (UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C * __this, Il2CppChar* ___buffer0, int32_t ___bufferSize1, const RuntimeMethod* method); // System.Void System.UnSafeCharBuffer::AppendString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnSafeCharBuffer_AppendString_m1E2967E285FC06FDE141B90EF186745D5D2814FE (UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C * __this, String_t* ___stringToAppend0, const RuntimeMethod* method); // System.Boolean System.Environment::get_Is64BitProcess() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Environment_get_Is64BitProcess_mEEAFF56728363604DEE63AFBDFE97E54A251AEB1 (const RuntimeMethod* method); // System.Void System.NullReferenceException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_m7D46E331C349DD29CBA488C9B6A950A3E7DD5CAE (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * __this, const RuntimeMethod* method); // System.Boolean System.String::EqualsHelper(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EqualsHelper_m8D8E35C51FC9FA9B47589D27C736799F0A23DF8E (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831 (const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method); // System.Boolean System.String::IsAscii() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinalIgnoreCaseHelper(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalIgnoreCaseHelper_mDEF4C17B43B7581D0EC38A8B69DC4CDB927E6E74 (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method); // System.Int32 System.Globalization.TextInfo::CompareOrdinalIgnoreCase(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_CompareOrdinalIgnoreCase_m00078A91A70F945CB20012CBBAD38ACA7256A479 (String_t* ___str10, String_t* ___str21, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m90EB651A751C3444BADBBD5401109CE05B3E1CFB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m17448AB4B27BC9D8AEB4605CDB0EA053626ABEC1 (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * __this, const RuntimeMethod* method); // System.Void System.String::wstrcpy(System.Char*,System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497 (Il2CppChar* ___dmem0, Il2CppChar* ___smem1, int32_t ___charCount2, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B (Il2CppChar ___c0, const RuntimeMethod* method); // System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B (const RuntimeMethod* method); // System.String[] System.String::SplitInternal(System.Char[],System.Int32,System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_SplitInternal_m237DA5C7F3990502AF435882805ADDE9491E60BE (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method); // System.Int32 System.String::MakeSeparatorList(System.Char[],System.Int32[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_MakeSeparatorList_m6EA6F39936E968C633834628C3B7A4E4D5058527 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___sepList1, const RuntimeMethod* method); // System.String[] System.String::InternalSplitOmitEmptyEntries(System.Int32[],System.Int32[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_InternalSplitOmitEmptyEntries_mEEA7D613F4E40CBB33800ECED50C1D9047F6B65F (String_t* __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___sepList0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lengthList1, int32_t ___numReplaces2, int32_t ___count3, const RuntimeMethod* method); // System.String[] System.String::InternalSplitKeepEmptyEntries(System.Int32[],System.Int32[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_InternalSplitKeepEmptyEntries_mD4C51D03E2B4F96B5DFD8F3853EB64AFDE89CE3F (String_t* __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___sepList0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lengthList1, int32_t ___numReplaces2, int32_t ___count3, const RuntimeMethod* method); // System.String[] System.String::Split(System.String[],System.Int32,System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m72BE9D4B88E67593CCA2FC740DF4FB8CDCBD6134 (String_t* __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___separator0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method); // System.Int32 System.String::MakeSeparatorList(System.String[],System.Int32[]&,System.Int32[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_MakeSeparatorList_mE2ED04658E6D285D8441C09940ACD00A0D38F572 (String_t* __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___separators0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___sepList1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___lengthList2, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinal(System.String,System.Int32,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m3DE819A1E2FB2B4992CFF04CA36921B77A3FC387 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, const RuntimeMethod* method); // System.String System.String::InternalSubString(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_InternalSubString_m25D6800EDE68EF93F03E24F039C0CC1378AE3C70 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.String System.String::TrimHelper(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimHelper_mFF43B4D2958E901A84AE0885BC308A61E88339A5 (String_t* __this, int32_t ___trimType0, const RuntimeMethod* method); // System.String System.String::TrimHelper(System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimHelper_m65502EC4F1142618D6943439EA6E2923BF129C68 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimChars0, int32_t ___trimType1, const RuntimeMethod* method); // System.Boolean System.String::IsNormalized(System.Text.NormalizationForm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNormalized_mAB32082D653865CBC843FE439A2A025DC4F5B17E (String_t* __this, int32_t ___normalizationForm0, const RuntimeMethod* method); // System.Boolean System.String::IsFastSort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsFastSort_mE41B3B9F19A16A403564BA5D12203211ED78473B (String_t* __this, const RuntimeMethod* method); // System.Boolean System.Text.Normalization::IsNormalized(System.String,System.Text.NormalizationForm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Normalization_IsNormalized_m87325FFB1A75AF05AA566A1BF8A5058643A75A66 (String_t* ___source0, int32_t ___normalizationForm1, const RuntimeMethod* method); // System.String System.String::Normalize(System.Text.NormalizationForm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Normalize_m331F324C5A5E95FF79E2AB44A0C454324E91F7C6 (String_t* __this, int32_t ___normalizationForm0, const RuntimeMethod* method); // System.String System.Text.Normalization::Normalize(System.String,System.Text.NormalizationForm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Normalization_Normalize_mF3A284956561BA6BACEBCA2D28419DF54BBE279E (String_t* ___source0, int32_t ___normalizationForm1, const RuntimeMethod* method); // System.Void System.Buffer::Memcpy(System.Byte*,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_Memcpy_m4D475106A101E5ED38EB22776EAAFB6D02F63678 (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method); // System.Int32 System.String::wcslen(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_wcslen_mBED74B6C4C92D46814E5F7294E4D06F1928E27D6 (Il2CppChar* ___ptr0, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinalHelper(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalHelper_m8CF6B70AB35A10B3DA4A6A03D396D42B07F4CF0C (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.String::nativeCompareOrdinalEx(System.String,System.Int32,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___count4, const RuntimeMethod* method); // System.Int32 System.Globalization.TextInfo::CompareOrdinalIgnoreCaseEx(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_CompareOrdinalIgnoreCaseEx_m04AE7677F2D60422720474C755C31B2818655F42 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___lengthA4, int32_t ___lengthB5, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String,System.Int32,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2B8FDE7216A37799B7B3A093EDDF1A820AAF4D01 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String,System.Int32,System.Int32,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___comparisonType3, const RuntimeMethod* method); // System.Int32 System.Globalization.TextInfo::IndexOfStringOrdinalIgnoreCase(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_IndexOfStringOrdinalIgnoreCase_m1F4AC35CE82DF83705DB79D666032200DE48F002 (String_t* ___source0, String_t* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mDF56BBDC42F73974249076AC735626C00C5FD6AD (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOfAny(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.String,System.Int32,System.Int32,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___comparisonType3, const RuntimeMethod* method); // System.Int32 System.Globalization.TextInfo::LastIndexOfStringOrdinalIgnoreCase(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_LastIndexOfStringOrdinalIgnoreCase_m59CC3DF1E61C2A06B9AD1071C3B9EE1C073B5C22 (String_t* ___source0, String_t* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method); // System.String System.String::PadHelper(System.Int32,System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_PadHelper_m305F79FF4A52536857473BE831FF880AE58F9F85 (String_t* __this, int32_t ___totalWidth0, Il2CppChar ___paddingChar1, bool ___isRightPadded2, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.String System.String::ToLower(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5 (String_t* __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method); // System.String System.String::ToUpper(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_m8C69D974350ABA8BA0BC3A66996004CCEFD64293 (String_t* __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method); // System.Boolean System.String::IsBOMWhitespace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsBOMWhitespace_m42CA9021A7D8836FE850226BC89BE7B80C3BF2F5 (Il2CppChar ___c0, const RuntimeMethod* method); // System.String System.String::CreateTrimmedString(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateTrimmedString_m1CF351677D2B273E735F3BEDF0F7067970799849 (String_t* __this, int32_t ___start0, int32_t ___end1, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.String System.String::ReplaceInternal(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ReplaceInternal_m528FB3D9FB23C0811997ADF2FC41D1C3775A94E1 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method); // System.String System.String::ReplaceInternal(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ReplaceInternal_mEE1BFD12B1668AFABA8B7B004BB86546AE7ADF66 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method); // System.Void System.ParamsArray::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_m0D8F266A2B3C18237146F56FB97A4E4879394DAC (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, RuntimeObject * ___arg00, const RuntimeMethod* method); // System.String System.String::FormatHelper(System.IFormatProvider,System.String,System.ParamsArray) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF (RuntimeObject* ___provider0, String_t* ___format1, ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 ___args2, const RuntimeMethod* method); // System.Void System.ParamsArray::.ctor(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_mD3CEC74447BC27952EBAF3F12C2C71751B7B28ED (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method); // System.Void System.ParamsArray::.ctor(System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_m06BE403346707F40BDEA07C60B4BB507B171EAC5 (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method); // System.Void System.ParamsArray::.ctor(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_mB32D7182BA1AC40D1DB522D6F548FA26E0129095 (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method); // System.Int32 System.ParamsArray::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParamsArray_get_Length_mF99DE09934408DBB8C5CBFA185F71E5E34045240 (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilderCache::Acquire(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilderCache_Acquire_mCA3DDB17F0BFEF32DA9B4D7E8501D5705890557D (int32_t ___capacity0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormatHelper_m3A655B006797788D89C813CEE20A1D32B95AF273 (StringBuilder_t * __this, RuntimeObject* ___provider0, String_t* ___format1, ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 ___args2, const RuntimeMethod* method); // System.String System.Text.StringBuilderCache::GetStringAndRelease(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuilderCache_GetStringAndRelease_mDD5B8378FE9378CACF8660EB460E0CE545F215F7 (StringBuilder_t * ___sb0, const RuntimeMethod* method); // System.String System.String::ConcatArray(System.String[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ConcatArray_m7F589A262DDCADFE5A6ED74EB911B8FBC54BA148 (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values0, int32_t ___totalLength1, const RuntimeMethod* method); // System.Void System.String::FillStringChecked(System.String,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288 (String_t* ___dest0, int32_t ___destPos1, String_t* ___src2, const RuntimeMethod* method); // System.String System.String::InternalIntern(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_InternalIntern_mA6342963497E8193B675A60B1FAFB2D4DA244432 (String_t* ___str0, const RuntimeMethod* method); // System.String System.String::InternalIsInterned(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_InternalIsInterned_m6E6DDD5EF3842AC9BBD1F80E80204C5B14451B9F (String_t* ___str0, const RuntimeMethod* method); // System.Boolean System.Convert::ToBoolean(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_mB50CA6A7A647629B5CCC6BA10A06903B1912AF40 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Char System.Convert::ToChar(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_mA5935B08EA798B0EFFE6EA960B9F23B43F8F44AF (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m99276268DD000617F23A0B3445C4CA2A8B2BD275 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mD97407CDB2EE7955D3079D19DA2BD731F83920B7 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m4EE0839C08F0FDFBB7719B316D962B043F55589B (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_mB588DD91980D07B2021231090F8C3EE517DDFFA1 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mB68D58347DE1545BF338A8435E2567C9EAB5905E (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mC50B44F279840348382A3715A480F4502464F20B (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m4D2C0087ADC13CEFB913E2E071E486EF9077A452 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m638AC1F743BB4D9617FF085EF7EB8E23BCA7B3C6 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_m5F3E5F42FE95CB24ADF3164009FF7136DB1CE888 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m8EAF69AB183D6DF604898A3EDE5A27A4AFBFF1D8 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_m80616EA9DCA3177D13755D16D12FE16F7EF93D6B (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.DateTime System.Convert::ToDateTime(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Convert_ToDateTime_m57803D920D7F8261F00652A19DD01E530A530795 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.CharEnumerator::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharEnumerator__ctor_mF290FC81A2221C77C971AF8896279ED4ECB8DFFD (CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244 * __this, String_t* ___str0, const RuntimeMethod* method); // System.Int32 System.String::IndexOfUnchecked(System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfUnchecked_m1B69D687A6456ED8FB3BA94BF00E5471DB8B9B3C (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510 (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m215F35137EDD190A037E2E9BDA3BF5DC056FD7C3 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAnyUnchecked(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAnyUnchecked_m4DA36F19710FB050E85B18CB57AE730A5A011ECC (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOfUnchecked(System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfUnchecked_m7593A36970F2640F8CD07CAD1C86CF889C269918 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOfAnyUnchecked(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAnyUnchecked_mA3A1DC659A0EE64BB09329716FB2F9C13AA5C405 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinalUnchecked(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalUnchecked_mBE67C2F917AD4DB0F4BF71D50728038F84C03F6A (String_t* ___strA0, int32_t ___indexA1, int32_t ___lenA2, String_t* ___strB3, int32_t ___indexB4, int32_t ___lenB5, const RuntimeMethod* method); // System.Void System.String::CharCopy(System.Char*,System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_CharCopy_m9C765555741AA1DD59062ED13B0A7FB4BEFA1C4A (Il2CppChar* ___dest0, Il2CppChar* ___src1, int32_t ___count2, const RuntimeMethod* method); // System.String System.String::ReplaceUnchecked(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ReplaceUnchecked_mA5FBEF3953C9BE9A458963DBAA648373F9E0C5D7 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method); // System.String System.String::Replace(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method); // System.Int32 System.String::IndexOfUnchecked(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfUnchecked_m372BBB8A4722BFDE7CF4856F0EE0B4A197C5AFB0 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.String System.String::ReplaceFallback(System.String,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ReplaceFallback_mF545C150D8BF525B3DDD730ED351B69D0956C52D (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, int32_t ___testedCount2, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956 (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Buffer::memcpy2(System.Byte*,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_memcpy2_mAA37EECC87926D9B7F5CBE42C84A7AA6F2E5306E (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.Buffer::memcpy4(System.Byte*,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_memcpy4_mDA39112959C9161FBC66E893A249B2A7F06EF771 (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.String::memset(System.Byte*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memset_mA4C22BA755FA7B7CDD0B96E9CE375A78355C0881 (uint8_t* ___dest0, int32_t ___val1, int32_t ___len2, const RuntimeMethod* method); // System.String System.String::CreateString(System.SByte*,System.Int32,System.Int32,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401 (String_t* __this, int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___enc3, const RuntimeMethod* method); // System.String System.String::CtorCharPtr(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CtorCharPtr_m8673F31D7A1ADC848362702CDE84A1E4343D67A8 (String_t* __this, Il2CppChar* ___ptr0, const RuntimeMethod* method); // System.String System.String::CtorCharPtrStartLength(System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CtorCharPtrStartLength_mACF658363A566925DAEBADFE5B44ABBCB4227101 (String_t* __this, Il2CppChar* ___ptr0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.String System.String::CtorCharArrayStartLength(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CtorCharArrayStartLength_m20C739C1BA077DF4056DC39A7632700A63ED7F10 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.String System.String::CtorCharArray(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CtorCharArray_mBD09735176A649FE5E708C756882D6A2F2D330EB (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_Default_m625C78C2A9A8504B8BA4141994412513DC470CE2 (const RuntimeMethod* method); // System.Void System.String::memcpy(System.Byte*,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memcpy_m6F1F0AAF1191249910AC2650A85B8BC6F99E0210 (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.CultureAwareComparer::.ctor(System.Globalization.CultureInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureAwareComparer__ctor_m932FEC0DC86BAD111BC13357F712B51262F4EB28 (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, bool ___ignoreCase1, const RuntimeMethod* method); // System.Void System.OrdinalComparer::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrdinalComparer__ctor_m03DBF62ADAE2F1E022590631377D136E44129881 (OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A * __this, bool ___ignoreCase0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0 (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_m62590BC1925B7B354EBFD852E162CD170FEB861D (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_mBFF5996A1B65FCEEE0054A95A652BA3DD6366618 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, 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_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Boolean System.IO.File::Exists(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB (String_t* ___path0, const RuntimeMethod* method); // System.String System.IO.Path::Combine(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_mAB92AD33FF91D3550E1683D5E732895A08B758DA (String_t* ___path10, String_t* ___path21, String_t* ___path32, const RuntimeMethod* method); // System.String System.Environment::GetEnvironmentVariable(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_mB94020EE6B0D5BADF024E4BE6FBC54A5954D2185 (String_t* ___variable0, const RuntimeMethod* method); // System.Boolean System.IO.Directory::Exists(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84 (String_t* ___path0, const RuntimeMethod* method); // System.String System.TermInfoDriver::TryTermInfoDir(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_TryTermInfoDir_mB77251F46AC79569CE18F4AE20F130453912A47F (String_t* ___dir0, String_t* ___term1, const RuntimeMethod* method); // System.Void System.IO.CStreamWriter::InternalWriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CStreamWriter_InternalWriteString_mEA79EB02E28ADA9D81053766AD523E4C0CFC6CDA (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * __this, String_t* ___val0, const RuntimeMethod* method); // System.String System.TermInfoDriver::SearchTerminfo(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_SearchTerminfo_m7D2A02B1FBA3D8F66256E53D28264D4A0B7550A3 (String_t* ___term0, const RuntimeMethod* method); // System.Void System.TermInfoReader::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, String_t* ___term0, String_t* ___filename1, const RuntimeMethod* method); // System.Byte[] System.KnownTerminals::get_xterm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* KnownTerminals_get_xterm_mA890BFD590F820BBB23B219E1AD1C8BCD3DFA345 (const RuntimeMethod* method); // System.Void System.TermInfoReader::.ctor(System.String,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, String_t* ___term0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, const RuntimeMethod* method); // System.Byte[] System.KnownTerminals::get_linux() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* KnownTerminals_get_linux_m9A34213D8DB968ED3864B4E321BA4B71DB7E8B95 (const RuntimeMethod* method); // System.Byte[] System.KnownTerminals::get_ansi() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* KnownTerminals_get_ansi_m2ECEBC902EBB68D9A849ED1B76F8008918BEBB4D (const RuntimeMethod* method); // System.IO.Stream System.Console::OpenStandardOutput(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * Console_OpenStandardOutput_m9C602CA7C2D5E989D45913987E2E581481EC9823 (int32_t ___bufferSize0, const RuntimeMethod* method); // System.Text.Encoding System.Console::get_OutputEncoding() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Console_get_OutputEncoding_mA23798B6CE69F59EAA00C8206EF8552196120647_inline (const RuntimeMethod* method); // System.Void System.IO.CStreamWriter::.ctor(System.IO.Stream,System.Text.Encoding,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CStreamWriter__ctor_m967462FE0368BE80A448F0082E70B326088E2E95 (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, bool ___leaveOpen2, const RuntimeMethod* method); // System.Boolean System.ConsoleDriver::get_IsConsole() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConsoleDriver_get_IsConsole_m0C19F307DCAEDCC678CF0ABA69F8EF083090C731 (const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175 (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.ConsoleDriver::SetEcho(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConsoleDriver_SetEcho_m7A27E092D9D79ED1033ACA3E033CAAEEA3E2B869 (bool ___wantEcho0, const RuntimeMethod* method); // System.String System.TermInfoReader::Get(System.TermInfoStrings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, int32_t ___tstr0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::WriteConsole(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, String_t* ___str0, const RuntimeMethod* method); // System.Int32 System.TermInfoReader::Get(System.TermInfoNumbers) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoReader_Get_mBE8AB84A3B00855DF6CFBEEDAF0B7A9DD35D1DCD (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, int32_t ___number0, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Boolean System.ConsoleDriver::TtySetup(System.String,System.String,System.Byte[]&,System.Int32*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConsoleDriver_TtySetup_m39158C369CFA6D426B61D89621BC077B4BB62A49 (String_t* ___keypadXmit0, String_t* ___teardown1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** ___control_characters2, int32_t** ___address3, const RuntimeMethod* method); // System.IO.Stream System.Console::OpenStandardInput(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * Console_OpenStandardInput_m70507BD4CEF7AAFB01030995036454D9D6F4BC98 (int32_t ___bufferSize0, const RuntimeMethod* method); // System.Text.Encoding System.Console::get_InputEncoding() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Console_get_InputEncoding_m60EAA2E167A0C8C681997B998E851D8CD6C954FE_inline (const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::GetCursorPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_GetCursorPosition_mC6D63B8C54851DE5CCE4294A0386AA69BEDD55AF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method); // System.Int32 System.TermInfoDriver::get_WindowWidth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoDriver_get_WindowWidth_m8F6C505545EF0542719721E74D3C065D0C132951 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method); // System.Int32 System.TermInfoDriver::get_WindowHeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoDriver_get_WindowHeight_m086EBD5BEC3CBFECFD5AA186BE69FCE6FB812A42 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method); // System.ConsoleKey System.ConsoleKeyInfo::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, const RuntimeMethod* method); // System.Void System.TermInfoDriver::SetCursorPosition(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___left0, int32_t ___top1, const RuntimeMethod* method); // System.Void System.TermInfoDriver::IncrementX() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_IncrementX_m85DFCF13DC093059F9BE6B74A17D904E768CE4AF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method); // System.ConsoleKeyInfo System.TermInfoDriver::CreateKeyInfoFromInt(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 TermInfoDriver_CreateKeyInfoFromInt_m2C4CDCCB10F427AC9A4D12FDFD15FADBDD8EEDCE (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___n0, bool ___alt1, const RuntimeMethod* method); // System.Void System.TermInfoDriver::WriteSpecialKey(System.ConsoleKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_WriteSpecialKey_m76A0A1AD8A1280927C8A75DA4AEEC8B85B5210E3 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___key0, const RuntimeMethod* method); // System.Boolean System.TermInfoDriver::IsSpecialKey(System.ConsoleKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TermInfoDriver_IsSpecialKey_m90029957DF9A323BDF709BE801753EC8589AE955 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___key0, const RuntimeMethod* method); // System.Int32 System.ConsoleDriver::InternalKeyAvailable(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConsoleDriver_InternalKeyAvailable_m4A48787A04F55E95C2EFD79A4727132C4B5B3468 (int32_t ___ms_timeout0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::AddToBuffer(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___b0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method); // System.Void System.TermInfoDriver::CheckWindowDimensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_CheckWindowDimensions_mA57D80C0BDCF89FBE6616495887AF3B3F3D3D35B (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method); // System.Void System.ConsoleKeyInfo::.ctor(System.Char,System.ConsoleKey,System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98 (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, Il2CppChar ___keyChar0, int32_t ___key1, bool ___shift2, bool ___alt3, bool ___control4, const RuntimeMethod* method); // System.Boolean System.ByteMatcher::StartsWith(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ByteMatcher_StartsWith_mE7DCC79999EE153E06F1230A98D1D2CA20D1D4A5 (ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * __this, int32_t ___c0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::AdjustBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_AdjustBuffer_m6C594DD7010792FC07083EE1F0DFF5FF8DA490F9 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method); // System.TermInfoStrings System.ByteMatcher::Match(System.Char[],System.Int32,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ByteMatcher_Match_mF9866E6C6F2FEC09034695FBED166744F65BA931 (ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___buffer0, int32_t ___offset1, int32_t ___length2, int32_t* ___used3, const RuntimeMethod* method); // System.Void System.TermInfoDriver::InitKeys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_InitKeys_m3C4D9CA6DE9CEA5F50BDBCB72BF7975F4F1758CB (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method); // System.Object System.TermInfoDriver::GetKeyFromBuffer(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, bool ___cooked0, const RuntimeMethod* method); // System.Boolean System.IO.StreamReader::DataAvailable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamReader_DataAvailable_m1B8832D71BF98C38A5520CDFFC64684716F87863 (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * __this, const RuntimeMethod* method); // System.Boolean System.TermInfoDriver::InputPending() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TermInfoDriver_InputPending_mAA41251F9BE9308ED170869BB1A739676B1B0EAF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method); // System.Void System.IO.CStreamWriter::InternalWriteChars(System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CStreamWriter_InternalWriteChars_mBB886C93661A30F21149EA8DE4493C69A7A2D709 (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___buffer0, int32_t ___n1, const RuntimeMethod* method); // System.Char System.ConsoleKeyInfo::get_KeyChar() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Il2CppChar ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509_inline (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, const RuntimeMethod* method); // System.Void System.TermInfoDriver::QueueEcho(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_QueueEcho_m0E4C2A73AFF680E59B7C572BD6361A1A024A4F9A (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, Il2CppChar ___c0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::EchoFlush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_EchoFlush_m97CC1A347D6D0BBE86611C997DD629D2688DB022 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.ConsoleKeyInfo System.TermInfoDriver::ReadKeyInternal(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 TermInfoDriver_ReadKeyInternal_mE2B30F995CCA46F324E112B530324C63AF5A6C7D (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, bool* ___fresh0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::Echo(System.ConsoleKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_Echo_m0BDD3AED410D2EA5EAFBCC68892043A302127551 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___key0, const RuntimeMethod* method); // System.Char System.Text.StringBuilder::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6 (StringBuilder_t * __this, int32_t ___index0, const RuntimeMethod* method); // System.String System.TermInfoDriver::ReadUntilConditionInternal(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_ReadUntilConditionInternal_m872444B3E39D297C33CB5A615FCE3775CE7D2CDB (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, bool ___haltOnNewLine0, const RuntimeMethod* method); // System.ParameterizedStrings/FormatParam System.ParameterizedStrings/FormatParam::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 FormatParam_op_Implicit_m3D272BDCB32F2BC451BA599EF1571E6719E97DF0 (int32_t ___value0, const RuntimeMethod* method); // System.String System.ParameterizedStrings::Evaluate(System.String,System.ParameterizedStrings/FormatParam[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterizedStrings_Evaluate_mF75E575BBEEF102F653314A027E2E9409BE55DAF (String_t* ___format0, FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* ___args1, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, const RuntimeMethod* method); // System.Void System.TermInfoDriver::CreateKeyMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_CreateKeyMap_mC802A816F3EAEA7343B627FA9DCC0A69E54F491A (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method); // System.Void System.ByteMatcher::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteMatcher__ctor_m5F4DEDA840BDF53D47E1A9C3267442295F928144 (ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * __this, const RuntimeMethod* method); // System.Void System.TermInfoDriver::AddStringMapping(System.TermInfoStrings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_AddStringMapping_mE7AD22D560E11207EF8025643765C2859CB54BD5 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___s0, const RuntimeMethod* method); // System.Void System.ByteMatcher::AddMapping(System.TermInfoStrings,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteMatcher_AddMapping_m6F17EE5B94E56935034142A2847A83F5E099B708 (ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * __this, int32_t ___key0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___val1, const RuntimeMethod* method); // System.Void System.ByteMatcher::Sort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteMatcher_Sort_mCA31E5D0C950F75E86DC00A106D3BB6219D29C4F (ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * __this, const RuntimeMethod* method); // System.Byte[] System.TermInfoReader::GetStringBytes(System.TermInfoStrings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* TermInfoReader_GetStringBytes_mD2FD6A1D2FC6D7F3C3DC6EC8254A13A4C1114B06 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, int32_t ___tstr0, const RuntimeMethod* method); // System.IO.FileStream System.IO.File::OpenRead(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_OpenRead_m3B2974AB5AA8011E587AC834BE71862BF77C2129 (String_t* ___path0, const RuntimeMethod* method); // System.Void System.TermInfoReader::ReadHeader(System.Byte[],System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___position1, const RuntimeMethod* method); // System.Void System.TermInfoReader::ReadNames(System.Byte[],System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader_ReadNames_m071D18738A2D0CEEE12B76CBF64302062C76E147 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___position1, const RuntimeMethod* method); // System.Int16 System.TermInfoReader::GetInt16(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method); // System.String System.TermInfoReader::GetString(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoReader_GetString_mD60F86AEAFF20399149D21B28D7911D442E52AA1 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method); // System.Byte[] System.TermInfoReader::GetStringBytes(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* TermInfoReader_GetStringBytes_m05CD4F9BF52C817DCAB7EFD34FC74D62D7C6118F (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method); // System.Boolean System.Buffer::InternalBlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2 (RuntimeArray * ___src0, int32_t ___srcOffsetBytes1, RuntimeArray * ___dst2, int32_t ___dstOffsetBytes3, int32_t ___byteCount4, const RuntimeMethod* method); // System.Void System.Text.Encoding::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding__ctor_m25E853E4AF252CA29A3295065E83BA2C7B1416D5 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, int32_t ___codePage0, const RuntimeMethod* method); // System.Text.EncoderFallback System.Text.EncoderFallback::get_ReplacementFallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * EncoderFallback_get_ReplacementFallback_m3FF44931084C980CD4AC9773A73D74302EB37139 (const RuntimeMethod* method); // System.Text.DecoderFallback System.Text.DecoderFallback::get_ReplacementFallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * DecoderFallback_get_ReplacementFallback_m25F035A7268BAE39E55F606D2735A386DCB3D8EA (const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.String System.String::CreateStringFromEncoding(System.Byte*,System.Int32,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateStringFromEncoding_m05572A060148F853D4AD4D275D432DFF261ABF99 (uint8_t* ___bytes0, int32_t ___byteLength1, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding2, const RuntimeMethod* method); // System.Text.EncoderFallback System.Text.Encoder::get_Fallback() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A_inline (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, const RuntimeMethod* method); // System.Boolean System.Text.Encoder::get_InternalHasFallbackBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Encoder_get_InternalHasFallbackBuffer_m4064B8A9FEB64FFED4D963FB92E0F31612F63033 (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, const RuntimeMethod* method); // System.Text.EncoderFallbackBuffer System.Text.Encoder::get_FallbackBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445 (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __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_m177C2BFBE6958ABCC948A279D30E398911C18E66 (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * __this, Il2CppChar* ___charStart0, Il2CppChar* ___charEnd1, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder2, bool ___setEncoder3, const RuntimeMethod* method); // System.Text.EncoderFallback System.Text.Encoding::get_EncoderFallback() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method); // System.Char System.Text.EncoderFallbackBuffer::InternalGetNextChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * __this, const RuntimeMethod* method); // System.String System.Text.EncoderReplacementFallback::get_DefaultString() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* EncoderReplacementFallback_get_DefaultString_m309F22B8DC7DFCFA07DB9B21498454B935B2BBB0_inline (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * __this, const RuntimeMethod* method); // System.Void System.Text.Encoding::ThrowBytesOverflow(System.Text.EncoderNLS,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder0, bool ___nothingEncoded1, const RuntimeMethod* method); // System.Text.DecoderFallback System.Text.Encoding::get_DecoderFallback() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method); // System.Text.DecoderFallback System.Text.Decoder::get_Fallback() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * Decoder_get_Fallback_m9F1A02991ED3FD31BEAC0499EC7978CE386D03AE_inline (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method); // System.Text.DecoderFallbackBuffer System.Text.Decoder::get_FallbackBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method); // System.Void System.Text.DecoderFallbackBuffer::InternalInitialize(System.Byte*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7 (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, uint8_t* ___byteStart0, Il2CppChar* ___charEnd1, const RuntimeMethod* method); // System.String System.Text.DecoderReplacementFallback::get_DefaultString() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DecoderReplacementFallback_get_DefaultString_m7ED43521155BA25273CD47953D2AB0E0033066D3_inline (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * __this, const RuntimeMethod* method); // System.Void System.Text.Encoding::ThrowCharsOverflow(System.Text.DecoderNLS,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___decoder0, bool ___nothingDecoded1, const RuntimeMethod* method); // System.Void System.Text.DecoderFallbackBuffer::InternalReset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallbackBuffer_InternalReset_mAA3A04B329865E28A746D984381B9A45C4123B33 (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, const RuntimeMethod* method); // System.Void System.Text.DecoderNLS::.ctor(System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderNLS__ctor_m7909804265A4B50D45020D604E0802C278297E67 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method); // System.Void System.Text.EncoderNLS::.ctor(System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncoderNLS__ctor_m3F11286A48DC8DEB96AB6B98EC9A1C0F79A11051 (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method); #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.Policy.Evidence::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Evidence__ctor_mF2BFE39AA27373124E9DE283733ACF3C52BB7392 (Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.Security.Policy.Evidence::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Evidence_get_Count_m6BEA32B3B94D8EDCD21A040DA69D69F3D34B0513 (Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_hostEvidenceList_1(); if (!L_0) { goto IL_0018; } } { int32_t L_1 = V_0; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = __this->get_hostEvidenceList_1(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_3)); } IL_0018: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = __this->get_assemblyEvidenceList_2(); if (!L_4) { goto IL_002e; } } { int32_t L_5 = V_0; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_6 = __this->get_assemblyEvidenceList_2(); NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_6); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_7)); } IL_002e: { int32_t L_8 = V_0; return L_8; } } // System.Boolean System.Security.Policy.Evidence::get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Evidence_get_IsSynchronized_mFE3D5D7B7FAC76C47D6C49034E55FDC830655561 (Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Security.Policy.Evidence::get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Evidence_get_SyncRoot_m24503624DA5215B747062C31DE72D39251039B78 (Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * __this, const RuntimeMethod* method) { { return __this; } } // System.Void System.Security.Policy.Evidence::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Evidence_CopyTo_m1450F3905052BFEBD0F9CED1B855EB81CC867356 (Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_hostEvidenceList_1(); if (!L_0) { goto IL_0027; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = __this->get_hostEvidenceList_1(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0027; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = __this->get_hostEvidenceList_1(); RuntimeArray * L_5 = ___array0; int32_t L_6 = ___index1; NullCheck(L_4); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_4, L_5, L_6); } IL_0027: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_7 = __this->get_assemblyEvidenceList_2(); if (!L_7) { goto IL_004c; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_8 = __this->get_assemblyEvidenceList_2(); NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_8); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_004c; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_10 = __this->get_assemblyEvidenceList_2(); RuntimeArray * L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = V_0; NullCheck(L_10); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_10, L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))); } IL_004c: { return; } } // System.Collections.IEnumerator System.Security.Policy.Evidence::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Evidence_GetEnumerator_m03EB4131E670C6BAFA8C155ABCD98637699AA43E (Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Evidence_GetEnumerator_m03EB4131E670C6BAFA8C155ABCD98637699AA43E_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { V_0 = (RuntimeObject*)NULL; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_hostEvidenceList_1(); if (!L_0) { goto IL_0016; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = __this->get_hostEvidenceList_1(); NullCheck(L_1); RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1); V_0 = L_2; } IL_0016: { V_1 = (RuntimeObject*)NULL; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = __this->get_assemblyEvidenceList_2(); if (!L_3) { goto IL_002c; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = __this->get_assemblyEvidenceList_2(); NullCheck(L_4); RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_4); V_1 = L_5; } IL_002c: { RuntimeObject* L_6 = V_0; RuntimeObject* L_7 = V_1; EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3 * L_8 = (EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3 *)il2cpp_codegen_object_new(EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3_il2cpp_TypeInfo_var); EvidenceEnumerator__ctor_mD4153081415054237617C4E5AFAA036445E6A43B(L_8, L_6, L_7, /*hidden argument*/NULL); return L_8; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Policy.Evidence_EvidenceEnumerator::.ctor(System.Collections.IEnumerator,System.Collections.IEnumerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EvidenceEnumerator__ctor_mD4153081415054237617C4E5AFAA036445E6A43B (EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3 * __this, RuntimeObject* ___hostenum0, RuntimeObject* ___assemblyenum1, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___hostenum0; __this->set_hostEnum_1(L_0); RuntimeObject* L_1 = ___assemblyenum1; __this->set_assemblyEnum_2(L_1); RuntimeObject* L_2 = __this->get_hostEnum_1(); __this->set_currentEnum_0(L_2); return; } } // System.Boolean System.Security.Policy.Evidence_EvidenceEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EvidenceEnumerator_MoveNext_mC9D2715D6026F22D7A0CE13DB1EC9E1EBAFFC0A6 (EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EvidenceEnumerator_MoveNext_mC9D2715D6026F22D7A0CE13DB1EC9E1EBAFFC0A6_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { RuntimeObject* L_0 = __this->get_currentEnum_0(); if (L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { RuntimeObject* L_1 = __this->get_currentEnum_0(); NullCheck(L_1); bool L_2 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_1); V_0 = L_2; bool L_3 = V_0; if (L_3) { goto IL_0047; } } { RuntimeObject* L_4 = __this->get_hostEnum_1(); RuntimeObject* L_5 = __this->get_currentEnum_0(); if ((!(((RuntimeObject*)(RuntimeObject*)L_4) == ((RuntimeObject*)(RuntimeObject*)L_5)))) { goto IL_0047; } } { RuntimeObject* L_6 = __this->get_assemblyEnum_2(); if (!L_6) { goto IL_0047; } } { RuntimeObject* L_7 = __this->get_assemblyEnum_2(); __this->set_currentEnum_0(L_7); RuntimeObject* L_8 = __this->get_assemblyEnum_2(); NullCheck(L_8); bool L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_8); V_0 = L_9; } IL_0047: { bool L_10 = V_0; return L_10; } } // System.Void System.Security.Policy.Evidence_EvidenceEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EvidenceEnumerator_Reset_m7C34F282CC975B8A002C37B26605B31997CEA37C (EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EvidenceEnumerator_Reset_m7C34F282CC975B8A002C37B26605B31997CEA37C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_hostEnum_1(); if (!L_0) { goto IL_0021; } } { RuntimeObject* L_1 = __this->get_hostEnum_1(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_1); RuntimeObject* L_2 = __this->get_hostEnum_1(); __this->set_currentEnum_0(L_2); goto IL_002d; } IL_0021: { RuntimeObject* L_3 = __this->get_assemblyEnum_2(); __this->set_currentEnum_0(L_3); } IL_002d: { RuntimeObject* L_4 = __this->get_assemblyEnum_2(); if (!L_4) { goto IL_0040; } } { RuntimeObject* L_5 = __this->get_assemblyEnum_2(); NullCheck(L_5); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_5); } IL_0040: { return; } } // System.Object System.Security.Policy.Evidence_EvidenceEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EvidenceEnumerator_get_Current_m375A68A8EB0A859A10B82241A0A12BDD1904432B (EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EvidenceEnumerator_get_Current_m375A68A8EB0A859A10B82241A0A12BDD1904432B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_currentEnum_0(); NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, 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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.SecureString::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureString__ctor_m2BD71C7809235730861AFA7DC71448E86BE9FA6E (SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); SecureString_Alloc_m33470958414118137FD644B06B515F43E66ABCAC(__this, 8, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Security.SecureString::.ctor(System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureString__ctor_mF5DD713AC49A546819582D90E3C178597F151DA3 (SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * __this, Il2CppChar* ___value0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecureString__ctor_mF5DD713AC49A546819582D90E3C178597F151DA3_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); Il2CppChar* L_0 = ___value0; if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0)))))) { goto IL_0016; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SecureString__ctor_mF5DD713AC49A546819582D90E3C178597F151DA3_RuntimeMethod_var); } IL_0016: { int32_t L_2 = ___length1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0022; } } { int32_t L_3 = ___length1; if ((((int32_t)L_3) <= ((int32_t)((int32_t)65536)))) { goto IL_0032; } } IL_0022: { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, _stringLiteralC8B43CEC16B9518DA5AC280AC18E41E53DBECC96, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, SecureString__ctor_mF5DD713AC49A546819582D90E3C178597F151DA3_RuntimeMethod_var); } IL_0032: { int32_t L_5 = ___length1; __this->set_length_0(L_5); int32_t L_6 = ___length1; SecureString_Alloc_m33470958414118137FD644B06B515F43E66ABCAC(__this, L_6, (bool)0, /*hidden argument*/NULL); V_0 = 0; V_1 = 0; goto IL_0071; } IL_0047: { Il2CppChar* L_7 = ___value0; Il2CppChar* L_8 = (Il2CppChar*)L_7; ___value0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)2)); int32_t L_9 = *((uint16_t*)L_8); V_2 = L_9; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get_data_2(); int32_t L_11 = V_0; int32_t L_12 = L_11; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); Il2CppChar L_13 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_12), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_13>>(int32_t)8)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get_data_2(); int32_t L_15 = V_0; int32_t L_16 = L_15; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); Il2CppChar L_17 = V_2; NullCheck(L_14); (L_14)->SetAt(static_cast(L_16), (uint8_t)(((int32_t)((uint8_t)L_17)))); int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0071: { int32_t L_19 = V_1; int32_t L_20 = ___length1; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0047; } } { SecureString_Encrypt_m10F561A992F438417CA25F92D7F7197489B37EF1(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.Security.SecureString::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecureString_get_Length_mDDDAA526E567C52F8D3E9C1F7BDECCCC44200FA4 (SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecureString_get_Length_mDDDAA526E567C52F8D3E9C1F7BDECCCC44200FA4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_1(); if (!L_0) { goto IL_0013; } } { ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteral96957748B89303BBFD866F8373B5AA6ACD4C4E7C, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SecureString_get_Length_mDDDAA526E567C52F8D3E9C1F7BDECCCC44200FA4_RuntimeMethod_var); } IL_0013: { int32_t L_2 = __this->get_length_0(); return L_2; } } // System.Void System.Security.SecureString::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureString_Dispose_mF9F68D13A2B98E0D413F00D135ACD16A141A0D36 (SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * __this, const RuntimeMethod* method) { { __this->set_disposed_1((bool)1); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_data_2(); if (!L_0) { goto IL_002a; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_data_2(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_data_2(); NullCheck(L_2); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_1, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))), /*hidden argument*/NULL); __this->set_data_2((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); } IL_002a: { __this->set_length_0(0); return; } } // System.Void System.Security.SecureString::Encrypt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureString_Encrypt_m10F561A992F438417CA25F92D7F7197489B37EF1 (SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * __this, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_data_2(); if (!L_0) { goto IL_0010; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_data_2(); NullCheck(L_1); } IL_0010: { return; } } // System.Void System.Security.SecureString::Decrypt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureString_Decrypt_m41DA3ADBDF96B714E6831321B7BBD17393E03E23 (SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * __this, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_data_2(); if (!L_0) { goto IL_0010; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_data_2(); NullCheck(L_1); } IL_0010: { return; } } // System.Void System.Security.SecureString::Alloc(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureString_Alloc_m33470958414118137FD644B06B515F43E66ABCAC (SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * __this, int32_t ___length0, bool ___realloc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecureString_Alloc_m33470958414118137FD644B06B515F43E66ABCAC_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; int32_t G_B5_0 = 0; int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; { int32_t L_0 = ___length0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000c; } } { int32_t L_1 = ___length0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)65536)))) { goto IL_001c; } } IL_000c: { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, _stringLiteralC8B43CEC16B9518DA5AC280AC18E41E53DBECC96, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, SecureString_Alloc_m33470958414118137FD644B06B515F43E66ABCAC_RuntimeMethod_var); } IL_001c: { int32_t L_3 = ___length0; int32_t L_4 = ___length0; G_B4_0 = ((int32_t)((int32_t)L_3>>(int32_t)3)); if (!((int32_t)((int32_t)L_4&(int32_t)7))) { G_B5_0 = ((int32_t)((int32_t)L_3>>(int32_t)3)); goto IL_0027; } } { G_B6_0 = 1; G_B6_1 = G_B4_0; goto IL_0028; } IL_0027: { G_B6_0 = 0; G_B6_1 = G_B5_0; } IL_0028: { V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)G_B6_1, (int32_t)G_B6_0))<<(int32_t)4)); bool L_5 = ___realloc1; if (!L_5) { goto IL_0043; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_data_2(); if (!L_6) { goto IL_0043; } } { int32_t L_7 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get_data_2(); NullCheck(L_8); if ((!(((uint32_t)L_7) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))))) { goto IL_0043; } } { return; } IL_0043: { bool L_9 = ___realloc1; if (!L_9) { goto IL_0087; } } { int32_t L_10 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_10); V_1 = L_11; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_data_2(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get_data_2(); NullCheck(L_14); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_1; NullCheck(L_15); IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var); int32_t L_16 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525((((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))), (((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))), /*hidden argument*/NULL); Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_12, 0, (RuntimeArray *)(RuntimeArray *)L_13, 0, L_16, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = __this->get_data_2(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = __this->get_data_2(); NullCheck(L_18); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_17, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = V_1; __this->set_data_2(L_19); return; } IL_0087: { int32_t L_20 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_20); __this->set_data_2(L_21); return; } } // System.Byte[] System.Security.SecureString::GetBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* SecureString_GetBuffer_m331F35EE3F33A9212780DC9D0C360BDEAEAF9CF6 (SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecureString_GetBuffer_m331F35EE3F33A9212780DC9D0C360BDEAEAF9CF6_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { int32_t L_0 = __this->get_length_0(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_0<<(int32_t)1))); V_0 = L_1; } IL_000e: try { // begin try (depth: 1) SecureString_Decrypt_m41DA3ADBDF96B714E6831321B7BBD17393E03E23(__this, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_data_2(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0; NullCheck(L_4); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_2, 0, (RuntimeArray *)(RuntimeArray *)L_3, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), /*hidden argument*/NULL); IL2CPP_LEAVE(0x2E, FINALLY_0027); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0027; } FINALLY_0027: { // begin finally (depth: 1) SecureString_Encrypt_m10F561A992F438417CA25F92D7F7197489B37EF1(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(39) } // end finally (depth: 1) IL2CPP_CLEANUP(39) { IL2CPP_JUMP_TBL(0x2E, IL_002e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002e: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0; return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.SecurityCriticalAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityCriticalAttribute__ctor_mFBB68DD8E1ACE07229E9EA179BC1CD19F3412A73 (SecurityCriticalAttribute_tD4DA2F7A3B4140EABE6415FF8FF6EE279CC8FC07 * __this, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__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.Security.SecurityDocument::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityDocument__ctor_m1993F3625A8B0FA0CF2E680132EFF8033F2DE8D9 (SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * __this, int32_t ___numData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityDocument__ctor_m1993F3625A8B0FA0CF2E680132EFF8033F2DE8D9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___numData0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_0); __this->set_m_data_0(L_1); return; } } // System.Void System.Security.SecurityDocument::GuaranteeSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityDocument_GuaranteeSize_m248DF4DC398E9A8778B1524865F81CC08CC753AE (SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * __this, int32_t ___size0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityDocument_GuaranteeSize_m248DF4DC398E9A8778B1524865F81CC08CC753AE_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_m_data_0(); NullCheck(L_0); int32_t L_1 = ___size0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) >= ((int32_t)L_1))) { goto IL_0037; } } { int32_t L_2 = ___size0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_2/(int32_t)((int32_t)32))), (int32_t)1)), (int32_t)((int32_t)32)))); V_0 = L_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_m_data_0(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_m_data_0(); NullCheck(L_6); Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_0; __this->set_m_data_0(L_7); } IL_0037: { return; } } // System.Void System.Security.SecurityDocument::AddString(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityDocument_AddString_m87FEF2542778082CD90443003FCB61574E31C816 (SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * __this, String_t* ___str0, int32_t* ___position1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t* L_0 = ___position1; int32_t L_1 = *((int32_t*)L_0); String_t* L_2 = ___str0; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL); SecurityDocument_GuaranteeSize_m248DF4DC398E9A8778B1524865F81CC08CC753AE(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)2)))), (int32_t)2)), /*hidden argument*/NULL); V_0 = 0; goto IL_004f; } IL_0017: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_m_data_0(); int32_t* L_5 = ___position1; int32_t L_6 = *((int32_t*)L_5); int32_t L_7 = V_0; String_t* L_8 = ___str0; int32_t L_9 = V_0; NullCheck(L_8); Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_9, /*hidden argument*/NULL); NullCheck(L_4); (L_4)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_7))))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_10>>(int32_t)8)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_m_data_0(); int32_t* L_12 = ___position1; int32_t L_13 = *((int32_t*)L_12); int32_t L_14 = V_0; String_t* L_15 = ___str0; int32_t L_16 = V_0; NullCheck(L_15); Il2CppChar L_17 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_15, L_16, /*hidden argument*/NULL); NullCheck(L_11); (L_11)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_14)))), (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_17&(int32_t)((int32_t)255))))))); int32_t L_18 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_004f: { int32_t L_19 = V_0; String_t* L_20 = ___str0; NullCheck(L_20); int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_20, /*hidden argument*/NULL); if ((((int32_t)L_19) < ((int32_t)L_21))) { goto IL_0017; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = __this->get_m_data_0(); int32_t* L_23 = ___position1; int32_t L_24 = *((int32_t*)L_23); String_t* L_25 = ___str0; NullCheck(L_25); int32_t L_26 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_25, /*hidden argument*/NULL); NullCheck(L_22); (L_22)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_26, (int32_t)2))))), (uint8_t)0); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = __this->get_m_data_0(); int32_t* L_28 = ___position1; int32_t L_29 = *((int32_t*)L_28); String_t* L_30 = ___str0; NullCheck(L_30); int32_t L_31 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_30, /*hidden argument*/NULL); NullCheck(L_27); (L_27)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_31, (int32_t)2)))), (int32_t)1))), (uint8_t)0); int32_t* L_32 = ___position1; int32_t* L_33 = ___position1; int32_t L_34 = *((int32_t*)L_33); String_t* L_35 = ___str0; NullCheck(L_35); int32_t L_36 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_35, /*hidden argument*/NULL); *((int32_t*)L_32) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_36, (int32_t)2)), (int32_t)2)))); return; } } // System.Void System.Security.SecurityDocument::AppendString(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityDocument_AppendString_m7E00A1C5DB604DC15F79033E121BC7CDDB4F38EA (SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * __this, String_t* ___str0, int32_t* ___position1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityDocument_AppendString_m7E00A1C5DB604DC15F79033E121BC7CDDB4F38EA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t* L_0 = ___position1; int32_t L_1 = *((int32_t*)L_0); if ((((int32_t)L_1) <= ((int32_t)1))) { goto IL_001f; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_m_data_0(); int32_t* L_3 = ___position1; int32_t L_4 = *((int32_t*)L_3); NullCheck(L_2); int32_t L_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); uint8_t L_6 = (L_2)->GetAt(static_cast(L_5)); if (L_6) { goto IL_001f; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get_m_data_0(); int32_t* L_8 = ___position1; int32_t L_9 = *((int32_t*)L_8); NullCheck(L_7); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)2)); uint8_t L_11 = (L_7)->GetAt(static_cast(L_10)); if (!L_11) { goto IL_0025; } } IL_001f: { XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_12 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m20E2E8C67553CC64883064B74FF5E52277F08397(L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, SecurityDocument_AppendString_m7E00A1C5DB604DC15F79033E121BC7CDDB4F38EA_RuntimeMethod_var); } IL_0025: { int32_t* L_13 = ___position1; int32_t* L_14 = ___position1; int32_t L_15 = *((int32_t*)L_14); *((int32_t*)L_13) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)2)); String_t* L_16 = ___str0; int32_t* L_17 = ___position1; SecurityDocument_AddString_m87FEF2542778082CD90443003FCB61574E31C816(__this, L_16, (int32_t*)L_17, /*hidden argument*/NULL); return; } } // System.Int32 System.Security.SecurityDocument::EncodedStringSize(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecurityDocument_EncodedStringSize_m236DAAF5E2043014F6864CF24A041BEEE9C14B03 (String_t* ___str0, const RuntimeMethod* method) { { String_t* L_0 = ___str0; NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)2)), (int32_t)2)); } } // System.String System.Security.SecurityDocument::GetString(System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityDocument_GetString_m0868AA924BBDAD78A321DF1F9796BBA8643065AE (SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * __this, int32_t* ___position0, bool ___bCreate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityDocument_GetString_m0868AA924BBDAD78A321DF1F9796BBA8643065AE_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * V_1 = NULL; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; int32_t V_4 = 0; String_t* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { int32_t* L_0 = ___position0; int32_t L_1 = *((int32_t*)L_0); V_0 = L_1; goto IL_001f; } IL_0005: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_m_data_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; uint8_t L_5 = (L_2)->GetAt(static_cast(L_4)); if (L_5) { goto IL_001b; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_m_data_0(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); if (!L_9) { goto IL_002c; } } IL_001b: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)); } IL_001f: { int32_t L_11 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_m_data_0(); NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))), (int32_t)1))))) { goto IL_0005; } } IL_002c: { IL2CPP_RUNTIME_CLASS_INIT(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_il2cpp_TypeInfo_var); StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_13 = SharedStatics_GetSharedStringMaker_m44C8087B2523D85A9A4F8106A4272AE7092C4D9F(/*hidden argument*/NULL); V_1 = L_13; } IL_0032: try { // begin try (depth: 1) { bool L_14 = ___bCreate1; if (!L_14) { goto IL_00d6; } } IL_0038: { StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_15 = V_1; NullCheck(L_15); L_15->set__outStringBuilder_3((StringBuilder_t *)NULL); StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_16 = V_1; NullCheck(L_16); L_16->set__outIndex_5(0); int32_t* L_17 = ___position0; int32_t L_18 = *((int32_t*)L_17); V_2 = L_18; goto IL_00cf; } IL_004e: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = __this->get_m_data_0(); int32_t L_20 = V_2; NullCheck(L_19); int32_t L_21 = L_20; uint8_t L_22 = (L_19)->GetAt(static_cast(L_21)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = __this->get_m_data_0(); int32_t L_24 = V_2; NullCheck(L_23); int32_t L_25 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); uint8_t L_26 = (L_23)->GetAt(static_cast(L_25)); V_3 = (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_22<<(int32_t)8))|(int32_t)L_26))))); StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_27 = V_1; NullCheck(L_27); int32_t L_28 = L_27->get__outIndex_5(); if ((((int32_t)L_28) >= ((int32_t)((int32_t)512)))) { goto IL_0090; } } IL_0072: { StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_29 = V_1; NullCheck(L_29); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = L_29->get__outChars_4(); StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_31 = V_1; StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_32 = L_31; NullCheck(L_32); int32_t L_33 = L_32->get__outIndex_5(); V_4 = L_33; int32_t L_34 = V_4; NullCheck(L_32); L_32->set__outIndex_5(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1))); int32_t L_35 = V_4; Il2CppChar L_36 = V_3; NullCheck(L_30); (L_30)->SetAt(static_cast(L_35), (Il2CppChar)L_36); goto IL_00cb; } IL_0090: { StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_37 = V_1; NullCheck(L_37); StringBuilder_t * L_38 = L_37->get__outStringBuilder_3(); if (L_38) { goto IL_00a3; } } IL_0098: { StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_39 = V_1; StringBuilder_t * L_40 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_40, /*hidden argument*/NULL); NullCheck(L_39); L_39->set__outStringBuilder_3(L_40); } IL_00a3: { StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_41 = V_1; NullCheck(L_41); StringBuilder_t * L_42 = L_41->get__outStringBuilder_3(); StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_43 = V_1; NullCheck(L_43); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_44 = L_43->get__outChars_4(); NullCheck(L_42); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_42, L_44, 0, ((int32_t)512), /*hidden argument*/NULL); StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_45 = V_1; NullCheck(L_45); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_46 = L_45->get__outChars_4(); Il2CppChar L_47 = V_3; NullCheck(L_46); (L_46)->SetAt(static_cast(0), (Il2CppChar)L_47); StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_48 = V_1; NullCheck(L_48); L_48->set__outIndex_5(1); } IL_00cb: { int32_t L_49 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)2)); } IL_00cf: { int32_t L_50 = V_2; int32_t L_51 = V_0; if ((((int32_t)L_50) < ((int32_t)L_51))) { goto IL_004e; } } IL_00d6: { int32_t* L_52 = ___position0; int32_t L_53 = V_0; *((int32_t*)L_52) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)2)); bool L_54 = ___bCreate1; if (!L_54) { goto IL_00e8; } } IL_00de: { StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_55 = V_1; NullCheck(L_55); String_t* L_56 = StringMaker_MakeString_mBC21B13D64DC28A5518A8C4B85B5E4B6EA0DB111(L_55, /*hidden argument*/NULL); V_5 = L_56; IL2CPP_LEAVE(0xF5, FINALLY_00ed); } IL_00e8: { V_5 = (String_t*)NULL; IL2CPP_LEAVE(0xF5, FINALLY_00ed); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ed; } FINALLY_00ed: { // begin finally (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_il2cpp_TypeInfo_var); SharedStatics_ReleaseSharedStringMaker_mE143842243678DB1D1B6B8FCC69E669C294DAAD3((StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 **)(&V_1), /*hidden argument*/NULL); IL2CPP_END_FINALLY(237) } // end finally (depth: 1) IL2CPP_CLEANUP(237) { IL2CPP_JUMP_TBL(0xF5, IL_00f5) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00f5: { String_t* L_57 = V_5; return L_57; } } // System.Void System.Security.SecurityDocument::AddToken(System.Byte,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityDocument_AddToken_mFB273CF0CAEA93F355B57FA789987831DAAFFEF3 (SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * __this, uint8_t ___b0, int32_t* ___position1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t* L_0 = ___position1; int32_t L_1 = *((int32_t*)L_0); SecurityDocument_GuaranteeSize_m248DF4DC398E9A8778B1524865F81CC08CC753AE(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_m_data_0(); int32_t* L_3 = ___position1; int32_t* L_4 = ___position1; int32_t L_5 = *((int32_t*)L_4); V_0 = L_5; int32_t L_6 = V_0; *((int32_t*)L_3) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); int32_t L_7 = V_0; uint8_t L_8 = ___b0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_7), (uint8_t)L_8); return; } } // System.Security.SecurityElement System.Security.SecurityDocument::GetRootElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * SecurityDocument_GetRootElement_mB94E25E683F3A7F5DB292FC0A1BBAFB974048BD7 (SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * __this, const RuntimeMethod* method) { { SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_0 = SecurityDocument_GetElement_mB2E343D0656F6511BA04705F78D0EA6133C8D69B(__this, 0, (bool)1, /*hidden argument*/NULL); return L_0; } } // System.Security.SecurityElement System.Security.SecurityDocument::GetElement(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * SecurityDocument_GetElement_mB2E343D0656F6511BA04705F78D0EA6133C8D69B (SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * __this, int32_t ___position0, bool ___bCreate1, const RuntimeMethod* method) { { bool L_0 = ___bCreate1; SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_1 = SecurityDocument_InternalGetElement_m892879E7EFB339DCA38EF8B20ABB9F076802A425(__this, (int32_t*)(&___position0), L_0, /*hidden argument*/NULL); return L_1; } } // System.Security.SecurityElement System.Security.SecurityDocument::InternalGetElement(System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * SecurityDocument_InternalGetElement_m892879E7EFB339DCA38EF8B20ABB9F076802A425 (SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * __this, int32_t* ___position0, bool ___bCreate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityDocument_InternalGetElement_m892879E7EFB339DCA38EF8B20ABB9F076802A425_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * V_6 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_m_data_0(); NullCheck(L_0); int32_t* L_1 = ___position0; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) > ((int32_t)L_2))) { goto IL_0012; } } { XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_3 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m20E2E8C67553CC64883064B74FF5E52277F08397(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, SecurityDocument_InternalGetElement_m892879E7EFB339DCA38EF8B20ABB9F076802A425_RuntimeMethod_var); } IL_0012: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_m_data_0(); int32_t* L_5 = ___position0; int32_t* L_6 = ___position0; int32_t L_7 = *((int32_t*)L_6); V_2 = L_7; int32_t L_8 = V_2; *((int32_t*)L_5) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); int32_t L_9 = V_2; NullCheck(L_4); int32_t L_10 = L_9; uint8_t L_11 = (L_4)->GetAt(static_cast(L_10)); if ((((int32_t)L_11) == ((int32_t)1))) { goto IL_002b; } } { XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_12 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m20E2E8C67553CC64883064B74FF5E52277F08397(L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, SecurityDocument_InternalGetElement_m892879E7EFB339DCA38EF8B20ABB9F076802A425_RuntimeMethod_var); } IL_002b: { V_0 = (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 *)NULL; int32_t* L_13 = ___position0; bool L_14 = ___bCreate1; String_t* L_15 = SecurityDocument_GetString_m0868AA924BBDAD78A321DF1F9796BBA8643065AE(__this, (int32_t*)L_13, L_14, /*hidden argument*/NULL); V_1 = L_15; bool L_16 = ___bCreate1; if (!L_16) { goto IL_0067; } } { String_t* L_17 = V_1; SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_18 = (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 *)il2cpp_codegen_object_new(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var); SecurityElement__ctor_m888B01153F0CC19DA06717EBB2E55240669304C6(L_18, L_17, /*hidden argument*/NULL); V_0 = L_18; goto IL_0067; } IL_0042: { int32_t* L_19 = ___position0; int32_t* L_20 = ___position0; int32_t L_21 = *((int32_t*)L_20); *((int32_t*)L_19) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); int32_t* L_22 = ___position0; bool L_23 = ___bCreate1; String_t* L_24 = SecurityDocument_GetString_m0868AA924BBDAD78A321DF1F9796BBA8643065AE(__this, (int32_t*)L_22, L_23, /*hidden argument*/NULL); V_3 = L_24; int32_t* L_25 = ___position0; bool L_26 = ___bCreate1; String_t* L_27 = SecurityDocument_GetString_m0868AA924BBDAD78A321DF1F9796BBA8643065AE(__this, (int32_t*)L_25, L_26, /*hidden argument*/NULL); V_4 = L_27; bool L_28 = ___bCreate1; if (!L_28) { goto IL_0067; } } { SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_29 = V_0; String_t* L_30 = V_3; String_t* L_31 = V_4; NullCheck(L_29); SecurityElement_AddAttribute_m169BDD8B4746C6074924239147E90537CF4C441B(L_29, L_30, L_31, /*hidden argument*/NULL); } IL_0067: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = __this->get_m_data_0(); int32_t* L_33 = ___position0; int32_t L_34 = *((int32_t*)L_33); NullCheck(L_32); int32_t L_35 = L_34; uint8_t L_36 = (L_32)->GetAt(static_cast(L_35)); if ((((int32_t)L_36) == ((int32_t)2))) { goto IL_0042; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = __this->get_m_data_0(); int32_t* L_38 = ___position0; int32_t L_39 = *((int32_t*)L_38); NullCheck(L_37); int32_t L_40 = L_39; uint8_t L_41 = (L_37)->GetAt(static_cast(L_40)); if ((!(((uint32_t)L_41) == ((uint32_t)3)))) { goto IL_00b1; } } { int32_t* L_42 = ___position0; int32_t* L_43 = ___position0; int32_t L_44 = *((int32_t*)L_43); *((int32_t*)L_42) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); int32_t* L_45 = ___position0; bool L_46 = ___bCreate1; String_t* L_47 = SecurityDocument_GetString_m0868AA924BBDAD78A321DF1F9796BBA8643065AE(__this, (int32_t*)L_45, L_46, /*hidden argument*/NULL); V_5 = L_47; bool L_48 = ___bCreate1; if (!L_48) { goto IL_00b1; } } { SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_49 = V_0; String_t* L_50 = V_5; NullCheck(L_49); SecurityElement_set_m_strText_mB180660252E74DFC9C4DA8CFD4725FB6F08FF984_inline(L_49, L_50, /*hidden argument*/NULL); goto IL_00b1; } IL_009c: { int32_t* L_51 = ___position0; bool L_52 = ___bCreate1; SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_53 = SecurityDocument_InternalGetElement_m892879E7EFB339DCA38EF8B20ABB9F076802A425(__this, (int32_t*)L_51, L_52, /*hidden argument*/NULL); V_6 = L_53; bool L_54 = ___bCreate1; if (!L_54) { goto IL_00b1; } } { SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_55 = V_0; SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_56 = V_6; NullCheck(L_55); SecurityElement_AddChild_m02EE2E9A11B4CD23CBE38A5A7F8D54783EF89AFB(L_55, L_56, /*hidden argument*/NULL); } IL_00b1: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_57 = __this->get_m_data_0(); int32_t* L_58 = ___position0; int32_t L_59 = *((int32_t*)L_58); NullCheck(L_57); int32_t L_60 = L_59; uint8_t L_61 = (L_57)->GetAt(static_cast(L_60)); if ((!(((uint32_t)L_61) == ((uint32_t)4)))) { goto IL_009c; } } { int32_t* L_62 = ___position0; int32_t* L_63 = ___position0; int32_t L_64 = *((int32_t*)L_63); *((int32_t*)L_62) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_65 = V_0; return L_65; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.SecurityElement::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement__ctor_m888B01153F0CC19DA06717EBB2E55240669304C6 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___tag0, const RuntimeMethod* method) { { String_t* L_0 = ___tag0; SecurityElement__ctor_mAFE29568F4B8B5605AAD1A6915B480D8BCABC2CA(__this, L_0, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Security.SecurityElement::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement__ctor_mAFE29568F4B8B5605AAD1A6915B480D8BCABC2CA (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___tag0, String_t* ___text1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement__ctor_mAFE29568F4B8B5605AAD1A6915B480D8BCABC2CA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); String_t* L_0 = ___tag0; if (L_0) { goto IL_0014; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral5E9B60F69165F32F8930843CA718E10FDEE30C52, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SecurityElement__ctor_mAFE29568F4B8B5605AAD1A6915B480D8BCABC2CA_RuntimeMethod_var); } IL_0014: { String_t* L_2 = ___tag0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var); bool L_3 = SecurityElement_IsValidTag_m7BE8436536B0DC06BA6D524C6332DA972390B644(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0037; } } { String_t* L_4 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralAD0E6BED8D1803B5C19513166F422BB6363C840E, /*hidden argument*/NULL); String_t* L_5 = ___tag0; String_t* L_6 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_4, _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77, L_5, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, SecurityElement__ctor_mAFE29568F4B8B5605AAD1A6915B480D8BCABC2CA_RuntimeMethod_var); } IL_0037: { String_t* L_8 = ___tag0; __this->set_tag_1(L_8); String_t* L_9 = ___text1; SecurityElement_set_Text_mD45FBD1B76BB6D3FF38CD493E43C3B4558A7A86E(__this, L_9, /*hidden argument*/NULL); return; } } // System.Collections.Hashtable System.Security.SecurityElement::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * SecurityElement_get_Attributes_mFAF9CA16843D86E8186088D143D27A176296A656 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_get_Attributes_mFAF9CA16843D86E8186088D143D27A176296A656_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_0 = NULL; RuntimeObject* V_1 = NULL; SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_attributes_2(); if (L_0) { goto IL_000a; } } { return (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)NULL; } IL_000a: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = __this->get_attributes_2(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var); Hashtable__ctor_mAAFFE0698C829CFAFE176BD4A6C5DDA07A8ABDA9(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = __this->get_attributes_2(); NullCheck(L_4); RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_4); V_1 = L_5; } IL_0027: try { // begin try (depth: 1) { goto IL_0047; } IL_0029: { RuntimeObject* L_6 = V_1; NullCheck(L_6); RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_6); V_2 = ((SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A *)CastclassClass((RuntimeObject*)L_7, SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A_il2cpp_TypeInfo_var)); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_8 = V_0; SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * L_9 = V_2; NullCheck(L_9); String_t* L_10 = SecurityAttribute_get_Name_mBAFBB58BAF8A0B554279065786A5920E3CDFEB16_inline(L_9, /*hidden argument*/NULL); SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * L_11 = V_2; NullCheck(L_11); String_t* L_12 = SecurityAttribute_get_Value_m688A5CF9C4976D8823B4A3BE394F8F19D5AE7985_inline(L_11, /*hidden argument*/NULL); NullCheck(L_8); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_8, L_10, L_12); } IL_0047: { RuntimeObject* L_13 = V_1; NullCheck(L_13); bool L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_0029; } } IL_004f: { IL2CPP_LEAVE(0x62, FINALLY_0051); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0051; } FINALLY_0051: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_3; if (!L_16) { goto IL_0061; } } IL_005b: { RuntimeObject* L_17 = V_3; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_17); } IL_0061: { IL2CPP_END_FINALLY(81) } } // end finally (depth: 1) IL2CPP_CLEANUP(81) { IL2CPP_JUMP_TBL(0x62, IL_0062) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0062: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_18 = V_0; return L_18; } } // System.Collections.ArrayList System.Security.SecurityElement::get_Children() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * SecurityElement_get_Children_m4387717E982DBB2DF3E967287F126D4FB72EB924 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_children_3(); return L_0; } } // System.String System.Security.SecurityElement::get_Tag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_get_Tag_mB83E85CF85B42D13B4B93640E2859EEA583F3708 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_tag_1(); return L_0; } } // System.String System.Security.SecurityElement::get_Text() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_get_Text_m80A035D1A853AAC6EDD85F50057B9D7FFA4423C7 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_text_0(); return L_0; } } // System.Void System.Security.SecurityElement::set_Text(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_set_Text_mD45FBD1B76BB6D3FF38CD493E43C3B4558A7A86E (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_set_Text_mD45FBD1B76BB6D3FF38CD493E43C3B4558A7A86E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (!L_0) { goto IL_0026; } } { String_t* L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var); bool L_2 = SecurityElement_IsValidText_m24B5BCD8748ED728FF28BD2B576CBE0CA69AA6A8(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0026; } } { String_t* L_3 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralAD0E6BED8D1803B5C19513166F422BB6363C840E, /*hidden argument*/NULL); String_t* L_4 = ___value0; String_t* L_5 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_3, _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77, L_4, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, SecurityElement_set_Text_mD45FBD1B76BB6D3FF38CD493E43C3B4558A7A86E_RuntimeMethod_var); } IL_0026: { String_t* L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var); String_t* L_8 = SecurityElement_Unescape_m29A13127422E5C6E4D624F063AB71E121E27D83E(L_7, /*hidden argument*/NULL); __this->set_text_0(L_8); return; } } // System.Void System.Security.SecurityElement::AddAttribute(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_AddAttribute_m169BDD8B4746C6074924239147E90537CF4C441B (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_AddAttribute_m169BDD8B4746C6074924239147E90537CF4C441B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SecurityElement_AddAttribute_m169BDD8B4746C6074924239147E90537CF4C441B_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___value1; if (L_2) { goto IL_001c; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, SecurityElement_AddAttribute_m169BDD8B4746C6074924239147E90537CF4C441B_RuntimeMethod_var); } IL_001c: { String_t* L_4 = ___name0; SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * L_5 = SecurityElement_GetAttribute_m3804598A273DE130113F280A0932F40117FD826A(__this, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003b; } } { String_t* L_6 = ___name0; String_t* L_7 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral12920A6DEFA3B28C3DCA98A403DE3B913EAD85E2, L_6, /*hidden argument*/NULL); String_t* L_8 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(L_7, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, SecurityElement_AddAttribute_m169BDD8B4746C6074924239147E90537CF4C441B_RuntimeMethod_var); } IL_003b: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_10 = __this->get_attributes_2(); if (L_10) { goto IL_004e; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_11 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_11, /*hidden argument*/NULL); __this->set_attributes_2(L_11); } IL_004e: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_12 = __this->get_attributes_2(); String_t* L_13 = ___name0; String_t* L_14 = ___value1; SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * L_15 = (SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A *)il2cpp_codegen_object_new(SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A_il2cpp_TypeInfo_var); SecurityAttribute__ctor_m5E0BE88BC648CA3F10B585D7A10D6BFDC6A70833(L_15, L_13, L_14, /*hidden argument*/NULL); NullCheck(L_12); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_12, L_15); return; } } // System.Void System.Security.SecurityElement::AddChild(System.Security.SecurityElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_AddChild_m02EE2E9A11B4CD23CBE38A5A7F8D54783EF89AFB (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * ___child0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_AddChild_m02EE2E9A11B4CD23CBE38A5A7F8D54783EF89AFB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_0 = ___child0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral0E93069C40111CD62DAC2CD02CD71DAFFDB01CC0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SecurityElement_AddChild_m02EE2E9A11B4CD23CBE38A5A7F8D54783EF89AFB_RuntimeMethod_var); } IL_000e: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = __this->get_children_3(); if (L_2) { goto IL_0021; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_3, /*hidden argument*/NULL); __this->set_children_3(L_3); } IL_0021: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = __this->get_children_3(); SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_5 = ___child0; NullCheck(L_4); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_4, L_5); return; } } // System.String System.Security.SecurityElement::Escape(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_Escape_m0EB8C4C11D70CAC5588F8DB79811B1BD1092B6F7 (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_Escape_m0EB8C4C11D70CAC5588F8DB79811B1BD1092B6F7_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; { String_t* L_0 = ___str0; if (L_0) { goto IL_0005; } } { return (String_t*)NULL; } IL_0005: { String_t* L_1 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))->get_invalid_chars_8(); NullCheck(L_1); int32_t L_3 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_1, L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_0015; } } { String_t* L_4 = ___str0; return L_4; } IL_0015: { StringBuilder_t * L_5 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_5, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = ___str0; NullCheck(L_6); int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL); V_1 = L_7; V_2 = 0; goto IL_00a2; } IL_0026: { String_t* L_8 = ___str0; int32_t L_9 = V_2; NullCheck(L_8); Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_9, /*hidden argument*/NULL); V_3 = L_10; Il2CppChar L_11 = V_3; if ((!(((uint32_t)L_11) <= ((uint32_t)((int32_t)38))))) { goto IL_003f; } } { Il2CppChar L_12 = V_3; if ((((int32_t)L_12) == ((int32_t)((int32_t)34)))) { goto IL_006c; } } { Il2CppChar L_13 = V_3; if ((((int32_t)L_13) == ((int32_t)((int32_t)38)))) { goto IL_0088; } } { goto IL_0096; } IL_003f: { Il2CppChar L_14 = V_3; if ((((int32_t)L_14) == ((int32_t)((int32_t)39)))) { goto IL_007a; } } { Il2CppChar L_15 = V_3; if ((((int32_t)L_15) == ((int32_t)((int32_t)60)))) { goto IL_0050; } } { Il2CppChar L_16 = V_3; if ((((int32_t)L_16) == ((int32_t)((int32_t)62)))) { goto IL_005e; } } { goto IL_0096; } IL_0050: { StringBuilder_t * L_17 = V_0; NullCheck(L_17); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_17, _stringLiteral5D2C1A80D8C17E5A143AEE09C29A86838F18AB02, /*hidden argument*/NULL); goto IL_009e; } IL_005e: { StringBuilder_t * L_18 = V_0; NullCheck(L_18); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_18, _stringLiteral03C7B3D3B9655EACE132158A150DCD952FEB9A0A, /*hidden argument*/NULL); goto IL_009e; } IL_006c: { StringBuilder_t * L_19 = V_0; NullCheck(L_19); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_19, _stringLiteralE2BBF209AE0E6210387A30E3ED477444BDA8FE6E, /*hidden argument*/NULL); goto IL_009e; } IL_007a: { StringBuilder_t * L_20 = V_0; NullCheck(L_20); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_20, _stringLiteral95521D9D0C3E39CEABCC90300C04F03585598066, /*hidden argument*/NULL); goto IL_009e; } IL_0088: { StringBuilder_t * L_21 = V_0; NullCheck(L_21); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_21, _stringLiteral54F697A1FF421E46F37022813A88D0937A82090C, /*hidden argument*/NULL); goto IL_009e; } IL_0096: { StringBuilder_t * L_22 = V_0; Il2CppChar L_23 = V_3; NullCheck(L_22); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_22, L_23, /*hidden argument*/NULL); } IL_009e: { int32_t L_24 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_00a2: { int32_t L_25 = V_2; int32_t L_26 = V_1; if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_0026; } } { StringBuilder_t * L_27 = V_0; NullCheck(L_27); String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_27); return L_28; } } // System.String System.Security.SecurityElement::Unescape(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_Unescape_m29A13127422E5C6E4D624F063AB71E121E27D83E (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_Unescape_m29A13127422E5C6E4D624F063AB71E121E27D83E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___str0; if (L_0) { goto IL_0005; } } { return (String_t*)NULL; } IL_0005: { String_t* L_1 = ___str0; StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3(L_2, L_1, /*hidden argument*/NULL); StringBuilder_t * L_3 = L_2; NullCheck(L_3); StringBuilder_Replace_m8A5E9D9860AB7D0D4E4FFFE729469DB1A0DD0113(L_3, _stringLiteral5D2C1A80D8C17E5A143AEE09C29A86838F18AB02, _stringLiteralC4DD3C8CDD8D7C95603DD67F1CD873D5F9148B29, /*hidden argument*/NULL); StringBuilder_t * L_4 = L_3; NullCheck(L_4); StringBuilder_Replace_m8A5E9D9860AB7D0D4E4FFFE729469DB1A0DD0113(L_4, _stringLiteral03C7B3D3B9655EACE132158A150DCD952FEB9A0A, _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194, /*hidden argument*/NULL); StringBuilder_t * L_5 = L_4; NullCheck(L_5); StringBuilder_Replace_m8A5E9D9860AB7D0D4E4FFFE729469DB1A0DD0113(L_5, _stringLiteral54F697A1FF421E46F37022813A88D0937A82090C, _stringLiteral7C4D33785DAA5C2370201FFA236B427AA37C9996, /*hidden argument*/NULL); StringBuilder_t * L_6 = L_5; NullCheck(L_6); StringBuilder_Replace_m8A5E9D9860AB7D0D4E4FFFE729469DB1A0DD0113(L_6, _stringLiteralE2BBF209AE0E6210387A30E3ED477444BDA8FE6E, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL); StringBuilder_t * L_7 = L_6; NullCheck(L_7); StringBuilder_Replace_m8A5E9D9860AB7D0D4E4FFFE729469DB1A0DD0113(L_7, _stringLiteral95521D9D0C3E39CEABCC90300C04F03585598066, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); return L_8; } } // System.Security.SecurityElement System.Security.SecurityElement::FromString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * SecurityElement_FromString_m07EA8AEA09583663AA62C6545644CE60ABF461F9 (String_t* ___xml0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_FromString_m07EA8AEA09583663AA62C6545644CE60ABF461F9_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { String_t* L_0 = ___xml0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SecurityElement_FromString_m07EA8AEA09583663AA62C6545644CE60ABF461F9_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___xml0; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0026; } } { String_t* L_4 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralE5867BF7A0DCC4C65ADB837B9323DD8D74C9E17C, /*hidden argument*/NULL); XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_5 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_mFB9E715E2AE5453ADD332D0F4AF60BA33919301F(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, SecurityElement_FromString_m07EA8AEA09583663AA62C6545644CE60ABF461F9_RuntimeMethod_var); } IL_0026: { } IL_0027: try { // begin try (depth: 1) SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * L_6 = (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 *)il2cpp_codegen_object_new(SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714_il2cpp_TypeInfo_var); SecurityParser__ctor_m46A21D62E80E1A94877CC4CFD2FFF313EF6E3E06(L_6, /*hidden argument*/NULL); SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * L_7 = L_6; String_t* L_8 = ___xml0; NullCheck(L_7); SecurityParser_LoadXml_mC52937EF26E02DC2EEA05716D4CC4B5B6E2D124C(L_7, L_8, /*hidden argument*/NULL); NullCheck(L_7); SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_9 = SecurityParser_ToXml_m200668D8B0CA2E947D3F6EDEF2A41FCA886AE160_inline(L_7, /*hidden argument*/NULL); V_0 = L_9; goto IL_004d; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_003b; throw e; } CATCH_003b: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); String_t* L_10 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral61704373A947495A11FBA6387E0414334D9508DF, /*hidden argument*/NULL); Exception_t * L_11 = V_1; XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_12 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_mF167AF5652F9FB7A1ED9C8F6082367C339634175(L_12, L_10, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, SecurityElement_FromString_m07EA8AEA09583663AA62C6545644CE60ABF461F9_RuntimeMethod_var); } // end catch (depth: 1) IL_004d: { SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_13 = V_0; return L_13; } } // System.Boolean System.Security.SecurityElement::IsValidAttributeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidAttributeName_mB2931DE1E6F81B307D10B7EA7EF7D82FF006968A (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_IsValidAttributeName_mB2931DE1E6F81B307D10B7EA7EF7D82FF006968A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (!L_0) { goto IL_0012; } } { String_t* L_1 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))->get_invalid_attr_name_chars_6(); NullCheck(L_1); int32_t L_3 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_1, L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0); } IL_0012: { return (bool)0; } } // System.Boolean System.Security.SecurityElement::IsValidAttributeValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidAttributeValue_m51DB156F9ACB51CC51E3C8C316FAAD8A17A74E89 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_IsValidAttributeValue_m51DB156F9ACB51CC51E3C8C316FAAD8A17A74E89_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (!L_0) { goto IL_0012; } } { String_t* L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))->get_invalid_attr_value_chars_7(); NullCheck(L_1); int32_t L_3 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_1, L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0); } IL_0012: { return (bool)0; } } // System.Boolean System.Security.SecurityElement::IsValidTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidTag_m7BE8436536B0DC06BA6D524C6332DA972390B644 (String_t* ___tag0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_IsValidTag_m7BE8436536B0DC06BA6D524C6332DA972390B644_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___tag0; if (!L_0) { goto IL_0012; } } { String_t* L_1 = ___tag0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))->get_invalid_tag_chars_4(); NullCheck(L_1); int32_t L_3 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_1, L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0); } IL_0012: { return (bool)0; } } // System.Boolean System.Security.SecurityElement::IsValidText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidText_m24B5BCD8748ED728FF28BD2B576CBE0CA69AA6A8 (String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_IsValidText_m24B5BCD8748ED728FF28BD2B576CBE0CA69AA6A8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; if (!L_0) { goto IL_0012; } } { String_t* L_1 = ___text0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))->get_invalid_text_chars_5(); NullCheck(L_1); int32_t L_3 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_1, L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0); } IL_0012: { return (bool)0; } } // System.Security.SecurityElement System.Security.SecurityElement::SearchForChildByTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * SecurityElement_SearchForChildByTag_m131C2C8A6D250569787709B7F86ADF0D8ACCABAB (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___tag0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_SearchForChildByTag_m131C2C8A6D250569787709B7F86ADF0D8ACCABAB_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * V_1 = NULL; { String_t* L_0 = ___tag0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral5E9B60F69165F32F8930843CA718E10FDEE30C52, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SecurityElement_SearchForChildByTag_m131C2C8A6D250569787709B7F86ADF0D8ACCABAB_RuntimeMethod_var); } IL_000e: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = __this->get_children_3(); if (L_2) { goto IL_0018; } } { return (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 *)NULL; } IL_0018: { V_0 = 0; goto IL_0042; } IL_001c: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = __this->get_children_3(); int32_t L_4 = V_0; NullCheck(L_3); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4); V_1 = ((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 *)CastclassSealed((RuntimeObject*)L_5, SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var)); SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_6 = V_1; NullCheck(L_6); String_t* L_7 = L_6->get_tag_1(); String_t* L_8 = ___tag0; bool L_9 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003e; } } { SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_10 = V_1; return L_10; } IL_003e: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0042: { int32_t L_12 = V_0; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_13 = __this->get_children_3(); NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_13); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_001c; } } { return (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 *)NULL; } } // System.String System.Security.SecurityElement::SearchForTextOfTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_SearchForTextOfTag_m17CAE7B8BC4DE02EBB2432B96430B1DB05876909 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___tag0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_SearchForTextOfTag_m17CAE7B8BC4DE02EBB2432B96430B1DB05876909_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { String_t* L_0 = ___tag0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral5E9B60F69165F32F8930843CA718E10FDEE30C52, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SecurityElement_SearchForTextOfTag_m17CAE7B8BC4DE02EBB2432B96430B1DB05876909_RuntimeMethod_var); } IL_000e: { String_t* L_2 = __this->get_tag_1(); String_t* L_3 = ___tag0; bool L_4 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0023; } } { String_t* L_5 = __this->get_text_0(); return L_5; } IL_0023: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_6 = __this->get_children_3(); if (L_6) { goto IL_002d; } } { return (String_t*)NULL; } IL_002d: { V_0 = 0; goto IL_0052; } IL_0031: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_7 = __this->get_children_3(); int32_t L_8 = V_0; NullCheck(L_7); RuntimeObject * L_9 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_7, L_8); String_t* L_10 = ___tag0; NullCheck(((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 *)CastclassSealed((RuntimeObject*)L_9, SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))); String_t* L_11 = SecurityElement_SearchForTextOfTag_m17CAE7B8BC4DE02EBB2432B96430B1DB05876909(((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 *)CastclassSealed((RuntimeObject*)L_9, SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var)), L_10, /*hidden argument*/NULL); V_1 = L_11; String_t* L_12 = V_1; if (!L_12) { goto IL_004e; } } { String_t* L_13 = V_1; return L_13; } IL_004e: { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0052: { int32_t L_15 = V_0; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_16 = __this->get_children_3(); NullCheck(L_16); int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_16); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_0031; } } { return (String_t*)NULL; } } // System.String System.Security.SecurityElement::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_ToString_m0EF441D0CDAEFFDFA59C787AC22DA2D62A0308B6 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_ToString_m0EF441D0CDAEFFDFA59C787AC22DA2D62A0308B6_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL); V_0 = L_0; SecurityElement_ToXml_m6907AA32DCB10BB2CCED763935BFC95E0F1EEF58(__this, (StringBuilder_t **)(&V_0), 0, /*hidden argument*/NULL); StringBuilder_t * L_1 = V_0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); return L_2; } } // System.Void System.Security.SecurityElement::ToXml(System.Text.StringBuilder&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_ToXml_m6907AA32DCB10BB2CCED763935BFC95E0F1EEF58 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, StringBuilder_t ** ___s0, int32_t ___level1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_ToXml_m6907AA32DCB10BB2CCED763935BFC95E0F1EEF58_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { StringBuilder_t ** L_0 = ___s0; StringBuilder_t * L_1 = *((StringBuilder_t **)L_0); NullCheck(L_1); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_1, _stringLiteralC4DD3C8CDD8D7C95603DD67F1CD873D5F9148B29, /*hidden argument*/NULL); StringBuilder_t ** L_2 = ___s0; StringBuilder_t * L_3 = *((StringBuilder_t **)L_2); String_t* L_4 = __this->get_tag_1(); NullCheck(L_3); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_3, L_4, /*hidden argument*/NULL); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_5 = __this->get_attributes_2(); if (!L_5) { goto IL_00aa; } } { StringBuilder_t ** L_6 = ___s0; StringBuilder_t * L_7 = *((StringBuilder_t **)L_6); NullCheck(L_7); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_7, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL); V_0 = 0; goto IL_009c; } IL_0037: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_8 = __this->get_attributes_2(); int32_t L_9 = V_0; NullCheck(L_8); RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_8, L_9); V_1 = ((SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A *)CastclassClass((RuntimeObject*)L_10, SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A_il2cpp_TypeInfo_var)); StringBuilder_t ** L_11 = ___s0; StringBuilder_t * L_12 = *((StringBuilder_t **)L_11); SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * L_13 = V_1; NullCheck(L_13); String_t* L_14 = SecurityAttribute_get_Name_mBAFBB58BAF8A0B554279065786A5920E3CDFEB16_inline(L_13, /*hidden argument*/NULL); NullCheck(L_12); StringBuilder_t * L_15 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_12, L_14, /*hidden argument*/NULL); NullCheck(L_15); StringBuilder_t * L_16 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_15, _stringLiteralC26F404BD297B248425BB88D6EF16BE5FAAA148F, /*hidden argument*/NULL); SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * L_17 = V_1; NullCheck(L_17); String_t* L_18 = SecurityAttribute_get_Value_m688A5CF9C4976D8823B4A3BE394F8F19D5AE7985_inline(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var); String_t* L_19 = SecurityElement_Escape_m0EB8C4C11D70CAC5588F8DB79811B1BD1092B6F7(L_18, /*hidden argument*/NULL); NullCheck(L_16); StringBuilder_t * L_20 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_16, L_19, /*hidden argument*/NULL); NullCheck(L_20); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_20, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL); int32_t L_21 = V_0; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_22 = __this->get_attributes_2(); NullCheck(L_22); int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_22); if ((((int32_t)L_21) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1))))) { goto IL_0098; } } { StringBuilder_t ** L_24 = ___s0; StringBuilder_t * L_25 = *((StringBuilder_t **)L_24); String_t* L_26 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL); NullCheck(L_25); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_25, L_26, /*hidden argument*/NULL); } IL_0098: { int32_t L_27 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_009c: { int32_t L_28 = V_0; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_29 = __this->get_attributes_2(); NullCheck(L_29); int32_t L_30 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_29); if ((((int32_t)L_28) < ((int32_t)L_30))) { goto IL_0037; } } IL_00aa: { String_t* L_31 = __this->get_text_0(); if (!L_31) { goto IL_00c4; } } { String_t* L_32 = __this->get_text_0(); String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_34 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_00f1; } } IL_00c4: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_35 = __this->get_children_3(); if (!L_35) { goto IL_00d9; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_36 = __this->get_children_3(); NullCheck(L_36); int32_t L_37 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_36); if (L_37) { goto IL_00f1; } } IL_00d9: { StringBuilder_t ** L_38 = ___s0; StringBuilder_t * L_39 = *((StringBuilder_t **)L_38); NullCheck(L_39); StringBuilder_t * L_40 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_39, _stringLiteral537FA6E787490E9ECBA018A19D88D636EEE975E6, /*hidden argument*/NULL); String_t* L_41 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL); NullCheck(L_40); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_40, L_41, /*hidden argument*/NULL); return; } IL_00f1: { StringBuilder_t ** L_42 = ___s0; StringBuilder_t * L_43 = *((StringBuilder_t **)L_42); NullCheck(L_43); StringBuilder_t * L_44 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_43, _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194, /*hidden argument*/NULL); String_t* L_45 = __this->get_text_0(); IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var); String_t* L_46 = SecurityElement_Escape_m0EB8C4C11D70CAC5588F8DB79811B1BD1092B6F7(L_45, /*hidden argument*/NULL); NullCheck(L_44); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_44, L_46, /*hidden argument*/NULL); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_47 = __this->get_children_3(); if (!L_47) { goto IL_0160; } } { StringBuilder_t ** L_48 = ___s0; StringBuilder_t * L_49 = *((StringBuilder_t **)L_48); String_t* L_50 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL); NullCheck(L_49); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_49, L_50, /*hidden argument*/NULL); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_51 = __this->get_children_3(); NullCheck(L_51); RuntimeObject* L_52 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_51); V_2 = L_52; } IL_012f: try { // begin try (depth: 1) { goto IL_0145; } IL_0131: { RuntimeObject* L_53 = V_2; NullCheck(L_53); RuntimeObject * L_54 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_53); StringBuilder_t ** L_55 = ___s0; int32_t L_56 = ___level1; NullCheck(((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 *)CastclassSealed((RuntimeObject*)L_54, SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))); SecurityElement_ToXml_m6907AA32DCB10BB2CCED763935BFC95E0F1EEF58(((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 *)CastclassSealed((RuntimeObject*)L_54, SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var)), (StringBuilder_t **)L_55, ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)), /*hidden argument*/NULL); } IL_0145: { RuntimeObject* L_57 = V_2; NullCheck(L_57); bool L_58 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_57); if (L_58) { goto IL_0131; } } IL_014d: { IL2CPP_LEAVE(0x160, FINALLY_014f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_014f; } FINALLY_014f: { // begin finally (depth: 1) { RuntimeObject* L_59 = V_2; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_59, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_60 = V_3; if (!L_60) { goto IL_015f; } } IL_0159: { RuntimeObject* L_61 = V_3; NullCheck(L_61); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_61); } IL_015f: { IL2CPP_END_FINALLY(335) } } // end finally (depth: 1) IL2CPP_CLEANUP(335) { IL2CPP_JUMP_TBL(0x160, IL_0160) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0160: { StringBuilder_t ** L_62 = ___s0; StringBuilder_t * L_63 = *((StringBuilder_t **)L_62); NullCheck(L_63); StringBuilder_t * L_64 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_63, _stringLiteral148AD7EB924EA204A6D3EA8E34EF9AAD04C02287, /*hidden argument*/NULL); String_t* L_65 = __this->get_tag_1(); NullCheck(L_64); StringBuilder_t * L_66 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_64, L_65, /*hidden argument*/NULL); NullCheck(L_66); StringBuilder_t * L_67 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_66, _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194, /*hidden argument*/NULL); String_t* L_68 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL); NullCheck(L_67); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_67, L_68, /*hidden argument*/NULL); return; } } // System.Security.SecurityElement_SecurityAttribute System.Security.SecurityElement::GetAttribute(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * SecurityElement_GetAttribute_m3804598A273DE130113F280A0932F40117FD826A (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_GetAttribute_m3804598A273DE130113F280A0932F40117FD826A_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * V_1 = NULL; SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_attributes_2(); if (!L_0) { goto IL_004f; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = __this->get_attributes_2(); NullCheck(L_1); RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1); V_0 = L_2; } IL_0014: try { // begin try (depth: 1) { goto IL_0034; } IL_0016: { RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_3); V_1 = ((SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A *)CastclassClass((RuntimeObject*)L_4, SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A_il2cpp_TypeInfo_var)); SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * L_5 = V_1; NullCheck(L_5); String_t* L_6 = SecurityAttribute_get_Name_mBAFBB58BAF8A0B554279065786A5920E3CDFEB16_inline(L_5, /*hidden argument*/NULL); String_t* L_7 = ___name0; bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0034; } } IL_0030: { SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * L_9 = V_1; V_2 = L_9; IL2CPP_LEAVE(0x51, FINALLY_003e); } IL_0034: { RuntimeObject* L_10 = V_0; NullCheck(L_10); bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0016; } } IL_003c: { IL2CPP_LEAVE(0x4F, FINALLY_003e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003e; } FINALLY_003e: { // begin finally (depth: 1) { RuntimeObject* L_12 = V_0; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_3; if (!L_13) { goto IL_004e; } } IL_0048: { RuntimeObject* L_14 = V_3; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_14); } IL_004e: { IL2CPP_END_FINALLY(62) } } // end finally (depth: 1) IL2CPP_CLEANUP(62) { IL2CPP_JUMP_TBL(0x51, IL_0051) IL2CPP_JUMP_TBL(0x4F, IL_004f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004f: { return (SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A *)NULL; } IL_0051: { SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * L_15 = V_2; return L_15; } } // System.Void System.Security.SecurityElement::set_m_strText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_set_m_strText_mB180660252E74DFC9C4DA8CFD4725FB6F08FF984 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_text_0(L_0); return; } } // System.String System.Security.SecurityElement::SearchForTextOfLocalName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_SearchForTextOfLocalName_m7FDD6508D1B4DED92CAEB7F8D6E0B9EF48B97FE8 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___strLocalName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_SearchForTextOfLocalName_m7FDD6508D1B4DED92CAEB7F8D6E0B9EF48B97FE8_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___strLocalName0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6432ACDE554041001BDE3BAD80AD96B043B7E687, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SecurityElement_SearchForTextOfLocalName_m7FDD6508D1B4DED92CAEB7F8D6E0B9EF48B97FE8_RuntimeMethod_var); } IL_000e: { String_t* L_2 = __this->get_tag_1(); if (L_2) { goto IL_0018; } } { return (String_t*)NULL; } IL_0018: { String_t* L_3 = __this->get_tag_1(); String_t* L_4 = ___strLocalName0; NullCheck(L_3); bool L_5 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003f; } } { String_t* L_6 = __this->get_tag_1(); String_t* L_7 = ___strLocalName0; String_t* L_8 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_7, /*hidden argument*/NULL); NullCheck(L_6); bool L_9 = String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811(L_6, L_8, 4, /*hidden argument*/NULL); if (!L_9) { goto IL_004b; } } IL_003f: { String_t* L_10 = __this->get_text_0(); IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var); String_t* L_11 = SecurityElement_Unescape_m29A13127422E5C6E4D624F063AB71E121E27D83E(L_10, /*hidden argument*/NULL); return L_11; } IL_004b: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_12 = __this->get_children_3(); if (L_12) { goto IL_0055; } } { return (String_t*)NULL; } IL_0055: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_13 = __this->get_children_3(); NullCheck(L_13); RuntimeObject* L_14 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_13); V_0 = L_14; goto IL_007a; } IL_0063: { RuntimeObject* L_15 = V_0; NullCheck(L_15); RuntimeObject * L_16 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_15); String_t* L_17 = ___strLocalName0; NullCheck(((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 *)CastclassSealed((RuntimeObject*)L_16, SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))); String_t* L_18 = SecurityElement_SearchForTextOfLocalName_m7FDD6508D1B4DED92CAEB7F8D6E0B9EF48B97FE8(((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 *)CastclassSealed((RuntimeObject*)L_16, SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var)), L_17, /*hidden argument*/NULL); V_1 = L_18; String_t* L_19 = V_1; if (!L_19) { goto IL_007a; } } { String_t* L_20 = V_1; return L_20; } IL_007a: { RuntimeObject* L_21 = V_0; NullCheck(L_21); bool L_22 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_21); if (L_22) { goto IL_0063; } } { return (String_t*)NULL; } } // System.Void System.Security.SecurityElement::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement__cctor_m73BC115B56BEF73389E481A1287484C40117EF07 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement__cctor_m73BC115B56BEF73389E481A1287484C40117EF07_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)3); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____CE93C35B755802BC4B3D180716B048FC61701EF7_116_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))->set_invalid_tag_chars_4(L_1); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)2); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(0), (Il2CppChar)((int32_t)60)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = L_4; NullCheck(L_5); (L_5)->SetAt(static_cast(1), (Il2CppChar)((int32_t)62)); ((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))->set_invalid_text_chars_5(L_5); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)3); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = L_6; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____CE93C35B755802BC4B3D180716B048FC61701EF7_116_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); ((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))->set_invalid_attr_name_chars_6(L_7); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)3); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = L_9; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_11 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____BF5EB60806ECB74EE484105DD9D6F463BF994867_112_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL); ((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))->set_invalid_attr_value_chars_7(L_10); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)5); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = L_12; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_14 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____399BD13E240F33F808CA7940293D6EC4E6FD5A00_26_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_13, L_14, /*hidden argument*/NULL); ((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))->set_invalid_chars_8(L_13); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.SecurityElement_SecurityAttribute::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityAttribute__ctor_m5E0BE88BC648CA3F10B585D7A10D6BFDC6A70833 (SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityAttribute__ctor_m5E0BE88BC648CA3F10B585D7A10D6BFDC6A70833_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var); bool L_1 = SecurityElement_IsValidAttributeName_mB2931DE1E6F81B307D10B7EA7EF7D82FF006968A(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0029; } } { String_t* L_2 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral696483704D16DC0D0AA02D381DB140459DD7C00F, /*hidden argument*/NULL); String_t* L_3 = ___name0; String_t* L_4 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_2, _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77, L_3, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, SecurityAttribute__ctor_m5E0BE88BC648CA3F10B585D7A10D6BFDC6A70833_RuntimeMethod_var); } IL_0029: { String_t* L_6 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var); bool L_7 = SecurityElement_IsValidAttributeValue_m51DB156F9ACB51CC51E3C8C316FAAD8A17A74E89(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_004c; } } { String_t* L_8 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral90FE2EFBF2212023D446C732AD2C985C10D4AD16, /*hidden argument*/NULL); String_t* L_9 = ___value1; String_t* L_10 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_8, _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77, L_9, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, SecurityAttribute__ctor_m5E0BE88BC648CA3F10B585D7A10D6BFDC6A70833_RuntimeMethod_var); } IL_004c: { String_t* L_12 = ___name0; __this->set__name_0(L_12); String_t* L_13 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var); String_t* L_14 = SecurityElement_Unescape_m29A13127422E5C6E4D624F063AB71E121E27D83E(L_13, /*hidden argument*/NULL); __this->set__value_1(L_14); return; } } // System.String System.Security.SecurityElement_SecurityAttribute::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityAttribute_get_Name_mBAFBB58BAF8A0B554279065786A5920E3CDFEB16 (SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__name_0(); return L_0; } } // System.String System.Security.SecurityElement_SecurityAttribute::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityAttribute_get_Value_m688A5CF9C4976D8823B4A3BE394F8F19D5AE7985 (SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__value_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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.SecurityException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException__ctor_m15CEFB154F8D6C32067CCBC746282B5480EB84B8 (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityException__ctor_m15CEFB154F8D6C32067CCBC746282B5480EB84B8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralB8FE738136DDF0DA763B4C61CD03CB1E5226AE3C, /*hidden argument*/NULL); SecurityException__ctor_m69B689A29B9D73495C42E126036A601EA7048FEE(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Security.SecurityException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException__ctor_m69B689A29B9D73495C42E126036A601EA7048FEE (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline(__this, ((int32_t)-2146233078), /*hidden argument*/NULL); return; } } // System.Void System.Security.SecurityException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException__ctor_mEBE03529D39567ED8B8BF4B34D85B28059699578 (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityException__ctor_mEBE03529D39567ED8B8BF4B34D85B28059699578_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * V_0 = NULL; { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__this, L_0, L_1, /*hidden argument*/NULL); Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline(__this, ((int32_t)-2146233078), /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; NullCheck(L_2); SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_3 = SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575(L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_0040; } IL_001c: { SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E(L_4, /*hidden argument*/NULL); bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, _stringLiteral752DC7B690A17845DFFF515D1665F8F3DA8F6A97, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_7 = V_0; NullCheck(L_7); RuntimeObject * L_8 = SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1(L_7, /*hidden argument*/NULL); __this->set_permissionState_17(((String_t*)CastclassSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var))); return; } IL_0040: { SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_9 = V_0; NullCheck(L_9); bool L_10 = SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_001c; } } { return; } } // System.Void System.Security.SecurityException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException__ctor_m61D11E2EB029D2370BC107EC550683AEE5BF6E1D (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___inner1; SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A(__this, L_0, L_1, /*hidden argument*/NULL); Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline(__this, ((int32_t)-2146233078), /*hidden argument*/NULL); return; } } // System.Void System.Security.SecurityException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException_GetObjectData_mEAB86180524C1C84B15DB460E99280223DE39264 (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityException_GetObjectData_mEAB86180524C1C84B15DB460E99280223DE39264_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6(__this, L_0, L_1, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; String_t* L_3 = __this->get_permissionState_17(); NullCheck(L_2); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_2, _stringLiteral752DC7B690A17845DFFF515D1665F8F3DA8F6A97, L_3, /*hidden argument*/NULL); goto IL_001e; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001b; throw e; } CATCH_001b: { // begin catch(System.Security.SecurityException) goto IL_001e; } // end catch (depth: 1) IL_001e: { return; } } // System.String System.Security.SecurityException::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityException_ToString_mA21167B13E9F941C89020E44FDCBC5C370990EFD (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * __this, const RuntimeMethod* method) { { String_t* L_0 = Exception_ToString_m403BC2DBD48C830789D6270B4E917AB2D5E88183(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Security.SecurityManager::CheckElevatedPermissions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityManager_CheckElevatedPermissions_mC3323475F1FDB37C20D9DA45F54EAD827AB7EE9E (const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Security.SecurityManager::EnsureElevatedPermissions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityManager_EnsureElevatedPermissions_m4169B183D4094E3E840DC0942FBCBDB3E0F127A6 (const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecurityElement System.Security.Util.Parser::GetTopElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * Parser_GetTopElement_m7BB8E2C60CC98EAEB8A8DBC324A1AE087E784873 (Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281 * __this, const RuntimeMethod* method) { { SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * L_0 = __this->get__doc_0(); NullCheck(L_0); SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_1 = SecurityDocument_GetRootElement_mB94E25E683F3A7F5DB292FC0A1BBAFB974048BD7(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Security.Util.Parser::GetRequiredSizes(System.Security.Util.TokenizerStream,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser_GetRequiredSizes_m5C23663F755EAFF7E3DC43006087B86F07F72DDA (Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281 * __this, TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * ___stream0, int32_t* ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_GetRequiredSizes_m5C23663F755EAFF7E3DC43006087B86F07F72DDA_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; String_t* V_6 = NULL; bool V_7 = false; bool V_8 = false; int32_t V_9 = 0; int16_t V_10 = 0; int32_t V_11 = 0; { V_0 = (bool)0; V_1 = (bool)0; V_2 = (bool)0; V_3 = (bool)0; V_4 = 1; V_5 = 0; V_6 = (String_t*)NULL; V_7 = (bool)0; V_8 = (bool)0; V_9 = 0; } IL_001a: { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_0 = ___stream0; NullCheck(L_0); int16_t L_1 = TokenizerStream_GetNextToken_m7187168686D44DF2B0E90455E338B4BF577FB5B5(L_0, /*hidden argument*/NULL); V_10 = L_1; goto IL_03cc; } IL_0027: { int16_t L_2 = V_10; V_11 = ((int32_t)((int32_t)L_2&(int32_t)((int32_t)255))); int32_t L_3 = V_11; switch (L_3) { case 0: { goto IL_0125; } case 1: { goto IL_02d6; } case 2: { goto IL_02fb; } case 3: { goto IL_005d; } case 4: { goto IL_02ce; } case 5: { goto IL_0344; } case 6: { goto IL_03a8; } case 7: { goto IL_03a8; } } } { goto IL_03a8; } IL_005d: { bool L_4 = V_3; if (!L_4) { goto IL_00d1; } } { int32_t L_5 = V_5; if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_007b; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_6 = ___stream0; NullCheck(L_6); TokenizerStream_ThrowAwayNextString_mCE524A8A84AE088F9396336906CFF192F681D9D4(L_6, /*hidden argument*/NULL); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_7 = ___stream0; NullCheck(L_7); TokenizerStream_TagLastToken_m10DE6894C9CFEA6F210FB7159AD8BA6A9F38C939(L_7, (int16_t)((int32_t)20480), /*hidden argument*/NULL); goto IL_03b9; } IL_007b: { String_t* L_8 = V_6; if (L_8) { goto IL_008c; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_9 = ___stream0; NullCheck(L_9); String_t* L_10 = TokenizerStream_GetNextString_mA65D8B2693AD8ED6F887C0384E574DE60E7F43E2(L_9, /*hidden argument*/NULL); V_6 = L_10; goto IL_03b9; } IL_008c: { bool L_11 = V_7; if (L_11) { goto IL_00a1; } } { Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * L_12 = __this->get__t_1(); NullCheck(L_12); int32_t L_13 = L_12->get_LineNo_0(); XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_14 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m5F3C5B395AF359407D2D70C5A98C968C91661948(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, Parser_GetRequiredSizes_m5C23663F755EAFF7E3DC43006087B86F07F72DDA_RuntimeMethod_var); } IL_00a1: { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_15 = ___stream0; NullCheck(L_15); TokenizerStream_TagLastToken_m10DE6894C9CFEA6F210FB7159AD8BA6A9F38C939(L_15, (int16_t)((int32_t)16896), /*hidden argument*/NULL); int32_t* L_16 = ___index1; int32_t* L_17 = ___index1; int32_t L_18 = *((int32_t*)L_17); String_t* L_19 = V_6; int32_t L_20 = SecurityDocument_EncodedStringSize_m236DAAF5E2043014F6864CF24A041BEEE9C14B03(L_19, /*hidden argument*/NULL); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_21 = ___stream0; NullCheck(L_21); String_t* L_22 = TokenizerStream_GetNextString_mA65D8B2693AD8ED6F887C0384E574DE60E7F43E2(L_21, /*hidden argument*/NULL); int32_t L_23 = SecurityDocument_EncodedStringSize_m236DAAF5E2043014F6864CF24A041BEEE9C14B03(L_22, /*hidden argument*/NULL); *((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_23)), (int32_t)1)))); V_6 = (String_t*)NULL; V_7 = (bool)0; goto IL_03b9; } IL_00d1: { bool L_24 = V_8; if (!L_24) { goto IL_0100; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_25 = ___stream0; NullCheck(L_25); TokenizerStream_TagLastToken_m10DE6894C9CFEA6F210FB7159AD8BA6A9F38C939(L_25, (int16_t)((int32_t)25344), /*hidden argument*/NULL); int32_t* L_26 = ___index1; int32_t* L_27 = ___index1; int32_t L_28 = *((int32_t*)L_27); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_29 = ___stream0; NullCheck(L_29); String_t* L_30 = TokenizerStream_GetNextString_mA65D8B2693AD8ED6F887C0384E574DE60E7F43E2(L_29, /*hidden argument*/NULL); int32_t L_31 = SecurityDocument_EncodedStringSize_m236DAAF5E2043014F6864CF24A041BEEE9C14B03(L_30, /*hidden argument*/NULL); int32_t L_32 = SecurityDocument_EncodedStringSize_m236DAAF5E2043014F6864CF24A041BEEE9C14B03(_stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)))); goto IL_03b9; } IL_0100: { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_33 = ___stream0; NullCheck(L_33); TokenizerStream_TagLastToken_m10DE6894C9CFEA6F210FB7159AD8BA6A9F38C939(L_33, (int16_t)((int32_t)17152), /*hidden argument*/NULL); int32_t* L_34 = ___index1; int32_t* L_35 = ___index1; int32_t L_36 = *((int32_t*)L_35); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_37 = ___stream0; NullCheck(L_37); String_t* L_38 = TokenizerStream_GetNextString_mA65D8B2693AD8ED6F887C0384E574DE60E7F43E2(L_37, /*hidden argument*/NULL); int32_t L_39 = SecurityDocument_EncodedStringSize_m236DAAF5E2043014F6864CF24A041BEEE9C14B03(L_38, /*hidden argument*/NULL); *((int32_t*)L_34) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)))); V_8 = (bool)1; goto IL_03b9; } IL_0125: { V_3 = (bool)1; V_8 = (bool)0; TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_40 = ___stream0; NullCheck(L_40); int16_t L_41 = TokenizerStream_GetNextToken_m7187168686D44DF2B0E90455E338B4BF577FB5B5(L_40, /*hidden argument*/NULL); V_10 = L_41; int16_t L_42 = V_10; if ((!(((uint32_t)L_42) == ((uint32_t)2)))) { goto IL_01bd; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_43 = ___stream0; NullCheck(L_43); TokenizerStream_TagLastToken_m10DE6894C9CFEA6F210FB7159AD8BA6A9F38C939(L_43, (int16_t)((int32_t)17408), /*hidden argument*/NULL); } IL_0145: { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_44 = ___stream0; NullCheck(L_44); int16_t L_45 = TokenizerStream_GetNextToken_m7187168686D44DF2B0E90455E338B4BF577FB5B5(L_44, /*hidden argument*/NULL); V_10 = L_45; int16_t L_46 = V_10; if ((!(((uint32_t)L_46) == ((uint32_t)3)))) { goto IL_0165; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_47 = ___stream0; NullCheck(L_47); TokenizerStream_ThrowAwayNextString_mCE524A8A84AE088F9396336906CFF192F681D9D4(L_47, /*hidden argument*/NULL); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_48 = ___stream0; NullCheck(L_48); TokenizerStream_TagLastToken_m10DE6894C9CFEA6F210FB7159AD8BA6A9F38C939(L_48, (int16_t)((int32_t)20480), /*hidden argument*/NULL); goto IL_0145; } IL_0165: { int16_t L_49 = V_10; if ((!(((uint32_t)L_49) == ((uint32_t)(-1))))) { goto IL_0185; } } { Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * L_50 = __this->get__t_1(); NullCheck(L_50); int32_t L_51 = L_50->get_LineNo_0(); String_t* L_52 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral167B6742126DC1FAA063BEF5000F36EF24FE1AFA, /*hidden argument*/NULL); XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_53 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m09935DD9C9495F408627524C53C721AC055865EB(L_53, L_51, L_52, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, Parser_GetRequiredSizes_m5C23663F755EAFF7E3DC43006087B86F07F72DDA_RuntimeMethod_var); } IL_0185: { int16_t L_54 = V_10; if ((((int32_t)L_54) == ((int32_t)1))) { goto IL_01a5; } } { Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * L_55 = __this->get__t_1(); NullCheck(L_55); int32_t L_56 = L_55->get_LineNo_0(); String_t* L_57 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral24BE5A391F786F0B3CD720D9B3F6FDF21FE6F592, /*hidden argument*/NULL); XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_58 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m09935DD9C9495F408627524C53C721AC055865EB(L_58, L_56, L_57, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_58, Parser_GetRequiredSizes_m5C23663F755EAFF7E3DC43006087B86F07F72DDA_RuntimeMethod_var); } IL_01a5: { V_3 = (bool)0; int32_t* L_59 = ___index1; int32_t* L_60 = ___index1; int32_t L_61 = *((int32_t*)L_60); *((int32_t*)L_59) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); V_8 = (bool)0; int32_t L_62 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)1)); V_0 = (bool)1; goto IL_03b9; } IL_01bd: { int16_t L_63 = V_10; if ((!(((uint32_t)L_63) == ((uint32_t)3)))) { goto IL_0203; } } { V_2 = (bool)1; TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_64 = ___stream0; NullCheck(L_64); TokenizerStream_TagLastToken_m10DE6894C9CFEA6F210FB7159AD8BA6A9F38C939(L_64, (int16_t)((int32_t)16640), /*hidden argument*/NULL); int32_t* L_65 = ___index1; int32_t* L_66 = ___index1; int32_t L_67 = *((int32_t*)L_66); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_68 = ___stream0; NullCheck(L_68); String_t* L_69 = TokenizerStream_GetNextString_mA65D8B2693AD8ED6F887C0384E574DE60E7F43E2(L_68, /*hidden argument*/NULL); int32_t L_70 = SecurityDocument_EncodedStringSize_m236DAAF5E2043014F6864CF24A041BEEE9C14B03(L_69, /*hidden argument*/NULL); *((int32_t*)L_65) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)))); int32_t L_71 = V_5; if (!L_71) { goto IL_01f6; } } { Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * L_72 = __this->get__t_1(); NullCheck(L_72); int32_t L_73 = L_72->get_LineNo_0(); XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_74 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m5F3C5B395AF359407D2D70C5A98C968C91661948(L_74, L_73, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_74, Parser_GetRequiredSizes_m5C23663F755EAFF7E3DC43006087B86F07F72DDA_RuntimeMethod_var); } IL_01f6: { V_0 = (bool)1; int32_t L_75 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); goto IL_03b9; } IL_0203: { int16_t L_76 = V_10; if ((!(((uint32_t)L_76) == ((uint32_t)6)))) { goto IL_025e; } } { V_9 = 1; } IL_020b: { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_77 = ___stream0; NullCheck(L_77); int16_t L_78 = TokenizerStream_GetNextToken_m7187168686D44DF2B0E90455E338B4BF577FB5B5(L_77, /*hidden argument*/NULL); V_10 = L_78; int16_t L_79 = V_10; switch (L_79) { case 0: { goto IL_022c; } case 1: { goto IL_0234; } case 2: { goto IL_024d; } case 3: { goto IL_023c; } } } { goto IL_024d; } IL_022c: { int32_t L_80 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)); goto IL_024d; } IL_0234: { int32_t L_81 = V_9; V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)1)); goto IL_024d; } IL_023c: { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_82 = ___stream0; NullCheck(L_82); TokenizerStream_ThrowAwayNextString_mCE524A8A84AE088F9396336906CFF192F681D9D4(L_82, /*hidden argument*/NULL); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_83 = ___stream0; NullCheck(L_83); TokenizerStream_TagLastToken_m10DE6894C9CFEA6F210FB7159AD8BA6A9F38C939(L_83, (int16_t)((int32_t)20480), /*hidden argument*/NULL); } IL_024d: { int32_t L_84 = V_9; if ((((int32_t)L_84) > ((int32_t)0))) { goto IL_020b; } } { V_3 = (bool)0; V_8 = (bool)0; V_0 = (bool)1; goto IL_03b9; } IL_025e: { int16_t L_85 = V_10; if ((!(((uint32_t)L_85) == ((uint32_t)5)))) { goto IL_02b3; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_86 = ___stream0; NullCheck(L_86); int16_t L_87 = TokenizerStream_GetNextToken_m7187168686D44DF2B0E90455E338B4BF577FB5B5(L_86, /*hidden argument*/NULL); V_10 = L_87; int16_t L_88 = V_10; if ((((int32_t)L_88) == ((int32_t)3))) { goto IL_0281; } } { Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * L_89 = __this->get__t_1(); NullCheck(L_89); int32_t L_90 = L_89->get_LineNo_0(); XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_91 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m5F3C5B395AF359407D2D70C5A98C968C91661948(L_91, L_90, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_91, Parser_GetRequiredSizes_m5C23663F755EAFF7E3DC43006087B86F07F72DDA_RuntimeMethod_var); } IL_0281: { V_2 = (bool)1; V_5 = 1; TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_92 = ___stream0; NullCheck(L_92); TokenizerStream_TagLastToken_m10DE6894C9CFEA6F210FB7159AD8BA6A9F38C939(L_92, (int16_t)((int32_t)16640), /*hidden argument*/NULL); int32_t* L_93 = ___index1; int32_t* L_94 = ___index1; int32_t L_95 = *((int32_t*)L_94); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_96 = ___stream0; NullCheck(L_96); String_t* L_97 = TokenizerStream_GetNextString_mA65D8B2693AD8ED6F887C0384E574DE60E7F43E2(L_96, /*hidden argument*/NULL); int32_t L_98 = SecurityDocument_EncodedStringSize_m236DAAF5E2043014F6864CF24A041BEEE9C14B03(L_97, /*hidden argument*/NULL); *((int32_t*)L_93) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)))); V_9 = 1; int32_t L_99 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1)); V_0 = (bool)1; goto IL_03b9; } IL_02b3: { Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * L_100 = __this->get__t_1(); NullCheck(L_100); int32_t L_101 = L_100->get_LineNo_0(); String_t* L_102 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2B33DDB7AA0A7C8FA86264E4663D2835D6D44F62, /*hidden argument*/NULL); XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_103 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m09935DD9C9495F408627524C53C721AC055865EB(L_103, L_101, L_102, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_103, Parser_GetRequiredSizes_m5C23663F755EAFF7E3DC43006087B86F07F72DDA_RuntimeMethod_var); } IL_02ce: { V_7 = (bool)1; goto IL_03b9; } IL_02d6: { bool L_104 = V_3; if (!L_104) { goto IL_02e0; } } { V_3 = (bool)0; goto IL_03c4; } IL_02e0: { Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * L_105 = __this->get__t_1(); NullCheck(L_105); int32_t L_106 = L_105->get_LineNo_0(); String_t* L_107 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral813244D6E2E2B5B75645A507EEB8F1FB62AF3493, /*hidden argument*/NULL); XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_108 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m09935DD9C9495F408627524C53C721AC055865EB(L_108, L_106, L_107, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_108, Parser_GetRequiredSizes_m5C23663F755EAFF7E3DC43006087B86F07F72DDA_RuntimeMethod_var); } IL_02fb: { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_109 = ___stream0; NullCheck(L_109); int16_t L_110 = TokenizerStream_GetNextToken_m7187168686D44DF2B0E90455E338B4BF577FB5B5(L_109, /*hidden argument*/NULL); V_10 = L_110; int16_t L_111 = V_10; if ((!(((uint32_t)L_111) == ((uint32_t)1)))) { goto IL_0329; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_112 = ___stream0; NullCheck(L_112); TokenizerStream_TagLastToken_m10DE6894C9CFEA6F210FB7159AD8BA6A9F38C939(L_112, (int16_t)((int32_t)17408), /*hidden argument*/NULL); int32_t* L_113 = ___index1; int32_t* L_114 = ___index1; int32_t L_115 = *((int32_t*)L_114); *((int32_t*)L_113) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)1)); int32_t L_116 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_116, (int32_t)1)); V_8 = (bool)0; V_0 = (bool)1; goto IL_03b9; } IL_0329: { Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * L_117 = __this->get__t_1(); NullCheck(L_117); int32_t L_118 = L_117->get_LineNo_0(); String_t* L_119 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral24BE5A391F786F0B3CD720D9B3F6FDF21FE6F592, /*hidden argument*/NULL); XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_120 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m09935DD9C9495F408627524C53C721AC055865EB(L_120, L_118, L_119, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_120, Parser_GetRequiredSizes_m5C23663F755EAFF7E3DC43006087B86F07F72DDA_RuntimeMethod_var); } IL_0344: { bool L_121 = V_3; if (!L_121) { goto IL_0397; } } { int32_t L_122 = V_5; if ((!(((uint32_t)L_122) == ((uint32_t)1)))) { goto IL_0397; } } { int32_t L_123 = V_9; if ((!(((uint32_t)L_123) == ((uint32_t)1)))) { goto IL_0397; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_124 = ___stream0; NullCheck(L_124); int16_t L_125 = TokenizerStream_GetNextToken_m7187168686D44DF2B0E90455E338B4BF577FB5B5(L_124, /*hidden argument*/NULL); V_10 = L_125; int16_t L_126 = V_10; if ((!(((uint32_t)L_126) == ((uint32_t)1)))) { goto IL_037c; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_127 = ___stream0; NullCheck(L_127); TokenizerStream_TagLastToken_m10DE6894C9CFEA6F210FB7159AD8BA6A9F38C939(L_127, (int16_t)((int32_t)17408), /*hidden argument*/NULL); int32_t* L_128 = ___index1; int32_t* L_129 = ___index1; int32_t L_130 = *((int32_t*)L_129); *((int32_t*)L_128) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)1)); int32_t L_131 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_131, (int32_t)1)); V_8 = (bool)0; V_0 = (bool)1; goto IL_03b9; } IL_037c: { Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * L_132 = __this->get__t_1(); NullCheck(L_132); int32_t L_133 = L_132->get_LineNo_0(); String_t* L_134 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral24BE5A391F786F0B3CD720D9B3F6FDF21FE6F592, /*hidden argument*/NULL); XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_135 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m09935DD9C9495F408627524C53C721AC055865EB(L_135, L_133, L_134, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_135, Parser_GetRequiredSizes_m5C23663F755EAFF7E3DC43006087B86F07F72DDA_RuntimeMethod_var); } IL_0397: { Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * L_136 = __this->get__t_1(); NullCheck(L_136); int32_t L_137 = L_136->get_LineNo_0(); XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_138 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m5F3C5B395AF359407D2D70C5A98C968C91661948(L_138, L_137, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_138, Parser_GetRequiredSizes_m5C23663F755EAFF7E3DC43006087B86F07F72DDA_RuntimeMethod_var); } IL_03a8: { Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * L_139 = __this->get__t_1(); NullCheck(L_139); int32_t L_140 = L_139->get_LineNo_0(); XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_141 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m5F3C5B395AF359407D2D70C5A98C968C91661948(L_141, L_140, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_141, Parser_GetRequiredSizes_m5C23663F755EAFF7E3DC43006087B86F07F72DDA_RuntimeMethod_var); } IL_03b9: { bool L_142 = V_0; if (!L_142) { goto IL_03c2; } } { V_0 = (bool)0; V_1 = (bool)0; goto IL_03d4; } IL_03c2: { V_1 = (bool)1; } IL_03c4: { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_143 = ___stream0; NullCheck(L_143); int16_t L_144 = TokenizerStream_GetNextToken_m7187168686D44DF2B0E90455E338B4BF577FB5B5(L_143, /*hidden argument*/NULL); V_10 = L_144; } IL_03cc: { int16_t L_145 = V_10; if ((!(((uint32_t)L_145) == ((uint32_t)(-1))))) { goto IL_0027; } } IL_03d4: { bool L_146 = V_1; if (!L_146) { goto IL_03e8; } } { int32_t* L_147 = ___index1; int32_t* L_148 = ___index1; int32_t L_149 = *((int32_t*)L_148); *((int32_t*)L_147) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)1)); int32_t L_150 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_150, (int32_t)1)); V_8 = (bool)0; goto IL_0410; } IL_03e8: { int16_t L_151 = V_10; if ((!(((uint32_t)L_151) == ((uint32_t)(-1))))) { goto IL_0410; } } { int32_t L_152 = V_4; if ((!(((uint32_t)L_152) == ((uint32_t)1)))) { goto IL_03f5; } } { bool L_153 = V_2; if (L_153) { goto IL_0410; } } IL_03f5: { Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * L_154 = __this->get__t_1(); NullCheck(L_154); int32_t L_155 = L_154->get_LineNo_0(); String_t* L_156 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral167B6742126DC1FAA063BEF5000F36EF24FE1AFA, /*hidden argument*/NULL); XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_157 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m09935DD9C9495F408627524C53C721AC055865EB(L_157, L_155, L_156, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_157, Parser_GetRequiredSizes_m5C23663F755EAFF7E3DC43006087B86F07F72DDA_RuntimeMethod_var); } IL_0410: { int32_t L_158 = V_4; if ((((int32_t)L_158) > ((int32_t)1))) { goto IL_001a; } } { return; } } // System.Int32 System.Security.Util.Parser::DetermineFormat(System.Security.Util.TokenizerStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Parser_DetermineFormat_m4E51199D68F8F4B8472111CAB3FD8EBD1439CB5B (Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281 * __this, TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_DetermineFormat_m4E51199D68F8F4B8472111CAB3FD8EBD1439CB5B_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int16_t V_2 = 0; { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_0 = ___stream0; NullCheck(L_0); int16_t L_1 = TokenizerStream_GetNextToken_m7187168686D44DF2B0E90455E338B4BF577FB5B5(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_00b6; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_2 = ___stream0; NullCheck(L_2); int16_t L_3 = TokenizerStream_GetNextToken_m7187168686D44DF2B0E90455E338B4BF577FB5B5(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)5)))) { goto IL_00b6; } } { Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * L_4 = __this->get__t_1(); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_5 = ___stream0; NullCheck(L_4); Tokenizer_GetTokens_m20B652EDF5DC49AF9DE37012687B99F7DDA31709(L_4, L_5, (-1), (bool)1, /*hidden argument*/NULL); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_6 = ___stream0; NullCheck(L_6); TokenizerStream_GoToPosition_m398500C103709DE60399D8D4BCEB51A9D7F39BFD(L_6, 2, /*hidden argument*/NULL); V_0 = (bool)0; V_1 = (bool)0; TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_7 = ___stream0; NullCheck(L_7); int16_t L_8 = TokenizerStream_GetNextToken_m7187168686D44DF2B0E90455E338B4BF577FB5B5(L_7, /*hidden argument*/NULL); V_2 = L_8; goto IL_00ac; } IL_0039: { int16_t L_9 = V_2; if ((((int32_t)L_9) == ((int32_t)3))) { goto IL_0043; } } { int16_t L_10 = V_2; if ((((int32_t)L_10) == ((int32_t)4))) { goto IL_0086; } } { goto IL_008a; } IL_0043: { bool L_11 = V_0; bool L_12 = V_1; if (!((int32_t)((int32_t)L_11&(int32_t)L_12))) { goto IL_0060; } } { Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * L_13 = __this->get__t_1(); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_14 = ___stream0; NullCheck(L_14); String_t* L_15 = TokenizerStream_GetNextString_mA65D8B2693AD8ED6F887C0384E574DE60E7F43E2(L_14, /*hidden argument*/NULL); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_16 = Encoding_GetEncoding_mA19D07F2E88F8FF58D42B73AFF5E22241607D54E(L_15, /*hidden argument*/NULL); NullCheck(L_13); Tokenizer_ChangeFormat_mB92055E37E0FC7BD90AF405B7142EFCBD36A9F51(L_13, L_16, /*hidden argument*/NULL); return 0; } IL_0060: { bool L_17 = V_0; if (L_17) { goto IL_007a; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_18 = ___stream0; NullCheck(L_18); String_t* L_19 = TokenizerStream_GetNextString_mA65D8B2693AD8ED6F887C0384E574DE60E7F43E2(L_18, /*hidden argument*/NULL); int32_t L_20 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_19, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, 4, /*hidden argument*/NULL); if (L_20) { goto IL_00a5; } } { V_1 = (bool)1; goto IL_00a5; } IL_007a: { V_0 = (bool)0; V_1 = (bool)0; TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_21 = ___stream0; NullCheck(L_21); TokenizerStream_ThrowAwayNextString_mCE524A8A84AE088F9396336906CFF192F681D9D4(L_21, /*hidden argument*/NULL); goto IL_00a5; } IL_0086: { V_0 = (bool)1; goto IL_00a5; } IL_008a: { Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * L_22 = __this->get__t_1(); NullCheck(L_22); int32_t L_23 = L_22->get_LineNo_0(); String_t* L_24 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral167B6742126DC1FAA063BEF5000F36EF24FE1AFA, /*hidden argument*/NULL); XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_25 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m09935DD9C9495F408627524C53C721AC055865EB(L_25, L_23, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, Parser_DetermineFormat_m4E51199D68F8F4B8472111CAB3FD8EBD1439CB5B_RuntimeMethod_var); } IL_00a5: { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_26 = ___stream0; NullCheck(L_26); int16_t L_27 = TokenizerStream_GetNextToken_m7187168686D44DF2B0E90455E338B4BF577FB5B5(L_26, /*hidden argument*/NULL); V_2 = L_27; } IL_00ac: { int16_t L_28 = V_2; if ((((int32_t)L_28) == ((int32_t)(-1)))) { goto IL_00b4; } } { int16_t L_29 = V_2; if ((!(((uint32_t)L_29) == ((uint32_t)1)))) { goto IL_0039; } } IL_00b4: { return 0; } IL_00b6: { return 2; } } // System.Void System.Security.Util.Parser::ParseContents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser_ParseContents_mB9D9B4A32FEC6894B1A51F87919F06D1EA622B73 (Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_ParseContents_mB9D9B4A32FEC6894B1A51F87919F06D1EA622B73_MetadataUsageId); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int16_t V_5 = 0; { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_0 = (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 *)il2cpp_codegen_object_new(TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9_il2cpp_TypeInfo_var); TokenizerStream__ctor_m7170A93C50F96C5948724ABFAB5631572C44EBB5(L_0, /*hidden argument*/NULL); V_1 = L_0; Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * L_1 = __this->get__t_1(); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_2 = V_1; NullCheck(L_1); Tokenizer_GetTokens_m20B652EDF5DC49AF9DE37012687B99F7DDA31709(L_1, L_2, 2, (bool)0, /*hidden argument*/NULL); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_3 = V_1; NullCheck(L_3); TokenizerStream_Reset_m56A0B984472009197FF3A4B2BE53CA04C8105636(L_3, /*hidden argument*/NULL); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_4 = V_1; int32_t L_5 = Parser_DetermineFormat_m4E51199D68F8F4B8472111CAB3FD8EBD1439CB5B(__this, L_4, /*hidden argument*/NULL); V_2 = L_5; TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_6 = V_1; int32_t L_7 = V_2; NullCheck(L_6); TokenizerStream_GoToPosition_m398500C103709DE60399D8D4BCEB51A9D7F39BFD(L_6, L_7, /*hidden argument*/NULL); Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * L_8 = __this->get__t_1(); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_9 = V_1; NullCheck(L_8); Tokenizer_GetTokens_m20B652EDF5DC49AF9DE37012687B99F7DDA31709(L_8, L_9, (-1), (bool)0, /*hidden argument*/NULL); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_10 = V_1; NullCheck(L_10); TokenizerStream_Reset_m56A0B984472009197FF3A4B2BE53CA04C8105636(L_10, /*hidden argument*/NULL); V_3 = 0; TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_11 = V_1; Parser_GetRequiredSizes_m5C23663F755EAFF7E3DC43006087B86F07F72DDA(__this, L_11, (int32_t*)(&V_3), /*hidden argument*/NULL); int32_t L_12 = V_3; SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * L_13 = (SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 *)il2cpp_codegen_object_new(SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05_il2cpp_TypeInfo_var); SecurityDocument__ctor_m1993F3625A8B0FA0CF2E680132EFF8033F2DE8D9(L_13, L_12, /*hidden argument*/NULL); __this->set__doc_0(L_13); V_4 = 0; TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_14 = V_1; NullCheck(L_14); TokenizerStream_Reset_m56A0B984472009197FF3A4B2BE53CA04C8105636(L_14, /*hidden argument*/NULL); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_15 = V_1; NullCheck(L_15); int16_t L_16 = TokenizerStream_GetNextFullToken_m9725588E50C7B0064FCFB9436784159D62DF4DF3(L_15, /*hidden argument*/NULL); V_0 = L_16; goto IL_01a4; } IL_0069: { int16_t L_17 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_17&(int32_t)((int32_t)16384)))) == ((uint32_t)((int32_t)16384))))) { goto IL_019d; } } { int16_t L_18 = V_0; V_5 = (((int16_t)((int16_t)((int32_t)((int32_t)L_18&(int32_t)((int32_t)65280)))))); int16_t L_19 = V_5; if ((((int32_t)L_19) > ((int32_t)((int32_t)17152)))) { goto IL_00b0; } } { int16_t L_20 = V_5; if ((((int32_t)L_20) == ((int32_t)((int32_t)16640)))) { goto IL_00d9; } } { int16_t L_21 = V_5; if ((((int32_t)L_21) == ((int32_t)((int32_t)16896)))) { goto IL_00ff; } } { int16_t L_22 = V_5; if ((((int32_t)L_22) == ((int32_t)((int32_t)17152)))) { goto IL_0135; } } { goto IL_0197; } IL_00b0: { int16_t L_23 = V_5; if ((((int32_t)L_23) == ((int32_t)((int32_t)17408)))) { goto IL_017f; } } { int16_t L_24 = V_5; if ((((int32_t)L_24) == ((int32_t)((int32_t)20480)))) { goto IL_018f; } } { int16_t L_25 = V_5; if ((((int32_t)L_25) == ((int32_t)((int32_t)25344)))) { goto IL_0158; } } { goto IL_0197; } IL_00d9: { SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * L_26 = __this->get__doc_0(); NullCheck(L_26); SecurityDocument_AddToken_mFB273CF0CAEA93F355B57FA789987831DAAFFEF3(L_26, (uint8_t)1, (int32_t*)(&V_4), /*hidden argument*/NULL); SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * L_27 = __this->get__doc_0(); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_28 = V_1; NullCheck(L_28); String_t* L_29 = TokenizerStream_GetNextString_mA65D8B2693AD8ED6F887C0384E574DE60E7F43E2(L_28, /*hidden argument*/NULL); NullCheck(L_27); SecurityDocument_AddString_m87FEF2542778082CD90443003FCB61574E31C816(L_27, L_29, (int32_t*)(&V_4), /*hidden argument*/NULL); goto IL_019d; } IL_00ff: { SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * L_30 = __this->get__doc_0(); NullCheck(L_30); SecurityDocument_AddToken_mFB273CF0CAEA93F355B57FA789987831DAAFFEF3(L_30, (uint8_t)2, (int32_t*)(&V_4), /*hidden argument*/NULL); SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * L_31 = __this->get__doc_0(); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_32 = V_1; NullCheck(L_32); String_t* L_33 = TokenizerStream_GetNextString_mA65D8B2693AD8ED6F887C0384E574DE60E7F43E2(L_32, /*hidden argument*/NULL); NullCheck(L_31); SecurityDocument_AddString_m87FEF2542778082CD90443003FCB61574E31C816(L_31, L_33, (int32_t*)(&V_4), /*hidden argument*/NULL); SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * L_34 = __this->get__doc_0(); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_35 = V_1; NullCheck(L_35); String_t* L_36 = TokenizerStream_GetNextString_mA65D8B2693AD8ED6F887C0384E574DE60E7F43E2(L_35, /*hidden argument*/NULL); NullCheck(L_34); SecurityDocument_AddString_m87FEF2542778082CD90443003FCB61574E31C816(L_34, L_36, (int32_t*)(&V_4), /*hidden argument*/NULL); goto IL_019d; } IL_0135: { SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * L_37 = __this->get__doc_0(); NullCheck(L_37); SecurityDocument_AddToken_mFB273CF0CAEA93F355B57FA789987831DAAFFEF3(L_37, (uint8_t)3, (int32_t*)(&V_4), /*hidden argument*/NULL); SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * L_38 = __this->get__doc_0(); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_39 = V_1; NullCheck(L_39); String_t* L_40 = TokenizerStream_GetNextString_mA65D8B2693AD8ED6F887C0384E574DE60E7F43E2(L_39, /*hidden argument*/NULL); NullCheck(L_38); SecurityDocument_AddString_m87FEF2542778082CD90443003FCB61574E31C816(L_38, L_40, (int32_t*)(&V_4), /*hidden argument*/NULL); goto IL_019d; } IL_0158: { SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * L_41 = __this->get__doc_0(); NullCheck(L_41); SecurityDocument_AppendString_m7E00A1C5DB604DC15F79033E121BC7CDDB4F38EA(L_41, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, (int32_t*)(&V_4), /*hidden argument*/NULL); SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * L_42 = __this->get__doc_0(); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_43 = V_1; NullCheck(L_43); String_t* L_44 = TokenizerStream_GetNextString_mA65D8B2693AD8ED6F887C0384E574DE60E7F43E2(L_43, /*hidden argument*/NULL); NullCheck(L_42); SecurityDocument_AppendString_m7E00A1C5DB604DC15F79033E121BC7CDDB4F38EA(L_42, L_44, (int32_t*)(&V_4), /*hidden argument*/NULL); goto IL_019d; } IL_017f: { SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * L_45 = __this->get__doc_0(); NullCheck(L_45); SecurityDocument_AddToken_mFB273CF0CAEA93F355B57FA789987831DAAFFEF3(L_45, (uint8_t)4, (int32_t*)(&V_4), /*hidden argument*/NULL); goto IL_019d; } IL_018f: { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_46 = V_1; NullCheck(L_46); TokenizerStream_ThrowAwayNextString_mCE524A8A84AE088F9396336906CFF192F681D9D4(L_46, /*hidden argument*/NULL); goto IL_019d; } IL_0197: { XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_47 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m20E2E8C67553CC64883064B74FF5E52277F08397(L_47, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, Parser_ParseContents_mB9D9B4A32FEC6894B1A51F87919F06D1EA622B73_RuntimeMethod_var); } IL_019d: { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_48 = V_1; NullCheck(L_48); int16_t L_49 = TokenizerStream_GetNextFullToken_m9725588E50C7B0064FCFB9436784159D62DF4DF3(L_48, /*hidden argument*/NULL); V_0 = L_49; } IL_01a4: { int16_t L_50 = V_0; if ((!(((uint32_t)L_50) == ((uint32_t)(-1))))) { goto IL_0069; } } { return; } } // System.Void System.Security.Util.Parser::.ctor(System.Security.Util.Tokenizer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser__ctor_m41CEAFB2F1F99C02D97D28CB5F4310276B97E383 (Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281 * __this, Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * ___t0, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * L_0 = ___t0; __this->set__t_1(L_0); __this->set__doc_0((SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 *)NULL); } IL_0014: try { // begin try (depth: 1) Parser_ParseContents_mB9D9B4A32FEC6894B1A51F87919F06D1EA622B73(__this, /*hidden argument*/NULL); IL2CPP_LEAVE(0x28, FINALLY_001c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001c; } FINALLY_001c: { // begin finally (depth: 1) Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * L_1 = __this->get__t_1(); NullCheck(L_1); Tokenizer_Recycle_mDB5C18CCC9FB92A4CF88FBBDD7DFEFF9DE1B9342(L_1, /*hidden argument*/NULL); IL2CPP_END_FINALLY(28) } // end finally (depth: 1) IL2CPP_CLEANUP(28) { IL2CPP_JUMP_TBL(0x28, IL_0028) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0028: { return; } } // System.Void System.Security.Util.Parser::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser__ctor_m0CDE29B2C7F6A81A38EB4D0C708C442512BB66E2 (Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281 * __this, String_t* ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser__ctor_m0CDE29B2C7F6A81A38EB4D0C708C442512BB66E2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___input0; Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * L_1 = (Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 *)il2cpp_codegen_object_new(Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76_il2cpp_TypeInfo_var); Tokenizer__ctor_m4E4D4DB9428FF76AD706B02F63AC92EEF0B3D92A(L_1, L_0, /*hidden argument*/NULL); Parser__ctor_m41CEAFB2F1F99C02D97D28CB5F4310276B97E383(__this, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Util.Tokenizer::BasicInitialization() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tokenizer_BasicInitialization_m4FD8E3CA60954DA03BA8D3E6F5F4E8B6EEFED64D (Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tokenizer_BasicInitialization_m4FD8E3CA60954DA03BA8D3E6F5F4E8B6EEFED64D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_LineNo_0(1); __this->set__inProcessingTag_1(0); __this->set__inSavedCharacter_7((-1)); __this->set__inIndex_5(0); __this->set__inSize_6(0); __this->set__inNestedSize_14(0); __this->set__inNestedIndex_13(0); __this->set__inTokenSource_8(6); IL2CPP_RUNTIME_CLASS_INIT(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_il2cpp_TypeInfo_var); StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_0 = SharedStatics_GetSharedStringMaker_m44C8087B2523D85A9A4F8106A4272AE7092C4D9F(/*hidden argument*/NULL); __this->set__maker_10(L_0); return; } } // System.Void System.Security.Util.Tokenizer::Recycle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tokenizer_Recycle_mDB5C18CCC9FB92A4CF88FBBDD7DFEFF9DE1B9342 (Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tokenizer_Recycle_mDB5C18CCC9FB92A4CF88FBBDD7DFEFF9DE1B9342_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 ** L_0 = __this->get_address_of__maker_10(); IL2CPP_RUNTIME_CLASS_INIT(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_il2cpp_TypeInfo_var); SharedStatics_ReleaseSharedStringMaker_mE143842243678DB1D1B6B8FCC69E669C294DAAD3((StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 **)L_0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Util.Tokenizer::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tokenizer__ctor_m4E4D4DB9428FF76AD706B02F63AC92EEF0B3D92A (Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * __this, String_t* ___input0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); Tokenizer_BasicInitialization_m4FD8E3CA60954DA03BA8D3E6F5F4E8B6EEFED64D(__this, /*hidden argument*/NULL); String_t* L_0 = ___input0; __this->set__inString_4(L_0); String_t* L_1 = ___input0; NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL); __this->set__inSize_6(L_2); __this->set__inTokenSource_8(4); return; } } // System.Void System.Security.Util.Tokenizer::ChangeFormat(System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tokenizer_ChangeFormat_mB92055E37E0FC7BD90AF405B7142EFCBD36A9F51 (Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tokenizer_ChangeFormat_mB92055E37E0FC7BD90AF405B7142EFCBD36A9F51_MetadataUsageId); s_Il2CppMethodInitialized = true; } Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL; int32_t V_1 = 0; StreamTokenReader_tB1C28C8BB8F0E24C4603A1FB2F1D907AC55E0CF8 * V_2 = NULL; String_t* V_3 = NULL; { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ___encoding0; if (L_0) { goto IL_0004; } } { return; } IL_0004: { int32_t L_1 = __this->get__inTokenSource_8(); V_1 = L_1; int32_t L_2 = V_1; if ((!(((uint32_t)L_2) > ((uint32_t)2)))) { goto IL_0017; } } { int32_t L_3 = V_1; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)3))) > ((uint32_t)2)))) { goto IL_0047; } } { goto IL_0048; } IL_0017: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_4 = ___encoding0; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_5 = Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA(/*hidden argument*/NULL); if ((!(((RuntimeObject*)(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)L_4) == ((RuntimeObject*)(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)L_5)))) { goto IL_0027; } } { __this->set__inTokenSource_8(0); return; } IL_0027: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_6 = ___encoding0; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_7 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL); if ((!(((RuntimeObject*)(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)L_6) == ((RuntimeObject*)(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)L_7)))) { goto IL_0037; } } { __this->set__inTokenSource_8(1); return; } IL_0037: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_8 = ___encoding0; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_9 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL); if ((!(((RuntimeObject*)(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)L_8) == ((RuntimeObject*)(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)L_9)))) { goto IL_0048; } } { __this->set__inTokenSource_8(2); return; } IL_0047: { return; } IL_0048: { V_0 = (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL; int32_t L_10 = __this->get__inTokenSource_8(); V_1 = L_10; int32_t L_11 = V_1; if ((!(((uint32_t)L_11) > ((uint32_t)2)))) { goto IL_005d; } } { int32_t L_12 = V_1; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)3))) > ((uint32_t)2)))) { goto IL_007e; } } { goto IL_007f; } IL_005d: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get__inBytes_2(); int32_t L_14 = __this->get__inIndex_5(); int32_t L_15 = __this->get__inSize_6(); int32_t L_16 = __this->get__inIndex_5(); MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_17 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var); MemoryStream__ctor_m202D808FA26CD8AAF4087B8EFC2012B439E57A77(L_17, L_13, L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)), /*hidden argument*/NULL); V_0 = L_17; goto IL_00c1; } IL_007e: { return; } IL_007f: { RuntimeObject* L_18 = __this->get__inTokenReader_9(); V_2 = ((StreamTokenReader_tB1C28C8BB8F0E24C4603A1FB2F1D907AC55E0CF8 *)IsInstClass((RuntimeObject*)L_18, StreamTokenReader_tB1C28C8BB8F0E24C4603A1FB2F1D907AC55E0CF8_il2cpp_TypeInfo_var)); StreamTokenReader_tB1C28C8BB8F0E24C4603A1FB2F1D907AC55E0CF8 * L_19 = V_2; if (L_19) { goto IL_008f; } } { return; } IL_008f: { StreamTokenReader_tB1C28C8BB8F0E24C4603A1FB2F1D907AC55E0CF8 * L_20 = V_2; NullCheck(L_20); StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_21 = L_20->get__in_0(); NullCheck(L_21); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_22 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(15 /* System.IO.Stream System.IO.StreamReader::get_BaseStream() */, L_21); V_0 = L_22; StreamTokenReader_tB1C28C8BB8F0E24C4603A1FB2F1D907AC55E0CF8 * L_23 = V_2; NullCheck(L_23); int32_t L_24 = StreamTokenReader_get_NumCharEncountered_m27810F1DF7FBD4B61BFF09C14CFB7879B18559A4_inline(L_23, /*hidden argument*/NULL); String_t* L_25 = String_CreateString_m0E7BBCE09E386877E2B63BF7FA36B956BF221C93(NULL, ((int32_t)32), L_24, /*hidden argument*/NULL); V_3 = L_25; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_26 = V_0; StreamTokenReader_tB1C28C8BB8F0E24C4603A1FB2F1D907AC55E0CF8 * L_27 = V_2; NullCheck(L_27); StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_28 = L_27->get__in_0(); NullCheck(L_28); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_29 = VirtFuncInvoker0< Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * >::Invoke(14 /* System.Text.Encoding System.IO.StreamReader::get_CurrentEncoding() */, L_28); String_t* L_30 = V_3; NullCheck(L_29); int32_t L_31 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(11 /* System.Int32 System.Text.Encoding::GetByteCount(System.String) */, L_29, L_30); NullCheck(L_26); VirtActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_26, (((int64_t)((int64_t)L_31)))); } IL_00c1: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_32 = V_0; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_33 = ___encoding0; StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_34 = (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E *)il2cpp_codegen_object_new(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_il2cpp_TypeInfo_var); StreamReader__ctor_mF319C927A1274118E912D93F2EB2AAE4DA17E3DC(L_34, L_32, L_33, /*hidden argument*/NULL); StreamTokenReader_tB1C28C8BB8F0E24C4603A1FB2F1D907AC55E0CF8 * L_35 = (StreamTokenReader_tB1C28C8BB8F0E24C4603A1FB2F1D907AC55E0CF8 *)il2cpp_codegen_object_new(StreamTokenReader_tB1C28C8BB8F0E24C4603A1FB2F1D907AC55E0CF8_il2cpp_TypeInfo_var); StreamTokenReader__ctor_m30D42200561B52622245322BF2934843E8517A43(L_35, L_34, /*hidden argument*/NULL); __this->set__inTokenReader_9(L_35); __this->set__inTokenSource_8(6); return; } } // System.Void System.Security.Util.Tokenizer::GetTokens(System.Security.Util.TokenizerStream,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tokenizer_GetTokens_m20B652EDF5DC49AF9DE37012687B99F7DDA31709 (Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * __this, TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * ___stream0, int32_t ___maxNum1, bool ___endAfterKet2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tokenizer_GetTokens_m20B652EDF5DC49AF9DE37012687B99F7DDA31709_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t V_1 = 0x0; int32_t V_2 = 0; bool V_3 = false; bool V_4 = false; StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; { goto IL_06aa; } IL_0005: { V_0 = (-1); V_2 = 0; V_3 = (bool)0; V_4 = (bool)0; StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_0 = __this->get__maker_10(); V_5 = L_0; StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_1 = V_5; NullCheck(L_1); L_1->set__outStringBuilder_3((StringBuilder_t *)NULL); StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_2 = V_5; NullCheck(L_2); L_2->set__outIndex_5(0); } IL_0026: { int32_t L_3 = __this->get__inSavedCharacter_7(); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0042; } } { int32_t L_4 = __this->get__inSavedCharacter_7(); V_0 = L_4; __this->set__inSavedCharacter_7((-1)); goto IL_040a; } IL_0042: { int32_t L_5 = __this->get__inTokenSource_8(); V_6 = L_5; int32_t L_6 = V_6; switch (L_6) { case 0: { goto IL_006e; } case 1: { goto IL_00b9; } case 2: { goto IL_0229; } case 3: { goto IL_0260; } case 4: { goto IL_0297; } case 5: { goto IL_02d2; } } } { goto IL_03f2; } IL_006e: { int32_t L_7 = __this->get__inIndex_5(); int32_t L_8 = __this->get__inSize_6(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))) < ((int32_t)L_8))) { goto IL_0086; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_9 = ___stream0; NullCheck(L_9); TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3(L_9, (int16_t)(-1), /*hidden argument*/NULL); return; } IL_0086: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get__inBytes_2(); int32_t L_11 = __this->get__inIndex_5(); NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); uint8_t L_13 = (L_10)->GetAt(static_cast(L_12)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get__inBytes_2(); int32_t L_15 = __this->get__inIndex_5(); NullCheck(L_14); int32_t L_16 = L_15; uint8_t L_17 = (L_14)->GetAt(static_cast(L_16)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_13<<(int32_t)8)), (int32_t)L_17)); int32_t L_18 = __this->get__inIndex_5(); __this->set__inIndex_5(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)2))); goto IL_040a; } IL_00b9: { int32_t L_19 = __this->get__inIndex_5(); int32_t L_20 = __this->get__inSize_6(); if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_00cf; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_21 = ___stream0; NullCheck(L_21); TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3(L_21, (int16_t)(-1), /*hidden argument*/NULL); return; } IL_00cf: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = __this->get__inBytes_2(); int32_t L_23 = __this->get__inIndex_5(); V_7 = L_23; int32_t L_24 = V_7; __this->set__inIndex_5(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))); int32_t L_25 = V_7; NullCheck(L_22); int32_t L_26 = L_25; uint8_t L_27 = (L_22)->GetAt(static_cast(L_26)); V_0 = L_27; int32_t L_28 = V_0; if (!((int32_t)((int32_t)L_28&(int32_t)((int32_t)128)))) { goto IL_040a; } } { int32_t L_29 = V_0; V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)L_29&(int32_t)((int32_t)240)))>>(int32_t)4)); int32_t L_30 = V_7; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)8))) { case 0: { goto IL_012d; } case 1: { goto IL_012d; } case 2: { goto IL_012d; } case 3: { goto IL_012d; } case 4: { goto IL_0139; } case 5: { goto IL_0139; } case 6: { goto IL_0142; } case 7: { goto IL_014b; } } } { goto IL_0157; } IL_012d: { int32_t L_31 = __this->get_LineNo_0(); XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_32 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m5F3C5B395AF359407D2D70C5A98C968C91661948(L_32, L_31, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, Tokenizer_GetTokens_m20B652EDF5DC49AF9DE37012687B99F7DDA31709_RuntimeMethod_var); } IL_0139: { int32_t L_33 = V_0; V_0 = ((int32_t)((int32_t)L_33&(int32_t)((int32_t)31))); V_2 = 2; goto IL_0157; } IL_0142: { int32_t L_34 = V_0; V_0 = ((int32_t)((int32_t)L_34&(int32_t)((int32_t)15))); V_2 = 3; goto IL_0157; } IL_014b: { int32_t L_35 = __this->get_LineNo_0(); XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_36 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m5F3C5B395AF359407D2D70C5A98C968C91661948(L_36, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, Tokenizer_GetTokens_m20B652EDF5DC49AF9DE37012687B99F7DDA31709_RuntimeMethod_var); } IL_0157: { int32_t L_37 = __this->get__inIndex_5(); int32_t L_38 = __this->get__inSize_6(); if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_017b; } } { int32_t L_39 = __this->get_LineNo_0(); String_t* L_40 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral167B6742126DC1FAA063BEF5000F36EF24FE1AFA, /*hidden argument*/NULL); XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_41 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m09935DD9C9495F408627524C53C721AC055865EB(L_41, L_39, L_40, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, Tokenizer_GetTokens_m20B652EDF5DC49AF9DE37012687B99F7DDA31709_RuntimeMethod_var); } IL_017b: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = __this->get__inBytes_2(); int32_t L_43 = __this->get__inIndex_5(); V_7 = L_43; int32_t L_44 = V_7; __this->set__inIndex_5(((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1))); int32_t L_45 = V_7; NullCheck(L_42); int32_t L_46 = L_45; uint8_t L_47 = (L_42)->GetAt(static_cast(L_46)); V_1 = L_47; uint8_t L_48 = V_1; if ((((int32_t)((int32_t)((int32_t)L_48&(int32_t)((int32_t)192)))) == ((int32_t)((int32_t)128)))) { goto IL_01b1; } } { int32_t L_49 = __this->get_LineNo_0(); XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_50 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m5F3C5B395AF359407D2D70C5A98C968C91661948(L_50, L_49, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_50, Tokenizer_GetTokens_m20B652EDF5DC49AF9DE37012687B99F7DDA31709_RuntimeMethod_var); } IL_01b1: { int32_t L_51 = V_0; uint8_t L_52 = V_1; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_51<<(int32_t)6))|(int32_t)((int32_t)((int32_t)L_52&(int32_t)((int32_t)63))))); int32_t L_53 = V_2; if ((((int32_t)L_53) == ((int32_t)2))) { goto IL_040a; } } { int32_t L_54 = __this->get__inIndex_5(); int32_t L_55 = __this->get__inSize_6(); if ((((int32_t)L_54) < ((int32_t)L_55))) { goto IL_01e5; } } { int32_t L_56 = __this->get_LineNo_0(); String_t* L_57 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral167B6742126DC1FAA063BEF5000F36EF24FE1AFA, /*hidden argument*/NULL); XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_58 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m09935DD9C9495F408627524C53C721AC055865EB(L_58, L_56, L_57, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_58, Tokenizer_GetTokens_m20B652EDF5DC49AF9DE37012687B99F7DDA31709_RuntimeMethod_var); } IL_01e5: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_59 = __this->get__inBytes_2(); int32_t L_60 = __this->get__inIndex_5(); V_7 = L_60; int32_t L_61 = V_7; __this->set__inIndex_5(((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1))); int32_t L_62 = V_7; NullCheck(L_59); int32_t L_63 = L_62; uint8_t L_64 = (L_59)->GetAt(static_cast(L_63)); V_1 = L_64; uint8_t L_65 = V_1; if ((((int32_t)((int32_t)((int32_t)L_65&(int32_t)((int32_t)192)))) == ((int32_t)((int32_t)128)))) { goto IL_021b; } } { int32_t L_66 = __this->get_LineNo_0(); XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_67 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m5F3C5B395AF359407D2D70C5A98C968C91661948(L_67, L_66, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_67, Tokenizer_GetTokens_m20B652EDF5DC49AF9DE37012687B99F7DDA31709_RuntimeMethod_var); } IL_021b: { int32_t L_68 = V_0; uint8_t L_69 = V_1; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_68<<(int32_t)6))|(int32_t)((int32_t)((int32_t)L_69&(int32_t)((int32_t)63))))); goto IL_040a; } IL_0229: { int32_t L_70 = __this->get__inIndex_5(); int32_t L_71 = __this->get__inSize_6(); if ((((int32_t)L_70) < ((int32_t)L_71))) { goto IL_023f; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_72 = ___stream0; NullCheck(L_72); TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3(L_72, (int16_t)(-1), /*hidden argument*/NULL); return; } IL_023f: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_73 = __this->get__inBytes_2(); int32_t L_74 = __this->get__inIndex_5(); V_7 = L_74; int32_t L_75 = V_7; __this->set__inIndex_5(((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1))); int32_t L_76 = V_7; NullCheck(L_73); int32_t L_77 = L_76; uint8_t L_78 = (L_73)->GetAt(static_cast(L_77)); V_0 = L_78; goto IL_040a; } IL_0260: { int32_t L_79 = __this->get__inIndex_5(); int32_t L_80 = __this->get__inSize_6(); if ((((int32_t)L_79) < ((int32_t)L_80))) { goto IL_0276; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_81 = ___stream0; NullCheck(L_81); TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3(L_81, (int16_t)(-1), /*hidden argument*/NULL); return; } IL_0276: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_82 = __this->get__inChars_3(); int32_t L_83 = __this->get__inIndex_5(); V_7 = L_83; int32_t L_84 = V_7; __this->set__inIndex_5(((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1))); int32_t L_85 = V_7; NullCheck(L_82); int32_t L_86 = L_85; uint16_t L_87 = (uint16_t)(L_82)->GetAt(static_cast(L_86)); V_0 = L_87; goto IL_040a; } IL_0297: { int32_t L_88 = __this->get__inIndex_5(); int32_t L_89 = __this->get__inSize_6(); if ((((int32_t)L_88) < ((int32_t)L_89))) { goto IL_02ad; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_90 = ___stream0; NullCheck(L_90); TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3(L_90, (int16_t)(-1), /*hidden argument*/NULL); return; } IL_02ad: { String_t* L_91 = __this->get__inString_4(); int32_t L_92 = __this->get__inIndex_5(); V_7 = L_92; int32_t L_93 = V_7; __this->set__inIndex_5(((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1))); int32_t L_94 = V_7; NullCheck(L_91); Il2CppChar L_95 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_91, L_94, /*hidden argument*/NULL); V_0 = L_95; goto IL_040a; } IL_02d2: { int32_t L_96 = __this->get__inNestedSize_14(); if (!L_96) { goto IL_0314; } } { int32_t L_97 = __this->get__inNestedIndex_13(); int32_t L_98 = __this->get__inNestedSize_14(); if ((((int32_t)L_97) >= ((int32_t)L_98))) { goto IL_030d; } } { String_t* L_99 = __this->get__inNestedString_15(); int32_t L_100 = __this->get__inNestedIndex_13(); V_7 = L_100; int32_t L_101 = V_7; __this->set__inNestedIndex_13(((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1))); int32_t L_102 = V_7; NullCheck(L_99); Il2CppChar L_103 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_99, L_102, /*hidden argument*/NULL); V_0 = L_103; goto IL_040a; } IL_030d: { __this->set__inNestedSize_14(0); } IL_0314: { int32_t L_104 = __this->get__inIndex_5(); int32_t L_105 = __this->get__inSize_6(); if ((((int32_t)L_104) < ((int32_t)L_105))) { goto IL_032a; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_106 = ___stream0; NullCheck(L_106); TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3(L_106, (int16_t)(-1), /*hidden argument*/NULL); return; } IL_032a: { String_t* L_107 = __this->get__inString_4(); int32_t L_108 = __this->get__inIndex_5(); V_7 = L_108; int32_t L_109 = V_7; __this->set__inIndex_5(((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1))); int32_t L_110 = V_7; NullCheck(L_107); Il2CppChar L_111 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_107, L_110, /*hidden argument*/NULL); V_0 = L_111; int32_t L_112 = V_0; if ((!(((uint32_t)L_112) == ((uint32_t)((int32_t)123))))) { goto IL_040a; } } { V_8 = 0; goto IL_03e1; } IL_035a: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_113 = __this->get__searchStrings_11(); int32_t L_114 = V_8; NullCheck(L_113); int32_t L_115 = L_114; String_t* L_116 = (L_113)->GetAt(static_cast(L_115)); String_t* L_117 = __this->get__inString_4(); int32_t L_118 = __this->get__inIndex_5(); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_119 = __this->get__searchStrings_11(); int32_t L_120 = V_8; NullCheck(L_119); int32_t L_121 = L_120; String_t* L_122 = (L_119)->GetAt(static_cast(L_121)); NullCheck(L_122); int32_t L_123 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_122, /*hidden argument*/NULL); int32_t L_124 = String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064(L_116, 0, L_117, ((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)1)), L_123, 4, /*hidden argument*/NULL); if (L_124) { goto IL_03db; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_125 = __this->get__replaceStrings_12(); int32_t L_126 = V_8; NullCheck(L_125); int32_t L_127 = L_126; String_t* L_128 = (L_125)->GetAt(static_cast(L_127)); __this->set__inNestedString_15(L_128); String_t* L_129 = __this->get__inNestedString_15(); NullCheck(L_129); int32_t L_130 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_129, /*hidden argument*/NULL); __this->set__inNestedSize_14(L_130); __this->set__inNestedIndex_13(1); String_t* L_131 = __this->get__inNestedString_15(); NullCheck(L_131); Il2CppChar L_132 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_131, 0, /*hidden argument*/NULL); V_0 = L_132; int32_t L_133 = __this->get__inIndex_5(); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_134 = __this->get__searchStrings_11(); int32_t L_135 = V_8; NullCheck(L_134); int32_t L_136 = L_135; String_t* L_137 = (L_134)->GetAt(static_cast(L_136)); NullCheck(L_137); int32_t L_138 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_137, /*hidden argument*/NULL); __this->set__inIndex_5(((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_138, (int32_t)1))))); goto IL_040a; } IL_03db: { int32_t L_139 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)1)); } IL_03e1: { int32_t L_140 = V_8; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_141 = __this->get__searchStrings_11(); NullCheck(L_141); if ((((int32_t)L_140) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_141)->max_length))))))) { goto IL_035a; } } { goto IL_040a; } IL_03f2: { RuntimeObject* L_142 = __this->get__inTokenReader_9(); NullCheck(L_142); int32_t L_143 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Security.Util.Tokenizer/ITokenReader::Read() */, ITokenReader_t9AB5AD98F8A29D8E7066F5A6EDE296B9EAA4CAE2_il2cpp_TypeInfo_var, L_142); V_0 = L_143; int32_t L_144 = V_0; if ((!(((uint32_t)L_144) == ((uint32_t)(-1))))) { goto IL_040a; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_145 = ___stream0; NullCheck(L_145); TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3(L_145, (int16_t)(-1), /*hidden argument*/NULL); return; } IL_040a: { bool L_146 = V_3; if (L_146) { goto IL_0532; } } { int32_t L_147 = V_0; if ((((int32_t)L_147) > ((int32_t)((int32_t)34)))) { goto IL_044c; } } { int32_t L_148 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_148, (int32_t)((int32_t)9)))) { case 0: { goto IL_0026; } case 1: { goto IL_0477; } case 2: { goto IL_062f; } case 3: { goto IL_062f; } case 4: { goto IL_0026; } } } { int32_t L_149 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_149, (int32_t)((int32_t)32)))) { case 0: { goto IL_0026; } case 1: { goto IL_04fa; } case 2: { goto IL_0528; } } } { goto IL_062f; } IL_044c: { int32_t L_150 = V_0; if ((((int32_t)L_150) == ((int32_t)((int32_t)45)))) { goto IL_0511; } } { int32_t L_151 = V_0; if ((((int32_t)L_151) == ((int32_t)((int32_t)47)))) { goto IL_04cc; } } { int32_t L_152 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_152, (int32_t)((int32_t)60)))) { case 0: { goto IL_048a; } case 1: { goto IL_04c0; } case 2: { goto IL_04a4; } case 3: { goto IL_04e3; } } } { goto IL_062f; } IL_0477: { int32_t L_153 = __this->get_LineNo_0(); __this->set_LineNo_0(((int32_t)il2cpp_codegen_add((int32_t)L_153, (int32_t)1))); goto IL_0026; } IL_048a: { int32_t L_154 = __this->get__inProcessingTag_1(); __this->set__inProcessingTag_1(((int32_t)il2cpp_codegen_add((int32_t)L_154, (int32_t)1))); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_155 = ___stream0; NullCheck(L_155); TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3(L_155, (int16_t)0, /*hidden argument*/NULL); goto IL_06aa; } IL_04a4: { int32_t L_156 = __this->get__inProcessingTag_1(); __this->set__inProcessingTag_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_156, (int32_t)1))); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_157 = ___stream0; NullCheck(L_157); TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3(L_157, (int16_t)1, /*hidden argument*/NULL); bool L_158 = ___endAfterKet2; if (!L_158) { goto IL_06aa; } } { return; } IL_04c0: { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_159 = ___stream0; NullCheck(L_159); TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3(L_159, (int16_t)4, /*hidden argument*/NULL); goto IL_06aa; } IL_04cc: { int32_t L_160 = __this->get__inProcessingTag_1(); if (!L_160) { goto IL_062f; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_161 = ___stream0; NullCheck(L_161); TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3(L_161, (int16_t)2, /*hidden argument*/NULL); goto IL_06aa; } IL_04e3: { int32_t L_162 = __this->get__inProcessingTag_1(); if (!L_162) { goto IL_062f; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_163 = ___stream0; NullCheck(L_163); TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3(L_163, (int16_t)5, /*hidden argument*/NULL); goto IL_06aa; } IL_04fa: { int32_t L_164 = __this->get__inProcessingTag_1(); if (!L_164) { goto IL_062f; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_165 = ___stream0; NullCheck(L_165); TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3(L_165, (int16_t)6, /*hidden argument*/NULL); goto IL_06aa; } IL_0511: { int32_t L_166 = __this->get__inProcessingTag_1(); if (!L_166) { goto IL_062f; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_167 = ___stream0; NullCheck(L_167); TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3(L_167, (int16_t)7, /*hidden argument*/NULL); goto IL_06aa; } IL_0528: { V_3 = (bool)1; V_4 = (bool)1; goto IL_0026; } IL_0532: { int32_t L_168 = V_0; if ((((int32_t)L_168) > ((int32_t)((int32_t)34)))) { goto IL_0566; } } { int32_t L_169 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_169, (int32_t)((int32_t)9)))) { case 0: { goto IL_05ec; } case 1: { goto IL_0608; } case 2: { goto IL_062f; } case 3: { goto IL_062f; } case 4: { goto IL_05ec; } } } { int32_t L_170 = V_0; if ((((int32_t)L_170) == ((int32_t)((int32_t)32)))) { goto IL_05ec; } } { int32_t L_171 = V_0; if ((((int32_t)L_171) == ((int32_t)((int32_t)34)))) { goto IL_05d0; } } { goto IL_062f; } IL_0566: { int32_t L_172 = V_0; if ((((int32_t)L_172) == ((int32_t)((int32_t)47)))) { goto IL_05a2; } } { int32_t L_173 = V_0; if ((((int32_t)L_173) == ((int32_t)((int32_t)60)))) { goto IL_057c; } } { int32_t L_174 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_174, (int32_t)((int32_t)61)))) > ((uint32_t)1)))) { goto IL_05a2; } } { goto IL_062f; } IL_057c: { bool L_175 = V_4; if (L_175) { goto IL_062f; } } { int32_t L_176 = V_0; __this->set__inSavedCharacter_7(L_176); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_177 = ___stream0; NullCheck(L_177); TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3(L_177, (int16_t)3, /*hidden argument*/NULL); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_178 = ___stream0; String_t* L_179 = Tokenizer_GetStringToken_m0BC19C848F72D27D56B930F63166A0792665F510(__this, /*hidden argument*/NULL); NullCheck(L_178); TokenizerStream_AddString_mA9917C19DE05BD7592D2F7FE39B9DB1489E22D27(L_178, L_179, /*hidden argument*/NULL); goto IL_06aa; } IL_05a2: { bool L_180 = V_4; if (L_180) { goto IL_062f; } } { int32_t L_181 = __this->get__inProcessingTag_1(); if (!L_181) { goto IL_062f; } } { int32_t L_182 = V_0; __this->set__inSavedCharacter_7(L_182); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_183 = ___stream0; NullCheck(L_183); TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3(L_183, (int16_t)3, /*hidden argument*/NULL); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_184 = ___stream0; String_t* L_185 = Tokenizer_GetStringToken_m0BC19C848F72D27D56B930F63166A0792665F510(__this, /*hidden argument*/NULL); NullCheck(L_184); TokenizerStream_AddString_mA9917C19DE05BD7592D2F7FE39B9DB1489E22D27(L_184, L_185, /*hidden argument*/NULL); goto IL_06aa; } IL_05d0: { bool L_186 = V_4; if (!L_186) { goto IL_062f; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_187 = ___stream0; NullCheck(L_187); TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3(L_187, (int16_t)3, /*hidden argument*/NULL); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_188 = ___stream0; String_t* L_189 = Tokenizer_GetStringToken_m0BC19C848F72D27D56B930F63166A0792665F510(__this, /*hidden argument*/NULL); NullCheck(L_188); TokenizerStream_AddString_mA9917C19DE05BD7592D2F7FE39B9DB1489E22D27(L_188, L_189, /*hidden argument*/NULL); goto IL_06aa; } IL_05ec: { bool L_190 = V_4; if (L_190) { goto IL_062f; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_191 = ___stream0; NullCheck(L_191); TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3(L_191, (int16_t)3, /*hidden argument*/NULL); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_192 = ___stream0; String_t* L_193 = Tokenizer_GetStringToken_m0BC19C848F72D27D56B930F63166A0792665F510(__this, /*hidden argument*/NULL); NullCheck(L_192); TokenizerStream_AddString_mA9917C19DE05BD7592D2F7FE39B9DB1489E22D27(L_192, L_193, /*hidden argument*/NULL); goto IL_06aa; } IL_0608: { int32_t L_194 = __this->get_LineNo_0(); __this->set_LineNo_0(((int32_t)il2cpp_codegen_add((int32_t)L_194, (int32_t)1))); bool L_195 = V_4; if (L_195) { goto IL_062f; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_196 = ___stream0; NullCheck(L_196); TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3(L_196, (int16_t)3, /*hidden argument*/NULL); TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_197 = ___stream0; String_t* L_198 = Tokenizer_GetStringToken_m0BC19C848F72D27D56B930F63166A0792665F510(__this, /*hidden argument*/NULL); NullCheck(L_197); TokenizerStream_AddString_mA9917C19DE05BD7592D2F7FE39B9DB1489E22D27(L_197, L_198, /*hidden argument*/NULL); goto IL_06aa; } IL_062f: { V_3 = (bool)1; StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_199 = V_5; NullCheck(L_199); int32_t L_200 = L_199->get__outIndex_5(); if ((((int32_t)L_200) >= ((int32_t)((int32_t)512)))) { goto IL_0663; } } { StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_201 = V_5; NullCheck(L_201); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_202 = L_201->get__outChars_4(); StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_203 = V_5; StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_204 = L_203; NullCheck(L_204); int32_t L_205 = L_204->get__outIndex_5(); V_7 = L_205; int32_t L_206 = V_7; NullCheck(L_204); L_204->set__outIndex_5(((int32_t)il2cpp_codegen_add((int32_t)L_206, (int32_t)1))); int32_t L_207 = V_7; int32_t L_208 = V_0; NullCheck(L_202); (L_202)->SetAt(static_cast(L_207), (Il2CppChar)(((int32_t)((uint16_t)L_208)))); goto IL_0026; } IL_0663: { StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_209 = V_5; NullCheck(L_209); StringBuilder_t * L_210 = L_209->get__outStringBuilder_3(); if (L_210) { goto IL_0678; } } { StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_211 = V_5; StringBuilder_t * L_212 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_212, /*hidden argument*/NULL); NullCheck(L_211); L_211->set__outStringBuilder_3(L_212); } IL_0678: { StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_213 = V_5; NullCheck(L_213); StringBuilder_t * L_214 = L_213->get__outStringBuilder_3(); StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_215 = V_5; NullCheck(L_215); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_216 = L_215->get__outChars_4(); NullCheck(L_214); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_214, L_216, 0, ((int32_t)512), /*hidden argument*/NULL); StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_217 = V_5; NullCheck(L_217); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_218 = L_217->get__outChars_4(); int32_t L_219 = V_0; NullCheck(L_218); (L_218)->SetAt(static_cast(0), (Il2CppChar)(((int32_t)((uint16_t)L_219)))); StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_220 = V_5; NullCheck(L_220); L_220->set__outIndex_5(1); goto IL_0026; } IL_06aa: { int32_t L_221 = ___maxNum1; if ((((int32_t)L_221) == ((int32_t)(-1)))) { goto IL_0005; } } { TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * L_222 = ___stream0; NullCheck(L_222); int32_t L_223 = TokenizerStream_GetTokenCount_mB6919ADDA845EB36C50623DA9F76403DCE1D2B15_inline(L_222, /*hidden argument*/NULL); int32_t L_224 = ___maxNum1; if ((((int32_t)L_223) < ((int32_t)L_224))) { goto IL_0005; } } { return; } } // System.String System.Security.Util.Tokenizer::GetStringToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Tokenizer_GetStringToken_m0BC19C848F72D27D56B930F63166A0792665F510 (Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * __this, const RuntimeMethod* method) { { StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_0 = __this->get__maker_10(); NullCheck(L_0); String_t* L_1 = StringMaker_MakeString_mBC21B13D64DC28A5518A8C4B85B5E4B6EA0DB111(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Util.Tokenizer_StreamTokenReader::.ctor(System.IO.StreamReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamTokenReader__ctor_m30D42200561B52622245322BF2934843E8517A43 (StreamTokenReader_tB1C28C8BB8F0E24C4603A1FB2F1D907AC55E0CF8 * __this, StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___input0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_0 = ___input0; __this->set__in_0(L_0); __this->set__numCharRead_1(0); return; } } // System.Int32 System.Security.Util.Tokenizer_StreamTokenReader::Read() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StreamTokenReader_Read_m603F9AAB0699E07260C19925E619A08325DCBB75 (StreamTokenReader_tB1C28C8BB8F0E24C4603A1FB2F1D907AC55E0CF8 * __this, const RuntimeMethod* method) { int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; { StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_0 = __this->get__in_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_0); int32_t L_2 = L_1; G_B1_0 = L_2; if ((((int32_t)L_2) == ((int32_t)(-1)))) { G_B2_0 = L_2; goto IL_001d; } } { int32_t L_3 = __this->get__numCharRead_1(); __this->set__numCharRead_1(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); G_B2_0 = G_B1_0; } IL_001d: { return G_B2_0; } } // System.Int32 System.Security.Util.Tokenizer_StreamTokenReader::get_NumCharEncountered() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StreamTokenReader_get_NumCharEncountered_m27810F1DF7FBD4B61BFF09C14CFB7879B18559A4 (StreamTokenReader_tB1C28C8BB8F0E24C4603A1FB2F1D907AC55E0CF8 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__numCharRead_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.UInt32 System.Security.Util.Tokenizer_StringMaker::HashString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t StringMaker_HashString_m2FA993B2498A84A17FADEC3665C31CDAF7E5DEBB (String_t* ___str0, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; String_t* L_0 = ___str0; NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL); V_1 = L_1; V_2 = 0; goto IL_0022; } IL_000d: { uint32_t L_2 = V_0; String_t* L_3 = ___str0; int32_t L_4 = V_2; NullCheck(L_3); Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL); uint32_t L_6 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2<<(int32_t)3))^(int32_t)L_5))^(int32_t)((int32_t)((uint32_t)L_6>>((int32_t)29))))); int32_t L_7 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0022: { int32_t L_8 = V_2; int32_t L_9 = V_1; if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_000d; } } { uint32_t L_10 = V_0; return L_10; } } // System.UInt32 System.Security.Util.Tokenizer_StringMaker::HashCharArray(System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t StringMaker_HashCharArray_m1B77546739C32DD29D8F9893CCEB80FE43F68C0A (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___a0, int32_t ___l1, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; V_1 = 0; goto IL_0017; } IL_0006: { uint32_t L_0 = V_0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___a0; int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; uint16_t L_4 = (uint16_t)(L_1)->GetAt(static_cast(L_3)); uint32_t L_5 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0<<(int32_t)3))^(int32_t)L_4))^(int32_t)((int32_t)((uint32_t)L_5>>((int32_t)29))))); int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0017: { int32_t L_7 = V_1; int32_t L_8 = ___l1; if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0006; } } { uint32_t L_9 = V_0; return L_9; } } // System.Void System.Security.Util.Tokenizer_StringMaker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringMaker__ctor_m5004D4F0EFFA0C62D3BEE0FE3F90F90032EEC384 (StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringMaker__ctor_m5004D4F0EFFA0C62D3BEE0FE3F90F90032EEC384_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); __this->set_cStringsMax_1(((int32_t)2048)); __this->set_cStringsUsed_2(0); uint32_t L_0 = __this->get_cStringsMax_1(); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_0); __this->set_aStrings_0(L_1); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)512)); __this->set__outChars_4(L_2); return; } } // System.Boolean System.Security.Util.Tokenizer_StringMaker::CompareStringAndChars(System.String,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringMaker_CompareStringAndChars_m135463E8BD4889E0026A7C2E700DE90C0E5A3A8C (StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * __this, String_t* ___str0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___a1, int32_t ___l2, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___str0; NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL); int32_t L_2 = ___l2; if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_000b; } } { return (bool)0; } IL_000b: { V_0 = 0; goto IL_0021; } IL_000f: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = ___a1; int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast(L_5)); String_t* L_7 = ___str0; int32_t L_8 = V_0; NullCheck(L_7); Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_8, /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)L_9))) { goto IL_001d; } } { return (bool)0; } IL_001d: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0021: { int32_t L_11 = V_0; int32_t L_12 = ___l2; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_000f; } } { return (bool)1; } } // System.String System.Security.Util.Tokenizer_StringMaker::MakeString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringMaker_MakeString_mBC21B13D64DC28A5518A8C4B85B5E4B6EA0DB111 (StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringMaker_MakeString_mBC21B13D64DC28A5518A8C4B85B5E4B6EA0DB111_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; uint32_t V_4 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_5 = NULL; int32_t V_6 = 0; { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get__outChars_4(); V_1 = L_0; int32_t L_1 = __this->get__outIndex_5(); V_2 = L_1; StringBuilder_t * L_2 = __this->get__outStringBuilder_3(); if (!L_2) { goto IL_003b; } } { StringBuilder_t * L_3 = __this->get__outStringBuilder_3(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = __this->get__outChars_4(); int32_t L_5 = __this->get__outIndex_5(); NullCheck(L_3); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_3, L_4, 0, L_5, /*hidden argument*/NULL); StringBuilder_t * L_6 = __this->get__outStringBuilder_3(); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); return L_7; } IL_003b: { uint32_t L_8 = __this->get_cStringsUsed_2(); uint32_t L_9 = __this->get_cStringsMax_1(); if ((!(((uint32_t)L_8) > ((uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((uint32_t)(int32_t)L_9/(uint32_t)(int32_t)4)), (int32_t)3)))))) { goto IL_00c4; } } { uint32_t L_10 = __this->get_cStringsMax_1(); V_4 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)2)); uint32_t L_11 = V_4; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_11); V_5 = L_12; V_6 = 0; goto IL_00a8; } IL_0065: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = __this->get_aStrings_0(); int32_t L_14 = V_6; NullCheck(L_13); int32_t L_15 = L_14; String_t* L_16 = (L_13)->GetAt(static_cast(L_15)); if (!L_16) { goto IL_00a2; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = __this->get_aStrings_0(); int32_t L_18 = V_6; NullCheck(L_17); int32_t L_19 = L_18; String_t* L_20 = (L_17)->GetAt(static_cast(L_19)); uint32_t L_21 = StringMaker_HashString_m2FA993B2498A84A17FADEC3665C31CDAF7E5DEBB(L_20, /*hidden argument*/NULL); uint32_t L_22 = V_4; V_0 = ((int32_t)((uint32_t)(int32_t)L_21%(uint32_t)(int32_t)L_22)); goto IL_008f; } IL_0084: { uint32_t L_23 = V_0; int32_t L_24 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); V_0 = L_24; uint32_t L_25 = V_4; if ((!(((uint32_t)L_24) >= ((uint32_t)L_25)))) { goto IL_008f; } } { V_0 = 0; } IL_008f: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_26 = V_5; uint32_t L_27 = V_0; NullCheck(L_26); uint32_t L_28 = L_27; String_t* L_29 = (L_26)->GetAt(static_cast(L_28)); if (L_29) { goto IL_0084; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_30 = V_5; uint32_t L_31 = V_0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_32 = __this->get_aStrings_0(); int32_t L_33 = V_6; NullCheck(L_32); int32_t L_34 = L_33; String_t* L_35 = (L_32)->GetAt(static_cast(L_34)); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_35); (L_30)->SetAt(static_cast(L_31), (String_t*)L_35); } IL_00a2: { int32_t L_36 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00a8: { int32_t L_37 = V_6; uint32_t L_38 = __this->get_cStringsMax_1(); if ((((int64_t)(((int64_t)((int64_t)L_37)))) < ((int64_t)(((int64_t)((uint64_t)L_38)))))) { goto IL_0065; } } { uint32_t L_39 = V_4; __this->set_cStringsMax_1(L_39); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_40 = V_5; __this->set_aStrings_0(L_40); } IL_00c4: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_41 = V_1; int32_t L_42 = V_2; uint32_t L_43 = StringMaker_HashCharArray_m1B77546739C32DD29D8F9893CCEB80FE43F68C0A(L_41, L_42, /*hidden argument*/NULL); uint32_t L_44 = __this->get_cStringsMax_1(); V_0 = ((int32_t)((uint32_t)(int32_t)L_43%(uint32_t)(int32_t)L_44)); goto IL_00f1; } IL_00d5: { String_t* L_45 = V_3; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_46 = V_1; int32_t L_47 = V_2; bool L_48 = StringMaker_CompareStringAndChars_m135463E8BD4889E0026A7C2E700DE90C0E5A3A8C(__this, L_45, L_46, L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_00e2; } } { String_t* L_49 = V_3; return L_49; } IL_00e2: { uint32_t L_50 = V_0; int32_t L_51 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); V_0 = L_51; uint32_t L_52 = __this->get_cStringsMax_1(); if ((!(((uint32_t)L_51) >= ((uint32_t)L_52)))) { goto IL_00f1; } } { V_0 = 0; } IL_00f1: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_53 = __this->get_aStrings_0(); uint32_t L_54 = V_0; NullCheck(L_53); uint32_t L_55 = L_54; String_t* L_56 = (L_53)->GetAt(static_cast(L_55)); String_t* L_57 = L_56; V_3 = L_57; if (L_57) { goto IL_00d5; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_58 = V_1; int32_t L_59 = V_2; String_t* L_60 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_58, 0, L_59, /*hidden argument*/NULL); V_3 = L_60; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_61 = __this->get_aStrings_0(); uint32_t L_62 = V_0; String_t* L_63 = V_3; NullCheck(L_61); ArrayElementTypeCheck (L_61, L_63); (L_61)->SetAt(static_cast(L_62), (String_t*)L_63); uint32_t L_64 = __this->get_cStringsUsed_2(); __this->set_cStringsUsed_2(((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1))); String_t* L_65 = V_3; return L_65; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.Util.TokenizerShortBlock::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerShortBlock__ctor_m61E419D8189044C1B23E02A64807E1EE5E233500 (TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TokenizerShortBlock__ctor_m61E419D8189044C1B23E02A64807E1EE5E233500_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_0 = (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)SZArrayNew(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_m_block_0(L_0); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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.Security.Util.TokenizerStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerStream__ctor_m7170A93C50F96C5948724ABFAB5631572C44EBB5 (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TokenizerStream__ctor_m7170A93C50F96C5948724ABFAB5631572C44EBB5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); __this->set_m_countTokens_0(0); TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * L_0 = (TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E *)il2cpp_codegen_object_new(TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E_il2cpp_TypeInfo_var); TokenizerShortBlock__ctor_m61E419D8189044C1B23E02A64807E1EE5E233500(L_0, /*hidden argument*/NULL); __this->set_m_headTokens_1(L_0); TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * L_1 = (TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 *)il2cpp_codegen_object_new(TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438_il2cpp_TypeInfo_var); TokenizerStringBlock__ctor_m26302349BE3389B1505647D9538212C796C8ED82(L_1, /*hidden argument*/NULL); __this->set_m_headStrings_5(L_1); TokenizerStream_Reset_m56A0B984472009197FF3A4B2BE53CA04C8105636(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Util.TokenizerStream::AddToken(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3 (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, int16_t ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TokenizerStream_AddToken_mC1C4B926816AC197B6E78C8C4DA0D70F67F395A3_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * L_0 = __this->get_m_currentTokens_3(); NullCheck(L_0); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_1 = L_0->get_m_block_0(); NullCheck(L_1); int32_t L_2 = __this->get_m_indexTokens_4(); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))) > ((int32_t)L_2))) { goto IL_003d; } } { TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * L_3 = __this->get_m_currentTokens_3(); TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * L_4 = (TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E *)il2cpp_codegen_object_new(TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E_il2cpp_TypeInfo_var); TokenizerShortBlock__ctor_m61E419D8189044C1B23E02A64807E1EE5E233500(L_4, /*hidden argument*/NULL); NullCheck(L_3); L_3->set_m_next_1(L_4); TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * L_5 = __this->get_m_currentTokens_3(); NullCheck(L_5); TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * L_6 = L_5->get_m_next_1(); __this->set_m_currentTokens_3(L_6); __this->set_m_indexTokens_4(0); } IL_003d: { int32_t L_7 = __this->get_m_countTokens_0(); __this->set_m_countTokens_0(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * L_8 = __this->get_m_currentTokens_3(); NullCheck(L_8); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_9 = L_8->get_m_block_0(); int32_t L_10 = __this->get_m_indexTokens_4(); V_0 = L_10; int32_t L_11 = V_0; __this->set_m_indexTokens_4(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); int32_t L_12 = V_0; int16_t L_13 = ___token0; NullCheck(L_9); (L_9)->SetAt(static_cast(L_12), (int16_t)L_13); return; } } // System.Void System.Security.Util.TokenizerStream::AddString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerStream_AddString_mA9917C19DE05BD7592D2F7FE39B9DB1489E22D27 (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TokenizerStream_AddString_mA9917C19DE05BD7592D2F7FE39B9DB1489E22D27_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * L_0 = __this->get_m_currentStrings_6(); NullCheck(L_0); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0->get_m_block_0(); NullCheck(L_1); int32_t L_2 = __this->get_m_indexStrings_7(); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))) > ((int32_t)L_2))) { goto IL_003d; } } { TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * L_3 = __this->get_m_currentStrings_6(); TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * L_4 = (TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 *)il2cpp_codegen_object_new(TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438_il2cpp_TypeInfo_var); TokenizerStringBlock__ctor_m26302349BE3389B1505647D9538212C796C8ED82(L_4, /*hidden argument*/NULL); NullCheck(L_3); L_3->set_m_next_1(L_4); TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * L_5 = __this->get_m_currentStrings_6(); NullCheck(L_5); TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * L_6 = L_5->get_m_next_1(); __this->set_m_currentStrings_6(L_6); __this->set_m_indexStrings_7(0); } IL_003d: { TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * L_7 = __this->get_m_currentStrings_6(); NullCheck(L_7); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = L_7->get_m_block_0(); int32_t L_9 = __this->get_m_indexStrings_7(); V_0 = L_9; int32_t L_10 = V_0; __this->set_m_indexStrings_7(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); int32_t L_11 = V_0; String_t* L_12 = ___str0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_12); (L_8)->SetAt(static_cast(L_11), (String_t*)L_12); return; } } // System.Void System.Security.Util.TokenizerStream::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerStream_Reset_m56A0B984472009197FF3A4B2BE53CA04C8105636 (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, const RuntimeMethod* method) { { __this->set_m_lastTokens_2((TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E *)NULL); TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * L_0 = __this->get_m_headTokens_1(); __this->set_m_currentTokens_3(L_0); TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * L_1 = __this->get_m_headStrings_5(); __this->set_m_currentStrings_6(L_1); __this->set_m_indexTokens_4(0); __this->set_m_indexStrings_7(0); return; } } // System.Int16 System.Security.Util.TokenizerStream::GetNextFullToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t TokenizerStream_GetNextFullToken_m9725588E50C7B0064FCFB9436784159D62DF4DF3 (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * L_0 = __this->get_m_currentTokens_3(); NullCheck(L_0); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_1 = L_0->get_m_block_0(); NullCheck(L_1); int32_t L_2 = __this->get_m_indexTokens_4(); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))) > ((int32_t)L_2))) { goto IL_0039; } } { TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * L_3 = __this->get_m_currentTokens_3(); __this->set_m_lastTokens_2(L_3); TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * L_4 = __this->get_m_currentTokens_3(); NullCheck(L_4); TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * L_5 = L_4->get_m_next_1(); __this->set_m_currentTokens_3(L_5); __this->set_m_indexTokens_4(0); } IL_0039: { TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * L_6 = __this->get_m_currentTokens_3(); NullCheck(L_6); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_7 = L_6->get_m_block_0(); int32_t L_8 = __this->get_m_indexTokens_4(); V_0 = L_8; int32_t L_9 = V_0; __this->set_m_indexTokens_4(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); int32_t L_10 = V_0; NullCheck(L_7); int32_t L_11 = L_10; int16_t L_12 = (L_7)->GetAt(static_cast(L_11)); return L_12; } } // System.Int16 System.Security.Util.TokenizerStream::GetNextToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t TokenizerStream_GetNextToken_m7187168686D44DF2B0E90455E338B4BF577FB5B5 (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, const RuntimeMethod* method) { { int16_t L_0 = TokenizerStream_GetNextFullToken_m9725588E50C7B0064FCFB9436784159D62DF4DF3(__this, /*hidden argument*/NULL); return (((int16_t)((int16_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)255)))))); } } // System.String System.Security.Util.TokenizerStream::GetNextString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TokenizerStream_GetNextString_mA65D8B2693AD8ED6F887C0384E574DE60E7F43E2 (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * L_0 = __this->get_m_currentStrings_6(); NullCheck(L_0); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0->get_m_block_0(); NullCheck(L_1); int32_t L_2 = __this->get_m_indexStrings_7(); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))) > ((int32_t)L_2))) { goto IL_002d; } } { TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * L_3 = __this->get_m_currentStrings_6(); NullCheck(L_3); TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * L_4 = L_3->get_m_next_1(); __this->set_m_currentStrings_6(L_4); __this->set_m_indexStrings_7(0); } IL_002d: { TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * L_5 = __this->get_m_currentStrings_6(); NullCheck(L_5); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_5->get_m_block_0(); int32_t L_7 = __this->get_m_indexStrings_7(); V_0 = L_7; int32_t L_8 = V_0; __this->set_m_indexStrings_7(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; NullCheck(L_6); int32_t L_10 = L_9; String_t* L_11 = (L_6)->GetAt(static_cast(L_10)); return L_11; } } // System.Void System.Security.Util.TokenizerStream::ThrowAwayNextString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerStream_ThrowAwayNextString_mCE524A8A84AE088F9396336906CFF192F681D9D4 (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, const RuntimeMethod* method) { { TokenizerStream_GetNextString_mA65D8B2693AD8ED6F887C0384E574DE60E7F43E2(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Util.TokenizerStream::TagLastToken(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerStream_TagLastToken_m10DE6894C9CFEA6F210FB7159AD8BA6A9F38C939 (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, int16_t ___tag0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_indexTokens_4(); if (L_0) { goto IL_0044; } } { TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * L_1 = __this->get_m_lastTokens_2(); NullCheck(L_1); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_2 = L_1->get_m_block_0(); TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * L_3 = __this->get_m_lastTokens_2(); NullCheck(L_3); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_4 = L_3->get_m_block_0(); NullCheck(L_4); TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * L_5 = __this->get_m_lastTokens_2(); NullCheck(L_5); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_6 = L_5->get_m_block_0(); TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * L_7 = __this->get_m_lastTokens_2(); NullCheck(L_7); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_8 = L_7->get_m_block_0(); NullCheck(L_8); NullCheck(L_6); int32_t L_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), (int32_t)1)); int16_t L_10 = (L_6)->GetAt(static_cast(L_9)); int16_t L_11 = ___tag0; NullCheck(L_2); (L_2)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), (int32_t)1))), (int16_t)(((int16_t)((int16_t)((int32_t)((int32_t)(((int32_t)((uint16_t)L_10)))|(int32_t)(((int32_t)((uint16_t)L_11))))))))); return; } IL_0044: { TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * L_12 = __this->get_m_currentTokens_3(); NullCheck(L_12); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_13 = L_12->get_m_block_0(); int32_t L_14 = __this->get_m_indexTokens_4(); TokenizerShortBlock_t5C54810D6FB87793C37CD65F86EE6F6A44AD677E * L_15 = __this->get_m_currentTokens_3(); NullCheck(L_15); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_16 = L_15->get_m_block_0(); int32_t L_17 = __this->get_m_indexTokens_4(); NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); int16_t L_19 = (L_16)->GetAt(static_cast(L_18)); int16_t L_20 = ___tag0; NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1))), (int16_t)(((int16_t)((int16_t)((int32_t)((int32_t)(((int32_t)((uint16_t)L_19)))|(int32_t)(((int32_t)((uint16_t)L_20))))))))); return; } } // System.Int32 System.Security.Util.TokenizerStream::GetTokenCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TokenizerStream_GetTokenCount_mB6919ADDA845EB36C50623DA9F76403DCE1D2B15 (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_countTokens_0(); return L_0; } } // System.Void System.Security.Util.TokenizerStream::GoToPosition(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerStream_GoToPosition_m398500C103709DE60399D8D4BCEB51A9D7F39BFD (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, int32_t ___position0, const RuntimeMethod* method) { int32_t V_0 = 0; { TokenizerStream_Reset_m56A0B984472009197FF3A4B2BE53CA04C8105636(__this, /*hidden argument*/NULL); V_0 = 0; goto IL_001d; } IL_000a: { int16_t L_0 = TokenizerStream_GetNextToken_m7187168686D44DF2B0E90455E338B4BF577FB5B5(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_0019; } } { TokenizerStream_ThrowAwayNextString_mCE524A8A84AE088F9396336906CFF192F681D9D4(__this, /*hidden argument*/NULL); } IL_0019: { int32_t L_1 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_001d: { int32_t L_2 = V_0; int32_t L_3 = ___position0; if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_000a; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Util.TokenizerStringBlock::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenizerStringBlock__ctor_m26302349BE3389B1505647D9538212C796C8ED82 (TokenizerStringBlock_tB02AF10E5AB840422A23BB07F7DC440ECCA06438 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TokenizerStringBlock__ctor_m26302349BE3389B1505647D9538212C796C8ED82_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_m_block_0(L_0); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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.Security.XmlSyntaxException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_m20E2E8C67553CC64883064B74FF5E52277F08397 (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * __this, const RuntimeMethod* method) { { SystemException__ctor_mEB9049B75DE1D23B0515DD294BEF0AAC7792F465(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.XmlSyntaxException::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_m5F3C5B395AF359407D2D70C5A98C968C91661948 (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * __this, int32_t ___lineNumber0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSyntaxException__ctor_m5F3C5B395AF359407D2D70C5A98C968C91661948_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralCA3DBBE60174F6161DF0431DF6A958D0D143D98C, /*hidden argument*/NULL); int32_t L_1 = ___lineNumber0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_2); String_t* L_4 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_0, L_3, /*hidden argument*/NULL); SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Security.XmlSyntaxException::.ctor(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_m09935DD9C9495F408627524C53C721AC055865EB (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * __this, int32_t ___lineNumber0, String_t* ___message1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSyntaxException__ctor_m09935DD9C9495F408627524C53C721AC055865EB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralA88C0BCE9B970C2AD0FCFA72BAC0937201A955B0, /*hidden argument*/NULL); int32_t L_1 = ___lineNumber0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_2); String_t* L_4 = ___message1; String_t* L_5 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(L_0, L_3, L_4, /*hidden argument*/NULL); SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Security.XmlSyntaxException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_mFB9E715E2AE5453ADD332D0F4AF60BA33919301F (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Security.XmlSyntaxException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_mF167AF5652F9FB7A1ED9C8F6082367C339634175 (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___inner1; SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Security.XmlSyntaxException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_m2F4BB4D4DB46F4593EAFB342BBF9809014E1BFA5 (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__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.SerializableAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializableAttribute__ctor_m2EEE0A59C8AE32A075D806DDBB0D41EB85F049E8 (SerializableAttribute_t2522EA746802F84F4805F489ECE9CFAC1A817F0F * __this, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__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.SharedStatics::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedStatics__ctor_m2C6985A07E1380E2599CE3BB9CA62CE949F3726B (SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Security.Util.Tokenizer_StringMaker System.SharedStatics::GetSharedStringMaker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * SharedStatics_GetSharedStringMaker_m44C8087B2523D85A9A4F8106A4272AE7092C4D9F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SharedStatics_GetSharedStringMaker_m44C8087B2523D85A9A4F8106A4272AE7092C4D9F_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { V_0 = (StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 *)NULL; V_1 = (bool)0; RuntimeHelpers_PrepareConstrainedRegions_m108F0650C70D15D3CC657AFEBA8E69770EDB9027(/*hidden argument*/NULL); } IL_0009: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_il2cpp_TypeInfo_var); SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D * L_0 = ((SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_StaticFields*)il2cpp_codegen_static_fields_for(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_il2cpp_TypeInfo_var))->get__sharedStatics_0(); Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_1), /*hidden argument*/NULL); SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D * L_1 = ((SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_StaticFields*)il2cpp_codegen_static_fields_for(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_il2cpp_TypeInfo_var))->get__sharedStatics_0(); NullCheck(L_1); StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_2 = L_1->get__maker_1(); if (!L_2) { goto IL_0037; } } IL_0021: { IL2CPP_RUNTIME_CLASS_INIT(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_il2cpp_TypeInfo_var); SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D * L_3 = ((SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_StaticFields*)il2cpp_codegen_static_fields_for(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_il2cpp_TypeInfo_var))->get__sharedStatics_0(); NullCheck(L_3); StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_4 = L_3->get__maker_1(); V_0 = L_4; SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D * L_5 = ((SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_StaticFields*)il2cpp_codegen_static_fields_for(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_il2cpp_TypeInfo_var))->get__sharedStatics_0(); NullCheck(L_5); L_5->set__maker_1((StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 *)NULL); } IL_0037: { IL2CPP_LEAVE(0x47, FINALLY_0039); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0039; } FINALLY_0039: { // begin finally (depth: 1) { bool L_6 = V_1; if (!L_6) { goto IL_0046; } } IL_003c: { IL2CPP_RUNTIME_CLASS_INIT(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_il2cpp_TypeInfo_var); SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D * L_7 = ((SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_StaticFields*)il2cpp_codegen_static_fields_for(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_il2cpp_TypeInfo_var))->get__sharedStatics_0(); Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_7, /*hidden argument*/NULL); } IL_0046: { IL2CPP_END_FINALLY(57) } } // end finally (depth: 1) IL2CPP_CLEANUP(57) { IL2CPP_JUMP_TBL(0x47, IL_0047) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0047: { StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_8 = V_0; if (L_8) { goto IL_0050; } } { StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_9 = (StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 *)il2cpp_codegen_object_new(StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55_il2cpp_TypeInfo_var); StringMaker__ctor_m5004D4F0EFFA0C62D3BEE0FE3F90F90032EEC384(L_9, /*hidden argument*/NULL); V_0 = L_9; } IL_0050: { StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_10 = V_0; return L_10; } } // System.Void System.SharedStatics::ReleaseSharedStringMaker(System.Security.Util.Tokenizer_StringMaker&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedStatics_ReleaseSharedStringMaker_mE143842243678DB1D1B6B8FCC69E669C294DAAD3 (StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 ** ___maker0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SharedStatics_ReleaseSharedStringMaker_mE143842243678DB1D1B6B8FCC69E669C294DAAD3_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { V_0 = (bool)0; RuntimeHelpers_PrepareConstrainedRegions_m108F0650C70D15D3CC657AFEBA8E69770EDB9027(/*hidden argument*/NULL); } IL_0007: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_il2cpp_TypeInfo_var); SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D * L_0 = ((SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_StaticFields*)il2cpp_codegen_static_fields_for(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_il2cpp_TypeInfo_var))->get__sharedStatics_0(); Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_0), /*hidden argument*/NULL); SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D * L_1 = ((SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_StaticFields*)il2cpp_codegen_static_fields_for(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_il2cpp_TypeInfo_var))->get__sharedStatics_0(); StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 ** L_2 = ___maker0; StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 * L_3 = *((StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 **)L_2); NullCheck(L_1); L_1->set__maker_1(L_3); StringMaker_t90F4F94194A57021157FB4C2E7288695A7A8FE55 ** L_4 = ___maker0; *((RuntimeObject **)L_4) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)NULL); IL2CPP_LEAVE(0x32, FINALLY_0024); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: { // begin finally (depth: 1) { bool L_5 = V_0; if (!L_5) { goto IL_0031; } } IL_0027: { IL2CPP_RUNTIME_CLASS_INIT(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_il2cpp_TypeInfo_var); SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D * L_6 = ((SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_StaticFields*)il2cpp_codegen_static_fields_for(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_il2cpp_TypeInfo_var))->get__sharedStatics_0(); Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL); } IL_0031: { IL2CPP_END_FINALLY(36) } } // end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_JUMP_TBL(0x32, IL_0032) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0032: { return; } } // System.Void System.SharedStatics::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedStatics__cctor_mD99A37F814820989F0E88F539229A0960FC2AD06 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SharedStatics__cctor_mD99A37F814820989F0E88F539229A0960FC2AD06_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D * L_0 = (SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D *)il2cpp_codegen_object_new(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_il2cpp_TypeInfo_var); SharedStatics__ctor_m2C6985A07E1380E2599CE3BB9CA62CE949F3726B(L_0, /*hidden argument*/NULL); ((SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_StaticFields*)il2cpp_codegen_static_fields_for(SharedStatics_t9072B53F536C41A60B64542855FE529D3B36A75D_il2cpp_TypeInfo_var))->set__sharedStatics_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Single::IsInfinity(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsInfinity_m811B198540AB538C4FE145F7C0303C4AD772988B (float ___f0, const RuntimeMethod* method) { { int32_t L_0 = *((int32_t*)(((uintptr_t)(&___f0)))); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL)))) == ((int32_t)((int32_t)2139095040)))? 1 : 0); } } // System.Boolean System.Single::IsNaN(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB (float ___f0, const RuntimeMethod* method) { { int32_t L_0 = *((int32_t*)(((uintptr_t)(&___f0)))); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL)))) > ((int32_t)((int32_t)2139095040)))? 1 : 0); } } // System.Int32 System.Single::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_CompareTo_mC662267F0912CCC19395FD60E0DD4C69572C8915 (float* __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_CompareTo_mC662267F0912CCC19395FD60E0DD4C69572C8915_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0005; } } { return 1; } IL_0005: { RuntimeObject * L_1 = ___value0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var))) { goto IL_0040; } } { RuntimeObject * L_2 = ___value0; V_0 = ((*(float*)((float*)UnBox(L_2, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var)))); float L_3 = *((float*)__this); float L_4 = V_0; if ((!(((float)L_3) < ((float)L_4)))) { goto IL_001b; } } { return (-1); } IL_001b: { float L_5 = *((float*)__this); float L_6 = V_0; if ((!(((float)L_5) > ((float)L_6)))) { goto IL_0022; } } { return 1; } IL_0022: { float L_7 = *((float*)__this); float L_8 = V_0; if ((!(((float)L_7) == ((float)L_8)))) { goto IL_0029; } } { return 0; } IL_0029: { float L_9 = *((float*)__this); bool L_10 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_003e; } } { float L_11 = V_0; bool L_12 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_003c; } } { return (-1); } IL_003c: { return 0; } IL_003e: { return 1; } IL_0040: { String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3444544653349475D68381021F02AE9EECD2961E, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, Single_CompareTo_mC662267F0912CCC19395FD60E0DD4C69572C8915_RuntimeMethod_var); } } IL2CPP_EXTERN_C int32_t Single_CompareTo_mC662267F0912CCC19395FD60E0DD4C69572C8915_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_CompareTo_mC662267F0912CCC19395FD60E0DD4C69572C8915(_thisAdjusted, ___value0, method); } // System.Int32 System.Single::CompareTo(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_CompareTo_mFBF2345D81E00F834E558A4ACFD4E5137582DBBC (float* __this, float ___value0, const RuntimeMethod* method) { { float L_0 = *((float*)__this); float L_1 = ___value0; if ((!(((float)L_0) < ((float)L_1)))) { goto IL_0007; } } { return (-1); } IL_0007: { float L_2 = *((float*)__this); float L_3 = ___value0; if ((!(((float)L_2) > ((float)L_3)))) { goto IL_000e; } } { return 1; } IL_000e: { float L_4 = *((float*)__this); float L_5 = ___value0; if ((!(((float)L_4) == ((float)L_5)))) { goto IL_0015; } } { return 0; } IL_0015: { float L_6 = *((float*)__this); bool L_7 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002a; } } { float L_8 = ___value0; bool L_9 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0028; } } { return (-1); } IL_0028: { return 0; } IL_002a: { return 1; } } IL2CPP_EXTERN_C int32_t Single_CompareTo_mFBF2345D81E00F834E558A4ACFD4E5137582DBBC_AdjustorThunk (RuntimeObject * __this, float ___value0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_CompareTo_mFBF2345D81E00F834E558A4ACFD4E5137582DBBC(_thisAdjusted, ___value0, method); } // System.Boolean System.Single::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_mF4C7AEA9D216B3C9CB735BF327D07BF50F101A16 (float* __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_Equals_mF4C7AEA9D216B3C9CB735BF327D07BF50F101A16_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var))) { goto IL_000a; } } { return (bool)0; } IL_000a: { RuntimeObject * L_1 = ___obj0; V_0 = ((*(float*)((float*)UnBox(L_1, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var)))); float L_2 = V_0; float L_3 = *((float*)__this); if ((!(((float)L_2) == ((float)L_3)))) { goto IL_0018; } } { return (bool)1; } IL_0018: { float L_4 = V_0; bool L_5 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0028; } } { float L_6 = *((float*)__this); bool L_7 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_6, /*hidden argument*/NULL); return L_7; } IL_0028: { return (bool)0; } } IL2CPP_EXTERN_C bool Single_Equals_mF4C7AEA9D216B3C9CB735BF327D07BF50F101A16_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_Equals_mF4C7AEA9D216B3C9CB735BF327D07BF50F101A16(_thisAdjusted, ___obj0, method); } // System.Boolean System.Single::Equals(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_mCDFA927E712FBA83D076864E16C77E39A6E66FE7 (float* __this, float ___obj0, const RuntimeMethod* method) { { float L_0 = ___obj0; float L_1 = *((float*)__this); if ((!(((float)L_0) == ((float)L_1)))) { goto IL_0007; } } { return (bool)1; } IL_0007: { float L_2 = ___obj0; bool L_3 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0017; } } { float L_4 = *((float*)__this); bool L_5 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_4, /*hidden argument*/NULL); return L_5; } IL_0017: { return (bool)0; } } IL2CPP_EXTERN_C bool Single_Equals_mCDFA927E712FBA83D076864E16C77E39A6E66FE7_AdjustorThunk (RuntimeObject * __this, float ___obj0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_Equals_mCDFA927E712FBA83D076864E16C77E39A6E66FE7(_thisAdjusted, ___obj0, method); } // System.Int32 System.Single::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_GetHashCode_m1BC0733E0C3851ED9D1B6C9C0B243BB88BE77AD0 (float* __this, const RuntimeMethod* method) { float V_0 = 0.0f; { float L_0 = *((float*)__this); V_0 = L_0; float L_1 = V_0; if ((!(((float)L_1) == ((float)(0.0f))))) { goto IL_000d; } } { return 0; } IL_000d: { int32_t L_2 = *((int32_t*)(((uintptr_t)(&V_0)))); return L_2; } } IL2CPP_EXTERN_C int32_t Single_GetHashCode_m1BC0733E0C3851ED9D1B6C9C0B243BB88BE77AD0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_GetHashCode_m1BC0733E0C3851ED9D1B6C9C0B243BB88BE77AD0(_thisAdjusted, method); } // System.String System.Single::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m2B1556CFBBD088D285A0B0EA280F82D3A4344DC3 (float* __this, const RuntimeMethod* method) { { float L_0 = *((float*)__this); NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_CurrentInfo_m595DF03E32E0C5B01F1EC45F7264B2BD09BA61C9(/*hidden argument*/NULL); String_t* L_2 = Number_FormatSingle_m323E2B56236A6DAA51251B75618122C0A58F5256(L_0, (String_t*)NULL, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C String_t* Single_ToString_m2B1556CFBBD088D285A0B0EA280F82D3A4344DC3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_ToString_m2B1556CFBBD088D285A0B0EA280F82D3A4344DC3(_thisAdjusted, method); } // System.String System.Single::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m578EAE7D490B9ACEF7116E4E824DC2F1E8F25A2F (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { float L_0 = *((float*)__this); RuntimeObject* L_1 = ___provider0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_1, /*hidden argument*/NULL); String_t* L_3 = Number_FormatSingle_m323E2B56236A6DAA51251B75618122C0A58F5256(L_0, (String_t*)NULL, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C String_t* Single_ToString_m578EAE7D490B9ACEF7116E4E824DC2F1E8F25A2F_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_ToString_m578EAE7D490B9ACEF7116E4E824DC2F1E8F25A2F(_thisAdjusted, ___provider0, method); } // System.String System.Single::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m211B5E14B0C60667C56838D5C3788CFA58670DDE (float* __this, String_t* ___format0, const RuntimeMethod* method) { { float L_0 = *((float*)__this); String_t* L_1 = ___format0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = NumberFormatInfo_get_CurrentInfo_m595DF03E32E0C5B01F1EC45F7264B2BD09BA61C9(/*hidden argument*/NULL); String_t* L_3 = Number_FormatSingle_m323E2B56236A6DAA51251B75618122C0A58F5256(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C String_t* Single_ToString_m211B5E14B0C60667C56838D5C3788CFA58670DDE_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_ToString_m211B5E14B0C60667C56838D5C3788CFA58670DDE(_thisAdjusted, ___format0, method); } // System.String System.Single::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_mCF682C2751EC9B98F1CE5455066B92D7D3356756 (float* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { float L_0 = *((float*)__this); String_t* L_1 = ___format0; RuntimeObject* L_2 = ___provider1; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_3 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_2, /*hidden argument*/NULL); String_t* L_4 = Number_FormatSingle_m323E2B56236A6DAA51251B75618122C0A58F5256(L_0, L_1, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C String_t* Single_ToString_mCF682C2751EC9B98F1CE5455066B92D7D3356756_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_ToString_mCF682C2751EC9B98F1CE5455066B92D7D3356756(_thisAdjusted, ___format0, ___provider1, method); } // System.Single System.Single::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_m643ECE18CB0499B2B3EC76C8B941020122003DC6 (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_CurrentInfo_m595DF03E32E0C5B01F1EC45F7264B2BD09BA61C9(/*hidden argument*/NULL); float L_2 = Single_Parse_mAACB78E5DB76B756AA541CE1FD79F915FC66D1D8(L_0, ((int32_t)231), L_1, /*hidden argument*/NULL); return L_2; } } // System.Single System.Single::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_m341EA42F7782B136FA7335771DA3C6C96AF6BD86 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; RuntimeObject* L_1 = ___provider1; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_1, /*hidden argument*/NULL); float L_3 = Single_Parse_mAACB78E5DB76B756AA541CE1FD79F915FC66D1D8(L_0, ((int32_t)231), L_2, /*hidden argument*/NULL); return L_3; } } // System.Single System.Single::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_m6D591682F5EF2ED4D1CEADF65728E965A739AE74 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method) { { int32_t L_0 = ___style1; NumberFormatInfo_ValidateParseStyleFloatingPoint_mEC705C72BC013FB4A554725339A2617D9B4ECC07(L_0, /*hidden argument*/NULL); String_t* L_1 = ___s0; int32_t L_2 = ___style1; RuntimeObject* L_3 = ___provider2; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_4 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_3, /*hidden argument*/NULL); float L_5 = Single_Parse_mAACB78E5DB76B756AA541CE1FD79F915FC66D1D8(L_1, L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Single System.Single::Parse(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_mAACB78E5DB76B756AA541CE1FD79F915FC66D1D8 (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; int32_t L_1 = ___style1; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = ___info2; float L_3 = Number_ParseSingle_mF8DD4A8C88973C759A7700C1A9B126566AFAFC4B(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.Single::TryParse(System.String,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_TryParse_m548E9EC17193999C07717FECFAD0A907980D566C (String_t* ___s0, float* ___result1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_CurrentInfo_m595DF03E32E0C5B01F1EC45F7264B2BD09BA61C9(/*hidden argument*/NULL); float* L_2 = ___result1; bool L_3 = Single_TryParse_m1660A819EC2156DCFCC7833AF4CAA19C0B91BAC6(L_0, ((int32_t)231), L_1, (float*)L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.Single::TryParse(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_TryParse_m1660A819EC2156DCFCC7833AF4CAA19C0B91BAC6 (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, float* ___result3, const RuntimeMethod* method) { String_t* V_0 = NULL; { String_t* L_0 = ___s0; if (L_0) { goto IL_000c; } } { float* L_1 = ___result3; *((float*)L_1) = (float)(0.0f); return (bool)0; } IL_000c: { String_t* L_2 = ___s0; int32_t L_3 = ___style1; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_4 = ___info2; float* L_5 = ___result3; bool L_6 = Number_TryParseSingle_m8BFCEBAF689D19500FA014CAC081D1614BD4A4C0(L_2, L_3, L_4, (float*)L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0065; } } { String_t* L_7 = ___s0; NullCheck(L_7); String_t* L_8 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_7, /*hidden argument*/NULL); V_0 = L_8; String_t* L_9 = V_0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_10 = ___info2; NullCheck(L_10); String_t* L_11 = NumberFormatInfo_get_PositiveInfinitySymbol_m7602CB28ED33148275C2ED9CF8395241BF8E0F0A_inline(L_10, /*hidden argument*/NULL); NullCheck(L_9); bool L_12 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_9, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0035; } } { float* L_13 = ___result3; *((float*)L_13) = (float)(std::numeric_limits::infinity()); goto IL_0065; } IL_0035: { String_t* L_14 = V_0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_15 = ___info2; NullCheck(L_15); String_t* L_16 = NumberFormatInfo_get_NegativeInfinitySymbol_m8C1DDF6E543F2193CD0BE65F67175E4DECED1DB8_inline(L_15, /*hidden argument*/NULL); NullCheck(L_14); bool L_17 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_14, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_004c; } } { float* L_18 = ___result3; *((float*)L_18) = (float)(-std::numeric_limits::infinity()); goto IL_0065; } IL_004c: { String_t* L_19 = V_0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_20 = ___info2; NullCheck(L_20); String_t* L_21 = NumberFormatInfo_get_NaNSymbol_m82326D3E16F9834D5138685A6956EE154944891E_inline(L_20, /*hidden argument*/NULL); NullCheck(L_19); bool L_22 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_19, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0063; } } { float* L_23 = ___result3; *((float*)L_23) = (float)(std::numeric_limits::quiet_NaN()); goto IL_0065; } IL_0063: { return (bool)0; } IL_0065: { return (bool)1; } } // System.TypeCode System.Single::GetTypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_GetTypeCode_m3AED7A651BCA30B93CADE00BD3873A20F516158F (float* __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)13)); } } IL2CPP_EXTERN_C int32_t Single_GetTypeCode_m3AED7A651BCA30B93CADE00BD3873A20F516158F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_GetTypeCode_m3AED7A651BCA30B93CADE00BD3873A20F516158F(_thisAdjusted, method); } // System.Boolean System.Single::System.IConvertible.ToBoolean(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_System_IConvertible_ToBoolean_m010C755076291EE3AF73DC3E84B8820A71CFA0B5 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToBoolean_m010C755076291EE3AF73DC3E84B8820A71CFA0B5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); bool L_1 = Convert_ToBoolean_mC00CC1575D48C5527CFADA8E1B2328E88341F86A(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C bool Single_System_IConvertible_ToBoolean_m010C755076291EE3AF73DC3E84B8820A71CFA0B5_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_System_IConvertible_ToBoolean_m010C755076291EE3AF73DC3E84B8820A71CFA0B5(_thisAdjusted, ___provider0, method); } // System.Char System.Single::System.IConvertible.ToChar(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Single_System_IConvertible_ToChar_m6D629585D88FD4C0CE758F576BE354A2CF1CFE3E (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToChar_m6D629585D88FD4C0CE758F576BE354A2CF1CFE3E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5); (L_1)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9); (L_2)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9); String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL); InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var); InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Single_System_IConvertible_ToChar_m6D629585D88FD4C0CE758F576BE354A2CF1CFE3E_RuntimeMethod_var); } } IL2CPP_EXTERN_C Il2CppChar Single_System_IConvertible_ToChar_m6D629585D88FD4C0CE758F576BE354A2CF1CFE3E_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_System_IConvertible_ToChar_m6D629585D88FD4C0CE758F576BE354A2CF1CFE3E(_thisAdjusted, ___provider0, method); } // System.SByte System.Single::System.IConvertible.ToSByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Single_System_IConvertible_ToSByte_m29ECA5B04A75734F279D572C7A3858533EA34A68 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToSByte_m29ECA5B04A75734F279D572C7A3858533EA34A68_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); int8_t L_1 = Convert_ToSByte_mFFC0642A84BC819A5DED67F18AD2ED18A8F80CD1(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int8_t Single_System_IConvertible_ToSByte_m29ECA5B04A75734F279D572C7A3858533EA34A68_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_System_IConvertible_ToSByte_m29ECA5B04A75734F279D572C7A3858533EA34A68(_thisAdjusted, ___provider0, method); } // System.Byte System.Single::System.IConvertible.ToByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Single_System_IConvertible_ToByte_m70C0F71576659E8BD0BB8A2FC6F4C4908073F268 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToByte_m70C0F71576659E8BD0BB8A2FC6F4C4908073F268_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); uint8_t L_1 = Convert_ToByte_mBF7D0A7CFDAB28F8B3D979168CFE7A6404A2A606(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C uint8_t Single_System_IConvertible_ToByte_m70C0F71576659E8BD0BB8A2FC6F4C4908073F268_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_System_IConvertible_ToByte_m70C0F71576659E8BD0BB8A2FC6F4C4908073F268(_thisAdjusted, ___provider0, method); } // System.Int16 System.Single::System.IConvertible.ToInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Single_System_IConvertible_ToInt16_m987F6E4D845FD612E22DF9A92272B2F33B903E4D (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToInt16_m987F6E4D845FD612E22DF9A92272B2F33B903E4D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); int16_t L_1 = Convert_ToInt16_m7F87DC717F07D47C104372D55D3E72FBE26CF2CC(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int16_t Single_System_IConvertible_ToInt16_m987F6E4D845FD612E22DF9A92272B2F33B903E4D_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_System_IConvertible_ToInt16_m987F6E4D845FD612E22DF9A92272B2F33B903E4D(_thisAdjusted, ___provider0, method); } // System.UInt16 System.Single::System.IConvertible.ToUInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Single_System_IConvertible_ToUInt16_mFC9469194A954AAE7422C86D16F3D7B78125C7B6 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToUInt16_mFC9469194A954AAE7422C86D16F3D7B78125C7B6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); uint16_t L_1 = Convert_ToUInt16_m13E0B382AD753A7931E9583BDF9091719617F70C(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C uint16_t Single_System_IConvertible_ToUInt16_mFC9469194A954AAE7422C86D16F3D7B78125C7B6_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_System_IConvertible_ToUInt16_mFC9469194A954AAE7422C86D16F3D7B78125C7B6(_thisAdjusted, ___provider0, method); } // System.Int32 System.Single::System.IConvertible.ToInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_System_IConvertible_ToInt32_mD3C0B44FC0283D5128B231D4A61D355E6B20FBBE (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToInt32_mD3C0B44FC0283D5128B231D4A61D355E6B20FBBE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); int32_t L_1 = Convert_ToInt32_mA9271FF590B90ADF4072A0FBF2C7F59874FA5EC4(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t Single_System_IConvertible_ToInt32_mD3C0B44FC0283D5128B231D4A61D355E6B20FBBE_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_System_IConvertible_ToInt32_mD3C0B44FC0283D5128B231D4A61D355E6B20FBBE(_thisAdjusted, ___provider0, method); } // System.UInt32 System.Single::System.IConvertible.ToUInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Single_System_IConvertible_ToUInt32_m488BC73FC42851E40650927E1E62B1FEB1B3A1E3 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToUInt32_m488BC73FC42851E40650927E1E62B1FEB1B3A1E3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); uint32_t L_1 = Convert_ToUInt32_mE576F9C14D9BA51A0E3471521033BF798781CCE7(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C uint32_t Single_System_IConvertible_ToUInt32_m488BC73FC42851E40650927E1E62B1FEB1B3A1E3_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_System_IConvertible_ToUInt32_m488BC73FC42851E40650927E1E62B1FEB1B3A1E3(_thisAdjusted, ___provider0, method); } // System.Int64 System.Single::System.IConvertible.ToInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Single_System_IConvertible_ToInt64_m0D22E33D684DDF1A27341CF096C21A394F199DA7 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToInt64_m0D22E33D684DDF1A27341CF096C21A394F199DA7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); int64_t L_1 = Convert_ToInt64_m6963E5AB9C468141588B8BE08A9F2454A066D3CA(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int64_t Single_System_IConvertible_ToInt64_m0D22E33D684DDF1A27341CF096C21A394F199DA7_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_System_IConvertible_ToInt64_m0D22E33D684DDF1A27341CF096C21A394F199DA7(_thisAdjusted, ___provider0, method); } // System.UInt64 System.Single::System.IConvertible.ToUInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Single_System_IConvertible_ToUInt64_m5282F936DED3E9C69D2521BE304E01C447EB6E65 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToUInt64_m5282F936DED3E9C69D2521BE304E01C447EB6E65_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); uint64_t L_1 = Convert_ToUInt64_mC9816AF80E8B2471627DB2BE1E4A02160D8BAFF3(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C uint64_t Single_System_IConvertible_ToUInt64_m5282F936DED3E9C69D2521BE304E01C447EB6E65_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_System_IConvertible_ToUInt64_m5282F936DED3E9C69D2521BE304E01C447EB6E65(_thisAdjusted, ___provider0, method); } // System.Single System.Single::System.IConvertible.ToSingle(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_System_IConvertible_ToSingle_m79DC4741AD4AF15F327C5FC4B495E3E848B39A4D (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { float L_0 = *((float*)__this); return L_0; } } IL2CPP_EXTERN_C float Single_System_IConvertible_ToSingle_m79DC4741AD4AF15F327C5FC4B495E3E848B39A4D_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_System_IConvertible_ToSingle_m79DC4741AD4AF15F327C5FC4B495E3E848B39A4D(_thisAdjusted, ___provider0, method); } // System.Double System.Single::System.IConvertible.ToDouble(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Single_System_IConvertible_ToDouble_m43D0256E523ED392884C9DE2E7926067BE4667C5 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToDouble_m43D0256E523ED392884C9DE2E7926067BE4667C5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); double L_1 = Convert_ToDouble_m80148DF46C72C989F186F0616EDE71A34BA3A967(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C double Single_System_IConvertible_ToDouble_m43D0256E523ED392884C9DE2E7926067BE4667C5_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_System_IConvertible_ToDouble_m43D0256E523ED392884C9DE2E7926067BE4667C5(_thisAdjusted, ___provider0, method); } // System.Decimal System.Single::System.IConvertible.ToDecimal(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Single_System_IConvertible_ToDecimal_mEE82FA27089AA92C6A0A7D5CAA1D707D26ED6898 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToDecimal_mEE82FA27089AA92C6A0A7D5CAA1D707D26ED6898_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Convert_ToDecimal_m0723C02BC98733C38A826B8BBF2C4AE24B7CB557(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Single_System_IConvertible_ToDecimal_mEE82FA27089AA92C6A0A7D5CAA1D707D26ED6898_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_System_IConvertible_ToDecimal_mEE82FA27089AA92C6A0A7D5CAA1D707D26ED6898(_thisAdjusted, ___provider0, method); } // System.DateTime System.Single::System.IConvertible.ToDateTime(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Single_System_IConvertible_ToDateTime_m9B933F0BF5525156FDF2100D37843C4A24F019A1 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToDateTime_m9B933F0BF5525156FDF2100D37843C4A24F019A1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5); (L_1)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F); (L_2)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F); String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL); InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var); InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Single_System_IConvertible_ToDateTime_m9B933F0BF5525156FDF2100D37843C4A24F019A1_RuntimeMethod_var); } } IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Single_System_IConvertible_ToDateTime_m9B933F0BF5525156FDF2100D37843C4A24F019A1_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_System_IConvertible_ToDateTime_m9B933F0BF5525156FDF2100D37843C4A24F019A1(_thisAdjusted, ___provider0, method); } // System.Object System.Single::System.IConvertible.ToType(System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Single_System_IConvertible_ToType_mF7580516A3EBBE7ECCD84D585A3D3244F564DBEC (float* __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToType_mF7580516A3EBBE7ECCD84D585A3D3244F564DBEC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); float L_1 = L_0; RuntimeObject * L_2 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_1); Type_t * L_3 = ___type0; RuntimeObject* L_4 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); RuntimeObject * L_5 = Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3((RuntimeObject*)L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C RuntimeObject * Single_System_IConvertible_ToType_mF7580516A3EBBE7ECCD84D585A3D3244F564DBEC_AdjustorThunk (RuntimeObject * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); return Single_System_IConvertible_ToType_mF7580516A3EBBE7ECCD84D585A3D3244F564DBEC(_thisAdjusted, ___type0, ___provider1, 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.Void System.StackOverflowException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackOverflowException__ctor_m6E35C3E04549895450B929D4F111AAA25841C921 (StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StackOverflowException__ctor_m6E35C3E04549895450B929D4F111AAA25841C921_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral76ACCB4BD9C3BCE8D4A5747CAD7261F2CA45B960, /*hidden argument*/NULL); SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147023895), /*hidden argument*/NULL); return; } } // System.Void System.StackOverflowException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackOverflowException__ctor_m270AB3745844A1081C6DB2720A525DB8A50093AE (StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147023895), /*hidden argument*/NULL); return; } } // System.Void System.StackOverflowException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackOverflowException__ctor_m05362A8E29A352F1130A5B61F8C0814060BC3363 (StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__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.String::Join(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m49371BED70248F0FCE970CB4F2E39E9A688AAFA4 (String_t* ___separator0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Join_m49371BED70248F0FCE970CB4F2E39E9A688AAFA4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ___value1; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_Join_m49371BED70248F0FCE970CB4F2E39E9A688AAFA4_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___separator0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = ___value1; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = ___value1; NullCheck(L_4); String_t* L_5 = String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF(L_2, L_3, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), /*hidden argument*/NULL); return L_5; } } // System.String System.String::Join(System.String,System.String[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF (String_t* ___separator0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; int32_t V_3 = 0; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C V_6; memset((&V_6), 0, sizeof(V_6)); int32_t V_7 = 0; { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ___value1; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF_RuntimeMethod_var); } IL_000e: { int32_t L_2 = ___startIndex2; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0027; } } { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral99DD65011324D0DDDAE2BC2BE40CEFC52DC334BE, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF_RuntimeMethod_var); } IL_0027: { int32_t L_5 = ___count3; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0040; } } { String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB6CE7B15183720AAC274771B6CD7214E241A3BFB, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF_RuntimeMethod_var); } IL_0040: { int32_t L_8 = ___startIndex2; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = ___value1; NullCheck(L_9); int32_t L_10 = ___count3; if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), (int32_t)L_10))))) { goto IL_005d; } } { String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF_RuntimeMethod_var); } IL_005d: { String_t* L_13 = ___separator0; if (L_13) { goto IL_0067; } } { String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___separator0 = L_14; } IL_0067: { int32_t L_15 = ___count3; if (L_15) { goto IL_0070; } } { String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_16; } IL_0070: { V_0 = 0; int32_t L_17 = ___startIndex2; int32_t L_18 = ___count3; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), (int32_t)1)); int32_t L_19 = ___startIndex2; V_3 = L_19; goto IL_0090; } IL_007c: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = ___value1; int32_t L_21 = V_3; NullCheck(L_20); int32_t L_22 = L_21; String_t* L_23 = (L_20)->GetAt(static_cast(L_22)); if (!L_23) { goto IL_008c; } } { int32_t L_24 = V_0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = ___value1; int32_t L_26 = V_3; NullCheck(L_25); int32_t L_27 = L_26; String_t* L_28 = (L_25)->GetAt(static_cast(L_27)); NullCheck(L_28); int32_t L_29 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_28, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_29)); } IL_008c: { int32_t L_30 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0090: { int32_t L_31 = V_3; int32_t L_32 = V_1; if ((((int32_t)L_31) <= ((int32_t)L_32))) { goto IL_007c; } } { int32_t L_33 = V_0; int32_t L_34 = ___count3; String_t* L_35 = ___separator0; NullCheck(L_35); int32_t L_36 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_35, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1)), (int32_t)L_36)))); int32_t L_37 = V_0; if ((((int32_t)L_37) < ((int32_t)0))) { goto IL_00ab; } } { int32_t L_38 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1))) >= ((int32_t)0))) { goto IL_00b1; } } IL_00ab: { OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 * L_39 = (OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 *)il2cpp_codegen_object_new(OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var); OutOfMemoryException__ctor_m4ED0B5B3F91BAF66BDF69E09EF6DC74777FE8DEB(L_39, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF_RuntimeMethod_var); } IL_00b1: { int32_t L_40 = V_0; if (L_40) { goto IL_00ba; } } { String_t* L_41 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_41; } IL_00ba: { int32_t L_42 = V_0; String_t* L_43 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_42, /*hidden argument*/NULL); V_2 = L_43; String_t* L_44 = V_2; NullCheck(L_44); Il2CppChar* L_45 = L_44->get_address_of_m_firstChar_1(); V_5 = (Il2CppChar*)L_45; Il2CppChar* L_46 = V_5; V_4 = (Il2CppChar*)(((uintptr_t)L_46)); Il2CppChar* L_47 = V_4; int32_t L_48 = V_0; UnSafeCharBuffer__ctor_mF7AA675CC9B4BF79D4A8FD4EB7146CFFECEEB14D((UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C *)(&V_6), (Il2CppChar*)(Il2CppChar*)L_47, L_48, /*hidden argument*/NULL); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_49 = ___value1; int32_t L_50 = ___startIndex2; NullCheck(L_49); int32_t L_51 = L_50; String_t* L_52 = (L_49)->GetAt(static_cast(L_51)); UnSafeCharBuffer_AppendString_m1E2967E285FC06FDE141B90EF186745D5D2814FE((UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C *)(&V_6), L_52, /*hidden argument*/NULL); int32_t L_53 = ___startIndex2; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); goto IL_0102; } IL_00e9: { String_t* L_54 = ___separator0; UnSafeCharBuffer_AppendString_m1E2967E285FC06FDE141B90EF186745D5D2814FE((UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C *)(&V_6), L_54, /*hidden argument*/NULL); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_55 = ___value1; int32_t L_56 = V_7; NullCheck(L_55); int32_t L_57 = L_56; String_t* L_58 = (L_55)->GetAt(static_cast(L_57)); UnSafeCharBuffer_AppendString_m1E2967E285FC06FDE141B90EF186745D5D2814FE((UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C *)(&V_6), L_58, /*hidden argument*/NULL); int32_t L_59 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_0102: { int32_t L_60 = V_7; int32_t L_61 = V_1; if ((((int32_t)L_60) <= ((int32_t)L_61))) { goto IL_00e9; } } { V_5 = (Il2CppChar*)(((uintptr_t)0)); String_t* L_62 = V_2; return L_62; } } // System.Int32 System.String::CompareOrdinalIgnoreCaseHelper(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalIgnoreCaseHelper_mDEF4C17B43B7581D0EC38A8B69DC4CDB927E6E74 (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CompareOrdinalIgnoreCaseHelper_mDEF4C17B43B7581D0EC38A8B69DC4CDB927E6E74_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; { String_t* L_0 = ___strA0; NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL); String_t* L_2 = ___strB1; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var); int32_t L_4 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_1, L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = ___strA0; NullCheck(L_5); Il2CppChar* L_6 = L_5->get_address_of_m_firstChar_1(); V_2 = (Il2CppChar*)L_6; Il2CppChar* L_7 = V_2; V_1 = (Il2CppChar*)(((uintptr_t)L_7)); String_t* L_8 = ___strB1; NullCheck(L_8); Il2CppChar* L_9 = L_8->get_address_of_m_firstChar_1(); V_3 = (Il2CppChar*)L_9; Il2CppChar* L_10 = V_3; Il2CppChar* L_11 = V_1; V_4 = (Il2CppChar*)L_11; V_5 = (Il2CppChar*)(((uintptr_t)L_10)); goto IL_0072; } IL_002c: { Il2CppChar* L_12 = V_4; int32_t L_13 = *((uint16_t*)L_12); V_6 = L_13; Il2CppChar* L_14 = V_5; int32_t L_15 = *((uint16_t*)L_14); V_7 = L_15; int32_t L_16 = V_6; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)((int32_t)97)))) <= ((uint32_t)((int32_t)25))))) { goto IL_0046; } } { int32_t L_17 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)32))); } IL_0046: { int32_t L_18 = V_7; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)97)))) <= ((uint32_t)((int32_t)25))))) { goto IL_0056; } } { int32_t L_19 = V_7; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)((int32_t)32))); } IL_0056: { int32_t L_20 = V_6; int32_t L_21 = V_7; if ((((int32_t)L_20) == ((int32_t)L_21))) { goto IL_0062; } } { int32_t L_22 = V_6; int32_t L_23 = V_7; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23)); } IL_0062: { Il2CppChar* L_24 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)2)); Il2CppChar* L_25 = V_5; V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, (int32_t)2)); int32_t L_26 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1)); } IL_0072: { int32_t L_27 = V_0; if (L_27) { goto IL_002c; } } { String_t* L_28 = ___strA0; NullCheck(L_28); int32_t L_29 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_28, /*hidden argument*/NULL); String_t* L_30 = ___strB1; NullCheck(L_30); int32_t L_31 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_30, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_31)); } } // System.Boolean System.String::EqualsHelper(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EqualsHelper_m8D8E35C51FC9FA9B47589D27C736799F0A23DF8E (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; { String_t* L_0 = ___strA0; NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ___strA0; NullCheck(L_2); Il2CppChar* L_3 = L_2->get_address_of_m_firstChar_1(); V_2 = (Il2CppChar*)L_3; Il2CppChar* L_4 = V_2; V_1 = (Il2CppChar*)(((uintptr_t)L_4)); String_t* L_5 = ___strB1; NullCheck(L_5); Il2CppChar* L_6 = L_5->get_address_of_m_firstChar_1(); V_3 = (Il2CppChar*)L_6; Il2CppChar* L_7 = V_3; Il2CppChar* L_8 = V_1; V_4 = (Il2CppChar*)L_8; V_5 = (Il2CppChar*)(((uintptr_t)L_7)); bool L_9 = Environment_get_Is64BitProcess_mEEAFF56728363604DEE63AFBDFE97E54A251AEB1(/*hidden argument*/NULL); if (!L_9) { goto IL_00f3; } } { goto IL_0076; } IL_002b: { Il2CppChar* L_10 = V_4; int64_t L_11 = *((int64_t*)L_10); Il2CppChar* L_12 = V_5; int64_t L_13 = *((int64_t*)L_12); if ((((int64_t)L_11) == ((int64_t)L_13))) { goto IL_0035; } } { return (bool)0; } IL_0035: { Il2CppChar* L_14 = V_4; int64_t L_15 = *((int64_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2))))); Il2CppChar* L_16 = V_5; int64_t L_17 = *((int64_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2))))); if ((((int64_t)L_15) == ((int64_t)L_17))) { goto IL_0049; } } { return (bool)0; } IL_0049: { Il2CppChar* L_18 = V_4; int64_t L_19 = *((int64_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)8)), (int32_t)2))))); Il2CppChar* L_20 = V_5; int64_t L_21 = *((int64_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)8)), (int32_t)2))))); if ((((int64_t)L_19) == ((int64_t)L_21))) { goto IL_005d; } } { return (bool)0; } IL_005d: { Il2CppChar* L_22 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)12))), (int32_t)2)))); Il2CppChar* L_23 = V_5; V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)12))), (int32_t)2)))); int32_t L_24 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)((int32_t)12))); } IL_0076: { int32_t L_25 = V_0; if ((((int32_t)L_25) >= ((int32_t)((int32_t)12)))) { goto IL_002b; } } { goto IL_0118; } IL_0080: { Il2CppChar* L_26 = V_4; int32_t L_27 = *((int32_t*)L_26); Il2CppChar* L_28 = V_5; int32_t L_29 = *((int32_t*)L_28); if ((((int32_t)L_27) == ((int32_t)L_29))) { goto IL_008a; } } { return (bool)0; } IL_008a: { Il2CppChar* L_30 = V_4; int32_t L_31 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))))); Il2CppChar* L_32 = V_5; int32_t L_33 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))))); if ((((int32_t)L_31) == ((int32_t)L_33))) { goto IL_009e; } } { return (bool)0; } IL_009e: { Il2CppChar* L_34 = V_4; int32_t L_35 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2))))); Il2CppChar* L_36 = V_5; int32_t L_37 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2))))); if ((((int32_t)L_35) == ((int32_t)L_37))) { goto IL_00b2; } } { return (bool)0; } IL_00b2: { Il2CppChar* L_38 = V_4; int32_t L_39 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_38, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)6)), (int32_t)2))))); Il2CppChar* L_40 = V_5; int32_t L_41 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_40, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)6)), (int32_t)2))))); if ((((int32_t)L_39) == ((int32_t)L_41))) { goto IL_00c6; } } { return (bool)0; } IL_00c6: { Il2CppChar* L_42 = V_4; int32_t L_43 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_42, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)8)), (int32_t)2))))); Il2CppChar* L_44 = V_5; int32_t L_45 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_44, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)8)), (int32_t)2))))); if ((((int32_t)L_43) == ((int32_t)L_45))) { goto IL_00da; } } { return (bool)0; } IL_00da: { Il2CppChar* L_46 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_46, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)10))), (int32_t)2)))); Il2CppChar* L_47 = V_5; V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)10))), (int32_t)2)))); int32_t L_48 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)((int32_t)10))); } IL_00f3: { int32_t L_49 = V_0; if ((((int32_t)L_49) >= ((int32_t)((int32_t)10)))) { goto IL_0080; } } { goto IL_0118; } IL_00fa: { Il2CppChar* L_50 = V_4; int32_t L_51 = *((int32_t*)L_50); Il2CppChar* L_52 = V_5; int32_t L_53 = *((int32_t*)L_52); if ((!(((uint32_t)L_51) == ((uint32_t)L_53)))) { goto IL_011c; } } { Il2CppChar* L_54 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_54, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))); Il2CppChar* L_55 = V_5; V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_55, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))); int32_t L_56 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)2)); } IL_0118: { int32_t L_57 = V_0; if ((((int32_t)L_57) > ((int32_t)0))) { goto IL_00fa; } } IL_011c: { int32_t L_58 = V_0; return (bool)((((int32_t)((((int32_t)L_58) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Int32 System.String::CompareOrdinalHelper(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalHelper_m8CF6B70AB35A10B3DA4A6A03D396D42B07F4CF0C (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CompareOrdinalHelper_m8CF6B70AB35A10B3DA4A6A03D396D42B07F4CF0C_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; { String_t* L_0 = ___strA0; NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL); String_t* L_2 = ___strB1; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var); int32_t L_4 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_1, L_3, /*hidden argument*/NULL); V_0 = L_4; V_1 = (-1); String_t* L_5 = ___strA0; NullCheck(L_5); Il2CppChar* L_6 = L_5->get_address_of_m_firstChar_1(); V_3 = (Il2CppChar*)L_6; Il2CppChar* L_7 = V_3; V_2 = (Il2CppChar*)(((uintptr_t)L_7)); String_t* L_8 = ___strB1; NullCheck(L_8); Il2CppChar* L_9 = L_8->get_address_of_m_firstChar_1(); V_4 = (Il2CppChar*)L_9; Il2CppChar* L_10 = V_4; Il2CppChar* L_11 = V_2; V_5 = (Il2CppChar*)L_11; V_6 = (Il2CppChar*)(((uintptr_t)L_10)); goto IL_00ad; } IL_0030: { Il2CppChar* L_12 = V_5; int32_t L_13 = *((int32_t*)L_12); Il2CppChar* L_14 = V_6; int32_t L_15 = *((int32_t*)L_14); if ((((int32_t)L_13) == ((int32_t)L_15))) { goto IL_003c; } } { V_1 = 0; goto IL_00b5; } IL_003c: { Il2CppChar* L_16 = V_5; int32_t L_17 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))))); Il2CppChar* L_18 = V_6; int32_t L_19 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))))); if ((((int32_t)L_17) == ((int32_t)L_19))) { goto IL_0052; } } { V_1 = 2; goto IL_00b5; } IL_0052: { Il2CppChar* L_20 = V_5; int32_t L_21 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2))))); Il2CppChar* L_22 = V_6; int32_t L_23 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2))))); if ((((int32_t)L_21) == ((int32_t)L_23))) { goto IL_0068; } } { V_1 = 4; goto IL_00b5; } IL_0068: { Il2CppChar* L_24 = V_5; int32_t L_25 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)6)), (int32_t)2))))); Il2CppChar* L_26 = V_6; int32_t L_27 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)6)), (int32_t)2))))); if ((((int32_t)L_25) == ((int32_t)L_27))) { goto IL_007e; } } { V_1 = 6; goto IL_00b5; } IL_007e: { Il2CppChar* L_28 = V_5; int32_t L_29 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)8)), (int32_t)2))))); Il2CppChar* L_30 = V_6; int32_t L_31 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)8)), (int32_t)2))))); if ((((int32_t)L_29) == ((int32_t)L_31))) { goto IL_0094; } } { V_1 = 8; goto IL_00b5; } IL_0094: { Il2CppChar* L_32 = V_5; V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)10))), (int32_t)2)))); Il2CppChar* L_33 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)10))), (int32_t)2)))); int32_t L_34 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)((int32_t)10))); } IL_00ad: { int32_t L_35 = V_0; if ((((int32_t)L_35) >= ((int32_t)((int32_t)10)))) { goto IL_0030; } } IL_00b5: { int32_t L_36 = V_1; if ((((int32_t)L_36) == ((int32_t)(-1)))) { goto IL_0104; } } { Il2CppChar* L_37 = V_5; int32_t L_38 = V_1; V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_38)), (int32_t)2)))); Il2CppChar* L_39 = V_6; int32_t L_40 = V_1; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_39, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_40)), (int32_t)2)))); Il2CppChar* L_41 = V_5; int32_t L_42 = *((uint16_t*)L_41); Il2CppChar* L_43 = V_6; int32_t L_44 = *((uint16_t*)L_43); int32_t L_45 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_44)); V_7 = L_45; if (!L_45) { goto IL_00da; } } { int32_t L_46 = V_7; return L_46; } IL_00da: { Il2CppChar* L_47 = V_5; int32_t L_48 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (int32_t)2))); Il2CppChar* L_49 = V_6; int32_t L_50 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, (int32_t)2))); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)L_50)); } IL_00e6: { Il2CppChar* L_51 = V_5; int32_t L_52 = *((int32_t*)L_51); Il2CppChar* L_53 = V_6; int32_t L_54 = *((int32_t*)L_53); if ((!(((uint32_t)L_52) == ((uint32_t)L_54)))) { goto IL_0108; } } { Il2CppChar* L_55 = V_5; V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_55, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))); Il2CppChar* L_56 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_56, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))); int32_t L_57 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)2)); } IL_0104: { int32_t L_58 = V_0; if ((((int32_t)L_58) > ((int32_t)0))) { goto IL_00e6; } } IL_0108: { int32_t L_59 = V_0; if ((((int32_t)L_59) <= ((int32_t)0))) { goto IL_0127; } } { Il2CppChar* L_60 = V_5; int32_t L_61 = *((uint16_t*)L_60); Il2CppChar* L_62 = V_6; int32_t L_63 = *((uint16_t*)L_62); int32_t L_64 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)L_63)); V_8 = L_64; if (!L_64) { goto IL_011b; } } { int32_t L_65 = V_8; return L_65; } IL_011b: { Il2CppChar* L_66 = V_5; int32_t L_67 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_66, (int32_t)2))); Il2CppChar* L_68 = V_6; int32_t L_69 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_68, (int32_t)2))); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)L_69)); } IL_0127: { String_t* L_70 = ___strA0; NullCheck(L_70); int32_t L_71 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_70, /*hidden argument*/NULL); String_t* L_72 = ___strB1; NullCheck(L_72); int32_t L_73 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_72, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_71, (int32_t)L_73)); } } // System.Boolean System.String::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m7BBE7A1ED81F0337837B3EC5531B052F6F01AA21 (String_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Equals_m7BBE7A1ED81F0337837B3EC5531B052F6F01AA21_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { if (__this) { goto IL_0009; } } { NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * L_0 = (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC *)il2cpp_codegen_object_new(NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var); NullReferenceException__ctor_m7D46E331C349DD29CBA488C9B6A950A3E7DD5CAE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, String_Equals_m7BBE7A1ED81F0337837B3EC5531B052F6F01AA21_RuntimeMethod_var); } IL_0009: { RuntimeObject * L_1 = ___obj0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); String_t* L_2 = V_0; if (L_2) { goto IL_0015; } } { return (bool)0; } IL_0015: { RuntimeObject * L_3 = ___obj0; if ((!(((RuntimeObject*)(String_t*)__this) == ((RuntimeObject*)(RuntimeObject *)L_3)))) { goto IL_001b; } } { return (bool)1; } IL_001b: { int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); String_t* L_5 = V_0; NullCheck(L_5); int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)L_6))) { goto IL_002b; } } { return (bool)0; } IL_002b: { String_t* L_7 = V_0; bool L_8 = String_EqualsHelper_m8D8E35C51FC9FA9B47589D27C736799F0A23DF8E(__this, L_7, /*hidden argument*/NULL); return L_8; } } // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { if (__this) { goto IL_0009; } } { NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * L_0 = (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC *)il2cpp_codegen_object_new(NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var); NullReferenceException__ctor_m7D46E331C349DD29CBA488C9B6A950A3E7DD5CAE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1_RuntimeMethod_var); } IL_0009: { String_t* L_1 = ___value0; if (L_1) { goto IL_000e; } } { return (bool)0; } IL_000e: { String_t* L_2 = ___value0; if ((!(((RuntimeObject*)(String_t*)__this) == ((RuntimeObject*)(String_t*)L_2)))) { goto IL_0014; } } { return (bool)1; } IL_0014: { int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); String_t* L_4 = ___value0; NullCheck(L_4); int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_0024; } } { return (bool)0; } IL_0024: { String_t* L_6 = ___value0; bool L_7 = String_EqualsHelper_m8D8E35C51FC9FA9B47589D27C736799F0A23DF8E(__this, L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean System.String::Equals(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mB42D01789A129C548840C18E9065ACF9412F1F84 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Equals_mB42D01789A129C548840C18E9065ACF9412F1F84_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___comparisonType1; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___comparisonType1; if ((((int32_t)L_1) <= ((int32_t)5))) { goto IL_001d; } } IL_0008: { String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_3, L_2, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, String_Equals_mB42D01789A129C548840C18E9065ACF9412F1F84_RuntimeMethod_var); } IL_001d: { String_t* L_4 = ___value0; if ((!(((RuntimeObject*)(String_t*)__this) == ((RuntimeObject*)(String_t*)L_4)))) { goto IL_0023; } } { return (bool)1; } IL_0023: { String_t* L_5 = ___value0; if (L_5) { goto IL_0028; } } { return (bool)0; } IL_0028: { int32_t L_6 = ___comparisonType1; switch (L_6) { case 0: { goto IL_004b; } case 1: { goto IL_0061; } case 2: { goto IL_0077; } case 3: { goto IL_008d; } case 4: { goto IL_00a3; } case 5: { goto IL_00bb; } } } { goto IL_00f1; } IL_004b: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_7 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_7); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_8 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_7); String_t* L_9 = ___value0; NullCheck(L_8); int32_t L_10 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_8, __this, L_9, 0); return (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0); } IL_0061: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_11); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_12 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_11); String_t* L_13 = ___value0; NullCheck(L_12); int32_t L_14 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_12, __this, L_13, 1); return (bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0); } IL_0077: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_15 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_15); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_16 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_15); String_t* L_17 = ___value0; NullCheck(L_16); int32_t L_18 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_16, __this, L_17, 0); return (bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0); } IL_008d: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_19 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_19); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_20 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_19); String_t* L_21 = ___value0; NullCheck(L_20); int32_t L_22 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_20, __this, L_21, 1); return (bool)((((int32_t)L_22) == ((int32_t)0))? 1 : 0); } IL_00a3: { int32_t L_23 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); String_t* L_24 = ___value0; NullCheck(L_24); int32_t L_25 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_24, /*hidden argument*/NULL); if ((((int32_t)L_23) == ((int32_t)L_25))) { goto IL_00b3; } } { return (bool)0; } IL_00b3: { String_t* L_26 = ___value0; bool L_27 = String_EqualsHelper_m8D8E35C51FC9FA9B47589D27C736799F0A23DF8E(__this, L_26, /*hidden argument*/NULL); return L_27; } IL_00bb: { int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); String_t* L_29 = ___value0; NullCheck(L_29); int32_t L_30 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_29, /*hidden argument*/NULL); if ((((int32_t)L_28) == ((int32_t)L_30))) { goto IL_00cb; } } { return (bool)0; } IL_00cb: { bool L_31 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(__this, /*hidden argument*/NULL); if (!L_31) { goto IL_00e6; } } { String_t* L_32 = ___value0; NullCheck(L_32); bool L_33 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00e6; } } { String_t* L_34 = ___value0; int32_t L_35 = String_CompareOrdinalIgnoreCaseHelper_mDEF4C17B43B7581D0EC38A8B69DC4CDB927E6E74(__this, L_34, /*hidden argument*/NULL); return (bool)((((int32_t)L_35) == ((int32_t)0))? 1 : 0); } IL_00e6: { String_t* L_36 = ___value0; int32_t L_37 = TextInfo_CompareOrdinalIgnoreCase_m00078A91A70F945CB20012CBBAD38ACA7256A479(__this, L_36, /*hidden argument*/NULL); return (bool)((((int32_t)L_37) == ((int32_t)0))? 1 : 0); } IL_00f1: { String_t* L_38 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_39 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_39, L_38, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, String_Equals_mB42D01789A129C548840C18E9065ACF9412F1F84_RuntimeMethod_var); } } // System.Boolean System.String::Equals(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m90EB651A751C3444BADBBD5401109CE05B3E1CFB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) { { String_t* L_0 = ___a0; String_t* L_1 = ___b1; if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { String_t* L_2 = ___a0; if (!L_2) { goto IL_000c; } } { String_t* L_3 = ___b1; if (L_3) { goto IL_000e; } } IL_000c: { return (bool)0; } IL_000e: { String_t* L_4 = ___a0; NullCheck(L_4); int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL); String_t* L_6 = ___b1; NullCheck(L_6); int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)L_7))) { goto IL_001e; } } { return (bool)0; } IL_001e: { String_t* L_8 = ___a0; String_t* L_9 = ___b1; bool L_10 = String_EqualsHelper_m8D8E35C51FC9FA9B47589D27C736799F0A23DF8E(L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Boolean System.String::Equals(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43 (String_t* ___a0, String_t* ___b1, int32_t ___comparisonType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___comparisonType2; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___comparisonType2; if ((((int32_t)L_1) <= ((int32_t)5))) { goto IL_001d; } } IL_0008: { String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_3, L_2, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43_RuntimeMethod_var); } IL_001d: { String_t* L_4 = ___a0; String_t* L_5 = ___b1; if ((!(((RuntimeObject*)(String_t*)L_4) == ((RuntimeObject*)(String_t*)L_5)))) { goto IL_0023; } } { return (bool)1; } IL_0023: { String_t* L_6 = ___a0; if (!L_6) { goto IL_0029; } } { String_t* L_7 = ___b1; if (L_7) { goto IL_002b; } } IL_0029: { return (bool)0; } IL_002b: { int32_t L_8 = ___comparisonType2; switch (L_8) { case 0: { goto IL_004e; } case 1: { goto IL_0064; } case 2: { goto IL_007a; } case 3: { goto IL_0090; } case 4: { goto IL_00a6; } case 5: { goto IL_00be; } } } { goto IL_00f4; } IL_004e: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_9); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_10 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_9); String_t* L_11 = ___a0; String_t* L_12 = ___b1; NullCheck(L_10); int32_t L_13 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_10, L_11, L_12, 0); return (bool)((((int32_t)L_13) == ((int32_t)0))? 1 : 0); } IL_0064: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_14 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_14); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_15 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_14); String_t* L_16 = ___a0; String_t* L_17 = ___b1; NullCheck(L_15); int32_t L_18 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_15, L_16, L_17, 1); return (bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0); } IL_007a: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_19 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_19); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_20 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_19); String_t* L_21 = ___a0; String_t* L_22 = ___b1; NullCheck(L_20); int32_t L_23 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_20, L_21, L_22, 0); return (bool)((((int32_t)L_23) == ((int32_t)0))? 1 : 0); } IL_0090: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_24 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_24); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_25 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_24); String_t* L_26 = ___a0; String_t* L_27 = ___b1; NullCheck(L_25); int32_t L_28 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_25, L_26, L_27, 1); return (bool)((((int32_t)L_28) == ((int32_t)0))? 1 : 0); } IL_00a6: { String_t* L_29 = ___a0; NullCheck(L_29); int32_t L_30 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_29, /*hidden argument*/NULL); String_t* L_31 = ___b1; NullCheck(L_31); int32_t L_32 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_31, /*hidden argument*/NULL); if ((((int32_t)L_30) == ((int32_t)L_32))) { goto IL_00b6; } } { return (bool)0; } IL_00b6: { String_t* L_33 = ___a0; String_t* L_34 = ___b1; bool L_35 = String_EqualsHelper_m8D8E35C51FC9FA9B47589D27C736799F0A23DF8E(L_33, L_34, /*hidden argument*/NULL); return L_35; } IL_00be: { String_t* L_36 = ___a0; NullCheck(L_36); int32_t L_37 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_36, /*hidden argument*/NULL); String_t* L_38 = ___b1; NullCheck(L_38); int32_t L_39 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_38, /*hidden argument*/NULL); if ((((int32_t)L_37) == ((int32_t)L_39))) { goto IL_00ce; } } { return (bool)0; } IL_00ce: { String_t* L_40 = ___a0; NullCheck(L_40); bool L_41 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_00e9; } } { String_t* L_42 = ___b1; NullCheck(L_42); bool L_43 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_00e9; } } { String_t* L_44 = ___a0; String_t* L_45 = ___b1; int32_t L_46 = String_CompareOrdinalIgnoreCaseHelper_mDEF4C17B43B7581D0EC38A8B69DC4CDB927E6E74(L_44, L_45, /*hidden argument*/NULL); return (bool)((((int32_t)L_46) == ((int32_t)0))? 1 : 0); } IL_00e9: { String_t* L_47 = ___a0; String_t* L_48 = ___b1; int32_t L_49 = TextInfo_CompareOrdinalIgnoreCase_m00078A91A70F945CB20012CBBAD38ACA7256A479(L_47, L_48, /*hidden argument*/NULL); return (bool)((((int32_t)L_49) == ((int32_t)0))? 1 : 0); } IL_00f4: { String_t* L_50 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_51 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_51, L_50, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43_RuntimeMethod_var); } } // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) { { String_t* L_0 = ___a0; String_t* L_1 = ___b1; bool L_2 = String_Equals_m90EB651A751C3444BADBBD5401109CE05B3E1CFB(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) { { String_t* L_0 = ___a0; String_t* L_1 = ___b1; bool L_2 = String_Equals_m90EB651A751C3444BADBBD5401109CE05B3E1CFB(L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000d; } } { int32_t L_1 = ___index0; int32_t L_2 = __this->get_m_stringLength_0(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0013; } } IL_000d: { IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * L_3 = (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF *)il2cpp_codegen_object_new(IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m17448AB4B27BC9D8AEB4605CDB0EA053626ABEC1(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96_RuntimeMethod_var); } IL_0013: { Il2CppChar* L_4 = __this->get_address_of_m_firstChar_1(); V_0 = (Il2CppChar*)L_4; Il2CppChar* L_5 = V_0; int32_t L_6 = ___index0; int32_t L_7 = *((uint16_t*)((intptr_t)il2cpp_codegen_add((intptr_t)(((uintptr_t)L_5)), (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_6)), (int32_t)2))))); return L_7; } } // System.Void System.String::CopyTo(System.Int32,System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661 (String_t* __this, int32_t ___sourceIndex0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___destination1, int32_t ___destinationIndex2, int32_t ___count3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_3 = NULL; { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___destination1; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral0CF1BC84BB8BACA804F9015A158E88642D415FFA, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661_RuntimeMethod_var); } IL_000e: { int32_t L_2 = ___count3; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0028; } } { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB6CE7B15183720AAC274771B6CD7214E241A3BFB, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661_RuntimeMethod_var); } IL_0028: { int32_t L_5 = ___sourceIndex0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0041; } } { String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteralCAEEAB05C2A175307D7167265BB744072B8D72BE, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661_RuntimeMethod_var); } IL_0041: { int32_t L_8 = ___count3; int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_10 = ___sourceIndex0; if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10))))) { goto IL_0062; } } { String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral62836465B297BA5E6273FE13E6F591F548238688, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralCAEEAB05C2A175307D7167265BB744072B8D72BE, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661_RuntimeMethod_var); } IL_0062: { int32_t L_13 = ___destinationIndex2; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = ___destination1; NullCheck(L_14); int32_t L_15 = ___count3; if ((((int32_t)L_13) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))), (int32_t)L_15))))) { goto IL_006f; } } { int32_t L_16 = ___destinationIndex2; if ((((int32_t)L_16) >= ((int32_t)0))) { goto IL_0084; } } IL_006f: { String_t* L_17 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral62836465B297BA5E6273FE13E6F591F548238688, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_18 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_18, _stringLiteralCA96269491D1B54BAE78372F8D395C9208E1C361, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661_RuntimeMethod_var); } IL_0084: { int32_t L_19 = ___count3; if ((((int32_t)L_19) <= ((int32_t)0))) { goto IL_00c3; } } { Il2CppChar* L_20 = __this->get_address_of_m_firstChar_1(); V_1 = (Il2CppChar*)L_20; Il2CppChar* L_21 = V_1; V_0 = (Il2CppChar*)(((uintptr_t)L_21)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = ___destination1; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = L_22; V_3 = L_23; if (!L_23) { goto IL_009d; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = V_3; NullCheck(L_24); if ((((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))))) { goto IL_00a2; } } IL_009d: { V_2 = (Il2CppChar*)(((uintptr_t)0)); goto IL_00ab; } IL_00a2: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = V_3; NullCheck(L_25); V_2 = (Il2CppChar*)(((uintptr_t)((L_25)->GetAddressAt(static_cast(0))))); } IL_00ab: { Il2CppChar* L_26 = V_2; int32_t L_27 = ___destinationIndex2; Il2CppChar* L_28 = V_0; int32_t L_29 = ___sourceIndex0; int32_t L_30 = ___count3; String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_27)), (int32_t)2)))), (Il2CppChar*)(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)))), L_30, /*hidden argument*/NULL); V_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL; V_1 = (Il2CppChar*)(((uintptr_t)0)); } IL_00c3: { return; } } // System.Char[] System.String::ToCharArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6 (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_5 = NULL; { int32_t L_0 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_1); V_1 = L_2; int32_t L_3 = V_0; if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0048; } } { Il2CppChar* L_4 = __this->get_address_of_m_firstChar_1(); V_3 = (Il2CppChar*)L_4; Il2CppChar* L_5 = V_3; V_2 = (Il2CppChar*)(((uintptr_t)L_5)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = V_1; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = L_6; V_5 = L_7; if (!L_7) { goto IL_0028; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = V_5; NullCheck(L_8); if ((((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))))) { goto IL_002e; } } IL_0028: { V_4 = (Il2CppChar*)(((uintptr_t)0)); goto IL_0039; } IL_002e: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = V_5; NullCheck(L_9); V_4 = (Il2CppChar*)(((uintptr_t)((L_9)->GetAddressAt(static_cast(0))))); } IL_0039: { Il2CppChar* L_10 = V_4; Il2CppChar* L_11 = V_2; int32_t L_12 = V_0; String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)L_10, (Il2CppChar*)(Il2CppChar*)L_11, L_12, /*hidden argument*/NULL); V_5 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL; V_3 = (Il2CppChar*)(((uintptr_t)0)); } IL_0048: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = V_1; return L_13; } } // System.Char[] System.String::ToCharArray(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* String_ToCharArray_mF6C6C34F0F8B89201E3F1677C80B1DBC9ECF4339 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ToCharArray_mF6C6C34F0F8B89201E3F1677C80B1DBC9ECF4339_MetadataUsageId); s_Il2CppMethodInitialized = true; } CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_4 = NULL; { int32_t L_0 = ___startIndex0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_1 = ___startIndex0; int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) > ((int32_t)L_2))) { goto IL_0018; } } { int32_t L_3 = ___startIndex0; int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_5 = ___length1; if ((((int32_t)L_3) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5))))) { goto IL_002d; } } IL_0018: { String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, String_ToCharArray_mF6C6C34F0F8B89201E3F1677C80B1DBC9ECF4339_RuntimeMethod_var); } IL_002d: { int32_t L_8 = ___length1; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_0046; } } { String_t* L_9 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_10, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, String_ToCharArray_mF6C6C34F0F8B89201E3F1677C80B1DBC9ECF4339_RuntimeMethod_var); } IL_0046: { int32_t L_11 = ___length1; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_11); V_0 = L_12; int32_t L_13 = ___length1; if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_0089; } } { Il2CppChar* L_14 = __this->get_address_of_m_firstChar_1(); V_2 = (Il2CppChar*)L_14; Il2CppChar* L_15 = V_2; V_1 = (Il2CppChar*)(((uintptr_t)L_15)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = V_0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = L_16; V_4 = L_17; if (!L_17) { goto IL_0067; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = V_4; NullCheck(L_18); if ((((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))))) { goto IL_006c; } } IL_0067: { V_3 = (Il2CppChar*)(((uintptr_t)0)); goto IL_0076; } IL_006c: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_19 = V_4; NullCheck(L_19); V_3 = (Il2CppChar*)(((uintptr_t)((L_19)->GetAddressAt(static_cast(0))))); } IL_0076: { Il2CppChar* L_20 = V_3; Il2CppChar* L_21 = V_1; int32_t L_22 = ___startIndex0; int32_t L_23 = ___length1; String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)L_20, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_22)), (int32_t)2)))), L_23, /*hidden argument*/NULL); V_4 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL; V_2 = (Il2CppChar*)(((uintptr_t)0)); } IL_0089: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = V_0; return L_24; } } // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (!L_0) { goto IL_000d; } } { String_t* L_1 = ___value0; NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } IL_000d: { return (bool)1; } } // System.Boolean System.String::IsNullOrWhiteSpace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrWhiteSpace_m62102CA65546AE151DC8254B72110F4AA48E2135 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_IsNullOrWhiteSpace_m62102CA65546AE151DC8254B72110F4AA48E2135_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___value0; if (L_0) { goto IL_0005; } } { return (bool)1; } IL_0005: { V_0 = 0; goto IL_001d; } IL_0009: { String_t* L_1 = ___value0; int32_t L_2 = V_0; NullCheck(L_1); Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_4 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_001d: { int32_t L_6 = V_0; String_t* L_7 = ___value0; NullCheck(L_7); int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0009; } } { return (bool)1; } } // System.Int32 System.String::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_GetHashCode_mEF6D30DBB66FE05F54D216B2AFECA1B63E5B964D (String_t* __this, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Il2CppChar* V_5 = NULL; { V_1 = __this; String_t* L_0 = V_1; V_0 = (Il2CppChar*)(((uintptr_t)L_0)); Il2CppChar* L_1 = V_0; if (!L_1) { goto IL_0010; } } { Il2CppChar* L_2 = V_0; int32_t L_3 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)L_3)); } IL_0010: { V_2 = ((int32_t)5381); int32_t L_4 = V_2; V_3 = L_4; Il2CppChar* L_5 = V_0; V_5 = (Il2CppChar*)L_5; goto IL_0043; } IL_001d: { int32_t L_6 = V_2; int32_t L_7 = V_2; int32_t L_8 = V_4; V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_6<<(int32_t)5)), (int32_t)L_7))^(int32_t)L_8)); Il2CppChar* L_9 = V_5; int32_t L_10 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)2))); V_4 = L_10; int32_t L_11 = V_4; if (!L_11) { goto IL_004b; } } { int32_t L_12 = V_3; int32_t L_13 = V_3; int32_t L_14 = V_4; V_3 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_12<<(int32_t)5)), (int32_t)L_13))^(int32_t)L_14)); Il2CppChar* L_15 = V_5; V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))); } IL_0043: { Il2CppChar* L_16 = V_5; int32_t L_17 = *((uint16_t*)L_16); int32_t L_18 = L_17; V_4 = L_18; if (L_18) { goto IL_001d; } } IL_004b: { int32_t L_19 = V_2; int32_t L_20 = V_3; return ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)1566083941))))); } } // System.Int32 System.String::GetLegacyNonRandomizedHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_GetLegacyNonRandomizedHashCode_m9CDCA17EB090873E71BB87D2976233C0A9C40513 (String_t* __this, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Il2CppChar* V_5 = NULL; { V_1 = __this; String_t* L_0 = V_1; V_0 = (Il2CppChar*)(((uintptr_t)L_0)); Il2CppChar* L_1 = V_0; if (!L_1) { goto IL_0010; } } { Il2CppChar* L_2 = V_0; int32_t L_3 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)L_3)); } IL_0010: { V_2 = ((int32_t)5381); int32_t L_4 = V_2; V_3 = L_4; Il2CppChar* L_5 = V_0; V_5 = (Il2CppChar*)L_5; goto IL_0043; } IL_001d: { int32_t L_6 = V_2; int32_t L_7 = V_2; int32_t L_8 = V_4; V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_6<<(int32_t)5)), (int32_t)L_7))^(int32_t)L_8)); Il2CppChar* L_9 = V_5; int32_t L_10 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)2))); V_4 = L_10; int32_t L_11 = V_4; if (!L_11) { goto IL_004b; } } { int32_t L_12 = V_3; int32_t L_13 = V_3; int32_t L_14 = V_4; V_3 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_12<<(int32_t)5)), (int32_t)L_13))^(int32_t)L_14)); Il2CppChar* L_15 = V_5; V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))); } IL_0043: { Il2CppChar* L_16 = V_5; int32_t L_17 = *((uint16_t*)L_16); int32_t L_18 = L_17; V_4 = L_18; if (L_18) { goto IL_001d; } } IL_004b: { int32_t L_19 = V_2; int32_t L_20 = V_3; return ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)1566083941))))); } } // System.String[] System.String::Split(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m13262358217AD2C119FD1B9733C3C0289D608512 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, const RuntimeMethod* method) { { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___separator0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = String_SplitInternal_m237DA5C7F3990502AF435882805ADDE9491E60BE(__this, L_0, ((int32_t)2147483647LL), 0, /*hidden argument*/NULL); return L_1; } } // System.String[] System.String::Split(System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m7F837958EF6FF0B15DE9B946AA1E8F95FC5EFF3F (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, int32_t ___count1, const RuntimeMethod* method) { { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___separator0; int32_t L_1 = ___count1; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = String_SplitInternal_m237DA5C7F3990502AF435882805ADDE9491E60BE(__this, L_0, L_1, 0, /*hidden argument*/NULL); return L_2; } } // System.String[] System.String::Split(System.Char[],System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m3E47054D847F0ED0FA2F54757D2BF5F8E15B938A (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, int32_t ___options1, const RuntimeMethod* method) { { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___separator0; int32_t L_1 = ___options1; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = String_SplitInternal_m237DA5C7F3990502AF435882805ADDE9491E60BE(__this, L_0, ((int32_t)2147483647LL), L_1, /*hidden argument*/NULL); return L_2; } } // System.String[] System.String::Split(System.Char[],System.Int32,System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_mFF1110677F6870949F5765141F86396C1177C0F9 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method) { { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___separator0; int32_t L_1 = ___count1; int32_t L_2 = ___options2; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = String_SplitInternal_m237DA5C7F3990502AF435882805ADDE9491E60BE(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.String[] System.String::SplitInternal(System.Char[],System.Int32,System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_SplitInternal_m237DA5C7F3990502AF435882805ADDE9491E60BE (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_SplitInternal_m237DA5C7F3990502AF435882805ADDE9491E60BE_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = ___count1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0019; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB6CE7B15183720AAC274771B6CD7214E241A3BFB, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, String_SplitInternal_m237DA5C7F3990502AF435882805ADDE9491E60BE_RuntimeMethod_var); } IL_0019: { int32_t L_3 = ___options2; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0021; } } { int32_t L_4 = ___options2; if ((((int32_t)L_4) <= ((int32_t)1))) { goto IL_0040; } } IL_0021: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5; int32_t L_7 = ___options2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(StringSplitOptions_t2FA287E15325CC78BF3CA5CDAAA3520BFBD58487_il2cpp_TypeInfo_var, &L_8); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_9); (L_6)->SetAt(static_cast(0), (RuntimeObject *)L_9); String_t* L_10 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA581992EF2214628320EFA402E984AF6E5EA8654, L_6, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, String_SplitInternal_m237DA5C7F3990502AF435882805ADDE9491E60BE_RuntimeMethod_var); } IL_0040: { int32_t L_12 = ___options2; V_0 = (bool)((((int32_t)L_12) == ((int32_t)1))? 1 : 0); int32_t L_13 = ___count1; if (!L_13) { goto IL_0053; } } { bool L_14 = V_0; if (!L_14) { goto IL_005a; } } { int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if (L_15) { goto IL_005a; } } IL_0053: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)0); return L_16; } IL_005a: { int32_t L_17 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_18 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_17); V_1 = L_18; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_19 = ___separator0; int32_t L_20 = String_MakeSeparatorList_m6EA6F39936E968C633834628C3B7A4E4D5058527(__this, L_19, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_1), /*hidden argument*/NULL); V_2 = L_20; int32_t L_21 = V_2; if (!L_21) { goto IL_0077; } } { int32_t L_22 = ___count1; if ((!(((uint32_t)L_22) == ((uint32_t)1)))) { goto IL_0082; } } IL_0077: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = L_23; NullCheck(L_24); ArrayElementTypeCheck (L_24, __this); (L_24)->SetAt(static_cast(0), (String_t*)__this); return L_24; } IL_0082: { bool L_25 = V_0; if (!L_25) { goto IL_0090; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_26 = V_1; int32_t L_27 = V_2; int32_t L_28 = ___count1; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_29 = String_InternalSplitOmitEmptyEntries_mEEA7D613F4E40CBB33800ECED50C1D9047F6B65F(__this, L_26, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL, L_27, L_28, /*hidden argument*/NULL); return L_29; } IL_0090: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_30 = V_1; int32_t L_31 = V_2; int32_t L_32 = ___count1; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_33 = String_InternalSplitKeepEmptyEntries_mD4C51D03E2B4F96B5DFD8F3853EB64AFDE89CE3F(__this, L_30, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL, L_31, L_32, /*hidden argument*/NULL); return L_33; } } // System.String[] System.String::Split(System.String[],System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m1116758CB532FF38D2A639CE6BD44F84F7EB2DEB (String_t* __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___separator0, int32_t ___options1, const RuntimeMethod* method) { { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ___separator0; int32_t L_1 = ___options1; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = String_Split_m72BE9D4B88E67593CCA2FC740DF4FB8CDCBD6134(__this, L_0, ((int32_t)2147483647LL), L_1, /*hidden argument*/NULL); return L_2; } } // System.String[] System.String::Split(System.String[],System.Int32,System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m72BE9D4B88E67593CCA2FC740DF4FB8CDCBD6134 (String_t* __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___separator0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Split_m72BE9D4B88E67593CCA2FC740DF4FB8CDCBD6134_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_1 = NULL; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_2 = NULL; int32_t V_3 = 0; { int32_t L_0 = ___count1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0019; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB6CE7B15183720AAC274771B6CD7214E241A3BFB, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, String_Split_m72BE9D4B88E67593CCA2FC740DF4FB8CDCBD6134_RuntimeMethod_var); } IL_0019: { int32_t L_3 = ___options2; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0021; } } { int32_t L_4 = ___options2; if ((((int32_t)L_4) <= ((int32_t)1))) { goto IL_0040; } } IL_0021: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5; int32_t L_7 = ___options2; int32_t L_8 = ((int32_t)L_7); RuntimeObject * L_9 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_8); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_9); (L_6)->SetAt(static_cast(0), (RuntimeObject *)L_9); String_t* L_10 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA581992EF2214628320EFA402E984AF6E5EA8654, L_6, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, String_Split_m72BE9D4B88E67593CCA2FC740DF4FB8CDCBD6134_RuntimeMethod_var); } IL_0040: { int32_t L_12 = ___options2; V_0 = (bool)((((int32_t)L_12) == ((int32_t)1))? 1 : 0); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = ___separator0; if (!L_13) { goto IL_004c; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = ___separator0; NullCheck(L_14); if ((((RuntimeArray*)L_14)->max_length)) { goto IL_0056; } } IL_004c: { int32_t L_15 = ___count1; int32_t L_16 = ___options2; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = String_SplitInternal_m237DA5C7F3990502AF435882805ADDE9491E60BE(__this, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL, L_15, L_16, /*hidden argument*/NULL); return L_17; } IL_0056: { int32_t L_18 = ___count1; if (!L_18) { goto IL_0064; } } { bool L_19 = V_0; if (!L_19) { goto IL_006b; } } { int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if (L_20) { goto IL_006b; } } IL_0064: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)0); return L_21; } IL_006b: { int32_t L_22 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_23 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_22); V_1 = L_23; int32_t L_24 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_24); V_2 = L_25; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_26 = ___separator0; int32_t L_27 = String_MakeSeparatorList_mE2ED04658E6D285D8441C09940ACD00A0D38F572(__this, L_26, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_1), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), /*hidden argument*/NULL); V_3 = L_27; int32_t L_28 = V_3; if (!L_28) { goto IL_0096; } } { int32_t L_29 = ___count1; if ((!(((uint32_t)L_29) == ((uint32_t)1)))) { goto IL_00a1; } } IL_0096: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_30 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_31 = L_30; NullCheck(L_31); ArrayElementTypeCheck (L_31, __this); (L_31)->SetAt(static_cast(0), (String_t*)__this); return L_31; } IL_00a1: { bool L_32 = V_0; if (!L_32) { goto IL_00af; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_33 = V_1; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_34 = V_2; int32_t L_35 = V_3; int32_t L_36 = ___count1; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_37 = String_InternalSplitOmitEmptyEntries_mEEA7D613F4E40CBB33800ECED50C1D9047F6B65F(__this, L_33, L_34, L_35, L_36, /*hidden argument*/NULL); return L_37; } IL_00af: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_38 = V_1; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = ___count1; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_42 = String_InternalSplitKeepEmptyEntries_mD4C51D03E2B4F96B5DFD8F3853EB64AFDE89CE3F(__this, L_38, L_39, L_40, L_41, /*hidden argument*/NULL); return L_42; } } // System.String[] System.String::InternalSplitKeepEmptyEntries(System.Int32[],System.Int32[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_InternalSplitKeepEmptyEntries_mD4C51D03E2B4F96B5DFD8F3853EB64AFDE89CE3F (String_t* __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___sepList0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lengthList1, int32_t ___numReplaces2, int32_t ___count3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_InternalSplitKeepEmptyEntries_mD4C51D03E2B4F96B5DFD8F3853EB64AFDE89CE3F_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_3 = NULL; int32_t V_4 = 0; int32_t G_B3_0 = 0; int32_t G_B6_0 = 0; int32_t G_B5_0 = 0; int32_t G_B7_0 = 0; int32_t G_B7_1 = 0; { V_0 = 0; V_1 = 0; int32_t L_0 = ___count3; ___count3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)); int32_t L_1 = ___numReplaces2; int32_t L_2 = ___count3; if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0013; } } { int32_t L_3 = ___count3; G_B3_0 = L_3; goto IL_0014; } IL_0013: { int32_t L_4 = ___numReplaces2; G_B3_0 = L_4; } IL_0014: { V_2 = G_B3_0; int32_t L_5 = V_2; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); V_3 = L_6; V_4 = 0; goto IL_004d; } IL_0023: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = V_3; int32_t L_8 = V_1; int32_t L_9 = L_8; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); int32_t L_10 = V_0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_11 = ___sepList0; int32_t L_12 = V_4; NullCheck(L_11); int32_t L_13 = L_12; int32_t L_14 = (L_11)->GetAt(static_cast(L_13)); int32_t L_15 = V_0; String_t* L_16 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(__this, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)), /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_16); (L_7)->SetAt(static_cast(L_9), (String_t*)L_16); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_17 = ___sepList0; int32_t L_18 = V_4; NullCheck(L_17); int32_t L_19 = L_18; int32_t L_20 = (L_17)->GetAt(static_cast(L_19)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_21 = ___lengthList1; G_B5_0 = L_20; if (!L_21) { G_B6_0 = L_20; goto IL_0044; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_22 = ___lengthList1; int32_t L_23 = V_4; NullCheck(L_22); int32_t L_24 = L_23; int32_t L_25 = (L_22)->GetAt(static_cast(L_24)); G_B7_0 = L_25; G_B7_1 = G_B5_0; goto IL_0045; } IL_0044: { G_B7_0 = 1; G_B7_1 = G_B6_0; } IL_0045: { V_0 = ((int32_t)il2cpp_codegen_add((int32_t)G_B7_1, (int32_t)G_B7_0)); int32_t L_26 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_004d: { int32_t L_27 = V_4; int32_t L_28 = V_2; if ((((int32_t)L_27) >= ((int32_t)L_28))) { goto IL_005b; } } { int32_t L_29 = V_0; int32_t L_30 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_29) < ((int32_t)L_30))) { goto IL_0023; } } IL_005b: { int32_t L_31 = V_0; int32_t L_32 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_31) >= ((int32_t)L_32))) { goto IL_0074; } } { int32_t L_33 = V_2; if ((((int32_t)L_33) < ((int32_t)0))) { goto IL_0074; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_34 = V_3; int32_t L_35 = V_1; int32_t L_36 = V_0; String_t* L_37 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(__this, L_36, /*hidden argument*/NULL); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_37); (L_34)->SetAt(static_cast(L_35), (String_t*)L_37); goto IL_0080; } IL_0074: { int32_t L_38 = V_1; int32_t L_39 = V_2; if ((!(((uint32_t)L_38) == ((uint32_t)L_39)))) { goto IL_0080; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_40 = V_3; int32_t L_41 = V_1; String_t* L_42 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_40); ArrayElementTypeCheck (L_40, L_42); (L_40)->SetAt(static_cast(L_41), (String_t*)L_42); } IL_0080: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_43 = V_3; return L_43; } } // System.String[] System.String::InternalSplitOmitEmptyEntries(System.Int32[],System.Int32[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_InternalSplitOmitEmptyEntries_mEEA7D613F4E40CBB33800ECED50C1D9047F6B65F (String_t* __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___sepList0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lengthList1, int32_t ___numReplaces2, int32_t ___count3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_InternalSplitOmitEmptyEntries_mEEA7D613F4E40CBB33800ECED50C1D9047F6B65F_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t G_B3_0 = 0; int32_t G_B8_0 = 0; int32_t G_B7_0 = 0; int32_t G_B9_0 = 0; int32_t G_B9_1 = 0; int32_t G_B13_0 = 0; int32_t G_B12_0 = 0; int32_t G_B14_0 = 0; int32_t G_B14_1 = 0; { int32_t L_0 = ___numReplaces2; int32_t L_1 = ___count3; if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0009; } } { int32_t L_2 = ___count3; G_B3_0 = L_2; goto IL_000c; } IL_0009: { int32_t L_3 = ___numReplaces2; G_B3_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_000c: { V_0 = G_B3_0; int32_t L_4 = V_0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_4); V_1 = L_5; V_2 = 0; V_3 = 0; V_5 = 0; goto IL_007b; } IL_001d: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = ___sepList0; int32_t L_7 = V_5; NullCheck(L_6); int32_t L_8 = L_7; int32_t L_9 = (L_6)->GetAt(static_cast(L_8)); int32_t L_10 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10))) <= ((int32_t)0))) { goto IL_003a; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = V_1; int32_t L_12 = V_3; int32_t L_13 = L_12; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); int32_t L_14 = V_2; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = ___sepList0; int32_t L_16 = V_5; NullCheck(L_15); int32_t L_17 = L_16; int32_t L_18 = (L_15)->GetAt(static_cast(L_17)); int32_t L_19 = V_2; String_t* L_20 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(__this, L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_20); (L_11)->SetAt(static_cast(L_13), (String_t*)L_20); } IL_003a: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_21 = ___sepList0; int32_t L_22 = V_5; NullCheck(L_21); int32_t L_23 = L_22; int32_t L_24 = (L_21)->GetAt(static_cast(L_23)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = ___lengthList1; G_B7_0 = L_24; if (!L_25) { G_B8_0 = L_24; goto IL_0047; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_26 = ___lengthList1; int32_t L_27 = V_5; NullCheck(L_26); int32_t L_28 = L_27; int32_t L_29 = (L_26)->GetAt(static_cast(L_28)); G_B9_0 = L_29; G_B9_1 = G_B7_0; goto IL_0048; } IL_0047: { G_B9_0 = 1; G_B9_1 = G_B8_0; } IL_0048: { V_2 = ((int32_t)il2cpp_codegen_add((int32_t)G_B9_1, (int32_t)G_B9_0)); int32_t L_30 = V_3; int32_t L_31 = ___count3; if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1)))))) { goto IL_0075; } } { goto IL_0060; } IL_0053: { int32_t L_32 = V_2; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_33 = ___lengthList1; G_B12_0 = L_32; if (!L_33) { G_B13_0 = L_32; goto IL_005d; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_34 = ___lengthList1; int32_t L_35 = V_5; NullCheck(L_34); int32_t L_36 = L_35; int32_t L_37 = (L_34)->GetAt(static_cast(L_36)); G_B14_0 = L_37; G_B14_1 = G_B12_0; goto IL_005e; } IL_005d: { G_B14_0 = 1; G_B14_1 = G_B13_0; } IL_005e: { V_2 = ((int32_t)il2cpp_codegen_add((int32_t)G_B14_1, (int32_t)G_B14_0)); } IL_0060: { int32_t L_38 = V_5; int32_t L_39 = ___numReplaces2; if ((((int32_t)L_38) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)1))))) { goto IL_0089; } } { int32_t L_40 = V_2; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_41 = ___sepList0; int32_t L_42 = V_5; int32_t L_43 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); V_5 = L_43; NullCheck(L_41); int32_t L_44 = L_43; int32_t L_45 = (L_41)->GetAt(static_cast(L_44)); if ((((int32_t)L_40) == ((int32_t)L_45))) { goto IL_0053; } } { goto IL_0089; } IL_0075: { int32_t L_46 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_007b: { int32_t L_47 = V_5; int32_t L_48 = ___numReplaces2; if ((((int32_t)L_47) >= ((int32_t)L_48))) { goto IL_0089; } } { int32_t L_49 = V_2; int32_t L_50 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_49) < ((int32_t)L_50))) { goto IL_001d; } } IL_0089: { int32_t L_51 = V_2; int32_t L_52 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_51) >= ((int32_t)L_52))) { goto IL_00a0; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_53 = V_1; int32_t L_54 = V_3; int32_t L_55 = L_54; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); int32_t L_56 = V_2; String_t* L_57 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(__this, L_56, /*hidden argument*/NULL); NullCheck(L_53); ArrayElementTypeCheck (L_53, L_57); (L_53)->SetAt(static_cast(L_55), (String_t*)L_57); } IL_00a0: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_58 = V_1; V_4 = L_58; int32_t L_59 = V_3; int32_t L_60 = V_0; if ((((int32_t)L_59) == ((int32_t)L_60))) { goto IL_00c8; } } { int32_t L_61 = V_3; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_62 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_61); V_4 = L_62; V_6 = 0; goto IL_00c3; } IL_00b4: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_63 = V_4; int32_t L_64 = V_6; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_65 = V_1; int32_t L_66 = V_6; NullCheck(L_65); int32_t L_67 = L_66; String_t* L_68 = (L_65)->GetAt(static_cast(L_67)); NullCheck(L_63); ArrayElementTypeCheck (L_63, L_68); (L_63)->SetAt(static_cast(L_64), (String_t*)L_68); int32_t L_69 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); } IL_00c3: { int32_t L_70 = V_6; int32_t L_71 = V_3; if ((((int32_t)L_70) < ((int32_t)L_71))) { goto IL_00b4; } } IL_00c8: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_72 = V_4; return L_72; } } // System.Int32 System.String::MakeSeparatorList(System.Char[],System.Int32[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_MakeSeparatorList_m6EA6F39936E968C633834628C3B7A4E4D5058527 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___sepList1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_MakeSeparatorList_m6EA6F39936E968C633834628C3B7A4E4D5058527_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; Il2CppChar* V_6 = NULL; Il2CppChar* V_7 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_8 = NULL; int32_t V_9 = 0; Il2CppChar* V_10 = NULL; int32_t V_11 = 0; { V_0 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___separator0; if (!L_0) { goto IL_0009; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___separator0; NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_004a; } } IL_0009: { Il2CppChar* L_2 = __this->get_address_of_m_firstChar_1(); V_2 = (Il2CppChar*)L_2; Il2CppChar* L_3 = V_2; V_1 = (Il2CppChar*)(((uintptr_t)L_3)); V_3 = 0; goto IL_0032; } IL_0017: { Il2CppChar* L_4 = V_1; int32_t L_5 = V_3; int32_t L_6 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_5)), (int32_t)2))))); IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_7 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002e; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_8 = ___sepList1; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_8); int32_t L_10 = V_0; int32_t L_11 = L_10; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); int32_t L_12 = V_3; NullCheck(L_9); (L_9)->SetAt(static_cast(L_11), (int32_t)L_12); } IL_002e: { int32_t L_13 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0032: { int32_t L_14 = V_3; int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_14) >= ((int32_t)L_15))) { goto IL_0042; } } { int32_t L_16 = V_0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_17 = ___sepList1; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_18 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_17); NullCheck(L_18); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))))))) { goto IL_0017; } } IL_0042: { V_2 = (Il2CppChar*)(((uintptr_t)0)); goto IL_00d2; } IL_004a: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_19 = ___sepList1; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_20 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_19); NullCheck(L_20); V_4 = (((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = ___separator0; NullCheck(L_21); V_5 = (((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))); Il2CppChar* L_22 = __this->get_address_of_m_firstChar_1(); V_2 = (Il2CppChar*)L_22; Il2CppChar* L_23 = V_2; V_6 = (Il2CppChar*)(((uintptr_t)L_23)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = ___separator0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = L_24; V_8 = L_25; if (!L_25) { goto IL_006c; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = V_8; NullCheck(L_26); if ((((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length))))) { goto IL_0072; } } IL_006c: { V_7 = (Il2CppChar*)(((uintptr_t)0)); goto IL_007d; } IL_0072: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_27 = V_8; NullCheck(L_27); V_7 = (Il2CppChar*)(((uintptr_t)((L_27)->GetAddressAt(static_cast(0))))); } IL_007d: { V_9 = 0; goto IL_00bd; } IL_0082: { Il2CppChar* L_28 = V_7; V_10 = (Il2CppChar*)L_28; V_11 = 0; goto IL_00b1; } IL_008b: { Il2CppChar* L_29 = V_6; int32_t L_30 = V_9; int32_t L_31 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_29, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_30)), (int32_t)2))))); Il2CppChar* L_32 = V_10; int32_t L_33 = *((uint16_t*)L_32); if ((!(((uint32_t)L_31) == ((uint32_t)L_33)))) { goto IL_00a5; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_34 = ___sepList1; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_35 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_34); int32_t L_36 = V_0; int32_t L_37 = L_36; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); int32_t L_38 = V_9; NullCheck(L_35); (L_35)->SetAt(static_cast(L_37), (int32_t)L_38); goto IL_00b7; } IL_00a5: { int32_t L_39 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); Il2CppChar* L_40 = V_10; V_10 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_40, (int32_t)2)); } IL_00b1: { int32_t L_41 = V_11; int32_t L_42 = V_5; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_008b; } } IL_00b7: { int32_t L_43 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_00bd: { int32_t L_44 = V_9; int32_t L_45 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_44) >= ((int32_t)L_45))) { goto IL_00cc; } } { int32_t L_46 = V_0; int32_t L_47 = V_4; if ((((int32_t)L_46) < ((int32_t)L_47))) { goto IL_0082; } } IL_00cc: { V_2 = (Il2CppChar*)(((uintptr_t)0)); V_8 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL; } IL_00d2: { int32_t L_48 = V_0; return L_48; } } // System.Int32 System.String::MakeSeparatorList(System.String[],System.Int32[]&,System.Int32[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_MakeSeparatorList_mE2ED04658E6D285D8441C09940ACD00A0D38F572 (String_t* __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___separators0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___sepList1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___lengthList2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; String_t* V_6 = NULL; int32_t V_7 = 0; { V_0 = 0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_0 = ___sepList1; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_0); NullCheck(L_1); V_1 = (((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = ___separators0; NullCheck(L_2); Il2CppChar* L_3 = __this->get_address_of_m_firstChar_1(); V_3 = (Il2CppChar*)L_3; Il2CppChar* L_4 = V_3; V_2 = (Il2CppChar*)(((uintptr_t)L_4)); V_4 = 0; goto IL_0098; } IL_001a: { V_5 = 0; goto IL_008b; } IL_001f: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = ___separators0; int32_t L_6 = V_5; NullCheck(L_5); int32_t L_7 = L_6; String_t* L_8 = (L_5)->GetAt(static_cast(L_7)); V_6 = L_8; String_t* L_9 = V_6; bool L_10 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0085; } } { String_t* L_11 = V_6; NullCheck(L_11); int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_11, /*hidden argument*/NULL); V_7 = L_12; Il2CppChar* L_13 = V_2; int32_t L_14 = V_4; int32_t L_15 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_14)), (int32_t)2))))); String_t* L_16 = V_6; NullCheck(L_16); Il2CppChar L_17 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_16, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)L_17)))) { goto IL_0085; } } { int32_t L_18 = V_7; int32_t L_19 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_20 = V_4; if ((((int32_t)L_18) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20))))) { goto IL_0085; } } { int32_t L_21 = V_7; if ((((int32_t)L_21) == ((int32_t)1))) { goto IL_006a; } } { int32_t L_22 = V_4; String_t* L_23 = V_6; int32_t L_24 = V_7; int32_t L_25 = String_CompareOrdinal_m3DE819A1E2FB2B4992CFF04CA36921B77A3FC387(__this, L_22, L_23, 0, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_0085; } } IL_006a: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_26 = ___sepList1; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_27 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_26); int32_t L_28 = V_0; int32_t L_29 = V_4; NullCheck(L_27); (L_27)->SetAt(static_cast(L_28), (int32_t)L_29); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_30 = ___lengthList2; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_31 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_30); int32_t L_32 = V_0; int32_t L_33 = V_7; NullCheck(L_31); (L_31)->SetAt(static_cast(L_32), (int32_t)L_33); int32_t L_34 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); int32_t L_35 = V_4; int32_t L_36 = V_7; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)))); goto IL_0092; } IL_0085: { int32_t L_37 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_008b: { int32_t L_38 = V_5; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_39 = ___separators0; NullCheck(L_39); if ((((int32_t)L_38) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length))))))) { goto IL_001f; } } IL_0092: { int32_t L_40 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_0098: { int32_t L_41 = V_4; int32_t L_42 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_41) >= ((int32_t)L_42))) { goto IL_00a9; } } { int32_t L_43 = V_0; int32_t L_44 = V_1; if ((((int32_t)L_43) < ((int32_t)L_44))) { goto IL_001a; } } IL_00a9: { V_3 = (Il2CppChar*)(((uintptr_t)0)); int32_t L_45 = V_0; return L_45; } } // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method) { { int32_t L_0 = ___startIndex0; int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_2 = ___startIndex0; String_t* L_3 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(__this, L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)), /*hidden argument*/NULL); return L_3; } } // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___startIndex0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0019; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral99DD65011324D0DDDAE2BC2BE40CEFC52DC334BE, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB_RuntimeMethod_var); } IL_0019: { int32_t L_3 = ___startIndex0; int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0037; } } { String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0498E94C4956DFAA08F19AE2A65E26A19A16C9A9, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB_RuntimeMethod_var); } IL_0037: { int32_t L_7 = ___length1; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_0050; } } { String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral63592CD10F546568A06AF3B6CC9D1156A52DACE5, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB_RuntimeMethod_var); } IL_0050: { int32_t L_10 = ___startIndex0; int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_12 = ___length1; if ((((int32_t)L_10) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))))) { goto IL_0070; } } { String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral046490AF8515A05693281DF74BD30B0BD06C83E0, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB_RuntimeMethod_var); } IL_0070: { int32_t L_15 = ___length1; if (L_15) { goto IL_0079; } } { String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_16; } IL_0079: { int32_t L_17 = ___startIndex0; if (L_17) { goto IL_0087; } } { int32_t L_18 = ___length1; int32_t L_19 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_18) == ((uint32_t)L_19)))) { goto IL_0087; } } { return __this; } IL_0087: { int32_t L_20 = ___startIndex0; int32_t L_21 = ___length1; String_t* L_22 = String_InternalSubString_m25D6800EDE68EF93F03E24F039C0CC1378AE3C70(__this, L_20, L_21, /*hidden argument*/NULL); return L_22; } } // System.String System.String::InternalSubString(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_InternalSubString_m25D6800EDE68EF93F03E24F039C0CC1378AE3C70 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; { int32_t L_0 = ___length1; String_t* L_1 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_0, /*hidden argument*/NULL); String_t* L_2 = L_1; NullCheck(L_2); Il2CppChar* L_3 = L_2->get_address_of_m_firstChar_1(); V_0 = (Il2CppChar*)L_3; Il2CppChar* L_4 = V_0; Il2CppChar* L_5 = __this->get_address_of_m_firstChar_1(); V_2 = (Il2CppChar*)L_5; Il2CppChar* L_6 = V_2; V_1 = (Il2CppChar*)(((uintptr_t)L_6)); Il2CppChar* L_7 = V_1; int32_t L_8 = ___startIndex0; int32_t L_9 = ___length1; String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)(((uintptr_t)L_4)), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_8)), (int32_t)2)))), L_9, /*hidden argument*/NULL); V_2 = (Il2CppChar*)(((uintptr_t)0)); V_0 = (Il2CppChar*)(((uintptr_t)0)); return L_2; } } // System.String System.String::Trim(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m788DE5AEFDAC40E778745C4DF4AFD45A4BC1007E (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimChars0, const RuntimeMethod* method) { { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___trimChars0; if (!L_0) { goto IL_0007; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___trimChars0; NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_000f; } } IL_0007: { String_t* L_2 = String_TrimHelper_mFF43B4D2958E901A84AE0885BC308A61E88339A5(__this, 2, /*hidden argument*/NULL); return L_2; } IL_000f: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = ___trimChars0; String_t* L_4 = String_TrimHelper_m65502EC4F1142618D6943439EA6E2923BF129C68(__this, L_3, 2, /*hidden argument*/NULL); return L_4; } } // System.String System.String::TrimStart(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimStart_mF2E3836BC914639BAB9DD8AA4EE026FC143BF466 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimChars0, const RuntimeMethod* method) { { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___trimChars0; if (!L_0) { goto IL_0007; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___trimChars0; NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_000f; } } IL_0007: { String_t* L_2 = String_TrimHelper_mFF43B4D2958E901A84AE0885BC308A61E88339A5(__this, 0, /*hidden argument*/NULL); return L_2; } IL_000f: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = ___trimChars0; String_t* L_4 = String_TrimHelper_m65502EC4F1142618D6943439EA6E2923BF129C68(__this, L_3, 0, /*hidden argument*/NULL); return L_4; } } // System.String System.String::TrimEnd(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimEnd_m8D4905B71A4AEBF9D0BC36C6003FC9A5AD630403 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimChars0, const RuntimeMethod* method) { { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___trimChars0; if (!L_0) { goto IL_0007; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___trimChars0; NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_000f; } } IL_0007: { String_t* L_2 = String_TrimHelper_mFF43B4D2958E901A84AE0885BC308A61E88339A5(__this, 1, /*hidden argument*/NULL); return L_2; } IL_000f: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = ___trimChars0; String_t* L_4 = String_TrimHelper_m65502EC4F1142618D6943439EA6E2923BF129C68(__this, L_3, 1, /*hidden argument*/NULL); return L_4; } } // System.Void System.String::.ctor(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String__ctor_m32CF9C47D46962617FB89C42F5178AC27287DBF9 (String_t* __this, Il2CppChar* ___value0, const RuntimeMethod* method) { typedef void (*String__ctor_m32CF9C47D46962617FB89C42F5178AC27287DBF9_ftn) (String_t*, Il2CppChar*); using namespace il2cpp::icalls; ((String__ctor_m32CF9C47D46962617FB89C42F5178AC27287DBF9_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0); } // System.Void System.String::.ctor(System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String__ctor_m42BCB56D30ED97F7FD8D2C509514B5DFEB82851E (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { typedef void (*String__ctor_m42BCB56D30ED97F7FD8D2C509514B5DFEB82851E_ftn) (String_t*, Il2CppChar*, int32_t, int32_t); using namespace il2cpp::icalls; ((String__ctor_m42BCB56D30ED97F7FD8D2C509514B5DFEB82851E_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0, ___startIndex1, ___length2); } // System.Void System.String::.ctor(System.SByte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String__ctor_mB01BC066574CF9985EEF3B23BAE91162EEE82FC4 (String_t* __this, int8_t* ___value0, const RuntimeMethod* method) { typedef void (*String__ctor_mB01BC066574CF9985EEF3B23BAE91162EEE82FC4_ftn) (String_t*, int8_t*); using namespace il2cpp::icalls; ((String__ctor_mB01BC066574CF9985EEF3B23BAE91162EEE82FC4_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0); } // System.Void System.String::.ctor(System.SByte*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String__ctor_m349B2B34BF396D2BAD4718EA145FDF9781B5EF6E (String_t* __this, int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { typedef void (*String__ctor_m349B2B34BF396D2BAD4718EA145FDF9781B5EF6E_ftn) (String_t*, int8_t*, int32_t, int32_t); using namespace il2cpp::icalls; ((String__ctor_m349B2B34BF396D2BAD4718EA145FDF9781B5EF6E_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0, ___startIndex1, ___length2); } // System.Void System.String::.ctor(System.SByte*,System.Int32,System.Int32,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String__ctor_mD1B9E880AEA5E278337EB47CE6E39EC0B62B10B3 (String_t* __this, int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___enc3, const RuntimeMethod* method) { typedef void (*String__ctor_mD1B9E880AEA5E278337EB47CE6E39EC0B62B10B3_ftn) (String_t*, int8_t*, int32_t, int32_t, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *); using namespace il2cpp::icalls; ((String__ctor_mD1B9E880AEA5E278337EB47CE6E39EC0B62B10B3_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0, ___startIndex1, ___length2, ___enc3); } // System.String System.String::CreateStringFromEncoding(System.Byte*,System.Int32,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateStringFromEncoding_m05572A060148F853D4AD4D275D432DFF261ABF99 (uint8_t* ___bytes0, int32_t ___byteLength1, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CreateStringFromEncoding_m05572A060148F853D4AD4D275D432DFF261ABF99_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ___encoding2; uint8_t* L_1 = ___bytes0; int32_t L_2 = ___byteLength1; NullCheck(L_0); int32_t L_3 = VirtFuncInvoker3< int32_t, uint8_t*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(24 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) */, L_0, (uint8_t*)(uint8_t*)L_1, L_2, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL); V_0 = L_3; int32_t L_4 = V_0; if (L_4) { goto IL_0013; } } { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_5; } IL_0013: { int32_t L_6 = V_0; String_t* L_7 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_6, /*hidden argument*/NULL); String_t* L_8 = L_7; NullCheck(L_8); Il2CppChar* L_9 = L_8->get_address_of_m_firstChar_1(); V_2 = (Il2CppChar*)L_9; Il2CppChar* L_10 = V_2; V_1 = (Il2CppChar*)(((uintptr_t)L_10)); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_11 = ___encoding2; uint8_t* L_12 = ___bytes0; int32_t L_13 = ___byteLength1; Il2CppChar* L_14 = V_1; int32_t L_15 = V_0; NullCheck(L_11); VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(28 /* System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) */, L_11, (uint8_t*)(uint8_t*)L_12, L_13, (Il2CppChar*)(Il2CppChar*)L_14, L_15, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL); V_2 = (Il2CppChar*)(((uintptr_t)0)); return L_8; } } // System.Boolean System.String::IsNormalized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNormalized_m100E025F16B3DD4D593B3A331ED03FB940CB5819 (String_t* __this, const RuntimeMethod* method) { { bool L_0 = String_IsNormalized_mAB32082D653865CBC843FE439A2A025DC4F5B17E(__this, 1, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.String::IsNormalized(System.Text.NormalizationForm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNormalized_mAB32082D653865CBC843FE439A2A025DC4F5B17E (String_t* __this, int32_t ___normalizationForm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_IsNormalized_mAB32082D653865CBC843FE439A2A025DC4F5B17E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = String_IsFastSort_mE41B3B9F19A16A403564BA5D12203211ED78473B(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001a; } } { int32_t L_1 = ___normalizationForm0; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0018; } } { int32_t L_2 = ___normalizationForm0; if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_0018; } } { int32_t L_3 = ___normalizationForm0; if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_0018; } } { int32_t L_4 = ___normalizationForm0; if ((!(((uint32_t)L_4) == ((uint32_t)6)))) { goto IL_001a; } } IL_0018: { return (bool)1; } IL_001a: { int32_t L_5 = ___normalizationForm0; IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var); bool L_6 = Normalization_IsNormalized_m87325FFB1A75AF05AA566A1BF8A5058643A75A66(__this, L_5, /*hidden argument*/NULL); return L_6; } } // System.String System.String::Normalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Normalize_mC263EEBF6C163DA7F91692F7D051D93A24D3BA73 (String_t* __this, const RuntimeMethod* method) { { String_t* L_0 = String_Normalize_m331F324C5A5E95FF79E2AB44A0C454324E91F7C6(__this, 1, /*hidden argument*/NULL); return L_0; } } // System.String System.String::Normalize(System.Text.NormalizationForm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Normalize_m331F324C5A5E95FF79E2AB44A0C454324E91F7C6 (String_t* __this, int32_t ___normalizationForm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Normalize_m331F324C5A5E95FF79E2AB44A0C454324E91F7C6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001a; } } { int32_t L_1 = ___normalizationForm0; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0018; } } { int32_t L_2 = ___normalizationForm0; if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_0018; } } { int32_t L_3 = ___normalizationForm0; if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_0018; } } { int32_t L_4 = ___normalizationForm0; if ((!(((uint32_t)L_4) == ((uint32_t)6)))) { goto IL_001a; } } IL_0018: { return __this; } IL_001a: { int32_t L_5 = ___normalizationForm0; IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var); String_t* L_6 = Normalization_Normalize_mF3A284956561BA6BACEBCA2D28419DF54BBE279E(__this, L_5, /*hidden argument*/NULL); return L_6; } } // System.String System.String::FastAllocateString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C (int32_t ___length0, const RuntimeMethod* method) { typedef String_t* (*String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C_ftn) (int32_t); using namespace il2cpp::icalls; return ((String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C_ftn)mscorlib::System::String::FastAllocateString) (___length0); } // System.Void System.String::FillStringChecked(System.String,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288 (String_t* ___dest0, int32_t ___destPos1, String_t* ___src2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; { String_t* L_0 = ___src2; NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL); String_t* L_2 = ___dest0; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL); int32_t L_4 = ___destPos1; if ((((int32_t)L_1) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4))))) { goto IL_0016; } } { IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * L_5 = (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF *)il2cpp_codegen_object_new(IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m17448AB4B27BC9D8AEB4605CDB0EA053626ABEC1(L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288_RuntimeMethod_var); } IL_0016: { String_t* L_6 = ___dest0; NullCheck(L_6); Il2CppChar* L_7 = L_6->get_address_of_m_firstChar_1(); V_0 = (Il2CppChar*)L_7; Il2CppChar* L_8 = V_0; String_t* L_9 = ___src2; NullCheck(L_9); Il2CppChar* L_10 = L_9->get_address_of_m_firstChar_1(); V_2 = (Il2CppChar*)L_10; Il2CppChar* L_11 = V_2; V_1 = (Il2CppChar*)(((uintptr_t)L_11)); int32_t L_12 = ___destPos1; Il2CppChar* L_13 = V_1; String_t* L_14 = ___src2; NullCheck(L_14); int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_14, /*hidden argument*/NULL); String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((uintptr_t)L_8)), (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_12)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_13, L_15, /*hidden argument*/NULL); V_2 = (Il2CppChar*)(((uintptr_t)0)); V_0 = (Il2CppChar*)(((uintptr_t)0)); return; } } // System.Void System.String::.ctor(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String__ctor_m0FB237E8244792AED55714D9F72FB148CED93783 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { typedef void (*String__ctor_m0FB237E8244792AED55714D9F72FB148CED93783_ftn) (String_t*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t); using namespace il2cpp::icalls; ((String__ctor_m0FB237E8244792AED55714D9F72FB148CED93783_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0, ___startIndex1, ___length2); } // System.Void System.String::.ctor(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String__ctor_mA5D44A0033F3B28475AC1AC2F0A6BB9CC259295C (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, const RuntimeMethod* method) { typedef void (*String__ctor_mA5D44A0033F3B28475AC1AC2F0A6BB9CC259295C_ftn) (String_t*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*); using namespace il2cpp::icalls; ((String__ctor_mA5D44A0033F3B28475AC1AC2F0A6BB9CC259295C_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0); } // System.Void System.String::wstrcpy(System.Char*,System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497 (Il2CppChar* ___dmem0, Il2CppChar* ___smem1, int32_t ___charCount2, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___dmem0; Il2CppChar* L_1 = ___smem1; int32_t L_2 = ___charCount2; Buffer_Memcpy_m4D475106A101E5ED38EB22776EAAFB6D02F63678((uint8_t*)(uint8_t*)L_0, (uint8_t*)(uint8_t*)L_1, ((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2)), /*hidden argument*/NULL); return; } } // System.String System.String::CtorCharArray(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CtorCharArray_mBD09735176A649FE5E708C756882D6A2F2D330EB (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CtorCharArray_mBD09735176A649FE5E708C756882D6A2F2D330EB_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; String_t* V_2 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_3 = NULL; String_t* G_B4_0 = NULL; String_t* G_B3_0 = NULL; String_t* G_B6_0 = NULL; String_t* G_B5_0 = NULL; String_t* G_B7_0 = NULL; String_t* G_B8_0 = NULL; { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___value0; if (!L_0) { goto IL_0046; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___value0; NullCheck(L_1); if (!(((RuntimeArray*)L_1)->max_length)) { goto IL_0046; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ___value0; NullCheck(L_2); String_t* L_3 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C((((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))), /*hidden argument*/NULL); String_t* L_4 = L_3; V_2 = L_4; String_t* L_5 = V_2; V_0 = (Il2CppChar*)(((uintptr_t)L_5)); Il2CppChar* L_6 = V_0; G_B3_0 = L_4; if (!L_6) { G_B4_0 = L_4; goto IL_001f; } } { Il2CppChar* L_7 = V_0; int32_t L_8 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)L_8)); G_B4_0 = G_B3_0; } IL_001f: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = ___value0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = L_9; V_3 = L_10; G_B5_0 = G_B4_0; if (!L_10) { G_B6_0 = G_B4_0; goto IL_0029; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = V_3; NullCheck(L_11); G_B6_0 = G_B5_0; if ((((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))))) { G_B7_0 = G_B5_0; goto IL_002e; } } IL_0029: { V_1 = (Il2CppChar*)(((uintptr_t)0)); G_B8_0 = G_B6_0; goto IL_0037; } IL_002e: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = V_3; NullCheck(L_12); V_1 = (Il2CppChar*)(((uintptr_t)((L_12)->GetAddressAt(static_cast(0))))); G_B8_0 = G_B7_0; } IL_0037: { Il2CppChar* L_13 = V_0; Il2CppChar* L_14 = V_1; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = ___value0; NullCheck(L_15); String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)L_13, (Il2CppChar*)(Il2CppChar*)L_14, (((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))), /*hidden argument*/NULL); V_2 = (String_t*)NULL; V_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL; return G_B8_0; } IL_0046: { String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_16; } } // System.String System.String::CtorCharArrayStartLength(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CtorCharArrayStartLength_m20C739C1BA077DF4056DC39A7632700A63ED7F10 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CtorCharArrayStartLength_m20C739C1BA077DF4056DC39A7632700A63ED7F10_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; String_t* V_2 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_3 = NULL; String_t* G_B11_0 = NULL; String_t* G_B10_0 = NULL; String_t* G_B13_0 = NULL; String_t* G_B12_0 = NULL; String_t* G_B14_0 = NULL; String_t* G_B15_0 = NULL; { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_CtorCharArrayStartLength_m20C739C1BA077DF4056DC39A7632700A63ED7F10_RuntimeMethod_var); } IL_000e: { int32_t L_2 = ___startIndex1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0027; } } { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral99DD65011324D0DDDAE2BC2BE40CEFC52DC334BE, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, String_CtorCharArrayStartLength_m20C739C1BA077DF4056DC39A7632700A63ED7F10_RuntimeMethod_var); } IL_0027: { int32_t L_5 = ___length2; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0040; } } { String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral63592CD10F546568A06AF3B6CC9D1156A52DACE5, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, String_CtorCharArrayStartLength_m20C739C1BA077DF4056DC39A7632700A63ED7F10_RuntimeMethod_var); } IL_0040: { int32_t L_8 = ___startIndex1; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = ___value0; NullCheck(L_9); int32_t L_10 = ___length2; if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), (int32_t)L_10))))) { goto IL_005d; } } { String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, String_CtorCharArrayStartLength_m20C739C1BA077DF4056DC39A7632700A63ED7F10_RuntimeMethod_var); } IL_005d: { int32_t L_13 = ___length2; if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_00a1; } } { int32_t L_14 = ___length2; String_t* L_15 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_14, /*hidden argument*/NULL); String_t* L_16 = L_15; V_2 = L_16; String_t* L_17 = V_2; V_0 = (Il2CppChar*)(((uintptr_t)L_17)); Il2CppChar* L_18 = V_0; G_B10_0 = L_16; if (!L_18) { G_B11_0 = L_16; goto IL_0077; } } { Il2CppChar* L_19 = V_0; int32_t L_20 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)L_20)); G_B11_0 = G_B10_0; } IL_0077: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = ___value0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = L_21; V_3 = L_22; G_B12_0 = G_B11_0; if (!L_22) { G_B13_0 = G_B11_0; goto IL_0081; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = V_3; NullCheck(L_23); G_B13_0 = G_B12_0; if ((((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))))) { G_B14_0 = G_B12_0; goto IL_0086; } } IL_0081: { V_1 = (Il2CppChar*)(((uintptr_t)0)); G_B15_0 = G_B13_0; goto IL_008f; } IL_0086: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = V_3; NullCheck(L_24); V_1 = (Il2CppChar*)(((uintptr_t)((L_24)->GetAddressAt(static_cast(0))))); G_B15_0 = G_B14_0; } IL_008f: { Il2CppChar* L_25 = V_0; Il2CppChar* L_26 = V_1; int32_t L_27 = ___startIndex1; int32_t L_28 = ___length2; String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)L_25, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_27)), (int32_t)2)))), L_28, /*hidden argument*/NULL); V_2 = (String_t*)NULL; V_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL; return G_B15_0; } IL_00a1: { String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_29; } } // System.Int32 System.String::wcslen(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_wcslen_mBED74B6C4C92D46814E5F7294E4D06F1928E27D6 (Il2CppChar* ___ptr0, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; { Il2CppChar* L_0 = ___ptr0; V_0 = (Il2CppChar*)L_0; goto IL_0008; } IL_0004: { Il2CppChar* L_1 = V_0; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)2)); } IL_0008: { Il2CppChar* L_2 = V_0; if (!((int32_t)((int32_t)(((int32_t)((uint32_t)(intptr_t)L_2)))&(int32_t)3))) { goto IL_0012; } } { Il2CppChar* L_3 = V_0; int32_t L_4 = *((uint16_t*)L_3); if (L_4) { goto IL_0004; } } IL_0012: { Il2CppChar* L_5 = V_0; int32_t L_6 = *((uint16_t*)L_5); if (!L_6) { goto IL_0038; } } { goto IL_001f; } IL_0018: { Il2CppChar* L_7 = V_0; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))); } IL_001f: { Il2CppChar* L_8 = V_0; int32_t L_9 = *((uint16_t*)L_8); Il2CppChar* L_10 = V_0; int32_t L_11 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)2))); if (((int32_t)((int32_t)L_9&(int32_t)L_11))) { goto IL_0018; } } { Il2CppChar* L_12 = V_0; int32_t L_13 = *((uint16_t*)L_12); if (!L_13) { goto IL_0038; } } { Il2CppChar* L_14 = V_0; int32_t L_15 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)2))); if (L_15) { goto IL_0018; } } { goto IL_0038; } IL_0034: { Il2CppChar* L_16 = V_0; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)2)); } IL_0038: { Il2CppChar* L_17 = V_0; int32_t L_18 = *((uint16_t*)L_17); if (L_18) { goto IL_0034; } } { Il2CppChar* L_19 = V_0; Il2CppChar* L_20 = ___ptr0; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_19, (intptr_t)L_20))/(int32_t)2)))))))); } } // System.String System.String::CtorCharPtr(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CtorCharPtr_m8673F31D7A1ADC848362702CDE84A1E4343D67A8 (String_t* __this, Il2CppChar* ___ptr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CtorCharPtr_m8673F31D7A1ADC848362702CDE84A1E4343D67A8_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; String_t* V_2 = NULL; Il2CppChar* V_3 = NULL; String_t* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 3); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { Il2CppChar* L_0 = ___ptr0; if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0)))))) { goto IL_000b; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_000b: { } IL_000c: try { // begin try (depth: 1) { Il2CppChar* L_2 = ___ptr0; int32_t L_3 = String_wcslen_mBED74B6C4C92D46814E5F7294E4D06F1928E27D6((Il2CppChar*)(Il2CppChar*)L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if (L_4) { goto IL_001e; } } IL_0016: { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_2 = L_5; goto IL_005f; } IL_001e: { int32_t L_6 = V_0; String_t* L_7 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_6, /*hidden argument*/NULL); V_1 = L_7; } IL_0025: try { // begin try (depth: 2) { String_t* L_8 = V_1; V_4 = L_8; String_t* L_9 = V_4; V_3 = (Il2CppChar*)(((uintptr_t)L_9)); Il2CppChar* L_10 = V_3; if (!L_10) { goto IL_0037; } } IL_002f: { Il2CppChar* L_11 = V_3; int32_t L_12 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)L_12)); } IL_0037: { Il2CppChar* L_13 = V_3; Il2CppChar* L_14 = ___ptr0; int32_t L_15 = V_0; String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)L_13, (Il2CppChar*)(Il2CppChar*)L_14, L_15, /*hidden argument*/NULL); IL2CPP_LEAVE(0x45, FINALLY_0041); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0041; } FINALLY_0041: { // begin finally (depth: 2) V_4 = (String_t*)NULL; IL2CPP_END_FINALLY(65) } // end finally (depth: 2) IL2CPP_CLEANUP(65) { IL2CPP_JUMP_TBL(0x45, IL_0045) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0045: { String_t* L_16 = V_1; V_2 = L_16; goto IL_005f; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0049; throw e; } CATCH_0049: { // begin catch(System.NullReferenceException) String_t* L_17 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6A4893C4EEAE8700C862720AB59471FECE1A9373, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_18 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_18, _stringLiteralDAF4A923626420FA50E11CDF1F69B7AC3A91A362, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, String_CtorCharPtr_m8673F31D7A1ADC848362702CDE84A1E4343D67A8_RuntimeMethod_var); } // end catch (depth: 1) IL_005f: { String_t* L_19 = V_2; return L_19; } } // System.String System.String::CtorCharPtrStartLength(System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CtorCharPtrStartLength_mACF658363A566925DAEBADFE5B44ABBCB4227101 (String_t* __this, Il2CppChar* ___ptr0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CtorCharPtrStartLength_mACF658363A566925DAEBADFE5B44ABBCB4227101_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { int32_t L_0 = ___length2; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0019; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral63592CD10F546568A06AF3B6CC9D1156A52DACE5, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, String_CtorCharPtrStartLength_mACF658363A566925DAEBADFE5B44ABBCB4227101_RuntimeMethod_var); } IL_0019: { int32_t L_3 = ___startIndex1; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0032; } } { String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral99DD65011324D0DDDAE2BC2BE40CEFC52DC334BE, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, String_CtorCharPtrStartLength_mACF658363A566925DAEBADFE5B44ABBCB4227101_RuntimeMethod_var); } IL_0032: { Il2CppChar* L_6 = ___ptr0; int32_t L_7 = ___startIndex1; V_0 = (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)))); Il2CppChar* L_8 = V_0; Il2CppChar* L_9 = ___ptr0; if ((!(((uintptr_t)L_8) < ((uintptr_t)L_9)))) { goto IL_0052; } } { String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6A4893C4EEAE8700C862720AB59471FECE1A9373, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, String_CtorCharPtrStartLength_mACF658363A566925DAEBADFE5B44ABBCB4227101_RuntimeMethod_var); } IL_0052: { int32_t L_12 = ___length2; if (L_12) { goto IL_005b; } } { String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_13; } IL_005b: { int32_t L_14 = ___length2; String_t* L_15 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_14, /*hidden argument*/NULL); V_1 = L_15; } IL_0062: try { // begin try (depth: 1) try { // begin try (depth: 2) { String_t* L_16 = V_1; V_3 = L_16; String_t* L_17 = V_3; V_2 = (Il2CppChar*)(((uintptr_t)L_17)); Il2CppChar* L_18 = V_2; if (!L_18) { goto IL_0072; } } IL_006a: { Il2CppChar* L_19 = V_2; int32_t L_20 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)L_20)); } IL_0072: { Il2CppChar* L_21 = V_2; Il2CppChar* L_22 = V_0; int32_t L_23 = ___length2; String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)L_21, (Il2CppChar*)(Il2CppChar*)L_22, L_23, /*hidden argument*/NULL); IL2CPP_LEAVE(0x7F, FINALLY_007c); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007c; } FINALLY_007c: { // begin finally (depth: 2) V_3 = (String_t*)NULL; IL2CPP_END_FINALLY(124) } // end finally (depth: 2) IL2CPP_CLEANUP(124) { IL2CPP_JUMP_TBL(0x7F, IL_007f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_007f: { String_t* L_24 = V_1; V_4 = L_24; goto IL_009a; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0084; throw e; } CATCH_0084: { // begin catch(System.NullReferenceException) String_t* L_25 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6A4893C4EEAE8700C862720AB59471FECE1A9373, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_26 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_26, _stringLiteralDAF4A923626420FA50E11CDF1F69B7AC3A91A362, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, String_CtorCharPtrStartLength_mACF658363A566925DAEBADFE5B44ABBCB4227101_RuntimeMethod_var); } // end catch (depth: 1) IL_009a: { String_t* L_27 = V_4; return L_27; } } // System.Void System.String::.ctor(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String__ctor_m01C9E09E55DA2B52B91C166217F2506AE433AB4B (String_t* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method) { typedef void (*String__ctor_m01C9E09E55DA2B52B91C166217F2506AE433AB4B_ftn) (String_t*, Il2CppChar, int32_t); using namespace il2cpp::icalls; ((String__ctor_m01C9E09E55DA2B52B91C166217F2506AE433AB4B_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___c0, ___count1); } // System.Int32 System.String::Compare(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m29A66AA64873CB0F433088D4700402DBA0A01153 (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Compare_m29A66AA64873CB0F433088D4700402DBA0A01153_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_0); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_1 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_0); String_t* L_2 = ___strA0; String_t* L_3 = ___strB1; NullCheck(L_1); int32_t L_4 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_1, L_2, L_3, 0); return L_4; } } // System.Int32 System.String::Compare(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m938570328DE9DAB5A5F1E5F4749DD66ECFBC97F1 (String_t* ___strA0, String_t* ___strB1, bool ___ignoreCase2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Compare_m938570328DE9DAB5A5F1E5F4749DD66ECFBC97F1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___ignoreCase2; if (!L_0) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_1); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_2 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_1); String_t* L_3 = ___strA0; String_t* L_4 = ___strB1; NullCheck(L_2); int32_t L_5 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_2, L_3, L_4, 1); return L_5; } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_6 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_6); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_7 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_6); String_t* L_8 = ___strA0; String_t* L_9 = ___strB1; NullCheck(L_7); int32_t L_10 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_7, L_8, L_9, 0); return L_10; } } // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442 (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___comparisonType2; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)0))) > ((uint32_t)5)))) { goto IL_001b; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_2, L_1, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442_RuntimeMethod_var); } IL_001b: { String_t* L_3 = ___strA0; String_t* L_4 = ___strB1; if ((!(((RuntimeObject*)(String_t*)L_3) == ((RuntimeObject*)(String_t*)L_4)))) { goto IL_0021; } } { return 0; } IL_0021: { String_t* L_5 = ___strA0; if (L_5) { goto IL_0026; } } { return (-1); } IL_0026: { String_t* L_6 = ___strB1; if (L_6) { goto IL_002b; } } { return 1; } IL_002b: { int32_t L_7 = ___comparisonType2; switch (L_7) { case 0: { goto IL_004e; } case 1: { goto IL_0061; } case 2: { goto IL_0074; } case 3: { goto IL_0087; } case 4: { goto IL_009a; } case 5: { goto IL_00bf; } } } { goto IL_00df; } IL_004e: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_8); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_9 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_8); String_t* L_10 = ___strA0; String_t* L_11 = ___strB1; NullCheck(L_9); int32_t L_12 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_9, L_10, L_11, 0); return L_12; } IL_0061: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_13 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_13); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_14 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_13); String_t* L_15 = ___strA0; String_t* L_16 = ___strB1; NullCheck(L_14); int32_t L_17 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_14, L_15, L_16, 1); return L_17; } IL_0074: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_18 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_18); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_19 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_18); String_t* L_20 = ___strA0; String_t* L_21 = ___strB1; NullCheck(L_19); int32_t L_22 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_19, L_20, L_21, 0); return L_22; } IL_0087: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_23 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_23); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_24 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_23); String_t* L_25 = ___strA0; String_t* L_26 = ___strB1; NullCheck(L_24); int32_t L_27 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_24, L_25, L_26, 1); return L_27; } IL_009a: { String_t* L_28 = ___strA0; NullCheck(L_28); Il2CppChar L_29 = L_28->get_m_firstChar_1(); String_t* L_30 = ___strB1; NullCheck(L_30); Il2CppChar L_31 = L_30->get_m_firstChar_1(); if (!((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_31))) { goto IL_00b7; } } { String_t* L_32 = ___strA0; NullCheck(L_32); Il2CppChar L_33 = L_32->get_m_firstChar_1(); String_t* L_34 = ___strB1; NullCheck(L_34); Il2CppChar L_35 = L_34->get_m_firstChar_1(); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)L_35)); } IL_00b7: { String_t* L_36 = ___strA0; String_t* L_37 = ___strB1; int32_t L_38 = String_CompareOrdinalHelper_m8CF6B70AB35A10B3DA4A6A03D396D42B07F4CF0C(L_36, L_37, /*hidden argument*/NULL); return L_38; } IL_00bf: { String_t* L_39 = ___strA0; NullCheck(L_39); bool L_40 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_00d7; } } { String_t* L_41 = ___strB1; NullCheck(L_41); bool L_42 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00d7; } } { String_t* L_43 = ___strA0; String_t* L_44 = ___strB1; int32_t L_45 = String_CompareOrdinalIgnoreCaseHelper_mDEF4C17B43B7581D0EC38A8B69DC4CDB927E6E74(L_43, L_44, /*hidden argument*/NULL); return L_45; } IL_00d7: { String_t* L_46 = ___strA0; String_t* L_47 = ___strB1; int32_t L_48 = TextInfo_CompareOrdinalIgnoreCase_m00078A91A70F945CB20012CBBAD38ACA7256A479(L_46, L_47, /*hidden argument*/NULL); return L_48; } IL_00df: { String_t* L_49 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL); NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_50 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_50, L_49, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_50, String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442_RuntimeMethod_var); } } // System.Int32 System.String::Compare(System.String,System.String,System.Globalization.CultureInfo,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mD997AFDBE7652F7D7F006EF31649A98A92AD939E (String_t* ___strA0, String_t* ___strB1, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture2, int32_t ___options3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Compare_mD997AFDBE7652F7D7F006EF31649A98A92AD939E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture2; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral8F2E7CD784967D6A79ABD59093146FB1F82E336D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_Compare_mD997AFDBE7652F7D7F006EF31649A98A92AD939E_RuntimeMethod_var); } IL_000e: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = ___culture2; NullCheck(L_2); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_3 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_2); String_t* L_4 = ___strA0; String_t* L_5 = ___strB1; int32_t L_6 = ___options3; NullCheck(L_3); int32_t L_7 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_3, L_4, L_5, L_6); return L_7; } } // System.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mA1D43767F882FE677F238637A8785FCCEE7173D9 (String_t* ___strA0, String_t* ___strB1, bool ___ignoreCase2, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Compare_mA1D43767F882FE677F238637A8785FCCEE7173D9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture3; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral8F2E7CD784967D6A79ABD59093146FB1F82E336D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_Compare_mA1D43767F882FE677F238637A8785FCCEE7173D9_RuntimeMethod_var); } IL_000e: { bool L_2 = ___ignoreCase2; if (!L_2) { goto IL_0020; } } { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = ___culture3; NullCheck(L_3); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_4 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_3); String_t* L_5 = ___strA0; String_t* L_6 = ___strB1; NullCheck(L_4); int32_t L_7 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_4, L_5, L_6, 1); return L_7; } IL_0020: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = ___culture3; NullCheck(L_8); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_9 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_8); String_t* L_10 = ___strA0; String_t* L_11 = ___strB1; NullCheck(L_9); int32_t L_12 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_9, L_10, L_11, 0); return L_12; } } // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m99CC35260CCF4E79928E1769863EBA747B44530B (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Compare_m99CC35260CCF4E79928E1769863EBA747B44530B_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___length4; V_0 = L_0; int32_t L_1 = ___length4; V_1 = L_1; String_t* L_2 = ___strA0; if (!L_2) { goto IL_001d; } } { String_t* L_3 = ___strA0; NullCheck(L_3); int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL); int32_t L_5 = ___indexA1; int32_t L_6 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5))) >= ((int32_t)L_6))) { goto IL_001d; } } { String_t* L_7 = ___strA0; NullCheck(L_7); int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL); int32_t L_9 = ___indexA1; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)); } IL_001d: { String_t* L_10 = ___strB2; if (!L_10) { goto IL_0034; } } { String_t* L_11 = ___strB2; NullCheck(L_11); int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_11, /*hidden argument*/NULL); int32_t L_13 = ___indexB3; int32_t L_14 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13))) >= ((int32_t)L_14))) { goto IL_0034; } } { String_t* L_15 = ___strB2; NullCheck(L_15); int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_15, /*hidden argument*/NULL); int32_t L_17 = ___indexB3; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)); } IL_0034: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_18 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_18); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_19 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_18); String_t* L_20 = ___strA0; int32_t L_21 = ___indexA1; int32_t L_22 = V_0; String_t* L_23 = ___strB2; int32_t L_24 = ___indexB3; int32_t L_25 = V_1; NullCheck(L_19); int32_t L_26 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_19, L_20, L_21, L_22, L_23, L_24, L_25, 0); return L_26; } } // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m5C104B676507E8B82244F6482C28A5DF90E0B61B (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, bool ___ignoreCase5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Compare_m5C104B676507E8B82244F6482C28A5DF90E0B61B_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___length4; V_0 = L_0; int32_t L_1 = ___length4; V_1 = L_1; String_t* L_2 = ___strA0; if (!L_2) { goto IL_001d; } } { String_t* L_3 = ___strA0; NullCheck(L_3); int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL); int32_t L_5 = ___indexA1; int32_t L_6 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5))) >= ((int32_t)L_6))) { goto IL_001d; } } { String_t* L_7 = ___strA0; NullCheck(L_7); int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL); int32_t L_9 = ___indexA1; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)); } IL_001d: { String_t* L_10 = ___strB2; if (!L_10) { goto IL_0034; } } { String_t* L_11 = ___strB2; NullCheck(L_11); int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_11, /*hidden argument*/NULL); int32_t L_13 = ___indexB3; int32_t L_14 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13))) >= ((int32_t)L_14))) { goto IL_0034; } } { String_t* L_15 = ___strB2; NullCheck(L_15); int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_15, /*hidden argument*/NULL); int32_t L_17 = ___indexB3; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)); } IL_0034: { bool L_18 = ___ignoreCase5; if (!L_18) { goto IL_004f; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_19 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_19); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_20 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_19); String_t* L_21 = ___strA0; int32_t L_22 = ___indexA1; int32_t L_23 = V_0; String_t* L_24 = ___strB2; int32_t L_25 = ___indexB3; int32_t L_26 = V_1; NullCheck(L_20); int32_t L_27 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_20, L_21, L_22, L_23, L_24, L_25, L_26, 1); return L_27; } IL_004f: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_28 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_28); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_29 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_28); String_t* L_30 = ___strA0; int32_t L_31 = ___indexA1; int32_t L_32 = V_0; String_t* L_33 = ___strB2; int32_t L_34 = ___indexB3; int32_t L_35 = V_1; NullCheck(L_29); int32_t L_36 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_29, L_30, L_31, L_32, L_33, L_34, L_35, 0); return L_36; } } // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Boolean,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m759578081B55965D2CE733DF538FA20554F2F874 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, bool ___ignoreCase5, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Compare_m759578081B55965D2CE733DF538FA20554F2F874_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture6; if (L_0) { goto IL_000f; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral8F2E7CD784967D6A79ABD59093146FB1F82E336D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_Compare_m759578081B55965D2CE733DF538FA20554F2F874_RuntimeMethod_var); } IL_000f: { int32_t L_2 = ___length4; V_0 = L_2; int32_t L_3 = ___length4; V_1 = L_3; String_t* L_4 = ___strA0; if (!L_4) { goto IL_002c; } } { String_t* L_5 = ___strA0; NullCheck(L_5); int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL); int32_t L_7 = ___indexA1; int32_t L_8 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_002c; } } { String_t* L_9 = ___strA0; NullCheck(L_9); int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_9, /*hidden argument*/NULL); int32_t L_11 = ___indexA1; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)); } IL_002c: { String_t* L_12 = ___strB2; if (!L_12) { goto IL_0043; } } { String_t* L_13 = ___strB2; NullCheck(L_13); int32_t L_14 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_13, /*hidden argument*/NULL); int32_t L_15 = ___indexB3; int32_t L_16 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15))) >= ((int32_t)L_16))) { goto IL_0043; } } { String_t* L_17 = ___strB2; NullCheck(L_17); int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_17, /*hidden argument*/NULL); int32_t L_19 = ___indexB3; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)); } IL_0043: { bool L_20 = ___ignoreCase5; if (!L_20) { goto IL_005b; } } { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_21 = ___culture6; NullCheck(L_21); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_22 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_21); String_t* L_23 = ___strA0; int32_t L_24 = ___indexA1; int32_t L_25 = V_0; String_t* L_26 = ___strB2; int32_t L_27 = ___indexB3; int32_t L_28 = V_1; NullCheck(L_22); int32_t L_29 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_22, L_23, L_24, L_25, L_26, L_27, L_28, 1); return L_29; } IL_005b: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_30 = ___culture6; NullCheck(L_30); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_31 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_30); String_t* L_32 = ___strA0; int32_t L_33 = ___indexA1; int32_t L_34 = V_0; String_t* L_35 = ___strB2; int32_t L_36 = ___indexB3; int32_t L_37 = V_1; NullCheck(L_31); int32_t L_38 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_31, L_32, L_33, L_34, L_35, L_36, L_37, 0); return L_38; } } // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CultureInfo,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m4F7827906BB2FD00745D6A962DB23A7FF58BEB47 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture5, int32_t ___options6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Compare_m4F7827906BB2FD00745D6A962DB23A7FF58BEB47_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture5; if (L_0) { goto IL_000f; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral8F2E7CD784967D6A79ABD59093146FB1F82E336D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_Compare_m4F7827906BB2FD00745D6A962DB23A7FF58BEB47_RuntimeMethod_var); } IL_000f: { int32_t L_2 = ___length4; V_0 = L_2; int32_t L_3 = ___length4; V_1 = L_3; String_t* L_4 = ___strA0; if (!L_4) { goto IL_002c; } } { String_t* L_5 = ___strA0; NullCheck(L_5); int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL); int32_t L_7 = ___indexA1; int32_t L_8 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_002c; } } { String_t* L_9 = ___strA0; NullCheck(L_9); int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_9, /*hidden argument*/NULL); int32_t L_11 = ___indexA1; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)); } IL_002c: { String_t* L_12 = ___strB2; if (!L_12) { goto IL_0043; } } { String_t* L_13 = ___strB2; NullCheck(L_13); int32_t L_14 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_13, /*hidden argument*/NULL); int32_t L_15 = ___indexB3; int32_t L_16 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15))) >= ((int32_t)L_16))) { goto IL_0043; } } { String_t* L_17 = ___strB2; NullCheck(L_17); int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_17, /*hidden argument*/NULL); int32_t L_19 = ___indexB3; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)); } IL_0043: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_20 = ___culture5; NullCheck(L_20); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_21 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_20); String_t* L_22 = ___strA0; int32_t L_23 = ___indexA1; int32_t L_24 = V_0; String_t* L_25 = ___strB2; int32_t L_26 = ___indexB3; int32_t L_27 = V_1; int32_t L_28 = ___options6; NullCheck(L_21); int32_t L_29 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_21, L_22, L_23, L_24, L_25, L_26, L_27, L_28); return L_29; } } // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, int32_t ___comparisonType5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___comparisonType5; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000a; } } { int32_t L_1 = ___comparisonType5; if ((((int32_t)L_1) <= ((int32_t)5))) { goto IL_001f; } } IL_000a: { String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_3, L_2, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064_RuntimeMethod_var); } IL_001f: { String_t* L_4 = ___strA0; if (!L_4) { goto IL_0025; } } { String_t* L_5 = ___strB2; if (L_5) { goto IL_0032; } } IL_0025: { String_t* L_6 = ___strA0; String_t* L_7 = ___strB2; if ((!(((RuntimeObject*)(String_t*)L_6) == ((RuntimeObject*)(String_t*)L_7)))) { goto IL_002b; } } { return 0; } IL_002b: { String_t* L_8 = ___strA0; if (!L_8) { goto IL_0030; } } { return 1; } IL_0030: { return (-1); } IL_0032: { int32_t L_9 = ___length4; if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_004c; } } { String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral63592CD10F546568A06AF3B6CC9D1156A52DACE5, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064_RuntimeMethod_var); } IL_004c: { int32_t L_12 = ___indexA1; if ((((int32_t)L_12) >= ((int32_t)0))) { goto IL_0065; } } { String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteralB5F1095D9FEAB4C396657DBBFDF81773A1BA825E, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064_RuntimeMethod_var); } IL_0065: { int32_t L_15 = ___indexB3; if ((((int32_t)L_15) >= ((int32_t)0))) { goto IL_007e; } } { String_t* L_16 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_17 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_17, _stringLiteralF092009901AC717F956650D1166FD67D49ED3A81, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064_RuntimeMethod_var); } IL_007e: { String_t* L_18 = ___strA0; NullCheck(L_18); int32_t L_19 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_18, /*hidden argument*/NULL); int32_t L_20 = ___indexA1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20))) >= ((int32_t)0))) { goto IL_009e; } } { String_t* L_21 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_22 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_22, _stringLiteralB5F1095D9FEAB4C396657DBBFDF81773A1BA825E, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064_RuntimeMethod_var); } IL_009e: { String_t* L_23 = ___strB2; NullCheck(L_23); int32_t L_24 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_23, /*hidden argument*/NULL); int32_t L_25 = ___indexB3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25))) >= ((int32_t)0))) { goto IL_00be; } } { String_t* L_26 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_27 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_27, _stringLiteralF092009901AC717F956650D1166FD67D49ED3A81, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064_RuntimeMethod_var); } IL_00be: { int32_t L_28 = ___length4; if (!L_28) { goto IL_00cf; } } { String_t* L_29 = ___strA0; String_t* L_30 = ___strB2; bool L_31 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_29, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00d1; } } { int32_t L_32 = ___indexA1; int32_t L_33 = ___indexB3; if ((!(((uint32_t)L_32) == ((uint32_t)L_33)))) { goto IL_00d1; } } IL_00cf: { return 0; } IL_00d1: { int32_t L_34 = ___length4; V_0 = L_34; int32_t L_35 = ___length4; V_1 = L_35; String_t* L_36 = ___strA0; if (!L_36) { goto IL_00ee; } } { String_t* L_37 = ___strA0; NullCheck(L_37); int32_t L_38 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_37, /*hidden argument*/NULL); int32_t L_39 = ___indexA1; int32_t L_40 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39))) >= ((int32_t)L_40))) { goto IL_00ee; } } { String_t* L_41 = ___strA0; NullCheck(L_41); int32_t L_42 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_41, /*hidden argument*/NULL); int32_t L_43 = ___indexA1; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_43)); } IL_00ee: { String_t* L_44 = ___strB2; if (!L_44) { goto IL_0105; } } { String_t* L_45 = ___strB2; NullCheck(L_45); int32_t L_46 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_45, /*hidden argument*/NULL); int32_t L_47 = ___indexB3; int32_t L_48 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)L_47))) >= ((int32_t)L_48))) { goto IL_0105; } } { String_t* L_49 = ___strB2; NullCheck(L_49); int32_t L_50 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_49, /*hidden argument*/NULL); int32_t L_51 = ___indexB3; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)L_51)); } IL_0105: { int32_t L_52 = ___comparisonType5; switch (L_52) { case 0: { goto IL_0126; } case 1: { goto IL_013d; } case 2: { goto IL_0154; } case 3: { goto IL_016b; } case 4: { goto IL_0182; } case 5: { goto IL_018e; } } } { goto IL_019a; } IL_0126: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_53 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_53); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_54 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_53); String_t* L_55 = ___strA0; int32_t L_56 = ___indexA1; int32_t L_57 = V_0; String_t* L_58 = ___strB2; int32_t L_59 = ___indexB3; int32_t L_60 = V_1; NullCheck(L_54); int32_t L_61 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_54, L_55, L_56, L_57, L_58, L_59, L_60, 0); return L_61; } IL_013d: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_62 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_62); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_63 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_62); String_t* L_64 = ___strA0; int32_t L_65 = ___indexA1; int32_t L_66 = V_0; String_t* L_67 = ___strB2; int32_t L_68 = ___indexB3; int32_t L_69 = V_1; NullCheck(L_63); int32_t L_70 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_63, L_64, L_65, L_66, L_67, L_68, L_69, 1); return L_70; } IL_0154: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_71 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_71); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_72 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_71); String_t* L_73 = ___strA0; int32_t L_74 = ___indexA1; int32_t L_75 = V_0; String_t* L_76 = ___strB2; int32_t L_77 = ___indexB3; int32_t L_78 = V_1; NullCheck(L_72); int32_t L_79 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_72, L_73, L_74, L_75, L_76, L_77, L_78, 0); return L_79; } IL_016b: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_80 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_80); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_81 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_80); String_t* L_82 = ___strA0; int32_t L_83 = ___indexA1; int32_t L_84 = V_0; String_t* L_85 = ___strB2; int32_t L_86 = ___indexB3; int32_t L_87 = V_1; NullCheck(L_81); int32_t L_88 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_81, L_82, L_83, L_84, L_85, L_86, L_87, 1); return L_88; } IL_0182: { String_t* L_89 = ___strA0; int32_t L_90 = ___indexA1; String_t* L_91 = ___strB2; int32_t L_92 = ___indexB3; int32_t L_93 = ___length4; int32_t L_94 = String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840(L_89, L_90, L_91, L_92, L_93, /*hidden argument*/NULL); return L_94; } IL_018e: { String_t* L_95 = ___strA0; int32_t L_96 = ___indexA1; String_t* L_97 = ___strB2; int32_t L_98 = ___indexB3; int32_t L_99 = V_0; int32_t L_100 = V_1; int32_t L_101 = TextInfo_CompareOrdinalIgnoreCaseEx_m04AE7677F2D60422720474C755C31B2818655F42(L_95, L_96, L_97, L_98, L_99, L_100, /*hidden argument*/NULL); return L_101; } IL_019a: { String_t* L_102 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_103 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_103, L_102, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_103, String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064_RuntimeMethod_var); } } // System.Int32 System.String::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareTo_mC250D5F34FBB95D3F4BDFA96BE88D1C611913ACA (String_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CompareTo_mC250D5F34FBB95D3F4BDFA96BE88D1C611913ACA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0005; } } { return 1; } IL_0005: { RuntimeObject * L_1 = ___value0; if (((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))) { goto IL_001d; } } { String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral280507135B35508066C53B22AF4306EE338E7C60, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, String_CompareTo_mC250D5F34FBB95D3F4BDFA96BE88D1C611913ACA_RuntimeMethod_var); } IL_001d: { RuntimeObject * L_4 = ___value0; int32_t L_5 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)), 0, /*hidden argument*/NULL); return L_5; } } // System.Int32 System.String::CompareTo(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareTo_m9FAB33E920810E148EDAA4F64E37F231412312AB (String_t* __this, String_t* ___strB0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CompareTo_m9FAB33E920810E148EDAA4F64E37F231412312AB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___strB0; if (L_0) { goto IL_0005; } } { return 1; } IL_0005: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_1); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_2 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_1); String_t* L_3 = ___strB0; NullCheck(L_2); int32_t L_4 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_2, __this, L_3, 0); return L_4; } } // System.Int32 System.String::CompareOrdinal(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068 (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method) { { String_t* L_0 = ___strA0; String_t* L_1 = ___strB1; if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1)))) { goto IL_0006; } } { return 0; } IL_0006: { String_t* L_2 = ___strA0; if (L_2) { goto IL_000b; } } { return (-1); } IL_000b: { String_t* L_3 = ___strB1; if (L_3) { goto IL_0010; } } { return 1; } IL_0010: { String_t* L_4 = ___strA0; NullCheck(L_4); Il2CppChar L_5 = L_4->get_m_firstChar_1(); String_t* L_6 = ___strB1; NullCheck(L_6); Il2CppChar L_7 = L_6->get_m_firstChar_1(); if (!((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_7))) { goto IL_002d; } } { String_t* L_8 = ___strA0; NullCheck(L_8); Il2CppChar L_9 = L_8->get_m_firstChar_1(); String_t* L_10 = ___strB1; NullCheck(L_10); Il2CppChar L_11 = L_10->get_m_firstChar_1(); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_11)); } IL_002d: { String_t* L_12 = ___strA0; String_t* L_13 = ___strB1; int32_t L_14 = String_CompareOrdinalHelper_m8CF6B70AB35A10B3DA4A6A03D396D42B07F4CF0C(L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Int32 System.String::CompareOrdinal(System.String,System.Int32,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m3DE819A1E2FB2B4992CFF04CA36921B77A3FC387 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, const RuntimeMethod* method) { { String_t* L_0 = ___strA0; if (!L_0) { goto IL_0006; } } { String_t* L_1 = ___strB2; if (L_1) { goto IL_0013; } } IL_0006: { String_t* L_2 = ___strA0; String_t* L_3 = ___strB2; if ((!(((RuntimeObject*)(String_t*)L_2) == ((RuntimeObject*)(String_t*)L_3)))) { goto IL_000c; } } { return 0; } IL_000c: { String_t* L_4 = ___strA0; if (!L_4) { goto IL_0011; } } { return 1; } IL_0011: { return (-1); } IL_0013: { String_t* L_5 = ___strA0; int32_t L_6 = ___indexA1; String_t* L_7 = ___strB2; int32_t L_8 = ___indexB3; int32_t L_9 = ___length4; int32_t L_10 = String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840(L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Boolean System.String::Contains(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B (String_t* __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(__this, L_0, 4, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.String::EndsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; bool L_1 = String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811(__this, L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.String::EndsWith(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811_RuntimeMethod_var); } IL_000e: { int32_t L_2 = ___comparisonType1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___comparisonType1; if ((((int32_t)L_3) <= ((int32_t)5))) { goto IL_002b; } } IL_0016: { String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_5, L_4, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811_RuntimeMethod_var); } IL_002b: { String_t* L_6 = ___value0; if ((!(((RuntimeObject*)(String_t*)__this) == ((RuntimeObject*)(String_t*)L_6)))) { goto IL_0031; } } { return (bool)1; } IL_0031: { String_t* L_7 = ___value0; NullCheck(L_7); int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_003b; } } { return (bool)1; } IL_003b: { int32_t L_9 = ___comparisonType1; switch (L_9) { case 0: { goto IL_005e; } case 1: { goto IL_0071; } case 2: { goto IL_0084; } case 3: { goto IL_0097; } case 4: { goto IL_00aa; } case 5: { goto IL_00d9; } } } { goto IL_010e; } IL_005e: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_10); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_11 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_10); String_t* L_12 = ___value0; NullCheck(L_11); bool L_13 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(10 /* System.Boolean System.Globalization.CompareInfo::IsSuffix(System.String,System.String,System.Globalization.CompareOptions) */, L_11, __this, L_12, 0); return L_13; } IL_0071: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_14 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_14); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_15 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_14); String_t* L_16 = ___value0; NullCheck(L_15); bool L_17 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(10 /* System.Boolean System.Globalization.CompareInfo::IsSuffix(System.String,System.String,System.Globalization.CompareOptions) */, L_15, __this, L_16, 1); return L_17; } IL_0084: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_18 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_18); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_19 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_18); String_t* L_20 = ___value0; NullCheck(L_19); bool L_21 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(10 /* System.Boolean System.Globalization.CompareInfo::IsSuffix(System.String,System.String,System.Globalization.CompareOptions) */, L_19, __this, L_20, 0); return L_21; } IL_0097: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_22 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_22); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_23 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_22); String_t* L_24 = ___value0; NullCheck(L_23); bool L_25 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(10 /* System.Boolean System.Globalization.CompareInfo::IsSuffix(System.String,System.String,System.Globalization.CompareOptions) */, L_23, __this, L_24, 1); return L_25; } IL_00aa: { int32_t L_26 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); String_t* L_27 = ___value0; NullCheck(L_27); int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_27, /*hidden argument*/NULL); if ((((int32_t)L_26) < ((int32_t)L_28))) { goto IL_00d7; } } { int32_t L_29 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); String_t* L_30 = ___value0; NullCheck(L_30); int32_t L_31 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_30, /*hidden argument*/NULL); String_t* L_32 = ___value0; String_t* L_33 = ___value0; NullCheck(L_33); int32_t L_34 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_33, /*hidden argument*/NULL); int32_t L_35 = String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_31)), L_32, 0, L_34, /*hidden argument*/NULL); return (bool)((((int32_t)L_35) == ((int32_t)0))? 1 : 0); } IL_00d7: { return (bool)0; } IL_00d9: { int32_t L_36 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); String_t* L_37 = ___value0; NullCheck(L_37); int32_t L_38 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_37, /*hidden argument*/NULL); if ((((int32_t)L_36) < ((int32_t)L_38))) { goto IL_010c; } } { int32_t L_39 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); String_t* L_40 = ___value0; NullCheck(L_40); int32_t L_41 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_40, /*hidden argument*/NULL); String_t* L_42 = ___value0; String_t* L_43 = ___value0; NullCheck(L_43); int32_t L_44 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_43, /*hidden argument*/NULL); String_t* L_45 = ___value0; NullCheck(L_45); int32_t L_46 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_45, /*hidden argument*/NULL); int32_t L_47 = TextInfo_CompareOrdinalIgnoreCaseEx_m04AE7677F2D60422720474C755C31B2818655F42(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)L_41)), L_42, 0, L_44, L_46, /*hidden argument*/NULL); return (bool)((((int32_t)L_47) == ((int32_t)0))? 1 : 0); } IL_010c: { return (bool)0; } IL_010e: { String_t* L_48 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_49 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_49, L_48, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811_RuntimeMethod_var); } } // System.Boolean System.String::EndsWith(System.String,System.Boolean,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m9A23F7FB4328BDC8921B7D1EE0B2705432EFBB32 (String_t* __this, String_t* ___value0, bool ___ignoreCase1, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_EndsWith_m9A23F7FB4328BDC8921B7D1EE0B2705432EFBB32_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_0 = NULL; String_t* G_B9_0 = NULL; String_t* G_B9_1 = NULL; CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * G_B9_2 = NULL; String_t* G_B8_0 = NULL; String_t* G_B8_1 = NULL; CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * G_B8_2 = NULL; int32_t G_B10_0 = 0; String_t* G_B10_1 = NULL; String_t* G_B10_2 = NULL; CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * G_B10_3 = NULL; { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_EndsWith_m9A23F7FB4328BDC8921B7D1EE0B2705432EFBB32_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___value0; if ((!(((RuntimeObject*)(String_t*)__this) == ((RuntimeObject*)(String_t*)L_2)))) { goto IL_0014; } } { return (bool)1; } IL_0014: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = ___culture2; if (L_3) { goto IL_001f; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); V_0 = L_4; goto IL_0021; } IL_001f: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_5 = ___culture2; V_0 = L_5; } IL_0021: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_6 = V_0; NullCheck(L_6); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_7 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_6); String_t* L_8 = ___value0; bool L_9 = ___ignoreCase1; G_B8_0 = L_8; G_B8_1 = __this; G_B8_2 = L_7; if (L_9) { G_B9_0 = L_8; G_B9_1 = __this; G_B9_2 = L_7; goto IL_002f; } } { G_B10_0 = 0; G_B10_1 = G_B8_0; G_B10_2 = G_B8_1; G_B10_3 = G_B8_2; goto IL_0030; } IL_002f: { G_B10_0 = 1; G_B10_1 = G_B9_0; G_B10_2 = G_B9_1; G_B10_3 = G_B9_2; } IL_0030: { NullCheck(G_B10_3); bool L_10 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(10 /* System.Boolean System.Globalization.CompareInfo::IsSuffix(System.String,System.String,System.Globalization.CompareOptions) */, G_B10_3, G_B10_2, G_B10_1, G_B10_0); return L_10; } } // System.Boolean System.String::EndsWith(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m2281A2B36765C493DEDB28A9B0E22BEFFE2E9AC1 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0018; } } { int32_t L_2 = V_0; Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); Il2CppChar L_4 = ___value0; if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_0018; } } { return (bool)1; } IL_0018: { return (bool)0; } } // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___value0; int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_2 = String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB(__this, L_0, 0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.String::IndexOf(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { { Il2CppChar L_0 = ___value0; int32_t L_1 = ___startIndex1; int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_3 = ___startIndex1; int32_t L_4 = String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB(__this, L_0, L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)), /*hidden argument*/NULL); return L_4; } } // System.Int32 System.String::IndexOfAny(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, const RuntimeMethod* method) { { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___anyOf0; int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_2 = String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495(__this, L_0, 0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.String::IndexOfAny(System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m30470EE6951771AE5E897773C8FC233DADBAE301 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, const RuntimeMethod* method) { { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___anyOf0; int32_t L_1 = ___startIndex1; int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_3 = ___startIndex1; int32_t L_4 = String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495(__this, L_0, L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)), /*hidden argument*/NULL); return L_4; } } // System.Int32 System.String::IndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B (String_t* __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(__this, L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.String::IndexOf(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m9285F4AFCAD971E6AFB6F0212B415989CB3DACA5 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1 = ___startIndex1; int32_t L_2 = String_IndexOf_m2B8FDE7216A37799B7B3A093EDDF1A820AAF4D01(__this, L_0, L_1, 0, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.String::IndexOf(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m353D3A1174B0A39B8EAB8029F7EC9D26C21C4FAE (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_IndexOf_m353D3A1174B0A39B8EAB8029F7EC9D26C21C4FAE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___startIndex1; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000d; } } { int32_t L_1 = ___startIndex1; int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0022; } } IL_000d: { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, String_IndexOf_m353D3A1174B0A39B8EAB8029F7EC9D26C21C4FAE_RuntimeMethod_var); } IL_0022: { int32_t L_5 = ___count2; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0031; } } { int32_t L_6 = ___count2; int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_8 = ___startIndex1; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8))))) { goto IL_0046; } } IL_0031: { String_t* L_9 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4DDC7DDA06EC167A4193D5F00C1F56AF6DF241EC, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_10, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, String_IndexOf_m353D3A1174B0A39B8EAB8029F7EC9D26C21C4FAE_RuntimeMethod_var); } IL_0046: { String_t* L_11 = ___value0; int32_t L_12 = ___startIndex1; int32_t L_13 = ___count2; int32_t L_14 = String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC(__this, L_11, L_12, L_13, 0, /*hidden argument*/NULL); return L_14; } } // System.Int32 System.String::IndexOf(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_2 = ___comparisonType1; int32_t L_3 = String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC(__this, L_0, 0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.String::IndexOf(System.String,System.Int32,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2B8FDE7216A37799B7B3A093EDDF1A820AAF4D01 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___comparisonType2, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1 = ___startIndex1; int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_3 = ___startIndex1; int32_t L_4 = ___comparisonType2; int32_t L_5 = String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC(__this, L_0, L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)), L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 System.String::IndexOf(System.String,System.Int32,System.Int32,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___comparisonType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC_RuntimeMethod_var); } IL_000e: { int32_t L_2 = ___startIndex1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001b; } } { int32_t L_3 = ___startIndex1; int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0030; } } IL_001b: { String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC_RuntimeMethod_var); } IL_0030: { int32_t L_7 = ___count2; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_003f; } } { int32_t L_8 = ___startIndex1; int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_10 = ___count2; if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10))))) { goto IL_0054; } } IL_003f: { String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4DDC7DDA06EC167A4193D5F00C1F56AF6DF241EC, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC_RuntimeMethod_var); } IL_0054: { int32_t L_13 = ___comparisonType3; switch (L_13) { case 0: { goto IL_0078; } case 1: { goto IL_008d; } case 2: { goto IL_00a2; } case 3: { goto IL_00b7; } case 4: { goto IL_00cc; } case 5: { goto IL_00e5; } } } { goto IL_0114; } IL_0078: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_14 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_14); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_15 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_14); String_t* L_16 = ___value0; int32_t L_17 = ___startIndex1; int32_t L_18 = ___count2; NullCheck(L_15); int32_t L_19 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_15, __this, L_16, L_17, L_18, 0); return L_19; } IL_008d: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_20 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_20); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_21 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_20); String_t* L_22 = ___value0; int32_t L_23 = ___startIndex1; int32_t L_24 = ___count2; NullCheck(L_21); int32_t L_25 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_21, __this, L_22, L_23, L_24, 1); return L_25; } IL_00a2: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_26 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_26); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_27 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_26); String_t* L_28 = ___value0; int32_t L_29 = ___startIndex1; int32_t L_30 = ___count2; NullCheck(L_27); int32_t L_31 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_27, __this, L_28, L_29, L_30, 0); return L_31; } IL_00b7: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_32 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_32); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_33 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_32); String_t* L_34 = ___value0; int32_t L_35 = ___startIndex1; int32_t L_36 = ___count2; NullCheck(L_33); int32_t L_37 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_33, __this, L_34, L_35, L_36, 1); return L_37; } IL_00cc: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_38 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_38); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_39 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_38); String_t* L_40 = ___value0; int32_t L_41 = ___startIndex1; int32_t L_42 = ___count2; NullCheck(L_39); int32_t L_43 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_39, __this, L_40, L_41, L_42, ((int32_t)1073741824)); return L_43; } IL_00e5: { String_t* L_44 = ___value0; NullCheck(L_44); bool L_45 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_010a; } } { bool L_46 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(__this, /*hidden argument*/NULL); if (!L_46) { goto IL_010a; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_47 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_47); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_48 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_47); String_t* L_49 = ___value0; int32_t L_50 = ___startIndex1; int32_t L_51 = ___count2; NullCheck(L_48); int32_t L_52 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_48, __this, L_49, L_50, L_51, 1); return L_52; } IL_010a: { String_t* L_53 = ___value0; int32_t L_54 = ___startIndex1; int32_t L_55 = ___count2; int32_t L_56 = TextInfo_IndexOfStringOrdinalIgnoreCase_m1F4AC35CE82DF83705DB79D666032200DE48F002(__this, L_53, L_54, L_55, /*hidden argument*/NULL); return L_56; } IL_0114: { String_t* L_57 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_58 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_58, L_57, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_58, String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC_RuntimeMethod_var); } } // System.Int32 System.String::LastIndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___value0; int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_3 = String_LastIndexOf_mDF56BBDC42F73974249076AC735626C00C5FD6AD(__this, L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)), L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.String::LastIndexOf(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mC378BF6308D9D6A19AFA397CBD7046B2ED9B340B (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { { Il2CppChar L_0 = ___value0; int32_t L_1 = ___startIndex1; int32_t L_2 = ___startIndex1; int32_t L_3 = String_LastIndexOf_mDF56BBDC42F73974249076AC735626C00C5FD6AD(__this, L_0, L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); return L_3; } } // System.Int32 System.String::LastIndexOfAny(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAny_mF16934C2FD438FE77DEF59BF748E438675844892 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, const RuntimeMethod* method) { { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___anyOf0; int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_3 = String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4(__this, L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)), L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.String::LastIndexOfAny(System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAny_mF62DEBFAAA527076E8B6FA4225F58767BA5DC792 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, const RuntimeMethod* method) { { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___anyOf0; int32_t L_1 = ___startIndex1; int32_t L_2 = ___startIndex1; int32_t L_3 = String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4(__this, L_0, L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); return L_3; } } // System.Int32 System.String::LastIndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mC924D20DC71F85A7106D9DD09BF41497C6816E20 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_3 = String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7(__this, L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)), L_2, 0, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.String::LastIndexOf(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mAB5A42CC617EC43A0D0E65F34F3B013B67D70575 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1 = ___startIndex1; int32_t L_2 = ___startIndex1; int32_t L_3 = String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7(__this, L_0, L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), 0, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.String::LastIndexOf(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mD9317A487164475437003A616698E6E4D85818BA (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_LastIndexOf_mD9317A487164475437003A616698E6E4D85818BA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___count2; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0019; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4DDC7DDA06EC167A4193D5F00C1F56AF6DF241EC, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, String_LastIndexOf_mD9317A487164475437003A616698E6E4D85818BA_RuntimeMethod_var); } IL_0019: { String_t* L_3 = ___value0; int32_t L_4 = ___startIndex1; int32_t L_5 = ___count2; int32_t L_6 = String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7(__this, L_3, L_4, L_5, 0, /*hidden argument*/NULL); return L_6; } } // System.Int32 System.String::LastIndexOf(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mA235A9DBC602A4C97D8708F51720E0BAE3CD7D84 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_3 = ___comparisonType1; int32_t L_4 = String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7(__this, L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)), L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 System.String::LastIndexOf(System.String,System.Int32,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m53E3BDD625269C6F14771CC7F31FC33DF4F07747 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___comparisonType2, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1 = ___startIndex1; int32_t L_2 = ___startIndex1; int32_t L_3 = ___comparisonType2; int32_t L_4 = String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7(__this, L_0, L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 System.String::LastIndexOf(System.String,System.Int32,System.Int32,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___comparisonType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7_RuntimeMethod_var); } IL_000e: { int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if (L_2) { goto IL_0029; } } { int32_t L_3 = ___startIndex1; if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_001d; } } { int32_t L_4 = ___startIndex1; if (L_4) { goto IL_0029; } } IL_001d: { String_t* L_5 = ___value0; NullCheck(L_5); int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0027; } } { return (-1); } IL_0027: { return 0; } IL_0029: { int32_t L_7 = ___startIndex1; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0036; } } { int32_t L_8 = ___startIndex1; int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)L_9))) { goto IL_004b; } } IL_0036: { String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7_RuntimeMethod_var); } IL_004b: { int32_t L_12 = ___startIndex1; int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)L_13)))) { goto IL_0078; } } { int32_t L_14 = ___startIndex1; ___startIndex1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)); int32_t L_15 = ___count2; if ((((int32_t)L_15) <= ((int32_t)0))) { goto IL_0062; } } { int32_t L_16 = ___count2; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); } IL_0062: { String_t* L_17 = ___value0; NullCheck(L_17); int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0078; } } { int32_t L_19 = ___count2; if ((((int32_t)L_19) < ((int32_t)0))) { goto IL_0078; } } { int32_t L_20 = ___startIndex1; int32_t L_21 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)), (int32_t)1))) < ((int32_t)0))) { goto IL_0078; } } { int32_t L_22 = ___startIndex1; return L_22; } IL_0078: { int32_t L_23 = ___count2; if ((((int32_t)L_23) < ((int32_t)0))) { goto IL_0084; } } { int32_t L_24 = ___startIndex1; int32_t L_25 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), (int32_t)1))) >= ((int32_t)0))) { goto IL_0099; } } IL_0084: { String_t* L_26 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4DDC7DDA06EC167A4193D5F00C1F56AF6DF241EC, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_27 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_27, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7_RuntimeMethod_var); } IL_0099: { int32_t L_28 = ___comparisonType3; switch (L_28) { case 0: { goto IL_00bd; } case 1: { goto IL_00d2; } case 2: { goto IL_00e7; } case 3: { goto IL_00fc; } case 4: { goto IL_0111; } case 5: { goto IL_012a; } } } { goto IL_0159; } IL_00bd: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_29 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_29); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_30 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_29); String_t* L_31 = ___value0; int32_t L_32 = ___startIndex1; int32_t L_33 = ___count2; NullCheck(L_30); int32_t L_34 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(12 /* System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_30, __this, L_31, L_32, L_33, 0); return L_34; } IL_00d2: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_35 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_35); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_36 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_35); String_t* L_37 = ___value0; int32_t L_38 = ___startIndex1; int32_t L_39 = ___count2; NullCheck(L_36); int32_t L_40 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(12 /* System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_36, __this, L_37, L_38, L_39, 1); return L_40; } IL_00e7: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_41 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_41); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_42 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_41); String_t* L_43 = ___value0; int32_t L_44 = ___startIndex1; int32_t L_45 = ___count2; NullCheck(L_42); int32_t L_46 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(12 /* System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_42, __this, L_43, L_44, L_45, 0); return L_46; } IL_00fc: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_47 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_47); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_48 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_47); String_t* L_49 = ___value0; int32_t L_50 = ___startIndex1; int32_t L_51 = ___count2; NullCheck(L_48); int32_t L_52 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(12 /* System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_48, __this, L_49, L_50, L_51, 1); return L_52; } IL_0111: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_53 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_53); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_54 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_53); String_t* L_55 = ___value0; int32_t L_56 = ___startIndex1; int32_t L_57 = ___count2; NullCheck(L_54); int32_t L_58 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(12 /* System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_54, __this, L_55, L_56, L_57, ((int32_t)1073741824)); return L_58; } IL_012a: { String_t* L_59 = ___value0; NullCheck(L_59); bool L_60 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_014f; } } { bool L_61 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(__this, /*hidden argument*/NULL); if (!L_61) { goto IL_014f; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_62 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_62); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_63 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_62); String_t* L_64 = ___value0; int32_t L_65 = ___startIndex1; int32_t L_66 = ___count2; NullCheck(L_63); int32_t L_67 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(12 /* System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_63, __this, L_64, L_65, L_66, 1); return L_67; } IL_014f: { String_t* L_68 = ___value0; int32_t L_69 = ___startIndex1; int32_t L_70 = ___count2; int32_t L_71 = TextInfo_LastIndexOfStringOrdinalIgnoreCase_m59CC3DF1E61C2A06B9AD1071C3B9EE1C073B5C22(__this, L_68, L_69, L_70, /*hidden argument*/NULL); return L_71; } IL_0159: { String_t* L_72 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_73 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_73, L_72, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_73, String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7_RuntimeMethod_var); } } // System.String System.String::PadLeft(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_PadLeft_m29B03464A1711FE3EB8B9F2A1889B8F988A5C5E3 (String_t* __this, int32_t ___totalWidth0, const RuntimeMethod* method) { { int32_t L_0 = ___totalWidth0; String_t* L_1 = String_PadHelper_m305F79FF4A52536857473BE831FF880AE58F9F85(__this, L_0, ((int32_t)32), (bool)0, /*hidden argument*/NULL); return L_1; } } // System.String System.String::PadLeft(System.Int32,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_PadLeft_m3C4E771CF30A3F43E756D47D7896A19E66C948BF (String_t* __this, int32_t ___totalWidth0, Il2CppChar ___paddingChar1, const RuntimeMethod* method) { { int32_t L_0 = ___totalWidth0; Il2CppChar L_1 = ___paddingChar1; String_t* L_2 = String_PadHelper_m305F79FF4A52536857473BE831FF880AE58F9F85(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return L_2; } } // System.String System.String::PadRight(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_PadRight_mF2A654D9C835E2C547104E61965AC80F1D191247 (String_t* __this, int32_t ___totalWidth0, const RuntimeMethod* method) { { int32_t L_0 = ___totalWidth0; String_t* L_1 = String_PadHelper_m305F79FF4A52536857473BE831FF880AE58F9F85(__this, L_0, ((int32_t)32), (bool)1, /*hidden argument*/NULL); return L_1; } } // System.String System.String::PadRight(System.Int32,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_PadRight_mDC890E71A75C12F96DC1430CF94B1B7C1ED839B0 (String_t* __this, int32_t ___totalWidth0, Il2CppChar ___paddingChar1, const RuntimeMethod* method) { { int32_t L_0 = ___totalWidth0; Il2CppChar L_1 = ___paddingChar1; String_t* L_2 = String_PadHelper_m305F79FF4A52536857473BE831FF880AE58F9F85(__this, L_0, L_1, (bool)1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.String::StartsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___value0; bool L_3 = String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49(__this, L_2, 0, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.String::StartsWith(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49_RuntimeMethod_var); } IL_000e: { int32_t L_2 = ___comparisonType1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___comparisonType1; if ((((int32_t)L_3) <= ((int32_t)5))) { goto IL_002b; } } IL_0016: { String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_5, L_4, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49_RuntimeMethod_var); } IL_002b: { String_t* L_6 = ___value0; if ((!(((RuntimeObject*)(String_t*)__this) == ((RuntimeObject*)(String_t*)L_6)))) { goto IL_0031; } } { return (bool)1; } IL_0031: { String_t* L_7 = ___value0; NullCheck(L_7); int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_003b; } } { return (bool)1; } IL_003b: { int32_t L_9 = ___comparisonType1; switch (L_9) { case 0: { goto IL_005e; } case 1: { goto IL_0071; } case 2: { goto IL_0084; } case 3: { goto IL_0097; } case 4: { goto IL_00aa; } case 5: { goto IL_00cd; } } } { goto IL_00f6; } IL_005e: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_10); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_11 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_10); String_t* L_12 = ___value0; NullCheck(L_11); bool L_13 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(9 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, L_11, __this, L_12, 0); return L_13; } IL_0071: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_14 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); NullCheck(L_14); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_15 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_14); String_t* L_16 = ___value0; NullCheck(L_15); bool L_17 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(9 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, L_15, __this, L_16, 1); return L_17; } IL_0084: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_18 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_18); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_19 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_18); String_t* L_20 = ___value0; NullCheck(L_19); bool L_21 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(9 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, L_19, __this, L_20, 0); return L_21; } IL_0097: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_22 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_22); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_23 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_22); String_t* L_24 = ___value0; NullCheck(L_23); bool L_25 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(9 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, L_23, __this, L_24, 1); return L_25; } IL_00aa: { int32_t L_26 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); String_t* L_27 = ___value0; NullCheck(L_27); int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_27, /*hidden argument*/NULL); if ((((int32_t)L_26) >= ((int32_t)L_28))) { goto IL_00ba; } } { return (bool)0; } IL_00ba: { String_t* L_29 = ___value0; String_t* L_30 = ___value0; NullCheck(L_30); int32_t L_31 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_30, /*hidden argument*/NULL); int32_t L_32 = String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840(__this, 0, L_29, 0, L_31, /*hidden argument*/NULL); return (bool)((((int32_t)L_32) == ((int32_t)0))? 1 : 0); } IL_00cd: { int32_t L_33 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); String_t* L_34 = ___value0; NullCheck(L_34); int32_t L_35 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_34, /*hidden argument*/NULL); if ((((int32_t)L_33) >= ((int32_t)L_35))) { goto IL_00dd; } } { return (bool)0; } IL_00dd: { String_t* L_36 = ___value0; String_t* L_37 = ___value0; NullCheck(L_37); int32_t L_38 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_37, /*hidden argument*/NULL); String_t* L_39 = ___value0; NullCheck(L_39); int32_t L_40 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_39, /*hidden argument*/NULL); int32_t L_41 = TextInfo_CompareOrdinalIgnoreCaseEx_m04AE7677F2D60422720474C755C31B2818655F42(__this, 0, L_36, 0, L_38, L_40, /*hidden argument*/NULL); return (bool)((((int32_t)L_41) == ((int32_t)0))? 1 : 0); } IL_00f6: { String_t* L_42 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_43 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_43, L_42, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49_RuntimeMethod_var); } } // System.Boolean System.String::StartsWith(System.String,System.Boolean,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m9A574F574E68B565329D82FE87AF0F671DB5DE2B (String_t* __this, String_t* ___value0, bool ___ignoreCase1, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_StartsWith_m9A574F574E68B565329D82FE87AF0F671DB5DE2B_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_0 = NULL; String_t* G_B9_0 = NULL; String_t* G_B9_1 = NULL; CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * G_B9_2 = NULL; String_t* G_B8_0 = NULL; String_t* G_B8_1 = NULL; CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * G_B8_2 = NULL; int32_t G_B10_0 = 0; String_t* G_B10_1 = NULL; String_t* G_B10_2 = NULL; CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * G_B10_3 = NULL; { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_StartsWith_m9A574F574E68B565329D82FE87AF0F671DB5DE2B_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___value0; if ((!(((RuntimeObject*)(String_t*)__this) == ((RuntimeObject*)(String_t*)L_2)))) { goto IL_0014; } } { return (bool)1; } IL_0014: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = ___culture2; if (L_3) { goto IL_001f; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); V_0 = L_4; goto IL_0021; } IL_001f: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_5 = ___culture2; V_0 = L_5; } IL_0021: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_6 = V_0; NullCheck(L_6); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_7 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_6); String_t* L_8 = ___value0; bool L_9 = ___ignoreCase1; G_B8_0 = L_8; G_B8_1 = __this; G_B8_2 = L_7; if (L_9) { G_B9_0 = L_8; G_B9_1 = __this; G_B9_2 = L_7; goto IL_002f; } } { G_B10_0 = 0; G_B10_1 = G_B8_0; G_B10_2 = G_B8_1; G_B10_3 = G_B8_2; goto IL_0030; } IL_002f: { G_B10_0 = 1; G_B10_1 = G_B9_0; G_B10_2 = G_B9_1; G_B10_3 = G_B9_2; } IL_0030: { NullCheck(G_B10_3); bool L_10 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(9 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, G_B10_3, G_B10_2, G_B10_1, G_B10_0); return L_10; } } // System.String System.String::ToLower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8 (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); String_t* L_1 = String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.String::ToLower(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5 (String_t* __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral8F2E7CD784967D6A79ABD59093146FB1F82E336D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5_RuntimeMethod_var); } IL_000e: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = ___culture0; NullCheck(L_2); TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * L_3 = VirtFuncInvoker0< TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_2); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(8 /* System.String System.Globalization.TextInfo::ToLower(System.String) */, L_3, __this); return L_4; } } // System.String System.String::ToLowerInvariant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); String_t* L_1 = String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.String::ToUpper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2 (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); String_t* L_1 = String_ToUpper_m8C69D974350ABA8BA0BC3A66996004CCEFD64293(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.String::ToUpper(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_m8C69D974350ABA8BA0BC3A66996004CCEFD64293 (String_t* __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ToUpper_m8C69D974350ABA8BA0BC3A66996004CCEFD64293_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral8F2E7CD784967D6A79ABD59093146FB1F82E336D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_ToUpper_m8C69D974350ABA8BA0BC3A66996004CCEFD64293_RuntimeMethod_var); } IL_000e: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = ___culture0; NullCheck(L_2); TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * L_3 = VirtFuncInvoker0< TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_2); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(10 /* System.String System.Globalization.TextInfo::ToUpper(System.String) */, L_3, __this); return L_4; } } // System.String System.String::ToUpperInvariant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpperInvariant_m0AA42416F4CACA4D0E3B89D97E534D88AB136338 (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ToUpperInvariant_m0AA42416F4CACA4D0E3B89D97E534D88AB136338_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); String_t* L_1 = String_ToUpper_m8C69D974350ABA8BA0BC3A66996004CCEFD64293(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.String::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToString_mD872639AEB18C990136FAE8F32245EECC5AA27BE (String_t* __this, const RuntimeMethod* method) { { return __this; } } // System.String System.String::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToString_m5B63D09179CB03AA27A564D0D49F65B2FA2728D0 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { return __this; } } // System.Object System.String::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * String_Clone_m349B701D5D4BD0C801FB9B7F40A792604EA4025D (String_t* __this, const RuntimeMethod* method) { { return __this; } } // System.Boolean System.String::IsBOMWhitespace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsBOMWhitespace_m42CA9021A7D8836FE850226BC89BE7B80C3BF2F5 (Il2CppChar ___c0, const RuntimeMethod* method) { { return (bool)0; } } // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D (String_t* __this, const RuntimeMethod* method) { { String_t* L_0 = String_TrimHelper_mFF43B4D2958E901A84AE0885BC308A61E88339A5(__this, 2, /*hidden argument*/NULL); return L_0; } } // System.String System.String::TrimHelper(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimHelper_mFF43B4D2958E901A84AE0885BC308A61E88339A5 (String_t* __this, int32_t ___trimType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_TrimHelper_mFF43B4D2958E901A84AE0885BC308A61E88339A5_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)); V_1 = 0; int32_t L_1 = ___trimType0; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_003c; } } { V_1 = 0; goto IL_0033; } IL_0013: { int32_t L_2 = V_1; Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(__this, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_4 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002f; } } { int32_t L_5 = V_1; Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(__this, L_5, /*hidden argument*/NULL); bool L_7 = String_IsBOMWhitespace_m42CA9021A7D8836FE850226BC89BE7B80C3BF2F5(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003c; } } IL_002f: { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0033: { int32_t L_9 = V_1; int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0013; } } IL_003c: { int32_t L_11 = ___trimType0; if (!L_11) { goto IL_006e; } } { int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); goto IL_006a; } IL_004a: { int32_t L_13 = V_0; Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(__this, L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_15 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0066; } } { int32_t L_16 = V_1; Il2CppChar L_17 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(__this, L_16, /*hidden argument*/NULL); bool L_18 = String_IsBOMWhitespace_m42CA9021A7D8836FE850226BC89BE7B80C3BF2F5(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_006e; } } IL_0066: { int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)); } IL_006a: { int32_t L_20 = V_0; int32_t L_21 = V_1; if ((((int32_t)L_20) >= ((int32_t)L_21))) { goto IL_004a; } } IL_006e: { int32_t L_22 = V_1; int32_t L_23 = V_0; String_t* L_24 = String_CreateTrimmedString_m1CF351677D2B273E735F3BEDF0F7067970799849(__this, L_22, L_23, /*hidden argument*/NULL); return L_24; } } // System.String System.String::TrimHelper(System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimHelper_m65502EC4F1142618D6943439EA6E2923BF129C68 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimChars0, int32_t ___trimType1, 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; { int32_t L_0 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)); V_1 = 0; int32_t L_1 = ___trimType1; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0044; } } { V_1 = 0; goto IL_003b; } IL_0013: { V_2 = 0; int32_t L_2 = V_1; Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(__this, L_2, /*hidden argument*/NULL); V_3 = L_3; V_2 = 0; goto IL_002b; } IL_0021: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = ___trimChars0; int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = L_5; uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast(L_6)); Il2CppChar L_8 = V_3; if ((((int32_t)L_7) == ((int32_t)L_8))) { goto IL_0031; } } { int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002b: { int32_t L_10 = V_2; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = ___trimChars0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))))))) { goto IL_0021; } } IL_0031: { int32_t L_12 = V_2; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = ___trimChars0; NullCheck(L_13); if ((((int32_t)L_12) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))))) { goto IL_0044; } } { int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_003b: { int32_t L_15 = V_1; int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0013; } } IL_0044: { int32_t L_17 = ___trimType1; if (!L_17) { goto IL_0087; } } { int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); goto IL_0083; } IL_0052: { V_4 = 0; int32_t L_19 = V_0; Il2CppChar L_20 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(__this, L_19, /*hidden argument*/NULL); V_5 = L_20; V_4 = 0; goto IL_0071; } IL_0063: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = ___trimChars0; int32_t L_22 = V_4; NullCheck(L_21); int32_t L_23 = L_22; uint16_t L_24 = (uint16_t)(L_21)->GetAt(static_cast(L_23)); Il2CppChar L_25 = V_5; if ((((int32_t)L_24) == ((int32_t)L_25))) { goto IL_0078; } } { int32_t L_26 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0071: { int32_t L_27 = V_4; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = ___trimChars0; NullCheck(L_28); if ((((int32_t)L_27) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length))))))) { goto IL_0063; } } IL_0078: { int32_t L_29 = V_4; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = ___trimChars0; NullCheck(L_30); if ((((int32_t)L_29) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length))))))) { goto IL_0087; } } { int32_t L_31 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1)); } IL_0083: { int32_t L_32 = V_0; int32_t L_33 = V_1; if ((((int32_t)L_32) >= ((int32_t)L_33))) { goto IL_0052; } } IL_0087: { int32_t L_34 = V_1; int32_t L_35 = V_0; String_t* L_36 = String_CreateTrimmedString_m1CF351677D2B273E735F3BEDF0F7067970799849(__this, L_34, L_35, /*hidden argument*/NULL); return L_36; } } // System.String System.String::CreateTrimmedString(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateTrimmedString_m1CF351677D2B273E735F3BEDF0F7067970799849 (String_t* __this, int32_t ___start0, int32_t ___end1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CreateTrimmedString_m1CF351677D2B273E735F3BEDF0F7067970799849_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___end1; int32_t L_1 = ___start0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)), (int32_t)1)); int32_t L_2 = V_0; int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_0011; } } { return __this; } IL_0011: { int32_t L_4 = V_0; if (L_4) { goto IL_001a; } } { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_5; } IL_001a: { int32_t L_6 = ___start0; int32_t L_7 = V_0; String_t* L_8 = String_InternalSubString_m25D6800EDE68EF93F03E24F039C0CC1378AE3C70(__this, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.String System.String::Insert(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Insert_m2525FE6F79C96A359A588C8FA764419EBD811749 (String_t* __this, int32_t ___startIndex0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Insert_m2525FE6F79C96A359A588C8FA764419EBD811749_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; Il2CppChar* V_7 = NULL; { String_t* L_0 = ___value1; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_Insert_m2525FE6F79C96A359A588C8FA764419EBD811749_RuntimeMethod_var); } IL_000e: { int32_t L_2 = ___startIndex0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001b; } } { int32_t L_3 = ___startIndex0; int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0026; } } IL_001b: { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_5, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, String_Insert_m2525FE6F79C96A359A588C8FA764419EBD811749_RuntimeMethod_var); } IL_0026: { int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); V_0 = L_6; String_t* L_7 = ___value1; NullCheck(L_7); int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL); V_1 = L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)); int32_t L_11 = V_2; if (L_11) { goto IL_0041; } } { String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_12; } IL_0041: { int32_t L_13 = V_2; String_t* L_14 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_13, /*hidden argument*/NULL); Il2CppChar* L_15 = __this->get_address_of_m_firstChar_1(); V_4 = (Il2CppChar*)L_15; Il2CppChar* L_16 = V_4; V_3 = (Il2CppChar*)(((uintptr_t)L_16)); String_t* L_17 = ___value1; NullCheck(L_17); Il2CppChar* L_18 = L_17->get_address_of_m_firstChar_1(); V_6 = (Il2CppChar*)L_18; Il2CppChar* L_19 = V_6; V_5 = (Il2CppChar*)(((uintptr_t)L_19)); String_t* L_20 = L_14; NullCheck(L_20); Il2CppChar* L_21 = L_20->get_address_of_m_firstChar_1(); V_7 = (Il2CppChar*)L_21; Il2CppChar* L_22 = V_7; uintptr_t L_23 = (((uintptr_t)L_22)); Il2CppChar* L_24 = V_3; int32_t L_25 = ___startIndex0; String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)L_23, (Il2CppChar*)(Il2CppChar*)L_24, L_25, /*hidden argument*/NULL); uintptr_t L_26 = L_23; int32_t L_27 = ___startIndex0; Il2CppChar* L_28 = V_5; int32_t L_29 = V_1; String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_27)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_28, L_29, /*hidden argument*/NULL); int32_t L_30 = ___startIndex0; int32_t L_31 = V_1; Il2CppChar* L_32 = V_3; int32_t L_33 = ___startIndex0; int32_t L_34 = V_0; int32_t L_35 = ___startIndex0; String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)((intptr_t)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_30)), (int32_t)2)))), (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_31)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_33)), (int32_t)2)))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/NULL); V_7 = (Il2CppChar*)(((uintptr_t)0)); V_6 = (Il2CppChar*)(((uintptr_t)0)); V_4 = (Il2CppChar*)(((uintptr_t)0)); return L_20; } } // System.String System.String::Replace(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method) { { Il2CppChar L_0 = ___oldChar0; Il2CppChar L_1 = ___newChar1; String_t* L_2 = String_ReplaceInternal_m528FB3D9FB23C0811997ADF2FC41D1C3775A94E1(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.String::Replace(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___oldValue0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral5333C95EEF3653ADA7FB3938F954312C6198A976, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___oldValue0; String_t* L_3 = ___newValue1; String_t* L_4 = String_ReplaceInternal_mEE1BFD12B1668AFABA8B7B004BB86546AE7ADF66(__this, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.String System.String::Remove(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF (String_t* __this, int32_t ___startIndex0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; { int32_t L_0 = ___startIndex0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0019; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral99DD65011324D0DDDAE2BC2BE40CEFC52DC334BE, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF_RuntimeMethod_var); } IL_0019: { int32_t L_3 = ___count1; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0032; } } { String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB6CE7B15183720AAC274771B6CD7214E241A3BFB, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF_RuntimeMethod_var); } IL_0032: { int32_t L_6 = ___count1; int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_8 = ___startIndex0; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8))))) { goto IL_0052; } } { String_t* L_9 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral62836465B297BA5E6273FE13E6F591F548238688, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_10, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF_RuntimeMethod_var); } IL_0052: { int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); int32_t L_12 = ___count1; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)); int32_t L_13 = V_0; if (L_13) { goto IL_0064; } } { String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_14; } IL_0064: { int32_t L_15 = V_0; String_t* L_16 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_15, /*hidden argument*/NULL); Il2CppChar* L_17 = __this->get_address_of_m_firstChar_1(); V_2 = (Il2CppChar*)L_17; Il2CppChar* L_18 = V_2; V_1 = (Il2CppChar*)(((uintptr_t)L_18)); String_t* L_19 = L_16; NullCheck(L_19); Il2CppChar* L_20 = L_19->get_address_of_m_firstChar_1(); V_3 = (Il2CppChar*)L_20; Il2CppChar* L_21 = V_3; uintptr_t L_22 = (((uintptr_t)L_21)); Il2CppChar* L_23 = V_1; int32_t L_24 = ___startIndex0; String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)L_22, (Il2CppChar*)(Il2CppChar*)L_23, L_24, /*hidden argument*/NULL); int32_t L_25 = ___startIndex0; Il2CppChar* L_26 = V_1; int32_t L_27 = ___startIndex0; int32_t L_28 = ___count1; int32_t L_29 = V_0; int32_t L_30 = ___startIndex0; String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_25)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_27)), (int32_t)2)))), (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_28)), (int32_t)2)))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_30)), /*hidden argument*/NULL); V_3 = (Il2CppChar*)(((uintptr_t)0)); V_2 = (Il2CppChar*)(((uintptr_t)0)); return L_19; } } // System.String System.String::Remove(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Remove_mEB092613182657B160E4BC9587D71A9CF639AD8C (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Remove_mEB092613182657B160E4BC9587D71A9CF639AD8C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___startIndex0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0019; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral99DD65011324D0DDDAE2BC2BE40CEFC52DC334BE, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, String_Remove_mEB092613182657B160E4BC9587D71A9CF639AD8C_RuntimeMethod_var); } IL_0019: { int32_t L_3 = ___startIndex0; int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_0037; } } { String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0952D4F7175A70BF2BCD673F848923B9677DFC07, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, String_Remove_mEB092613182657B160E4BC9587D71A9CF639AD8C_RuntimeMethod_var); } IL_0037: { int32_t L_7 = ___startIndex0; String_t* L_8 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(__this, 0, L_7, /*hidden argument*/NULL); return L_8; } } // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method) { { String_t* L_0 = ___format0; RuntimeObject * L_1 = ___arg01; ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_2; memset((&L_2), 0, sizeof(L_2)); ParamsArray__ctor_m0D8F266A2B3C18237146F56FB97A4E4879394DAC((&L_2), L_1, /*hidden argument*/NULL); String_t* L_3 = String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF((RuntimeObject*)NULL, L_0, L_2, /*hidden argument*/NULL); return L_3; } } // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method) { { String_t* L_0 = ___format0; RuntimeObject * L_1 = ___arg01; RuntimeObject * L_2 = ___arg12; ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_3; memset((&L_3), 0, sizeof(L_3)); ParamsArray__ctor_mD3CEC74447BC27952EBAF3F12C2C71751B7B28ED((&L_3), L_1, L_2, /*hidden argument*/NULL); String_t* L_4 = String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF((RuntimeObject*)NULL, L_0, L_3, /*hidden argument*/NULL); return L_4; } } // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method) { { String_t* L_0 = ___format0; RuntimeObject * L_1 = ___arg01; RuntimeObject * L_2 = ___arg12; RuntimeObject * L_3 = ___arg23; ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_4; memset((&L_4), 0, sizeof(L_4)); ParamsArray__ctor_m06BE403346707F40BDEA07C60B4BB507B171EAC5((&L_4), L_1, L_2, L_3, /*hidden argument*/NULL); String_t* L_5 = String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF((RuntimeObject*)NULL, L_0, L_4, /*hidden argument*/NULL); return L_5; } } // System.String System.String::Format(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865 (String_t* ___format0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B4_0 = NULL; { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___args1; if (L_0) { goto IL_0018; } } { String_t* L_1 = ___format0; if (!L_1) { goto IL_000d; } } { G_B4_0 = _stringLiteral3030E728F154BF51419109EFB93B6B8AEEC9A976; goto IL_0012; } IL_000d: { G_B4_0 = _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433; } IL_0012: { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, G_B4_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865_RuntimeMethod_var); } IL_0018: { String_t* L_3 = ___format0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = ___args1; ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_5; memset((&L_5), 0, sizeof(L_5)); ParamsArray__ctor_mB32D7182BA1AC40D1DB522D6F548FA26E0129095((&L_5), L_4, /*hidden argument*/NULL); String_t* L_6 = String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF((RuntimeObject*)NULL, L_3, L_5, /*hidden argument*/NULL); return L_6; } } // System.String System.String::Format(System.IFormatProvider,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___provider0; String_t* L_1 = ___format1; RuntimeObject * L_2 = ___arg02; ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_3; memset((&L_3), 0, sizeof(L_3)); ParamsArray__ctor_m0D8F266A2B3C18237146F56FB97A4E4879394DAC((&L_3), L_2, /*hidden argument*/NULL); String_t* L_4 = String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF(L_0, L_1, L_3, /*hidden argument*/NULL); return L_4; } } // System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m453C2840536781B718FF4D0F5C7EEC8E5481C435 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___provider0; String_t* L_1 = ___format1; RuntimeObject * L_2 = ___arg02; RuntimeObject * L_3 = ___arg13; ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_4; memset((&L_4), 0, sizeof(L_4)); ParamsArray__ctor_mD3CEC74447BC27952EBAF3F12C2C71751B7B28ED((&L_4), L_2, L_3, /*hidden argument*/NULL); String_t* L_5 = String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF(L_0, L_1, L_4, /*hidden argument*/NULL); return L_5; } } // System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mCE84582533EA9934933F3F1496451F3D9DA652A4 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, RuntimeObject * ___arg24, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___provider0; String_t* L_1 = ___format1; RuntimeObject * L_2 = ___arg02; RuntimeObject * L_3 = ___arg13; RuntimeObject * L_4 = ___arg24; ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_5; memset((&L_5), 0, sizeof(L_5)); ParamsArray__ctor_m06BE403346707F40BDEA07C60B4BB507B171EAC5((&L_5), L_2, L_3, L_4, /*hidden argument*/NULL); String_t* L_6 = String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF(L_0, L_1, L_5, /*hidden argument*/NULL); return L_6; } } // System.String System.String::Format(System.IFormatProvider,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD (RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B4_0 = NULL; { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___args2; if (L_0) { goto IL_0018; } } { String_t* L_1 = ___format1; if (!L_1) { goto IL_000d; } } { G_B4_0 = _stringLiteral3030E728F154BF51419109EFB93B6B8AEEC9A976; goto IL_0012; } IL_000d: { G_B4_0 = _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433; } IL_0012: { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, G_B4_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD_RuntimeMethod_var); } IL_0018: { RuntimeObject* L_3 = ___provider0; String_t* L_4 = ___format1; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = ___args2; ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_6; memset((&L_6), 0, sizeof(L_6)); ParamsArray__ctor_mB32D7182BA1AC40D1DB522D6F548FA26E0129095((&L_6), L_5, /*hidden argument*/NULL); String_t* L_7 = String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF(L_3, L_4, L_6, /*hidden argument*/NULL); return L_7; } } // System.String System.String::FormatHelper(System.IFormatProvider,System.String,System.ParamsArray) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF (RuntimeObject* ___provider0, String_t* ___format1, ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format1; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___format1; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL); int32_t L_4 = ParamsArray_get_Length_mF99DE09934408DBB8C5CBFA185F71E5E34045240((ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 *)(&___args2), /*hidden argument*/NULL); StringBuilder_t * L_5 = StringBuilderCache_Acquire_mCA3DDB17F0BFEF32DA9B4D7E8501D5705890557D(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)8)))), /*hidden argument*/NULL); RuntimeObject* L_6 = ___provider0; String_t* L_7 = ___format1; ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_8 = ___args2; NullCheck(L_5); StringBuilder_t * L_9 = StringBuilder_AppendFormatHelper_m3A655B006797788D89C813CEE20A1D32B95AF273(L_5, L_6, L_7, L_8, /*hidden argument*/NULL); String_t* L_10 = StringBuilderCache_GetStringAndRelease_mDD5B8378FE9378CACF8660EB460E0CE545F215F7(L_9, /*hidden argument*/NULL); return L_10; } } // System.String System.String::Copy(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Copy_m521EF2A77A1F54EFAB52903A780485ECD171EFA7 (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Copy_m521EF2A77A1F54EFAB52903A780485ECD171EFA7_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; { String_t* L_0 = ___str0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3442496B96DD01591A8CD44B1EEC1368AB728ABA, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_Copy_m521EF2A77A1F54EFAB52903A780485ECD171EFA7_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___str0; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; String_t* L_5 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_4, /*hidden argument*/NULL); String_t* L_6 = L_5; NullCheck(L_6); Il2CppChar* L_7 = L_6->get_address_of_m_firstChar_1(); V_1 = (Il2CppChar*)L_7; Il2CppChar* L_8 = V_1; String_t* L_9 = ___str0; NullCheck(L_9); Il2CppChar* L_10 = L_9->get_address_of_m_firstChar_1(); V_3 = (Il2CppChar*)L_10; Il2CppChar* L_11 = V_3; V_2 = (Il2CppChar*)(((uintptr_t)L_11)); Il2CppChar* L_12 = V_2; int32_t L_13 = V_0; String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)(((uintptr_t)L_8)), (Il2CppChar*)(Il2CppChar*)L_12, L_13, /*hidden argument*/NULL); V_3 = (Il2CppChar*)(((uintptr_t)0)); V_1 = (Il2CppChar*)(((uintptr_t)0)); return L_6; } } // System.String System.String::Concat(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m798542DE19B3F02DC4F4B777BB2E73169F129DE1 (RuntimeObject * ___arg00, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Concat_m798542DE19B3F02DC4F4B777BB2E73169F129DE1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___arg00; if (L_0) { goto IL_0009; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_0009: { RuntimeObject * L_2 = ___arg00; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); return L_3; } } // System.String System.String::Concat(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___arg00; 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(); ___arg00 = L_1; } IL_000a: { RuntimeObject * L_2 = ___arg11; if (L_2) { goto IL_0014; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___arg11 = L_3; } IL_0014: { RuntimeObject * L_4 = ___arg00; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4); RuntimeObject * L_6 = ___arg11; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); String_t* L_8 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_5, L_7, /*hidden argument*/NULL); return L_8; } } // System.String System.String::Concat(System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC (RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___arg00; 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(); ___arg00 = L_1; } IL_000a: { RuntimeObject * L_2 = ___arg11; if (L_2) { goto IL_0014; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___arg11 = L_3; } IL_0014: { RuntimeObject * L_4 = ___arg22; if (L_4) { goto IL_001e; } } { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___arg22 = L_5; } IL_001e: { RuntimeObject * L_6 = ___arg00; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); RuntimeObject * L_8 = ___arg11; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8); RuntimeObject * L_10 = ___arg22; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); String_t* L_12 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_7, L_9, L_11, /*hidden argument*/NULL); return L_12; } } // System.String System.String::Concat(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; RuntimeObject * V_3 = NULL; int32_t G_B5_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B5_1 = NULL; int32_t G_B4_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B4_1 = NULL; String_t* G_B6_0 = NULL; int32_t G_B6_1 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B6_2 = NULL; { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___args0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3030E728F154BF51419109EFB93B6B8AEEC9A976, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07_RuntimeMethod_var); } IL_000e: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___args0; NullCheck(L_2); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))); V_0 = L_3; V_1 = 0; V_2 = 0; goto IL_005a; } IL_001d: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = ___args0; int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = L_5; RuntimeObject * L_7 = (L_4)->GetAt(static_cast(L_6)); V_3 = L_7; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = V_0; int32_t L_9 = V_2; RuntimeObject * L_10 = V_3; G_B4_0 = L_9; G_B4_1 = L_8; if (!L_10) { G_B5_0 = L_9; G_B5_1 = L_8; goto IL_002e; } } { RuntimeObject * L_11 = V_3; NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11); G_B6_0 = L_12; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0033; } IL_002e: { String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B6_0 = L_13; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_0033: { NullCheck(G_B6_2); ArrayElementTypeCheck (G_B6_2, G_B6_0); (G_B6_2)->SetAt(static_cast(G_B6_1), (String_t*)G_B6_0); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = V_0; int32_t L_15 = V_2; NullCheck(L_14); int32_t L_16 = L_15; String_t* L_17 = (L_14)->GetAt(static_cast(L_16)); if (L_17) { goto IL_0041; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = V_0; int32_t L_19 = V_2; String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_20); (L_18)->SetAt(static_cast(L_19), (String_t*)L_20); } IL_0041: { int32_t L_21 = V_1; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = V_0; int32_t L_23 = V_2; NullCheck(L_22); int32_t L_24 = L_23; String_t* L_25 = (L_22)->GetAt(static_cast(L_24)); NullCheck(L_25); int32_t L_26 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_25, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_26)); int32_t L_27 = V_1; if ((((int32_t)L_27) >= ((int32_t)0))) { goto IL_0056; } } { OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 * L_28 = (OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 *)il2cpp_codegen_object_new(OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var); OutOfMemoryException__ctor_m4ED0B5B3F91BAF66BDF69E09EF6DC74777FE8DEB(L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07_RuntimeMethod_var); } IL_0056: { int32_t L_29 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_005a: { int32_t L_30 = V_2; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = ___args0; NullCheck(L_31); if ((((int32_t)L_30) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length))))))) { goto IL_001d; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_32 = V_0; int32_t L_33 = V_1; String_t* L_34 = String_ConcatArray_m7F589A262DDCADFE5A6ED74EB911B8FBC54BA148(L_32, L_33, /*hidden argument*/NULL); return L_34; } } // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___str00; bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { String_t* L_2 = ___str11; bool L_3 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0016; } } { String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_4; } IL_0016: { String_t* L_5 = ___str11; return L_5; } IL_0018: { String_t* L_6 = ___str11; bool L_7 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0022; } } { String_t* L_8 = ___str00; return L_8; } IL_0022: { String_t* L_9 = ___str00; NullCheck(L_9); int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_9, /*hidden argument*/NULL); V_0 = L_10; int32_t L_11 = V_0; String_t* L_12 = ___str11; NullCheck(L_12); int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL); String_t* L_14 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_13)), /*hidden argument*/NULL); String_t* L_15 = L_14; String_t* L_16 = ___str00; String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288(L_15, 0, L_16, /*hidden argument*/NULL); String_t* L_17 = L_15; int32_t L_18 = V_0; String_t* L_19 = ___str11; String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288(L_17, L_18, L_19, /*hidden argument*/NULL); return L_17; } } // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Concat_mF4626905368D6558695A823466A1AF65EADB9923_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___str00; if (L_0) { goto IL_000f; } } { String_t* L_1 = ___str11; if (L_1) { goto IL_000f; } } { String_t* L_2 = ___str22; if (L_2) { goto IL_000f; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_3; } IL_000f: { String_t* L_4 = ___str00; if (L_4) { goto IL_0019; } } { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___str00 = L_5; } IL_0019: { String_t* L_6 = ___str11; if (L_6) { goto IL_0023; } } { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___str11 = L_7; } IL_0023: { String_t* L_8 = ___str22; if (L_8) { goto IL_002d; } } { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___str22 = L_9; } IL_002d: { String_t* L_10 = ___str00; NullCheck(L_10); int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL); String_t* L_12 = ___str11; NullCheck(L_12); int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL); String_t* L_14 = ___str22; NullCheck(L_14); int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_14, /*hidden argument*/NULL); String_t* L_16 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_13)), (int32_t)L_15)), /*hidden argument*/NULL); String_t* L_17 = L_16; String_t* L_18 = ___str00; String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288(L_17, 0, L_18, /*hidden argument*/NULL); String_t* L_19 = L_17; String_t* L_20 = ___str00; NullCheck(L_20); int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_20, /*hidden argument*/NULL); String_t* L_22 = ___str11; String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288(L_19, L_21, L_22, /*hidden argument*/NULL); String_t* L_23 = L_19; String_t* L_24 = ___str00; NullCheck(L_24); int32_t L_25 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_24, /*hidden argument*/NULL); String_t* L_26 = ___str11; NullCheck(L_26); int32_t L_27 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_26, /*hidden argument*/NULL); String_t* L_28 = ___str22; String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288(L_23, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_27)), L_28, /*hidden argument*/NULL); return L_23; } } // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___str00; if (L_0) { goto IL_0012; } } { String_t* L_1 = ___str11; if (L_1) { goto IL_0012; } } { String_t* L_2 = ___str22; if (L_2) { goto IL_0012; } } { String_t* L_3 = ___str33; if (L_3) { goto IL_0012; } } { String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_4; } IL_0012: { String_t* L_5 = ___str00; if (L_5) { goto IL_001c; } } { String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___str00 = L_6; } IL_001c: { String_t* L_7 = ___str11; if (L_7) { goto IL_0026; } } { String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___str11 = L_8; } IL_0026: { String_t* L_9 = ___str22; if (L_9) { goto IL_0030; } } { String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___str22 = L_10; } IL_0030: { String_t* L_11 = ___str33; if (L_11) { goto IL_003a; } } { String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___str33 = L_12; } IL_003a: { String_t* L_13 = ___str00; NullCheck(L_13); int32_t L_14 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_13, /*hidden argument*/NULL); String_t* L_15 = ___str11; NullCheck(L_15); int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_15, /*hidden argument*/NULL); String_t* L_17 = ___str22; NullCheck(L_17); int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_17, /*hidden argument*/NULL); String_t* L_19 = ___str33; NullCheck(L_19); int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_19, /*hidden argument*/NULL); String_t* L_21 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_16)), (int32_t)L_18)), (int32_t)L_20)), /*hidden argument*/NULL); String_t* L_22 = L_21; String_t* L_23 = ___str00; String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288(L_22, 0, L_23, /*hidden argument*/NULL); String_t* L_24 = L_22; String_t* L_25 = ___str00; NullCheck(L_25); int32_t L_26 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_25, /*hidden argument*/NULL); String_t* L_27 = ___str11; String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288(L_24, L_26, L_27, /*hidden argument*/NULL); String_t* L_28 = L_24; String_t* L_29 = ___str00; NullCheck(L_29); int32_t L_30 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_29, /*hidden argument*/NULL); String_t* L_31 = ___str11; NullCheck(L_31); int32_t L_32 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_31, /*hidden argument*/NULL); String_t* L_33 = ___str22; String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288(L_28, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_32)), L_33, /*hidden argument*/NULL); String_t* L_34 = L_28; String_t* L_35 = ___str00; NullCheck(L_35); int32_t L_36 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_35, /*hidden argument*/NULL); String_t* L_37 = ___str11; NullCheck(L_37); int32_t L_38 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_37, /*hidden argument*/NULL); String_t* L_39 = ___str22; NullCheck(L_39); int32_t L_40 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_39, /*hidden argument*/NULL); String_t* L_41 = ___str33; String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288(L_34, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)L_38)), (int32_t)L_40)), L_41, /*hidden argument*/NULL); return L_34; } } // System.String System.String::ConcatArray(System.String[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ConcatArray_m7F589A262DDCADFE5A6ED74EB911B8FBC54BA148 (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values0, int32_t ___totalLength1, const RuntimeMethod* method) { String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___totalLength1; String_t* L_1 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; V_2 = 0; goto IL_0026; } IL_000d: { String_t* L_2 = V_0; int32_t L_3 = V_1; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = ___values0; int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = L_5; String_t* L_7 = (L_4)->GetAt(static_cast(L_6)); String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288(L_2, L_3, L_7, /*hidden argument*/NULL); int32_t L_8 = V_1; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = ___values0; int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; String_t* L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_12); int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_13)); int32_t L_14 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0026: { int32_t L_15 = V_2; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = ___values0; NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))))))) { goto IL_000d; } } { String_t* L_17 = V_0; return L_17; } } // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; int32_t G_B5_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B5_1 = NULL; int32_t G_B4_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B4_1 = NULL; String_t* G_B6_0 = NULL; int32_t G_B6_1 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B6_2 = NULL; { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ___values0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral048B0CB1B94379C74E7E8C8EDE496E3EDBEA3386, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B_RuntimeMethod_var); } IL_000e: { V_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = ___values0; NullCheck(L_2); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))); V_1 = L_3; V_2 = 0; goto IL_0048; } IL_001d: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = ___values0; int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = L_5; String_t* L_7 = (L_4)->GetAt(static_cast(L_6)); V_3 = L_7; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = V_1; int32_t L_9 = V_2; String_t* L_10 = V_3; G_B4_0 = L_9; G_B4_1 = L_8; if (!L_10) { G_B5_0 = L_9; G_B5_1 = L_8; goto IL_0029; } } { String_t* L_11 = V_3; G_B6_0 = L_11; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_002e; } IL_0029: { String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B6_0 = L_12; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_002e: { NullCheck(G_B6_2); ArrayElementTypeCheck (G_B6_2, G_B6_0); (G_B6_2)->SetAt(static_cast(G_B6_1), (String_t*)G_B6_0); int32_t L_13 = V_0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = V_1; int32_t L_15 = V_2; NullCheck(L_14); int32_t L_16 = L_15; String_t* L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_17); int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_17, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_18)); int32_t L_19 = V_0; if ((((int32_t)L_19) >= ((int32_t)0))) { goto IL_0044; } } { OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 * L_20 = (OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 *)il2cpp_codegen_object_new(OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var); OutOfMemoryException__ctor_m4ED0B5B3F91BAF66BDF69E09EF6DC74777FE8DEB(L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B_RuntimeMethod_var); } IL_0044: { int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0048: { int32_t L_22 = V_2; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = ___values0; NullCheck(L_23); if ((((int32_t)L_22) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))))))) { goto IL_001d; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = V_1; int32_t L_25 = V_0; String_t* L_26 = String_ConcatArray_m7F589A262DDCADFE5A6ED74EB911B8FBC54BA148(L_24, L_25, /*hidden argument*/NULL); return L_26; } } // System.String System.String::Intern(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Intern_m07AFEAB8C0E1C21D724BCB38CBF7D6F8AD185E75 (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Intern_m07AFEAB8C0E1C21D724BCB38CBF7D6F8AD185E75_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___str0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3442496B96DD01591A8CD44B1EEC1368AB728ABA, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_Intern_m07AFEAB8C0E1C21D724BCB38CBF7D6F8AD185E75_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___str0; String_t* L_3 = String_InternalIntern_mA6342963497E8193B675A60B1FAFB2D4DA244432(L_2, /*hidden argument*/NULL); return L_3; } } // System.String System.String::IsInterned(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_IsInterned_m1A87D7AC41715AF4F632434EC93D143721FC9FC5 (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_IsInterned_m1A87D7AC41715AF4F632434EC93D143721FC9FC5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___str0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3442496B96DD01591A8CD44B1EEC1368AB728ABA, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_IsInterned_m1A87D7AC41715AF4F632434EC93D143721FC9FC5_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___str0; String_t* L_3 = String_InternalIsInterned_m6E6DDD5EF3842AC9BBD1F80E80204C5B14451B9F(L_2, /*hidden argument*/NULL); return L_3; } } // System.TypeCode System.String::GetTypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_GetTypeCode_m8BD19241519EB5EA26438DE4BD5FF05C592221B5 (String_t* __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)18)); } } // System.Boolean System.String::System.IConvertible.ToBoolean(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_System_IConvertible_ToBoolean_mE36F34F95A18C3078E943BC4727E283A28DBBE89 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToBoolean_mE36F34F95A18C3078E943BC4727E283A28DBBE89_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); bool L_1 = Convert_ToBoolean_mB50CA6A7A647629B5CCC6BA10A06903B1912AF40(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Char System.String::System.IConvertible.ToChar(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_System_IConvertible_ToChar_mBD28D7765FB9C78EE2E9E69989587317DFE1EAA8 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToChar_mBD28D7765FB9C78EE2E9E69989587317DFE1EAA8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); Il2CppChar L_1 = Convert_ToChar_mA5935B08EA798B0EFFE6EA960B9F23B43F8F44AF(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.SByte System.String::System.IConvertible.ToSByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t String_System_IConvertible_ToSByte_mC1DCC6BA1FCCF3799F2C21D7AB94124A391F5092 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToSByte_mC1DCC6BA1FCCF3799F2C21D7AB94124A391F5092_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); int8_t L_1 = Convert_ToSByte_m99276268DD000617F23A0B3445C4CA2A8B2BD275(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Byte System.String::System.IConvertible.ToByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t String_System_IConvertible_ToByte_mE7937CD4967ACB421A978C7110F3607F6E01A161 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToByte_mE7937CD4967ACB421A978C7110F3607F6E01A161_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); uint8_t L_1 = Convert_ToByte_mD97407CDB2EE7955D3079D19DA2BD731F83920B7(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int16 System.String::System.IConvertible.ToInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t String_System_IConvertible_ToInt16_mE00E8A34440C13A60F9E718F0EDDFCC5CFEE067C (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToInt16_mE00E8A34440C13A60F9E718F0EDDFCC5CFEE067C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); int16_t L_1 = Convert_ToInt16_m4EE0839C08F0FDFBB7719B316D962B043F55589B(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.UInt16 System.String::System.IConvertible.ToUInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t String_System_IConvertible_ToUInt16_m2329E9D6B71E5D1972595D776C2A791CED97BEE7 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToUInt16_m2329E9D6B71E5D1972595D776C2A791CED97BEE7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); uint16_t L_1 = Convert_ToUInt16_mB588DD91980D07B2021231090F8C3EE517DDFFA1(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.String::System.IConvertible.ToInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_System_IConvertible_ToInt32_mE4E920B6694149FB1A8E0E0272A41B541AE0C5B2 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToInt32_mE4E920B6694149FB1A8E0E0272A41B541AE0C5B2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); int32_t L_1 = Convert_ToInt32_mB68D58347DE1545BF338A8435E2567C9EAB5905E(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.UInt32 System.String::System.IConvertible.ToUInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t String_System_IConvertible_ToUInt32_mC139B2D574E260C3C6A0C091CC589DF24FE2BEEB (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToUInt32_mC139B2D574E260C3C6A0C091CC589DF24FE2BEEB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); uint32_t L_1 = Convert_ToUInt32_mC50B44F279840348382A3715A480F4502464F20B(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int64 System.String::System.IConvertible.ToInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t String_System_IConvertible_ToInt64_mF8064D76889FEE2D890C113D096D0248438D1D4D (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToInt64_mF8064D76889FEE2D890C113D096D0248438D1D4D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); int64_t L_1 = Convert_ToInt64_m4D2C0087ADC13CEFB913E2E071E486EF9077A452(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.UInt64 System.String::System.IConvertible.ToUInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t String_System_IConvertible_ToUInt64_m3A22744149E45E4F483728D5D4E8B7474FC26DCC (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToUInt64_m3A22744149E45E4F483728D5D4E8B7474FC26DCC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); uint64_t L_1 = Convert_ToUInt64_m638AC1F743BB4D9617FF085EF7EB8E23BCA7B3C6(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Single System.String::System.IConvertible.ToSingle(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float String_System_IConvertible_ToSingle_m29249DC1EFE90655718E3967FAC11CEB532DD027 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToSingle_m29249DC1EFE90655718E3967FAC11CEB532DD027_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); float L_1 = Convert_ToSingle_m5F3E5F42FE95CB24ADF3164009FF7136DB1CE888(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Double System.String::System.IConvertible.ToDouble(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double String_System_IConvertible_ToDouble_m0F0101D6CCB15FF4B5E157C8D77958BAD9F7245F (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToDouble_m0F0101D6CCB15FF4B5E157C8D77958BAD9F7245F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); double L_1 = Convert_ToDouble_m8EAF69AB183D6DF604898A3EDE5A27A4AFBFF1D8(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Decimal System.String::System.IConvertible.ToDecimal(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 String_System_IConvertible_ToDecimal_m1644F7D87A13AA3E6879E0E15694731FDAB15B65 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToDecimal_m1644F7D87A13AA3E6879E0E15694731FDAB15B65_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Convert_ToDecimal_m80616EA9DCA3177D13755D16D12FE16F7EF93D6B(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.DateTime System.String::System.IConvertible.ToDateTime(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 String_System_IConvertible_ToDateTime_m54994E27EC68FC4A1A5862CD73EEDD34B376C14A (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToDateTime_m54994E27EC68FC4A1A5862CD73EEDD34B376C14A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = Convert_ToDateTime_m57803D920D7F8261F00652A19DD01E530A530795(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Object System.String::System.IConvertible.ToType(System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * String_System_IConvertible_ToType_mABFC10EEF12F462FAAEE8779E62533DA348CD43A (String_t* __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToType_mABFC10EEF12F462FAAEE8779E62533DA348CD43A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; RuntimeObject* L_1 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); RuntimeObject * L_2 = Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.CharEnumerator System.String::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244 * String_GetEnumerator_m7487B60F5261B066EA12F9E572434A835E34B57E (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_GetEnumerator_m7487B60F5261B066EA12F9E572434A835E34B57E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244 * L_0 = (CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244 *)il2cpp_codegen_object_new(CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244_il2cpp_TypeInfo_var); CharEnumerator__ctor_mF290FC81A2221C77C971AF8896279ED4ECB8DFFD(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Collections.Generic.IEnumerator`1 System.String::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* String_System_Collections_Generic_IEnumerableU3CSystem_CharU3E_GetEnumerator_mCCA9FB17E5DF531285AD2F35B6C7715072C201CF (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_Collections_Generic_IEnumerableU3CSystem_CharU3E_GetEnumerator_mCCA9FB17E5DF531285AD2F35B6C7715072C201CF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244 * L_0 = (CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244 *)il2cpp_codegen_object_new(CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244_il2cpp_TypeInfo_var); CharEnumerator__ctor_mF290FC81A2221C77C971AF8896279ED4ECB8DFFD(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Collections.IEnumerator System.String::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* String_System_Collections_IEnumerable_GetEnumerator_mB1587886EA519A21EF4833A08FF1AF715497C1BF (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_Collections_IEnumerable_GetEnumerator_mB1587886EA519A21EF4833A08FF1AF715497C1BF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244 * L_0 = (CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244 *)il2cpp_codegen_object_new(CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244_il2cpp_TypeInfo_var); CharEnumerator__ctor_mF290FC81A2221C77C971AF8896279ED4ECB8DFFD(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.String::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018 (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } // System.Int32 System.String::CompareOrdinalUnchecked(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalUnchecked_mBE67C2F917AD4DB0F4BF71D50728038F84C03F6A (String_t* ___strA0, int32_t ___indexA1, int32_t ___lenA2, String_t* ___strB3, int32_t ___indexB4, int32_t ___lenB5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CompareOrdinalUnchecked_mBE67C2F917AD4DB0F4BF71D50728038F84C03F6A_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; Il2CppChar* V_6 = NULL; Il2CppChar* V_7 = NULL; Il2CppChar* V_8 = NULL; { String_t* L_0 = ___strA0; if (L_0) { goto IL_000a; } } { String_t* L_1 = ___strB3; if (!L_1) { goto IL_0008; } } { return (-1); } IL_0008: { return 0; } IL_000a: { String_t* L_2 = ___strB3; if (L_2) { goto IL_000f; } } { return 1; } IL_000f: { int32_t L_3 = ___lenA2; String_t* L_4 = ___strA0; NullCheck(L_4); int32_t L_5 = L_4->get_m_stringLength_0(); int32_t L_6 = ___indexA1; IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var); int32_t L_7 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)), /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = ___lenB5; String_t* L_9 = ___strB3; NullCheck(L_9); int32_t L_10 = L_9->get_m_stringLength_0(); int32_t L_11 = ___indexB4; int32_t L_12 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); V_1 = L_12; int32_t L_13 = V_0; int32_t L_14 = V_1; if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_003e; } } { int32_t L_15 = ___indexA1; int32_t L_16 = ___indexB4; if ((!(((uint32_t)L_15) == ((uint32_t)L_16)))) { goto IL_003e; } } { String_t* L_17 = ___strA0; String_t* L_18 = ___strB3; if ((!(((RuntimeObject*)(String_t*)L_17) == ((RuntimeObject*)(String_t*)L_18)))) { goto IL_003e; } } { return 0; } IL_003e: { String_t* L_19 = ___strA0; V_4 = L_19; String_t* L_20 = V_4; V_2 = (Il2CppChar*)(((uintptr_t)L_20)); Il2CppChar* L_21 = V_2; if (!L_21) { goto IL_0050; } } { Il2CppChar* L_22 = V_2; int32_t L_23 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)L_23)); } IL_0050: { String_t* L_24 = ___strB3; V_5 = L_24; String_t* L_25 = V_5; V_3 = (Il2CppChar*)(((uintptr_t)L_25)); Il2CppChar* L_26 = V_3; if (!L_26) { goto IL_0062; } } { Il2CppChar* L_27 = V_3; int32_t L_28 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_27, (int32_t)L_28)); } IL_0062: { Il2CppChar* L_29 = V_2; int32_t L_30 = ___indexA1; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_29, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_30)), (int32_t)2)))); Il2CppChar* L_31 = V_6; int32_t L_32 = V_0; int32_t L_33 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var); int32_t L_34 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_32, L_33, /*hidden argument*/NULL); V_7 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_34)), (int32_t)2)))); Il2CppChar* L_35 = V_3; int32_t L_36 = ___indexB4; V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_35, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_36)), (int32_t)2)))); goto IL_00a0; } IL_0084: { Il2CppChar* L_37 = V_6; int32_t L_38 = *((uint16_t*)L_37); Il2CppChar* L_39 = V_8; int32_t L_40 = *((uint16_t*)L_39); if ((((int32_t)L_38) == ((int32_t)L_40))) { goto IL_0094; } } { Il2CppChar* L_41 = V_6; int32_t L_42 = *((uint16_t*)L_41); Il2CppChar* L_43 = V_8; int32_t L_44 = *((uint16_t*)L_43); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_44)); } IL_0094: { Il2CppChar* L_45 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_45, (int32_t)2)); Il2CppChar* L_46 = V_8; V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_46, (int32_t)2)); } IL_00a0: { Il2CppChar* L_47 = V_6; Il2CppChar* L_48 = V_7; if ((!(((uintptr_t)L_47) >= ((uintptr_t)L_48)))) { goto IL_0084; } } { int32_t L_49 = V_0; int32_t L_50 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)L_50)); } } // System.Int32 System.String::IndexOf(System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___startIndex1; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000d; } } { int32_t L_1 = ___startIndex1; int32_t L_2 = __this->get_m_stringLength_0(); if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_001d; } } IL_000d: { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, _stringLiteral7548027B0C55CC29D2F1F0D65A912FA6AF849839, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB_RuntimeMethod_var); } IL_001d: { int32_t L_4 = ___count2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0031; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB_RuntimeMethod_var); } IL_0031: { int32_t L_6 = ___startIndex1; int32_t L_7 = __this->get_m_stringLength_0(); int32_t L_8 = ___count2; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8))))) { goto IL_004c; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, _stringLiteral623648DF740187B2846C252CA97CC3429873E5D5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB_RuntimeMethod_var); } IL_004c: { int32_t L_10 = ___startIndex1; if (L_10) { goto IL_0057; } } { int32_t L_11 = __this->get_m_stringLength_0(); if (!L_11) { goto IL_0063; } } IL_0057: { int32_t L_12 = ___startIndex1; int32_t L_13 = __this->get_m_stringLength_0(); if ((((int32_t)L_12) == ((int32_t)L_13))) { goto IL_0063; } } { int32_t L_14 = ___count2; if (L_14) { goto IL_0065; } } IL_0063: { return (-1); } IL_0065: { Il2CppChar L_15 = ___value0; int32_t L_16 = ___startIndex1; int32_t L_17 = ___count2; int32_t L_18 = String_IndexOfUnchecked_m1B69D687A6456ED8FB3BA94BF00E5471DB8B9B3C(__this, L_15, L_16, L_17, /*hidden argument*/NULL); return L_18; } } // System.Int32 System.String::IndexOfUnchecked(System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfUnchecked_m1B69D687A6456ED8FB3BA94BF00E5471DB8B9B3C (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; { Il2CppChar L_0 = ___value0; V_0 = L_0; Il2CppChar* L_1 = __this->get_address_of_m_firstChar_1(); V_2 = (Il2CppChar*)L_1; Il2CppChar* L_2 = V_2; V_1 = (Il2CppChar*)(((uintptr_t)L_2)); Il2CppChar* L_3 = V_1; int32_t L_4 = ___startIndex1; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_4)), (int32_t)2)))); Il2CppChar* L_5 = V_3; int32_t L_6 = ___count2; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6>>(int32_t)3))<<(int32_t)3)))), (int32_t)2)))); goto IL_00c8; } IL_0024: { Il2CppChar* L_7 = V_3; int32_t L_8 = *((uint16_t*)L_7); int32_t L_9 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)L_9)))) { goto IL_0031; } } { Il2CppChar* L_10 = V_3; Il2CppChar* L_11 = V_1; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_10, (intptr_t)L_11))/(int32_t)2)))))))); } IL_0031: { Il2CppChar* L_12 = V_3; int32_t L_13 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (int32_t)2))); int32_t L_14 = V_0; if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_0043; } } { Il2CppChar* L_15 = V_3; Il2CppChar* L_16 = V_1; return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_15, (intptr_t)L_16))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)1)))))))); } IL_0043: { Il2CppChar* L_17 = V_3; int32_t L_18 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))))); int32_t L_19 = V_0; if ((!(((uint32_t)L_18) == ((uint32_t)L_19)))) { goto IL_0058; } } { Il2CppChar* L_20 = V_3; Il2CppChar* L_21 = V_1; return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_20, (intptr_t)L_21))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)2)))))))); } IL_0058: { Il2CppChar* L_22 = V_3; int32_t L_23 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)3)), (int32_t)2))))); int32_t L_24 = V_0; if ((!(((uint32_t)L_23) == ((uint32_t)L_24)))) { goto IL_006d; } } { Il2CppChar* L_25 = V_3; Il2CppChar* L_26 = V_1; return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_25, (intptr_t)L_26))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)3)))))))); } IL_006d: { Il2CppChar* L_27 = V_3; int32_t L_28 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2))))); int32_t L_29 = V_0; if ((!(((uint32_t)L_28) == ((uint32_t)L_29)))) { goto IL_0082; } } { Il2CppChar* L_30 = V_3; Il2CppChar* L_31 = V_1; return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_30, (intptr_t)L_31))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)4)))))))); } IL_0082: { Il2CppChar* L_32 = V_3; int32_t L_33 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)5)), (int32_t)2))))); int32_t L_34 = V_0; if ((!(((uint32_t)L_33) == ((uint32_t)L_34)))) { goto IL_0097; } } { Il2CppChar* L_35 = V_3; Il2CppChar* L_36 = V_1; return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_35, (intptr_t)L_36))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)5)))))))); } IL_0097: { Il2CppChar* L_37 = V_3; int32_t L_38 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)6)), (int32_t)2))))); int32_t L_39 = V_0; if ((!(((uint32_t)L_38) == ((uint32_t)L_39)))) { goto IL_00ac; } } { Il2CppChar* L_40 = V_3; Il2CppChar* L_41 = V_1; return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_40, (intptr_t)L_41))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)6)))))))); } IL_00ac: { Il2CppChar* L_42 = V_3; int32_t L_43 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_42, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)7)), (int32_t)2))))); int32_t L_44 = V_0; if ((!(((uint32_t)L_43) == ((uint32_t)L_44)))) { goto IL_00c1; } } { Il2CppChar* L_45 = V_3; Il2CppChar* L_46 = V_1; return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_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))))), (int64_t)(((int64_t)((int64_t)7)))))))); } IL_00c1: { Il2CppChar* L_47 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)8)), (int32_t)2)))); } IL_00c8: { Il2CppChar* L_48 = V_3; Il2CppChar* L_49 = V_4; if ((!(((uintptr_t)L_48) == ((uintptr_t)L_49)))) { goto IL_0024; } } { Il2CppChar* L_50 = V_4; int32_t L_51 = ___count2; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_50, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)((int32_t)L_51&(int32_t)7)))), (int32_t)2)))); goto IL_00ee; } IL_00dd: { Il2CppChar* L_52 = V_3; int32_t L_53 = *((uint16_t*)L_52); int32_t L_54 = V_0; if ((!(((uint32_t)L_53) == ((uint32_t)L_54)))) { goto IL_00ea; } } { Il2CppChar* L_55 = V_3; Il2CppChar* L_56 = V_1; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_55, (intptr_t)L_56))/(int32_t)2)))))))); } IL_00ea: { Il2CppChar* L_57 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_57, (int32_t)2)); } IL_00ee: { Il2CppChar* L_58 = V_3; Il2CppChar* L_59 = V_4; if ((!(((uintptr_t)L_58) == ((uintptr_t)L_59)))) { goto IL_00dd; } } { return (-1); } } // System.Int32 System.String::IndexOfUnchecked(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfUnchecked_m372BBB8A4722BFDE7CF4856F0EE0B4A197C5AFB0 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; String_t* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; int32_t V_7 = 0; { String_t* L_0 = ___value0; NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___count2; int32_t L_3 = V_0; if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_000d; } } { return (-1); } IL_000d: { int32_t L_4 = V_0; if ((((int32_t)L_4) > ((int32_t)1))) { goto IL_0027; } } { int32_t L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_0025; } } { String_t* L_6 = ___value0; NullCheck(L_6); Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, 0, /*hidden argument*/NULL); int32_t L_8 = ___startIndex1; int32_t L_9 = ___count2; int32_t L_10 = String_IndexOfUnchecked_m1B69D687A6456ED8FB3BA94BF00E5471DB8B9B3C(__this, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } IL_0025: { int32_t L_11 = ___startIndex1; return L_11; } IL_0027: { Il2CppChar* L_12 = __this->get_address_of_m_firstChar_1(); V_3 = (Il2CppChar*)L_12; Il2CppChar* L_13 = V_3; V_1 = (Il2CppChar*)(((uintptr_t)L_13)); String_t* L_14 = ___value0; V_4 = L_14; String_t* L_15 = V_4; V_2 = (Il2CppChar*)(((uintptr_t)L_15)); Il2CppChar* L_16 = V_2; if (!L_16) { goto IL_0043; } } { Il2CppChar* L_17 = V_2; int32_t L_18 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (int32_t)L_18)); } IL_0043: { Il2CppChar* L_19 = V_1; int32_t L_20 = ___startIndex1; V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_20)), (int32_t)2)))); Il2CppChar* L_21 = V_5; int32_t L_22 = ___count2; int32_t L_23 = V_0; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_22)), (int32_t)2)))), (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_23)), (int32_t)2)))), (int32_t)2)); goto IL_0096; } IL_005d: { Il2CppChar* L_24 = V_5; int32_t L_25 = *((uint16_t*)L_24); Il2CppChar* L_26 = V_2; int32_t L_27 = *((uint16_t*)L_26); if ((!(((uint32_t)L_25) == ((uint32_t)L_27)))) { goto IL_0090; } } { V_7 = 1; goto IL_0082; } IL_0069: { Il2CppChar* L_28 = V_5; int32_t L_29 = V_7; int32_t L_30 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_29)), (int32_t)2))))); Il2CppChar* L_31 = V_2; int32_t L_32 = V_7; int32_t L_33 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_32)), (int32_t)2))))); if ((!(((uint32_t)L_30) == ((uint32_t)L_33)))) { goto IL_0090; } } { int32_t L_34 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_0082: { int32_t L_35 = V_7; int32_t L_36 = V_0; if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_0069; } } { Il2CppChar* L_37 = V_5; Il2CppChar* L_38 = V_1; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_37, (intptr_t)L_38))/(int32_t)2)))))))); } IL_0090: { Il2CppChar* L_39 = V_5; V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_39, (int32_t)2)); } IL_0096: { Il2CppChar* L_40 = V_5; Il2CppChar* L_41 = V_6; if ((!(((uintptr_t)L_40) == ((uintptr_t)L_41)))) { goto IL_005d; } } { V_3 = (Il2CppChar*)(((uintptr_t)0)); V_4 = (String_t*)NULL; return (-1); } } // System.Int32 System.String::IndexOfAny(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___anyOf0; if (L_0) { goto IL_0009; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495_RuntimeMethod_var); } IL_0009: { int32_t L_2 = ___startIndex1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___startIndex1; int32_t L_4 = __this->get_m_stringLength_0(); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_001c; } } IL_0016: { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m215F35137EDD190A037E2E9BDA3BF5DC056FD7C3(L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495_RuntimeMethod_var); } IL_001c: { int32_t L_6 = ___count2; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_002b; } } { int32_t L_7 = ___startIndex1; int32_t L_8 = __this->get_m_stringLength_0(); int32_t L_9 = ___count2; if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9))))) { goto IL_003b; } } IL_002b: { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_10, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, _stringLiteral96B0870F426F870B79B5128A4DEB01F78BEE8AE3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495_RuntimeMethod_var); } IL_003b: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = ___anyOf0; int32_t L_12 = ___startIndex1; int32_t L_13 = ___count2; int32_t L_14 = String_IndexOfAnyUnchecked_m4DA36F19710FB050E85B18CB57AE730A5A011ECC(__this, L_11, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Int32 System.String::IndexOfAnyUnchecked(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAnyUnchecked_m4DA36F19710FB050E85B18CB57AE730A5A011ECC (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; Il2CppChar* V_7 = NULL; Il2CppChar* V_8 = NULL; Il2CppChar* V_9 = NULL; { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___anyOf0; NullCheck(L_0); if ((((RuntimeArray*)L_0)->max_length)) { goto IL_0006; } } { return (-1); } IL_0006: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___anyOf0; NullCheck(L_1); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))) == ((uint32_t)1)))) { goto IL_0018; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ___anyOf0; NullCheck(L_2); int32_t L_3 = 0; uint16_t L_4 = (uint16_t)(L_2)->GetAt(static_cast(L_3)); int32_t L_5 = ___startIndex1; int32_t L_6 = ___count2; int32_t L_7 = String_IndexOfUnchecked_m1B69D687A6456ED8FB3BA94BF00E5471DB8B9B3C(__this, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_0018: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = ___anyOf0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = L_8; V_1 = L_9; if (!L_9) { goto IL_0022; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = V_1; NullCheck(L_10); if ((((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))) { goto IL_0027; } } IL_0022: { V_0 = (Il2CppChar*)(((uintptr_t)0)); goto IL_0030; } IL_0027: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = V_1; NullCheck(L_11); V_0 = (Il2CppChar*)(((uintptr_t)((L_11)->GetAddressAt(static_cast(0))))); } IL_0030: { Il2CppChar* L_12 = V_0; int32_t L_13 = *((uint16_t*)L_12); V_2 = L_13; Il2CppChar* L_14 = V_0; int32_t L_15 = *((uint16_t*)L_14); V_3 = L_15; Il2CppChar* L_16 = V_0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = ___anyOf0; NullCheck(L_17); V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))), (int32_t)2)))); Il2CppChar* L_18 = V_0; V_5 = (Il2CppChar*)L_18; goto IL_005b; } IL_0045: { Il2CppChar* L_19 = V_5; int32_t L_20 = *((uint16_t*)L_19); int32_t L_21 = V_2; if ((((int32_t)L_20) <= ((int32_t)L_21))) { goto IL_0051; } } { Il2CppChar* L_22 = V_5; int32_t L_23 = *((uint16_t*)L_22); V_2 = L_23; goto IL_005b; } IL_0051: { Il2CppChar* L_24 = V_5; int32_t L_25 = *((uint16_t*)L_24); int32_t L_26 = V_3; if ((((int32_t)L_25) >= ((int32_t)L_26))) { goto IL_005b; } } { Il2CppChar* L_27 = V_5; int32_t L_28 = *((uint16_t*)L_27); V_3 = L_28; } IL_005b: { Il2CppChar* L_29 = V_5; Il2CppChar* L_30 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_29, (int32_t)2)); V_5 = (Il2CppChar*)L_30; Il2CppChar* L_31 = V_4; if ((!(((uintptr_t)L_30) == ((uintptr_t)L_31)))) { goto IL_0045; } } { Il2CppChar* L_32 = __this->get_address_of_m_firstChar_1(); V_7 = (Il2CppChar*)L_32; Il2CppChar* L_33 = V_7; V_6 = (Il2CppChar*)(((uintptr_t)L_33)); Il2CppChar* L_34 = V_6; int32_t L_35 = ___startIndex1; V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_35)), (int32_t)2)))); Il2CppChar* L_36 = V_8; int32_t L_37 = ___count2; V_9 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_37)), (int32_t)2)))); goto IL_00d4; } IL_0087: { Il2CppChar* L_38 = V_8; int32_t L_39 = *((uint16_t*)L_38); int32_t L_40 = V_2; if ((((int32_t)L_39) > ((int32_t)L_40))) { goto IL_0093; } } { Il2CppChar* L_41 = V_8; int32_t L_42 = *((uint16_t*)L_41); int32_t L_43 = V_3; if ((((int32_t)L_42) >= ((int32_t)L_43))) { goto IL_009b; } } IL_0093: { Il2CppChar* L_44 = V_8; V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_44, (int32_t)2)); goto IL_00d4; } IL_009b: { Il2CppChar* L_45 = V_8; int32_t L_46 = *((uint16_t*)L_45); Il2CppChar* L_47 = V_0; int32_t L_48 = *((uint16_t*)L_47); if ((!(((uint32_t)L_46) == ((uint32_t)L_48)))) { goto IL_00ac; } } { Il2CppChar* L_49 = V_8; Il2CppChar* L_50 = V_6; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_49, (intptr_t)L_50))/(int32_t)2)))))))); } IL_00ac: { Il2CppChar* L_51 = V_0; V_5 = (Il2CppChar*)L_51; goto IL_00c3; } IL_00b1: { Il2CppChar* L_52 = V_8; int32_t L_53 = *((uint16_t*)L_52); Il2CppChar* L_54 = V_5; int32_t L_55 = *((uint16_t*)L_54); if ((!(((uint32_t)L_53) == ((uint32_t)L_55)))) { goto IL_00c3; } } { Il2CppChar* L_56 = V_8; Il2CppChar* L_57 = V_6; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_56, (intptr_t)L_57))/(int32_t)2)))))))); } IL_00c3: { Il2CppChar* L_58 = V_5; Il2CppChar* L_59 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_58, (int32_t)2)); V_5 = (Il2CppChar*)L_59; Il2CppChar* L_60 = V_4; if ((!(((uintptr_t)L_59) == ((uintptr_t)L_60)))) { goto IL_00b1; } } { Il2CppChar* L_61 = V_8; V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_61, (int32_t)2)); } IL_00d4: { Il2CppChar* L_62 = V_8; Il2CppChar* L_63 = V_9; if ((!(((uintptr_t)L_62) == ((uintptr_t)L_63)))) { goto IL_0087; } } { V_7 = (Il2CppChar*)(((uintptr_t)0)); V_1 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL; return (-1); } } // System.Int32 System.String::LastIndexOf(System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mDF56BBDC42F73974249076AC735626C00C5FD6AD (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_LastIndexOf_mDF56BBDC42F73974249076AC735626C00C5FD6AD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_stringLength_0(); if (L_0) { goto IL_000a; } } { return (-1); } IL_000a: { int32_t L_1 = ___startIndex1; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0017; } } { int32_t L_2 = ___startIndex1; int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_0027; } } IL_0017: { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, _stringLiteral2B39DE99D21C8630A2990E84BE2F7222699275A1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, String_LastIndexOf_mDF56BBDC42F73974249076AC735626C00C5FD6AD_RuntimeMethod_var); } IL_0027: { int32_t L_5 = ___count2; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0034; } } { int32_t L_6 = ___count2; int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_0044; } } IL_0034: { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, _stringLiteralCF9FC0C2AB5E8591105D8AA81820AAC4B1AE2B7C, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, String_LastIndexOf_mDF56BBDC42F73974249076AC735626C00C5FD6AD_RuntimeMethod_var); } IL_0044: { int32_t L_9 = ___startIndex1; int32_t L_10 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), (int32_t)1))) >= ((int32_t)0))) { goto IL_0057; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_11, _stringLiteralCC6D272281C04D5B801101D3BEA324D4B5545C50, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, String_LastIndexOf_mDF56BBDC42F73974249076AC735626C00C5FD6AD_RuntimeMethod_var); } IL_0057: { Il2CppChar L_12 = ___value0; int32_t L_13 = ___startIndex1; int32_t L_14 = ___count2; int32_t L_15 = String_LastIndexOfUnchecked_m7593A36970F2640F8CD07CAD1C86CF889C269918(__this, L_12, L_13, L_14, /*hidden argument*/NULL); return L_15; } } // System.Int32 System.String::LastIndexOfUnchecked(System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfUnchecked_m7593A36970F2640F8CD07CAD1C86CF889C269918 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; { Il2CppChar L_0 = ___value0; V_0 = L_0; Il2CppChar* L_1 = __this->get_address_of_m_firstChar_1(); V_2 = (Il2CppChar*)L_1; Il2CppChar* L_2 = V_2; V_1 = (Il2CppChar*)(((uintptr_t)L_2)); Il2CppChar* L_3 = V_1; int32_t L_4 = ___startIndex1; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_4)), (int32_t)2)))); Il2CppChar* L_5 = V_3; int32_t L_6 = ___count2; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6>>(int32_t)3))<<(int32_t)3)))), (int32_t)2)))); goto IL_00ca; } IL_0024: { Il2CppChar* L_7 = V_3; int32_t L_8 = *((uint16_t*)L_7); int32_t L_9 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)L_9)))) { goto IL_0031; } } { Il2CppChar* L_10 = V_3; Il2CppChar* L_11 = V_1; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_10, (intptr_t)L_11))/(int32_t)2)))))))); } IL_0031: { Il2CppChar* L_12 = V_3; int32_t L_13 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)(-1))), (int32_t)2))))); int32_t L_14 = V_0; if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_0045; } } { Il2CppChar* L_15 = V_3; Il2CppChar* L_16 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_15, (intptr_t)L_16))/(int32_t)2)))))))), (int32_t)1)); } IL_0045: { Il2CppChar* L_17 = V_3; int32_t L_18 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)-2))), (int32_t)2))))); int32_t L_19 = V_0; if ((!(((uint32_t)L_18) == ((uint32_t)L_19)))) { goto IL_005a; } } { Il2CppChar* L_20 = V_3; Il2CppChar* L_21 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_20, (intptr_t)L_21))/(int32_t)2)))))))), (int32_t)2)); } IL_005a: { Il2CppChar* L_22 = V_3; int32_t L_23 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)-3))), (int32_t)2))))); int32_t L_24 = V_0; if ((!(((uint32_t)L_23) == ((uint32_t)L_24)))) { goto IL_006f; } } { Il2CppChar* L_25 = V_3; Il2CppChar* L_26 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_25, (intptr_t)L_26))/(int32_t)2)))))))), (int32_t)3)); } IL_006f: { Il2CppChar* L_27 = V_3; int32_t L_28 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)-4))), (int32_t)2))))); int32_t L_29 = V_0; if ((!(((uint32_t)L_28) == ((uint32_t)L_29)))) { goto IL_0084; } } { Il2CppChar* L_30 = V_3; Il2CppChar* L_31 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_30, (intptr_t)L_31))/(int32_t)2)))))))), (int32_t)4)); } IL_0084: { Il2CppChar* L_32 = V_3; int32_t L_33 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)-5))), (int32_t)2))))); int32_t L_34 = V_0; if ((!(((uint32_t)L_33) == ((uint32_t)L_34)))) { goto IL_0099; } } { Il2CppChar* L_35 = V_3; Il2CppChar* L_36 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_35, (intptr_t)L_36))/(int32_t)2)))))))), (int32_t)5)); } IL_0099: { Il2CppChar* L_37 = V_3; int32_t L_38 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)-6))), (int32_t)2))))); int32_t L_39 = V_0; if ((!(((uint32_t)L_38) == ((uint32_t)L_39)))) { goto IL_00ae; } } { Il2CppChar* L_40 = V_3; Il2CppChar* L_41 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_40, (intptr_t)L_41))/(int32_t)2)))))))), (int32_t)6)); } IL_00ae: { Il2CppChar* L_42 = V_3; int32_t L_43 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_42, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)-7))), (int32_t)2))))); int32_t L_44 = V_0; if ((!(((uint32_t)L_43) == ((uint32_t)L_44)))) { goto IL_00c3; } } { Il2CppChar* L_45 = V_3; Il2CppChar* L_46 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)(((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)))))))), (int32_t)7)); } IL_00c3: { Il2CppChar* L_47 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_47, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)8)), (int32_t)2)))); } IL_00ca: { Il2CppChar* L_48 = V_3; Il2CppChar* L_49 = V_4; if ((!(((uintptr_t)L_48) == ((uintptr_t)L_49)))) { goto IL_0024; } } { Il2CppChar* L_50 = V_4; int32_t L_51 = ___count2; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_50, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)((int32_t)L_51&(int32_t)7)))), (int32_t)2)))); goto IL_00f0; } IL_00df: { Il2CppChar* L_52 = V_3; int32_t L_53 = *((uint16_t*)L_52); int32_t L_54 = V_0; if ((!(((uint32_t)L_53) == ((uint32_t)L_54)))) { goto IL_00ec; } } { Il2CppChar* L_55 = V_3; Il2CppChar* L_56 = V_1; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_55, (intptr_t)L_56))/(int32_t)2)))))))); } IL_00ec: { Il2CppChar* L_57 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_57, (int32_t)2)); } IL_00f0: { Il2CppChar* L_58 = V_3; Il2CppChar* L_59 = V_4; if ((!(((uintptr_t)L_58) == ((uintptr_t)L_59)))) { goto IL_00df; } } { return (-1); } } // System.Int32 System.String::LastIndexOfAny(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___anyOf0; if (L_0) { goto IL_0009; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4_RuntimeMethod_var); } IL_0009: { int32_t L_2 = __this->get_m_stringLength_0(); if (L_2) { goto IL_0013; } } { return (-1); } IL_0013: { int32_t L_3 = ___startIndex1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0020; } } { int32_t L_4 = ___startIndex1; int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_0030; } } IL_0020: { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, _stringLiteralCF9FC0C2AB5E8591105D8AA81820AAC4B1AE2B7C, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4_RuntimeMethod_var); } IL_0030: { int32_t L_7 = ___count2; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_003d; } } { int32_t L_8 = ___count2; int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)L_9))) { goto IL_004d; } } IL_003d: { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_10, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, _stringLiteralCF9FC0C2AB5E8591105D8AA81820AAC4B1AE2B7C, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4_RuntimeMethod_var); } IL_004d: { int32_t L_11 = ___startIndex1; int32_t L_12 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)), (int32_t)1))) >= ((int32_t)0))) { goto IL_0060; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_13 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_13, _stringLiteralCC6D272281C04D5B801101D3BEA324D4B5545C50, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4_RuntimeMethod_var); } IL_0060: { int32_t L_14 = __this->get_m_stringLength_0(); if (L_14) { goto IL_006a; } } { return (-1); } IL_006a: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = ___anyOf0; int32_t L_16 = ___startIndex1; int32_t L_17 = ___count2; int32_t L_18 = String_LastIndexOfAnyUnchecked_mA3A1DC659A0EE64BB09329716FB2F9C13AA5C405(__this, L_15, L_16, L_17, /*hidden argument*/NULL); return L_18; } } // System.Int32 System.String::LastIndexOfAnyUnchecked(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAnyUnchecked_mA3A1DC659A0EE64BB09329716FB2F9C13AA5C405 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; Il2CppChar* V_7 = NULL; { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___anyOf0; NullCheck(L_0); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) == ((uint32_t)1)))) { goto IL_0012; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___anyOf0; NullCheck(L_1); int32_t L_2 = 0; uint16_t L_3 = (uint16_t)(L_1)->GetAt(static_cast(L_2)); int32_t L_4 = ___startIndex1; int32_t L_5 = ___count2; int32_t L_6 = String_LastIndexOfUnchecked_m7593A36970F2640F8CD07CAD1C86CF889C269918(__this, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0012: { Il2CppChar* L_7 = __this->get_address_of_m_firstChar_1(); V_2 = (Il2CppChar*)L_7; Il2CppChar* L_8 = V_2; V_0 = (Il2CppChar*)(((uintptr_t)L_8)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = ___anyOf0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = L_9; V_3 = L_10; if (!L_10) { goto IL_0026; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = V_3; NullCheck(L_11); if ((((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))))) { goto IL_002b; } } IL_0026: { V_1 = (Il2CppChar*)(((uintptr_t)0)); goto IL_0034; } IL_002b: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = V_3; NullCheck(L_12); V_1 = (Il2CppChar*)(((uintptr_t)((L_12)->GetAddressAt(static_cast(0))))); } IL_0034: { Il2CppChar* L_13 = V_0; int32_t L_14 = ___startIndex1; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_14)), (int32_t)2)))); Il2CppChar* L_15 = V_4; int32_t L_16 = ___count2; V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_15, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_16)), (int32_t)2)))); Il2CppChar* L_17 = V_1; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = ___anyOf0; NullCheck(L_18); V_7 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)(((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))), (int32_t)2)))); goto IL_0079; } IL_0051: { Il2CppChar* L_19 = V_1; V_6 = (Il2CppChar*)L_19; goto IL_006d; } IL_0056: { Il2CppChar* L_20 = V_6; int32_t L_21 = *((uint16_t*)L_20); Il2CppChar* L_22 = V_4; int32_t L_23 = *((uint16_t*)L_22); if ((!(((uint32_t)L_21) == ((uint32_t)L_23)))) { goto IL_0067; } } { Il2CppChar* L_24 = V_4; Il2CppChar* L_25 = V_0; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_24, (intptr_t)L_25))/(int32_t)2)))))))); } IL_0067: { Il2CppChar* L_26 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)2)); } IL_006d: { Il2CppChar* L_27 = V_6; Il2CppChar* L_28 = V_7; if ((!(((uintptr_t)L_27) == ((uintptr_t)L_28)))) { goto IL_0056; } } { Il2CppChar* L_29 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_29, (int32_t)2)); } IL_0079: { Il2CppChar* L_30 = V_4; Il2CppChar* L_31 = V_5; if ((!(((uintptr_t)L_30) == ((uintptr_t)L_31)))) { goto IL_0051; } } { return (-1); } } // System.Int32 System.String::nativeCompareOrdinalEx(System.String,System.Int32,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___count4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___count4; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001a; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB6CE7B15183720AAC274771B6CD7214E241A3BFB, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840_RuntimeMethod_var); } IL_001a: { int32_t L_3 = ___indexA1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0027; } } { int32_t L_4 = ___indexA1; String_t* L_5 = ___strA0; NullCheck(L_5); int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)L_6))) { goto IL_003c; } } IL_0027: { String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralB5F1095D9FEAB4C396657DBBFDF81773A1BA825E, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840_RuntimeMethod_var); } IL_003c: { int32_t L_9 = ___indexB3; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_0049; } } { int32_t L_10 = ___indexB3; String_t* L_11 = ___strB2; NullCheck(L_11); int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_11, /*hidden argument*/NULL); if ((((int32_t)L_10) <= ((int32_t)L_12))) { goto IL_005e; } } IL_0049: { String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteralF092009901AC717F956650D1166FD67D49ED3A81, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840_RuntimeMethod_var); } IL_005e: { String_t* L_15 = ___strA0; int32_t L_16 = ___indexA1; int32_t L_17 = ___count4; String_t* L_18 = ___strB2; int32_t L_19 = ___indexB3; int32_t L_20 = ___count4; int32_t L_21 = String_CompareOrdinalUnchecked_mBE67C2F917AD4DB0F4BF71D50728038F84C03F6A(L_15, L_16, L_17, L_18, L_19, L_20, /*hidden argument*/NULL); return L_21; } } // System.String System.String::ReplaceInternal(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ReplaceInternal_m528FB3D9FB23C0811997ADF2FC41D1C3775A94E1 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method) { int32_t V_0 = 0; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; String_t* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; Il2CppChar* V_7 = NULL; Il2CppChar* V_8 = NULL; { int32_t L_0 = __this->get_m_stringLength_0(); if (!L_0) { goto IL_000c; } } { Il2CppChar L_1 = ___oldChar0; Il2CppChar L_2 = ___newChar1; if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_000e; } } IL_000c: { return __this; } IL_000e: { Il2CppChar L_3 = ___oldChar0; int32_t L_4 = __this->get_m_stringLength_0(); int32_t L_5 = String_IndexOfUnchecked_m1B69D687A6456ED8FB3BA94BF00E5471DB8B9B3C(__this, L_3, 0, L_4, /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_0023; } } { return __this; } IL_0023: { int32_t L_7 = V_0; if ((((int32_t)L_7) >= ((int32_t)4))) { goto IL_0029; } } { V_0 = 0; } IL_0029: { int32_t L_8 = __this->get_m_stringLength_0(); String_t* L_9 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_8, /*hidden argument*/NULL); V_1 = L_9; String_t* L_10 = V_1; V_4 = L_10; String_t* L_11 = V_4; V_2 = (Il2CppChar*)(((uintptr_t)L_11)); Il2CppChar* L_12 = V_2; if (!L_12) { goto IL_0047; } } { Il2CppChar* L_13 = V_2; int32_t L_14 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)L_14)); } IL_0047: { Il2CppChar* L_15 = __this->get_address_of_m_firstChar_1(); V_5 = (Il2CppChar*)L_15; Il2CppChar* L_16 = V_5; V_3 = (Il2CppChar*)(((uintptr_t)L_16)); int32_t L_17 = V_0; if (!L_17) { goto IL_005e; } } { Il2CppChar* L_18 = V_2; Il2CppChar* L_19 = V_3; int32_t L_20 = V_0; String_CharCopy_m9C765555741AA1DD59062ED13B0A7FB4BEFA1C4A((Il2CppChar*)(Il2CppChar*)L_18, (Il2CppChar*)(Il2CppChar*)L_19, L_20, /*hidden argument*/NULL); } IL_005e: { Il2CppChar* L_21 = V_2; int32_t L_22 = __this->get_m_stringLength_0(); V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_22)), (int32_t)2)))); Il2CppChar* L_23 = V_2; int32_t L_24 = V_0; V_7 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_24)), (int32_t)2)))); Il2CppChar* L_25 = V_3; int32_t L_26 = V_0; V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_26)), (int32_t)2)))); goto IL_009b; } IL_007d: { Il2CppChar* L_27 = V_8; int32_t L_28 = *((uint16_t*)L_27); Il2CppChar L_29 = ___oldChar0; if ((!(((uint32_t)L_28) == ((uint32_t)L_29)))) { goto IL_0089; } } { Il2CppChar* L_30 = V_7; Il2CppChar L_31 = ___newChar1; *((int16_t*)L_30) = (int16_t)L_31; goto IL_008f; } IL_0089: { Il2CppChar* L_32 = V_7; Il2CppChar* L_33 = V_8; int32_t L_34 = *((uint16_t*)L_33); *((int16_t*)L_32) = (int16_t)L_34; } IL_008f: { Il2CppChar* L_35 = V_8; V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_35, (int32_t)2)); Il2CppChar* L_36 = V_7; V_7 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, (int32_t)2)); } IL_009b: { Il2CppChar* L_37 = V_7; Il2CppChar* L_38 = V_6; if ((!(((uintptr_t)L_37) == ((uintptr_t)L_38)))) { goto IL_007d; } } { V_4 = (String_t*)NULL; V_5 = (Il2CppChar*)(((uintptr_t)0)); String_t* L_39 = V_1; return L_39; } } // System.String System.String::ReplaceInternal(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ReplaceInternal_mEE1BFD12B1668AFABA8B7B004BB86546AE7ADF66 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ReplaceInternal_mEE1BFD12B1668AFABA8B7B004BB86546AE7ADF66_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___oldValue0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral5333C95EEF3653ADA7FB3938F954312C6198A976, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_ReplaceInternal_mEE1BFD12B1668AFABA8B7B004BB86546AE7ADF66_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___oldValue0; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0021; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteral5A0234F3919ECC6048578D5EE0BAF79692EF12EC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, String_ReplaceInternal_mEE1BFD12B1668AFABA8B7B004BB86546AE7ADF66_RuntimeMethod_var); } IL_0021: { int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL); if (L_5) { goto IL_002b; } } { return __this; } IL_002b: { String_t* L_6 = ___newValue1; if (L_6) { goto IL_0035; } } { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___newValue1 = L_7; } IL_0035: { String_t* L_8 = ___oldValue0; String_t* L_9 = ___newValue1; String_t* L_10 = String_ReplaceUnchecked_mA5FBEF3953C9BE9A458963DBAA648373F9E0C5D7(__this, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.String System.String::ReplaceUnchecked(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ReplaceUnchecked_mA5FBEF3953C9BE9A458963DBAA648373F9E0C5D7 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ReplaceUnchecked_mA5FBEF3953C9BE9A458963DBAA648373F9E0C5D7_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; String_t* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; String_t* V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; Il2CppChar* V_12 = NULL; String_t* V_13 = NULL; int32_t V_14 = 0; int32_t V_15 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { String_t* L_0 = ___oldValue0; NullCheck(L_0); int32_t L_1 = L_0->get_m_stringLength_0(); int32_t L_2 = __this->get_m_stringLength_0(); if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0010; } } { return __this; } IL_0010: { String_t* L_3 = ___oldValue0; NullCheck(L_3); int32_t L_4 = L_3->get_m_stringLength_0(); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0037; } } { String_t* L_5 = ___newValue1; NullCheck(L_5); int32_t L_6 = L_5->get_m_stringLength_0(); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_0037; } } { String_t* L_7 = ___oldValue0; NullCheck(L_7); Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, 0, /*hidden argument*/NULL); String_t* L_9 = ___newValue1; NullCheck(L_9); Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_9, 0, /*hidden argument*/NULL); String_t* L_11 = String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9(__this, L_8, L_10, /*hidden argument*/NULL); return L_11; } IL_0037: { int8_t* L_12 = (int8_t*) alloca((((uintptr_t)((int32_t)800)))); memset(L_12, 0, (((uintptr_t)((int32_t)800)))); V_0 = (int32_t*)(L_12); Il2CppChar* L_13 = __this->get_address_of_m_firstChar_1(); V_3 = (Il2CppChar*)L_13; Il2CppChar* L_14 = V_3; V_1 = (Il2CppChar*)(((uintptr_t)L_14)); String_t* L_15 = ___newValue1; V_4 = L_15; String_t* L_16 = V_4; V_2 = (Il2CppChar*)(((uintptr_t)L_16)); Il2CppChar* L_17 = V_2; if (!L_17) { goto IL_005c; } } { Il2CppChar* L_18 = V_2; int32_t L_19 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)L_19)); } IL_005c: { V_5 = 0; V_6 = 0; goto IL_00b0; } IL_0064: { String_t* L_20 = ___oldValue0; int32_t L_21 = V_5; int32_t L_22 = __this->get_m_stringLength_0(); int32_t L_23 = V_5; int32_t L_24 = String_IndexOfUnchecked_m372BBB8A4722BFDE7CF4856F0EE0B4A197C5AFB0(__this, L_20, L_21, ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23)), /*hidden argument*/NULL); V_11 = L_24; int32_t L_25 = V_11; if ((((int32_t)L_25) < ((int32_t)0))) { goto IL_00ba; } } { int32_t L_26 = V_6; if ((((int32_t)L_26) >= ((int32_t)((int32_t)200)))) { goto IL_0097; } } { int32_t* L_27 = V_0; int32_t L_28 = V_6; int32_t L_29 = L_28; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); int32_t L_30 = V_11; *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_29)), (int32_t)4))))) = (int32_t)L_30; goto IL_00a5; } IL_0097: { String_t* L_31 = ___oldValue0; String_t* L_32 = ___newValue1; String_t* L_33 = String_ReplaceFallback_mF545C150D8BF525B3DDD730ED351B69D0956C52D(__this, L_31, L_32, ((int32_t)200), /*hidden argument*/NULL); return L_33; } IL_00a5: { int32_t L_34 = V_11; String_t* L_35 = ___oldValue0; NullCheck(L_35); int32_t L_36 = L_35->get_m_stringLength_0(); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_36)); } IL_00b0: { int32_t L_37 = V_5; int32_t L_38 = __this->get_m_stringLength_0(); if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0064; } } IL_00ba: { int32_t L_39 = V_6; if (L_39) { goto IL_00c0; } } { return __this; } IL_00c0: { V_7 = 0; } IL_00c3: try { // begin try (depth: 1) int32_t L_40 = __this->get_m_stringLength_0(); String_t* L_41 = ___newValue1; NullCheck(L_41); int32_t L_42 = L_41->get_m_stringLength_0(); String_t* L_43 = ___oldValue0; NullCheck(L_43); int32_t L_44 = L_43->get_m_stringLength_0(); if (((int64_t)L_42 - (int64_t)L_44 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_42 - (int64_t)L_44 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), String_ReplaceUnchecked_mA5FBEF3953C9BE9A458963DBAA648373F9E0C5D7_RuntimeMethod_var); int32_t L_45 = V_6; if (((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_44)) * (int64_t)L_45 < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_44)) * (int64_t)L_45 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), String_ReplaceUnchecked_mA5FBEF3953C9BE9A458963DBAA648373F9E0C5D7_RuntimeMethod_var); if (((int64_t)L_40 + (int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_44)), (int32_t)L_45)) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_40 + (int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_44)), (int32_t)L_45)) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), String_ReplaceUnchecked_mA5FBEF3953C9BE9A458963DBAA648373F9E0C5D7_RuntimeMethod_var); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_44)), (int32_t)L_45)))); goto IL_00e5; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00de; throw e; } CATCH_00de: { // begin catch(System.OverflowException) OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 * L_46 = (OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 *)il2cpp_codegen_object_new(OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var); OutOfMemoryException__ctor_m4ED0B5B3F91BAF66BDF69E09EF6DC74777FE8DEB(L_46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, String_ReplaceUnchecked_mA5FBEF3953C9BE9A458963DBAA648373F9E0C5D7_RuntimeMethod_var); } // end catch (depth: 1) IL_00e5: { int32_t L_47 = V_7; String_t* L_48 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_47, /*hidden argument*/NULL); V_8 = L_48; V_9 = 0; V_10 = 0; String_t* L_49 = V_8; V_13 = L_49; String_t* L_50 = V_13; V_12 = (Il2CppChar*)(((uintptr_t)L_50)); Il2CppChar* L_51 = V_12; if (!L_51) { goto IL_010b; } } { Il2CppChar* L_52 = V_12; int32_t L_53 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_12 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_52, (int32_t)L_53)); } IL_010b: { V_14 = 0; goto IL_0170; } IL_0110: { int32_t* L_54 = V_0; int32_t L_55 = V_14; int32_t L_56 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_54, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_55)), (int32_t)4))))); int32_t L_57 = V_10; V_15 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)L_57)); Il2CppChar* L_58 = V_12; int32_t L_59 = V_9; Il2CppChar* L_60 = V_1; int32_t L_61 = V_10; int32_t L_62 = V_15; String_CharCopy_m9C765555741AA1DD59062ED13B0A7FB4BEFA1C4A((Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_58, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_59)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_60, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_61)), (int32_t)2)))), L_62, /*hidden argument*/NULL); int32_t L_63 = V_9; int32_t L_64 = V_15; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)L_64)); int32_t* L_65 = V_0; int32_t L_66 = V_14; int32_t L_67 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_65, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_66)), (int32_t)4))))); String_t* L_68 = ___oldValue0; NullCheck(L_68); int32_t L_69 = L_68->get_m_stringLength_0(); V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)L_69)); Il2CppChar* L_70 = V_12; int32_t L_71 = V_9; Il2CppChar* L_72 = V_2; String_t* L_73 = ___newValue1; NullCheck(L_73); int32_t L_74 = L_73->get_m_stringLength_0(); String_CharCopy_m9C765555741AA1DD59062ED13B0A7FB4BEFA1C4A((Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_70, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_71)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_72, L_74, /*hidden argument*/NULL); int32_t L_75 = V_9; String_t* L_76 = ___newValue1; NullCheck(L_76); int32_t L_77 = L_76->get_m_stringLength_0(); V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_77)); int32_t L_78 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)); } IL_0170: { int32_t L_79 = V_14; int32_t L_80 = V_6; if ((((int32_t)L_79) < ((int32_t)L_80))) { goto IL_0110; } } { Il2CppChar* L_81 = V_12; int32_t L_82 = V_9; Il2CppChar* L_83 = V_1; int32_t L_84 = V_10; int32_t L_85 = __this->get_m_stringLength_0(); int32_t L_86 = V_10; String_CharCopy_m9C765555741AA1DD59062ED13B0A7FB4BEFA1C4A((Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_81, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_82)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_83, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_84)), (int32_t)2)))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_85, (int32_t)L_86)), /*hidden argument*/NULL); V_13 = (String_t*)NULL; String_t* L_87 = V_8; return L_87; } } // System.String System.String::ReplaceFallback(System.String,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ReplaceFallback_mF545C150D8BF525B3DDD730ED351B69D0956C52D (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, int32_t ___testedCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ReplaceFallback_mF545C150D8BF525B3DDD730ED351B69D0956C52D_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = __this->get_m_stringLength_0(); String_t* L_1 = ___newValue1; NullCheck(L_1); int32_t L_2 = L_1->get_m_stringLength_0(); String_t* L_3 = ___oldValue0; NullCheck(L_3); int32_t L_4 = L_3->get_m_stringLength_0(); int32_t L_5 = ___testedCount2; StringBuilder_t * L_6 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_4)), (int32_t)L_5)))), /*hidden argument*/NULL); V_0 = L_6; V_1 = 0; goto IL_006f; } IL_0020: { String_t* L_7 = ___oldValue0; int32_t L_8 = V_1; int32_t L_9 = __this->get_m_stringLength_0(); int32_t L_10 = V_1; int32_t L_11 = String_IndexOfUnchecked_m372BBB8A4722BFDE7CF4856F0EE0B4A197C5AFB0(__this, L_7, L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), /*hidden argument*/NULL); V_2 = L_11; int32_t L_12 = V_2; if ((((int32_t)L_12) >= ((int32_t)0))) { goto IL_004d; } } { StringBuilder_t * L_13 = V_0; int32_t L_14 = V_1; int32_t L_15 = __this->get_m_stringLength_0(); int32_t L_16 = V_1; String_t* L_17 = String_InternalSubString_m25D6800EDE68EF93F03E24F039C0CC1378AE3C70(__this, L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)), /*hidden argument*/NULL); NullCheck(L_13); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_13, L_17, /*hidden argument*/NULL); goto IL_0078; } IL_004d: { StringBuilder_t * L_18 = V_0; int32_t L_19 = V_1; int32_t L_20 = V_2; int32_t L_21 = V_1; String_t* L_22 = String_InternalSubString_m25D6800EDE68EF93F03E24F039C0CC1378AE3C70(__this, L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)), /*hidden argument*/NULL); NullCheck(L_18); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_18, L_22, /*hidden argument*/NULL); StringBuilder_t * L_23 = V_0; String_t* L_24 = ___newValue1; NullCheck(L_23); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_23, L_24, /*hidden argument*/NULL); int32_t L_25 = V_2; String_t* L_26 = ___oldValue0; NullCheck(L_26); int32_t L_27 = L_26->get_m_stringLength_0(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_27)); } IL_006f: { int32_t L_28 = V_1; int32_t L_29 = __this->get_m_stringLength_0(); if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0020; } } IL_0078: { StringBuilder_t * L_30 = V_0; NullCheck(L_30); String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_30); return L_31; } } // System.String System.String::PadHelper(System.Int32,System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_PadHelper_m305F79FF4A52536857473BE831FF880AE58F9F85 (String_t* __this, int32_t ___totalWidth0, Il2CppChar ___paddingChar1, bool ___isRightPadded2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_PadHelper_m305F79FF4A52536857473BE831FF880AE58F9F85_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; String_t* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; Il2CppChar* V_7 = NULL; Il2CppChar* V_8 = NULL; { int32_t L_0 = ___totalWidth0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_1, _stringLiteral16EB8777E959D7B27E2B789B3CA1ACBE67DA94BD, _stringLiteral47CD4F69F5982DAD8A76E172330DF0DF3975E470, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_PadHelper_m305F79FF4A52536857473BE831FF880AE58F9F85_RuntimeMethod_var); } IL_0014: { int32_t L_2 = ___totalWidth0; int32_t L_3 = __this->get_m_stringLength_0(); if ((((int32_t)L_2) > ((int32_t)L_3))) { goto IL_001f; } } { return __this; } IL_001f: { int32_t L_4 = ___totalWidth0; String_t* L_5 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; V_3 = L_6; String_t* L_7 = V_3; V_1 = (Il2CppChar*)(((uintptr_t)L_7)); Il2CppChar* L_8 = V_1; if (!L_8) { goto IL_0036; } } { Il2CppChar* L_9 = V_1; int32_t L_10 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)L_10)); } IL_0036: { Il2CppChar* L_11 = __this->get_address_of_m_firstChar_1(); V_4 = (Il2CppChar*)L_11; Il2CppChar* L_12 = V_4; V_2 = (Il2CppChar*)(((uintptr_t)L_12)); bool L_13 = ___isRightPadded2; if (!L_13) { goto IL_007a; } } { Il2CppChar* L_14 = V_1; Il2CppChar* L_15 = V_2; int32_t L_16 = __this->get_m_stringLength_0(); String_CharCopy_m9C765555741AA1DD59062ED13B0A7FB4BEFA1C4A((Il2CppChar*)(Il2CppChar*)L_14, (Il2CppChar*)(Il2CppChar*)L_15, L_16, /*hidden argument*/NULL); Il2CppChar* L_17 = V_1; int32_t L_18 = ___totalWidth0; V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_18)), (int32_t)2)))); Il2CppChar* L_19 = V_1; int32_t L_20 = __this->get_m_stringLength_0(); V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_20)), (int32_t)2)))); goto IL_0072; } IL_0069: { Il2CppChar* L_21 = V_6; Il2CppChar* L_22 = (Il2CppChar*)L_21; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)2)); Il2CppChar L_23 = ___paddingChar1; *((int16_t*)L_22) = (int16_t)L_23; } IL_0072: { Il2CppChar* L_24 = V_6; Il2CppChar* L_25 = V_5; if ((!(((uintptr_t)L_24) >= ((uintptr_t)L_25)))) { goto IL_0069; } } { goto IL_00af; } IL_007a: { Il2CppChar* L_26 = V_1; V_7 = (Il2CppChar*)L_26; Il2CppChar* L_27 = V_7; int32_t L_28 = ___totalWidth0; int32_t L_29 = __this->get_m_stringLength_0(); V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_28)), (int32_t)2)))), (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_29)), (int32_t)2)))); goto IL_009b; } IL_0092: { Il2CppChar* L_30 = V_7; Il2CppChar* L_31 = (Il2CppChar*)L_30; V_7 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (int32_t)2)); Il2CppChar L_32 = ___paddingChar1; *((int16_t*)L_31) = (int16_t)L_32; } IL_009b: { Il2CppChar* L_33 = V_7; Il2CppChar* L_34 = V_8; if ((!(((uintptr_t)L_33) >= ((uintptr_t)L_34)))) { goto IL_0092; } } { Il2CppChar* L_35 = V_7; Il2CppChar* L_36 = V_2; int32_t L_37 = __this->get_m_stringLength_0(); String_CharCopy_m9C765555741AA1DD59062ED13B0A7FB4BEFA1C4A((Il2CppChar*)(Il2CppChar*)L_35, (Il2CppChar*)(Il2CppChar*)L_36, L_37, /*hidden argument*/NULL); } IL_00af: { V_3 = (String_t*)NULL; V_4 = (Il2CppChar*)(((uintptr_t)0)); String_t* L_38 = V_0; return L_38; } } // System.Boolean System.String::StartsWithOrdinalUnchecked(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWithOrdinalUnchecked_mC028BA12B4C1D3EA141134DD13C9DB2F1350CC4B (String_t* __this, String_t* ___value0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); String_t* L_1 = ___value0; NullCheck(L_1); int32_t L_2 = L_1->get_m_stringLength_0(); if ((((int32_t)L_0) < ((int32_t)L_2))) { goto IL_0027; } } { String_t* L_3 = ___value0; NullCheck(L_3); int32_t L_4 = L_3->get_m_stringLength_0(); String_t* L_5 = ___value0; String_t* L_6 = ___value0; NullCheck(L_6); int32_t L_7 = L_6->get_m_stringLength_0(); int32_t L_8 = String_CompareOrdinalUnchecked_mBE67C2F917AD4DB0F4BF71D50728038F84C03F6A(__this, 0, L_4, L_5, 0, L_7, /*hidden argument*/NULL); return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0); } IL_0027: { return (bool)0; } } // System.Boolean System.String::IsAscii() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9 (String_t* __this, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; { Il2CppChar* L_0 = __this->get_address_of_m_firstChar_1(); V_0 = (Il2CppChar*)L_0; Il2CppChar* L_1 = V_0; uintptr_t L_2 = (((uintptr_t)L_1)); int32_t L_3 = __this->get_m_stringLength_0(); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_3)), (int32_t)2)))); V_2 = (Il2CppChar*)L_2; goto IL_0027; } IL_0018: { Il2CppChar* L_4 = V_2; int32_t L_5 = *((uint16_t*)L_4); if ((((int32_t)L_5) < ((int32_t)((int32_t)128)))) { goto IL_0023; } } { return (bool)0; } IL_0023: { Il2CppChar* L_6 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)2)); } IL_0027: { Il2CppChar* L_7 = V_2; Il2CppChar* L_8 = V_1; if ((!(((uintptr_t)L_7) == ((uintptr_t)L_8)))) { goto IL_0018; } } { V_0 = (Il2CppChar*)(((uintptr_t)0)); return (bool)1; } } // System.Boolean System.String::IsFastSort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsFastSort_mE41B3B9F19A16A403564BA5D12203211ED78473B (String_t* __this, const RuntimeMethod* method) { { return (bool)0; } } // System.String System.String::InternalIsInterned(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_InternalIsInterned_m6E6DDD5EF3842AC9BBD1F80E80204C5B14451B9F (String_t* ___str0, const RuntimeMethod* method) { typedef String_t* (*String_InternalIsInterned_m6E6DDD5EF3842AC9BBD1F80E80204C5B14451B9F_ftn) (String_t*); using namespace il2cpp::icalls; return ((String_InternalIsInterned_m6E6DDD5EF3842AC9BBD1F80E80204C5B14451B9F_ftn)mscorlib::System::String::InternalIsInterned) (___str0); } // System.String System.String::InternalIntern(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_InternalIntern_mA6342963497E8193B675A60B1FAFB2D4DA244432 (String_t* ___str0, const RuntimeMethod* method) { typedef String_t* (*String_InternalIntern_mA6342963497E8193B675A60B1FAFB2D4DA244432_ftn) (String_t*); using namespace il2cpp::icalls; return ((String_InternalIntern_mA6342963497E8193B675A60B1FAFB2D4DA244432_ftn)mscorlib::System::String::InternalIntern) (___str0); } // System.Void System.String::CharCopy(System.Char*,System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_CharCopy_m9C765555741AA1DD59062ED13B0A7FB4BEFA1C4A (Il2CppChar* ___dest0, Il2CppChar* ___src1, int32_t ___count2, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___dest0; Il2CppChar* L_1 = ___src1; if (!((int32_t)((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_0)))|(int32_t)(((int32_t)((int32_t)(intptr_t)L_1)))))&(int32_t)3))) { goto IL_0040; } } { Il2CppChar* L_2 = ___dest0; if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_2)))&(int32_t)2))) { goto IL_002c; } } { Il2CppChar* L_3 = ___src1; if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_3)))&(int32_t)2))) { goto IL_002c; } } { int32_t L_4 = ___count2; if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_002c; } } { Il2CppChar* L_5 = ___dest0; Il2CppChar* L_6 = ___src1; int32_t L_7 = *((int16_t*)L_6); *((int16_t*)L_5) = (int16_t)L_7; Il2CppChar* L_8 = ___dest0; ___dest0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)2)); Il2CppChar* L_9 = ___src1; ___src1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)2)); int32_t L_10 = ___count2; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); } IL_002c: { Il2CppChar* L_11 = ___dest0; Il2CppChar* L_12 = ___src1; if (!((int32_t)((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_11)))|(int32_t)(((int32_t)((int32_t)(intptr_t)L_12)))))&(int32_t)2))) { goto IL_0040; } } { Il2CppChar* L_13 = ___dest0; Il2CppChar* L_14 = ___src1; int32_t L_15 = ___count2; Buffer_memcpy2_mAA37EECC87926D9B7F5CBE42C84A7AA6F2E5306E((uint8_t*)(uint8_t*)L_13, (uint8_t*)(uint8_t*)L_14, ((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)2)), /*hidden argument*/NULL); return; } IL_0040: { Il2CppChar* L_16 = ___dest0; Il2CppChar* L_17 = ___src1; int32_t L_18 = ___count2; Buffer_memcpy4_mDA39112959C9161FBC66E893A249B2A7F06EF771((uint8_t*)(uint8_t*)L_16, (uint8_t*)(uint8_t*)L_17, ((int32_t)il2cpp_codegen_multiply((int32_t)L_18, (int32_t)2)), /*hidden argument*/NULL); return; } } // System.Void System.String::memset(System.Byte*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memset_mA4C22BA755FA7B7CDD0B96E9CE375A78355C0881 (uint8_t* ___dest0, int32_t ___val1, int32_t ___len2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___len2; if ((((int32_t)L_0) >= ((int32_t)8))) { goto IL_0018; } } { goto IL_0014; } IL_0006: { uint8_t* L_1 = ___dest0; int32_t L_2 = ___val1; *((int8_t*)L_1) = (int8_t)(((int32_t)((uint8_t)L_2))); uint8_t* L_3 = ___dest0; ___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)1)); int32_t L_4 = ___len2; ___len2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); } IL_0014: { int32_t L_5 = ___len2; if (L_5) { goto IL_0006; } } { return; } IL_0018: { int32_t L_6 = ___val1; if (!L_6) { goto IL_002a; } } { int32_t L_7 = ___val1; int32_t L_8 = ___val1; ___val1 = ((int32_t)((int32_t)L_7|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)8)))); int32_t L_9 = ___val1; int32_t L_10 = ___val1; ___val1 = ((int32_t)((int32_t)L_9|(int32_t)((int32_t)((int32_t)L_10<<(int32_t)((int32_t)16))))); } IL_002a: { uint8_t* L_11 = ___dest0; V_0 = ((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_11)))&(int32_t)3)); int32_t L_12 = V_0; if (!L_12) { goto IL_0071; } } { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)4, (int32_t)L_13)); int32_t L_14 = ___len2; int32_t L_15 = V_0; ___len2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)); } IL_003b: { uint8_t* L_16 = ___dest0; int32_t L_17 = ___val1; *((int8_t*)L_16) = (int8_t)(((int32_t)((uint8_t)L_17))); uint8_t* L_18 = ___dest0; ___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)1)); int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_0; if (L_20) { goto IL_003b; } } { goto IL_0071; } IL_004d: { uint8_t* L_21 = ___dest0; int32_t L_22 = ___val1; *((int32_t*)L_21) = (int32_t)L_22; uint8_t* L_23 = ___dest0; int32_t L_24 = ___val1; *((int32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_23, (int32_t)4))) = (int32_t)L_24; uint8_t* L_25 = ___dest0; int32_t L_26 = ___val1; *((int32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_25, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)4))))) = (int32_t)L_26; uint8_t* L_27 = ___dest0; int32_t L_28 = ___val1; *((int32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)3)), (int32_t)4))))) = (int32_t)L_28; uint8_t* L_29 = ___dest0; ___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_29, (int32_t)((int32_t)16))); int32_t L_30 = ___len2; ___len2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)((int32_t)16))); } IL_0071: { int32_t L_31 = ___len2; if ((((int32_t)L_31) >= ((int32_t)((int32_t)16)))) { goto IL_004d; } } { goto IL_0085; } IL_0078: { uint8_t* L_32 = ___dest0; int32_t L_33 = ___val1; *((int32_t*)L_32) = (int32_t)L_33; uint8_t* L_34 = ___dest0; ___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_34, (int32_t)4)); int32_t L_35 = ___len2; ___len2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)4)); } IL_0085: { int32_t L_36 = ___len2; if ((((int32_t)L_36) >= ((int32_t)4))) { goto IL_0078; } } { goto IL_0099; } IL_008b: { uint8_t* L_37 = ___dest0; int32_t L_38 = ___val1; *((int8_t*)L_37) = (int8_t)(((int32_t)((uint8_t)L_38))); uint8_t* L_39 = ___dest0; ___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_39, (int32_t)1)); int32_t L_40 = ___len2; ___len2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1)); } IL_0099: { int32_t L_41 = ___len2; if ((((int32_t)L_41) > ((int32_t)0))) { goto IL_008b; } } { return; } } // System.Void System.String::memcpy(System.Byte*,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memcpy_m6F1F0AAF1191249910AC2650A85B8BC6F99E0210 (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method) { { uint8_t* L_0 = ___dest0; uint8_t* L_1 = ___src1; int32_t L_2 = ___size2; Buffer_Memcpy_m4D475106A101E5ED38EB22776EAAFB6D02F63678((uint8_t*)(uint8_t*)L_0, (uint8_t*)(uint8_t*)L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.String::bzero(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_bzero_mF72B932D7140B8D2FF2DC7E0E6BD475015DB41A8 (uint8_t* ___dest0, int32_t ___len1, const RuntimeMethod* method) { { uint8_t* L_0 = ___dest0; int32_t L_1 = ___len1; String_memset_mA4C22BA755FA7B7CDD0B96E9CE375A78355C0881((uint8_t*)(uint8_t*)L_0, 0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.String::bzero_aligned_1(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_bzero_aligned_1_m51BEB54F4B06B12514FD1662F72C3220B896E5D6 (uint8_t* ___dest0, int32_t ___len1, const RuntimeMethod* method) { { uint8_t* L_0 = ___dest0; *((int8_t*)L_0) = (int8_t)0; return; } } // System.Void System.String::bzero_aligned_2(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_bzero_aligned_2_m14A7F16C79BFAA23C83200BEA047AE0AE41A0DB4 (uint8_t* ___dest0, int32_t ___len1, const RuntimeMethod* method) { { uint8_t* L_0 = ___dest0; *((int16_t*)L_0) = (int16_t)0; return; } } // System.Void System.String::bzero_aligned_4(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_bzero_aligned_4_mAA0385AC97BD6A2AE55E0FB05EBD279FCEBEB698 (uint8_t* ___dest0, int32_t ___len1, const RuntimeMethod* method) { { uint8_t* L_0 = ___dest0; *((int32_t*)L_0) = (int32_t)0; return; } } // System.Void System.String::bzero_aligned_8(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_bzero_aligned_8_m06CEACDD5A7F83AE67BDC8749DAFF8D874A760CD (uint8_t* ___dest0, int32_t ___len1, const RuntimeMethod* method) { { uint8_t* L_0 = ___dest0; *((int64_t*)L_0) = (int64_t)(((int64_t)((int64_t)0))); return; } } // System.Void System.String::memcpy_aligned_1(System.Byte*,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memcpy_aligned_1_mB66023E41065555A5998BC9B5256360C72CD26AD (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method) { { uint8_t* L_0 = ___dest0; uint8_t* L_1 = ___src1; int32_t L_2 = *((uint8_t*)L_1); *((int8_t*)L_0) = (int8_t)L_2; return; } } // System.Void System.String::memcpy_aligned_2(System.Byte*,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memcpy_aligned_2_m3DD6866545593348938969545EE867989AF4448A (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method) { { uint8_t* L_0 = ___dest0; uint8_t* L_1 = ___src1; int32_t L_2 = *((int16_t*)L_1); *((int16_t*)L_0) = (int16_t)L_2; return; } } // System.Void System.String::memcpy_aligned_4(System.Byte*,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memcpy_aligned_4_m62E60A7DE603B6FA7A7407EC0FA46F3A5ECEDE17 (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method) { { uint8_t* L_0 = ___dest0; uint8_t* L_1 = ___src1; int32_t L_2 = *((int32_t*)L_1); *((int32_t*)L_0) = (int32_t)L_2; return; } } // System.Void System.String::memcpy_aligned_8(System.Byte*,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memcpy_aligned_8_mFF83F60414085FFFE06E9AB5DB69FDDC77B5B254 (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method) { { uint8_t* L_0 = ___dest0; uint8_t* L_1 = ___src1; int64_t L_2 = *((int64_t*)L_1); *((int64_t*)L_0) = (int64_t)L_2; return; } } // System.String System.String::CreateString(System.SByte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mA910CA1C39D592A88E1215305942812EA0B892AB (String_t* __this, int8_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CreateString_mA910CA1C39D592A88E1215305942812EA0B892AB_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { int8_t* L_0 = ___value0; if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0)))))) { goto IL_000b; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_000b: { int8_t* L_2 = ___value0; V_0 = (uint8_t*)L_2; V_1 = 0; } IL_000f: try { // begin try (depth: 1) { goto IL_0015; } IL_0011: { int32_t L_3 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0015: { uint8_t* L_4 = V_0; uint8_t* L_5 = (uint8_t*)L_4; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)1)); int32_t L_6 = *((uint8_t*)L_5); if (L_6) { goto IL_0011; } } IL_001d: { goto IL_0030; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001f; throw e; } CATCH_001f: { // begin catch(System.NullReferenceException) ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteralDAF4A923626420FA50E11CDF1F69B7AC3A91A362, _stringLiteral6981EC6BB13A643A39ED7DD35F3DD6650620238F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, String_CreateString_mA910CA1C39D592A88E1215305942812EA0B892AB_RuntimeMethod_var); } // end catch (depth: 1) IL_0030: { int8_t* L_8 = ___value0; int32_t L_9 = V_1; String_t* L_10 = String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401(__this, (int8_t*)(int8_t*)L_8, 0, L_9, (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL, /*hidden argument*/NULL); return L_10; } } // System.String System.String::CreateString(System.SByte*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m3EA76497FA998B5C8899D01EB6B85B55ED942376 (String_t* __this, int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { { int8_t* L_0 = ___value0; int32_t L_1 = ___startIndex1; int32_t L_2 = ___length2; String_t* L_3 = String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401(__this, (int8_t*)(int8_t*)L_0, L_1, L_2, (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL, /*hidden argument*/NULL); return L_3; } } // System.String System.String::CreateString(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m81EC77200D75146384415713DE908296720CFD95 (String_t* __this, Il2CppChar* ___value0, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___value0; String_t* L_1 = String_CtorCharPtr_m8673F31D7A1ADC848362702CDE84A1E4343D67A8(__this, (Il2CppChar*)(Il2CppChar*)L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.String::CreateString(System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___value0; int32_t L_1 = ___startIndex1; int32_t L_2 = ___length2; String_t* L_3 = String_CtorCharPtrStartLength_mACF658363A566925DAEBADFE5B44ABBCB4227101(__this, (Il2CppChar*)(Il2CppChar*)L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___val0; int32_t L_1 = ___startIndex1; int32_t L_2 = ___length2; String_t* L_3 = String_CtorCharArrayStartLength_m20C739C1BA077DF4056DC39A7632700A63ED7F10(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.String System.String::CreateString(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m394C06654854ADD4C51FF957BE0CC72EF52BAA96 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, const RuntimeMethod* method) { { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___val0; String_t* L_1 = String_CtorCharArray_mBD09735176A649FE5E708C756882D6A2F2D330EB(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.String::CreateString(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m0E7BBCE09E386877E2B63BF7FA36B956BF221C93 (String_t* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CreateString_m0E7BBCE09E386877E2B63BF7FA36B956BF221C93_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; String_t* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; { int32_t L_0 = ___count1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000f; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_1, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_CreateString_m0E7BBCE09E386877E2B63BF7FA36B956BF221C93_RuntimeMethod_var); } IL_000f: { int32_t L_2 = ___count1; if (L_2) { goto IL_0018; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_3; } IL_0018: { int32_t L_4 = ___count1; String_t* L_5 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; V_2 = L_6; String_t* L_7 = V_2; V_1 = (Il2CppChar*)(((uintptr_t)L_7)); Il2CppChar* L_8 = V_1; if (!L_8) { goto IL_002f; } } { Il2CppChar* L_9 = V_1; int32_t L_10 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)L_10)); } IL_002f: { Il2CppChar* L_11 = V_1; V_3 = (Il2CppChar*)L_11; Il2CppChar* L_12 = V_3; int32_t L_13 = ___count1; V_4 = (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)))); goto IL_0042; } IL_003b: { Il2CppChar* L_14 = V_3; Il2CppChar L_15 = ___c0; *((int16_t*)L_14) = (int16_t)L_15; Il2CppChar* L_16 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)2)); } IL_0042: { Il2CppChar* L_17 = V_3; Il2CppChar* L_18 = V_4; if ((!(((uintptr_t)L_17) >= ((uintptr_t)L_18)))) { goto IL_003b; } } { V_2 = (String_t*)NULL; String_t* L_19 = V_0; return L_19; } } // System.String System.String::CreateString(System.SByte*,System.Int32,System.Int32,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401 (String_t* __this, int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___enc3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; uint8_t* V_1 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { int32_t L_0 = ___length2; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_1, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, _stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401_RuntimeMethod_var); } IL_0014: { int32_t L_2 = ___startIndex1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0028; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, _stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401_RuntimeMethod_var); } IL_0028: { int8_t* L_4 = ___value0; int32_t L_5 = ___startIndex1; int8_t* L_6 = ___value0; if ((!(((uintptr_t)((int8_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)L_5))) < ((uintptr_t)L_6)))) { goto IL_003e; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, _stringLiteral9F95E42A9F11709CE7A563982187B0A24E21DADA, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401_RuntimeMethod_var); } IL_003e: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_8 = ___enc3; if (L_8) { goto IL_0062; } } { int8_t* L_9 = ___value0; if ((!(((uintptr_t)L_9) == ((uintptr_t)(((uintptr_t)0)))))) { goto IL_0052; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_10 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_10, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401_RuntimeMethod_var); } IL_0052: { int32_t L_11 = ___length2; if (L_11) { goto IL_005b; } } { String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_12; } IL_005b: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_13 = Encoding_get_Default_m625C78C2A9A8504B8BA4141994412513DC470CE2(/*hidden argument*/NULL); ___enc3 = L_13; } IL_0062: { int32_t L_14 = ___length2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_14); V_0 = L_15; int32_t L_16 = ___length2; if (!L_16) { goto IL_00b9; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = L_17; V_2 = L_18; if (!L_18) { goto IL_0076; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = V_2; NullCheck(L_19); if ((((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))))) { goto IL_007b; } } IL_0076: { V_1 = (uint8_t*)(((uintptr_t)0)); goto IL_0084; } IL_007b: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_2; NullCheck(L_20); V_1 = (uint8_t*)(((uintptr_t)((L_20)->GetAddressAt(static_cast(0))))); } IL_0084: { } IL_0085: try { // begin try (depth: 1) { int8_t* L_21 = ___value0; if ((!(((uintptr_t)L_21) == ((uintptr_t)(((uintptr_t)0)))))) { goto IL_009a; } } IL_008a: { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_22 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_22, _stringLiteralDAF4A923626420FA50E11CDF1F69B7AC3A91A362, _stringLiteral9F95E42A9F11709CE7A563982187B0A24E21DADA, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401_RuntimeMethod_var); } IL_009a: { uint8_t* L_23 = V_1; int8_t* L_24 = ___value0; int32_t L_25 = ___startIndex1; int32_t L_26 = ___length2; String_memcpy_m6F1F0AAF1191249910AC2650A85B8BC6F99E0210((uint8_t*)(uint8_t*)L_23, (uint8_t*)(uint8_t*)((int8_t*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)L_25)), L_26, /*hidden argument*/NULL); goto IL_00b7; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00a6; throw e; } CATCH_00a6: { // begin catch(System.NullReferenceException) ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_27 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_27, _stringLiteralDAF4A923626420FA50E11CDF1F69B7AC3A91A362, _stringLiteral9F95E42A9F11709CE7A563982187B0A24E21DADA, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401_RuntimeMethod_var); } // end catch (depth: 1) IL_00b7: { V_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; } IL_00b9: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_28 = ___enc3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = V_0; NullCheck(L_28); String_t* L_30 = VirtFuncInvoker1< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(34 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_28, L_29); 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.StringComparer System.StringComparer::get_InvariantCultureIgnoreCase() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var); StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->get__invariantCultureIgnoreCase_1(); return L_0; } } // System.StringComparer System.StringComparer::get_CurrentCultureIgnoreCase() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_CurrentCultureIgnoreCase_m1900DE3D696056A54A108E11FE8991A677305F60 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringComparer_get_CurrentCultureIgnoreCase_m1900DE3D696056A54A108E11FE8991A677305F60_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * L_1 = (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 *)il2cpp_codegen_object_new(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_il2cpp_TypeInfo_var); CultureAwareComparer__ctor_m932FEC0DC86BAD111BC13357F712B51262F4EB28(L_1, L_0, (bool)1, /*hidden argument*/NULL); return L_1; } } // System.StringComparer System.StringComparer::get_Ordinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_Ordinal_m1F38FBAB170DF80D33FE2A849D30FF2E314D9FDB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringComparer_get_Ordinal_m1F38FBAB170DF80D33FE2A849D30FF2E314D9FDB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var); StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->get__ordinal_2(); return L_0; } } // System.StringComparer System.StringComparer::get_OrdinalIgnoreCase() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var); StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->get__ordinalIgnoreCase_3(); return L_0; } } // System.Int32 System.StringComparer::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringComparer_Compare_mF6C220BCB2FF779530CC3B9E724CAC82738E6EE7 (StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringComparer_Compare_mF6C220BCB2FF779530CC3B9E724CAC82738E6EE7_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; { RuntimeObject * L_0 = ___x0; RuntimeObject * L_1 = ___y1; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1)))) { goto IL_0006; } } { return 0; } IL_0006: { RuntimeObject * L_2 = ___x0; if (L_2) { goto IL_000b; } } { return (-1); } IL_000b: { RuntimeObject * L_3 = ___y1; if (L_3) { goto IL_0010; } } { return 1; } IL_0010: { RuntimeObject * L_4 = ___x0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); String_t* L_5 = V_0; if (!L_5) { goto IL_002d; } } { RuntimeObject * L_6 = ___y1; V_2 = ((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)); String_t* L_7 = V_2; if (!L_7) { goto IL_002d; } } { String_t* L_8 = V_0; String_t* L_9 = V_2; int32_t L_10 = VirtFuncInvoker2< int32_t, String_t*, String_t* >::Invoke(10 /* System.Int32 System.StringComparer::Compare(System.String,System.String) */, __this, L_8, L_9); return L_10; } IL_002d: { RuntimeObject * L_11 = ___x0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IComparable_tF58875555EC83AB78FA9E958C48803C6AF9FB5D9_il2cpp_TypeInfo_var)); RuntimeObject* L_12 = V_1; if (!L_12) { goto IL_003f; } } { RuntimeObject* L_13 = V_1; RuntimeObject * L_14 = ___y1; NullCheck(L_13); int32_t L_15 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(0 /* System.Int32 System.IComparable::CompareTo(System.Object) */, IComparable_tF58875555EC83AB78FA9E958C48803C6AF9FB5D9_il2cpp_TypeInfo_var, L_13, L_14); return L_15; } IL_003f: { String_t* L_16 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral463C9ACFFA099CA60B83F74DD23B2E4DE31E298B, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_17 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_17, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, StringComparer_Compare_mF6C220BCB2FF779530CC3B9E724CAC82738E6EE7_RuntimeMethod_var); } } // System.Boolean System.StringComparer::Equals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringComparer_Equals_mEDC0D576089BB102F6DDA35963406B5C3B9AD97D (StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringComparer_Equals_mEDC0D576089BB102F6DDA35963406B5C3B9AD97D_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { RuntimeObject * L_0 = ___x0; RuntimeObject * L_1 = ___y1; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_2 = ___x0; if (!L_2) { goto IL_000c; } } { RuntimeObject * L_3 = ___y1; if (L_3) { goto IL_000e; } } IL_000c: { return (bool)0; } IL_000e: { RuntimeObject * L_4 = ___x0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); String_t* L_5 = V_0; if (!L_5) { goto IL_002b; } } { RuntimeObject * L_6 = ___y1; V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)); String_t* L_7 = V_1; if (!L_7) { goto IL_002b; } } { String_t* L_8 = V_0; String_t* L_9 = V_1; bool L_10 = VirtFuncInvoker2< bool, String_t*, String_t* >::Invoke(11 /* System.Boolean System.StringComparer::Equals(System.String,System.String) */, __this, L_8, L_9); return L_10; } IL_002b: { RuntimeObject * L_11 = ___x0; RuntimeObject * L_12 = ___y1; NullCheck(L_11); bool L_13 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_11, L_12); return L_13; } } // System.Int32 System.StringComparer::GetHashCode(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringComparer_GetHashCode_mD70D6D3EFB36ED208E77AD17BDD7E809B593500F (StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringComparer_GetHashCode_mD70D6D3EFB36ED208E77AD17BDD7E809B593500F_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, StringComparer_GetHashCode_mD70D6D3EFB36ED208E77AD17BDD7E809B593500F_RuntimeMethod_var); } IL_000e: { RuntimeObject * L_2 = ___obj0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); String_t* L_3 = V_0; if (!L_3) { goto IL_0020; } } { String_t* L_4 = V_0; int32_t L_5 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* System.Int32 System.StringComparer::GetHashCode(System.String) */, __this, L_4); return L_5; } IL_0020: { RuntimeObject * L_6 = ___obj0; NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_6); return L_7; } } // System.Void System.StringComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringComparer__ctor_mB32547253FAD35661634154EE51010A1BFA84142 (StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.StringComparer::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringComparer__cctor_m5F31EE210A599E85AE825C7E0A9231D7FD21AD65 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringComparer__cctor_m5F31EE210A599E85AE825C7E0A9231D7FD21AD65_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * L_1 = (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 *)il2cpp_codegen_object_new(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_il2cpp_TypeInfo_var); CultureAwareComparer__ctor_m932FEC0DC86BAD111BC13357F712B51262F4EB28(L_1, L_0, (bool)0, /*hidden argument*/NULL); ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->set__invariantCulture_0(L_1); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * L_3 = (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 *)il2cpp_codegen_object_new(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_il2cpp_TypeInfo_var); CultureAwareComparer__ctor_m932FEC0DC86BAD111BC13357F712B51262F4EB28(L_3, L_2, (bool)1, /*hidden argument*/NULL); ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->set__invariantCultureIgnoreCase_1(L_3); OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A * L_4 = (OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A *)il2cpp_codegen_object_new(OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A_il2cpp_TypeInfo_var); OrdinalComparer__ctor_m03DBF62ADAE2F1E022590631377D136E44129881(L_4, (bool)0, /*hidden argument*/NULL); ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->set__ordinal_2(L_4); OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A * L_5 = (OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A *)il2cpp_codegen_object_new(OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A_il2cpp_TypeInfo_var); OrdinalComparer__ctor_m03DBF62ADAE2F1E022590631377D136E44129881(L_5, (bool)1, /*hidden argument*/NULL); ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->set__ordinalIgnoreCase_3(L_5); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.SystemException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mEB9049B75DE1D23B0515DD294BEF0AAC7792F465 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SystemException__ctor_mEB9049B75DE1D23B0515DD294BEF0AAC7792F465_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral44B87FDC3140E2D8517F78B55C3F2FDA0B683070, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233087), /*hidden argument*/NULL); return; } } // System.Void System.SystemException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233087), /*hidden argument*/NULL); return; } } // System.Void System.SystemException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m62590BC1925B7B354EBFD852E162CD170FEB861D(__this, L_0, L_1, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233087), /*hidden argument*/NULL); return; } } // System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_mBFF5996A1B65FCEEE0054A95A652BA3DD6366618(__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.TermInfoDriver::TryTermInfoDir(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_TryTermInfoDir_mB77251F46AC79569CE18F4AE20F130453912A47F (String_t* ___dir0, String_t* ___term1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_TryTermInfoDir_mB77251F46AC79569CE18F4AE20F130453912A47F_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___dir0; String_t* L_1 = ___term1; NullCheck(L_1); Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, 0, /*hidden argument*/NULL); int32_t L_3 = ((int32_t)L_2); RuntimeObject * L_4 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_3); String_t* L_5 = ___term1; String_t* L_6 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteralCCF15D90534EF306CC485DF0BB7E5C6AB6214C2A, L_0, L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; String_t* L_7 = V_0; bool L_8 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0023; } } { String_t* L_9 = V_0; return L_9; } IL_0023: { String_t* L_10 = ___dir0; String_t* L_11 = ___term1; NullCheck(L_11); String_t* L_12 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_11, 0, 1, /*hidden argument*/NULL); String_t* L_13 = ___term1; IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var); String_t* L_14 = Path_Combine_mAB92AD33FF91D3550E1683D5E732895A08B758DA(L_10, L_12, L_13, /*hidden argument*/NULL); V_0 = L_14; String_t* L_15 = V_0; bool L_16 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_003d; } } { String_t* L_17 = V_0; return L_17; } IL_003d: { return (String_t*)NULL; } } // System.String System.TermInfoDriver::SearchTerminfo(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_SearchTerminfo_m7D2A02B1FBA3D8F66256E53D28264D4A0B7550A3 (String_t* ___term0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_SearchTerminfo_m7D2A02B1FBA3D8F66256E53D28264D4A0B7550A3_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; { String_t* L_0 = ___term0; if (!L_0) { goto IL_0010; } } { String_t* L_1 = ___term0; String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0012; } } IL_0010: { return (String_t*)NULL; } IL_0012: { String_t* L_4 = Environment_GetEnvironmentVariable_mB94020EE6B0D5BADF024E4BE6FBC54A5954D2185(_stringLiteral5CFB387F58D99E3322C5AF64AC12951CCEB68B00, /*hidden argument*/NULL); V_1 = L_4; String_t* L_5 = V_1; if (!L_5) { goto IL_0035; } } { String_t* L_6 = V_1; bool L_7 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0035; } } { String_t* L_8 = V_1; String_t* L_9 = ___term0; IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var); String_t* L_10 = TermInfoDriver_TryTermInfoDir_mB77251F46AC79569CE18F4AE20F130453912A47F(L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; String_t* L_11 = V_0; if (!L_11) { goto IL_0035; } } { String_t* L_12 = V_0; return L_12; } IL_0035: { IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_locations_2(); V_2 = L_13; V_3 = 0; goto IL_005f; } IL_003f: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = V_2; int32_t L_15 = V_3; NullCheck(L_14); int32_t L_16 = L_15; String_t* L_17 = (L_14)->GetAt(static_cast(L_16)); V_4 = L_17; String_t* L_18 = V_4; bool L_19 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_005b; } } { String_t* L_20 = V_4; String_t* L_21 = ___term0; IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var); String_t* L_22 = TermInfoDriver_TryTermInfoDir_mB77251F46AC79569CE18F4AE20F130453912A47F(L_20, L_21, /*hidden argument*/NULL); V_0 = L_22; String_t* L_23 = V_0; if (!L_23) { goto IL_005b; } } { String_t* L_24 = V_0; return L_24; } IL_005b: { int32_t L_25 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_005f: { int32_t L_26 = V_3; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = V_2; NullCheck(L_27); if ((((int32_t)L_26) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))))))) { goto IL_003f; } } { return (String_t*)NULL; } } // System.Void System.TermInfoDriver::WriteConsole(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, String_t* ___str0, const RuntimeMethod* method) { { String_t* L_0 = ___str0; if (L_0) { goto IL_0004; } } { return; } IL_0004: { CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_1 = __this->get_stdout_15(); String_t* L_2 = ___str0; NullCheck(L_1); CStreamWriter_InternalWriteString_mEA79EB02E28ADA9D81053766AD523E4C0CFC6CDA(L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.TermInfoDriver::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver__ctor_mDBF60028AEDAE114F1EC4FA8538F29B49AB11EF2 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, String_t* ___term0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver__ctor_mDBF60028AEDAE114F1EC4FA8538F29B49AB11EF2_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_title_6(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_titleFormat_7(L_1); __this->set_cursorVisible_8((bool)1); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_2, /*hidden argument*/NULL); __this->set_initLock_26(L_2); __this->set_fgcolor_31(((int32_t)15)); __this->set_rl_startx_38((-1)); __this->set_rl_starty_39((-1)); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); String_t* L_3 = ___term0; __this->set_term_13(L_3); String_t* L_4 = ___term0; IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var); String_t* L_5 = TermInfoDriver_SearchTerminfo_m7D2A02B1FBA3D8F66256E53D28264D4A0B7550A3(L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; if (!L_6) { goto IL_0064; } } { String_t* L_7 = ___term0; String_t* L_8 = V_0; TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_9 = (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C *)il2cpp_codegen_object_new(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C_il2cpp_TypeInfo_var); TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D(L_9, L_7, L_8, /*hidden argument*/NULL); __this->set_reader_3(L_9); goto IL_00a2; } IL_0064: { String_t* L_10 = ___term0; bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_10, _stringLiteralE2E28A8EB171E8219151A13B9466DAFC7AF786C2, /*hidden argument*/NULL); if (!L_11) { goto IL_0084; } } { String_t* L_12 = ___term0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = KnownTerminals_get_xterm_mA890BFD590F820BBB23B219E1AD1C8BCD3DFA345(/*hidden argument*/NULL); TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_14 = (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C *)il2cpp_codegen_object_new(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C_il2cpp_TypeInfo_var); TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6(L_14, L_12, L_13, /*hidden argument*/NULL); __this->set_reader_3(L_14); goto IL_00a2; } IL_0084: { String_t* L_15 = ___term0; bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_15, _stringLiteralBA324CA7B1C77FC20BB970D5AFF6EEA9377918A5, /*hidden argument*/NULL); if (!L_16) { goto IL_00a2; } } { String_t* L_17 = ___term0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = KnownTerminals_get_linux_m9A34213D8DB968ED3864B4E321BA4B71DB7E8B95(/*hidden argument*/NULL); TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_19 = (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C *)il2cpp_codegen_object_new(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C_il2cpp_TypeInfo_var); TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6(L_19, L_17, L_18, /*hidden argument*/NULL); __this->set_reader_3(L_19); } IL_00a2: { TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_20 = __this->get_reader_3(); if (L_20) { goto IL_00bb; } } { String_t* L_21 = ___term0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = KnownTerminals_get_ansi_m2ECEBC902EBB68D9A849ED1B76F8008918BEBB4D(/*hidden argument*/NULL); TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_23 = (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C *)il2cpp_codegen_object_new(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C_il2cpp_TypeInfo_var); TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6(L_23, L_21, L_22, /*hidden argument*/NULL); __this->set_reader_3(L_23); } IL_00bb: { IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var); TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_24 = ((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->get_stdout_0(); if (((CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 *)IsInstClass((RuntimeObject*)L_24, CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450_il2cpp_TypeInfo_var))) { goto IL_00eb; } } { IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_25 = Console_OpenStandardOutput_m9C602CA7C2D5E989D45913987E2E581481EC9823(0, /*hidden argument*/NULL); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_26 = Console_get_OutputEncoding_mA23798B6CE69F59EAA00C8206EF8552196120647_inline(/*hidden argument*/NULL); CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_27 = (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 *)il2cpp_codegen_object_new(CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450_il2cpp_TypeInfo_var); CStreamWriter__ctor_m967462FE0368BE80A448F0082E70B326088E2E95(L_27, L_25, L_26, (bool)0, /*hidden argument*/NULL); __this->set_stdout_15(L_27); CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_28 = __this->get_stdout_15(); NullCheck(L_28); VirtActionInvoker1< bool >::Invoke(22 /* System.Void System.IO.StreamWriter::set_AutoFlush(System.Boolean) */, L_28, (bool)1); return; } IL_00eb: { IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var); TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_29 = ((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->get_stdout_0(); __this->set_stdout_15(((CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 *)CastclassClass((RuntimeObject*)L_29, CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450_il2cpp_TypeInfo_var))); return; } } // System.Boolean System.TermInfoDriver::get_Initialized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TermInfoDriver_get_Initialized_m69E45B090B62E63F7F47592C7613900166BD26DD (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_inited_25(); return L_0; } } // System.Void System.TermInfoDriver::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; String_t* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); String_t* G_B13_0 = NULL; { bool L_0 = __this->get_inited_25(); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { RuntimeObject * L_1 = __this->get_initLock_26(); V_0 = L_1; V_1 = (bool)0; } IL_0012: try { // begin try (depth: 1) { RuntimeObject * L_2 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL); bool L_3 = __this->get_inited_25(); if (!L_3) { goto IL_0027; } } IL_0022: { IL2CPP_LEAVE(0x310, FINALLY_0306); } IL_0027: { __this->set_inited_25((bool)1); IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var); bool L_4 = ConsoleDriver_get_IsConsole_m0C19F307DCAEDCC678CF0ABA69F8EF083090C731(/*hidden argument*/NULL); if (L_4) { goto IL_0040; } } IL_0035: { IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_5 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var); IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_5, _stringLiteral78D43FCD0BE7330E253C74120B80646111D6B9EE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569_RuntimeMethod_var); } IL_0040: { IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var); ConsoleDriver_SetEcho_m7A27E092D9D79ED1033ACA3E033CAAEEA3E2B869((bool)0, /*hidden argument*/NULL); V_2 = (String_t*)NULL; TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_6 = __this->get_reader_3(); NullCheck(L_6); String_t* L_7 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_6, ((int32_t)89), /*hidden argument*/NULL); __this->set_keypadXmit_23(L_7); TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_8 = __this->get_reader_3(); NullCheck(L_8); String_t* L_9 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_8, ((int32_t)88), /*hidden argument*/NULL); __this->set_keypadLocal_24(L_9); String_t* L_10 = __this->get_keypadXmit_23(); if (!L_10) { goto IL_0098; } } IL_0077: { String_t* L_11 = __this->get_keypadXmit_23(); TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38(__this, L_11, /*hidden argument*/NULL); String_t* L_12 = __this->get_keypadLocal_24(); if (!L_12) { goto IL_0098; } } IL_008b: { String_t* L_13 = V_2; String_t* L_14 = __this->get_keypadLocal_24(); String_t* L_15 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_13, L_14, /*hidden argument*/NULL); V_2 = L_15; } IL_0098: { TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_16 = __this->get_reader_3(); NullCheck(L_16); String_t* L_17 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_16, ((int32_t)297), /*hidden argument*/NULL); __this->set_origPair_28(L_17); TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_18 = __this->get_reader_3(); NullCheck(L_18); String_t* L_19 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_18, ((int32_t)298), /*hidden argument*/NULL); __this->set_origColors_29(L_19); TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_20 = __this->get_reader_3(); NullCheck(L_20); String_t* L_21 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_20, ((int32_t)359), /*hidden argument*/NULL); __this->set_setfgcolor_32(L_21); TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_22 = __this->get_reader_3(); NullCheck(L_22); String_t* L_23 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_22, ((int32_t)360), /*hidden argument*/NULL); __this->set_setbgcolor_33(L_23); TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_24 = __this->get_reader_3(); NullCheck(L_24); int32_t L_25 = TermInfoReader_Get_mBE8AB84A3B00855DF6CFBEEDAF0B7A9DD35D1DCD(L_24, ((int32_t)13), /*hidden argument*/NULL); __this->set_maxColors_34(L_25); int32_t L_26 = __this->get_maxColors_34(); IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var); int32_t L_27 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_26, ((int32_t)16), /*hidden argument*/NULL); int32_t L_28 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2(L_27, 1, /*hidden argument*/NULL); __this->set_maxColors_34(L_28); String_t* L_29 = __this->get_origColors_29(); if (!L_29) { goto IL_012c; } } IL_0124: { String_t* L_30 = __this->get_origColors_29(); G_B13_0 = L_30; goto IL_0132; } IL_012c: { String_t* L_31 = __this->get_origPair_28(); G_B13_0 = L_31; } IL_0132: { V_3 = G_B13_0; String_t* L_32 = V_3; if (!L_32) { goto IL_013e; } } IL_0136: { String_t* L_33 = V_2; String_t* L_34 = V_3; String_t* L_35 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_33, L_34, /*hidden argument*/NULL); V_2 = L_35; } IL_013e: { String_t* L_36 = __this->get_keypadXmit_23(); String_t* L_37 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** L_38 = __this->get_address_of_control_characters_40(); IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var); IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var); bool L_39 = ConsoleDriver_TtySetup_m39158C369CFA6D426B61D89621BC077B4BB62A49(L_36, L_37, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821**)L_38, (int32_t**)(((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_address_of_native_terminal_size_0()), /*hidden argument*/NULL); if (L_39) { goto IL_016b; } } IL_0157: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)17)); __this->set_control_characters_40(L_40); IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var); ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->set_native_terminal_size_0((int32_t*)(((uintptr_t)0))); } IL_016b: { IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_41 = Console_OpenStandardInput_m70507BD4CEF7AAFB01030995036454D9D6F4BC98(0, /*hidden argument*/NULL); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_42 = Console_get_InputEncoding_m60EAA2E167A0C8C681997B998E851D8CD6C954FE_inline(/*hidden argument*/NULL); StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_43 = (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E *)il2cpp_codegen_object_new(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_il2cpp_TypeInfo_var); StreamReader__ctor_mF319C927A1274118E912D93F2EB2AAE4DA17E3DC(L_43, L_41, L_42, /*hidden argument*/NULL); __this->set_stdin_14(L_43); TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_44 = __this->get_reader_3(); NullCheck(L_44); String_t* L_45 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_44, 5, /*hidden argument*/NULL); __this->set_clear_11(L_45); TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_46 = __this->get_reader_3(); NullCheck(L_46); String_t* L_47 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_46, 1, /*hidden argument*/NULL); __this->set_bell_12(L_47); String_t* L_48 = __this->get_clear_11(); if (L_48) { goto IL_01dd; } } IL_01ad: { TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_49 = __this->get_reader_3(); NullCheck(L_49); String_t* L_50 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_49, ((int32_t)12), /*hidden argument*/NULL); __this->set_clear_11(L_50); String_t* L_51 = __this->get_clear_11(); TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_52 = __this->get_reader_3(); NullCheck(L_52); String_t* L_53 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_52, 7, /*hidden argument*/NULL); String_t* L_54 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_51, L_53, /*hidden argument*/NULL); __this->set_clear_11(L_54); } IL_01dd: { TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_55 = __this->get_reader_3(); NullCheck(L_55); String_t* L_56 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_55, ((int32_t)16), /*hidden argument*/NULL); __this->set_csrVisible_9(L_56); String_t* L_57 = __this->get_csrVisible_9(); if (L_57) { goto IL_020b; } } IL_01f8: { TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_58 = __this->get_reader_3(); NullCheck(L_58); String_t* L_59 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_58, ((int32_t)20), /*hidden argument*/NULL); __this->set_csrVisible_9(L_59); } IL_020b: { TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_60 = __this->get_reader_3(); NullCheck(L_60); String_t* L_61 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_60, ((int32_t)13), /*hidden argument*/NULL); __this->set_csrInvisible_10(L_61); String_t* L_62 = __this->get_term_13(); bool L_63 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_62, _stringLiteralB798D5ED9F6178D7BD39C0CC2EEBE6889DD57698, /*hidden argument*/NULL); if (L_63) { goto IL_0280; } } IL_0230: { String_t* L_64 = __this->get_term_13(); bool L_65 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_64, _stringLiteralBA324CA7B1C77FC20BB970D5AFF6EEA9377918A5, /*hidden argument*/NULL); if (L_65) { goto IL_0280; } } IL_0242: { String_t* L_66 = __this->get_term_13(); if (!L_66) { goto IL_025c; } } IL_024a: { String_t* L_67 = __this->get_term_13(); NullCheck(L_67); bool L_68 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_67, _stringLiteralE2E28A8EB171E8219151A13B9466DAFC7AF786C2, /*hidden argument*/NULL); if (L_68) { goto IL_0280; } } IL_025c: { String_t* L_69 = __this->get_term_13(); bool L_70 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_69, _stringLiteral5AB326B7D63281F2A5AF4CE86B94441661DA24E8, /*hidden argument*/NULL); if (L_70) { goto IL_0280; } } IL_026e: { String_t* L_71 = __this->get_term_13(); bool L_72 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_71, _stringLiteral08538A1A7BAEAE9E6D01BC0A536BDD942B56B316, /*hidden argument*/NULL); if (!L_72) { goto IL_028d; } } IL_0280: { __this->set_titleFormat_7(_stringLiteral16A2FC77086B1F5E4B5D8B40D2BDA0C400F720EC); goto IL_02c9; } IL_028d: { String_t* L_73 = __this->get_term_13(); bool L_74 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_73, _stringLiteral33B5FF620EE9A16D40627E9D0C64AAB763B1328C, /*hidden argument*/NULL); if (!L_74) { goto IL_02ac; } } IL_029f: { __this->set_titleFormat_7(_stringLiteralB92BB037F637B193034E7C85B31D5A17CCE2C2D7); goto IL_02c9; } IL_02ac: { String_t* L_75 = __this->get_term_13(); bool L_76 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_75, _stringLiteral98826DAD5AB0C67046AE6B485440620CBBED7CAA, /*hidden argument*/NULL); if (!L_76) { goto IL_02c9; } } IL_02be: { __this->set_titleFormat_7(_stringLiteralA0D3EF0EBD76BE50BFA0338604860AC9D82E6789); } IL_02c9: { TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_77 = __this->get_reader_3(); NullCheck(L_77); String_t* L_78 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_77, ((int32_t)10), /*hidden argument*/NULL); __this->set_cursorAddress_30(L_78); TermInfoDriver_GetCursorPosition_mC6D63B8C54851DE5CCE4294A0386AA69BEDD55AF(__this, /*hidden argument*/NULL); bool L_79 = __this->get_noGetPosition_35(); if (!L_79) { goto IL_0304; } } IL_02ea: { String_t* L_80 = __this->get_clear_11(); TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38(__this, L_80, /*hidden argument*/NULL); __this->set_cursorLeft_4(0); __this->set_cursorTop_5(0); } IL_0304: { IL2CPP_LEAVE(0x310, FINALLY_0306); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0306; } FINALLY_0306: { // begin finally (depth: 1) { bool L_81 = V_1; if (!L_81) { goto IL_030f; } } IL_0309: { RuntimeObject * L_82 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_82, /*hidden argument*/NULL); } IL_030f: { IL2CPP_END_FINALLY(774) } } // end finally (depth: 1) IL2CPP_CLEANUP(774) { IL2CPP_JUMP_TBL(0x310, IL_0310) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0310: { return; } } // System.Void System.TermInfoDriver::IncrementX() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_IncrementX_m85DFCF13DC093059F9BE6B74A17D904E768CE4AF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_cursorLeft_4(); __this->set_cursorLeft_4(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get_cursorLeft_4(); int32_t L_2 = TermInfoDriver_get_WindowWidth_m8F6C505545EF0542719721E74D3C065D0C132951(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0064; } } { int32_t L_3 = __this->get_cursorTop_5(); __this->set_cursorTop_5(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); __this->set_cursorLeft_4(0); int32_t L_4 = __this->get_cursorTop_5(); int32_t L_5 = TermInfoDriver_get_WindowHeight_m086EBD5BEC3CBFECFD5AA186BE69FCE6FB812A42(__this, /*hidden argument*/NULL); if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_0064; } } { int32_t L_6 = __this->get_rl_starty_39(); if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_0056; } } { int32_t L_7 = __this->get_rl_starty_39(); __this->set_rl_starty_39(((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))); } IL_0056: { int32_t L_8 = __this->get_cursorTop_5(); __this->set_cursorTop_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))); } IL_0064: { return; } } // System.Void System.TermInfoDriver::WriteSpecialKey(System.ConsoleKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_WriteSpecialKey_m76A0A1AD8A1280927C8A75DA4AEEC8B85B5210E3 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_WriteSpecialKey_m76A0A1AD8A1280927C8A75DA4AEEC8B85B5210E3_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&___key0), /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)8))) { case 0: { goto IL_0029; } case 1: { goto IL_0092; } case 2: { goto IL_00d5; } case 3: { goto IL_00d5; } case 4: { goto IL_00bb; } case 5: { goto IL_00d5; } } } { return; } IL_0029: { int32_t L_2 = __this->get_cursorLeft_4(); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_00d5; } } { int32_t L_3 = __this->get_cursorLeft_4(); int32_t L_4 = __this->get_rl_startx_38(); if ((((int32_t)L_3) > ((int32_t)L_4))) { goto IL_0054; } } { int32_t L_5 = __this->get_cursorTop_5(); int32_t L_6 = __this->get_rl_starty_39(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_00d5; } } IL_0054: { int32_t L_7 = __this->get_cursorLeft_4(); __this->set_cursorLeft_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))); int32_t L_8 = __this->get_cursorLeft_4(); int32_t L_9 = __this->get_cursorTop_5(); TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED(__this, L_8, L_9, /*hidden argument*/NULL); TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38(__this, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL); int32_t L_10 = __this->get_cursorLeft_4(); int32_t L_11 = __this->get_cursorTop_5(); TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED(__this, L_10, L_11, /*hidden argument*/NULL); return; } IL_0092: { int32_t L_12 = __this->get_cursorLeft_4(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)8, (int32_t)((int32_t)((int32_t)L_12%(int32_t)8)))); V_2 = 0; goto IL_00ab; } IL_00a1: { TermInfoDriver_IncrementX_m85DFCF13DC093059F9BE6B74A17D904E768CE4AF(__this, /*hidden argument*/NULL); int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_00ab: { int32_t L_14 = V_2; int32_t L_15 = V_1; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_00a1; } } { TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38(__this, _stringLiteralAC9231DA4082430AFE8F4D40127814C613648D8E, /*hidden argument*/NULL); return; } IL_00bb: { String_t* L_16 = __this->get_clear_11(); TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38(__this, L_16, /*hidden argument*/NULL); __this->set_cursorLeft_4(0); __this->set_cursorTop_5(0); } IL_00d5: { return; } } // System.Void System.TermInfoDriver::WriteSpecialKey(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_WriteSpecialKey_m8B7DD094550DB4CF53A524EA5CDEE74EB61DE674 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_1 = TermInfoDriver_CreateKeyInfoFromInt_m2C4CDCCB10F427AC9A4D12FDFD15FADBDD8EEDCE(__this, L_0, (bool)0, /*hidden argument*/NULL); TermInfoDriver_WriteSpecialKey_m76A0A1AD8A1280927C8A75DA4AEEC8B85B5210E3(__this, L_1, /*hidden argument*/NULL); return; } } // System.Boolean System.TermInfoDriver::IsSpecialKey(System.ConsoleKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TermInfoDriver_IsSpecialKey_m90029957DF9A323BDF709BE801753EC8589AE955 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___key0, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_inited_25(); if (L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { int32_t L_1 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&___key0), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)8))) { case 0: { goto IL_0034; } case 1: { goto IL_0036; } case 2: { goto IL_006d; } case 3: { goto IL_006d; } case 4: { goto IL_0038; } case 5: { goto IL_003a; } } } { goto IL_006d; } IL_0034: { return (bool)1; } IL_0036: { return (bool)1; } IL_0038: { return (bool)1; } IL_003a: { __this->set_cursorLeft_4(0); int32_t L_3 = __this->get_cursorTop_5(); __this->set_cursorTop_5(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); int32_t L_4 = __this->get_cursorTop_5(); int32_t L_5 = TermInfoDriver_get_WindowHeight_m086EBD5BEC3CBFECFD5AA186BE69FCE6FB812A42(__this, /*hidden argument*/NULL); if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_006b; } } { int32_t L_6 = __this->get_cursorTop_5(); __this->set_cursorTop_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))); } IL_006b: { return (bool)0; } IL_006d: { TermInfoDriver_IncrementX_m85DFCF13DC093059F9BE6B74A17D904E768CE4AF(__this, /*hidden argument*/NULL); return (bool)0; } } // System.Boolean System.TermInfoDriver::IsSpecialKey(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TermInfoDriver_IsSpecialKey_m15DED4CF35F3E44E8B1265350BEF4CD382D9166B (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_1 = TermInfoDriver_CreateKeyInfoFromInt_m2C4CDCCB10F427AC9A4D12FDFD15FADBDD8EEDCE(__this, L_0, (bool)0, /*hidden argument*/NULL); bool L_2 = TermInfoDriver_IsSpecialKey_m90029957DF9A323BDF709BE801753EC8589AE955(__this, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.TermInfoDriver::GetCursorPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_GetCursorPosition_mC6D63B8C54851DE5CCE4294A0386AA69BEDD55AF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_GetCursorPosition_mC6D63B8C54851DE5CCE4294A0386AA69BEDD55AF_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { V_0 = 0; V_1 = 0; IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var); int32_t L_0 = ConsoleDriver_InternalKeyAvailable_m4A48787A04F55E95C2EFD79A4727132C4B5B3468(0, /*hidden argument*/NULL); V_3 = L_0; goto IL_0020; } IL_000d: { StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_1 = __this->get_stdin_14(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_1); V_2 = L_2; int32_t L_3 = V_2; TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, L_3, /*hidden argument*/NULL); } IL_0020: { int32_t L_4 = V_3; int32_t L_5 = L_4; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); if ((((int32_t)L_5) > ((int32_t)0))) { goto IL_000d; } } { TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38(__this, _stringLiteralA68739B8146CBEEFB78C59E616CD7CAE3AAB0FD0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var); int32_t L_6 = ConsoleDriver_InternalKeyAvailable_m4A48787A04F55E95C2EFD79A4727132C4B5B3468(((int32_t)1000), /*hidden argument*/NULL); if ((((int32_t)L_6) > ((int32_t)0))) { goto IL_0048; } } { __this->set_noGetPosition_35((bool)1); return; } IL_0048: { StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_7 = __this->get_stdin_14(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_7); V_2 = L_8; goto IL_0074; } IL_0056: { int32_t L_9 = V_2; TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var); int32_t L_10 = ConsoleDriver_InternalKeyAvailable_m4A48787A04F55E95C2EFD79A4727132C4B5B3468(((int32_t)100), /*hidden argument*/NULL); if ((((int32_t)L_10) > ((int32_t)0))) { goto IL_0068; } } { return; } IL_0068: { StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_11 = __this->get_stdin_14(); NullCheck(L_11); int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_11); V_2 = L_12; } IL_0074: { int32_t L_13 = V_2; if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)27))))) { goto IL_0056; } } { StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_14 = __this->get_stdin_14(); NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_14); V_2 = L_15; int32_t L_16 = V_2; if ((((int32_t)L_16) == ((int32_t)((int32_t)91)))) { goto IL_009a; } } { TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, ((int32_t)27), /*hidden argument*/NULL); int32_t L_17 = V_2; TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, L_17, /*hidden argument*/NULL); return; } IL_009a: { StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_18 = __this->get_stdin_14(); NullCheck(L_18); int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_18); V_2 = L_19; int32_t L_20 = V_2; if ((((int32_t)L_20) == ((int32_t)((int32_t)59)))) { goto IL_00e2; } } { int32_t L_21 = V_2; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)((int32_t)48))); StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_22 = __this->get_stdin_14(); NullCheck(L_22); int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_22); V_2 = L_23; goto IL_00d4; } IL_00be: { int32_t L_24 = V_0; int32_t L_25 = V_2; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)10))), (int32_t)L_25)), (int32_t)((int32_t)48))); StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_26 = __this->get_stdin_14(); NullCheck(L_26); int32_t L_27 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_26); V_2 = L_27; } IL_00d4: { int32_t L_28 = V_2; if ((((int32_t)L_28) < ((int32_t)((int32_t)48)))) { goto IL_00de; } } { int32_t L_29 = V_2; if ((((int32_t)L_29) <= ((int32_t)((int32_t)57)))) { goto IL_00be; } } IL_00de: { int32_t L_30 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)); } IL_00e2: { StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_31 = __this->get_stdin_14(); NullCheck(L_31); int32_t L_32 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_31); V_2 = L_32; int32_t L_33 = V_2; if ((((int32_t)L_33) == ((int32_t)((int32_t)82)))) { goto IL_012a; } } { int32_t L_34 = V_2; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)((int32_t)48))); StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_35 = __this->get_stdin_14(); NullCheck(L_35); int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_35); V_2 = L_36; goto IL_011c; } IL_0106: { int32_t L_37 = V_1; int32_t L_38 = V_2; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_37, (int32_t)((int32_t)10))), (int32_t)L_38)), (int32_t)((int32_t)48))); StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_39 = __this->get_stdin_14(); NullCheck(L_39); int32_t L_40 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_39); V_2 = L_40; } IL_011c: { int32_t L_41 = V_2; if ((((int32_t)L_41) < ((int32_t)((int32_t)48)))) { goto IL_0126; } } { int32_t L_42 = V_2; if ((((int32_t)L_42) <= ((int32_t)((int32_t)57)))) { goto IL_0106; } } IL_0126: { int32_t L_43 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1)); } IL_012a: { int32_t L_44 = V_1; __this->set_cursorLeft_4(L_44); int32_t L_45 = V_0; __this->set_cursorTop_5(L_45); return; } } // System.Void System.TermInfoDriver::CheckWindowDimensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_CheckWindowDimensions_mA57D80C0BDCF89FBE6616495887AF3B3F3D3D35B (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_CheckWindowDimensions_mA57D80C0BDCF89FBE6616495887AF3B3F3D3D35B_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var); int32_t* L_0 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_native_terminal_size_0(); if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0))))) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var); int32_t L_1 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_terminal_size_1(); int32_t* L_2 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_native_terminal_size_0(); int32_t L_3 = *((int32_t*)L_2); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0017; } } IL_0016: { return; } IL_0017: { IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var); int32_t* L_4 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_native_terminal_size_0(); int32_t L_5 = *((int32_t*)L_4); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0050; } } { TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_6 = __this->get_reader_3(); NullCheck(L_6); int32_t L_7 = TermInfoReader_Get_mBE8AB84A3B00855DF6CFBEEDAF0B7A9DD35D1DCD(L_6, 0, /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_0; if (!L_8) { goto IL_0037; } } { int32_t L_9 = V_0; __this->set_windowWidth_16(L_9); } IL_0037: { TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_10 = __this->get_reader_3(); NullCheck(L_10); int32_t L_11 = TermInfoReader_Get_mBE8AB84A3B00855DF6CFBEEDAF0B7A9DD35D1DCD(L_10, 2, /*hidden argument*/NULL); V_0 = L_11; int32_t L_12 = V_0; if (!L_12) { goto IL_007a; } } { int32_t L_13 = V_0; __this->set_windowHeight_17(L_13); goto IL_007a; } IL_0050: { IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var); int32_t* L_14 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_native_terminal_size_0(); int32_t L_15 = *((int32_t*)L_14); ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->set_terminal_size_1(L_15); int32_t L_16 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_terminal_size_1(); __this->set_windowWidth_16(((int32_t)((int32_t)L_16>>(int32_t)((int32_t)16)))); int32_t L_17 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_terminal_size_1(); __this->set_windowHeight_17(((int32_t)((int32_t)L_17&(int32_t)((int32_t)65535)))); } IL_007a: { int32_t L_18 = __this->get_windowHeight_17(); __this->set_bufferHeight_18(L_18); int32_t L_19 = __this->get_windowWidth_16(); __this->set_bufferWidth_19(L_19); return; } } // System.Int32 System.TermInfoDriver::get_WindowHeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoDriver_get_WindowHeight_m086EBD5BEC3CBFECFD5AA186BE69FCE6FB812A42 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_inited_25(); if (L_0) { goto IL_000e; } } { TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569(__this, /*hidden argument*/NULL); } IL_000e: { TermInfoDriver_CheckWindowDimensions_mA57D80C0BDCF89FBE6616495887AF3B3F3D3D35B(__this, /*hidden argument*/NULL); int32_t L_1 = __this->get_windowHeight_17(); return L_1; } } // System.Int32 System.TermInfoDriver::get_WindowWidth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoDriver_get_WindowWidth_m8F6C505545EF0542719721E74D3C065D0C132951 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_inited_25(); if (L_0) { goto IL_000e; } } { TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569(__this, /*hidden argument*/NULL); } IL_000e: { TermInfoDriver_CheckWindowDimensions_mA57D80C0BDCF89FBE6616495887AF3B3F3D3D35B(__this, /*hidden argument*/NULL); int32_t L_1 = __this->get_windowWidth_16(); return L_1; } } // System.Void System.TermInfoDriver::AddToBuffer(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B_MetadataUsageId); s_Il2CppMethodInitialized = true; } CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL; int32_t V_1 = 0; { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_buffer_20(); if (L_0) { goto IL_001a; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1024)); __this->set_buffer_20(L_1); goto IL_0057; } IL_001a: { int32_t L_2 = __this->get_writepos_22(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = __this->get_buffer_20(); NullCheck(L_3); if ((((int32_t)L_2) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))))) { goto IL_0057; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = __this->get_buffer_20(); NullCheck(L_4); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), (int32_t)2))); V_0 = L_5; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = __this->get_buffer_20(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = V_0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = __this->get_buffer_20(); NullCheck(L_8); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), /*hidden argument*/NULL); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = V_0; __this->set_buffer_20(L_9); } IL_0057: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = __this->get_buffer_20(); int32_t L_11 = __this->get_writepos_22(); V_1 = L_11; int32_t L_12 = V_1; __this->set_writepos_22(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); int32_t L_13 = V_1; int32_t L_14 = ___b0; NullCheck(L_10); (L_10)->SetAt(static_cast(L_13), (Il2CppChar)(((int32_t)((uint16_t)L_14)))); return; } } // System.Void System.TermInfoDriver::AdjustBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_AdjustBuffer_m6C594DD7010792FC07083EE1F0DFF5FF8DA490F9 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_readpos_21(); int32_t L_1 = __this->get_writepos_22(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_001e; } } { int32_t L_2 = 0; V_0 = L_2; __this->set_writepos_22(L_2); int32_t L_3 = V_0; __this->set_readpos_21(L_3); } IL_001e: { return; } } // System.ConsoleKeyInfo System.TermInfoDriver::CreateKeyInfoFromInt(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 TermInfoDriver_CreateKeyInfoFromInt_m2C4CDCCB10F427AC9A4D12FDFD15FADBDD8EEDCE (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___n0, bool ___alt1, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; int32_t V_1 = 0; bool V_2 = false; bool V_3 = false; { int32_t L_0 = ___n0; V_0 = (((int32_t)((uint16_t)L_0))); int32_t L_1 = ___n0; V_1 = L_1; V_2 = (bool)0; V_3 = (bool)0; int32_t L_2 = ___n0; if ((((int32_t)L_2) > ((int32_t)((int32_t)19)))) { goto IL_0038; } } { int32_t L_3 = ___n0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)8))) { case 0: { goto IL_00c7; } case 1: { goto IL_00c7; } case 2: { goto IL_0065; } case 3: { goto IL_0088; } case 4: { goto IL_00c7; } case 5: { goto IL_00c7; } } } { int32_t L_4 = ___n0; if ((((int32_t)L_4) == ((int32_t)((int32_t)19)))) { goto IL_00c7; } } { goto IL_0088; } IL_0038: { int32_t L_5 = ___n0; if ((((int32_t)L_5) == ((int32_t)((int32_t)27)))) { goto IL_0083; } } { int32_t L_6 = ___n0; if ((((int32_t)L_6) == ((int32_t)((int32_t)32)))) { goto IL_006a; } } { int32_t L_7 = ___n0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)42)))) { case 0: { goto IL_007e; } case 1: { goto IL_0074; } case 2: { goto IL_0088; } case 3: { goto IL_006f; } case 4: { goto IL_0088; } case 5: { goto IL_0079; } } } { goto IL_0088; } IL_0065: { V_1 = ((int32_t)13); goto IL_00c7; } IL_006a: { V_1 = ((int32_t)32); goto IL_00c7; } IL_006f: { V_1 = ((int32_t)109); goto IL_00c7; } IL_0074: { V_1 = ((int32_t)107); goto IL_00c7; } IL_0079: { V_1 = ((int32_t)111); goto IL_00c7; } IL_007e: { V_1 = ((int32_t)106); goto IL_00c7; } IL_0083: { V_1 = ((int32_t)27); goto IL_00c7; } IL_0088: { int32_t L_8 = ___n0; if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_009c; } } { int32_t L_9 = ___n0; if ((((int32_t)L_9) > ((int32_t)((int32_t)26)))) { goto IL_009c; } } { V_3 = (bool)1; int32_t L_10 = ___n0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)65), (int32_t)L_10)), (int32_t)1)); goto IL_00c7; } IL_009c: { int32_t L_11 = ___n0; if ((((int32_t)L_11) < ((int32_t)((int32_t)97)))) { goto IL_00ad; } } { int32_t L_12 = ___n0; if ((((int32_t)L_12) > ((int32_t)((int32_t)122)))) { goto IL_00ad; } } { int32_t L_13 = ___n0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-32), (int32_t)L_13)); goto IL_00c7; } IL_00ad: { int32_t L_14 = ___n0; if ((((int32_t)L_14) < ((int32_t)((int32_t)65)))) { goto IL_00bb; } } { int32_t L_15 = ___n0; if ((((int32_t)L_15) > ((int32_t)((int32_t)90)))) { goto IL_00bb; } } { V_2 = (bool)1; goto IL_00c7; } IL_00bb: { int32_t L_16 = ___n0; if ((((int32_t)L_16) < ((int32_t)((int32_t)48)))) { goto IL_00c5; } } { int32_t L_17 = ___n0; if ((((int32_t)L_17) <= ((int32_t)((int32_t)57)))) { goto IL_00c7; } } IL_00c5: { V_1 = 0; } IL_00c7: { Il2CppChar L_18 = V_0; int32_t L_19 = V_1; bool L_20 = V_2; bool L_21 = ___alt1; bool L_22 = V_3; ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_23; memset((&L_23), 0, sizeof(L_23)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_23), L_18, L_19, L_20, L_21, L_22, /*hidden argument*/NULL); return L_23; } } // System.Object System.TermInfoDriver::GetKeyFromBuffer(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, bool ___cooked0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 V_3; memset((&V_3), 0, sizeof(V_3)); { int32_t L_0 = __this->get_readpos_21(); int32_t L_1 = __this->get_writepos_22(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0010; } } { return NULL; } IL_0010: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = __this->get_buffer_20(); int32_t L_3 = __this->get_readpos_21(); NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast(L_4)); V_0 = L_5; bool L_6 = ___cooked0; if (!L_6) { goto IL_002f; } } { ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * L_7 = __this->get_rootmap_37(); int32_t L_8 = V_0; NullCheck(L_7); bool L_9 = ByteMatcher_StartsWith_mE7DCC79999EE153E06F1230A98D1D2CA20D1D4A5(L_7, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0051; } } IL_002f: { int32_t L_10 = __this->get_readpos_21(); __this->set_readpos_21(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); TermInfoDriver_AdjustBuffer_m6C594DD7010792FC07083EE1F0DFF5FF8DA490F9(__this, /*hidden argument*/NULL); int32_t L_11 = V_0; ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_12 = TermInfoDriver_CreateKeyInfoFromInt_m2C4CDCCB10F427AC9A4D12FDFD15FADBDD8EEDCE(__this, L_11, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_13 = L_12; RuntimeObject * L_14 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_13); return L_14; } IL_0051: { ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * L_15 = __this->get_rootmap_37(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = __this->get_buffer_20(); int32_t L_17 = __this->get_readpos_21(); int32_t L_18 = __this->get_writepos_22(); int32_t L_19 = __this->get_readpos_21(); NullCheck(L_15); int32_t L_20 = ByteMatcher_Match_mF9866E6C6F2FEC09034695FBED166744F65BA931(L_15, L_16, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), (int32_t*)(&V_1), /*hidden argument*/NULL); V_2 = L_20; int32_t L_21 = V_2; if ((!(((uint32_t)L_21) == ((uint32_t)(-1))))) { goto IL_00f2; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = __this->get_buffer_20(); int32_t L_23 = __this->get_readpos_21(); NullCheck(L_22); int32_t L_24 = L_23; uint16_t L_25 = (uint16_t)(L_22)->GetAt(static_cast(L_24)); if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)27))))) { goto IL_00f0; } } { int32_t L_26 = __this->get_writepos_22(); int32_t L_27 = __this->get_readpos_21(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27))) < ((int32_t)2))) { goto IL_00f0; } } { int32_t L_28 = __this->get_readpos_21(); __this->set_readpos_21(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)2))); TermInfoDriver_AdjustBuffer_m6C594DD7010792FC07083EE1F0DFF5FF8DA490F9(__this, /*hidden argument*/NULL); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = __this->get_buffer_20(); int32_t L_30 = __this->get_readpos_21(); NullCheck(L_29); int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); uint16_t L_32 = (uint16_t)(L_29)->GetAt(static_cast(L_31)); if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)127))))) { goto IL_00d4; } } { ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_33; memset((&L_33), 0, sizeof(L_33)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_33), 8, 8, (bool)0, (bool)1, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_34 = L_33; RuntimeObject * L_35 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_34); return L_35; } IL_00d4: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_36 = __this->get_buffer_20(); int32_t L_37 = __this->get_readpos_21(); NullCheck(L_36); int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); uint16_t L_39 = (uint16_t)(L_36)->GetAt(static_cast(L_38)); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_40 = TermInfoDriver_CreateKeyInfoFromInt_m2C4CDCCB10F427AC9A4D12FDFD15FADBDD8EEDCE(__this, L_39, (bool)1, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_41 = L_40; RuntimeObject * L_42 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_41); return L_42; } IL_00f0: { return NULL; } IL_00f2: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_43 = __this->get_keymap_36(); int32_t L_44 = V_2; int32_t L_45 = L_44; RuntimeObject * L_46 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_45); NullCheck(L_43); RuntimeObject * L_47 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_43, L_46); if (!L_47) { goto IL_011e; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_48 = __this->get_keymap_36(); int32_t L_49 = V_2; int32_t L_50 = L_49; RuntimeObject * L_51 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_50); NullCheck(L_48); RuntimeObject * L_52 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_48, L_51); V_3 = ((*(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)UnBox(L_52, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var)))); goto IL_0140; } IL_011e: { int32_t L_53 = __this->get_readpos_21(); __this->set_readpos_21(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))); TermInfoDriver_AdjustBuffer_m6C594DD7010792FC07083EE1F0DFF5FF8DA490F9(__this, /*hidden argument*/NULL); int32_t L_54 = V_0; ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_55 = TermInfoDriver_CreateKeyInfoFromInt_m2C4CDCCB10F427AC9A4D12FDFD15FADBDD8EEDCE(__this, L_54, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_56 = L_55; RuntimeObject * L_57 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_56); return L_57; } IL_0140: { int32_t L_58 = __this->get_readpos_21(); int32_t L_59 = V_1; __this->set_readpos_21(((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)L_59))); TermInfoDriver_AdjustBuffer_m6C594DD7010792FC07083EE1F0DFF5FF8DA490F9(__this, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_60 = V_3; ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_61 = L_60; RuntimeObject * L_62 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_61); return L_62; } } // System.ConsoleKeyInfo System.TermInfoDriver::ReadKeyInternal(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 TermInfoDriver_ReadKeyInternal_mE2B30F995CCA46F324E112B530324C63AF5A6C7D (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, bool* ___fresh0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_ReadKeyInternal_mE2B30F995CCA46F324E112B530324C63AF5A6C7D_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { bool L_0 = __this->get_inited_25(); if (L_0) { goto IL_000e; } } { TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569(__this, /*hidden argument*/NULL); } IL_000e: { TermInfoDriver_InitKeys_m3C4D9CA6DE9CEA5F50BDBCB72BF7975F4F1758CB(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E(__this, (bool)1, /*hidden argument*/NULL); RuntimeObject * L_2 = L_1; V_0 = L_2; if (L_2) { goto IL_00a4; } } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var); int32_t L_3 = ConsoleDriver_InternalKeyAvailable_m4A48787A04F55E95C2EFD79A4727132C4B5B3468(((int32_t)150), /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_004b; } } IL_002f: { StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_4 = __this->get_stdin_14(); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_4); TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var); int32_t L_6 = ConsoleDriver_InternalKeyAvailable_m4A48787A04F55E95C2EFD79A4727132C4B5B3468(0, /*hidden argument*/NULL); if ((((int32_t)L_6) > ((int32_t)0))) { goto IL_002f; } } { goto IL_0094; } IL_004b: { StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_7 = __this->get_stdin_14(); NullCheck(L_7); bool L_8 = StreamReader_DataAvailable_m1B8832D71BF98C38A5520CDFFC64684716F87863(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0078; } } IL_0058: { StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_9 = __this->get_stdin_14(); NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_9); TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, L_10, /*hidden argument*/NULL); StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_11 = __this->get_stdin_14(); NullCheck(L_11); bool L_12 = StreamReader_DataAvailable_m1B8832D71BF98C38A5520CDFFC64684716F87863(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0058; } } { goto IL_0094; } IL_0078: { RuntimeObject * L_13 = TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E(__this, (bool)0, /*hidden argument*/NULL); RuntimeObject * L_14 = L_13; V_0 = L_14; if (L_14) { goto IL_009f; } } { StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_15 = __this->get_stdin_14(); NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_15); TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, L_16, /*hidden argument*/NULL); } IL_0094: { RuntimeObject * L_17 = TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E(__this, (bool)1, /*hidden argument*/NULL); V_0 = L_17; RuntimeObject * L_18 = V_0; if (!L_18) { goto IL_0022; } } IL_009f: { bool* L_19 = ___fresh0; *((int8_t*)L_19) = (int8_t)1; goto IL_00a7; } IL_00a4: { bool* L_20 = ___fresh0; *((int8_t*)L_20) = (int8_t)0; } IL_00a7: { RuntimeObject * L_21 = V_0; return ((*(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)UnBox(L_21, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var)))); } } // System.Boolean System.TermInfoDriver::InputPending() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TermInfoDriver_InputPending_mAA41251F9BE9308ED170869BB1A739676B1B0EAF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_readpos_21(); int32_t L_1 = __this->get_writepos_22(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_001a; } } { StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_2 = __this->get_stdin_14(); NullCheck(L_2); bool L_3 = StreamReader_DataAvailable_m1B8832D71BF98C38A5520CDFFC64684716F87863(L_2, /*hidden argument*/NULL); return L_3; } IL_001a: { return (bool)1; } } // System.Void System.TermInfoDriver::QueueEcho(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_QueueEcho_m0E4C2A73AFF680E59B7C572BD6361A1A024A4F9A (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_QueueEcho_m0E4C2A73AFF680E59B7C572BD6361A1A024A4F9A_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_echobuf_42(); if (L_0) { goto IL_0018; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1024)); __this->set_echobuf_42(L_1); } IL_0018: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = __this->get_echobuf_42(); int32_t L_3 = __this->get_echon_43(); V_0 = L_3; int32_t L_4 = V_0; __this->set_echon_43(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; Il2CppChar L_6 = ___c0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Il2CppChar)L_6); int32_t L_7 = __this->get_echon_43(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = __this->get_echobuf_42(); NullCheck(L_8); if ((((int32_t)L_7) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))))))) { goto IL_0049; } } { bool L_9 = TermInfoDriver_InputPending_mAA41251F9BE9308ED170869BB1A739676B1B0EAF(__this, /*hidden argument*/NULL); if (L_9) { goto IL_0067; } } IL_0049: { CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_10 = __this->get_stdout_15(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = __this->get_echobuf_42(); int32_t L_12 = __this->get_echon_43(); NullCheck(L_10); CStreamWriter_InternalWriteChars_mBB886C93661A30F21149EA8DE4493C69A7A2D709(L_10, L_11, L_12, /*hidden argument*/NULL); __this->set_echon_43(0); } IL_0067: { return; } } // System.Void System.TermInfoDriver::Echo(System.ConsoleKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_Echo_m0BDD3AED410D2EA5EAFBCC68892043A302127551 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___key0, const RuntimeMethod* method) { { ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_0 = ___key0; bool L_1 = TermInfoDriver_IsSpecialKey_m90029957DF9A323BDF709BE801753EC8589AE955(__this, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0017; } } { Il2CppChar L_2 = ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&___key0), /*hidden argument*/NULL); TermInfoDriver_QueueEcho_m0E4C2A73AFF680E59B7C572BD6361A1A024A4F9A(__this, L_2, /*hidden argument*/NULL); return; } IL_0017: { TermInfoDriver_EchoFlush_m97CC1A347D6D0BBE86611C997DD629D2688DB022(__this, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_3 = ___key0; TermInfoDriver_WriteSpecialKey_m76A0A1AD8A1280927C8A75DA4AEEC8B85B5210E3(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void System.TermInfoDriver::EchoFlush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_EchoFlush_m97CC1A347D6D0BBE86611C997DD629D2688DB022 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_echon_43(); if (L_0) { goto IL_0009; } } { return; } IL_0009: { CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_1 = __this->get_stdout_15(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = __this->get_echobuf_42(); int32_t L_3 = __this->get_echon_43(); NullCheck(L_1); CStreamWriter_InternalWriteChars_mBB886C93661A30F21149EA8DE4493C69A7A2D709(L_1, L_2, L_3, /*hidden argument*/NULL); __this->set_echon_43(0); return; } } // System.Int32 System.TermInfoDriver::Read(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoDriver_Read_mA572BAC79A02463FDDF358F11155C02BE16D17A1 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dest0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_Read_mA572BAC79A02463FDDF358F11155C02BE16D17A1_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; StringBuilder_t * V_2 = NULL; ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 V_3; memset((&V_3), 0, sizeof(V_3)); int32_t V_4 = 0; RuntimeObject * V_5 = NULL; Il2CppChar V_6 = 0x0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; { V_1 = (bool)0; V_4 = 0; StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL); V_2 = L_0; } IL_000b: { RuntimeObject * L_1 = TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E(__this, (bool)1, /*hidden argument*/NULL); RuntimeObject * L_2 = L_1; V_5 = L_2; if (!L_2) { goto IL_006e; } } { RuntimeObject * L_3 = V_5; V_3 = ((*(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)UnBox(L_3, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var)))); Il2CppChar L_4 = ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL); V_6 = L_4; int32_t L_5 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)8))) { goto IL_0050; } } { int32_t L_6 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)13))))) { goto IL_0045; } } { StringBuilder_t * L_7 = V_2; NullCheck(L_7); int32_t L_8 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_7, /*hidden argument*/NULL); V_4 = L_8; } IL_0045: { StringBuilder_t * L_9 = V_2; Il2CppChar L_10 = V_6; NullCheck(L_9); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_9, L_10, /*hidden argument*/NULL); goto IL_000b; } IL_0050: { StringBuilder_t * L_11 = V_2; NullCheck(L_11); int32_t L_12 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_11, /*hidden argument*/NULL); int32_t L_13 = V_4; if ((((int32_t)L_12) <= ((int32_t)L_13))) { goto IL_000b; } } { StringBuilder_t * L_14 = V_2; StringBuilder_t * L_15 = L_14; NullCheck(L_15); int32_t L_16 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_15, /*hidden argument*/NULL); V_8 = L_16; int32_t L_17 = V_8; NullCheck(L_15); StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)), /*hidden argument*/NULL); goto IL_000b; } IL_006e: { int32_t L_18 = __this->get_cursorLeft_4(); __this->set_rl_startx_38(L_18); int32_t L_19 = __this->get_cursorTop_5(); __this->set_rl_starty_39(L_19); } IL_0086: { ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_20 = TermInfoDriver_ReadKeyInternal_mE2B30F995CCA46F324E112B530324C63AF5A6C7D(__this, (bool*)(&V_0), /*hidden argument*/NULL); V_3 = L_20; bool L_21 = V_1; bool L_22 = V_0; V_1 = (bool)((int32_t)((int32_t)L_21|(int32_t)L_22)); Il2CppChar L_23 = ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL); V_6 = L_23; int32_t L_24 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL); if ((((int32_t)L_24) == ((int32_t)8))) { goto IL_00c4; } } { int32_t L_25 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL); if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)13))))) { goto IL_00b9; } } { StringBuilder_t * L_26 = V_2; NullCheck(L_26); int32_t L_27 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_26, /*hidden argument*/NULL); V_4 = L_27; } IL_00b9: { StringBuilder_t * L_28 = V_2; Il2CppChar L_29 = V_6; NullCheck(L_28); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_28, L_29, /*hidden argument*/NULL); goto IL_00e0; } IL_00c4: { StringBuilder_t * L_30 = V_2; NullCheck(L_30); int32_t L_31 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_30, /*hidden argument*/NULL); int32_t L_32 = V_4; if ((((int32_t)L_31) <= ((int32_t)L_32))) { goto IL_00ea; } } { StringBuilder_t * L_33 = V_2; StringBuilder_t * L_34 = L_33; NullCheck(L_34); int32_t L_35 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_34, /*hidden argument*/NULL); V_8 = L_35; int32_t L_36 = V_8; NullCheck(L_34); StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_34, ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)), /*hidden argument*/NULL); } IL_00e0: { bool L_37 = V_1; if (!L_37) { goto IL_00ea; } } { ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_38 = V_3; TermInfoDriver_Echo_m0BDD3AED410D2EA5EAFBCC68892043A302127551(__this, L_38, /*hidden argument*/NULL); } IL_00ea: { int32_t L_39 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL); if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)13))))) { goto IL_0086; } } { TermInfoDriver_EchoFlush_m97CC1A347D6D0BBE86611C997DD629D2688DB022(__this, /*hidden argument*/NULL); __this->set_rl_startx_38((-1)); __this->set_rl_starty_39((-1)); V_7 = 0; goto IL_0127; } IL_010e: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_40 = ___dest0; int32_t L_41 = ___index1; int32_t L_42 = V_7; StringBuilder_t * L_43 = V_2; int32_t L_44 = V_7; NullCheck(L_43); Il2CppChar L_45 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_43, L_44, /*hidden argument*/NULL); NullCheck(L_40); (L_40)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_42))), (Il2CppChar)L_45); int32_t L_46 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); int32_t L_47 = ___count2; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)); } IL_0127: { int32_t L_48 = ___count2; if ((((int32_t)L_48) <= ((int32_t)0))) { goto IL_0135; } } { int32_t L_49 = V_7; StringBuilder_t * L_50 = V_2; NullCheck(L_50); int32_t L_51 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_50, /*hidden argument*/NULL); if ((((int32_t)L_49) < ((int32_t)L_51))) { goto IL_010e; } } IL_0135: { int32_t L_52 = V_7; V_9 = L_52; goto IL_014f; } IL_013b: { StringBuilder_t * L_53 = V_2; int32_t L_54 = V_9; NullCheck(L_53); Il2CppChar L_55 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_53, L_54, /*hidden argument*/NULL); TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, L_55, /*hidden argument*/NULL); int32_t L_56 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_014f: { int32_t L_57 = V_9; StringBuilder_t * L_58 = V_2; NullCheck(L_58); int32_t L_59 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_58, /*hidden argument*/NULL); if ((((int32_t)L_57) < ((int32_t)L_59))) { goto IL_013b; } } { int32_t L_60 = V_7; return L_60; } } // System.ConsoleKeyInfo System.TermInfoDriver::ReadKey(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 TermInfoDriver_ReadKey_m7C122EF6DD6C7A354E5B1FDC3DBE2D51A33F9785 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, bool ___intercept0, const RuntimeMethod* method) { bool V_0 = false; ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 V_1; memset((&V_1), 0, sizeof(V_1)); { ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_0 = TermInfoDriver_ReadKeyInternal_mE2B30F995CCA46F324E112B530324C63AF5A6C7D(__this, (bool*)(&V_0), /*hidden argument*/NULL); V_1 = L_0; bool L_1 = ___intercept0; bool L_2 = V_0; if (!((int32_t)((int32_t)((((int32_t)L_1) == ((int32_t)0))? 1 : 0)&(int32_t)L_2))) { goto IL_001e; } } { ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_3 = V_1; TermInfoDriver_Echo_m0BDD3AED410D2EA5EAFBCC68892043A302127551(__this, L_3, /*hidden argument*/NULL); TermInfoDriver_EchoFlush_m97CC1A347D6D0BBE86611C997DD629D2688DB022(__this, /*hidden argument*/NULL); } IL_001e: { ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_4 = V_1; return L_4; } } // System.String System.TermInfoDriver::ReadLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_ReadLine_m78467BC7110A388B0B3110938EACB1884E14510F (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method) { { String_t* L_0 = TermInfoDriver_ReadUntilConditionInternal_m872444B3E39D297C33CB5A615FCE3775CE7D2CDB(__this, (bool)1, /*hidden argument*/NULL); return L_0; } } // System.String System.TermInfoDriver::ReadToEnd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_ReadToEnd_m697572077763E29F1FACE78552838636D7044BBF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method) { { String_t* L_0 = TermInfoDriver_ReadUntilConditionInternal_m872444B3E39D297C33CB5A615FCE3775CE7D2CDB(__this, (bool)0, /*hidden argument*/NULL); return L_0; } } // System.String System.TermInfoDriver::ReadUntilConditionInternal(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_ReadUntilConditionInternal_m872444B3E39D297C33CB5A615FCE3775CE7D2CDB (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, bool ___haltOnNewLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_ReadUntilConditionInternal_m872444B3E39D297C33CB5A615FCE3775CE7D2CDB_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; bool V_1 = false; bool V_2 = false; ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 V_3; memset((&V_3), 0, sizeof(V_3)); Il2CppChar V_4 = 0x0; Il2CppChar V_5 = 0x0; int32_t V_6 = 0; int32_t G_B10_0 = 0; int32_t G_B15_0 = 0; int32_t G_B11_0 = 0; int32_t G_B13_0 = 0; int32_t G_B12_0 = 0; int32_t G_B17_0 = 0; int32_t G_B14_0 = 0; int32_t G_B16_0 = 0; { bool L_0 = __this->get_inited_25(); if (L_0) { goto IL_000e; } } { TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569(__this, /*hidden argument*/NULL); } IL_000e: { TermInfoDriver_GetCursorPosition_mC6D63B8C54851DE5CCE4294A0386AA69BEDD55AF(__this, /*hidden argument*/NULL); StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_1, /*hidden argument*/NULL); V_0 = L_1; V_2 = (bool)0; int32_t L_2 = __this->get_cursorLeft_4(); __this->set_rl_startx_38(L_2); int32_t L_3 = __this->get_cursorTop_5(); __this->set_rl_starty_39(L_3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_control_characters_40(); NullCheck(L_4); int32_t L_5 = 4; uint8_t L_6 = (L_4)->GetAt(static_cast(L_5)); V_5 = L_6; } IL_003e: { ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_7 = TermInfoDriver_ReadKeyInternal_mE2B30F995CCA46F324E112B530324C63AF5A6C7D(__this, (bool*)(&V_1), /*hidden argument*/NULL); V_3 = L_7; bool L_8 = V_2; bool L_9 = V_1; V_2 = (bool)((int32_t)((int32_t)L_8|(int32_t)L_9)); Il2CppChar L_10 = ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL); V_4 = L_10; Il2CppChar L_11 = V_4; Il2CppChar L_12 = V_5; if ((!(((uint32_t)L_11) == ((uint32_t)L_12)))) { goto IL_0068; } } { Il2CppChar L_13 = V_4; if (!L_13) { goto IL_0068; } } { StringBuilder_t * L_14 = V_0; NullCheck(L_14); int32_t L_15 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0068; } } { return (String_t*)NULL; } IL_0068: { bool L_16 = ___haltOnNewLine0; if (!L_16) { goto IL_0078; } } { int32_t L_17 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL); G_B10_0 = ((((int32_t)L_17) == ((int32_t)((int32_t)13)))? 1 : 0); goto IL_0079; } IL_0078: { G_B10_0 = 0; } IL_0079: { int32_t L_18 = G_B10_0; G_B11_0 = L_18; if (L_18) { G_B15_0 = L_18; goto IL_00ac; } } { int32_t L_19 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL); G_B12_0 = G_B11_0; if ((((int32_t)L_19) == ((int32_t)8))) { G_B13_0 = G_B11_0; goto IL_0091; } } { StringBuilder_t * L_20 = V_0; Il2CppChar L_21 = V_4; NullCheck(L_20); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_20, L_21, /*hidden argument*/NULL); G_B15_0 = G_B12_0; goto IL_00ac; } IL_0091: { StringBuilder_t * L_22 = V_0; NullCheck(L_22); int32_t L_23 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_22, /*hidden argument*/NULL); G_B14_0 = G_B13_0; if ((((int32_t)L_23) <= ((int32_t)0))) { G_B17_0 = G_B13_0; goto IL_00b6; } } { StringBuilder_t * L_24 = V_0; StringBuilder_t * L_25 = L_24; NullCheck(L_25); int32_t L_26 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_25, /*hidden argument*/NULL); V_6 = L_26; int32_t L_27 = V_6; NullCheck(L_25); StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1)), /*hidden argument*/NULL); G_B15_0 = G_B14_0; } IL_00ac: { bool L_28 = V_2; G_B16_0 = G_B15_0; if (!L_28) { G_B17_0 = G_B15_0; goto IL_00b6; } } { ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_29 = V_3; TermInfoDriver_Echo_m0BDD3AED410D2EA5EAFBCC68892043A302127551(__this, L_29, /*hidden argument*/NULL); G_B17_0 = G_B16_0; } IL_00b6: { if (!G_B17_0) { goto IL_003e; } } { TermInfoDriver_EchoFlush_m97CC1A347D6D0BBE86611C997DD629D2688DB022(__this, /*hidden argument*/NULL); __this->set_rl_startx_38((-1)); __this->set_rl_starty_39((-1)); StringBuilder_t * L_30 = V_0; NullCheck(L_30); String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_30); return L_31; } } // System.Void System.TermInfoDriver::SetCursorPosition(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___left0, int32_t ___top1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_inited_25(); if (L_0) { goto IL_000e; } } { TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569(__this, /*hidden argument*/NULL); } IL_000e: { TermInfoDriver_CheckWindowDimensions_mA57D80C0BDCF89FBE6616495887AF3B3F3D3D35B(__this, /*hidden argument*/NULL); int32_t L_1 = ___left0; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0021; } } { int32_t L_2 = ___left0; int32_t L_3 = __this->get_bufferWidth_19(); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_0031; } } IL_0021: { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteral12C0F1FBADC4046B5F2BB9E063B227EF8750D9D6, _stringLiteral4507298CF6128B9A09326DBFCBA2EC4E9985BB1E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED_RuntimeMethod_var); } IL_0031: { int32_t L_5 = ___top1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_003e; } } { int32_t L_6 = ___top1; int32_t L_7 = __this->get_bufferHeight_18(); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_004e; } } IL_003e: { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralAF2C7B4CA07AE6C74D261BC745E174DF8AB3FFEF, _stringLiteralDDAEDD97AB3AA9648C164027570374EE027A98F2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED_RuntimeMethod_var); } IL_004e: { String_t* L_9 = __this->get_cursorAddress_30(); if (L_9) { goto IL_0061; } } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_10 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_10, _stringLiteralD4705645F35332D972A6E70EF167CD075AD82BCC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED_RuntimeMethod_var); } IL_0061: { String_t* L_11 = __this->get_cursorAddress_30(); FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_12 = (FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5*)(FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5*)SZArrayNew(FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5_il2cpp_TypeInfo_var, (uint32_t)2); FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_13 = L_12; int32_t L_14 = ___top1; FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_15 = FormatParam_op_Implicit_m3D272BDCB32F2BC451BA599EF1571E6719E97DF0(L_14, /*hidden argument*/NULL); NullCheck(L_13); (L_13)->SetAt(static_cast(0), (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 )L_15); FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_16 = L_13; int32_t L_17 = ___left0; FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_18 = FormatParam_op_Implicit_m3D272BDCB32F2BC451BA599EF1571E6719E97DF0(L_17, /*hidden argument*/NULL); NullCheck(L_16); (L_16)->SetAt(static_cast(1), (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 )L_18); String_t* L_19 = ParameterizedStrings_Evaluate_mF75E575BBEEF102F653314A027E2E9409BE55DAF(L_11, L_16, /*hidden argument*/NULL); TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38(__this, L_19, /*hidden argument*/NULL); int32_t L_20 = ___left0; __this->set_cursorLeft_4(L_20); int32_t L_21 = ___top1; __this->set_cursorTop_5(L_21); return; } } // System.Void System.TermInfoDriver::CreateKeyMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_CreateKeyMap_mC802A816F3EAEA7343B627FA9DCC0A69E54F491A (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_CreateKeyMap_mC802A816F3EAEA7343B627FA9DCC0A69E54F491A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var); Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_0, /*hidden argument*/NULL); __this->set_keymap_36(L_0); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_keymap_36(); int32_t L_2 = ((int32_t)((int32_t)55)); RuntimeObject * L_3 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_2); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_4; memset((&L_4), 0, sizeof(L_4)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_4), 0, 8, (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_5 = L_4; RuntimeObject * L_6 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_5); NullCheck(L_1); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_1, L_3, L_6); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_7 = __this->get_keymap_36(); int32_t L_8 = ((int32_t)((int32_t)57)); RuntimeObject * L_9 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_8); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_10; memset((&L_10), 0, sizeof(L_10)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_10), 0, ((int32_t)12), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_11 = L_10; RuntimeObject * L_12 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_11); NullCheck(L_7); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_7, L_9, L_12); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_13 = __this->get_keymap_36(); int32_t L_14 = ((int32_t)((int32_t)61)); RuntimeObject * L_15 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_14); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_16; memset((&L_16), 0, sizeof(L_16)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_16), 0, ((int32_t)40), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_17 = L_16; RuntimeObject * L_18 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_17); NullCheck(L_13); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_13, L_15, L_18); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_19 = __this->get_keymap_36(); int32_t L_20 = ((int32_t)((int32_t)66)); RuntimeObject * L_21 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_20); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_22; memset((&L_22), 0, sizeof(L_22)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_22), 0, ((int32_t)112), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_23 = L_22; RuntimeObject * L_24 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_23); NullCheck(L_19); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_19, L_21, L_24); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_25 = __this->get_keymap_36(); int32_t L_26 = ((int32_t)((int32_t)67)); RuntimeObject * L_27 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_26); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_28; memset((&L_28), 0, sizeof(L_28)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_28), 0, ((int32_t)121), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_29 = L_28; RuntimeObject * L_30 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_29); NullCheck(L_25); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_25, L_27, L_30); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_31 = __this->get_keymap_36(); int32_t L_32 = ((int32_t)((int32_t)68)); RuntimeObject * L_33 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_32); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_34; memset((&L_34), 0, sizeof(L_34)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_34), 0, ((int32_t)113), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_35 = L_34; RuntimeObject * L_36 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_35); NullCheck(L_31); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_31, L_33, L_36); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_37 = __this->get_keymap_36(); int32_t L_38 = ((int32_t)((int32_t)69)); RuntimeObject * L_39 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_38); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_40; memset((&L_40), 0, sizeof(L_40)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_40), 0, ((int32_t)114), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_41 = L_40; RuntimeObject * L_42 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_41); NullCheck(L_37); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_37, L_39, L_42); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_43 = __this->get_keymap_36(); int32_t L_44 = ((int32_t)((int32_t)70)); RuntimeObject * L_45 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_44); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_46; memset((&L_46), 0, sizeof(L_46)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_46), 0, ((int32_t)115), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_47 = L_46; RuntimeObject * L_48 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_47); NullCheck(L_43); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_43, L_45, L_48); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_49 = __this->get_keymap_36(); int32_t L_50 = ((int32_t)((int32_t)71)); RuntimeObject * L_51 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_50); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_52; memset((&L_52), 0, sizeof(L_52)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_52), 0, ((int32_t)116), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_53 = L_52; RuntimeObject * L_54 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_53); NullCheck(L_49); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_49, L_51, L_54); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_55 = __this->get_keymap_36(); int32_t L_56 = ((int32_t)((int32_t)72)); RuntimeObject * L_57 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_56); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_58; memset((&L_58), 0, sizeof(L_58)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_58), 0, ((int32_t)117), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_59 = L_58; RuntimeObject * L_60 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_59); NullCheck(L_55); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_55, L_57, L_60); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_61 = __this->get_keymap_36(); int32_t L_62 = ((int32_t)((int32_t)73)); RuntimeObject * L_63 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_62); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_64; memset((&L_64), 0, sizeof(L_64)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_64), 0, ((int32_t)118), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_65 = L_64; RuntimeObject * L_66 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_65); NullCheck(L_61); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_61, L_63, L_66); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_67 = __this->get_keymap_36(); int32_t L_68 = ((int32_t)((int32_t)74)); RuntimeObject * L_69 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_68); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_70; memset((&L_70), 0, sizeof(L_70)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_70), 0, ((int32_t)119), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_71 = L_70; RuntimeObject * L_72 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_71); NullCheck(L_67); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_67, L_69, L_72); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_73 = __this->get_keymap_36(); int32_t L_74 = ((int32_t)((int32_t)75)); RuntimeObject * L_75 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_74); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_76; memset((&L_76), 0, sizeof(L_76)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_76), 0, ((int32_t)120), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_77 = L_76; RuntimeObject * L_78 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_77); NullCheck(L_73); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_73, L_75, L_78); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_79 = __this->get_keymap_36(); int32_t L_80 = ((int32_t)((int32_t)76)); RuntimeObject * L_81 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_80); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_82; memset((&L_82), 0, sizeof(L_82)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_82), 0, ((int32_t)36), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_83 = L_82; RuntimeObject * L_84 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_83); NullCheck(L_79); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_79, L_81, L_84); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_85 = __this->get_keymap_36(); int32_t L_86 = ((int32_t)((int32_t)79)); RuntimeObject * L_87 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_86); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_88; memset((&L_88), 0, sizeof(L_88)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_88), 0, ((int32_t)37), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_89 = L_88; RuntimeObject * L_90 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_89); NullCheck(L_85); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_85, L_87, L_90); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_91 = __this->get_keymap_36(); int32_t L_92 = ((int32_t)((int32_t)80)); RuntimeObject * L_93 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_92); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_94; memset((&L_94), 0, sizeof(L_94)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_94), 0, ((int32_t)97), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_95 = L_94; RuntimeObject * L_96 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_95); NullCheck(L_91); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_91, L_93, L_96); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_97 = __this->get_keymap_36(); int32_t L_98 = ((int32_t)((int32_t)81)); RuntimeObject * L_99 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_98); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_100; memset((&L_100), 0, sizeof(L_100)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_100), 0, ((int32_t)34), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_101 = L_100; RuntimeObject * L_102 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_101); NullCheck(L_97); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_97, L_99, L_102); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_103 = __this->get_keymap_36(); int32_t L_104 = ((int32_t)((int32_t)82)); RuntimeObject * L_105 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_104); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_106; memset((&L_106), 0, sizeof(L_106)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_106), 0, ((int32_t)33), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_107 = L_106; RuntimeObject * L_108 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_107); NullCheck(L_103); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_103, L_105, L_108); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_109 = __this->get_keymap_36(); int32_t L_110 = ((int32_t)((int32_t)83)); RuntimeObject * L_111 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_110); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_112; memset((&L_112), 0, sizeof(L_112)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_112), 0, ((int32_t)39), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_113 = L_112; RuntimeObject * L_114 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_113); NullCheck(L_109); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_109, L_111, L_114); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_115 = __this->get_keymap_36(); int32_t L_116 = ((int32_t)((int32_t)84)); RuntimeObject * L_117 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_116); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_118; memset((&L_118), 0, sizeof(L_118)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_118), 0, ((int32_t)34), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_119 = L_118; RuntimeObject * L_120 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_119); NullCheck(L_115); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_115, L_117, L_120); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_121 = __this->get_keymap_36(); int32_t L_122 = ((int32_t)((int32_t)85)); RuntimeObject * L_123 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_122); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_124; memset((&L_124), 0, sizeof(L_124)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_124), 0, ((int32_t)33), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_125 = L_124; RuntimeObject * L_126 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_125); NullCheck(L_121); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_121, L_123, L_126); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_127 = __this->get_keymap_36(); int32_t L_128 = ((int32_t)((int32_t)87)); RuntimeObject * L_129 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_128); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_130; memset((&L_130), 0, sizeof(L_130)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_130), 0, ((int32_t)38), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_131 = L_130; RuntimeObject * L_132 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_131); NullCheck(L_127); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_127, L_129, L_132); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_133 = __this->get_keymap_36(); int32_t L_134 = ((int32_t)((int32_t)139)); RuntimeObject * L_135 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_134); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_136; memset((&L_136), 0, sizeof(L_136)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_136), 0, ((int32_t)103), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_137 = L_136; RuntimeObject * L_138 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_137); NullCheck(L_133); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_133, L_135, L_138); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_139 = __this->get_keymap_36(); int32_t L_140 = ((int32_t)((int32_t)140)); RuntimeObject * L_141 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_140); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_142; memset((&L_142), 0, sizeof(L_142)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_142), 0, ((int32_t)105), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_143 = L_142; RuntimeObject * L_144 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_143); NullCheck(L_139); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_139, L_141, L_144); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_145 = __this->get_keymap_36(); int32_t L_146 = ((int32_t)((int32_t)141)); RuntimeObject * L_147 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_146); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_148; memset((&L_148), 0, sizeof(L_148)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_148), 0, ((int32_t)101), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_149 = L_148; RuntimeObject * L_150 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_149); NullCheck(L_145); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_145, L_147, L_150); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_151 = __this->get_keymap_36(); int32_t L_152 = ((int32_t)((int32_t)142)); RuntimeObject * L_153 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_152); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_154; memset((&L_154), 0, sizeof(L_154)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_154), 0, ((int32_t)97), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_155 = L_154; RuntimeObject * L_156 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_155); NullCheck(L_151); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_151, L_153, L_156); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_157 = __this->get_keymap_36(); int32_t L_158 = ((int32_t)((int32_t)143)); RuntimeObject * L_159 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_158); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_160; memset((&L_160), 0, sizeof(L_160)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_160), 0, ((int32_t)99), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_161 = L_160; RuntimeObject * L_162 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_161); NullCheck(L_157); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_157, L_159, L_162); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_163 = __this->get_keymap_36(); int32_t L_164 = ((int32_t)((int32_t)148)); RuntimeObject * L_165 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_164); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_166; memset((&L_166), 0, sizeof(L_166)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_166), 0, ((int32_t)9), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_167 = L_166; RuntimeObject * L_168 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_167); NullCheck(L_163); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_163, L_165, L_168); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_169 = __this->get_keymap_36(); int32_t L_170 = ((int32_t)((int32_t)158)); RuntimeObject * L_171 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_170); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_172; memset((&L_172), 0, sizeof(L_172)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_172), 0, ((int32_t)36), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_173 = L_172; RuntimeObject * L_174 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_173); NullCheck(L_169); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_169, L_171, L_174); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_175 = __this->get_keymap_36(); int32_t L_176 = ((int32_t)((int32_t)162)); RuntimeObject * L_177 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_176); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_178; memset((&L_178), 0, sizeof(L_178)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_178), ((int32_t)67), ((int32_t)67), (bool)0, (bool)1, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_179 = L_178; RuntimeObject * L_180 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_179); NullCheck(L_175); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_175, L_177, L_180); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_181 = __this->get_keymap_36(); int32_t L_182 = ((int32_t)((int32_t)164)); RuntimeObject * L_183 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_182); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_184; memset((&L_184), 0, sizeof(L_184)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_184), 0, ((int32_t)35), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_185 = L_184; RuntimeObject * L_186 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_185); NullCheck(L_181); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_181, L_183, L_186); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_187 = __this->get_keymap_36(); int32_t L_188 = ((int32_t)((int32_t)165)); RuntimeObject * L_189 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_188); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_190; memset((&L_190), 0, sizeof(L_190)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_190), ((int32_t)10), ((int32_t)13), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_191 = L_190; RuntimeObject * L_192 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_191); NullCheck(L_187); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_187, L_189, L_192); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_193 = __this->get_keymap_36(); int32_t L_194 = ((int32_t)((int32_t)168)); RuntimeObject * L_195 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_194); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_196; memset((&L_196), 0, sizeof(L_196)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_196), 0, ((int32_t)47), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_197 = L_196; RuntimeObject * L_198 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_197); NullCheck(L_193); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_193, L_195, L_198); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_199 = __this->get_keymap_36(); int32_t L_200 = ((int32_t)((int32_t)176)); RuntimeObject * L_201 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_200); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_202; memset((&L_202), 0, sizeof(L_202)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_202), 0, ((int32_t)42), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_203 = L_202; RuntimeObject * L_204 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_203); NullCheck(L_199); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_199, L_201, L_204); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_205 = __this->get_keymap_36(); int32_t L_206 = ((int32_t)((int32_t)185)); RuntimeObject * L_207 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_206); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_208; memset((&L_208), 0, sizeof(L_208)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_208), ((int32_t)90), ((int32_t)90), (bool)0, (bool)1, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_209 = L_208; RuntimeObject * L_210 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_209); NullCheck(L_205); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_205, L_207, L_210); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_211 = __this->get_keymap_36(); int32_t L_212 = ((int32_t)((int32_t)186)); RuntimeObject * L_213 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_212); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_214; memset((&L_214), 0, sizeof(L_214)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_214), 0, ((int32_t)36), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_215 = L_214; RuntimeObject * L_216 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_215); NullCheck(L_211); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_211, L_213, L_216); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_217 = __this->get_keymap_36(); int32_t L_218 = ((int32_t)((int32_t)189)); RuntimeObject * L_219 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_218); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_220; memset((&L_220), 0, sizeof(L_220)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_220), ((int32_t)67), ((int32_t)67), (bool)1, (bool)1, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_221 = L_220; RuntimeObject * L_222 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_221); NullCheck(L_217); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_217, L_219, L_222); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_223 = __this->get_keymap_36(); int32_t L_224 = ((int32_t)((int32_t)191)); RuntimeObject * L_225 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_224); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_226; memset((&L_226), 0, sizeof(L_226)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_226), ((int32_t)9), ((int32_t)46), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_227 = L_226; RuntimeObject * L_228 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_227); NullCheck(L_223); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_223, L_225, L_228); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_229 = __this->get_keymap_36(); int32_t L_230 = ((int32_t)((int32_t)198)); RuntimeObject * L_231 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_230); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_232; memset((&L_232), 0, sizeof(L_232)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_232), 0, ((int32_t)47), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_233 = L_232; RuntimeObject * L_234 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_233); NullCheck(L_229); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_229, L_231, L_234); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_235 = __this->get_keymap_36(); int32_t L_236 = ((int32_t)((int32_t)199)); RuntimeObject * L_237 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_236); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_238; memset((&L_238), 0, sizeof(L_238)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_238), 0, ((int32_t)36), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_239 = L_238; RuntimeObject * L_240 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_239); NullCheck(L_235); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_235, L_237, L_240); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_241 = __this->get_keymap_36(); int32_t L_242 = ((int32_t)((int32_t)201)); RuntimeObject * L_243 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_242); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_244; memset((&L_244), 0, sizeof(L_244)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_244), 0, ((int32_t)37), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_245 = L_244; RuntimeObject * L_246 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_245); NullCheck(L_241); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_241, L_243, L_246); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_247 = __this->get_keymap_36(); int32_t L_248 = ((int32_t)((int32_t)207)); RuntimeObject * L_249 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_248); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_250; memset((&L_250), 0, sizeof(L_250)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_250), 0, ((int32_t)42), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_251 = L_250; RuntimeObject * L_252 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_251); NullCheck(L_247); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_247, L_249, L_252); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_253 = __this->get_keymap_36(); int32_t L_254 = ((int32_t)((int32_t)210)); RuntimeObject * L_255 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_254); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_256; memset((&L_256), 0, sizeof(L_256)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_256), 0, ((int32_t)39), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_257 = L_256; RuntimeObject * L_258 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_257); NullCheck(L_253); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_253, L_255, L_258); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_259 = __this->get_keymap_36(); int32_t L_260 = ((int32_t)((int32_t)214)); RuntimeObject * L_261 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_260); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_262; memset((&L_262), 0, sizeof(L_262)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_262), ((int32_t)90), ((int32_t)90), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_263 = L_262; RuntimeObject * L_264 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_263); NullCheck(L_259); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_259, L_261, L_264); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_265 = __this->get_keymap_36(); int32_t L_266 = ((int32_t)((int32_t)216)); RuntimeObject * L_267 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_266); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_268; memset((&L_268), 0, sizeof(L_268)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_268), 0, ((int32_t)122), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_269 = L_268; RuntimeObject * L_270 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_269); NullCheck(L_265); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_265, L_267, L_270); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_271 = __this->get_keymap_36(); int32_t L_272 = ((int32_t)((int32_t)217)); RuntimeObject * L_273 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_272); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_274; memset((&L_274), 0, sizeof(L_274)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_274), 0, ((int32_t)123), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_275 = L_274; RuntimeObject * L_276 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_275); NullCheck(L_271); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_271, L_273, L_276); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_277 = __this->get_keymap_36(); int32_t L_278 = ((int32_t)((int32_t)218)); RuntimeObject * L_279 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_278); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_280; memset((&L_280), 0, sizeof(L_280)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_280), 0, ((int32_t)124), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_281 = L_280; RuntimeObject * L_282 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_281); NullCheck(L_277); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_277, L_279, L_282); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_283 = __this->get_keymap_36(); int32_t L_284 = ((int32_t)((int32_t)219)); RuntimeObject * L_285 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_284); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_286; memset((&L_286), 0, sizeof(L_286)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_286), 0, ((int32_t)125), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_287 = L_286; RuntimeObject * L_288 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_287); NullCheck(L_283); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_283, L_285, L_288); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_289 = __this->get_keymap_36(); int32_t L_290 = ((int32_t)((int32_t)220)); RuntimeObject * L_291 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_290); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_292; memset((&L_292), 0, sizeof(L_292)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_292), 0, ((int32_t)126), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_293 = L_292; RuntimeObject * L_294 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_293); NullCheck(L_289); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_289, L_291, L_294); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_295 = __this->get_keymap_36(); int32_t L_296 = ((int32_t)((int32_t)221)); RuntimeObject * L_297 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_296); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_298; memset((&L_298), 0, sizeof(L_298)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_298), 0, ((int32_t)127), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_299 = L_298; RuntimeObject * L_300 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_299); NullCheck(L_295); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_295, L_297, L_300); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_301 = __this->get_keymap_36(); int32_t L_302 = ((int32_t)((int32_t)222)); RuntimeObject * L_303 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_302); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_304; memset((&L_304), 0, sizeof(L_304)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_304), 0, ((int32_t)128), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_305 = L_304; RuntimeObject * L_306 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_305); NullCheck(L_301); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_301, L_303, L_306); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_307 = __this->get_keymap_36(); int32_t L_308 = ((int32_t)((int32_t)223)); RuntimeObject * L_309 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_308); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_310; memset((&L_310), 0, sizeof(L_310)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_310), 0, ((int32_t)129), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_311 = L_310; RuntimeObject * L_312 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_311); NullCheck(L_307); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_307, L_309, L_312); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_313 = __this->get_keymap_36(); int32_t L_314 = ((int32_t)((int32_t)224)); RuntimeObject * L_315 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_314); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_316; memset((&L_316), 0, sizeof(L_316)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_316), 0, ((int32_t)130), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_317 = L_316; RuntimeObject * L_318 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_317); NullCheck(L_313); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_313, L_315, L_318); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_319 = __this->get_keymap_36(); int32_t L_320 = ((int32_t)((int32_t)225)); RuntimeObject * L_321 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_320); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_322; memset((&L_322), 0, sizeof(L_322)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_322), 0, ((int32_t)131), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_323 = L_322; RuntimeObject * L_324 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_323); NullCheck(L_319); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_319, L_321, L_324); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_325 = __this->get_keymap_36(); int32_t L_326 = ((int32_t)((int32_t)226)); RuntimeObject * L_327 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_326); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_328; memset((&L_328), 0, sizeof(L_328)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_328), 0, ((int32_t)132), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_329 = L_328; RuntimeObject * L_330 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_329); NullCheck(L_325); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_325, L_327, L_330); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_331 = __this->get_keymap_36(); int32_t L_332 = ((int32_t)((int32_t)227)); RuntimeObject * L_333 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_332); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_334; memset((&L_334), 0, sizeof(L_334)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_334), 0, ((int32_t)133), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_335 = L_334; RuntimeObject * L_336 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_335); NullCheck(L_331); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_331, L_333, L_336); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_337 = __this->get_keymap_36(); int32_t L_338 = ((int32_t)((int32_t)228)); RuntimeObject * L_339 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_338); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_340; memset((&L_340), 0, sizeof(L_340)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_340), 0, ((int32_t)134), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_341 = L_340; RuntimeObject * L_342 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_341); NullCheck(L_337); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_337, L_339, L_342); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_343 = __this->get_keymap_36(); int32_t L_344 = ((int32_t)((int32_t)229)); RuntimeObject * L_345 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_344); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_346; memset((&L_346), 0, sizeof(L_346)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_346), 0, ((int32_t)135), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_347 = L_346; RuntimeObject * L_348 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_347); NullCheck(L_343); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_343, L_345, L_348); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_349 = __this->get_keymap_36(); int32_t L_350 = ((int32_t)((int32_t)59)); RuntimeObject * L_351 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_350); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_352; memset((&L_352), 0, sizeof(L_352)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_352), 0, ((int32_t)46), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_353 = L_352; RuntimeObject * L_354 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_353); NullCheck(L_349); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_349, L_351, L_354); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_355 = __this->get_keymap_36(); int32_t L_356 = ((int32_t)((int32_t)77)); RuntimeObject * L_357 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_356); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_358; memset((&L_358), 0, sizeof(L_358)); ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_358), 0, ((int32_t)45), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_359 = L_358; RuntimeObject * L_360 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_359); NullCheck(L_355); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_355, L_357, L_360); return; } } // System.Void System.TermInfoDriver::InitKeys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_InitKeys_m3C4D9CA6DE9CEA5F50BDBCB72BF7975F4F1758CB (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_InitKeys_m3C4D9CA6DE9CEA5F50BDBCB72BF7975F4F1758CB_MetadataUsageId); s_Il2CppMethodInitialized = true; } TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { bool L_0 = __this->get_initKeys_27(); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { TermInfoDriver_CreateKeyMap_mC802A816F3EAEA7343B627FA9DCC0A69E54F491A(__this, /*hidden argument*/NULL); ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * L_1 = (ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC *)il2cpp_codegen_object_new(ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC_il2cpp_TypeInfo_var); ByteMatcher__ctor_m5F4DEDA840BDF53D47E1A9C3267442295F928144(L_1, /*hidden argument*/NULL); __this->set_rootmap_37(L_1); TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2* L_2 = (TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2*)(TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2*)SZArrayNew(TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)60)); TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2* L_3 = L_2; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_4 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____121EC59E23F7559B28D338D562528F6299C2DE22_3_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_3, L_4, /*hidden argument*/NULL); V_0 = L_3; V_1 = 0; goto IL_0040; } IL_0031: { TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2* L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; int32_t L_8 = (int32_t)(L_5)->GetAt(static_cast(L_7)); V_2 = L_8; int32_t L_9 = V_2; TermInfoDriver_AddStringMapping_mE7AD22D560E11207EF8025643765C2859CB54BD5(__this, L_9, /*hidden argument*/NULL); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0040: { int32_t L_11 = V_1; TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2* L_12 = V_0; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))))) { goto IL_0031; } } { ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * L_13 = __this->get_rootmap_37(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = L_14; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get_control_characters_40(); NullCheck(L_16); int32_t L_17 = 2; uint8_t L_18 = (L_16)->GetAt(static_cast(L_17)); NullCheck(L_15); (L_15)->SetAt(static_cast(0), (uint8_t)L_18); NullCheck(L_13); ByteMatcher_AddMapping_m6F17EE5B94E56935034142A2847A83F5E099B708(L_13, ((int32_t)55), L_15, /*hidden argument*/NULL); ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * L_19 = __this->get_rootmap_37(); NullCheck(L_19); ByteMatcher_Sort_mCA31E5D0C950F75E86DC00A106D3BB6219D29C4F(L_19, /*hidden argument*/NULL); __this->set_initKeys_27((bool)1); return; } } // System.Void System.TermInfoDriver::AddStringMapping(System.TermInfoStrings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_AddStringMapping_mE7AD22D560E11207EF8025643765C2859CB54BD5 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___s0, const RuntimeMethod* method) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; { TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_0 = __this->get_reader_3(); int32_t L_1 = ___s0; NullCheck(L_0); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = TermInfoReader_GetStringBytes_mD2FD6A1D2FC6D7F3C3DC6EC8254A13A4C1114B06(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0; if (L_3) { goto IL_0011; } } { return; } IL_0011: { ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * L_4 = __this->get_rootmap_37(); int32_t L_5 = ___s0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_0; NullCheck(L_4); ByteMatcher_AddMapping_m6F17EE5B94E56935034142A2847A83F5E099B708(L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void System.TermInfoDriver::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver__cctor_mF220800F6331B2ACF39830BF3DFF392B3E774D5B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver__cctor_mF220800F6331B2ACF39830BF3DFF392B3E774D5B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)4); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral757F441946A7036BA1BAA4B622FCDD632D09B0E5); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteral757F441946A7036BA1BAA4B622FCDD632D09B0E5); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteralB45CC055589AB275C804327AFE30E301E7882B22); (L_2)->SetAt(static_cast(1), (String_t*)_stringLiteralB45CC055589AB275C804327AFE30E301E7882B22); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteralB0F0917F282BE2B990029398FE6CFE349F5CB5BC); (L_3)->SetAt(static_cast(2), (String_t*)_stringLiteralB0F0917F282BE2B990029398FE6CFE349F5CB5BC); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral9426F59FD8300D3D352341F3919A203E22AB9915); (L_4)->SetAt(static_cast(3), (String_t*)_stringLiteral9426F59FD8300D3D352341F3919A203E22AB9915); ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->set_locations_2(L_4); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = L_5; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_7 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____EBF68F411848D603D059DFDEA2321C5A5EA78044_133_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_6, L_7, /*hidden argument*/NULL); ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->set__consoleColorToAnsiCode_41(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 #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.TermInfoReader::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, String_t* ___term0, String_t* ___filename1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * V_0 = NULL; int64_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); String_t* L_0 = ___filename1; FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_1 = File_OpenRead_m3B2974AB5AA8011E587AC834BE71862BF77C2129(L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_000d: try { // begin try (depth: 1) { FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_2 = V_0; NullCheck(L_2); int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_2); V_1 = L_3; int64_t L_4 = V_1; if ((((int64_t)L_4) <= ((int64_t)(((int64_t)((int64_t)((int32_t)4096))))))) { goto IL_0028; } } IL_001d: { Exception_t * L_5 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_5, _stringLiteral3F1A0D1D0F6B2DF6299555699EA20A335495FD6A, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D_RuntimeMethod_var); } IL_0028: { int64_t L_6 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)L_6)))); __this->set_buffer_3(L_7); FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_8 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get_buffer_3(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get_buffer_3(); NullCheck(L_10); NullCheck(L_8); int32_t L_11 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_buffer_3(); NullCheck(L_12); if ((((int32_t)L_11) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))))) { goto IL_005f; } } IL_0054: { Exception_t * L_13 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_13, _stringLiteral048251B7F14BEBC4F04C6E75383D0CCE50A9CC5A, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D_RuntimeMethod_var); } IL_005f: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get_buffer_3(); int32_t* L_15 = __this->get_address_of_booleansOffset_4(); TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124(__this, L_14, (int32_t*)L_15, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get_buffer_3(); int32_t* L_17 = __this->get_address_of_booleansOffset_4(); TermInfoReader_ReadNames_m071D18738A2D0CEEE12B76CBF64302062C76E147(__this, L_16, (int32_t*)L_17, /*hidden argument*/NULL); IL2CPP_LEAVE(0x8F, FINALLY_0085); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0085; } FINALLY_0085: { // begin finally (depth: 1) { FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_18 = V_0; if (!L_18) { goto IL_008e; } } IL_0088: { FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_19 = V_0; NullCheck(L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_19); } IL_008e: { IL2CPP_END_FINALLY(133) } } // end finally (depth: 1) IL2CPP_CLEANUP(133) { IL2CPP_JUMP_TBL(0x8F, IL_008f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_008f: { return; } } // System.Void System.TermInfoReader::.ctor(System.String,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, String_t* ___term0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer1; if (L_0) { goto IL_0014; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6_RuntimeMethod_var); } IL_0014: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer1; __this->set_buffer_3(L_2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___buffer1; int32_t* L_4 = __this->get_address_of_booleansOffset_4(); TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124(__this, L_3, (int32_t*)L_4, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___buffer1; int32_t* L_6 = __this->get_address_of_booleansOffset_4(); TermInfoReader_ReadNames_m071D18738A2D0CEEE12B76CBF64302062C76E147(__this, L_5, (int32_t*)L_6, /*hidden argument*/NULL); return; } } // System.Void System.TermInfoReader::ReadHeader(System.Byte[],System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___position1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124_MetadataUsageId); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0; int32_t* L_1 = ___position1; int32_t L_2 = *((int32_t*)L_1); int16_t L_3 = TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_0, L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t* L_4 = ___position1; int32_t* L_5 = ___position1; int32_t L_6 = *((int32_t*)L_5); *((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)2)); int16_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)282)))) { goto IL_002e; } } { int16_t L_8 = V_0; int16_t L_9 = L_8; RuntimeObject * L_10 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_9); String_t* L_11 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral23C470084C11AED675C34B4BA1F2522082975AF1, L_10, /*hidden argument*/NULL); Exception_t * L_12 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124_RuntimeMethod_var); } IL_002e: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___buffer0; int32_t* L_14 = ___position1; int32_t L_15 = *((int32_t*)L_14); TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_13, L_15, /*hidden argument*/NULL); int32_t* L_16 = ___position1; int32_t* L_17 = ___position1; int32_t L_18 = *((int32_t*)L_17); *((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)2)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = ___buffer0; int32_t* L_20 = ___position1; int32_t L_21 = *((int32_t*)L_20); int16_t L_22 = TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_19, L_21, /*hidden argument*/NULL); __this->set_boolSize_0(L_22); int32_t* L_23 = ___position1; int32_t* L_24 = ___position1; int32_t L_25 = *((int32_t*)L_24); *((int32_t*)L_23) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)2)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___buffer0; int32_t* L_27 = ___position1; int32_t L_28 = *((int32_t*)L_27); int16_t L_29 = TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_26, L_28, /*hidden argument*/NULL); __this->set_numSize_1(L_29); int32_t* L_30 = ___position1; int32_t* L_31 = ___position1; int32_t L_32 = *((int32_t*)L_31); *((int32_t*)L_30) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)2)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = ___buffer0; int32_t* L_34 = ___position1; int32_t L_35 = *((int32_t*)L_34); int16_t L_36 = TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_33, L_35, /*hidden argument*/NULL); __this->set_strOffsets_2(L_36); int32_t* L_37 = ___position1; int32_t* L_38 = ___position1; int32_t L_39 = *((int32_t*)L_38); *((int32_t*)L_37) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)2)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = ___buffer0; int32_t* L_41 = ___position1; int32_t L_42 = *((int32_t*)L_41); TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_40, L_42, /*hidden argument*/NULL); int32_t* L_43 = ___position1; int32_t* L_44 = ___position1; int32_t L_45 = *((int32_t*)L_44); *((int32_t*)L_43) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)2)); return; } } // System.Void System.TermInfoReader::ReadNames(System.Byte[],System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader_ReadNames_m071D18738A2D0CEEE12B76CBF64302062C76E147 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___position1, const RuntimeMethod* method) { String_t* V_0 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0; int32_t* L_1 = ___position1; int32_t L_2 = *((int32_t*)L_1); String_t* L_3 = TermInfoReader_GetString_mD60F86AEAFF20399149D21B28D7911D442E52AA1(__this, L_0, L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t* L_4 = ___position1; int32_t* L_5 = ___position1; int32_t L_6 = *((int32_t*)L_5); String_t* L_7 = V_0; NullCheck(L_7); int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL); *((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)))); return; } } // System.Int32 System.TermInfoReader::Get(System.TermInfoNumbers) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoReader_Get_mBE8AB84A3B00855DF6CFBEEDAF0B7A9DD35D1DCD (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, int32_t ___number0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___number0; V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0014; } } { int32_t L_2 = ___number0; if ((((int32_t)L_2) >= ((int32_t)((int32_t)33)))) { goto IL_0014; } } { int32_t L_3 = V_0; int16_t L_4 = __this->get_numSize_1(); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0016; } } IL_0014: { return (-1); } IL_0016: { int32_t L_5 = __this->get_booleansOffset_4(); int16_t L_6 = __this->get_boolSize_0(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)); int32_t L_7 = V_1; if ((!(((uint32_t)((int32_t)((int32_t)L_7%(int32_t)2))) == ((uint32_t)1)))) { goto IL_002e; } } { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002e: { int32_t L_9 = V_1; int32_t L_10 = ___number0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)2)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_buffer_3(); int32_t L_12 = V_1; int16_t L_13 = TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.String System.TermInfoReader::Get(System.TermInfoStrings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, int32_t ___tstr0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___tstr0; V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0017; } } { int32_t L_2 = ___tstr0; if ((((int32_t)L_2) >= ((int32_t)((int32_t)394)))) { goto IL_0017; } } { int32_t L_3 = V_0; int16_t L_4 = __this->get_strOffsets_2(); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0019; } } IL_0017: { return (String_t*)NULL; } IL_0019: { int32_t L_5 = __this->get_booleansOffset_4(); int16_t L_6 = __this->get_boolSize_0(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)); int32_t L_7 = V_1; if ((!(((uint32_t)((int32_t)((int32_t)L_7%(int32_t)2))) == ((uint32_t)1)))) { goto IL_0031; } } { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0031: { int32_t L_9 = V_1; int16_t L_10 = __this->get_numSize_1(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)2)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_buffer_3(); int32_t L_12 = V_1; int32_t L_13 = ___tstr0; int16_t L_14 = TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)2)))), /*hidden argument*/NULL); V_2 = L_14; int32_t L_15 = V_2; if ((!(((uint32_t)L_15) == ((uint32_t)(-1))))) { goto IL_0054; } } { return (String_t*)NULL; } IL_0054: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get_buffer_3(); int32_t L_17 = V_1; int16_t L_18 = __this->get_strOffsets_2(); int32_t L_19 = V_2; String_t* L_20 = TermInfoReader_GetString_mD60F86AEAFF20399149D21B28D7911D442E52AA1(__this, L_16, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_18, (int32_t)2)))), (int32_t)L_19)), /*hidden argument*/NULL); return L_20; } } // System.Byte[] System.TermInfoReader::GetStringBytes(System.TermInfoStrings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* TermInfoReader_GetStringBytes_mD2FD6A1D2FC6D7F3C3DC6EC8254A13A4C1114B06 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, int32_t ___tstr0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___tstr0; V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0017; } } { int32_t L_2 = ___tstr0; if ((((int32_t)L_2) >= ((int32_t)((int32_t)394)))) { goto IL_0017; } } { int32_t L_3 = V_0; int16_t L_4 = __this->get_strOffsets_2(); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0019; } } IL_0017: { return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; } IL_0019: { int32_t L_5 = __this->get_booleansOffset_4(); int16_t L_6 = __this->get_boolSize_0(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)); int32_t L_7 = V_1; if ((!(((uint32_t)((int32_t)((int32_t)L_7%(int32_t)2))) == ((uint32_t)1)))) { goto IL_0031; } } { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0031: { int32_t L_9 = V_1; int16_t L_10 = __this->get_numSize_1(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)2)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_buffer_3(); int32_t L_12 = V_1; int32_t L_13 = ___tstr0; int16_t L_14 = TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)2)))), /*hidden argument*/NULL); V_2 = L_14; int32_t L_15 = V_2; if ((!(((uint32_t)L_15) == ((uint32_t)(-1))))) { goto IL_0054; } } { return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; } IL_0054: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get_buffer_3(); int32_t L_17 = V_1; int16_t L_18 = __this->get_strOffsets_2(); int32_t L_19 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = TermInfoReader_GetStringBytes_m05CD4F9BF52C817DCAB7EFD34FC74D62D7C6118F(__this, L_16, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_18, (int32_t)2)))), (int32_t)L_19)), /*hidden argument*/NULL); return L_20; } } // System.Int16 System.TermInfoReader::GetInt16(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0; int32_t L_1 = ___offset1; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___buffer0; int32_t L_5 = ___offset1; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); V_1 = L_7; int32_t L_8 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)255))))) { goto IL_001c; } } { int32_t L_9 = V_1; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)255))))) { goto IL_001c; } } { return (int16_t)(-1); } IL_001c: { int32_t L_10 = V_0; int32_t L_11 = V_1; return (((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)((int32_t)256)))))))); } } // System.String System.TermInfoReader::GetString(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoReader_GetString_mD60F86AEAFF20399149D21B28D7911D442E52AA1 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; int32_t L_0 = ___offset1; V_1 = L_0; goto IL_000a; } IL_0006: { int32_t L_1 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_000a: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0; int32_t L_3 = V_1; int32_t L_4 = L_3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); NullCheck(L_2); int32_t L_5 = L_4; uint8_t L_6 = (L_2)->GetAt(static_cast(L_5)); if (L_6) { goto IL_0006; } } { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_7 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___buffer0; int32_t L_9 = ___offset1; int32_t L_10 = V_0; NullCheck(L_7); String_t* L_11 = VirtFuncInvoker3< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(35 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_7, L_8, L_9, L_10); return L_11; } } // System.Byte[] System.TermInfoReader::GetStringBytes(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* TermInfoReader_GetStringBytes_m05CD4F9BF52C817DCAB7EFD34FC74D62D7C6118F (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoReader_GetStringBytes_m05CD4F9BF52C817DCAB7EFD34FC74D62D7C6118F_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL; { V_0 = 0; int32_t L_0 = ___offset1; V_1 = L_0; goto IL_000a; } IL_0006: { int32_t L_1 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_000a: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0; int32_t L_3 = V_1; int32_t L_4 = L_3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); NullCheck(L_2); int32_t L_5 = L_4; uint8_t L_6 = (L_2)->GetAt(static_cast(L_5)); if (L_6) { goto IL_0006; } } { int32_t L_7 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_7); V_2 = L_8; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___buffer0; int32_t L_10 = ___offset1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_2; int32_t L_12 = V_0; Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_9, L_10, (RuntimeArray *)(RuntimeArray *)L_11, 0, L_12, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_2; return L_13; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.ASCIIEncoding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASCIIEncoding__ctor_mC9D110516677AC1FAA80B3790BDDD1150A1779C4 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, const RuntimeMethod* method) { { Encoding__ctor_m25E853E4AF252CA29A3295065E83BA2C7B1416D5(__this, ((int32_t)20127), /*hidden argument*/NULL); return; } } // System.Void System.Text.ASCIIEncoding::SetDefaultFallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASCIIEncoding_SetDefaultFallbacks_m09B0AB1D08BFB07480F213DE80F77343DB07931B (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, const RuntimeMethod* method) { { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_0 = EncoderFallback_get_ReplacementFallback_m3FF44931084C980CD4AC9773A73D74302EB37139(/*hidden argument*/NULL); ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_encoderFallback_59(L_0); DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_1 = DecoderFallback_get_ReplacementFallback_m25F035A7268BAE39E55F606D2735A386DCB3D8EA(/*hidden argument*/NULL); ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_decoderFallback_60(L_1); return; } } // System.Int32 System.Text.ASCIIEncoding::GetByteCount(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetByteCount_mF02988E1FF13778A0944D3DEB99624C4DDF2AA94 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASCIIEncoding_GetByteCount_mF02988E1FF13778A0944D3DEB99624C4DDF2AA94_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL; String_t* G_B7_0 = NULL; { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___chars0; if (L_0) { goto IL_0018; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ASCIIEncoding_GetByteCount_mF02988E1FF13778A0944D3DEB99624C4DDF2AA94_RuntimeMethod_var); } IL_0018: { int32_t L_3 = ___index1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0020; } } { int32_t L_4 = ___count2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0040; } } IL_0020: { int32_t L_5 = ___index1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_002b; } } { G_B7_0 = _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556; goto IL_0030; } IL_002b: { G_B7_0 = _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346; } IL_0030: { String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, G_B7_0, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ASCIIEncoding_GetByteCount_mF02988E1FF13778A0944D3DEB99624C4DDF2AA94_RuntimeMethod_var); } IL_0040: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = ___chars0; NullCheck(L_8); int32_t L_9 = ___index1; int32_t L_10 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10))) { goto IL_005d; } } { String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ASCIIEncoding_GetByteCount_mF02988E1FF13778A0944D3DEB99624C4DDF2AA94_RuntimeMethod_var); } IL_005d: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = ___chars0; NullCheck(L_13); if ((((RuntimeArray*)L_13)->max_length)) { goto IL_0063; } } { return 0; } IL_0063: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = ___chars0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = L_14; V_1 = L_15; if (!L_15) { goto IL_006d; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = V_1; NullCheck(L_16); if ((((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))))) { goto IL_0072; } } IL_006d: { V_0 = (Il2CppChar*)(((uintptr_t)0)); goto IL_007b; } IL_0072: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = V_1; NullCheck(L_17); V_0 = (Il2CppChar*)(((uintptr_t)((L_17)->GetAddressAt(static_cast(0))))); } IL_007b: { Il2CppChar* L_18 = V_0; int32_t L_19 = ___index1; int32_t L_20 = ___count2; int32_t L_21 = VirtFuncInvoker3< int32_t, Il2CppChar*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(14 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_19)), (int32_t)2)))), L_20, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL); return L_21; } } // System.Int32 System.Text.ASCIIEncoding::GetByteCount(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetByteCount_mA03F9C5663D28CBAAE58E400075A8B5E6A36AB2E (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, String_t* ___chars0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASCIIEncoding_GetByteCount_mA03F9C5663D28CBAAE58E400075A8B5E6A36AB2E_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___chars0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ASCIIEncoding_GetByteCount_mA03F9C5663D28CBAAE58E400075A8B5E6A36AB2E_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___chars0; V_1 = L_2; String_t* L_3 = V_1; V_0 = (Il2CppChar*)(((uintptr_t)L_3)); Il2CppChar* L_4 = V_0; if (!L_4) { goto IL_001e; } } { Il2CppChar* L_5 = V_0; int32_t L_6 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6)); } IL_001e: { Il2CppChar* L_7 = V_0; String_t* L_8 = ___chars0; NullCheck(L_8); int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL); int32_t L_10 = VirtFuncInvoker3< int32_t, Il2CppChar*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(14 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)L_7, L_9, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL); return L_10; } } // System.Int32 System.Text.ASCIIEncoding::GetByteCount(System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetByteCount_m0EBF48239C83BCE7F55A487C91F8920E3CE35172 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, Il2CppChar* ___chars0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASCIIEncoding_GetByteCount_m0EBF48239C83BCE7F55A487C91F8920E3CE35172_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar* L_0 = ___chars0; if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0)))))) { goto IL_001a; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ASCIIEncoding_GetByteCount_m0EBF48239C83BCE7F55A487C91F8920E3CE35172_RuntimeMethod_var); } IL_001a: { int32_t L_3 = ___count1; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0033; } } { String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ASCIIEncoding_GetByteCount_m0EBF48239C83BCE7F55A487C91F8920E3CE35172_RuntimeMethod_var); } IL_0033: { Il2CppChar* L_6 = ___chars0; int32_t L_7 = ___count1; int32_t L_8 = VirtFuncInvoker3< int32_t, Il2CppChar*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(14 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)L_6, L_7, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL); return L_8; } } // System.Int32 System.Text.ASCIIEncoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, String_t* ___chars0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes3, int32_t ___byteIndex4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar* V_1 = NULL; String_t* V_2 = NULL; uint8_t* V_3 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL; String_t* G_B5_0 = NULL; String_t* G_B11_0 = NULL; { String_t* L_0 = ___chars0; if (!L_0) { goto IL_0007; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytes3; if (L_1) { goto IL_0026; } } IL_0007: { String_t* L_2 = ___chars0; if (!L_2) { goto IL_0011; } } { G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B; goto IL_0016; } IL_0011: { G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B; } IL_0016: { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F_RuntimeMethod_var); } IL_0026: { int32_t L_5 = ___charIndex1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_002e; } } { int32_t L_6 = ___charCount2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_004e; } } IL_002e: { int32_t L_7 = ___charIndex1; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0039; } } { G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8; goto IL_003e; } IL_0039: { G_B11_0 = _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C; } IL_003e: { String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F_RuntimeMethod_var); } IL_004e: { String_t* L_10 = ___chars0; NullCheck(L_10); int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL); int32_t L_12 = ___charIndex1; int32_t L_13 = ___charCount2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))) >= ((int32_t)L_13))) { goto IL_006e; } } { String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral62836465B297BA5E6273FE13E6F591F548238688, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_15 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_15, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F_RuntimeMethod_var); } IL_006e: { int32_t L_16 = ___byteIndex4; if ((((int32_t)L_16) < ((int32_t)0))) { goto IL_007b; } } { int32_t L_17 = ___byteIndex4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___bytes3; NullCheck(L_18); if ((((int32_t)L_17) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))))))) { goto IL_0090; } } IL_007b: { String_t* L_19 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_20 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_20, _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F_RuntimeMethod_var); } IL_0090: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___bytes3; NullCheck(L_21); int32_t L_22 = ___byteIndex4; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))), (int32_t)L_22)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ___bytes3; NullCheck(L_23); if ((((RuntimeArray*)L_23)->max_length)) { goto IL_00a5; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1); ___bytes3 = L_24; } IL_00a5: { String_t* L_25 = ___chars0; V_2 = L_25; String_t* L_26 = V_2; V_1 = (Il2CppChar*)(((uintptr_t)L_26)); Il2CppChar* L_27 = V_1; if (!L_27) { goto IL_00b5; } } { Il2CppChar* L_28 = V_1; int32_t L_29 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)L_29)); } IL_00b5: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = ___bytes3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = L_30; V_4 = L_31; if (!L_31) { goto IL_00c2; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_4; NullCheck(L_32); if ((((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length))))) { goto IL_00c7; } } IL_00c2: { V_3 = (uint8_t*)(((uintptr_t)0)); goto IL_00d1; } IL_00c7: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_4; NullCheck(L_33); V_3 = (uint8_t*)(((uintptr_t)((L_33)->GetAddressAt(static_cast(0))))); } IL_00d1: { Il2CppChar* L_34 = V_1; int32_t L_35 = ___charIndex1; int32_t L_36 = ___charCount2; uint8_t* L_37 = V_3; int32_t L_38 = ___byteIndex4; int32_t L_39 = V_0; int32_t L_40 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(20 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_35)), (int32_t)2)))), L_36, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)L_38)), L_39, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL); return L_40; } } // System.Int32 System.Text.ASCIIEncoding::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes3, int32_t ___byteIndex4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar* V_1 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_2 = NULL; uint8_t* V_3 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL; String_t* G_B5_0 = NULL; String_t* G_B11_0 = NULL; { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___chars0; if (!L_0) { goto IL_0007; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytes3; if (L_1) { goto IL_0026; } } IL_0007: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ___chars0; if (!L_2) { goto IL_0011; } } { G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B; goto IL_0016; } IL_0011: { G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B; } IL_0016: { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC_RuntimeMethod_var); } IL_0026: { int32_t L_5 = ___charIndex1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_002e; } } { int32_t L_6 = ___charCount2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_004e; } } IL_002e: { int32_t L_7 = ___charIndex1; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0039; } } { G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8; goto IL_003e; } IL_0039: { G_B11_0 = _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C; } IL_003e: { String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC_RuntimeMethod_var); } IL_004e: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = ___chars0; NullCheck(L_10); int32_t L_11 = ___charIndex1; int32_t L_12 = ___charCount2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))), (int32_t)L_11))) >= ((int32_t)L_12))) { goto IL_006b; } } { String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC_RuntimeMethod_var); } IL_006b: { int32_t L_15 = ___byteIndex4; if ((((int32_t)L_15) < ((int32_t)0))) { goto IL_0078; } } { int32_t L_16 = ___byteIndex4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___bytes3; NullCheck(L_17); if ((((int32_t)L_16) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))))) { goto IL_008d; } } IL_0078: { String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_19 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_19, _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC_RuntimeMethod_var); } IL_008d: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = ___chars0; NullCheck(L_20); if ((((RuntimeArray*)L_20)->max_length)) { goto IL_0093; } } { return 0; } IL_0093: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___bytes3; NullCheck(L_21); int32_t L_22 = ___byteIndex4; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))), (int32_t)L_22)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ___bytes3; NullCheck(L_23); if ((((RuntimeArray*)L_23)->max_length)) { goto IL_00a8; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1); ___bytes3 = L_24; } IL_00a8: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = ___chars0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = L_25; V_2 = L_26; if (!L_26) { goto IL_00b2; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_27 = V_2; NullCheck(L_27); if ((((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))))) { goto IL_00b7; } } IL_00b2: { V_1 = (Il2CppChar*)(((uintptr_t)0)); goto IL_00c0; } IL_00b7: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = V_2; NullCheck(L_28); V_1 = (Il2CppChar*)(((uintptr_t)((L_28)->GetAddressAt(static_cast(0))))); } IL_00c0: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = ___bytes3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = L_29; V_4 = L_30; if (!L_30) { goto IL_00cd; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = V_4; NullCheck(L_31); if ((((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length))))) { goto IL_00d2; } } IL_00cd: { V_3 = (uint8_t*)(((uintptr_t)0)); goto IL_00dc; } IL_00d2: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_4; NullCheck(L_32); V_3 = (uint8_t*)(((uintptr_t)((L_32)->GetAddressAt(static_cast(0))))); } IL_00dc: { Il2CppChar* L_33 = V_1; int32_t L_34 = ___charIndex1; int32_t L_35 = ___charCount2; uint8_t* L_36 = V_3; int32_t L_37 = ___byteIndex4; int32_t L_38 = V_0; int32_t L_39 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(20 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_34)), (int32_t)2)))), L_35, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_36, (int32_t)L_37)), L_38, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL); return L_39; } } // System.Int32 System.Text.ASCIIEncoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetBytes_mAF2946450CA684818B24CF83EA281D6897174B2C (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, uint8_t* ___bytes2, int32_t ___byteCount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASCIIEncoding_GetBytes_mAF2946450CA684818B24CF83EA281D6897174B2C_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B5_0 = NULL; String_t* G_B11_0 = NULL; { uint8_t* L_0 = ___bytes2; if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0))))) { goto IL_000a; } } { Il2CppChar* L_1 = ___chars0; if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0)))))) { goto IL_002b; } } IL_000a: { uint8_t* L_2 = ___bytes2; if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0))))) { goto IL_0016; } } { G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B; goto IL_001b; } IL_0016: { G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B; } IL_001b: { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ASCIIEncoding_GetBytes_mAF2946450CA684818B24CF83EA281D6897174B2C_RuntimeMethod_var); } IL_002b: { int32_t L_5 = ___charCount1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0034; } } { int32_t L_6 = ___byteCount3; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0054; } } IL_0034: { int32_t L_7 = ___charCount1; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_003f; } } { G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA; goto IL_0044; } IL_003f: { G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8; } IL_0044: { String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ASCIIEncoding_GetBytes_mAF2946450CA684818B24CF83EA281D6897174B2C_RuntimeMethod_var); } IL_0054: { Il2CppChar* L_10 = ___chars0; int32_t L_11 = ___charCount1; uint8_t* L_12 = ___bytes2; int32_t L_13 = ___byteCount3; int32_t L_14 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(20 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)L_10, L_11, (uint8_t*)(uint8_t*)L_12, L_13, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL); return L_14; } } // System.Int32 System.Text.ASCIIEncoding::GetCharCount(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetCharCount_mB774D2B6BB467C3BF43F854C3F8D242DD3C10C2E (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASCIIEncoding_GetCharCount_mB774D2B6BB467C3BF43F854C3F8D242DD3C10C2E_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; String_t* G_B7_0 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0; if (L_0) { goto IL_0018; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ASCIIEncoding_GetCharCount_mB774D2B6BB467C3BF43F854C3F8D242DD3C10C2E_RuntimeMethod_var); } IL_0018: { int32_t L_3 = ___index1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0020; } } { int32_t L_4 = ___count2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0040; } } IL_0020: { int32_t L_5 = ___index1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_002b; } } { G_B7_0 = _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556; goto IL_0030; } IL_002b: { G_B7_0 = _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346; } IL_0030: { String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, G_B7_0, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ASCIIEncoding_GetCharCount_mB774D2B6BB467C3BF43F854C3F8D242DD3C10C2E_RuntimeMethod_var); } IL_0040: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0; NullCheck(L_8); int32_t L_9 = ___index1; int32_t L_10 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10))) { goto IL_005d; } } { String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ASCIIEncoding_GetCharCount_mB774D2B6BB467C3BF43F854C3F8D242DD3C10C2E_RuntimeMethod_var); } IL_005d: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___bytes0; NullCheck(L_13); if ((((RuntimeArray*)L_13)->max_length)) { goto IL_0063; } } { return 0; } IL_0063: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___bytes0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = L_14; V_1 = L_15; if (!L_15) { goto IL_006d; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_1; NullCheck(L_16); if ((((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))))) { goto IL_0072; } } IL_006d: { V_0 = (uint8_t*)(((uintptr_t)0)); goto IL_007b; } IL_0072: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_1; NullCheck(L_17); V_0 = (uint8_t*)(((uintptr_t)((L_17)->GetAddressAt(static_cast(0))))); } IL_007b: { uint8_t* L_18 = V_0; int32_t L_19 = ___index1; int32_t L_20 = ___count2; int32_t L_21 = VirtFuncInvoker3< int32_t, uint8_t*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(24 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)L_19)), L_20, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL); return L_21; } } // System.Int32 System.Text.ASCIIEncoding::GetCharCount(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetCharCount_m5DB65EF0AEBBC846017E148137D8891EE48EE8AA (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, uint8_t* ___bytes0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASCIIEncoding_GetCharCount_m5DB65EF0AEBBC846017E148137D8891EE48EE8AA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint8_t* L_0 = ___bytes0; if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0)))))) { goto IL_001a; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ASCIIEncoding_GetCharCount_m5DB65EF0AEBBC846017E148137D8891EE48EE8AA_RuntimeMethod_var); } IL_001a: { int32_t L_3 = ___count1; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0033; } } { String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ASCIIEncoding_GetCharCount_m5DB65EF0AEBBC846017E148137D8891EE48EE8AA_RuntimeMethod_var); } IL_0033: { uint8_t* L_6 = ___bytes0; int32_t L_7 = ___count1; int32_t L_8 = VirtFuncInvoker3< int32_t, uint8_t*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(24 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)L_6, L_7, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL); return L_8; } } // System.Int32 System.Text.ASCIIEncoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t* V_1 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL; Il2CppChar* V_3 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_4 = NULL; String_t* G_B5_0 = NULL; String_t* G_B11_0 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0; if (!L_0) { goto IL_0007; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___chars3; if (L_1) { goto IL_0026; } } IL_0007: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___bytes0; if (!L_2) { goto IL_0011; } } { G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B; goto IL_0016; } IL_0011: { G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B; } IL_0016: { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B_RuntimeMethod_var); } IL_0026: { int32_t L_5 = ___byteIndex1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_002e; } } { int32_t L_6 = ___byteCount2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_004e; } } IL_002e: { int32_t L_7 = ___byteIndex1; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0039; } } { G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA; goto IL_003e; } IL_0039: { G_B11_0 = _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B; } IL_003e: { String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B_RuntimeMethod_var); } IL_004e: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___bytes0; NullCheck(L_10); int32_t L_11 = ___byteIndex1; int32_t L_12 = ___byteCount2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))), (int32_t)L_11))) >= ((int32_t)L_12))) { goto IL_006b; } } { String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B_RuntimeMethod_var); } IL_006b: { int32_t L_15 = ___charIndex4; if ((((int32_t)L_15) < ((int32_t)0))) { goto IL_0078; } } { int32_t L_16 = ___charIndex4; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = ___chars3; NullCheck(L_17); if ((((int32_t)L_16) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))))) { goto IL_008d; } } IL_0078: { String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_19 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_19, _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B_RuntimeMethod_var); } IL_008d: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ___bytes0; NullCheck(L_20); if ((((RuntimeArray*)L_20)->max_length)) { goto IL_0093; } } { return 0; } IL_0093: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = ___chars3; NullCheck(L_21); int32_t L_22 = ___charIndex4; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))), (int32_t)L_22)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = ___chars3; NullCheck(L_23); if ((((RuntimeArray*)L_23)->max_length)) { goto IL_00a8; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1); ___chars3 = L_24; } IL_00a8: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ___bytes0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = L_25; V_2 = L_26; if (!L_26) { goto IL_00b2; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = V_2; NullCheck(L_27); if ((((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))))) { goto IL_00b7; } } IL_00b2: { V_1 = (uint8_t*)(((uintptr_t)0)); goto IL_00c0; } IL_00b7: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_2; NullCheck(L_28); V_1 = (uint8_t*)(((uintptr_t)((L_28)->GetAddressAt(static_cast(0))))); } IL_00c0: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = ___chars3; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = L_29; V_4 = L_30; if (!L_30) { goto IL_00cd; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_31 = V_4; NullCheck(L_31); if ((((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length))))) { goto IL_00d2; } } IL_00cd: { V_3 = (Il2CppChar*)(((uintptr_t)0)); goto IL_00dc; } IL_00d2: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_32 = V_4; NullCheck(L_32); V_3 = (Il2CppChar*)(((uintptr_t)((L_32)->GetAddressAt(static_cast(0))))); } IL_00dc: { uint8_t* L_33 = V_1; int32_t L_34 = ___byteIndex1; int32_t L_35 = ___byteCount2; Il2CppChar* L_36 = V_3; int32_t L_37 = ___charIndex4; int32_t L_38 = V_0; int32_t L_39 = VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(28 /* System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_33, (int32_t)L_34)), L_35, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_37)), (int32_t)2)))), L_38, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL); return L_39; } } // System.Int32 System.Text.ASCIIEncoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetChars_m43F8992D9915D6A35CFD22CDE2256F5F32975EB3 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASCIIEncoding_GetChars_m43F8992D9915D6A35CFD22CDE2256F5F32975EB3_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B5_0 = NULL; String_t* G_B11_0 = NULL; { uint8_t* L_0 = ___bytes0; if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0))))) { goto IL_000a; } } { Il2CppChar* L_1 = ___chars2; if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0)))))) { goto IL_002b; } } IL_000a: { uint8_t* L_2 = ___bytes0; if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0))))) { goto IL_0016; } } { G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B; goto IL_001b; } IL_0016: { G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B; } IL_001b: { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ASCIIEncoding_GetChars_m43F8992D9915D6A35CFD22CDE2256F5F32975EB3_RuntimeMethod_var); } IL_002b: { int32_t L_5 = ___charCount3; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0034; } } { int32_t L_6 = ___byteCount1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0055; } } IL_0034: { int32_t L_7 = ___charCount3; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0040; } } { G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA; goto IL_0045; } IL_0040: { G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8; } IL_0045: { String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ASCIIEncoding_GetChars_m43F8992D9915D6A35CFD22CDE2256F5F32975EB3_RuntimeMethod_var); } IL_0055: { uint8_t* L_10 = ___bytes0; int32_t L_11 = ___byteCount1; Il2CppChar* L_12 = ___chars2; int32_t L_13 = ___charCount3; int32_t L_14 = VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(28 /* System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)L_10, L_11, (Il2CppChar*)(Il2CppChar*)L_12, L_13, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL); return L_14; } } // System.String System.Text.ASCIIEncoding::GetString(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ASCIIEncoding_GetString_m5EDDED54D91906259EC8CFABF0450194427EC01B (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASCIIEncoding_GetString_m5EDDED54D91906259EC8CFABF0450194427EC01B_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; String_t* G_B7_0 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0; if (L_0) { goto IL_0018; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ASCIIEncoding_GetString_m5EDDED54D91906259EC8CFABF0450194427EC01B_RuntimeMethod_var); } IL_0018: { int32_t L_3 = ___byteIndex1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0020; } } { int32_t L_4 = ___byteCount2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0040; } } IL_0020: { int32_t L_5 = ___byteIndex1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_002b; } } { G_B7_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA; goto IL_0030; } IL_002b: { G_B7_0 = _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B; } IL_0030: { String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, G_B7_0, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ASCIIEncoding_GetString_m5EDDED54D91906259EC8CFABF0450194427EC01B_RuntimeMethod_var); } IL_0040: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0; NullCheck(L_8); int32_t L_9 = ___byteIndex1; int32_t L_10 = ___byteCount2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10))) { goto IL_005d; } } { String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ASCIIEncoding_GetString_m5EDDED54D91906259EC8CFABF0450194427EC01B_RuntimeMethod_var); } IL_005d: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___bytes0; NullCheck(L_13); if ((((RuntimeArray*)L_13)->max_length)) { goto IL_0067; } } { String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_14; } IL_0067: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___bytes0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = L_15; V_1 = L_16; if (!L_16) { goto IL_0071; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_1; NullCheck(L_17); if ((((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))) { goto IL_0076; } } IL_0071: { V_0 = (uint8_t*)(((uintptr_t)0)); goto IL_007f; } IL_0076: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_1; NullCheck(L_18); V_0 = (uint8_t*)(((uintptr_t)((L_18)->GetAddressAt(static_cast(0))))); } IL_007f: { uint8_t* L_19 = V_0; int32_t L_20 = ___byteIndex1; int32_t L_21 = ___byteCount2; String_t* L_22 = String_CreateStringFromEncoding_m05572A060148F853D4AD4D275D432DFF261ABF99((uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)L_20)), L_21, __this, /*hidden argument*/NULL); return L_22; } } // System.Int32 System.Text.ASCIIEncoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetByteCount_m2CF471788E518B359D80A15ABE6DB588BE7A6DC2 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASCIIEncoding_GetByteCount_m2CF471788E518B359D80A15ABE6DB588BE7A6DC2_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * V_1 = NULL; Il2CppChar* V_2 = NULL; EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * V_3 = NULL; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; int32_t G_B27_0 = 0; { V_0 = 0; V_1 = (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)NULL; Il2CppChar* L_0 = ___chars0; int32_t L_1 = ___charCount1; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_1)), (int32_t)2)))); V_3 = (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C *)NULL; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_2 = ___encoder2; if (!L_2) { goto IL_007c; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_3 = ___encoder2; NullCheck(L_3); Il2CppChar L_4 = L_3->get_charLeftOver_2(); V_0 = L_4; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_5 = ___encoder2; NullCheck(L_5); EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_6 = Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A_inline(L_5, /*hidden argument*/NULL); V_1 = ((EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)IsInstSealed((RuntimeObject*)L_6, EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var)); EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_7 = ___encoder2; NullCheck(L_7); bool L_8 = Encoder_get_InternalHasFallbackBuffer_m4064B8A9FEB64FFED4D963FB92E0F31612F63033(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0088; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_9 = ___encoder2; NullCheck(L_9); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_10 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_9, /*hidden argument*/NULL); V_3 = L_10; EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_11 = V_3; NullCheck(L_11); int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Text.EncoderFallbackBuffer::get_Remaining() */, L_11); if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_0070; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_13 = ___encoder2; NullCheck(L_13); bool L_14 = L_13->get_m_throwOnOverflow_5(); if (!L_14) { goto IL_0070; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_15; String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Text.Encoding::get_EncodingName() */, __this); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_17); (L_16)->SetAt(static_cast(0), (RuntimeObject *)L_17); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_16; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_19 = ___encoder2; NullCheck(L_19); EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_20 = Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A_inline(L_19, /*hidden argument*/NULL); NullCheck(L_20); Type_t * L_21 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_20, /*hidden argument*/NULL); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_21); (L_18)->SetAt(static_cast(1), (RuntimeObject *)L_21); String_t* L_22 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral5E582BBCB7C3EEF516ECF2B6FE525CF94E83D018, L_18, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_23 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ASCIIEncoding_GetByteCount_m2CF471788E518B359D80A15ABE6DB588BE7A6DC2_RuntimeMethod_var); } IL_0070: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_24 = V_3; Il2CppChar* L_25 = ___chars0; Il2CppChar* L_26 = V_2; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_27 = ___encoder2; NullCheck(L_24); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_24, (Il2CppChar*)(Il2CppChar*)L_25, (Il2CppChar*)(Il2CppChar*)L_26, L_27, (bool)0, /*hidden argument*/NULL); goto IL_0088; } IL_007c: { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_28 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline(__this, /*hidden argument*/NULL); V_1 = ((EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)IsInstSealed((RuntimeObject*)L_28, EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var)); } IL_0088: { EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_29 = V_1; if (!L_29) { goto IL_009f; } } { EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_30 = V_1; NullCheck(L_30); int32_t L_31 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_30); if ((!(((uint32_t)L_31) == ((uint32_t)1)))) { goto IL_009f; } } { Il2CppChar L_32 = V_0; if ((((int32_t)L_32) <= ((int32_t)0))) { goto IL_009d; } } { int32_t L_33 = ___charCount1; ___charCount1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_009d: { int32_t L_34 = ___charCount1; return L_34; } IL_009f: { V_4 = 0; Il2CppChar L_35 = V_0; if ((((int32_t)L_35) <= ((int32_t)0))) { goto IL_0113; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_36 = ___encoder2; NullCheck(L_36); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_37 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_36, /*hidden argument*/NULL); V_3 = L_37; EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_38 = V_3; Il2CppChar* L_39 = ___chars0; Il2CppChar* L_40 = V_2; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_41 = ___encoder2; NullCheck(L_38); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_38, (Il2CppChar*)(Il2CppChar*)L_39, (Il2CppChar*)(Il2CppChar*)L_40, L_41, (bool)0, /*hidden argument*/NULL); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_42 = V_3; Il2CppChar L_43 = V_0; NullCheck(L_42); VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_42, L_43, (Il2CppChar**)(&___chars0)); goto IL_0113; } IL_00c3: { Il2CppChar L_44 = V_5; if (L_44) { goto IL_00d0; } } { Il2CppChar* L_45 = ___chars0; int32_t L_46 = *((uint16_t*)L_45); V_5 = L_46; Il2CppChar* L_47 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (int32_t)2)); } IL_00d0: { Il2CppChar L_48 = V_5; if ((((int32_t)L_48) <= ((int32_t)((int32_t)127)))) { goto IL_010d; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_49 = V_3; if (L_49) { goto IL_0100; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_50 = ___encoder2; if (L_50) { goto IL_00ea; } } { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_51 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_encoderFallback_59(); NullCheck(L_51); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_52 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_51); V_3 = L_52; goto IL_00f1; } IL_00ea: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_53 = ___encoder2; NullCheck(L_53); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_54 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_53, /*hidden argument*/NULL); V_3 = L_54; } IL_00f1: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_55 = V_3; Il2CppChar* L_56 = V_2; int32_t L_57 = ___charCount1; Il2CppChar* L_58 = V_2; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_59 = ___encoder2; NullCheck(L_55); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_55, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_56, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_57)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_58, L_59, (bool)0, /*hidden argument*/NULL); } IL_0100: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_60 = V_3; Il2CppChar L_61 = V_5; NullCheck(L_60); VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_60, L_61, (Il2CppChar**)(&___chars0)); goto IL_0113; } IL_010d: { int32_t L_62 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_0113: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_63 = V_3; if (!L_63) { goto IL_011e; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_64 = V_3; NullCheck(L_64); Il2CppChar L_65 = EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF(L_64, /*hidden argument*/NULL); G_B27_0 = ((int32_t)(L_65)); goto IL_011f; } IL_011e: { G_B27_0 = 0; } IL_011f: { int32_t L_66 = G_B27_0; V_5 = L_66; if (L_66) { goto IL_00c3; } } { Il2CppChar* L_67 = ___chars0; Il2CppChar* L_68 = V_2; if ((!(((uintptr_t)L_67) >= ((uintptr_t)L_68)))) { goto IL_00c3; } } { int32_t L_69 = V_4; return L_69; } } // System.Int32 System.Text.ASCIIEncoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetBytes_mE712EF78C9190829051F38DEEDAF0EAFA5EACAEF (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, uint8_t* ___bytes2, int32_t ___byteCount3, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASCIIEncoding_GetBytes_mE712EF78C9190829051F38DEEDAF0EAFA5EACAEF_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * V_1 = NULL; EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * V_2 = NULL; Il2CppChar* V_3 = NULL; uint8_t* V_4 = NULL; Il2CppChar* V_5 = NULL; uint8_t* V_6 = NULL; Il2CppChar V_7 = 0x0; Il2CppChar V_8 = 0x0; Il2CppChar V_9 = 0x0; int32_t G_B44_0 = 0; { V_0 = 0; V_1 = (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)NULL; V_2 = (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C *)NULL; Il2CppChar* L_0 = ___chars0; int32_t L_1 = ___charCount1; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_1)), (int32_t)2)))); uint8_t* L_2 = ___bytes2; V_4 = (uint8_t*)L_2; Il2CppChar* L_3 = ___chars0; V_5 = (Il2CppChar*)L_3; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_4 = ___encoder4; if (!L_4) { goto IL_008b; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_5 = ___encoder4; NullCheck(L_5); Il2CppChar L_6 = L_5->get_charLeftOver_2(); V_0 = L_6; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_7 = ___encoder4; NullCheck(L_7); EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_8 = Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A_inline(L_7, /*hidden argument*/NULL); V_1 = ((EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)IsInstSealed((RuntimeObject*)L_8, EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var)); EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_9 = ___encoder4; NullCheck(L_9); bool L_10 = Encoder_get_InternalHasFallbackBuffer_m4064B8A9FEB64FFED4D963FB92E0F31612F63033(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0097; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_11 = ___encoder4; NullCheck(L_11); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_12 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_11, /*hidden argument*/NULL); V_2 = L_12; EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_13 = V_2; NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Text.EncoderFallbackBuffer::get_Remaining() */, L_13); if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_007d; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_15 = ___encoder4; NullCheck(L_15); bool L_16 = L_15->get_m_throwOnOverflow_5(); if (!L_16) { goto IL_007d; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_17; String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Text.Encoding::get_EncodingName() */, __this); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(0), (RuntimeObject *)L_19); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_18; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_21 = ___encoder4; NullCheck(L_21); EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_22 = Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A_inline(L_21, /*hidden argument*/NULL); NullCheck(L_22); Type_t * L_23 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_22, /*hidden argument*/NULL); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_23); (L_20)->SetAt(static_cast(1), (RuntimeObject *)L_23); String_t* L_24 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral5E582BBCB7C3EEF516ECF2B6FE525CF94E83D018, L_20, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_25 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ASCIIEncoding_GetBytes_mE712EF78C9190829051F38DEEDAF0EAFA5EACAEF_RuntimeMethod_var); } IL_007d: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_26 = V_2; Il2CppChar* L_27 = V_5; Il2CppChar* L_28 = V_3; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_29 = ___encoder4; NullCheck(L_26); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_26, (Il2CppChar*)(Il2CppChar*)L_27, (Il2CppChar*)(Il2CppChar*)L_28, L_29, (bool)1, /*hidden argument*/NULL); goto IL_0097; } IL_008b: { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_30 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline(__this, /*hidden argument*/NULL); V_1 = ((EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)IsInstSealed((RuntimeObject*)L_30, EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var)); } IL_0097: { EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_31 = V_1; if (!L_31) { goto IL_014d; } } { EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_32 = V_1; NullCheck(L_32); int32_t L_33 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_32); if ((!(((uint32_t)L_33) == ((uint32_t)1)))) { goto IL_014d; } } { EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_34 = V_1; NullCheck(L_34); String_t* L_35 = EncoderReplacementFallback_get_DefaultString_m309F22B8DC7DFCFA07DB9B21498454B935B2BBB0_inline(L_34, /*hidden argument*/NULL); NullCheck(L_35); Il2CppChar L_36 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_35, 0, /*hidden argument*/NULL); V_8 = L_36; Il2CppChar L_37 = V_8; if ((((int32_t)L_37) > ((int32_t)((int32_t)127)))) { goto IL_014d; } } { Il2CppChar L_38 = V_0; if ((((int32_t)L_38) <= ((int32_t)0))) { goto IL_00e1; } } { int32_t L_39 = ___byteCount3; if (L_39) { goto IL_00d1; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_40 = ___encoder4; Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2(__this, L_40, (bool)1, /*hidden argument*/NULL); } IL_00d1: { uint8_t* L_41 = ___bytes2; uint8_t* L_42 = (uint8_t*)L_41; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_42, (int32_t)1)); Il2CppChar L_43 = V_8; *((int8_t*)L_42) = (int8_t)(((int32_t)((uint8_t)L_43))); int32_t L_44 = ___byteCount3; ___byteCount3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1)); } IL_00e1: { int32_t L_45 = ___byteCount3; int32_t L_46 = ___charCount1; if ((((int32_t)L_45) >= ((int32_t)L_46))) { goto IL_0125; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_47 = ___encoder4; int32_t L_48 = ___byteCount3; Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2(__this, L_47, (bool)((((int32_t)L_48) < ((int32_t)1))? 1 : 0), /*hidden argument*/NULL); Il2CppChar* L_49 = ___chars0; int32_t L_50 = ___byteCount3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_50)), (int32_t)2)))); goto IL_0125; } IL_00fd: { Il2CppChar* L_51 = ___chars0; Il2CppChar* L_52 = (Il2CppChar*)L_51; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_52, (int32_t)2)); int32_t L_53 = *((uint16_t*)L_52); V_9 = L_53; Il2CppChar L_54 = V_9; if ((((int32_t)L_54) < ((int32_t)((int32_t)128)))) { goto IL_011b; } } { uint8_t* L_55 = ___bytes2; uint8_t* L_56 = (uint8_t*)L_55; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_56, (int32_t)1)); Il2CppChar L_57 = V_8; *((int8_t*)L_56) = (int8_t)(((int32_t)((uint8_t)L_57))); goto IL_0125; } IL_011b: { uint8_t* L_58 = ___bytes2; uint8_t* L_59 = (uint8_t*)L_58; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_59, (int32_t)1)); Il2CppChar L_60 = V_9; *((int8_t*)L_59) = (int8_t)(((int32_t)((uint8_t)L_60))); } IL_0125: { Il2CppChar* L_61 = ___chars0; Il2CppChar* L_62 = V_3; if ((!(((uintptr_t)L_61) >= ((uintptr_t)L_62)))) { goto IL_00fd; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_63 = ___encoder4; if (!L_63) { goto IL_0144; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_64 = ___encoder4; NullCheck(L_64); L_64->set_charLeftOver_2(0); EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_65 = ___encoder4; Il2CppChar* L_66 = ___chars0; Il2CppChar* L_67 = V_5; NullCheck(L_65); L_65->set_m_charsUsed_6((((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_66, (intptr_t)L_67))/(int32_t)2))))))))); } IL_0144: { uint8_t* L_68 = ___bytes2; uint8_t* L_69 = V_4; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_68, (intptr_t)L_69))/(int32_t)1)))))))); } IL_014d: { uint8_t* L_70 = ___bytes2; int32_t L_71 = ___byteCount3; V_6 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_70, (int32_t)L_71)); Il2CppChar L_72 = V_0; if ((((int32_t)L_72) <= ((int32_t)0))) { goto IL_0200; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_73 = ___encoder4; NullCheck(L_73); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_74 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_73, /*hidden argument*/NULL); V_2 = L_74; EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_75 = V_2; Il2CppChar* L_76 = ___chars0; Il2CppChar* L_77 = V_3; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_78 = ___encoder4; NullCheck(L_75); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_75, (Il2CppChar*)(Il2CppChar*)L_76, (Il2CppChar*)(Il2CppChar*)L_77, L_78, (bool)1, /*hidden argument*/NULL); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_79 = V_2; Il2CppChar L_80 = V_0; NullCheck(L_79); VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_79, L_80, (Il2CppChar**)(&___chars0)); goto IL_0200; } IL_017c: { Il2CppChar L_81 = V_7; if (L_81) { goto IL_0189; } } { Il2CppChar* L_82 = ___chars0; int32_t L_83 = *((uint16_t*)L_82); V_7 = L_83; Il2CppChar* L_84 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_84, (int32_t)2)); } IL_0189: { Il2CppChar L_85 = V_7; if ((((int32_t)L_85) <= ((int32_t)((int32_t)127)))) { goto IL_01c9; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_86 = V_2; if (L_86) { goto IL_01bc; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_87 = ___encoder4; if (L_87) { goto IL_01a4; } } { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_88 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_encoderFallback_59(); NullCheck(L_88); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_89 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_88); V_2 = L_89; goto IL_01ac; } IL_01a4: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_90 = ___encoder4; NullCheck(L_90); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_91 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_90, /*hidden argument*/NULL); V_2 = L_91; } IL_01ac: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_92 = V_2; Il2CppChar* L_93 = V_3; int32_t L_94 = ___charCount1; Il2CppChar* L_95 = V_3; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_96 = ___encoder4; NullCheck(L_92); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_92, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_93, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_94)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_95, L_96, (bool)1, /*hidden argument*/NULL); } IL_01bc: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_97 = V_2; Il2CppChar L_98 = V_7; NullCheck(L_97); VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_97, L_98, (Il2CppChar**)(&___chars0)); goto IL_0200; } IL_01c9: { uint8_t* L_99 = ___bytes2; uint8_t* L_100 = V_6; if ((!(((uintptr_t)L_99) >= ((uintptr_t)L_100)))) { goto IL_01f6; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_101 = V_2; if (!L_101) { goto IL_01d9; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_102 = V_2; NullCheck(L_102); bool L_103 = L_102->get_bFallingBack_5(); if (L_103) { goto IL_01e0; } } IL_01d9: { Il2CppChar* L_104 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_104, (int32_t)2)); goto IL_01e7; } IL_01e0: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_105 = V_2; NullCheck(L_105); VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Text.EncoderFallbackBuffer::MovePrevious() */, L_105); } IL_01e7: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_106 = ___encoder4; uint8_t* L_107 = ___bytes2; uint8_t* L_108 = V_4; Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2(__this, L_106, (bool)((((intptr_t)L_107) == ((intptr_t)L_108))? 1 : 0), /*hidden argument*/NULL); goto IL_021b; } IL_01f6: { uint8_t* L_109 = ___bytes2; Il2CppChar L_110 = V_7; *((int8_t*)L_109) = (int8_t)(((int32_t)((uint8_t)L_110))); uint8_t* L_111 = ___bytes2; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_111, (int32_t)1)); } IL_0200: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_112 = V_2; if (!L_112) { goto IL_020b; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_113 = V_2; NullCheck(L_113); Il2CppChar L_114 = EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF(L_113, /*hidden argument*/NULL); G_B44_0 = ((int32_t)(L_114)); goto IL_020c; } IL_020b: { G_B44_0 = 0; } IL_020c: { int32_t L_115 = G_B44_0; V_7 = L_115; if (L_115) { goto IL_017c; } } { Il2CppChar* L_116 = ___chars0; Il2CppChar* L_117 = V_3; if ((!(((uintptr_t)L_116) >= ((uintptr_t)L_117)))) { goto IL_017c; } } IL_021b: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_118 = ___encoder4; if (!L_118) { goto IL_0241; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_119 = V_2; if (!L_119) { goto IL_0232; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_120 = V_2; NullCheck(L_120); bool L_121 = L_120->get_bUsedEncoder_4(); if (L_121) { goto IL_0232; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_122 = ___encoder4; NullCheck(L_122); L_122->set_charLeftOver_2(0); } IL_0232: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_123 = ___encoder4; Il2CppChar* L_124 = ___chars0; Il2CppChar* L_125 = V_5; NullCheck(L_123); L_123->set_m_charsUsed_6((((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_124, (intptr_t)L_125))/(int32_t)2))))))))); } IL_0241: { uint8_t* L_126 = ___bytes2; uint8_t* L_127 = V_4; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_126, (intptr_t)L_127))/(int32_t)1)))))))); } } // System.Int32 System.Text.ASCIIEncoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetCharCount_mED75ADEB6196257F57CFC35A1FAADEE163E0BCBA (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, uint8_t* ___bytes0, int32_t ___count1, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___decoder2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASCIIEncoding_GetCharCount_mED75ADEB6196257F57CFC35A1FAADEE163E0BCBA_MetadataUsageId); s_Il2CppMethodInitialized = true; } DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * V_0 = NULL; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * V_1 = NULL; int32_t V_2 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL; uint8_t* V_4 = NULL; uint8_t V_5 = 0x0; { V_0 = (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)NULL; DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_0 = ___decoder2; if (L_0) { goto IL_0013; } } { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_1 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(__this, /*hidden argument*/NULL); V_0 = ((DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)IsInstSealed((RuntimeObject*)L_1, DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var)); goto IL_001f; } IL_0013: { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_2 = ___decoder2; NullCheck(L_2); DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_3 = Decoder_get_Fallback_m9F1A02991ED3FD31BEAC0499EC7978CE386D03AE_inline(L_2, /*hidden argument*/NULL); V_0 = ((DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)IsInstSealed((RuntimeObject*)L_3, DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var)); } IL_001f: { DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_4 = V_0; if (!L_4) { goto IL_002d; } } { DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.DecoderFallback::get_MaxCharCount() */, L_5); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_002d; } } { int32_t L_7 = ___count1; return L_7; } IL_002d: { V_1 = (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C *)NULL; int32_t L_8 = ___count1; V_2 = L_8; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1); V_3 = L_9; uint8_t* L_10 = ___bytes0; int32_t L_11 = ___count1; V_4 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11)); goto IL_008c; } IL_003f: { uint8_t* L_12 = ___bytes0; int32_t L_13 = *((uint8_t*)L_12); V_5 = (uint8_t)L_13; uint8_t* L_14 = ___bytes0; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)1)); uint8_t L_15 = V_5; if ((((int32_t)L_15) < ((int32_t)((int32_t)128)))) { goto IL_008c; } } { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_16 = V_1; if (L_16) { goto IL_0078; } } { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_17 = ___decoder2; if (L_17) { goto IL_0065; } } { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_18 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(__this, /*hidden argument*/NULL); NullCheck(L_18); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_19 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_18); V_1 = L_19; goto IL_006c; } IL_0065: { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_20 = ___decoder2; NullCheck(L_20); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_21 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_20, /*hidden argument*/NULL); V_1 = L_21; } IL_006c: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_22 = V_1; uint8_t* L_23 = V_4; int32_t L_24 = ___count1; NullCheck(L_22); DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_22, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_23, (int32_t)L_24)), (Il2CppChar*)(Il2CppChar*)(((uintptr_t)0)), /*hidden argument*/NULL); } IL_0078: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = V_3; uint8_t L_26 = V_5; NullCheck(L_25); (L_25)->SetAt(static_cast(0), (uint8_t)L_26); int32_t L_27 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1)); int32_t L_28 = V_2; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_29 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = V_3; uint8_t* L_31 = ___bytes0; NullCheck(L_29); int32_t L_32 = VirtFuncInvoker2< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t* >::Invoke(8 /* System.Int32 System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*) */, L_29, L_30, (uint8_t*)(uint8_t*)L_31); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_32)); } IL_008c: { uint8_t* L_33 = ___bytes0; uint8_t* L_34 = V_4; if ((!(((uintptr_t)L_33) >= ((uintptr_t)L_34)))) { goto IL_003f; } } { int32_t L_35 = V_2; return L_35; } } // System.Int32 System.Text.ASCIIEncoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetChars_mEA0193EB61743E9975F884599BF36E6C257B27BE (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___decoder4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASCIIEncoding_GetChars_mEA0193EB61743E9975F884599BF36E6C257B27BE_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; Il2CppChar* V_2 = NULL; DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * V_3 = NULL; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * V_4 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL; Il2CppChar* V_6 = NULL; Il2CppChar V_7 = 0x0; uint8_t V_8 = 0x0; uint8_t V_9 = 0x0; { uint8_t* L_0 = ___bytes0; int32_t L_1 = ___byteCount1; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1)); uint8_t* L_2 = ___bytes0; V_1 = (uint8_t*)L_2; Il2CppChar* L_3 = ___chars2; V_2 = (Il2CppChar*)L_3; V_3 = (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)NULL; DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_4 = ___decoder4; if (L_4) { goto IL_001c; } } { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_5 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(__this, /*hidden argument*/NULL); V_3 = ((DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)IsInstSealed((RuntimeObject*)L_5, DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var)); goto IL_0029; } IL_001c: { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_6 = ___decoder4; NullCheck(L_6); DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_7 = Decoder_get_Fallback_m9F1A02991ED3FD31BEAC0499EC7978CE386D03AE_inline(L_6, /*hidden argument*/NULL); V_3 = ((DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)IsInstSealed((RuntimeObject*)L_7, DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var)); } IL_0029: { DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_8 = V_3; if (!L_8) { goto IL_00a0; } } { DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_9 = V_3; NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.DecoderFallback::get_MaxCharCount() */, L_9); if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_00a0; } } { DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_11 = V_3; NullCheck(L_11); String_t* L_12 = DecoderReplacementFallback_get_DefaultString_m7ED43521155BA25273CD47953D2AB0E0033066D3_inline(L_11, /*hidden argument*/NULL); NullCheck(L_12); Il2CppChar L_13 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, 0, /*hidden argument*/NULL); V_7 = L_13; int32_t L_14 = ___charCount3; int32_t L_15 = ___byteCount1; if ((((int32_t)L_14) >= ((int32_t)L_15))) { goto IL_0082; } } { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_16 = ___decoder4; int32_t L_17 = ___charCount3; Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_16, (bool)((((int32_t)L_17) < ((int32_t)1))? 1 : 0), /*hidden argument*/NULL); uint8_t* L_18 = ___bytes0; int32_t L_19 = ___charCount3; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)L_19)); goto IL_0082; } IL_005c: { uint8_t* L_20 = ___bytes0; uint8_t* L_21 = (uint8_t*)L_20; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)1)); int32_t L_22 = *((uint8_t*)L_21); V_8 = (uint8_t)L_22; uint8_t L_23 = V_8; if ((((int32_t)L_23) < ((int32_t)((int32_t)128)))) { goto IL_0079; } } { Il2CppChar* L_24 = ___chars2; Il2CppChar* L_25 = (Il2CppChar*)L_24; ___chars2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, (int32_t)2)); Il2CppChar L_26 = V_7; *((int16_t*)L_25) = (int16_t)L_26; goto IL_0082; } IL_0079: { Il2CppChar* L_27 = ___chars2; Il2CppChar* L_28 = (Il2CppChar*)L_27; ___chars2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)2)); uint8_t L_29 = V_8; *((int16_t*)L_28) = (int16_t)L_29; } IL_0082: { uint8_t* L_30 = ___bytes0; uint8_t* L_31 = V_0; if ((!(((uintptr_t)L_30) >= ((uintptr_t)L_31)))) { goto IL_005c; } } { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_32 = ___decoder4; if (!L_32) { goto IL_0098; } } { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_33 = ___decoder4; uint8_t* L_34 = ___bytes0; uint8_t* L_35 = V_1; NullCheck(L_33); L_33->set_m_bytesUsed_5((((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_34, (intptr_t)L_35))/(int32_t)1))))))))); } IL_0098: { Il2CppChar* L_36 = ___chars2; Il2CppChar* L_37 = V_2; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_36, (intptr_t)L_37))/(int32_t)2)))))))); } IL_00a0: { V_4 = (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C *)NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1); V_5 = L_38; Il2CppChar* L_39 = ___chars2; int32_t L_40 = ___charCount3; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_39, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_40)), (int32_t)2)))); goto IL_0146; } IL_00b9: { uint8_t* L_41 = ___bytes0; int32_t L_42 = *((uint8_t*)L_41); V_9 = (uint8_t)L_42; uint8_t* L_43 = ___bytes0; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_43, (int32_t)1)); uint8_t L_44 = V_9; if ((((int32_t)L_44) < ((int32_t)((int32_t)128)))) { goto IL_0125; } } { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_45 = V_4; if (L_45) { goto IL_00f7; } } { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_46 = ___decoder4; if (L_46) { goto IL_00e2; } } { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_47 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(__this, /*hidden argument*/NULL); NullCheck(L_47); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_48 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_47); V_4 = L_48; goto IL_00eb; } IL_00e2: { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_49 = ___decoder4; NullCheck(L_49); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_50 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_49, /*hidden argument*/NULL); V_4 = L_50; } IL_00eb: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_51 = V_4; uint8_t* L_52 = V_0; int32_t L_53 = ___byteCount1; Il2CppChar* L_54 = V_6; NullCheck(L_51); DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_51, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_52, (int32_t)L_53)), (Il2CppChar*)(Il2CppChar*)L_54, /*hidden argument*/NULL); } IL_00f7: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = V_5; uint8_t L_56 = V_9; NullCheck(L_55); (L_55)->SetAt(static_cast(0), (uint8_t)L_56); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_57 = V_4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = V_5; uint8_t* L_59 = ___bytes0; NullCheck(L_57); bool L_60 = VirtFuncInvoker3< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t*, Il2CppChar** >::Invoke(7 /* System.Boolean System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*,System.Char*&) */, L_57, L_58, (uint8_t*)(uint8_t*)L_59, (Il2CppChar**)(&___chars2)); if (L_60) { goto IL_0146; } } { uint8_t* L_61 = ___bytes0; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_61, (int32_t)1)); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_62 = V_4; NullCheck(L_62); DecoderFallbackBuffer_InternalReset_mAA3A04B329865E28A746D984381B9A45C4123B33(L_62, /*hidden argument*/NULL); DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_63 = ___decoder4; Il2CppChar* L_64 = ___chars2; Il2CppChar* L_65 = V_2; Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_63, (bool)((((intptr_t)L_64) == ((intptr_t)L_65))? 1 : 0), /*hidden argument*/NULL); goto IL_014d; } IL_0125: { Il2CppChar* L_66 = ___chars2; Il2CppChar* L_67 = V_6; if ((!(((uintptr_t)L_66) >= ((uintptr_t)L_67)))) { goto IL_013d; } } { uint8_t* L_68 = ___bytes0; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_68, (int32_t)1)); DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_69 = ___decoder4; Il2CppChar* L_70 = ___chars2; Il2CppChar* L_71 = V_2; Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_69, (bool)((((intptr_t)L_70) == ((intptr_t)L_71))? 1 : 0), /*hidden argument*/NULL); goto IL_014d; } IL_013d: { Il2CppChar* L_72 = ___chars2; uint8_t L_73 = V_9; *((int16_t*)L_72) = (int16_t)L_73; Il2CppChar* L_74 = ___chars2; ___chars2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_74, (int32_t)2)); } IL_0146: { uint8_t* L_75 = ___bytes0; uint8_t* L_76 = V_0; if ((!(((uintptr_t)L_75) >= ((uintptr_t)L_76)))) { goto IL_00b9; } } IL_014d: { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_77 = ___decoder4; if (!L_77) { goto IL_015f; } } { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_78 = ___decoder4; uint8_t* L_79 = ___bytes0; uint8_t* L_80 = V_1; NullCheck(L_78); L_78->set_m_bytesUsed_5((((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_79, (intptr_t)L_80))/(int32_t)1))))))))); } IL_015f: { Il2CppChar* L_81 = ___chars2; Il2CppChar* L_82 = V_2; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_81, (intptr_t)L_82))/(int32_t)2)))))))); } } // System.Int32 System.Text.ASCIIEncoding::GetMaxByteCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetMaxByteCount_m3E3C11035D964A46F26D24DB47893A731FE72598 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, int32_t ___charCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASCIIEncoding_GetMaxByteCount_m3E3C11035D964A46F26D24DB47893A731FE72598_MetadataUsageId); s_Il2CppMethodInitialized = true; } 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 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ASCIIEncoding_GetMaxByteCount_m3E3C11035D964A46F26D24DB47893A731FE72598_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_tDE342346D01608628F1BCEBB652D31009852CF63 * L_4 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); int32_t 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_tDE342346D01608628F1BCEBB652D31009852CF63 * L_7 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); int32_t 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 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral7C919B509EED4EF0BA0127F8EC8FE088356687B3, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ASCIIEncoding_GetMaxByteCount_m3E3C11035D964A46F26D24DB47893A731FE72598_RuntimeMethod_var); } IL_005a: { int64_t L_12 = V_0; return (((int32_t)((int32_t)L_12))); } } // System.Int32 System.Text.ASCIIEncoding::GetMaxCharCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetMaxCharCount_m828DD0F81FA2A3F84D9105199D12D30D04C0E3D3 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, int32_t ___byteCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASCIIEncoding_GetMaxCharCount_m828DD0F81FA2A3F84D9105199D12D30D04C0E3D3_MetadataUsageId); s_Il2CppMethodInitialized = true; } 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 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ASCIIEncoding_GetMaxCharCount_m828DD0F81FA2A3F84D9105199D12D30D04C0E3D3_RuntimeMethod_var); } IL_0019: { int32_t L_3 = ___byteCount0; V_0 = (((int64_t)((int64_t)L_3))); DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_4 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); int32_t 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_t128445EB7676870485230893338EF044F6B72F60 * L_7 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); int32_t 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 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC94AEC48B21CADC5BB8B140753EE1FF89E29C7BC, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ASCIIEncoding_GetMaxCharCount_m828DD0F81FA2A3F84D9105199D12D30D04C0E3D3_RuntimeMethod_var); } IL_0057: { int64_t L_12 = V_0; return (((int32_t)((int32_t)L_12))); } } // System.Text.Decoder System.Text.ASCIIEncoding::GetDecoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ASCIIEncoding_GetDecoder_mA934F385E4E41AF1ECFAA91CC04F1587FF87878B (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASCIIEncoding_GetDecoder_mA934F385E4E41AF1ECFAA91CC04F1587FF87878B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_0 = (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)il2cpp_codegen_object_new(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD_il2cpp_TypeInfo_var); DecoderNLS__ctor_m7909804265A4B50D45020D604E0802C278297E67(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Text.Encoder System.Text.ASCIIEncoding::GetEncoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * ASCIIEncoding_GetEncoder_mDE0D289734DC7259779BBEC3267084DF3FFA87E8 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASCIIEncoding_GetEncoder_mDE0D289734DC7259779BBEC3267084DF3FFA87E8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_0 = (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)il2cpp_codegen_object_new(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8_il2cpp_TypeInfo_var); EncoderNLS__ctor_m3F11286A48DC8DEB96AB6B98EC9A1C0F79A11051(L_0, __this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SecurityElement_set_m_strText_mB180660252E74DFC9C4DA8CFD4725FB6F08FF984_inline (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_text_0(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SecurityAttribute_get_Name_mBAFBB58BAF8A0B554279065786A5920E3CDFEB16_inline (SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__name_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SecurityAttribute_get_Value_m688A5CF9C4976D8823B4A3BE394F8F19D5AE7985_inline (SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__value_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * SecurityParser_ToXml_m200668D8B0CA2E947D3F6EDEF2A41FCA886AE160_inline (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, const RuntimeMethod* method) { { SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_0 = __this->get_root_12(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__HResult_11(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t StreamTokenReader_get_NumCharEncountered_m27810F1DF7FBD4B61BFF09C14CFB7879B18559A4_inline (StreamTokenReader_tB1C28C8BB8F0E24C4603A1FB2F1D907AC55E0CF8 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__numCharRead_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t TokenizerStream_GetTokenCount_mB6919ADDA845EB36C50623DA9F76403DCE1D2B15_inline (TokenizerStream_tCD08169D8D1AA499A8FA0903E44D2945A564D9D9 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_countTokens_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PositiveInfinitySymbol_m7602CB28ED33148275C2ED9CF8395241BF8E0F0A_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_positiveInfinitySymbol_13(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NegativeInfinitySymbol_m8C1DDF6E543F2193CD0BE65F67175E4DECED1DB8_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_negativeInfinitySymbol_14(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NaNSymbol_m82326D3E16F9834D5138685A6956EE154944891E_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_nanSymbol_12(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Console_get_OutputEncoding_mA23798B6CE69F59EAA00C8206EF8552196120647_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Console_get_OutputEncoding_mA23798B6CE69F59EAA00C8206EF8552196120647mscorlib17_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->get_outputEncoding_4(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Console_get_InputEncoding_m60EAA2E167A0C8C681997B998E851D8CD6C954FE_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Console_get_InputEncoding_m60EAA2E167A0C8C681997B998E851D8CD6C954FEmscorlib17_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->get_inputEncoding_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__key_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Il2CppChar ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509_inline (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = __this->get__keyChar_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A_inline (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, const RuntimeMethod* method) { { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_0 = __this->get_m_fallback_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method) { { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_0 = __this->get_encoderFallback_59(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* EncoderReplacementFallback_get_DefaultString_m309F22B8DC7DFCFA07DB9B21498454B935B2BBB0_inline (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_strDefault_4(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method) { { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_0 = __this->get_decoderFallback_60(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * Decoder_get_Fallback_m9F1A02991ED3FD31BEAC0499EC7978CE386D03AE_inline (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method) { { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_0 = __this->get_m_fallback_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DecoderReplacementFallback_get_DefaultString_m7ED43521155BA25273CD47953D2AB0E0033066D3_inline (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_strDefault_4(); return L_0; } }