优化实践教程示例项目
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

28798 行
1.1 MiB

#include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
#include "icalls/mscorlib/Interop.h"
#include "icalls/mscorlib/Mono/Runtime.h"
#include "icalls/mscorlib/Mono/RuntimeClassHandle.h"
#include "icalls/mscorlib/Mono/RuntimeGPtrArrayHandle.h"
#include "icalls/mscorlib/Mono/RuntimeMarshal.h"
#include "icalls/mscorlib/Mono/SafeStringMarshal.h"
struct VirtualActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct VirtualActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct VirtualActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R>
struct VirtualFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct VirtualFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct VirtualFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct VirtualFuncInvoker3
{
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);
}
};
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 <typename T1>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct InterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R>
struct InterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
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);
}
};
// System.Action`1<System.Object>
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
// System.Action`1<System.String>
struct Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A;
// System.Buffers.ArrayPool`1<System.Byte>
struct ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07;
// System.Comparison`1<Mono.Globalization.Unicode.Level2Map>
struct Comparison_1_t9348BD07A42E0B64874D56D54EB3C5984E623BCE;
// System.Comparison`1<System.Object>
struct Comparison_1_t62E531E7B8260E2C6C2718C3BDB8CF8655139645;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Text.Encoding>
struct Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28;
// System.Collections.Generic.IComparer`1<Mono.Globalization.Unicode.Contraction>
struct IComparer_1_tA8FE324C126879C27B219151B67567D681D4429E;
// System.Collections.Generic.IComparer`1<System.Object>
struct IComparer_1_tC0A12A847AF97F369A5CE9A0CCE71CE18EE1440E;
// System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>
struct List_1_t4B07534C6EDA44BFBF4CD81E023B10C2692A5258;
// System.Collections.Generic.List`1<Mono.Globalization.Unicode.Level2Map>
struct List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07;
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
// System.Collections.Generic.List`1<System.String>
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
// System.Tuple`3<System.Object,System.UInt64,System.UInt64>
struct Tuple_3_t6A49A718C3DBE59399651E268121A016C620E9F0;
// System.Tuple`3<System.String,System.UInt64,System.UInt64>
struct Tuple_3_tE40FE480A28B7206460EF9B5B38F67335B38A686;
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
// Mono.Globalization.Unicode.Contraction[]
struct ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E;
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
// System.IntPtr[]
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
// Mono.Globalization.Unicode.Level2Map[]
struct Level2MapU5BU5D_t0A034BF792949B2B7421CBAFAD423AFB86CEED0C;
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
// Mono.Globalization.Unicode.TailoringInfo[]
struct TailoringInfoU5BU5D_t91193FADA23E3EB0EF7B06A3320C11A012717AEE;
// System.Type[]
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
// Mono.Globalization.Unicode.CodePointIndexer/TableRange[]
struct TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21;
// Mono.Security.Uri/UriScheme[]
struct UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88;
// Mono.Security.ASN1
struct ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4;
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
// System.ArgumentNullException
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
// System.Collections.ArrayList
struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A;
// System.Attribute
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA;
// System.Reflection.Binder
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
// System.Byte
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3;
// System.Globalization.Calendar
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B;
// System.Threading.CancellationTokenSource
struct CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B;
// System.Globalization.CodePageDataItem
struct CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2;
// Mono.Globalization.Unicode.CodePointIndexer
struct CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF;
// System.Globalization.CompareInfo
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57;
// Mono.Globalization.Unicode.Contraction
struct Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540;
// Mono.Globalization.Unicode.ContractionComparer
struct ContractionComparer_t1CE1C4539C6840E11BB0D3F7E5C5BE815A40144B;
// System.Globalization.CultureData
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D;
// System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A;
// System.Text.DecoderFallback
struct DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90;
// System.DelegateData
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
// System.IO.DirectoryNotFoundException
struct DirectoryNotFoundException_tBE92A20AAC24C3B22DE38973ABE6886FA97419BF;
// System.Text.EncoderFallback
struct EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293;
// System.Text.Encoding
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095;
// System.Exception
struct Exception_t;
// System.IO.FileNotFoundException
struct FileNotFoundException_t17F1B49AD996E4A60C87C7ADC9D3A25EB5808A9A;
// System.FormatException
struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B;
// System.Collections.IDictionary
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
// System.IFormatProvider
struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52;
// System.IO.IOException
struct IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910;
// Mono.ISystemDependencyProvider
struct ISystemDependencyProvider_t67FD40AAF1EB33AF5C2CF8AF28881178203ADCFC;
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82;
// System.IntPtr
struct IntPtr_t;
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
// Mono.Globalization.Unicode.Level2Map
struct Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1;
// System.Reflection.MemberFilter
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Reflection.Module
struct Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0;
// Mono.Interop.MonoPInvokeCallbackAttribute
struct MonoPInvokeCallbackAttribute_tCB0F576FE9D9F83EAC879DEAB365905A52052C7F;
// System.NotImplementedException
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8;
// System.NotSupportedException
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472;
// System.OperationCanceledException
struct OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662;
// System.IO.PathTooLongException
struct PathTooLongException_tAF7644094546C2BD93B829405B0199BF3B3FC2E5;
// System.PlatformNotSupportedException
struct PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A;
// System.Reflection.PropertyInfo
struct PropertyInfo_t;
// System.Reflection.RuntimeAssembly
struct RuntimeAssembly_tA26A4DE82E77826DFC3D58AD976BCFC6BCA918AF;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
// System.Security.SecurityElement
struct SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55;
// Mono.Xml.SecurityParser
struct SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652;
// Mono.Globalization.Unicode.SimpleCollator
struct SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D;
// Mono.Xml.SmallXmlParser
struct SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB;
// Mono.Xml.SmallXmlParserException
struct SmallXmlParserException_t49EDAE5290024E0707864CCCFE1266C5AE5475C7;
// System.Globalization.SortKey
struct SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740;
// Mono.Globalization.Unicode.SortKeyBuffer
struct SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A;
// System.Collections.Stack
struct Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47;
// System.String
struct String_t;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.IO.StringReader
struct StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8;
// System.SystemException
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295;
// Mono.Globalization.Unicode.TailoringInfo
struct TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A;
// System.Globalization.TextInfo
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4;
// System.IO.TextReader
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7;
// System.Type
struct Type_t;
// System.Reflection.TypeFilter
struct TypeFilter_tD8F0A4CFBE6E8F8FA8D673113A73026EDA4640BA;
// System.UnauthorizedAccessException
struct UnauthorizedAccessException_t8FC1F1DE7AA62456E9E25EFDFC658A623A626791;
// Mono.Security.Uri
struct Uri_tDE16110D04BB22922863F9FB4735F61CD0175923;
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
// System.Reflection.Assembly/ResolveEventHolder
struct ResolveEventHolder_t3CB1550411277AD1F17B720A3C07C37973A99558;
// Mono.Globalization.Unicode.MSCompatUnicodeTable/<>c
struct U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596;
// Mono.Runtime/<>c
struct U3CU3Ec_t39428702032562232588419EB77C47EF332C843C;
// Mono.RuntimeStructs/GPtrArray
struct GPtrArray_tDA7DBF233077B6EA96A6E6F670BEB9A77FF0CADF;
// Mono.RuntimeStructs/GenericParamInfo
struct GenericParamInfo_t21CBDE383378B1B960A986DC192D423946ADE726;
// Mono.RuntimeStructs/MonoClass
struct MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90;
// Mono.RuntimeStructs/RemoteClass
struct RemoteClass_t8F343021C09FCE40A298F94523C6E988DD3E3DD0;
// Mono.Xml.SmallXmlParser/AttrListImpl
struct AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827;
// Mono.Xml.SmallXmlParser/IAttrList
struct IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74;
// Mono.Xml.SmallXmlParser/IContentHandler
struct IContentHandler_t42B6158911AAA5AA2E051C8FF7807073422E6C25;
IL2CPP_EXTERN_C RuntimeClass* ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Comparison_1_t9348BD07A42E0B64874D56D54EB3C5984E623BCE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ContractionComparer_t1CE1C4539C6840E11BB0D3F7E5C5BE815A40144B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DirectoryNotFoundException_tBE92A20AAC24C3B22DE38973ABE6886FA97419BF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Error_tA96F6BC4A908C7D5F1E1C4A60CE2AC73DCA88D4A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FileNotFoundException_t17F1B49AD996E4A60C87C7ADC9D3A25EB5808A9A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IContentHandler_t42B6158911AAA5AA2E051C8FF7807073422E6C25_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ISystemDependencyProvider_t67FD40AAF1EB33AF5C2CF8AF28881178203ADCFC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t4B07534C6EDA44BFBF4CD81E023B10C2692A5258_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PathTooLongException_tAF7644094546C2BD93B829405B0199BF3B3FC2E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeAssembly_tA26A4DE82E77826DFC3D58AD976BCFC6BCA918AF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SmallXmlParserException_t49EDAE5290024E0707864CCCFE1266C5AE5475C7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TailoringInfoU5BU5D_t91193FADA23E3EB0EF7B06A3320C11A012717AEE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Tuple_3_tE40FE480A28B7206460EF9B5B38F67335B38A686_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t39428702032562232588419EB77C47EF332C843C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnauthorizedAccessException_t8FC1F1DE7AA62456E9E25EFDFC658A623A626791_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____042957A0DB5FF2D38A343AC5AE5F8635B88F10C32EB87A238B1DFB4756468476_2_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____0F9E3C7E66CDEF5C44FA29E65CA676C480F7A2A4A067F70107FDC292C68D38B0_6_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____2403FBEA85D0741C5727760E97EF16C9BF23294F21C0F1265A4BAF7F22202A64_16_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____3D95E4501B1964D7FCE16E3F5682A038752B462357D87343880B1E819F6163FE_22_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____42E1421FC2A5A6A33E964D7EB9603EB101818D858DDA09B2BC9B5A888C1C351C_24_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____4623CA5867960AA898AA1F65E720CD5ECD3552542E0C6F6FB65B21D14DD1CBC2_26_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____508085E0DDEEA9CE48BFAE98CEC779F8D06301AE973555D37680D08190CAFA70_31_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____9960C7FC60CDD325C8A2A00995BE7064EAC3F6295C6A5C4E797D2281846131E4_69_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____99E66DACA3EFF94776AF1258E0E5B2F4DF2900E4EA32351B0DF37A87F2426B1F_70_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____A2DFDF9C2CED8BB1C0B9B06064345ACC9C22DFE5FEC9976FF061F0994451519B_72_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____BABD01C34E7E65E57E4C431281E782B4101CE0644A8090AD6E501F1C6CF2C9DF_80_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____BB425A9B43E10C921902A25D07A4317DEFF9F606A788672E1B21633C143407F0_81_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____C250CAD28060A4EB63B4C4A643DDA196CCD35FD2FC67FB749ADF4BAC6D62E1A0_82_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____CAFFFC9D15E4037EE8FBDB1A45DFE456F0936BDC7310F1882EAF14B706A76658_89_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____D896D464C3726A21162F271ACB711464AD07EA9C9CE78E0297FD0DE934471FA6_96_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____E32C465157D21F39B3DBF186A98FB02185C63B0260B47247A7A5FDF2B061EAA8_104_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____E5F4F6214036DF103321A8A0CE30C2EF935694B4199D52BC538E7EF3F045CB92_105_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____EBE07C3718876777F609CD22058F4C3A6CCCC695F5BDE90998DC1E12E0CBE63D_108_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____EF82B163CA8252A793A6E73F57775D843C9A21F65586926EB11893FA8BB603E9_111_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____FEC387BA57A54BB6066E4CA8A4F9C0FF9C36B9CBD6600C3683F6FB1BDB5077EB_120_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral022B0E9B09F68A8CB6BCCB96E171E2D48495A4E9;
IL2CPP_EXTERN_C String_t* _stringLiteral03B46450C9E1B2EDEB8A6AAE5F044BF93B41FA5D;
IL2CPP_EXTERN_C String_t* _stringLiteral042F9A4DFE82AF122E32AE77AF3BBD191834888A;
IL2CPP_EXTERN_C String_t* _stringLiteral0729E625AF80A93529683B8A44CF77CA195DC6A4;
IL2CPP_EXTERN_C String_t* _stringLiteral08E7C6EEE80F9AC466CA0F2CDEE7A1AD9CA33809;
IL2CPP_EXTERN_C String_t* _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40;
IL2CPP_EXTERN_C String_t* _stringLiteral0B387A0B65C6A93464FB0B268584E15E02AE9BEC;
IL2CPP_EXTERN_C String_t* _stringLiteral0C45DB50527FCFAD456E74EB416B617329505309;
IL2CPP_EXTERN_C String_t* _stringLiteral103949F0C75755294C4E46F97193DE6B9FC8DAD7;
IL2CPP_EXTERN_C String_t* _stringLiteral10D0E7911ABB44E31A8D39CCC24165A313D0AFD3;
IL2CPP_EXTERN_C String_t* _stringLiteral1710B4477A01FFE20514D8AA61891F364D71C25B;
IL2CPP_EXTERN_C String_t* _stringLiteral1A3368DAE484FE379E69F430C2A7AAC7B6DBF7C3;
IL2CPP_EXTERN_C String_t* _stringLiteral1A9141C6D604CE4530FB3983D2DD3178E36CC069;
IL2CPP_EXTERN_C String_t* _stringLiteral1B548BEAD44216247E991F18006F8DEA22021F68;
IL2CPP_EXTERN_C String_t* _stringLiteral1C7656CA0B44B8A13DDAE16208E637334F28B714;
IL2CPP_EXTERN_C String_t* _stringLiteral1F867E542346F4FD171E87D0AE89A5DA4F78A7B6;
IL2CPP_EXTERN_C String_t* _stringLiteral26DC9E6A16A2B862023CCDC29E42E5404E9ACD4F;
IL2CPP_EXTERN_C String_t* _stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C;
IL2CPP_EXTERN_C String_t* _stringLiteral29F4EA55DD5B588CCE1FE1BBB9B911C4B9AFF232;
IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1;
IL2CPP_EXTERN_C String_t* _stringLiteral2F91B436F1FDA448531F89F242574E9FC1A8183B;
IL2CPP_EXTERN_C String_t* _stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9;
IL2CPP_EXTERN_C String_t* _stringLiteral383355447EEB1AF0BE901CEADDE1BA8E0858F766;
IL2CPP_EXTERN_C String_t* _stringLiteral393DDC767F48626B0317297F8A961E12A2DFC6B6;
IL2CPP_EXTERN_C String_t* _stringLiteral3C6CF51A587C627F6C6EE34036C6723F4B925EFF;
IL2CPP_EXTERN_C String_t* _stringLiteral3FDD093FD971BAD6BFF1C29ED951F8C924AB9E05;
IL2CPP_EXTERN_C String_t* _stringLiteral434E2DFFDE30544C8AEF273BE34422328718C95A;
IL2CPP_EXTERN_C String_t* _stringLiteral45156A8D2466CD5E8D665BB78DFE524EEFDD922A;
IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8;
IL2CPP_EXTERN_C String_t* _stringLiteral46FD4E76FB7B00BBA6C5853EE81B91AE4514F80E;
IL2CPP_EXTERN_C String_t* _stringLiteral486127276D66E3B1DB7A039EE3BF49F54F065D65;
IL2CPP_EXTERN_C String_t* _stringLiteral491588DC50F24F885876BF828F202716C7BE3803;
IL2CPP_EXTERN_C String_t* _stringLiteral4B0E509E3481549FC8F096287EFB425FAAFC38A4;
IL2CPP_EXTERN_C String_t* _stringLiteral4DF458E171DCDE89639B730164B9A345EB11392D;
IL2CPP_EXTERN_C String_t* _stringLiteral513659CEF285C73478E9829E41D7E4C23DB53E12;
IL2CPP_EXTERN_C String_t* _stringLiteral516E89FB5F1967293F4DB1BE32E381475420AB44;
IL2CPP_EXTERN_C String_t* _stringLiteral51E32388186E3C054444183AA4F66F30E4D384D2;
IL2CPP_EXTERN_C String_t* _stringLiteral51F30CFFB908674FE7BC9CBFAE4EFD647D2D3594;
IL2CPP_EXTERN_C String_t* _stringLiteral58B716FF5428F7961E1403E6D969E605D0F27EAF;
IL2CPP_EXTERN_C String_t* _stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84;
IL2CPP_EXTERN_C String_t* _stringLiteral5B58855139A125726544ED5CAC3077D928C41B40;
IL2CPP_EXTERN_C String_t* _stringLiteral5E984ABC3F146D0F73D38E9AEB96864C5CB5FE7C;
IL2CPP_EXTERN_C String_t* _stringLiteral5FB56C8861544146EF414DAE01766AD43F440960;
IL2CPP_EXTERN_C String_t* _stringLiteral611264318924561E34AFAC0A949BBD0CF2697189;
IL2CPP_EXTERN_C String_t* _stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A;
IL2CPP_EXTERN_C String_t* _stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710;
IL2CPP_EXTERN_C String_t* _stringLiteral6D153343DC0552ABAFC2B893F453DC72854A37BE;
IL2CPP_EXTERN_C String_t* _stringLiteral6F30587D636DD02AA8802E2D71D364E879582D89;
IL2CPP_EXTERN_C String_t* _stringLiteral737BFFF97B66248A4653D6DA8ADA91C6C1065CAF;
IL2CPP_EXTERN_C String_t* _stringLiteral738F291E53E97C08DAE378C71EF70A60E31AE900;
IL2CPP_EXTERN_C String_t* _stringLiteral7E750D5E6CC6A882337F102C93B3A378286EF1B4;
IL2CPP_EXTERN_C String_t* _stringLiteral812C96C792369F4F61D694362CDDAE257125AB04;
IL2CPP_EXTERN_C String_t* _stringLiteral8172BAC95C9A5BE9FAE6423959034DB348689962;
IL2CPP_EXTERN_C String_t* _stringLiteral84A0343BF19D2274E807E1B6505C382F81D6E3C9;
IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D;
IL2CPP_EXTERN_C String_t* _stringLiteral87788F8601C24A0EB26FE8614DF502D90FAE0419;
IL2CPP_EXTERN_C String_t* _stringLiteral893D84FF4ED81AC205FBC0C67CBEE1C0C752B406;
IL2CPP_EXTERN_C String_t* _stringLiteral8A8643E91A3472B185B02A5F88F56AB678880D65;
IL2CPP_EXTERN_C String_t* _stringLiteral8CB5CAE4A06CBA4A72564C688228877DD24B9906;
IL2CPP_EXTERN_C String_t* _stringLiteral9314E51D0364D320B5BB9F10EB1CB0704A3299F7;
IL2CPP_EXTERN_C String_t* _stringLiteral949E308288B2FD68A8A495751C8D81446AE026E7;
IL2CPP_EXTERN_C String_t* _stringLiteral96930EC8C6FD5250BB36A5E1040AB06A9588FD62;
IL2CPP_EXTERN_C String_t* _stringLiteral9ABD0C34749B0AA1E5D52F198A80EB2AA3298525;
IL2CPP_EXTERN_C String_t* _stringLiteral9C597032B7C6DEBC66AD134CE8D12A054D0A25A0;
IL2CPP_EXTERN_C String_t* _stringLiteral9DDEA8BF887EF34A1240A262845FAFAF04EFC4DE;
IL2CPP_EXTERN_C String_t* _stringLiteralA0BA8D0495A770319CD6FF4DCD0C01BCCC30A901;
IL2CPP_EXTERN_C String_t* _stringLiteralA10AFD0FBAD152979B3F2273DA98BA5C9686E69C;
IL2CPP_EXTERN_C String_t* _stringLiteralA3C5DC11C0F491C18EA087784CC4C662A0629733;
IL2CPP_EXTERN_C String_t* _stringLiteralA64E96030EBA05DC44D50FF6155C02A2BD6699EF;
IL2CPP_EXTERN_C String_t* _stringLiteralA65DBA682C40E29506EA08E50296520D49939CB9;
IL2CPP_EXTERN_C String_t* _stringLiteralA85279DAEAEFAE42C70F6F7090424414FCD68261;
IL2CPP_EXTERN_C String_t* _stringLiteralAA8B4A4C4CB6611C6ED82449A0AA123F20839416;
IL2CPP_EXTERN_C String_t* _stringLiteralB4A94E440E57B3321B2097CEC9E046D28EE1C0CD;
IL2CPP_EXTERN_C String_t* _stringLiteralB512CB5A2205B8F3CD393A0325321BA3637664F2;
IL2CPP_EXTERN_C String_t* _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476;
IL2CPP_EXTERN_C String_t* _stringLiteralBE9CA5A938D04349B649020FA52D9EC24C97099D;
IL2CPP_EXTERN_C String_t* _stringLiteralBF7B81A922BBD824D8DB63FD3DABB2EA8AA0DEE1;
IL2CPP_EXTERN_C String_t* _stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E;
IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
IL2CPP_EXTERN_C String_t* _stringLiteralC7E2F23A67BD173305EF6BA6A3E5DDED9F9E2465;
IL2CPP_EXTERN_C String_t* _stringLiteralC802F6A28E8FE91CFF56B63DFD0201D59F5E72F8;
IL2CPP_EXTERN_C String_t* _stringLiteralC950538B30A7FC0EC157E7B907E84712E48665E2;
IL2CPP_EXTERN_C String_t* _stringLiteralCB2FE77231F429D3D9DC375DB50B86F3FE7DF081;
IL2CPP_EXTERN_C String_t* _stringLiteralD3DA7A392EC73AFA8F12777ABB14CCBC99229BB9;
IL2CPP_EXTERN_C String_t* _stringLiteralD4F5AB3DB8A9A36171F6BAE4DC5ED6137E31D30B;
IL2CPP_EXTERN_C String_t* _stringLiteralD8CD2F2DA1948373D6BFA8C44122166BC25E3FC0;
IL2CPP_EXTERN_C String_t* _stringLiteralDAD92B4A54CEA0360B2A68931656DCBA3D3CCB34;
IL2CPP_EXTERN_C String_t* _stringLiteralDE0A8A4B33338D09BDE82F544CF26FB4B56B9F98;
IL2CPP_EXTERN_C String_t* _stringLiteralE058B51F6E4C46804212A5C9AC795A219B9EFAD7;
IL2CPP_EXTERN_C String_t* _stringLiteralE132EE424C20BA450E30E9FE0BA4CA35C197C729;
IL2CPP_EXTERN_C String_t* _stringLiteralE1FB00E6628A397F7A0AAF615CAC25E7DF12710C;
IL2CPP_EXTERN_C String_t* _stringLiteralE493A589C92D423742E94550596D4C4E4B20CC33;
IL2CPP_EXTERN_C String_t* _stringLiteralE984241AE97EB8CC7E8796D3939F5F1C4D012B3A;
IL2CPP_EXTERN_C String_t* _stringLiteralECDE1A8854E78ABC0B1B82050208A2F93756EA8A;
IL2CPP_EXTERN_C String_t* _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE;
IL2CPP_EXTERN_C String_t* _stringLiteralF27E4C631EBEFA337EC21BE8552E169C9DED78A2;
IL2CPP_EXTERN_C String_t* _stringLiteralF298420007D4E42F3A228C88928B608D8F69AE57;
IL2CPP_EXTERN_C String_t* _stringLiteralF3267F0CD56D3C5A8F52B40628A4EC5E976FD0A9;
IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D;
IL2CPP_EXTERN_C String_t* _stringLiteralF519FC195B373C2307E10550FD72BC484B0EF2BE;
IL2CPP_EXTERN_C String_t* _stringLiteralF6E5C3F4294DE895EA4E7238168E286295FFD9C4;
IL2CPP_EXTERN_C String_t* _stringLiteralF9E4ABCD30553304771411B61E617566C509EC3E;
IL2CPP_EXTERN_C const RuntimeMethod* ASN1__ctor_m16F9D2315C66BB647D3274BB52925FAF5E50E35B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayPool_1_get_Shared_mF8BCD25CBF8FDFF0B3B34EA3845722E4E10F310F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_m55011E8360A8199FB239A5787BA8631CDD6116FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_ForEach_TisString_t_mAF5597CCBD76310716DE9D8AC6787CD0BDE7E345_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Reverse_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m85EDFBEE5D82D7F502797E4EC74C3328315C5186_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DependencyInjector_ReflectionLoad_m00664F020B6D1D451E4E7E7A1C47508DED78F0EE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DependencyInjector_Register_m3444B2EA82C8E7C7113BA46020950A80A22E4AF5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DependencyInjector_get_SystemProvider_m6CE5E1B86CF3BDFB1B84B1E47BB78E24351CD42F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m55D04C26E04FE90F518E851CE3487279121F5219_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA712408EB20FE442926FB62ED8BD9A081438F91B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mC6C7AEBB0F980A717A87C0D12377984A464F0934_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_m4663EF87406A87696D170E2F4594CDB8C316DB49_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m031D3A21689276A872FCA7566C8F2F79F9581F0D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_m37936F298F44633B62E94F28FA811A9564FF4A89_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_mB410DEDC02C80B09BBBA1D5E4349DF97842CE78C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m98422ED392AD80F51FB67422E8037A59508EB065_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mDB9A5833D13B76B178E20283BB565A8336B614DA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC8997D2202766FB8AD08F8355CCE9D9BF57B3757_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDED626FB9D28DA7191C6BC79601486000B0DAE3C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MSCompatUnicodeTable_BuildTailoringTables_m30381D3C2CF5B3FF1AC43C148EF426A5D8E3F01F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MSCompatUnicodeTable_GetResource_mC98D3515C2BA8B20C80A76D8FAE5443F7D1D6022_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MemoryExtensions_IndexOf_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m7197AE4C3B5AED7D1480493A456B279ED35FC4FF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_GetReference_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m59D122F4A8516149EE7D183E97926157DF41EA1B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1__ctor_m470D1527EF015478E8677C7BCB52C8410A1DB604_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeGPtrArrayHandle_Lookup_mB4AD9A1C79DAACB220FEB7C8E51352B384293309_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeMarshal_PtrToUtf8String_mF31741E31E17BBA8BFA1CB6D49DD600C80E47DDB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SimpleCollator_GetTailContraction_m5B278B3F2B83D8C24ADFB172C071ABB40D3D9004_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SimpleCollator_IndexOf_mA4E0147AD4E1892A2865084EDBFE68A05D160373_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SimpleCollator_LastIndexOf_mA10DF8A160173336E3159912701A4EA27D670EA4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_Expect_m21286B905098308BBA7DD06FE553C65C059031F3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_Parse_mDBDCE208B61E525047652DEFB54D2B75695E0CBA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_ReadAttribute_m68F93A21DBAA757306E4A8469E563A86A5C37E09_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_ReadCDATASection_m959663B4552B92B7040E13B23BB395905EC50BA1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_ReadComment_m1D1D6B2E2C6C7C532717D1989E1B5A3CAA998684_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_ReadContent_m2EAB63A9A7EA70F4A524AF223B2B699CEE50DD93_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_ReadName_mD407A500AC7F1519047ABE64F978064CA4CA87B6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_ReadReference_m33EEC080ACA6D08AD59AC077D37B8554DCD72E15_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_ReadUntil_mDC60A5A463115D6539E27E81420AD54105242D64_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_SkipWhitespaces_mDC28EBFD4733F067C178259ACB05862C60AA7C2F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Span_1__ctor_mE18EBB601FBFA01BA29FE353364700952A9091FE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Span_1_op_Implicit_mD65020B112814C67FED9F2C3DE2B0B78D4E2A486_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Tuple_3__ctor_m91E0FC20B54BD4EBCC7AA95A0BADDADCDD8FB6EA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_m80C621C4D91A89DDEE6D3DDF343925B30F99BC45_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CBuildTailoringTablesU3Eb__17_0_m602688B6CEE9BDA27C40F4750616F62FDCA2A3F2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3Cget_breadcrumb_valueU3Eb__23_0_m4F4C6E0B824099D3D5AB0BD46FEDF74F2872DEFE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_FromHex_m96E0494D91BAB1F76F62295849F04085E0359B2B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_HexEscape_mFB7234E97D230350CACA1676D72B74BC19305A70_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_HexUnescape_mE6E570B2DDA519E6B031FD7E09384D32DF501ADC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_ParseAsWindowsAbsoluteFilePath_mB0EB60186A1FAF1DC45C51F84D4C72F936EEA0C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_Parse_m8801A78BE448912761B80E050227986550FC6872_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_Reduce_mCEDC9CA41EBB34081E62803CDE03EEF341746738_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_0_0_0_var;
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com;
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke;
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com;
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
struct ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E;
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
struct Level2MapU5BU5D_t0A034BF792949B2B7421CBAFAD423AFB86CEED0C;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct TailoringInfoU5BU5D_t91193FADA23E3EB0EF7B06A3320C11A012717AEE;
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
struct TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21;
struct UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88;
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
// <Module>
struct U3CModuleU3E_tE279FCC7BCE13192883FB7E7A6FC8AF8783D8CFB
{
};
// System.Buffers.ArrayPool`1<System.Byte>
struct ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07 : public RuntimeObject
{
};
struct ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07_StaticFields
{
// System.Buffers.ArrayPool`1<T> System.Buffers.ArrayPool`1::<Shared>k__BackingField
ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07* ___U3CSharedU3Ek__BackingField_0;
};
// System.EmptyArray`1<System.Object>
struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE : public RuntimeObject
{
};
struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields
{
// T[] System.EmptyArray`1::Value
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Value_0;
};
// System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>
struct List_1_t4B07534C6EDA44BFBF4CD81E023B10C2692A5258 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_t4B07534C6EDA44BFBF4CD81E023B10C2692A5258_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<Mono.Globalization.Unicode.Level2Map>
struct List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
Level2MapU5BU5D_t0A034BF792949B2B7421CBAFAD423AFB86CEED0C* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
Level2MapU5BU5D_t0A034BF792949B2B7421CBAFAD423AFB86CEED0C* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.String>
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_emptyArray_5;
};
// System.Tuple`3<System.String,System.UInt64,System.UInt64>
struct Tuple_3_tE40FE480A28B7206460EF9B5B38F67335B38A686 : public RuntimeObject
{
// T1 System.Tuple`3::m_Item1
String_t* ___m_Item1_0;
// T2 System.Tuple`3::m_Item2
uint64_t ___m_Item2_1;
// T3 System.Tuple`3::m_Item3
uint64_t ___m_Item3_2;
};
// Mono.Security.ASN1
struct ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4 : public RuntimeObject
{
// System.Byte Mono.Security.ASN1::m_nTag
uint8_t ___m_nTag_0;
// System.Byte[] Mono.Security.ASN1::m_aValue
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___m_aValue_1;
// System.Collections.ArrayList Mono.Security.ASN1::elist
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___elist_2;
};
struct Il2CppArrayBounds;
// System.Collections.ArrayList
struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A : public RuntimeObject
{
// System.Object[] System.Collections.ArrayList::_items
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____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;
};
// System.Reflection.Assembly
struct Assembly_t : public RuntimeObject
{
};
// Native definition for P/Invoke marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_com
{
};
// System.Attribute
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject
{
};
// System.BitConverter
struct BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27 : public RuntimeObject
{
};
struct BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_StaticFields
{
// System.Boolean System.BitConverter::IsLittleEndian
bool ___IsLittleEndian_0;
};
// Mono.Security.BitConverterLE
struct BitConverterLE_t39B118272E6A4505B40BA39190F18CF236D9519B : public RuntimeObject
{
};
// Mono.Globalization.Unicode.CodePointIndexer
struct CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF : public RuntimeObject
{
// Mono.Globalization.Unicode.CodePointIndexer/TableRange[] Mono.Globalization.Unicode.CodePointIndexer::ranges
TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21* ___ranges_0;
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer::TotalCount
int32_t ___TotalCount_1;
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer::defaultIndex
int32_t ___defaultIndex_2;
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer::defaultCP
int32_t ___defaultCP_3;
};
// Mono.Globalization.Unicode.Contraction
struct Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540 : public RuntimeObject
{
// System.Int32 Mono.Globalization.Unicode.Contraction::Index
int32_t ___Index_0;
// System.Char[] Mono.Globalization.Unicode.Contraction::Source
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___Source_1;
// System.String Mono.Globalization.Unicode.Contraction::Replacement
String_t* ___Replacement_2;
// System.Byte[] Mono.Globalization.Unicode.Contraction::SortKey
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___SortKey_3;
};
// Mono.Globalization.Unicode.ContractionComparer
struct ContractionComparer_t1CE1C4539C6840E11BB0D3F7E5C5BE815A40144B : public RuntimeObject
{
};
struct ContractionComparer_t1CE1C4539C6840E11BB0D3F7E5C5BE815A40144B_StaticFields
{
// Mono.Globalization.Unicode.ContractionComparer Mono.Globalization.Unicode.ContractionComparer::Instance
ContractionComparer_t1CE1C4539C6840E11BB0D3F7E5C5BE815A40144B* ___Instance_0;
};
// System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject
{
// 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_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___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_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___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_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
};
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields
{
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___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_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture_34;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture_35;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number_36;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name_37;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::s_UserPreferredCultureInfoInAppX
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX_38;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_39;
};
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_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_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___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_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_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_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___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_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Mono.DependencyInjector
struct DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F : public RuntimeObject
{
};
struct DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_StaticFields
{
// System.Object Mono.DependencyInjector::locker
RuntimeObject* ___locker_0;
// Mono.ISystemDependencyProvider Mono.DependencyInjector::systemDependency
RuntimeObject* ___systemDependency_1;
};
// System.Text.Encoding
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095 : public RuntimeObject
{
// System.Int32 System.Text.Encoding::m_codePage
int32_t ___m_codePage_9;
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2* ___dataItem_10;
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
bool ___m_deserializedFromEverett_11;
// System.Boolean System.Text.Encoding::m_isReadOnly
bool ___m_isReadOnly_12;
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___encoderFallback_13;
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ___decoderFallback_14;
};
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_StaticFields
{
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___defaultEncoding_0;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___unicodeEncoding_1;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___bigEndianUnicode_2;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf7Encoding_3;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf8Encoding_4;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf32Encoding_5;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___asciiEncoding_6;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___latin1Encoding_7;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Text.Encoding> modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54* ___encodings_8;
// System.Object System.Text.Encoding::s_InternalSyncObject
RuntimeObject* ___s_InternalSyncObject_15;
};
// Interop
struct Interop_tA734BB5ABB0FD1DEA36919E923C341E180C95996 : public RuntimeObject
{
};
// InteropErrorExtensions
struct InteropErrorExtensions_t184666DEB50428ED4BBCAF2BC9D0947A64D5FC44 : public RuntimeObject
{
};
// Mono.Globalization.Unicode.Level2Map
struct Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1 : public RuntimeObject
{
// System.Byte Mono.Globalization.Unicode.Level2Map::Source
uint8_t ___Source_0;
// System.Byte Mono.Globalization.Unicode.Level2Map::Replace
uint8_t ___Replace_1;
};
// Locale
struct Locale_tABBCF792A2526AA2C8858FB96E2C57AECC491D66 : public RuntimeObject
{
};
// Mono.Globalization.Unicode.MSCompatUnicodeTable
struct MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E : public RuntimeObject
{
};
struct MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields
{
// System.Int32 Mono.Globalization.Unicode.MSCompatUnicodeTable::MaxExpansionLength
int32_t ___MaxExpansionLength_0;
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::ignorableFlags
uint8_t* ___ignorableFlags_1;
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::categories
uint8_t* ___categories_2;
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::level1
uint8_t* ___level1_3;
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::level2
uint8_t* ___level2_4;
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::level3
uint8_t* ___level3_5;
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkCHScategory
uint8_t* ___cjkCHScategory_6;
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkCHTcategory
uint8_t* ___cjkCHTcategory_7;
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkJAcategory
uint8_t* ___cjkJAcategory_8;
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkKOcategory
uint8_t* ___cjkKOcategory_9;
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkCHSlv1
uint8_t* ___cjkCHSlv1_10;
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkCHTlv1
uint8_t* ___cjkCHTlv1_11;
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkJAlv1
uint8_t* ___cjkJAlv1_12;
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkKOlv1
uint8_t* ___cjkKOlv1_13;
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkKOlv2
uint8_t* ___cjkKOlv2_14;
// System.Char[] Mono.Globalization.Unicode.MSCompatUnicodeTable::tailoringArr
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___tailoringArr_15;
// Mono.Globalization.Unicode.TailoringInfo[] Mono.Globalization.Unicode.MSCompatUnicodeTable::tailoringInfos
TailoringInfoU5BU5D_t91193FADA23E3EB0EF7B06A3320C11A012717AEE* ___tailoringInfos_16;
// System.Object Mono.Globalization.Unicode.MSCompatUnicodeTable::forLock
RuntimeObject* ___forLock_17;
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::isReady
bool ___isReady_18;
};
// Mono.Globalization.Unicode.MSCompatUnicodeTableUtil
struct MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927 : public RuntimeObject
{
};
struct MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields
{
// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::Ignorable
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* ___Ignorable_0;
// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::Category
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* ___Category_1;
// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::Level1
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* ___Level1_2;
// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::Level2
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* ___Level2_3;
// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::Level3
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* ___Level3_4;
// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::CjkCHS
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* ___CjkCHS_5;
// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::Cjk
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* ___Cjk_6;
};
// System.MarshalByRefObject
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject
{
// System.Object System.MarshalByRefObject::_identity
RuntimeObject* ____identity_0;
};
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke
{
Il2CppIUnknown* ____identity_0;
};
// Native definition for COM marshalling of System.MarshalByRefObject
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com
{
Il2CppIUnknown* ____identity_0;
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
};
// Mono.Globalization.Unicode.NormalizationTableUtil
struct NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940 : public RuntimeObject
{
};
struct NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_StaticFields
{
// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.NormalizationTableUtil::Prop
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* ___Prop_0;
// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.NormalizationTableUtil::Map
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* ___Map_1;
// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.NormalizationTableUtil::Combining
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* ___Combining_2;
// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.NormalizationTableUtil::Composite
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* ___Composite_3;
// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.NormalizationTableUtil::Helper
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* ___Helper_4;
};
// System.IO.Path
struct Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC : public RuntimeObject
{
};
struct Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_StaticFields
{
// System.Char[] System.IO.Path::InvalidPathChars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___InvalidPathChars_0;
// System.Char System.IO.Path::AltDirectorySeparatorChar
Il2CppChar ___AltDirectorySeparatorChar_1;
// System.Char System.IO.Path::DirectorySeparatorChar
Il2CppChar ___DirectorySeparatorChar_2;
// System.Char System.IO.Path::PathSeparator
Il2CppChar ___PathSeparator_3;
// System.String System.IO.Path::DirectorySeparatorStr
String_t* ___DirectorySeparatorStr_4;
// System.Char System.IO.Path::VolumeSeparatorChar
Il2CppChar ___VolumeSeparatorChar_5;
// System.Char[] System.IO.Path::PathSeparatorChars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___PathSeparatorChars_6;
// System.Boolean System.IO.Path::dirEqualsVolume
bool ___dirEqualsVolume_7;
// System.Char[] System.IO.Path::trimEndCharsWindows
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___trimEndCharsWindows_8;
// System.Char[] System.IO.Path::trimEndCharsUnix
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___trimEndCharsUnix_9;
};
// Mono.Runtime
struct Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE : public RuntimeObject
{
};
struct Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_StaticFields
{
// System.Object Mono.Runtime::dump
RuntimeObject* ___dump_0;
};
// Mono.RuntimeMarshal
struct RuntimeMarshal_tC7744D1885E2805B0B0F2C6DBCBEFBA3831ABA9E : public RuntimeObject
{
};
// Mono.RuntimeStructs
struct RuntimeStructs_t3EEB198A241613C95EF29ED50A8618FEA8E28780 : public RuntimeObject
{
};
// SR
struct SR_t209CA5CC218F62F0CD9FF53A64F9D079F96ED8FD : public RuntimeObject
{
};
// System.Security.SecurityElement
struct SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55 : public RuntimeObject
{
// 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_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___attributes_2;
// System.Collections.ArrayList System.Security.SecurityElement::children
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___children_3;
};
struct SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55_StaticFields
{
// System.Char[] System.Security.SecurityElement::invalid_tag_chars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___invalid_tag_chars_4;
// System.Char[] System.Security.SecurityElement::invalid_text_chars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___invalid_text_chars_5;
// System.Char[] System.Security.SecurityElement::invalid_attr_name_chars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___invalid_attr_name_chars_6;
// System.Char[] System.Security.SecurityElement::invalid_attr_value_chars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___invalid_attr_value_chars_7;
// System.Char[] System.Security.SecurityElement::invalid_chars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___invalid_chars_8;
};
// Mono.Globalization.Unicode.SimpleCollator
struct SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D : public RuntimeObject
{
// System.Globalization.TextInfo Mono.Globalization.Unicode.SimpleCollator::textInfo
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_1;
// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.SimpleCollator::cjkIndexer
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* ___cjkIndexer_2;
// Mono.Globalization.Unicode.Contraction[] Mono.Globalization.Unicode.SimpleCollator::contractions
ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* ___contractions_3;
// Mono.Globalization.Unicode.Level2Map[] Mono.Globalization.Unicode.SimpleCollator::level2Maps
Level2MapU5BU5D_t0A034BF792949B2B7421CBAFAD423AFB86CEED0C* ___level2Maps_4;
// System.Byte[] Mono.Globalization.Unicode.SimpleCollator::unsafeFlags
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___unsafeFlags_5;
// System.Byte* Mono.Globalization.Unicode.SimpleCollator::cjkCatTable
uint8_t* ___cjkCatTable_6;
// System.Byte* Mono.Globalization.Unicode.SimpleCollator::cjkLv1Table
uint8_t* ___cjkLv1Table_7;
// System.Byte* Mono.Globalization.Unicode.SimpleCollator::cjkLv2Table
uint8_t* ___cjkLv2Table_8;
// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.SimpleCollator::cjkLv2Indexer
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* ___cjkLv2Indexer_9;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::lcid
int32_t ___lcid_10;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::frenchSort
bool ___frenchSort_11;
};
struct SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_StaticFields
{
// Mono.Globalization.Unicode.SimpleCollator Mono.Globalization.Unicode.SimpleCollator::invariant
SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* ___invariant_0;
};
// Mono.Xml.SmallXmlParser
struct SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB : public RuntimeObject
{
// Mono.Xml.SmallXmlParser/IContentHandler Mono.Xml.SmallXmlParser::handler
RuntimeObject* ___handler_0;
// System.IO.TextReader Mono.Xml.SmallXmlParser::reader
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___reader_1;
// System.Collections.Stack Mono.Xml.SmallXmlParser::elementNames
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* ___elementNames_2;
// System.Collections.Stack Mono.Xml.SmallXmlParser::xmlSpaces
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* ___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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___nameBuffer_6;
// System.Boolean Mono.Xml.SmallXmlParser::isWhitespace
bool ___isWhitespace_7;
// Mono.Xml.SmallXmlParser/AttrListImpl Mono.Xml.SmallXmlParser::attributes
AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* ___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;
};
// System.Collections.Stack
struct Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47 : public RuntimeObject
{
// System.Object[] System.Collections.Stack::_array
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____array_0;
// System.Int32 System.Collections.Stack::_size
int32_t ____size_1;
// System.Int32 System.Collections.Stack::_version
int32_t ____version_2;
// System.Object System.Collections.Stack::_syncRoot
RuntimeObject* ____syncRoot_3;
};
// System.String
struct String_t : public RuntimeObject
{
// System.Int32 System.String::_stringLength
int32_t ____stringLength_4;
// System.Char System.String::_firstChar
Il2CppChar ____firstChar_5;
};
struct String_t_StaticFields
{
// System.String System.String::Empty
String_t* ___Empty_6;
};
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___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;
};
// Mono.Globalization.Unicode.TailoringInfo
struct TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A : public RuntimeObject
{
// System.Int32 Mono.Globalization.Unicode.TailoringInfo::LCID
int32_t ___LCID_0;
// System.Int32 Mono.Globalization.Unicode.TailoringInfo::TailoringIndex
int32_t ___TailoringIndex_1;
// System.Int32 Mono.Globalization.Unicode.TailoringInfo::TailoringCount
int32_t ___TailoringCount_2;
// System.Boolean Mono.Globalization.Unicode.TailoringInfo::FrenchSort
bool ___FrenchSort_3;
};
// Mono.Security.Uri
struct Uri_tDE16110D04BB22922863F9FB4735F61CD0175923 : public RuntimeObject
{
// System.Boolean Mono.Security.Uri::isUnixFilePath
bool ___isUnixFilePath_0;
// System.String Mono.Security.Uri::source
String_t* ___source_1;
// System.String Mono.Security.Uri::scheme
String_t* ___scheme_2;
// System.String Mono.Security.Uri::host
String_t* ___host_3;
// System.Int32 Mono.Security.Uri::port
int32_t ___port_4;
// System.String Mono.Security.Uri::path
String_t* ___path_5;
// System.String Mono.Security.Uri::query
String_t* ___query_6;
// System.String Mono.Security.Uri::fragment
String_t* ___fragment_7;
// System.String Mono.Security.Uri::userinfo
String_t* ___userinfo_8;
// System.Boolean Mono.Security.Uri::isUnc
bool ___isUnc_9;
// System.Boolean Mono.Security.Uri::isOpaquePart
bool ___isOpaquePart_10;
// System.Boolean Mono.Security.Uri::userEscaped
bool ___userEscaped_11;
// System.String Mono.Security.Uri::cachedToString
String_t* ___cachedToString_12;
// System.String Mono.Security.Uri::cachedLocalPath
String_t* ___cachedLocalPath_13;
// System.Int32 Mono.Security.Uri::cachedHashCode
int32_t ___cachedHashCode_14;
// System.Boolean Mono.Security.Uri::reduce
bool ___reduce_15;
};
struct Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields
{
// System.String Mono.Security.Uri::hexUpperChars
String_t* ___hexUpperChars_16;
// System.String Mono.Security.Uri::SchemeDelimiter
String_t* ___SchemeDelimiter_17;
// System.String Mono.Security.Uri::UriSchemeFile
String_t* ___UriSchemeFile_18;
// System.String Mono.Security.Uri::UriSchemeFtp
String_t* ___UriSchemeFtp_19;
// System.String Mono.Security.Uri::UriSchemeGopher
String_t* ___UriSchemeGopher_20;
// System.String Mono.Security.Uri::UriSchemeHttp
String_t* ___UriSchemeHttp_21;
// System.String Mono.Security.Uri::UriSchemeHttps
String_t* ___UriSchemeHttps_22;
// System.String Mono.Security.Uri::UriSchemeMailto
String_t* ___UriSchemeMailto_23;
// System.String Mono.Security.Uri::UriSchemeNews
String_t* ___UriSchemeNews_24;
// System.String Mono.Security.Uri::UriSchemeNntp
String_t* ___UriSchemeNntp_25;
// Mono.Security.Uri/UriScheme[] Mono.Security.Uri::schemes
UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88* ___schemes_26;
};
// System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
{
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
{
};
// Interop/Sys
struct Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8 : public RuntimeObject
{
};
struct Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_StaticFields
{
// System.Boolean Interop/Sys::CanSetHiddenFlag
bool ___CanSetHiddenFlag_0;
};
// Mono.Globalization.Unicode.MSCompatUnicodeTable/<>c
struct U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596 : public RuntimeObject
{
};
struct U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596_StaticFields
{
// Mono.Globalization.Unicode.MSCompatUnicodeTable/<>c Mono.Globalization.Unicode.MSCompatUnicodeTable/<>c::<>9
U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596* ___U3CU3E9_0;
// System.Comparison`1<Mono.Globalization.Unicode.Level2Map> Mono.Globalization.Unicode.MSCompatUnicodeTable/<>c::<>9__17_0
Comparison_1_t9348BD07A42E0B64874D56D54EB3C5984E623BCE* ___U3CU3E9__17_0_1;
};
// Mono.Runtime/<>c
struct U3CU3Ec_t39428702032562232588419EB77C47EF332C843C : public RuntimeObject
{
};
struct U3CU3Ec_t39428702032562232588419EB77C47EF332C843C_StaticFields
{
// Mono.Runtime/<>c Mono.Runtime/<>c::<>9
U3CU3Ec_t39428702032562232588419EB77C47EF332C843C* ___U3CU3E9_0;
// System.Action`1<System.String> Mono.Runtime/<>c::<>9__23_0
Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* ___U3CU3E9__23_0_1;
};
// Mono.Xml.SmallXmlParser/AttrListImpl
struct AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827 : public RuntimeObject
{
// System.Collections.Generic.List`1<System.String> Mono.Xml.SmallXmlParser/AttrListImpl::attrNames
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___attrNames_0;
// System.Collections.Generic.List`1<System.String> Mono.Xml.SmallXmlParser/AttrListImpl::attrValues
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___attrValues_1;
};
// System.Nullable`1<System.Boolean>
struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
bool ___value_1;
};
// System.Boolean
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
{
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
};
// System.Byte
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
{
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
};
// System.Threading.CancellationToken
struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED
{
// System.Threading.CancellationTokenSource System.Threading.CancellationToken::_source
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0;
};
struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_StaticFields
{
// System.Action`1<System.Object> System.Threading.CancellationToken::s_actionToActionObjShunt
Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___s_actionToActionObjShunt_1;
};
// Native definition for P/Invoke marshalling of System.Threading.CancellationToken
struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_marshaled_pinvoke
{
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0;
};
// Native definition for COM marshalling of System.Threading.CancellationToken
struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_marshaled_com
{
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0;
};
// System.Char
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
{
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
};
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
{
// System.Byte[] System.Char::s_categoryForLatin1
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
};
// System.Double
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
{
// System.Double System.Double::m_value
double ___m_value_0;
};
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
{
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0;
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
{
};
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
};
// System.Int64
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
{
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
};
// System.IntPtr
struct IntPtr_t
{
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
};
struct IntPtr_t_StaticFields
{
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
};
// Mono.Interop.MonoPInvokeCallbackAttribute
struct MonoPInvokeCallbackAttribute_tCB0F576FE9D9F83EAC879DEAB365905A52052C7F : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
};
// System.Reflection.PropertyInfo
struct PropertyInfo_t : public MemberInfo_t
{
};
// Mono.RuntimeClassHandle
struct RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72
{
// Mono.RuntimeStructs/MonoClass* Mono.RuntimeClassHandle::value
MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* ___value_0;
};
// Mono.RuntimeGPtrArrayHandle
struct RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328
{
// Mono.RuntimeStructs/GPtrArray* Mono.RuntimeGPtrArrayHandle::value
GPtrArray_tDA7DBF233077B6EA96A6E6F670BEB9A77FF0CADF* ___value_0;
};
// Mono.RuntimeGenericParamInfoHandle
struct RuntimeGenericParamInfoHandle_tB2D1F49FE251724E14058F948AB148F5782C536B
{
// Mono.RuntimeStructs/GenericParamInfo* Mono.RuntimeGenericParamInfoHandle::value
GenericParamInfo_t21CBDE383378B1B960A986DC192D423946ADE726* ___value_0;
};
// Mono.RuntimeRemoteClassHandle
struct RuntimeRemoteClassHandle_t47A1D2639335E036FE04C79F1858CF28663F1FDF
{
// Mono.RuntimeStructs/RemoteClass* Mono.RuntimeRemoteClassHandle::value
RemoteClass_t8F343021C09FCE40A298F94523C6E988DD3E3DD0* ___value_0;
};
// System.SByte
struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5
{
// System.SByte System.SByte::m_value
int8_t ___m_value_0;
};
// Mono.Xml.SecurityParser
struct SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652 : public SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB
{
// System.Security.SecurityElement Mono.Xml.SecurityParser::root
SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* ___root_12;
// System.Security.SecurityElement Mono.Xml.SecurityParser::current
SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* ___current_13;
// System.Collections.Stack Mono.Xml.SecurityParser::stack
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* ___stack_14;
};
// System.Single
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
{
// System.Single System.Single::m_value
float ___m_value_0;
};
// System.IO.TextReader
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
{
};
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7_StaticFields
{
// System.IO.TextReader System.IO.TextReader::Null
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___Null_1;
};
// System.UInt16
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
{
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
};
// System.UInt32
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
{
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
};
// System.UInt64
struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF
{
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0;
};
// Mono.ValueTuple
struct ValueTuple_t383425DF86F158BE774915FDBC1BBEE948A1F9E0
{
union
{
struct
{
};
uint8_t ValueTuple_t383425DF86F158BE774915FDBC1BBEE948A1F9E0__padding[1];
};
};
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
// Mono.Globalization.Unicode.CodePointIndexer/TableRange
struct TableRange_tD242F3D62C818E84B6903C18A6CE33399672B497
{
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::Start
int32_t ___Start_0;
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::End
int32_t ___End_1;
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::Count
int32_t ___Count_2;
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::IndexStart
int32_t ___IndexStart_3;
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::IndexEnd
int32_t ___IndexEnd_4;
};
// Mono.MonoAssemblyName/<public_key_token>e__FixedBuffer
struct U3Cpublic_key_tokenU3Ee__FixedBuffer_t1118C8F322424F0D0E8FBD41672A6F3DC8E78EDE
{
union
{
struct
{
// System.Byte Mono.MonoAssemblyName/<public_key_token>e__FixedBuffer::FixedElementField
uint8_t ___FixedElementField_0;
};
uint8_t U3Cpublic_key_tokenU3Ee__FixedBuffer_t1118C8F322424F0D0E8FBD41672A6F3DC8E78EDE__padding[17];
};
};
// Mono.RuntimeStructs/GPtrArray
struct GPtrArray_tDA7DBF233077B6EA96A6E6F670BEB9A77FF0CADF
{
// System.IntPtr* Mono.RuntimeStructs/GPtrArray::data
intptr_t* ___data_0;
// System.Int32 Mono.RuntimeStructs/GPtrArray::len
int32_t ___len_1;
};
// Mono.RuntimeStructs/MonoClass
struct MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90
{
union
{
struct
{
};
uint8_t MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90__padding[1];
};
};
// Mono.Globalization.Unicode.SimpleCollator/Escape
struct Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178
{
// System.String Mono.Globalization.Unicode.SimpleCollator/Escape::Source
String_t* ___Source_0;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator/Escape::Index
int32_t ___Index_1;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator/Escape::Start
int32_t ___Start_2;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator/Escape::End
int32_t ___End_3;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator/Escape::Optional
int32_t ___Optional_4;
};
// Native definition for P/Invoke marshalling of Mono.Globalization.Unicode.SimpleCollator/Escape
struct Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178_marshaled_pinvoke
{
char* ___Source_0;
int32_t ___Index_1;
int32_t ___Start_2;
int32_t ___End_3;
int32_t ___Optional_4;
};
// Native definition for COM marshalling of Mono.Globalization.Unicode.SimpleCollator/Escape
struct Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178_marshaled_com
{
Il2CppChar* ___Source_0;
int32_t ___Index_1;
int32_t ___Start_2;
int32_t ___End_3;
int32_t ___Optional_4;
};
// Mono.Globalization.Unicode.SimpleCollator/PreviousInfo
struct PreviousInfo_t4E178296147ACBF0CEBE0A60D25D2AF0C9D5A103
{
// System.Int32 Mono.Globalization.Unicode.SimpleCollator/PreviousInfo::Code
int32_t ___Code_0;
// System.Byte* Mono.Globalization.Unicode.SimpleCollator/PreviousInfo::SortKey
uint8_t* ___SortKey_1;
};
// Mono.Security.Uri/UriScheme
struct UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794
{
// System.String Mono.Security.Uri/UriScheme::scheme
String_t* ___scheme_0;
// System.String Mono.Security.Uri/UriScheme::delimiter
String_t* ___delimiter_1;
// System.Int32 Mono.Security.Uri/UriScheme::defaultPort
int32_t ___defaultPort_2;
};
// Native definition for P/Invoke marshalling of Mono.Security.Uri/UriScheme
struct UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794_marshaled_pinvoke
{
char* ___scheme_0;
char* ___delimiter_1;
int32_t ___defaultPort_2;
};
// Native definition for COM marshalling of Mono.Security.Uri/UriScheme
struct UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794_marshaled_com
{
Il2CppChar* ___scheme_0;
Il2CppChar* ___delimiter_1;
int32_t ___defaultPort_2;
};
// System.ByReference`1<System.Byte>
struct ByReference_1_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC
{
// System.IntPtr System.ByReference`1::_value
intptr_t ____value_0;
};
// System.ByReference`1<System.Char>
struct ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5
{
// System.IntPtr System.ByReference`1::_value
intptr_t ____value_0;
};
// System.Reflection.BindingFlags
struct BindingFlags_t5DC2835E4AE9C1862B3AD172EF35B6A5F4F1812C
{
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
};
// Mono.CertificateImportFlags
struct CertificateImportFlags_t01A3DAD447241A787D12C441EA621435BB10B9DB
{
// System.Int32 Mono.CertificateImportFlags::value__
int32_t ___value___2;
};
// System.Globalization.CompareOptions
struct CompareOptions_tE5E7275E1FCBD5F8F3B53CC0038A11CABE120B00
{
// System.Int32 System.Globalization.CompareOptions::value__
int32_t ___value___2;
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject* ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.IntPtr System.Delegate::interp_method
intptr_t ___interp_method_7;
// System.IntPtr System.Delegate::interp_invoke_impl
intptr_t ___interp_invoke_impl_8;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t* ___method_info_9;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t* ___original_method_info_10;
// System.DelegateData System.Delegate::data
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_12;
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
// 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
// System.Int32 System.Exception::caught_in_unmanaged
int32_t ___caught_in_unmanaged_16;
};
struct Exception_t_StaticFields
{
// System.Object System.Exception::s_EDILock
RuntimeObject* ___s_EDILock_0;
};
// 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// System.Reflection.GenericParameterAttributes
struct GenericParameterAttributes_tD73CDB8C95D60038AA80DC4557D460B32FB6378F
{
// System.Int32 System.Reflection.GenericParameterAttributes::value__
int32_t ___value___2;
};
// Mono.MonoAssemblyName
struct MonoAssemblyName_t86B4669C242DAF7EE82C100B54589B0390A8D4FF
{
// System.IntPtr Mono.MonoAssemblyName::name
intptr_t ___name_0;
// System.IntPtr Mono.MonoAssemblyName::culture
intptr_t ___culture_1;
// System.IntPtr Mono.MonoAssemblyName::hash_value
intptr_t ___hash_value_2;
// System.IntPtr Mono.MonoAssemblyName::public_key
intptr_t ___public_key_3;
// Mono.MonoAssemblyName/<public_key_token>e__FixedBuffer Mono.MonoAssemblyName::public_key_token
U3Cpublic_key_tokenU3Ee__FixedBuffer_t1118C8F322424F0D0E8FBD41672A6F3DC8E78EDE ___public_key_token_4;
// System.UInt32 Mono.MonoAssemblyName::hash_alg
uint32_t ___hash_alg_5;
// System.UInt32 Mono.MonoAssemblyName::hash_len
uint32_t ___hash_len_6;
// System.UInt32 Mono.MonoAssemblyName::flags
uint32_t ___flags_7;
// System.UInt16 Mono.MonoAssemblyName::major
uint16_t ___major_8;
// System.UInt16 Mono.MonoAssemblyName::minor
uint16_t ___minor_9;
// System.UInt16 Mono.MonoAssemblyName::build
uint16_t ___build_10;
// System.UInt16 Mono.MonoAssemblyName::revision
uint16_t ___revision_11;
// System.UInt16 Mono.MonoAssemblyName::arch
uint16_t ___arch_12;
};
// System.Reflection.RuntimeAssembly
struct RuntimeAssembly_tA26A4DE82E77826DFC3D58AD976BCFC6BCA918AF : public Assembly_t
{
// System.IntPtr System.Reflection.RuntimeAssembly::_mono_assembly
intptr_t ____mono_assembly_0;
// System.Object System.Reflection.RuntimeAssembly::_evidence
RuntimeObject* ____evidence_1;
// System.Reflection.Assembly/ResolveEventHolder System.Reflection.RuntimeAssembly::resolve_event_holder
ResolveEventHolder_t3CB1550411277AD1F17B720A3C07C37973A99558* ___resolve_event_holder_2;
// System.Object System.Reflection.RuntimeAssembly::_minimum
RuntimeObject* ____minimum_3;
// System.Object System.Reflection.RuntimeAssembly::_optional
RuntimeObject* ____optional_4;
// System.Object System.Reflection.RuntimeAssembly::_refuse
RuntimeObject* ____refuse_5;
// System.Object System.Reflection.RuntimeAssembly::_granted
RuntimeObject* ____granted_6;
// System.Object System.Reflection.RuntimeAssembly::_denied
RuntimeObject* ____denied_7;
// System.Boolean System.Reflection.RuntimeAssembly::fromByteArray
bool ___fromByteArray_8;
// System.String System.Reflection.RuntimeAssembly::assemblyName
String_t* ___assemblyName_9;
};
// Native definition for P/Invoke marshalling of System.Reflection.RuntimeAssembly
struct RuntimeAssembly_tA26A4DE82E77826DFC3D58AD976BCFC6BCA918AF_marshaled_pinvoke : public Assembly_t_marshaled_pinvoke
{
intptr_t ____mono_assembly_0;
Il2CppIUnknown* ____evidence_1;
ResolveEventHolder_t3CB1550411277AD1F17B720A3C07C37973A99558* ___resolve_event_holder_2;
Il2CppIUnknown* ____minimum_3;
Il2CppIUnknown* ____optional_4;
Il2CppIUnknown* ____refuse_5;
Il2CppIUnknown* ____granted_6;
Il2CppIUnknown* ____denied_7;
int32_t ___fromByteArray_8;
char* ___assemblyName_9;
};
// Native definition for COM marshalling of System.Reflection.RuntimeAssembly
struct RuntimeAssembly_tA26A4DE82E77826DFC3D58AD976BCFC6BCA918AF_marshaled_com : public Assembly_t_marshaled_com
{
intptr_t ____mono_assembly_0;
Il2CppIUnknown* ____evidence_1;
ResolveEventHolder_t3CB1550411277AD1F17B720A3C07C37973A99558* ___resolve_event_holder_2;
Il2CppIUnknown* ____minimum_3;
Il2CppIUnknown* ____optional_4;
Il2CppIUnknown* ____refuse_5;
Il2CppIUnknown* ____granted_6;
Il2CppIUnknown* ____denied_7;
int32_t ___fromByteArray_8;
Il2CppChar* ___assemblyName_9;
};
// Mono.RuntimeEventHandle
struct RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26
{
// System.IntPtr Mono.RuntimeEventHandle::value
intptr_t ___value_0;
};
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5
{
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
};
// Mono.RuntimePropertyHandle
struct RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48
{
// System.IntPtr Mono.RuntimePropertyHandle::value
intptr_t ___value_0;
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
{
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
};
// Mono.SafeGPtrArrayHandle
struct SafeGPtrArrayHandle_t31BDC8B49810E694FFB8B78F7B4CDC70F952A76F
{
// Mono.RuntimeGPtrArrayHandle Mono.SafeGPtrArrayHandle::handle
RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328 ___handle_0;
};
// Mono.SafeStringMarshal
struct SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E
{
// System.String Mono.SafeStringMarshal::str
String_t* ___str_0;
// System.IntPtr Mono.SafeStringMarshal::marshaled_string
intptr_t ___marshaled_string_1;
};
// Native definition for P/Invoke marshalling of Mono.SafeStringMarshal
struct SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E_marshaled_pinvoke
{
char* ___str_0;
intptr_t ___marshaled_string_1;
};
// Native definition for COM marshalling of Mono.SafeStringMarshal
struct SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E_marshaled_com
{
Il2CppChar* ___str_0;
intptr_t ___marshaled_string_1;
};
// System.IO.StringReader
struct StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8 : public TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7
{
// System.String System.IO.StringReader::_s
String_t* ____s_2;
// System.Int32 System.IO.StringReader::_pos
int32_t ____pos_3;
// System.Int32 System.IO.StringReader::_length
int32_t ____length_4;
};
// System.StringSplitOptions
struct StringSplitOptions_t4DD892C76C70DD4800FC1B76054D69826F770062
{
// System.Int32 System.StringSplitOptions::value__
int32_t ___value___2;
};
// System.Globalization.TextInfo
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4 : public RuntimeObject
{
// System.String System.Globalization.TextInfo::m_listSeparator
String_t* ___m_listSeparator_0;
// System.Boolean System.Globalization.TextInfo::m_isReadOnly
bool ___m_isReadOnly_1;
// System.String System.Globalization.TextInfo::m_cultureName
String_t* ___m_cultureName_2;
// System.Globalization.CultureData System.Globalization.TextInfo::m_cultureData
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_3;
// System.String System.Globalization.TextInfo::m_textInfoName
String_t* ___m_textInfoName_4;
// System.Nullable`1<System.Boolean> System.Globalization.TextInfo::m_IsAsciiCasingSameAsInvariant
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___m_IsAsciiCasingSameAsInvariant_5;
// System.String System.Globalization.TextInfo::customCultureName
String_t* ___customCultureName_7;
// System.Int32 System.Globalization.TextInfo::m_nDataItem
int32_t ___m_nDataItem_8;
// System.Boolean System.Globalization.TextInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Int32 System.Globalization.TextInfo::m_win32LangID
int32_t ___m_win32LangID_10;
};
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4_StaticFields
{
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.TextInfo::s_Invariant
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___s_Invariant_6;
};
// System.Globalization.UnicodeCategory
struct UnicodeCategory_tC5D046642FA3366AD265B73F3F43140D8CD9CB2A
{
// System.Int32 System.Globalization.UnicodeCategory::value__
int32_t ___value___2;
};
// Mono.Security.UriPartial
struct UriPartial_t715357C8A43632964DF28E3E25BC544B5169EA18
{
// System.Int32 Mono.Security.UriPartial::value__
int32_t ___value___2;
};
// Interop/Error
struct Error_tA96F6BC4A908C7D5F1E1C4A60CE2AC73DCA88D4A
{
// System.Int32 Interop/Error::value__
int32_t ___value___2;
};
// Mono.Runtime/CrashReportLogLevel
struct CrashReportLogLevel_t7626A27C45744F835EDDDDC44CCE4A3C2027A898
{
// System.Int32 Mono.Runtime/CrashReportLogLevel::value__
int32_t ___value___2;
};
// Mono.RuntimeStructs/GenericParamInfo
struct GenericParamInfo_t21CBDE383378B1B960A986DC192D423946ADE726
{
// Mono.RuntimeStructs/MonoClass* Mono.RuntimeStructs/GenericParamInfo::pklass
MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* ___pklass_0;
// System.IntPtr Mono.RuntimeStructs/GenericParamInfo::name
intptr_t ___name_1;
// System.UInt16 Mono.RuntimeStructs/GenericParamInfo::flags
uint16_t ___flags_2;
// System.UInt32 Mono.RuntimeStructs/GenericParamInfo::token
uint32_t ___token_3;
// Mono.RuntimeStructs/MonoClass** Mono.RuntimeStructs/GenericParamInfo::constraints
MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90** ___constraints_4;
};
// Mono.RuntimeStructs/RemoteClass
struct RemoteClass_t8F343021C09FCE40A298F94523C6E988DD3E3DD0
{
// System.IntPtr Mono.RuntimeStructs/RemoteClass::default_vtable
intptr_t ___default_vtable_0;
// System.IntPtr Mono.RuntimeStructs/RemoteClass::xdomain_vtable
intptr_t ___xdomain_vtable_1;
// Mono.RuntimeStructs/MonoClass* Mono.RuntimeStructs/RemoteClass::proxy_class
MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* ___proxy_class_2;
// System.IntPtr Mono.RuntimeStructs/RemoteClass::proxy_class_name
intptr_t ___proxy_class_name_3;
// System.UInt32 Mono.RuntimeStructs/RemoteClass::interface_count
uint32_t ___interface_count_4;
};
// Mono.Globalization.Unicode.SimpleCollator/ExtenderType
struct ExtenderType_t32CA9654DAB08B7ECCC32976F2FC07641D8F547F
{
// System.Int32 Mono.Globalization.Unicode.SimpleCollator/ExtenderType::value__
int32_t ___value___2;
};
// Interop/Sys/FileStatusFlags
struct FileStatusFlags_tB53E2B9A54305CDCEA49884DEEDB8C62C8ACC9C9
{
// System.Int32 Interop/Sys/FileStatusFlags::value__
int32_t ___value___2;
};
// Interop/Sys/NodeType
struct NodeType_tA0667DBD8FC8EB3B1202CBEEEC3958E5BC14A76E
{
// System.Int32 Interop/Sys/NodeType::value__
int32_t ___value___2;
};
// Interop/Sys/Permissions
struct Permissions_tD0E234E5F8D29A8310EB87EB60D3EB439AC6635F
{
// System.Int32 Interop/Sys/Permissions::value__
int32_t ___value___2;
};
// System.ReadOnlySpan`1<System.Byte>
struct ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D
{
// System.ByReference`1<T> System.ReadOnlySpan`1::_pointer
ByReference_1_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC ____pointer_0;
// System.Int32 System.ReadOnlySpan`1::_length
int32_t ____length_1;
};
// System.ReadOnlySpan`1<System.Char>
struct ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1
{
// System.ByReference`1<T> System.ReadOnlySpan`1::_pointer
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 ____pointer_0;
// System.Int32 System.ReadOnlySpan`1::_length
int32_t ____length_1;
};
// System.Span`1<System.Byte>
struct Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305
{
// System.ByReference`1<T> System.Span`1::_pointer
ByReference_1_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC ____pointer_0;
// System.Int32 System.Span`1::_length
int32_t ____length_1;
};
// System.Span`1<System.Char>
struct Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D
{
// System.ByReference`1<T> System.Span`1::_pointer
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 ____pointer_0;
// System.Int32 System.Span`1::_length
int32_t ____length_1;
};
// System.Reflection.Module
struct Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0 : public RuntimeObject
{
};
struct Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0_StaticFields
{
// System.Reflection.TypeFilter System.Reflection.Module::FilterTypeName
TypeFilter_tD8F0A4CFBE6E8F8FA8D673113A73026EDA4640BA* ___FilterTypeName_0;
// System.Reflection.TypeFilter System.Reflection.Module::FilterTypeNameIgnoreCase
TypeFilter_tD8F0A4CFBE6E8F8FA8D673113A73026EDA4640BA* ___FilterTypeNameIgnoreCase_1;
};
// Native definition for P/Invoke marshalling of System.Reflection.Module
struct Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Reflection.Module
struct Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0_marshaled_com
{
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_13;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_13;
};
// System.Globalization.SortKey
struct SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740 : public RuntimeObject
{
// System.String System.Globalization.SortKey::source
String_t* ___source_0;
// System.Byte[] System.Globalization.SortKey::key
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___key_1;
// System.Globalization.CompareOptions System.Globalization.SortKey::options
int32_t ___options_2;
// System.Int32 System.Globalization.SortKey::lcid
int32_t ___lcid_3;
};
// Native definition for P/Invoke marshalling of System.Globalization.SortKey
struct SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740_marshaled_pinvoke
{
char* ___source_0;
Il2CppSafeArray/*NONE*/* ___key_1;
int32_t ___options_2;
int32_t ___lcid_3;
};
// Native definition for COM marshalling of System.Globalization.SortKey
struct SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740_marshaled_com
{
Il2CppChar* ___source_0;
Il2CppSafeArray/*NONE*/* ___key_1;
int32_t ___options_2;
int32_t ___lcid_3;
};
// Mono.Globalization.Unicode.SortKeyBuffer
struct SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A : public RuntimeObject
{
// System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l1b
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___l1b_0;
// System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l2b
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___l2b_1;
// System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l3b
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___l3b_2;
// System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l4sb
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___l4sb_3;
// System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l4tb
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___l4tb_4;
// System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l4kb
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___l4kb_5;
// System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l4wb
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___l4wb_6;
// System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l5b
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___l5b_7;
// System.String Mono.Globalization.Unicode.SortKeyBuffer::source
String_t* ___source_8;
// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l1
int32_t ___l1_9;
// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l2
int32_t ___l2_10;
// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l3
int32_t ___l3_11;
// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l4s
int32_t ___l4s_12;
// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l4t
int32_t ___l4t_13;
// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l4k
int32_t ___l4k_14;
// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l4w
int32_t ___l4w_15;
// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l5
int32_t ___l5_16;
// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::lcid
int32_t ___lcid_17;
// System.Globalization.CompareOptions Mono.Globalization.Unicode.SortKeyBuffer::options
int32_t ___options_18;
// System.Boolean Mono.Globalization.Unicode.SortKeyBuffer::processLevel2
bool ___processLevel2_19;
// System.Boolean Mono.Globalization.Unicode.SortKeyBuffer::frenchSort
bool ___frenchSort_20;
// System.Boolean Mono.Globalization.Unicode.SortKeyBuffer::frenchSorted
bool ___frenchSorted_21;
};
// System.SystemException
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
{
};
// System.Type
struct Type_t : public MemberInfo_t
{
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
};
struct Type_t_StaticFields
{
// System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_1;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2;
// System.Object System.Type::Missing
RuntimeObject* ___Missing_3;
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6;
};
// Interop/ErrorInfo
struct ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8
{
// Interop/Error Interop/ErrorInfo::_error
int32_t ____error_0;
// System.Int32 Interop/ErrorInfo::_rawErrno
int32_t ____rawErrno_1;
};
// Mono.Globalization.Unicode.SimpleCollator/Context
struct Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE
{
// System.Globalization.CompareOptions Mono.Globalization.Unicode.SimpleCollator/Context::Option
int32_t ___Option_0;
// System.Byte* Mono.Globalization.Unicode.SimpleCollator/Context::NeverMatchFlags
uint8_t* ___NeverMatchFlags_1;
// System.Byte* Mono.Globalization.Unicode.SimpleCollator/Context::AlwaysMatchFlags
uint8_t* ___AlwaysMatchFlags_2;
// System.Byte* Mono.Globalization.Unicode.SimpleCollator/Context::Buffer1
uint8_t* ___Buffer1_3;
// System.Byte* Mono.Globalization.Unicode.SimpleCollator/Context::Buffer2
uint8_t* ___Buffer2_4;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator/Context::PrevCode
int32_t ___PrevCode_5;
// System.Byte* Mono.Globalization.Unicode.SimpleCollator/Context::PrevSortKey
uint8_t* ___PrevSortKey_6;
};
// Interop/Sys/DirectoryEntry
struct DirectoryEntry_t4FE272EECFF03032105F6F23CB60435287DB1CA2
{
// System.Byte* Interop/Sys/DirectoryEntry::Name
uint8_t* ___Name_0;
// System.Int32 Interop/Sys/DirectoryEntry::NameLength
int32_t ___NameLength_1;
// Interop/Sys/NodeType Interop/Sys/DirectoryEntry::InodeType
int32_t ___InodeType_2;
};
// Interop/Sys/FileStatus
struct FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2
{
// Interop/Sys/FileStatusFlags Interop/Sys/FileStatus::Flags
int32_t ___Flags_0;
// System.Int32 Interop/Sys/FileStatus::Mode
int32_t ___Mode_1;
// System.UInt32 Interop/Sys/FileStatus::Uid
uint32_t ___Uid_2;
// System.UInt32 Interop/Sys/FileStatus::Gid
uint32_t ___Gid_3;
// System.Int64 Interop/Sys/FileStatus::Size
int64_t ___Size_4;
// System.Int64 Interop/Sys/FileStatus::ATime
int64_t ___ATime_5;
// System.Int64 Interop/Sys/FileStatus::ATimeNsec
int64_t ___ATimeNsec_6;
// System.Int64 Interop/Sys/FileStatus::MTime
int64_t ___MTime_7;
// System.Int64 Interop/Sys/FileStatus::MTimeNsec
int64_t ___MTimeNsec_8;
// System.Int64 Interop/Sys/FileStatus::CTime
int64_t ___CTime_9;
// System.Int64 Interop/Sys/FileStatus::CTimeNsec
int64_t ___CTimeNsec_10;
// System.Int64 Interop/Sys/FileStatus::BirthTime
int64_t ___BirthTime_11;
// System.Int64 Interop/Sys/FileStatus::BirthTimeNsec
int64_t ___BirthTimeNsec_12;
// System.Int64 Interop/Sys/FileStatus::Dev
int64_t ___Dev_13;
// System.Int64 Interop/Sys/FileStatus::Ino
int64_t ___Ino_14;
// System.UInt32 Interop/Sys/FileStatus::UserFlags
uint32_t ___UserFlags_15;
};
// System.Action`1<System.String>
struct Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A : public MulticastDelegate_t
{
};
// System.Comparison`1<Mono.Globalization.Unicode.Level2Map>
struct Comparison_1_t9348BD07A42E0B64874D56D54EB3C5984E623BCE : public MulticastDelegate_t
{
};
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
// System.String System.ArgumentException::_paramName
String_t* ____paramName_18;
};
// System.FormatException
struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.IO.IOException
struct IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.NotImplementedException
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.NotSupportedException
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.NullReferenceException
struct NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.OperationCanceledException
struct OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
// System.Threading.CancellationToken System.OperationCanceledException::_cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ____cancellationToken_18;
};
// Mono.Xml.SmallXmlParserException
struct SmallXmlParserException_t49EDAE5290024E0707864CCCFE1266C5AE5475C7 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
// System.Int32 Mono.Xml.SmallXmlParserException::line
int32_t ___line_18;
// System.Int32 Mono.Xml.SmallXmlParserException::column
int32_t ___column_19;
};
// System.UnauthorizedAccessException
struct UnauthorizedAccessException_t8FC1F1DE7AA62456E9E25EFDFC658A623A626791 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.Text.ValueUtf8Converter
struct ValueUtf8Converter_t46AD787999C475AFB40B2CCA5D2B1DA27E9E2266
{
// System.Byte[] System.Text.ValueUtf8Converter::_arrayToReturnToPool
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ____arrayToReturnToPool_0;
// System.Span`1<System.Byte> System.Text.ValueUtf8Converter::_bytes
Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 ____bytes_1;
};
// Native definition for P/Invoke marshalling of System.Text.ValueUtf8Converter
struct ValueUtf8Converter_t46AD787999C475AFB40B2CCA5D2B1DA27E9E2266_marshaled_pinvoke
{
Il2CppSafeArray/*NONE*/* ____arrayToReturnToPool_0;
Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 ____bytes_1;
};
// Native definition for COM marshalling of System.Text.ValueUtf8Converter
struct ValueUtf8Converter_t46AD787999C475AFB40B2CCA5D2B1DA27E9E2266_marshaled_com
{
Il2CppSafeArray/*NONE*/* ____arrayToReturnToPool_0;
Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 ____bytes_1;
};
// System.ArgumentNullException
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
};
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
// System.Object System.ArgumentOutOfRangeException::_actualValue
RuntimeObject* ____actualValue_19;
};
// System.IO.DirectoryNotFoundException
struct DirectoryNotFoundException_tBE92A20AAC24C3B22DE38973ABE6886FA97419BF : public IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910
{
};
// System.IO.FileNotFoundException
struct FileNotFoundException_t17F1B49AD996E4A60C87C7ADC9D3A25EB5808A9A : public IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910
{
// System.String System.IO.FileNotFoundException::<FileName>k__BackingField
String_t* ___U3CFileNameU3Ek__BackingField_18;
// System.String System.IO.FileNotFoundException::<FusionLog>k__BackingField
String_t* ___U3CFusionLogU3Ek__BackingField_19;
};
// System.IO.PathTooLongException
struct PathTooLongException_tAF7644094546C2BD93B829405B0199BF3B3FC2E5 : public IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910
{
};
// System.PlatformNotSupportedException
struct PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A : public NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A
{
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray
{
ALIGN_FIELD (8) uint8_t m_Items[1];
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.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
{
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
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.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
{
ALIGN_FIELD (8) String_t* m_Items[1];
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Type[]
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB : public RuntimeArray
{
ALIGN_FIELD (8) Type_t* m_Items[1];
inline Type_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Type_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Type_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Type_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Type_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB : public RuntimeArray
{
ALIGN_FIELD (8) Il2CppChar m_Items[1];
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.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray
{
ALIGN_FIELD (8) int32_t m_Items[1];
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;
}
};
// Mono.Globalization.Unicode.CodePointIndexer/TableRange[]
struct TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21 : public RuntimeArray
{
ALIGN_FIELD (8) TableRange_tD242F3D62C818E84B6903C18A6CE33399672B497 m_Items[1];
inline TableRange_tD242F3D62C818E84B6903C18A6CE33399672B497 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline TableRange_tD242F3D62C818E84B6903C18A6CE33399672B497* 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, TableRange_tD242F3D62C818E84B6903C18A6CE33399672B497 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline TableRange_tD242F3D62C818E84B6903C18A6CE33399672B497 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline TableRange_tD242F3D62C818E84B6903C18A6CE33399672B497* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, TableRange_tD242F3D62C818E84B6903C18A6CE33399672B497 value)
{
m_Items[index] = value;
}
};
// Mono.Globalization.Unicode.TailoringInfo[]
struct TailoringInfoU5BU5D_t91193FADA23E3EB0EF7B06A3320C11A012717AEE : public RuntimeArray
{
ALIGN_FIELD (8) TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* m_Items[1];
inline TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// Mono.Globalization.Unicode.Contraction[]
struct ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E : public RuntimeArray
{
ALIGN_FIELD (8) Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* m_Items[1];
inline Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// Mono.Globalization.Unicode.Level2Map[]
struct Level2MapU5BU5D_t0A034BF792949B2B7421CBAFAD423AFB86CEED0C : public RuntimeArray
{
ALIGN_FIELD (8) Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1* m_Items[1];
inline Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// Mono.Security.Uri/UriScheme[]
struct UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88 : public RuntimeArray
{
ALIGN_FIELD (8) UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794 m_Items[1];
inline UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794* 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, UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___scheme_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___delimiter_1), (void*)NULL);
#endif
}
inline UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___scheme_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___delimiter_1), (void*)NULL);
#endif
}
};
// System.Buffers.ArrayPool`1<T> System.Buffers.ArrayPool`1<System.Byte>::get_Shared()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07* ArrayPool_1_get_Shared_mF8BCD25CBF8FDFF0B3B34EA3845722E4E10F310F_gshared_inline (const RuntimeMethod* method) ;
// System.Void System.Span`1<System.Byte>::.ctor(System.Void*,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mE18EBB601FBFA01BA29FE353364700952A9091FE_gshared_inline (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method) ;
// T& System.Runtime.InteropServices.MemoryMarshal::GetReference<System.Byte>(System.Span`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* MemoryMarshal_GetReference_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m59D122F4A8516149EE7D183E97926157DF41EA1B_gshared (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 ___span0, const RuntimeMethod* method) ;
// System.Void System.ReadOnlySpan`1<System.Byte>::.ctor(System.Void*,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m470D1527EF015478E8677C7BCB52C8410A1DB604_gshared_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method) ;
// System.Int32 System.MemoryExtensions::IndexOf<System.Byte>(System.ReadOnlySpan`1<T>,T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MemoryExtensions_IndexOf_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m7197AE4C3B5AED7D1480493A456B279ED35FC4FF_gshared_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D ___span0, uint8_t ___value1, const RuntimeMethod* method) ;
// System.Span`1<T> System.Span`1<System.Char>::Slice(System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) ;
// System.ReadOnlySpan`1<T> System.Span`1<System.Char>::op_Implicit(System.Span`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 Span_1_op_Implicit_mD65020B112814C67FED9F2C3DE2B0B78D4E2A486_gshared (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___span0, const RuntimeMethod* method) ;
// System.Void System.Tuple`3<System.Object,System.UInt64,System.UInt64>::.ctor(T1,T2,T3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tuple_3__ctor_m82740FCE03DC71BE64F7B5EDC49F4B48EA6F294B_gshared (Tuple_3_t6A49A718C3DBE59399651E268121A016C620E9F0* __this, RuntimeObject* ___item10, uint64_t ___item21, uint64_t ___item32, const RuntimeMethod* method) ;
// System.Void System.Action`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void System.Array::ForEach<System.Object>(T[],System.Action`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_ForEach_TisRuntimeObject_m69D17888F523BFFDE733430848E1944001A69647_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___array0, Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___action1, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___index0, const RuntimeMethod* method) ;
// T[] System.Collections.Generic.List`1<System.Object>::ToArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Clear()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Sort(System.Collections.Generic.IComparer`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Sort_m4204C143D97E871DF2553329CFB0FBE3CD1A01F2_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) ;
// System.Void System.Comparison`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparison_1__ctor_mC1E8799BBCE317B612875123C9C894BD470BFE6A_gshared (Comparison_1_t62E531E7B8260E2C6C2718C3BDB8CF8655139645* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Sort(System.Comparison`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Sort_mEB3B61CB86B1419919338B0668DC4E568C2FFF93_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, Comparison_1_t62E531E7B8260E2C6C2718C3BDB8CF8655139645* ___comparison0, const RuntimeMethod* method) ;
// System.Void System.Array::Reverse<System.Byte>(T[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Reverse_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m85EDFBEE5D82D7F502797E4EC74C3328315C5186_gshared (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) ;
// T[] System.Array::Empty<System.Object>()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_m55011E8360A8199FB239A5787BA8631CDD6116FC_gshared_inline (const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Insert(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Insert_m9C9559248941FED50561DB029D55DF08DEF3B094_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___index0, RuntimeObject* ___item1, const RuntimeMethod* method) ;
// System.Int32 System.ReadOnlySpan`1<System.Byte>::get_Length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_gshared_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, const RuntimeMethod* method) ;
// System.Void System.Span`1<System.Char>::.ctor(T&,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, Il2CppChar* ___ptr0, int32_t ___length1, const RuntimeMethod* method) ;
// Interop/Error Interop/ErrorInfo::get_Error()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ErrorInfo_get_Error_mF34947899E06A00CA22985B73034CE96610FBD2B_inline (ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8* __this, const RuntimeMethod* method) ;
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A (String_t* ___value0, const RuntimeMethod* method) ;
// System.Void System.IO.DirectoryNotFoundException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryNotFoundException__ctor_mA7F098E81D1D163C09BF5E64A34634290B76F235 (DirectoryNotFoundException_tBE92A20AAC24C3B22DE38973ABE6886FA97419BF* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.String SR::Format(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_mB99C6F1BE061EA1427A45176E0CAFB2A2C76D03F (String_t* ___resourceFormat0, RuntimeObject* ___p11, const RuntimeMethod* method) ;
// System.Void System.IO.FileNotFoundException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileNotFoundException__ctor_mA8C9C93DB8C5B96D6B5E59B2AE07154F265FB1A1 (FileNotFoundException_t17F1B49AD996E4A60C87C7ADC9D3A25EB5808A9A* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Void System.IO.FileNotFoundException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileNotFoundException__ctor_mC4247CABF75A7B484A21790CD7F8EFA8AC101677 (FileNotFoundException_t17F1B49AD996E4A60C87C7ADC9D3A25EB5808A9A* __this, String_t* ___message0, String_t* ___fileName1, const RuntimeMethod* method) ;
// System.Exception Interop::GetIOException(Interop/ErrorInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Interop_GetIOException_mE97DDE5F086D5A3A3C012E6052F15B4DF918333D (ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8 ___errorInfo0, const RuntimeMethod* method) ;
// System.Void System.UnauthorizedAccessException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnauthorizedAccessException__ctor_m37F82265DB9C7D153840E157E860BBF373E9459F (UnauthorizedAccessException_t8FC1F1DE7AA62456E9E25EFDFC658A623A626791* __this, String_t* ___message0, Exception_t* ___inner1, const RuntimeMethod* method) ;
// System.Void System.IO.PathTooLongException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathTooLongException__ctor_m2E98EE527C0503C02F7305BC57045AB86BB202A7 (PathTooLongException_tAF7644094546C2BD93B829405B0199BF3B3FC2E5* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Int32 Interop/ErrorInfo::get_RawErrno()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ErrorInfo_get_RawErrno_m1B6C0E156EF3B567945C1389B2B111C1A6FEB027 (ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8* __this, const RuntimeMethod* method) ;
// System.Void System.IO.IOException::.ctor(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m9748591C355AD9F4C53B456CD8125C26C61B754A (IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910* __this, String_t* ___message0, int32_t ___hresult1, const RuntimeMethod* method) ;
// System.Void System.OperationCanceledException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperationCanceledException__ctor_m2F34C3B8AEE2AA6C7EB2BB77AE5E0289101293E4 (OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662* __this, const RuntimeMethod* method) ;
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method) ;
// System.String Interop/ErrorInfo::GetErrorMessage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ErrorInfo_GetErrorMessage_m8126CB6DD05026B361004182D21965A7AAC89B68 (ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8* __this, const RuntimeMethod* method) ;
// System.Void Interop/Sys::GetNonCryptographicallySecureRandomBytes(System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sys_GetNonCryptographicallySecureRandomBytes_m090E03E09C4E9882805D3DE806812F8CA075CE31 (uint8_t* ___buffer0, int32_t ___length1, const RuntimeMethod* method) ;
// Interop/Error Interop/Sys::ConvertErrorPlatformToPal(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_ConvertErrorPlatformToPal_mD2A9ABF8E44536DADD4C7A347F711D26915E67E2 (int32_t ___platformErrno0, const RuntimeMethod* method) ;
// System.Void Interop/ErrorInfo::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorInfo__ctor_m69D7F33C0932334C68D390C3249427538AB6BDBA (ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8* __this, int32_t ___errno0, const RuntimeMethod* method) ;
// System.Void Interop/ErrorInfo::.ctor(Interop/Error)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorInfo__ctor_m5BAA16B076ADF4BC99001F2AB4973313BB53ECBF (ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8* __this, int32_t ___error0, const RuntimeMethod* method) ;
// System.Int32 Interop/Sys::ConvertErrorPalToPlatform(Interop/Error)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_ConvertErrorPalToPlatform_m9DA36750ECD7454669B176DEA9B1E4323966835D (int32_t ___error0, const RuntimeMethod* method) ;
// System.String Interop/Sys::StrError(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Sys_StrError_mFE7FE901352D8DFF873575DE9AA77A2F96A93B45 (int32_t ___platformErrno0, 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_m76BF8F3A6AD789E38B708848A2688D400AAC250A (String_t* ___format0, RuntimeObject* ___arg01, RuntimeObject* ___arg12, RuntimeObject* ___arg23, const RuntimeMethod* method) ;
// System.String Interop/ErrorInfo::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ErrorInfo_ToString_mCC02EC6DEB01119DE687B1B1488919C602065C17 (ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8* __this, const RuntimeMethod* method) ;
// System.Int32 System.Runtime.InteropServices.Marshal::GetLastWin32Error()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_GetLastWin32Error_m776667F265B8ABFFF13E3DD51B1BC5C2B5611F43 (const RuntimeMethod* method) ;
// System.Byte* Interop/Sys::StrErrorR(System.Int32,System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* Sys_StrErrorR_mDB4AED8FCA997789853EFB8AB6F3C52C53B00B63 (int32_t ___platformErrno0, uint8_t* ___buffer1, int32_t ___bufferSize2, const RuntimeMethod* method) ;
// System.IntPtr System.IntPtr::op_Explicit(System.Void*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m04BEF6277775C13DD8A986812AAA3FCEC32DCCBE (void* ___value0, const RuntimeMethod* method) ;
// System.String System.Runtime.InteropServices.Marshal::PtrToStringAnsi(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Marshal_PtrToStringAnsi_m86CDF46D9E4810BD7DB9BB52C1036E24A7DD46EE (intptr_t ___ptr0, const RuntimeMethod* method) ;
// System.Buffers.ArrayPool`1<T> System.Buffers.ArrayPool`1<System.Byte>::get_Shared()
inline ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07* ArrayPool_1_get_Shared_mF8BCD25CBF8FDFF0B3B34EA3845722E4E10F310F_inline (const RuntimeMethod* method)
{
return (( ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07* (*) (const RuntimeMethod*))ArrayPool_1_get_Shared_mF8BCD25CBF8FDFF0B3B34EA3845722E4E10F310F_gshared_inline)(method);
}
// System.Int32 Interop/Sys::ReadLink(System.String,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_ReadLink_mD61629AC51AE2CB102AD7F21CCD2F5F4DFF9C570 (String_t* ___path0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buffer1, int32_t ___bufferSize2, const RuntimeMethod* method) ;
// System.Text.Encoding System.Text.Encoding::get_UTF8()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Encoding_get_UTF8_m9700ADA8E0F244002B2A89B483F1B2133B8FE336 (const RuntimeMethod* method) ;
// System.Void System.Span`1<System.Byte>::.ctor(System.Void*,System.Int32)
inline void Span_1__ctor_mE18EBB601FBFA01BA29FE353364700952A9091FE_inline (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method)
{
(( void (*) (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305*, void*, int32_t, const RuntimeMethod*))Span_1__ctor_mE18EBB601FBFA01BA29FE353364700952A9091FE_gshared_inline)(__this, ___pointer0, ___length1, method);
}
// System.Void System.Text.ValueUtf8Converter::.ctor(System.Span`1<System.Byte>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueUtf8Converter__ctor_mC2AD8452442C044B152ABEEF3706892BB66C90D9 (ValueUtf8Converter_t46AD787999C475AFB40B2CCA5D2B1DA27E9E2266* __this, Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 ___initialBuffer0, const RuntimeMethod* method) ;
// System.Span`1<System.Byte> System.Text.ValueUtf8Converter::ConvertAndTerminateString(System.ReadOnlySpan`1<System.Char>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 ValueUtf8Converter_ConvertAndTerminateString_m7525C8D794AB245BB9AD2D64D238B68AC55111A4 (ValueUtf8Converter_t46AD787999C475AFB40B2CCA5D2B1DA27E9E2266* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___value0, const RuntimeMethod* method) ;
// T& System.Runtime.InteropServices.MemoryMarshal::GetReference<System.Byte>(System.Span`1<T>)
inline uint8_t* MemoryMarshal_GetReference_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m59D122F4A8516149EE7D183E97926157DF41EA1B (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 ___span0, const RuntimeMethod* method)
{
return (( uint8_t* (*) (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305, const RuntimeMethod*))MemoryMarshal_GetReference_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m59D122F4A8516149EE7D183E97926157DF41EA1B_gshared)(___span0, method);
}
// System.Int32 Interop/Sys::Stat(System.Byte&,Interop/Sys/FileStatus&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_Stat_mA9CD7C4AC11A17D8305ABE781633107429223BFF (uint8_t* ___path0, FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2* ___output1, const RuntimeMethod* method) ;
// System.Void System.Text.ValueUtf8Converter::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueUtf8Converter_Dispose_m601586EE197FB0A58CD6A0F67C91DC4530B2EAE2 (ValueUtf8Converter_t46AD787999C475AFB40B2CCA5D2B1DA27E9E2266* __this, const RuntimeMethod* method) ;
// System.Int32 Interop/Sys::LStat(System.Byte&,Interop/Sys/FileStatus&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_LStat_mA19992F19722FB633D5ABF1ABBD23196F6C9AC3B (uint8_t* ___path0, FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2* ___output1, const RuntimeMethod* method) ;
// System.Int32 Interop/Sys::LChflagsCanSetHiddenFlag()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_LChflagsCanSetHiddenFlag_mBD2E26BB382DF31E7794BAE41274C0FF1B6D121B (const RuntimeMethod* method) ;
// System.Void System.ReadOnlySpan`1<System.Byte>::.ctor(System.Void*,System.Int32)
inline void ReadOnlySpan_1__ctor_m470D1527EF015478E8677C7BCB52C8410A1DB604_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method)
{
(( void (*) (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D*, void*, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m470D1527EF015478E8677C7BCB52C8410A1DB604_gshared_inline)(__this, ___pointer0, ___length1, method);
}
// System.Int32 System.MemoryExtensions::IndexOf<System.Byte>(System.ReadOnlySpan`1<T>,T)
inline int32_t MemoryExtensions_IndexOf_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m7197AE4C3B5AED7D1480493A456B279ED35FC4FF_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D ___span0, uint8_t ___value1, const RuntimeMethod* method)
{
return (( int32_t (*) (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D, uint8_t, const RuntimeMethod*))MemoryExtensions_IndexOf_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m7197AE4C3B5AED7D1480493A456B279ED35FC4FF_gshared_inline)(___span0, ___value1, method);
}
// System.Span`1<T> System.Span`1<System.Char>::Slice(System.Int32,System.Int32)
inline Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method)
{
return (( Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D*, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_gshared_inline)(__this, ___start0, ___length1, method);
}
// System.ReadOnlySpan`1<T> System.Span`1<System.Char>::op_Implicit(System.Span`1<T>)
inline ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 Span_1_op_Implicit_mD65020B112814C67FED9F2C3DE2B0B78D4E2A486 (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___span0, const RuntimeMethod* method)
{
return (( ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D, const RuntimeMethod*))Span_1_op_Implicit_mD65020B112814C67FED9F2C3DE2B0B78D4E2A486_gshared)(___span0, method);
}
// System.ReadOnlySpan`1<System.Char> Interop/Sys/DirectoryEntry::GetName(System.Span`1<System.Char>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 DirectoryEntry_GetName_mF08AE47152428B103C9ADC1C339DD5FA41BAE996 (DirectoryEntry_t4FE272EECFF03032105F6F23CB60435287DB1CA2* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___buffer0, const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55 (String_t* ___format0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method) ;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425 (const RuntimeMethod* method) ;
// System.String SR::GetString(System.Globalization.CultureInfo,System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m454D1970E3F748CAF175886AA3C31A646A2C5BE6 (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture0, String_t* ___name1, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args2, const RuntimeMethod* method) ;
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mBFACD7FE8657957CE3D5DA54D519AB418AF421E7 (RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args2, const RuntimeMethod* method) ;
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m75580778A544C5C8DA0F2ACEE7972A2AC944063A (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject* ___arg02, const RuntimeMethod* method) ;
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m69D52D3917F3D1BAC76B506B9BAA68A41B483DEF (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject* ___arg02, RuntimeObject* ___arg13, const RuntimeMethod* method) ;
// 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_m47B2846E44214E013BF3069B0F9015AD223FF16E (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject* ___arg02, RuntimeObject* ___arg13, RuntimeObject* ___arg24, const RuntimeMethod* method) ;
// System.Void System.Threading.Monitor::Exit(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9 (RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4 (RuntimeObject* ___obj0, bool* ___lockTaken1, const RuntimeMethod* method) ;
// Mono.ISystemDependencyProvider Mono.DependencyInjector::ReflectionLoad()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DependencyInjector_ReflectionLoad_m00664F020B6D1D451E4E7E7A1C47508DED78F0EE (const RuntimeMethod* method) ;
// System.Void System.PlatformNotSupportedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_mC5103EE3FE4FE245039B1107D6685296D9CC6560 (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Void System.InvalidOperationException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, const RuntimeMethod* method) ;
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7 (Type_t* ___left0, Type_t* ___right1, const RuntimeMethod* method) ;
// System.Reflection.PropertyInfo System.Type::GetProperty(System.String,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t* Type_GetProperty_m6E63875E6098E89250149F4E76FAD40844708391 (Type_t* __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method) ;
// System.Boolean System.Reflection.PropertyInfo::op_Equality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Equality_mD077C524E99EF7A3C977705217D3A88AB4DE5C13 (PropertyInfo_t* ___left0, PropertyInfo_t* ___right1, const RuntimeMethod* method) ;
// System.Object System.Reflection.PropertyInfo::GetValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyInfo_GetValue_m89576462107E2A4DF5B7775216AEC29D74FF6088 (PropertyInfo_t* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Void Mono.Runtime::mono_runtime_install_handlers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Runtime_mono_runtime_install_handlers_m89BFC5610FAB5B9DA0F97EFA4DC899ACBE1A0282 (const RuntimeMethod* method) ;
// System.Void Mono.Runtime::mono_runtime_cleanup_handlers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Runtime_mono_runtime_cleanup_handlers_m5C27480E9A31108836E3F01D5B584B08E0B44E7D (const RuntimeMethod* method) ;
// System.String Mono.Runtime::ExceptionToState_internal(System.Exception,System.UInt64&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Runtime_ExceptionToState_internal_m8CF868DAA5DD1DD6DE311AA9FAAE8B4D12BC02FA (Exception_t* ___exc0, uint64_t* ___portable_hash1, uint64_t* ___unportable_hash2, const RuntimeMethod* method) ;
// System.Void System.Tuple`3<System.String,System.UInt64,System.UInt64>::.ctor(T1,T2,T3)
inline void Tuple_3__ctor_m91E0FC20B54BD4EBCC7AA95A0BADDADCDD8FB6EA (Tuple_3_tE40FE480A28B7206460EF9B5B38F67335B38A686* __this, String_t* ___item10, uint64_t ___item21, uint64_t ___item32, const RuntimeMethod* method)
{
(( void (*) (Tuple_3_tE40FE480A28B7206460EF9B5B38F67335B38A686*, String_t*, uint64_t, uint64_t, const RuntimeMethod*))Tuple_3__ctor_m82740FCE03DC71BE64F7B5EDC49F4B48EA6F294B_gshared)(__this, ___item10, ___item21, ___item32, method);
}
// System.String Mono.Runtime::DumpStateSingle_internal(System.UInt64&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Runtime_DumpStateSingle_internal_m58C4DF93D92E2A976A4B75A819E95B8A9226D463 (uint64_t* ___portable_hash0, uint64_t* ___unportable_hash1, const RuntimeMethod* method) ;
// System.String Mono.Runtime::DumpStateTotal_internal(System.UInt64&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Runtime_DumpStateTotal_internal_m4F081B9984D4FDD9850E9D726AE86E3880C7CEBB (uint64_t* ___portable_hash0, uint64_t* ___unportable_hash1, const RuntimeMethod* method) ;
// System.Void Mono.Runtime::RegisterReportingForAllNativeLibs_internal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Runtime_RegisterReportingForAllNativeLibs_internal_m7C157ECF03A31520B8CB8041AFBB4280E1B9E5D9 (const RuntimeMethod* method) ;
// Mono.SafeStringMarshal Mono.RuntimeMarshal::MarshalString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E RuntimeMarshal_MarshalString_mFABF7D528CDAD4B2B809F4A963AA4AFE5A6258C7 (String_t* ___str0, const RuntimeMethod* method) ;
// System.Void Mono.SafeStringMarshal::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeStringMarshal_Dispose_m34D77253DF878A33052EEA9771C93252C2B02A0F (SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E* __this, const RuntimeMethod* method) ;
// System.IntPtr Mono.SafeStringMarshal::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafeStringMarshal_get_Value_m33E0497DD37A963B09B47083091BE63D90C06CBC (SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E* __this, const RuntimeMethod* method) ;
// System.Void Mono.Runtime::RegisterReportingForNativeLib_internal(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Runtime_RegisterReportingForNativeLib_internal_m504D24387DB4B0BE4329EA84703D49DBAAF88B71 (intptr_t ___modulePathSuffix0, intptr_t ___moduleName1, const RuntimeMethod* method) ;
// System.Void Mono.Runtime::EnableCrashReportLog_internal(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Runtime_EnableCrashReportLog_internal_m0E52F877B7D114A460EE4CBA66C296286D1AA876 (intptr_t ___directory0, const RuntimeMethod* method) ;
// System.Int32 Mono.Runtime::CheckCrashReportLog_internal(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Runtime_CheckCrashReportLog_internal_m780128607A16FAEAE3B1C81D1A0C954136E180B3 (intptr_t ___directory0, bool ___clear1, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method) ;
// System.String[] System.IO.Directory::GetFiles(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* Directory_GetFiles_m2E5907ADCF2B7E795692FD961E466E4B6612A70F (String_t* ___path0, String_t* ___searchPattern1, const RuntimeMethod* method) ;
// System.Void System.Action`1<System.String>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_m9DC2953C55C4D7D4B7BEFE03D84DA1F9362D652C (Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Array::ForEach<System.String>(T[],System.Action`1<T>)
inline void Array_ForEach_TisString_t_mAF5597CCBD76310716DE9D8AC6787CD0BDE7E345 (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___array0, Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* ___action1, const RuntimeMethod* method)
{
(( void (*) (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*, Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A*, const RuntimeMethod*))Array_ForEach_TisRuntimeObject_m69D17888F523BFFDE733430848E1944001A69647_gshared)(___array0, ___action1, method);
}
// System.Void System.IO.File::Delete(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Delete_mB5CB249F5370D49747243BCA9C56CCC48D3E6A08 (String_t* ___path0, const RuntimeMethod* method) ;
// System.String System.IO.Path::GetFileName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFileName_mEBC73E0C8D8C56214D1DA4BA8409C5B5F00457A5 (String_t* ___path0, const RuntimeMethod* method) ;
// System.Int32 System.String::get_Length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
// System.String System.String::Substring(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method) ;
// System.String Mono.Runtime::get_breadcrumb_value(System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Runtime_get_breadcrumb_value_m3BC90939BE78487F18FD7266CDDAE0339DB9FF2B (String_t* ___file_prefix0, String_t* ___directory_str1, bool ___clear2, const RuntimeMethod* method) ;
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ;
// System.Int64 System.Convert::ToInt64(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m6162CDF3331970FD93F6619040733A50E5766DDC (String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method) ;
// System.Void Mono.Runtime::AnnotateMicrosoftTelemetry_internal(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Runtime_AnnotateMicrosoftTelemetry_internal_m4A7745FC79E3FEC2A112A883B1CB329A55113FA1 (intptr_t ___key0, intptr_t ___val1, const RuntimeMethod* method) ;
// System.Void Mono.Runtime/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m20FEE644D4A46D1FC86EDC311A09258D035E7D73 (U3CU3Ec_t39428702032562232588419EB77C47EF332C843C* __this, const RuntimeMethod* method) ;
// System.Void Mono.RuntimeClassHandle::.ctor(Mono.RuntimeStructs/MonoClass*)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeClassHandle__ctor_mCBFDB2FEABD43D5F1900DFE64DB401E3415E7D34_inline (RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72* __this, MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* ___value0, const RuntimeMethod* method) ;
// System.Void* System.IntPtr::op_Explicit(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* IntPtr_op_Explicit_m693F2F9E685EE117D4AC080342B8959DAF684294 (intptr_t ___value0, const RuntimeMethod* method) ;
// System.Void Mono.RuntimeClassHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeClassHandle__ctor_m7021F8E7933C8ABC27B2FDF562EF608FBDF0D9C3 (RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72* __this, intptr_t ___ptr0, const RuntimeMethod* method) ;
// Mono.RuntimeStructs/MonoClass* Mono.RuntimeClassHandle::get_Value()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* RuntimeClassHandle_get_Value_m25D4B9C7BC4BB723CDD408E0F490D8DAB54B5EFB_inline (RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72* __this, const RuntimeMethod* method) ;
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5 (Type_t* ___left0, Type_t* ___right1, const RuntimeMethod* method) ;
// System.Boolean Mono.RuntimeClassHandle::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeClassHandle_Equals_m7FE8F7C9EE7048C140FCC548CEE30372DE734E05 (RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Int32 System.IntPtr::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_GetHashCode_m669B16AD7483C1C396E48F41D9CAC4B719E38F3D (intptr_t* __this, const RuntimeMethod* method) ;
// System.Int32 Mono.RuntimeClassHandle::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeClassHandle_GetHashCode_m2AD338C1E8108B685A6F95C07CC83FCDC2CBC514 (RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72* __this, const RuntimeMethod* method) ;
// System.IntPtr Mono.RuntimeClassHandle::GetTypeFromClass(Mono.RuntimeStructs/MonoClass*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeClassHandle_GetTypeFromClass_m60A53A7355F2C4C59A319CA4C069FF39F6EB3DB6 (MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* ___klass0, const RuntimeMethod* method) ;
// System.Void System.RuntimeTypeHandle::.ctor(System.IntPtr)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeTypeHandle__ctor_m3B7A6EF106E5F7259DA89488C4D23622533C09A8_inline (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B* __this, intptr_t ___val0, const RuntimeMethod* method) ;
// System.RuntimeTypeHandle Mono.RuntimeClassHandle::GetTypeHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B RuntimeClassHandle_GetTypeHandle_mC2B0186E8B2CAEBA30296C2CE29D96B9894957CD (RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72* __this, const RuntimeMethod* method) ;
// Mono.RuntimeClassHandle Mono.RuntimeRemoteClassHandle::get_ProxyClass()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72 RuntimeRemoteClassHandle_get_ProxyClass_mB696A6AF46F5ACB381B40DC37F92F9DA67625E9B (RuntimeRemoteClassHandle_t47A1D2639335E036FE04C79F1858CF28663F1FDF* __this, const RuntimeMethod* method) ;
// System.Void Mono.RuntimeGenericParamInfoHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeGenericParamInfoHandle__ctor_m635F2C947EEDF45BE0E17E66F06C718AC2D10F4E (RuntimeGenericParamInfoHandle_tB2D1F49FE251724E14058F948AB148F5782C536B* __this, intptr_t ___ptr0, const RuntimeMethod* method) ;
// System.Type[] Mono.RuntimeGenericParamInfoHandle::GetConstraints()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* RuntimeGenericParamInfoHandle_GetConstraints_m1C3E51699D5D9F77FE215BEB00B8A76BC20AA54C (RuntimeGenericParamInfoHandle_tB2D1F49FE251724E14058F948AB148F5782C536B* __this, const RuntimeMethod* method) ;
// System.Type[] Mono.RuntimeGenericParamInfoHandle::get_Constraints()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* RuntimeGenericParamInfoHandle_get_Constraints_mE96BF6947E1F6990FB52B0A8219A901FF3A6B7A6 (RuntimeGenericParamInfoHandle_tB2D1F49FE251724E14058F948AB148F5782C536B* __this, const RuntimeMethod* method) ;
// System.Reflection.GenericParameterAttributes Mono.RuntimeGenericParamInfoHandle::get_Attributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeGenericParamInfoHandle_get_Attributes_m3CF6E048BFD00D5218DE1E343A3A194BF93E8729 (RuntimeGenericParamInfoHandle_tB2D1F49FE251724E14058F948AB148F5782C536B* __this, const RuntimeMethod* method) ;
// System.Int32 Mono.RuntimeGenericParamInfoHandle::GetConstraintsCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeGenericParamInfoHandle_GetConstraintsCount_mC615FBDA56188D3DB17BC436025177B3214E2A51 (RuntimeGenericParamInfoHandle_tB2D1F49FE251724E14058F948AB148F5782C536B* __this, const RuntimeMethod* method) ;
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___handle0, const RuntimeMethod* method) ;
// System.Void Mono.RuntimeEventHandle::.ctor(System.IntPtr)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeEventHandle__ctor_m9712CDDC8FAB489928A3C5C37D91A79E5C344F78_inline (RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26* __this, intptr_t ___v0, const RuntimeMethod* method) ;
// System.IntPtr Mono.RuntimeEventHandle::get_Value()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t RuntimeEventHandle_get_Value_mE84A702C797FF1933824906BE69AE5E3D3304B30_inline (RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26* __this, const RuntimeMethod* method) ;
// System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m73759B51FE326460AC87A0E386480226EF2FABED (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method) ;
// System.Boolean Mono.RuntimeEventHandle::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeEventHandle_Equals_m1A48EE5D85A84BDF4BE92A04D5203E0C5B1444A2 (RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Int32 Mono.RuntimeEventHandle::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeEventHandle_GetHashCode_m0F827612114C8976DB1D91AA6FEFAE10876F1CC6 (RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26* __this, const RuntimeMethod* method) ;
// System.Void Mono.RuntimePropertyHandle::.ctor(System.IntPtr)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimePropertyHandle__ctor_m0D2C702D16F3F51A9E9AA1AC9E808C82F92E711E_inline (RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48* __this, intptr_t ___v0, const RuntimeMethod* method) ;
// System.IntPtr Mono.RuntimePropertyHandle::get_Value()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t RuntimePropertyHandle_get_Value_mDF730CAE1334309B5B59074DCACBC34884C34406_inline (RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48* __this, const RuntimeMethod* method) ;
// System.Boolean Mono.RuntimePropertyHandle::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimePropertyHandle_Equals_m73642985E7C7804645C7DC5AD6528D8C467398A3 (RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Int32 Mono.RuntimePropertyHandle::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimePropertyHandle_GetHashCode_m880542202D105E75C7EF76C31EA48A5761A15B30 (RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48* __this, const RuntimeMethod* method) ;
// System.Void Mono.RuntimeGPtrArrayHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeGPtrArrayHandle__ctor_m696952A5ABC50F0813EE450DCCE1E8117AB8AEED (RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328* __this, intptr_t ___ptr0, const RuntimeMethod* method) ;
// System.Int32 Mono.RuntimeGPtrArrayHandle::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeGPtrArrayHandle_get_Length_mDDE04771772F71BC95A38A7CC1FBB11642B8C502 (RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328* __this, const RuntimeMethod* method) ;
// System.IntPtr Mono.RuntimeGPtrArrayHandle::Lookup(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeGPtrArrayHandle_Lookup_mB4AD9A1C79DAACB220FEB7C8E51352B384293309 (RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328* __this, int32_t ___i0, const RuntimeMethod* method) ;
// System.IntPtr Mono.RuntimeGPtrArrayHandle::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeGPtrArrayHandle_get_Item_m3B72E2CB5341796FD2EAD42592ED5FA28623F249 (RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328* __this, int32_t ___i0, const RuntimeMethod* method) ;
// System.Void System.IndexOutOfRangeException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m270ED9671475CE680EEA8C62A7A43308AE4188EF (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* __this, const RuntimeMethod* method) ;
// System.Void Mono.RuntimeGPtrArrayHandle::GPtrArrayFree(Mono.RuntimeStructs/GPtrArray*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeGPtrArrayHandle_GPtrArrayFree_m37A044789B5956429BD042C6960F1E41DDED0474 (GPtrArray_tDA7DBF233077B6EA96A6E6F670BEB9A77FF0CADF* ___value0, 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_mA014E75717E6CE25BA9D641971AD637F70532339 (String_t* __this, int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___enc3, const RuntimeMethod* method) ;
// System.Void Mono.SafeStringMarshal::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeStringMarshal__ctor_m45953FD7665BA4526596D2D30A9BF2141B037AA8 (SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E* __this, String_t* ___str0, const RuntimeMethod* method) ;
// System.Int32 Mono.RuntimeMarshal::DecodeBlobSize(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeMarshal_DecodeBlobSize_m787CD94E26FD5DF5FCED591F2B5D25B5CE1F517B (intptr_t ___in_ptr0, intptr_t* ___out_ptr1, const RuntimeMethod* method) ;
// System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_m92700C9E60BAB2FDAF6CE02C16EFE9DCB7D6035E (intptr_t ___source0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___destination1, int32_t ___startIndex2, int32_t ___length3, const RuntimeMethod* method) ;
// System.Void Mono.SafeGPtrArrayHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeGPtrArrayHandle__ctor_m8EF7E312EF9558E92061E6A1FEABE43F5AE80579 (SafeGPtrArrayHandle_t31BDC8B49810E694FFB8B78F7B4CDC70F952A76F* __this, intptr_t ___ptr0, const RuntimeMethod* method) ;
// System.Void Mono.RuntimeGPtrArrayHandle::DestroyAndFree(Mono.RuntimeGPtrArrayHandle&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeGPtrArrayHandle_DestroyAndFree_m0BE18D019C25F033FAC7DAEFC3352AFD0E52E6A5 (RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328* ___h0, const RuntimeMethod* method) ;
// System.Void Mono.SafeGPtrArrayHandle::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeGPtrArrayHandle_Dispose_mEC245DEB021C0DC3BA74E80B202049AC198096C8 (SafeGPtrArrayHandle_t31BDC8B49810E694FFB8B78F7B4CDC70F952A76F* __this, const RuntimeMethod* method) ;
// System.Int32 Mono.SafeGPtrArrayHandle::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SafeGPtrArrayHandle_get_Length_m5F09438379A2372A92EA78B5F1E719D6072BEC6E (SafeGPtrArrayHandle_t31BDC8B49810E694FFB8B78F7B4CDC70F952A76F* __this, const RuntimeMethod* method) ;
// System.IntPtr Mono.SafeGPtrArrayHandle::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafeGPtrArrayHandle_get_Item_m0417A32AA69F65032DE50E6168189B231CF29BB5 (SafeGPtrArrayHandle_t31BDC8B49810E694FFB8B78F7B4CDC70F952A76F* __this, int32_t ___i0, const RuntimeMethod* method) ;
// System.IntPtr Mono.SafeStringMarshal::StringToUtf8_icall(System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafeStringMarshal_StringToUtf8_icall_mD637596FD1F278960EAC1C8BB6660284D0E1C121 (String_t** ___str0, const RuntimeMethod* method) ;
// System.IntPtr Mono.SafeStringMarshal::StringToUtf8(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafeStringMarshal_StringToUtf8_m0FB1DB5314B0565530B477934F47E71C489FC60D (String_t* ___str0, const RuntimeMethod* method) ;
// System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m2F715312CBFCE7E1A81D0689F68B97218E37E5D1 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method) ;
// System.Void Mono.SafeStringMarshal::GFree(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeStringMarshal_GFree_m1D822BAA2693FEBFAE7698920BDEE5F047D9B65C (intptr_t ___ptr0, const RuntimeMethod* method) ;
// System.Void Mono.Xml.SmallXmlParser::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser__ctor_mD1AE9A75F441E331A19E111706DC130F64F7B83A (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Stack::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack__ctor_m4E3FE5A70C400B82DAB9E38E61A934E4E4DE01A7 (Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* __this, const RuntimeMethod* method) ;
// System.Void System.IO.StringReader::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringReader__ctor_m72556EC1062F49E05CF41B0825AC7FA2DB2A81C0 (StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* __this, String_t* ___s0, const RuntimeMethod* method) ;
// System.Void Mono.Xml.SmallXmlParser::Parse(System.IO.TextReader,Mono.Xml.SmallXmlParser/IContentHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_Parse_mDBDCE208B61E525047652DEFB54D2B75695E0CBA (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___input0, RuntimeObject* ___handler1, const RuntimeMethod* method) ;
// System.Void System.Security.SecurityElement::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement__ctor_m1BC698E428D96ECEF625ADF86F95D30B5E4CD184 (SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* __this, String_t* ___tag0, const RuntimeMethod* method) ;
// System.Void System.Security.SecurityElement::AddChild(System.Security.SecurityElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_AddChild_m3718404151331EFAA46D25D354B5C4AA1FD8DDFE (SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* __this, SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* ___child0, const RuntimeMethod* method) ;
// System.String System.Security.SecurityElement::Escape(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_Escape_m5ED6BB8294E500ACC8B3B5F1011752E357F4A175 (String_t* ___str0, const RuntimeMethod* method) ;
// System.Void System.Security.SecurityElement::AddAttribute(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_AddAttribute_mF31D985A7B289E7858F3EBFE782ECCC74F1F08AC (SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) ;
// System.Void System.Security.SecurityElement::set_Text(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_set_Text_m734B7FFAF5F408359D6C55C9CF9196D2FF992D2D (SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void System.Text.StringBuilder::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5 (StringBuilder_t* __this, int32_t ___capacity0, const RuntimeMethod* method) ;
// System.Void Mono.Xml.SmallXmlParser/AttrListImpl::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttrListImpl__ctor_mC0D30F283DD1CC3CF56E56ED29462F421FAF98FC (AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* __this, const RuntimeMethod* method) ;
// System.Void Mono.Xml.SmallXmlParserException::.ctor(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParserException__ctor_mA574796034F0F01B0A66CCEB66097F0CA729A27B (SmallXmlParserException_t49EDAE5290024E0707864CCCFE1266C5AE5475C7* __this, String_t* ___msg0, int32_t ___line1, int32_t ___column2, const RuntimeMethod* method) ;
// System.String System.String::Join(System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_mE405D676C6881553258F8BAD40A20B462D611068 (String_t* ___separator0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___value1, const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30 (String_t* ___format0, RuntimeObject* ___arg01, const RuntimeMethod* method) ;
// System.Exception Mono.Xml.SmallXmlParser::Error(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* SmallXmlParser_Error_m3F640CECF90C00645752DDF52A1DA3536BEC6568 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, String_t* ___msg0, const RuntimeMethod* method) ;
// System.Globalization.UnicodeCategory System.Char::GetUnicodeCategory(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Char_GetUnicodeCategory_m8BC9F8A973843AD3B62358285AED47C5185B0BE1 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Void Mono.Xml.SmallXmlParser::SkipWhitespaces(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_SkipWhitespaces_mDC28EBFD4733F067C178259ACB05862C60AA7C2F (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, bool ___expected0, const RuntimeMethod* method) ;
// System.Int32 Mono.Xml.SmallXmlParser::Read()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.Int32 Mono.Xml.SmallXmlParser::Peek()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method) ;
// System.Boolean Mono.Xml.SmallXmlParser::IsWhitespace(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SmallXmlParser_IsWhitespace_m66E95B828FFBD98E1A8C7B53F334F1C746FA7221 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, int32_t ___c0, const RuntimeMethod* method) ;
// System.Exception Mono.Xml.SmallXmlParser::UnexpectedEndError()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* SmallXmlParser_UnexpectedEndError_m49611771ED1216C9DF756338DDDB97B227F81FB9 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806 (String_t* ___format0, RuntimeObject* ___arg01, RuntimeObject* ___arg12, const RuntimeMethod* method) ;
// System.Void Mono.Xml.SmallXmlParser::ReadReference()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadReference_m33EEC080ACA6D08AD59AC077D37B8554DCD72E15 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method) ;
// System.Void System.Text.StringBuilder::set_Length(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414 (StringBuilder_t* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Boolean Mono.Xml.SmallXmlParser::IsNameChar(System.Char,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SmallXmlParser_IsNameChar_mF93D58506A1B3E4407F50B04793005D10899A0BE (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, Il2CppChar ___c0, bool ___start1, const RuntimeMethod* method) ;
// System.Void System.Array::Copy(System.Array,System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m4239F97ECC23A71F4191B8722362A1AA38E2E98F (RuntimeArray* ___sourceArray0, RuntimeArray* ___destinationArray1, int32_t ___length2, const RuntimeMethod* method) ;
// System.String System.String::CreateString(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) ;
// System.Void Mono.Xml.SmallXmlParser::ReadContent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadContent_m2EAB63A9A7EA70F4A524AF223B2B699CEE50DD93 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method) ;
// System.Void Mono.Xml.SmallXmlParser::HandleBufferedContent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_HandleBufferedContent_mA1EAFD112B1289A13B471498995E75F409AFE5EE (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method) ;
// System.Void Mono.Xml.SmallXmlParser::Cleanup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_Cleanup_mB4BE7BFA8E2FAB80B40172E98FC750083EED982F (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method) ;
// System.Void Mono.Xml.SmallXmlParser/AttrListImpl::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttrListImpl_Clear_m928937942612617F5E5EC6B1849942D831C34E41 (AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* __this, const RuntimeMethod* method) ;
// System.Int32 System.Text.StringBuilder::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8 (StringBuilder_t* __this, const RuntimeMethod* method) ;
// System.Void Mono.Xml.SmallXmlParser::HandleWhitespaces()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_HandleWhitespaces_mD1E22581F64763EED215226E814A765473E97D7D (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method) ;
// System.String Mono.Xml.SmallXmlParser::ReadName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmallXmlParser_ReadName_mD407A500AC7F1519047ABE64F978064CA4CA87B6 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method) ;
// System.Boolean System.String::op_Inequality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ;
// System.Void Mono.Xml.SmallXmlParser::Expect(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_Expect_m21286B905098308BBA7DD06FE553C65C059031F3 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, int32_t ___c0, const RuntimeMethod* method) ;
// System.Void Mono.Xml.SmallXmlParser::ReadCDATASection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadCDATASection_m959663B4552B92B7040E13B23BB395905EC50BA1 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method) ;
// System.Void Mono.Xml.SmallXmlParser::ReadComment()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadComment_m1D1D6B2E2C6C7C532717D1989E1B5A3CAA998684 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method) ;
// System.Void Mono.Xml.SmallXmlParser::SkipWhitespaces()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_SkipWhitespaces_m47DD8BD20F773B8E7854DBEB1BFF705B61BEF311 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method) ;
// System.String Mono.Xml.SmallXmlParser::ReadUntil(System.Char,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmallXmlParser_ReadUntil_mDC60A5A463115D6539E27E81420AD54105242D64 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, Il2CppChar ___until0, bool ___handleReferences1, const RuntimeMethod* method) ;
// System.Void Mono.Xml.SmallXmlParser::ReadAttribute(Mono.Xml.SmallXmlParser/AttrListImpl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadAttribute_m68F93A21DBAA757306E4A8469E563A86A5C37E09 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* ___a0, const RuntimeMethod* method) ;
// System.Void Mono.Xml.SmallXmlParser::ReadCharacters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadCharacters_m5C6573F4EBB4EE6123BF5A53E9E6989AF024D4A7 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method) ;
// System.Int32 Mono.Xml.SmallXmlParser::ReadCharacterReference()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlParser_ReadCharacterReference_mBA7ADD269054BF1D6C751B0B7434A70AF5BAD9A7 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method) ;
// System.Void Mono.Xml.SmallXmlParser/AttrListImpl::Add(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttrListImpl_Add_m809157F38C92F7E9BB2463BE1F4A35703536B4FD (AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<System.String>::get_Count()
inline int32_t List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_inline (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// T System.Collections.Generic.List`1<System.String>::get_Item(System.Int32)
inline String_t* List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8 (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( String_t* (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method);
}
// T[] System.Collections.Generic.List`1<System.String>::ToArray()
inline StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method)
{
return (( StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.String>::Clear()
inline void List_1_Clear_mC6C7AEBB0F980A717A87C0D12377984A464F0934_inline (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.String>::Add(T)
inline void List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, String_t* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, String_t*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<System.String>::.ctor()
inline void List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void System.SystemException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5 (SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Void System.Attribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2 (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* __this, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.CodePointIndexer/TableRange::.ctor(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TableRange__ctor_m2BA1ACE9CAB66F5A86AE0534524AF41C63618E1D (TableRange_tD242F3D62C818E84B6903C18A6CE33399672B497* __this, int32_t ___start0, int32_t ___end1, int32_t ___indexStart2, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.ContractionComparer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContractionComparer__ctor_mB4EA5A722C5583D0D50CD88937D0A90BA8603826 (ContractionComparer_t1CE1C4539C6840E11BB0D3F7E5C5BE815A40144B* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>::.ctor()
inline void List_1__ctor_mC8997D2202766FB8AD08F8355CCE9D9BF57B3757 (List_1_t4B07534C6EDA44BFBF4CD81E023B10C2692A5258* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t4B07534C6EDA44BFBF4CD81E023B10C2692A5258*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Level2Map>::.ctor()
inline void List_1__ctor_mDED626FB9D28DA7191C6BC79601486000B0DAE3C (List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_mB319AE8CC4416FF8F2F4567B600C96CBB4886931 (intptr_t ___source0, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___destination1, int32_t ___startIndex2, int32_t ___length3, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.Contraction::.ctor(System.Int32,System.Char[],System.String,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Contraction__ctor_m393EA5668662462C9EB8D30405E2BC0D007E954C (Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* __this, int32_t ___index0, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___source1, String_t* ___replacement2, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___sortkey3, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>::Add(T)
inline void List_1_Add_m55D04C26E04FE90F518E851CE3487279121F5219_inline (List_1_t4B07534C6EDA44BFBF4CD81E023B10C2692A5258* __this, Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t4B07534C6EDA44BFBF4CD81E023B10C2692A5258*, Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.Void Mono.Globalization.Unicode.Level2Map::.ctor(System.Byte,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Level2Map__ctor_m2171A26B3D0F4CE222E9B83CEA97ACF486DA7B0B (Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1* __this, uint8_t ___source0, uint8_t ___replace1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Level2Map>::Add(T)
inline void List_1_Add_mA712408EB20FE442926FB62ED8BD9A081438F91B_inline (List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07* __this, Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07*, Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.String System.String::CreateString(System.Char*,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m3F8794FEB452558B8A68C65E1F0B603B3D94E0E2 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) ;
// System.Void System.NotImplementedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742 (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>::Sort(System.Collections.Generic.IComparer`1<T>)
inline void List_1_Sort_m37936F298F44633B62E94F28FA811A9564FF4A89 (List_1_t4B07534C6EDA44BFBF4CD81E023B10C2692A5258* __this, RuntimeObject* ___comparer0, const RuntimeMethod* method)
{
(( void (*) (List_1_t4B07534C6EDA44BFBF4CD81E023B10C2692A5258*, RuntimeObject*, const RuntimeMethod*))List_1_Sort_m4204C143D97E871DF2553329CFB0FBE3CD1A01F2_gshared)(__this, ___comparer0, method);
}
// System.Void System.Comparison`1<Mono.Globalization.Unicode.Level2Map>::.ctor(System.Object,System.IntPtr)
inline void Comparison_1__ctor_m910FD568C9AF4E20495457AE45128A1C1CF42E1C (Comparison_1_t9348BD07A42E0B64874D56D54EB3C5984E623BCE* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Comparison_1_t9348BD07A42E0B64874D56D54EB3C5984E623BCE*, RuntimeObject*, intptr_t, const RuntimeMethod*))Comparison_1__ctor_mC1E8799BBCE317B612875123C9C894BD470BFE6A_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Level2Map>::Sort(System.Comparison`1<T>)
inline void List_1_Sort_mB410DEDC02C80B09BBBA1D5E4349DF97842CE78C (List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07* __this, Comparison_1_t9348BD07A42E0B64874D56D54EB3C5984E623BCE* ___comparison0, const RuntimeMethod* method)
{
(( void (*) (List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07*, Comparison_1_t9348BD07A42E0B64874D56D54EB3C5984E623BCE*, const RuntimeMethod*))List_1_Sort_mEB3B61CB86B1419919338B0668DC4E568C2FFF93_gshared)(__this, ___comparison0, method);
}
// T[] System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>::ToArray()
inline ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* List_1_ToArray_mDB9A5833D13B76B178E20283BB565A8336B614DA (List_1_t4B07534C6EDA44BFBF4CD81E023B10C2692A5258* __this, const RuntimeMethod* method)
{
return (( ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* (*) (List_1_t4B07534C6EDA44BFBF4CD81E023B10C2692A5258*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method);
}
// T[] System.Collections.Generic.List`1<Mono.Globalization.Unicode.Level2Map>::ToArray()
inline Level2MapU5BU5D_t0A034BF792949B2B7421CBAFAD423AFB86CEED0C* List_1_ToArray_m98422ED392AD80F51FB67422E8037A59508EB065 (List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07* __this, const RuntimeMethod* method)
{
return (( Level2MapU5BU5D_t0A034BF792949B2B7421CBAFAD423AFB86CEED0C* (*) (List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method);
}
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer::ToIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CodePointIndexer_ToIndex_m5B3502DBB6A1CCDBA58E160B8CFA9625AE80EFF4 (CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* __this, int32_t ___cp0, const RuntimeMethod* method) ;
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsIgnorable(System.Int32,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsIgnorable_m13393425857135DF1AB09C81D248E5E49FCEBCE1 (int32_t ___cp0, uint8_t ___flag1, const RuntimeMethod* method) ;
// System.IntPtr System.Reflection.RuntimeAssembly::GetManifestResourceInternal(System.String,System.Int32&,System.Reflection.Module&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeAssembly_GetManifestResourceInternal_m42C3E9A9A678777B6B889144EFC663E6B0DBF362 (RuntimeAssembly_tA26A4DE82E77826DFC3D58AD976BCFC6BCA918AF* __this, String_t* ___name0, int32_t* ___size1, Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0** ___module2, const RuntimeMethod* method) ;
// System.IntPtr Mono.Globalization.Unicode.MSCompatUnicodeTable::GetResource(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t MSCompatUnicodeTable_GetResource_mC98D3515C2BA8B20C80A76D8FAE5443F7D1D6022 (String_t* ___name0, const RuntimeMethod* method) ;
// System.UInt32 Mono.Globalization.Unicode.MSCompatUnicodeTable::UInt32FromBytePtr(System.Byte*,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MSCompatUnicodeTable_UInt32FromBytePtr_m49759283C4DACD7F84FA9AD04CEF5E82D4CBA510 (uint8_t* ___raw0, uint32_t ___idx1, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.TailoringInfo::.ctor(System.Int32,System.Int32,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TailoringInfo__ctor_m8FE45B7864406D005E092AD69597178C4F081F4E (TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* __this, int32_t ___lcid0, int32_t ___tailoringIndex1, int32_t ___tailoringCount2, bool ___frenchSort3, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::FillCJKCore(System.String,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MSCompatUnicodeTable_FillCJKCore_m3F388EBFE91ACC360309C5FB068F03BD66A1D3EB (String_t* ___culture0, CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** ___cjkLv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::SetCJKReferences(System.String,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MSCompatUnicodeTable_SetCJKReferences_m6F88F84CD2067FE66FA41AD6434E4CDDF6B5F3B6 (String_t* ___name0, CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** ___lv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method) ;
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::get_IsReady()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_get_IsReady_m6BFB22DA662CAB98F0E7F3669075196C5095A7A6_inline (const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m886B600753BE0193E56546B842AB8528FECB1ED8 (U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF (RuntimeArray* ___array0, RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 ___fldHandle1, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.CodePointIndexer::.ctor(System.Int32[],System.Int32[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CodePointIndexer__ctor_m795A291D258C73A5AD0D38F8A0E3007AE3B56D62 (CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* __this, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___starts0, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___ends1, int32_t ___defaultIndex2, int32_t ___defaultCP3, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.SimpleCollator::SetCJKTable(System.Globalization.CultureInfo,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_SetCJKTable_mCCCB23CC548A4BAF92C2AA5B17CA14459D0E9B8F (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture0, CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** ___lv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method) ;
// Mono.Globalization.Unicode.TailoringInfo Mono.Globalization.Unicode.MSCompatUnicodeTable::GetTailoringInfo(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* MSCompatUnicodeTable_GetTailoringInfo_m88C29F4AB2BD0BD5D31CC822F34A29CD14332667 (int32_t ___lcid0, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::BuildTailoringTables(System.Globalization.CultureInfo,Mono.Globalization.Unicode.TailoringInfo,Mono.Globalization.Unicode.Contraction[]&,Mono.Globalization.Unicode.Level2Map[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MSCompatUnicodeTable_BuildTailoringTables_m30381D3C2CF5B3FF1AC43C148EF426A5D8E3F01F (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture0, TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* ___t1, ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E** ___contractions2, Level2MapU5BU5D_t0A034BF792949B2B7421CBAFAD423AFB86CEED0C** ___diacriticals3, const RuntimeMethod* method) ;
// System.Globalization.CultureInfo Mono.Globalization.Unicode.SimpleCollator::GetNeutralCulture(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* SimpleCollator_GetNeutralCulture_mD65D268998BD3449D46BDB4353A28C6C555B017B (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___info0, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::FillCJK(System.String,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MSCompatUnicodeTable_FillCJK_m0FD1315314CD19A8972FEF6670A169CBF1E35851 (String_t* ___culture0, CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** ___lv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method) ;
// System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Category(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t MSCompatUnicodeTable_Category_m2516C983E8E9057703BB7136D03A4617F2806D54 (int32_t ___cp0, const RuntimeMethod* method) ;
// System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Level1(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t MSCompatUnicodeTable_Level1_m52E22BCB6AC97C00EFDC11F33465B9B120F41549 (int32_t ___cp0, const RuntimeMethod* method) ;
// System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Level2(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t MSCompatUnicodeTable_Level2_m7A27D6403FFD1A6AF593F4D48B729E44C19A1082 (int32_t ___cp0, const RuntimeMethod* method) ;
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsHalfWidthKana(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsHalfWidthKana_m581D2C8677F65CBEA37B0DD7B39F522CB16D437F (Il2CppChar ___c0, const RuntimeMethod* method) ;
// Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetContraction(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.Contraction[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* SimpleCollator_GetContraction_m2445BD1740B0C42EFE1052BEF11FE44E337CD1D6 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* ___clist3, const RuntimeMethod* method) ;
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___index0, const RuntimeMethod* method) ;
// Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetTailContraction(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.Contraction[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* SimpleCollator_GetTailContraction_m5B278B3F2B83D8C24ADFB172C071ABB40D3D9004 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* ___clist3, const RuntimeMethod* method) ;
// System.Int32 Mono.Globalization.Unicode.MSCompatUnicodeTable::ToWidthCompat(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MSCompatUnicodeTable_ToWidthCompat_m1D0FE1AF0AD1AB27D0744787A88C58BD42374C37 (int32_t ___i0, const RuntimeMethod* method) ;
// System.Int32 Mono.Globalization.Unicode.MSCompatUnicodeTable::ToKanaTypeInsensitive(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MSCompatUnicodeTable_ToKanaTypeInsensitive_m5602703DCDFCC5D24BC7B0F6819F56A8F18BE670 (int32_t ___i0, const RuntimeMethod* method) ;
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::HasSpecialWeight(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_HasSpecialWeight_m098343D82D7AC6164F57AA52167EF20B30BF066E (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsHalfKana(System.Int32,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsHalfKana_m97D3C08295BADE6FA52F7A63442813167E96DB8A (int32_t ___cp0, int32_t ___opt1, const RuntimeMethod* method) ;
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsHiragana(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsHiragana_mD8EE5F5E9FEFE4C75AF7370407B2C60F77CD2166 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Byte Mono.Globalization.Unicode.SimpleCollator::Level1(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_Level1_m4008243B3E16594F5B3384E35D9413D8A82459C7 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, int32_t ___cp0, const RuntimeMethod* method) ;
// System.Globalization.SortKey Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740* SimpleCollator_GetSortKey_m2C0748D8AC0E33CD46FF16C190261CA1173FB66E (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t ___start1, int32_t ___length2, int32_t ___options3, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer__ctor_m44124385B07E9C713EE6C0CEECA51C4A4200E6FE (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, int32_t ___lcid0, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::Initialize(System.Globalization.CompareOptions,System.Int32,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_Initialize_m4F998BC86CA746C8C3DEAC8D47D17FD2B5537C39 (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, int32_t ___options0, int32_t ___lcid1, String_t* ___s2, bool ___frenchSort3, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.SortKeyBuffer,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_GetSortKey_m412F69F13CDC0508189A28A4EE43596FB5A47573 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* ___buf3, int32_t ___opt4, const RuntimeMethod* method) ;
// System.Globalization.SortKey Mono.Globalization.Unicode.SortKeyBuffer::GetResultAndReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740* SortKeyBuffer_GetResultAndReset_m3F0C22EAE5F965F5B9E82649F754847BF5593AFD (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.SimpleCollator::ClearBuffer(System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_ClearBuffer_m4DC9B335D3EC5471AD7E6A2267B8AEB272A74726 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, uint8_t* ___buffer0, int32_t ___size1, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.SimpleCollator/Context::.ctor(System.Globalization.CompareOptions,System.Byte*,System.Byte*,System.Byte*,System.Byte*,System.Byte*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Context__ctor_m70A4A39D3B8B6ED37176CABC4DD2C026FDF97B5A (Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* __this, int32_t ___opt0, uint8_t* ___alwaysMatchFlags1, uint8_t* ___neverMatchFlags2, uint8_t* ___buffer13, uint8_t* ___buffer24, uint8_t* ___prev15, const RuntimeMethod* method) ;
// Mono.Globalization.Unicode.SimpleCollator/ExtenderType Mono.Globalization.Unicode.SimpleCollator::GetExtenderType(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_GetExtenderType_mDCC56E8E80B230652C5C342BE1BCCF94C71025E8 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, int32_t ___i0, const RuntimeMethod* method) ;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::FilterExtender(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_FilterExtender_mAB7448D68BB6D66289428602916BA8265EBBAF65 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, int32_t ___i0, int32_t ___ext1, int32_t ___opt2, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.SimpleCollator::FillSortKeyRaw(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.SortKeyBuffer,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_FillSortKeyRaw_mFDBF293D1A4255B0E59E8DCCB34EF6E2C76C4B5E (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, int32_t ___i0, int32_t ___ext1, SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* ___buf2, int32_t ___opt3, const RuntimeMethod* method) ;
// System.Byte Mono.Globalization.Unicode.SimpleCollator::Level2(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_Level2_m6354F0CA1939D40CC1E400494382D7D3CE219EBC (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, int32_t ___cp0, int32_t ___ext1, const RuntimeMethod* method) ;
// System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Level3(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t MSCompatUnicodeTable_Level3_mEB25D2A4C81C790FE99CB2C14AB1330CE199EC84 (int32_t ___cp0, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendNormal(System.Byte,System.Byte,System.Byte,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendNormal_m27FD4478DCD42D4978D63021B5AF164B22D73AE4 (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, uint8_t ___category0, uint8_t ___lv11, uint8_t ___lv22, uint8_t ___lv33, const RuntimeMethod* method) ;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsIgnorable(System.Int32,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsIgnorable_mB6C1A3AE4972F41F7CA723F5585CB6657872E9B3 (int32_t ___i0, int32_t ___opt1, const RuntimeMethod* method) ;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::FilterOptions(System.Int32,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_FilterOptions_mE92B378C251252A64051EDB933B71BE24EE52CE2 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, int32_t ___i0, int32_t ___opt1, const RuntimeMethod* method) ;
// Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetContraction(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* SimpleCollator_GetContraction_mDF3596DA78670F18CBFB344E7456FB0E84AD5795 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method) ;
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsIgnorableNonSpacing(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsIgnorableNonSpacing_mA1B7A05D0904121B6CFE5976182FCEE34F7DB1AB (int32_t ___cp0, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendCJKExtension(System.Byte,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendCJKExtension_m64F33BC8021B4D895B765F7BC34723B1341F0A15 (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, uint8_t ___lv1msb0, uint8_t ___lv1lsb1, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.SimpleCollator::FillSurrogateSortKeyRaw(System.Int32,Mono.Globalization.Unicode.SortKeyBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_FillSurrogateSortKeyRaw_m70AB1F51D1BED2F7CEFABB8CBD6B834DDF0569E7 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, int32_t ___i0, SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* ___buf1, const RuntimeMethod* method) ;
// System.Byte Mono.Globalization.Unicode.SimpleCollator::Category(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_Category_m22903A606A470F92300513060587DF33ECB95309 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, int32_t ___cp0, const RuntimeMethod* method) ;
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsJapaneseSmallLetter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsJapaneseSmallLetter_mA04FA6BB203A875C356D6F1C6122DD5C0C397ABC (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Byte Mono.Globalization.Unicode.SimpleCollator::ToDashTypeValue(Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_ToDashTypeValue_m138C5544555269CBA2B61ACD9184B006AAE2026E (int32_t ___ext0, int32_t ___opt1, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendKana(System.Byte,System.Byte,System.Byte,System.Byte,System.Boolean,System.Byte,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendKana_m18A005FE17B519E36265D20FD12EFFE99E5132F9 (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, uint8_t ___category0, uint8_t ___lv11, uint8_t ___lv22, uint8_t ___lv33, bool ___isSmallKana4, uint8_t ___markType5, bool ___isKatakana6, bool ___isHalfWidth7, const RuntimeMethod* method) ;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_Compare_m3D60A3799386624D26100C40A1832400EB9D2746 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, int32_t ___options6, const RuntimeMethod* method) ;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareInternal(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Boolean&,System.Boolean&,System.Boolean,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_CompareInternal_m1922639329B7F77643CD82F2A491BD12E6FE4191 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, bool* ___targetConsumed6, bool* ___sourceConsumed7, bool ___skipHeadingExtenders8, bool ___immediateBreakup9, Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* ___ctx10, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.SimpleCollator/PreviousInfo::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PreviousInfo__ctor_m78ED776E41CA06EB8EBAB9C0997C04B8D22AB18E (PreviousInfo_t4E178296147ACBF0CEBE0A60D25D2AF0C9D5A103* __this, bool ___dummy0, const RuntimeMethod* method) ;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSafe(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsSafe_mD24BAD3CE9F9AE2A16A4C201AC71B212E336FFAE (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, int32_t ___i0, const RuntimeMethod* method) ;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareFlagPair(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_CompareFlagPair_m36C5153103A3912D35FA164B03521FA5C078838B (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, bool ___b10, bool ___b21, const RuntimeMethod* method) ;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsPrefix_mD1DEA97AE880EBCA09C11F5D64C1A8BF2BBF5D8E (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method) ;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Int32,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsPrefix_mA60DF9D84E40E774783313C812198E41460BA4CF (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, bool ___skipHeadingExtenders4, Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* ___ctx5, const RuntimeMethod* method) ;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSuffix(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsSuffix_m9E4F334A9BFF2B6DF2D776382573DF0463EF919C (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method) ;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOf_mA10DF8A160173336E3159912701A4EA27D670EA4 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method) ;
// System.Void System.NotSupportedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::QuickIndexOf(System.String,System.String,System.Int32,System.Int32,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_QuickIndexOf_m6815934F5AAB5546ED93F5DCDC09FABAC7680B18 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, bool* ___testWasUnable4, const RuntimeMethod* method) ;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Byte*,Mono.Globalization.Unicode.SimpleCollator/Context&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOf_m11B2D9FB7B98647C6B6DC4B647A174B0C54B591D (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, uint8_t* ___targetSortKey4, Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* ___ctx5, const RuntimeMethod* method) ;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesForward(System.String,System.Int32&,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesForward_m8CA755E21AD13E1BF8DD83078F133730D33E4536 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___ti3, uint8_t* ___sortkey4, bool ___noLv45, Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* ___ctx6, const RuntimeMethod* method) ;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfOrdinal(System.String,System.Char,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOfOrdinal_mAC77E8D165ABA6EC71A06BFCC1D7299E333811C7 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, Il2CppChar ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method) ;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfOrdinal(System.String,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOfOrdinal_m7196DECD403B6631D6A3B9D04A34088BA91B43BC (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method) ;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfSortKey(System.String,System.Int32,System.Int32,System.Byte*,System.Char,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOfSortKey_m8F31818D0A985D2B5E8183E15D5A92D57293F3D6 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t ___start1, int32_t ___length2, uint8_t* ___sortkey3, Il2CppChar ___target4, int32_t ___ti5, bool ___noLv46, Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* ___ctx7, const RuntimeMethod* method) ;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Byte*,Mono.Globalization.Unicode.SimpleCollator/Context&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOf_m488C8D25A2AB765863F915C6DB76AB6EE0F06720 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, uint8_t* ___targetSortKey4, Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* ___ctx5, const RuntimeMethod* method) ;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesBackward(System.String,System.Int32&,System.Int32,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesBackward_m9AC1281E6D19130EBA20AC6886E266BDE4BF0C8D (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___orgStart3, int32_t ___ti4, uint8_t* ___sortkey5, bool ___noLv46, Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* ___ctx7, const RuntimeMethod* method) ;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOfOrdinal(System.String,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOfOrdinal_m322FE1FF86BFDE367B003E70455FD7B3C39B3196 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method) ;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOfSortKey(System.String,System.Int32,System.Int32,System.Int32,System.Byte*,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOfSortKey_mF2FE6FAA26A35DA855DC31B896359E439794B759 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t ___start1, int32_t ___orgStart2, int32_t ___length3, uint8_t* ___sortkey4, int32_t ___ti5, bool ___noLv46, Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* ___ctx7, const RuntimeMethod* method) ;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesForwardCore(System.String,System.Int32&,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.Contraction&,Mono.Globalization.Unicode.SimpleCollator/Context&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesForwardCore_mA6CDEC5DC46755C2A778408FE4DA8F28D929F4EC (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___ti3, uint8_t* ___sortkey4, bool ___noLv45, int32_t ___ext6, Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540** ___ct7, Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* ___ctx8, const RuntimeMethod* method) ;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesPrimitive(System.Globalization.CompareOptions,System.Byte*,System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Byte*,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesPrimitive_m561EAF65597A2D0896CAA2DCF33992A2531A490E (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, int32_t ___opt0, uint8_t* ___source1, int32_t ___si2, int32_t ___ext3, uint8_t* ___target4, int32_t ___ti5, bool ___noLv46, const RuntimeMethod* method) ;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesBackwardCore(System.String,System.Int32&,System.Int32,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.Contraction&,Mono.Globalization.Unicode.SimpleCollator/Context&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesBackwardCore_m060643AEAF22958885C7CE7E2D0436CC51A39188 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___orgStart3, int32_t ___ti4, uint8_t* ___sortkey5, bool ___noLv46, int32_t ___ext7, Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540** ___ct8, Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* ___ctx9, const RuntimeMethod* method) ;
// Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetTailContraction(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* SimpleCollator_GetTailContraction_m9C3AD899404EEB2A61C0DA596E97CF81E62F4BC1 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.SimpleCollator::.ctor(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator__ctor_m457B2E914BEC0BB426FFE60448571037A0F3C499 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture0, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendBufferPrimitive(System.Byte,System.Byte[]&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendBufferPrimitive_mE7C5844B149DE19732C96F5540CD43B4B166BB99 (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, uint8_t ___value0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** ___buf1, int32_t* ___bidx2, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendLevel5(System.Byte,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendLevel5_m43A602E98AD77ECF099203FFBD5EB25150A97263 (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, uint8_t ___category0, uint8_t ___lv11, const RuntimeMethod* method) ;
// System.Globalization.SortKey Mono.Globalization.Unicode.SortKeyBuffer::GetResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740* SortKeyBuffer_GetResult_m30B9014A75D75E2FEFA2957089E273851C493794 (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, const RuntimeMethod* method) ;
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_Reset_mAE7016EB08B676BDA41F9B85ACB485E4CE9B7BF1 (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, const RuntimeMethod* method) ;
// System.Void System.Globalization.SortKey::.ctor(System.Int32,System.String,System.Byte[],System.Globalization.CompareOptions,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKey__ctor_m17EC2276AE294AA8397E51FDCC4B89BF367EC7A5 (SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740* __this, int32_t ___lcid0, String_t* ___source1, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buffer2, int32_t ___opt3, int32_t ___lv1Length4, int32_t ___lv2Length5, int32_t ___lv3Length6, int32_t ___kanaSmallLength7, int32_t ___markTypeLength8, int32_t ___katakanaLength9, int32_t ___kanaWidthLength10, int32_t ___identLength11, const RuntimeMethod* method) ;
// System.Void System.Array::Reverse<System.Byte>(T[],System.Int32,System.Int32)
inline void Array_Reverse_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m85EDFBEE5D82D7F502797E4EC74C3328315C5186 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method)
{
(( void (*) (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, const RuntimeMethod*))Array_Reverse_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m85EDFBEE5D82D7F502797E4EC74C3328315C5186_gshared)(___array0, ___index1, ___length2, method);
}
// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::GetOptimizedLength(System.Byte[],System.Int32,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SortKeyBuffer_GetOptimizedLength_mEB37B3DAFE55CE8199DD8B14DC3198249D93EC95 (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___data0, int32_t ___len1, uint8_t ___defaultValue2, 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_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7 (RuntimeArray* ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray* ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method) ;
// System.Void Mono.Security.ASN1::.ctor(System.Byte,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1__ctor_m19BBFD462C3872DD181A28DB6D1133A4C96A3A6A (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* __this, uint8_t ___tag0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___data1, 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_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9 (RuntimeArray* ___src0, int32_t ___srcOffset1, RuntimeArray* ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method) ;
// System.Void Mono.Security.ASN1::Decode(System.Byte[],System.Int32&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1_Decode_m7BE40E52A307E02E30A1F9A6BF42EF4DB22C5675 (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___asn10, int32_t* ___anPos1, int32_t ___anLength2, const RuntimeMethod* method) ;
// System.Object System.Array::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_Clone_m66C9D0727C9BAA0995E4142F29B45BC03582E042 (RuntimeArray* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.ArrayList::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80 (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* __this, const RuntimeMethod* method) ;
// System.Int32 Mono.Security.ASN1::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASN1_get_Count_m4E3350E2A2934AFC4402DCE73A457057F165D416 (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* __this, const RuntimeMethod* method) ;
// System.Void Mono.Security.ASN1::DecodeTLV(System.Byte[],System.Int32&,System.Byte&,System.Int32&,System.Byte[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1_DecodeTLV_m7AD7D324954FCA27BD6715DF58C4D0B3A54A1192 (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___asn10, int32_t* ___pos1, uint8_t* ___tag2, int32_t* ___length3, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** ___content4, const RuntimeMethod* method) ;
// Mono.Security.ASN1 Mono.Security.ASN1::Add(Mono.Security.ASN1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* ASN1_Add_m4D8C747FD7863AD4EF0BE1EB0369D001E868B4EF (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* __this, ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* ___asn10, const RuntimeMethod* method) ;
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ;
// System.String System.Byte::ToString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m793A41EEEB7B422F6FE658E99D2F7683F59EE310 (uint8_t* __this, String_t* ___format0, const RuntimeMethod* method) ;
// System.String System.Environment::get_NewLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m86172FA1FF2F93F740EFB5760938B35750DD35C0 (const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendFormat_mAB076D92DC92723B2224D75987BE463AF1CE7132 (StringBuilder_t* __this, String_t* ___format0, RuntimeObject* ___arg01, RuntimeObject* ___arg12, const RuntimeMethod* method) ;
// System.Byte[] Mono.Security.ASN1::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ASN1_get_Value_mBD0ECE99C6C86D25747715D35551CF533324F273 (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* __this, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendFormat_mFA88863E4018C2912D1A783E0EA6DAE4F594124F (StringBuilder_t* __this, String_t* ___format0, RuntimeObject* ___arg01, const RuntimeMethod* method) ;
// T[] System.Array::Empty<System.Object>()
inline ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_m55011E8360A8199FB239A5787BA8631CDD6116FC_inline (const RuntimeMethod* method)
{
return (( ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m55011E8360A8199FB239A5787BA8631CDD6116FC_gshared_inline)(method);
}
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendFormat_m14CB447291E6149BCF32E5E37DA21514BAD9C151 (StringBuilder_t* __this, String_t* ___format0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method) ;
// System.Byte[] Mono.Security.BitConverterLE::GetUIntBytes(System.Byte*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* BitConverterLE_GetUIntBytes_m17A949C93C00AFDC326A5CABBAFBBE353633CFCA (uint8_t* ___bytes0, const RuntimeMethod* method) ;
// System.Byte[] Mono.Security.BitConverterLE::GetULongBytes(System.Byte*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* BitConverterLE_GetULongBytes_m4504E437DAFA1A8CFAA0ADDD7FEB39EFDDBDAAA5 (uint8_t* ___bytes0, const RuntimeMethod* method) ;
// System.Void Mono.Security.BitConverterLE::UIntFromBytes(System.Byte*,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitConverterLE_UIntFromBytes_m6D2A1FD6F8951ED05AC2401A9AA10702B6874131 (uint8_t* ___dst0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___src1, int32_t ___startIndex2, const RuntimeMethod* method) ;
// System.Void Mono.Security.BitConverterLE::ULongFromBytes(System.Byte*,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitConverterLE_ULongFromBytes_mA199F0F8BC87447126E5BB401179DC48ED105260 (uint8_t* ___dst0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___src1, int32_t ___startIndex2, const RuntimeMethod* method) ;
// System.Void Mono.Security.Uri::.ctor(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m07C8CCBEF4ED4A0DAAD44BAE3573E744013852D5 (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, String_t* ___uriString0, bool ___dontEscape1, const RuntimeMethod* method) ;
// System.Void Mono.Security.Uri::Parse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_Parse_m004D6FB0B57C345DF6603EA2E5D00BD723E18296 (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, const RuntimeMethod* method) ;
// System.Boolean Mono.Security.Uri::get_IsFile()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsFile_mC7F3E7FD3CA9C8A918718F0B41F5B9271EF9F1B6 (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, const RuntimeMethod* method) ;
// System.String Mono.Security.Uri::get_AbsolutePath()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_mBA7B63F7231A540CCA78FB911DE0435E01B4BD6E_inline (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, const RuntimeMethod* method) ;
// System.Boolean Mono.Security.Uri::get_IsUnc()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Uri_get_IsUnc_m6310535B172493FF69392995D49B8680D369AFE3_inline (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, const RuntimeMethod* method) ;
// System.String Mono.Security.Uri::Unescape(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_Unescape_m254C7C527EDBBDAAC45EA2E2FC89E7C316957ADA (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, String_t* ___str0, const RuntimeMethod* method) ;
// System.String System.String::Replace(System.Char,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m86403DC5F422D8D5E1CFAAF255B103CB807EDAAF (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method) ;
// System.String System.Char::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C (Il2CppChar* __this, const RuntimeMethod* method) ;
// System.Void Mono.Security.Uri::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m8CB774E9B886E4EF1AF6C45BA80C91B43B482D7B (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, String_t* ___uriString0, const RuntimeMethod* method) ;
// System.String System.String::ToLower(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E (String_t* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture0, const RuntimeMethod* method) ;
// System.String Mono.Security.Uri::GetOpaqueWiseSchemeDelimiter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetOpaqueWiseSchemeDelimiter_m7E340FE3B5787780AC153CF4C6831AA010927C2E (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, const RuntimeMethod* method) ;
// System.Int32 Mono.Security.Uri::GetDefaultPort(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_GetDefaultPort_m9E90B73424B48E0976553CDB21B29FDD9E1F5A4C (String_t* ___scheme0, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m283B617AC29FB0DD6F3A7D8C01D385C25A5F0FAA (StringBuilder_t* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void System.ArgumentException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___paramName0, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method) ;
// System.Boolean Mono.Security.Uri::IsHexDigit(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsHexDigit_mCAC3830E1B728FBE3087A8C553EE32EBD280D50E (Il2CppChar ___digit0, const RuntimeMethod* method) ;
// System.Int32 Mono.Security.Uri::FromHex(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_FromHex_m96E0494D91BAB1F76F62295849F04085E0359B2B (Il2CppChar ___digit0, const RuntimeMethod* method) ;
// System.Boolean System.String::StartsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.String Mono.Security.Uri::GetLeftPart(Mono.Security.UriPartial)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetLeftPart_mE18CE2261A8C150F48B470A80C97893E875DD48C (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, int32_t ___part0, const RuntimeMethod* method) ;
// System.String Mono.Security.Uri::Unescape(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_Unescape_m0A1AE0134E15A7739F29B71E0E4132ED7C704CBB (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, String_t* ___str0, bool ___excludeSharp1, const RuntimeMethod* method) ;
// System.String Mono.Security.Uri::EscapeString(System.String,System.Boolean,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeString_mBD3F207A24DDB9318B8CC6318624E2946FB8A42F (String_t* ___str0, bool ___escapeReserved1, bool ___escapeHex2, bool ___escapeBrackets3, const RuntimeMethod* method) ;
// System.Boolean Mono.Security.Uri::IsHexEncoding(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsHexEncoding_m7221F6FB93F452B8FDF83F5CA47E47571C46B542 (String_t* ___pattern0, int32_t ___index1, const RuntimeMethod* method) ;
// System.String System.String::Substring(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method) ;
// System.Int32 System.String::IndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.String Mono.Security.Uri::HexEscape(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_HexEscape_mFB7234E97D230350CACA1676D72B74BC19305A70 (Il2CppChar ___character0, const RuntimeMethod* method) ;
// System.Void Mono.Security.Uri::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_Parse_m8801A78BE448912761B80E050227986550FC6872 (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, String_t* ___uriString0, const RuntimeMethod* method) ;
// System.String Mono.Security.Uri::EscapeString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeString_mF28AD2C26D716D850D10484496DC06AFEED1BA87 (String_t* ___str0, const RuntimeMethod* method) ;
// System.Char Mono.Security.Uri::HexUnescape(System.String,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Uri_HexUnescape_mE6E570B2DDA519E6B031FD7E09384D32DF501ADC (String_t* ___pattern0, int32_t* ___index1, const RuntimeMethod* method) ;
// System.String System.String::TrimStart(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimStart_m67833D80326BEA11CC3517CE03CD7B16669BCEEC (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___trimChars0, const RuntimeMethod* method) ;
// System.String System.String::Replace(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method) ;
// System.Void System.FormatException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Void System.ArgumentNullException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___paramName0, const RuntimeMethod* method) ;
// System.Void System.FormatException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mF29D430E15E766845220AB94DEE48CFC341A2DFE (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, const RuntimeMethod* method) ;
// System.Void Mono.Security.Uri::ParseAsUnixAbsoluteFilePath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_ParseAsUnixAbsoluteFilePath_mF98135CDFFABF7EA0495D3C8C777DEDE55AFFFB7 (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, String_t* ___uriString0, const RuntimeMethod* method) ;
// System.Void Mono.Security.Uri::ParseAsWindowsUNC(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_ParseAsWindowsUNC_mA8D9829D6A94DAF85039E96E0CB37EB0264F721E (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, String_t* ___uriString0, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsLetter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetter_m8AA5C1E0E24784F5B681E5A7DB6A28D11DC7E678 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Void Mono.Security.Uri::ParseAsWindowsAbsoluteFilePath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_ParseAsWindowsAbsoluteFilePath_mB0EB60186A1FAF1DC45C51F84D4C72F936EEA0C4 (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, String_t* ___uriString0, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsLetterOrDigit(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m3CB80D9BE7A7D964BB81A9906B0757045A31C5FD (String_t* ___s0, int32_t ___index1, const RuntimeMethod* method) ;
// System.Boolean Mono.Security.Uri::IsPredefinedScheme(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsPredefinedScheme_m2C186C859C0D08507A7AFF1E6655183EEEF69D2A (String_t* ___scheme0, const RuntimeMethod* method) ;
// System.Int32 System.String::IndexOfAny(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_mC7AA4AE42B38667BDB9B214AA6230F322306CFF6 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___anyOf0, const RuntimeMethod* method) ;
// System.Int32 System.String::IndexOf(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m69E9BDAFD93767C85A7FF861B453415D3B4A200F (String_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.String System.String::Remove(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68 (String_t* __this, int32_t ___startIndex0, int32_t ___count1, const RuntimeMethod* method) ;
// System.Int32 System.String::LastIndexOf(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m8923DBD89F2B3E5A34190B038B48F402E0C17E40 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.UInt32 System.UInt32::Parse(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UInt32_Parse_m93352B8389E8B2700EFE5BC19B87030F56492B63 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.String Mono.Security.Uri::Reduce(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_Reduce_mCEDC9CA41EBB34081E62803CDE03EEF341746738 (String_t* ___path0, const RuntimeMethod* method) ;
// System.String[] System.String::Split(System.Char,System.StringSplitOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4 (String_t* __this, Il2CppChar ___separator0, int32_t ___options1, const RuntimeMethod* method) ;
// System.Void System.Exception::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F (Exception_t* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.String>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_m031D3A21689276A872FCA7566C8F2F79F9581F0D (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, int32_t, const RuntimeMethod*))List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared)(__this, ___index0, method);
}
// System.Void System.Collections.Generic.List`1<System.String>::Insert(System.Int32,T)
inline void List_1_Insert_m4663EF87406A87696D170E2F4594CDB8C316DB49 (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, int32_t ___index0, String_t* ___item1, const RuntimeMethod* method)
{
(( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, int32_t, String_t*, const RuntimeMethod*))List_1_Insert_m9C9559248941FED50561DB029D55DF08DEF3B094_gshared)(__this, ___index0, ___item1, method);
}
// System.Boolean System.String::EndsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mCD3754F5401E19CE7821CD398986E4EAA6AD87DC (String_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.String Mono.Security.Uri::GetSchemeDelimiter(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetSchemeDelimiter_m44A9EA89E5E59D7016528B9E8B232099E4E21830 (String_t* ___scheme0, const RuntimeMethod* method) ;
// System.UInt32 <PrivateImplementationDetails>::ComputeStringHash(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m6D7A35973B6DBEB3664F5C76AC1EAC65AB733088 (String_t* ___s0, const RuntimeMethod* method) ;
// System.Void Mono.Security.Uri/UriScheme::.ctor(System.String,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriScheme__ctor_m14E38EF1C8EF30B3B564F894A2F8E7E8602DD761 (UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794* __this, String_t* ___s0, String_t* ___d1, int32_t ___p2, const RuntimeMethod* method) ;
// System.Void System.ThrowHelper::ThrowInvalidTypeWithPointersNotSupported(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowInvalidTypeWithPointersNotSupported_m6A58AD8706EDDB4CE9C309A6085249B6377C8CB5 (Type_t* ___targetType0, const RuntimeMethod* method) ;
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m272CE1B3040BA89B2C478E2CF629670574F30353 (const RuntimeMethod* method) ;
// System.Int32 System.ReadOnlySpan`1<System.Byte>::get_Length()
inline int32_t ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D*, const RuntimeMethod*))ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_gshared_inline)(__this, method);
}
// System.Int32 System.SpanHelpers::IndexOf(System.Byte&,System.Byte,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SpanHelpers_IndexOf_m0A829BB99BDEEEB5A92884FA139590B6E4EA7835 (uint8_t* ___searchSpace0, uint8_t ___value1, int32_t ___length2, const RuntimeMethod* method) ;
// System.Int32 System.SpanHelpers::IndexOf(System.Char&,System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SpanHelpers_IndexOf_mDE4E5FB8BEEEF1D365113B434C8A6A09E9EA3B20 (Il2CppChar* ___searchSpace0, Il2CppChar ___value1, int32_t ___length2, const RuntimeMethod* method) ;
// System.Void System.Span`1<System.Char>::.ctor(T&,System.Int32)
inline void Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, Il2CppChar* ___ptr0, int32_t ___length1, const RuntimeMethod* method)
{
(( void (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D*, Il2CppChar*, int32_t, const RuntimeMethod*))Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_gshared_inline)(__this, ___ptr0, ___length1, method);
}
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B (RuntimeArray* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) ;
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_System_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL SystemNative_ConvertErrorPlatformToPal(int32_t);
#endif
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_System_INTERNAL
IL2CPP_EXTERN_C uint8_t* DEFAULT_CALL SystemNative_StrErrorR(int32_t, uint8_t*, int32_t);
#endif
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_System_INTERNAL
IL2CPP_EXTERN_C void DEFAULT_CALL SystemNative_GetNonCryptographicallySecureRandomBytes(uint8_t*, int32_t);
#endif
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_System_INTERNAL
IL2CPP_EXTERN_C intptr_t DEFAULT_CALL SystemNative_OpenDir(char*);
#endif
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_System_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL SystemNative_GetReadDirRBufferSize();
#endif
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_System_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL SystemNative_ReadDirR(intptr_t, uint8_t*, int32_t, DirectoryEntry_t4FE272EECFF03032105F6F23CB60435287DB1CA2*);
#endif
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_System_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL SystemNative_CloseDir(intptr_t);
#endif
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_System_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL SystemNative_ReadLink(char*, uint8_t*, int32_t);
#endif
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_System_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL SystemNative_Stat2(char*, FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2*);
#endif
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_System_INTERNAL
IL2CPP_EXTERN_C uint32_t DEFAULT_CALL SystemNative_GetEGid();
#endif
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_System_INTERNAL
IL2CPP_EXTERN_C uint32_t DEFAULT_CALL SystemNative_GetEUid();
#endif
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_System_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL SystemNative_LChflagsCanSetHiddenFlag();
#endif
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_System_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL SystemNative_MkDir(char*, int32_t);
#endif
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_System_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL SystemNative_RmDir(char*);
#endif
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_System_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL SystemNative_LStat2(uint8_t*, FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2*);
#endif
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_System_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL SystemNative_Unlink(char*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_System_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL SystemNative_ConvertErrorPalToPlatform(int32_t);
#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.Exception Interop::GetExceptionForIoErrno(Interop/ErrorInfo,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Interop_GetExceptionForIoErrno_m4C5DFA9F3A7942A0DF7D8D9828557D14F5503190 (ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8 ___errorInfo0, String_t* ___path1, bool ___isDirectory2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DirectoryNotFoundException_tBE92A20AAC24C3B22DE38973ABE6886FA97419BF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileNotFoundException_t17F1B49AD996E4A60C87C7ADC9D3A25EB5808A9A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PathTooLongException_tAF7644094546C2BD93B829405B0199BF3B3FC2E5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnauthorizedAccessException_t8FC1F1DE7AA62456E9E25EFDFC658A623A626791_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C6CF51A587C627F6C6EE34036C6723F4B925EFF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral516E89FB5F1967293F4DB1BE32E381475420AB44);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51F30CFFB908674FE7BC9CBFAE4EFD647D2D3594);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A8643E91A3472B185B02A5F88F56AB678880D65);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9314E51D0364D320B5BB9F10EB1CB0704A3299F7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA8B4A4C4CB6611C6ED82449A0AA123F20839416);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC802F6A28E8FE91CFF56B63DFD0201D59F5E72F8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD3DA7A392EC73AFA8F12777ABB14CCBC99229BB9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE058B51F6E4C46804212A5C9AC795A219B9EFAD7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1FB00E6628A397F7A0AAF615CAC25E7DF12710C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF298420007D4E42F3A228C88928B608D8F69AE57);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6E5C3F4294DE895EA4E7238168E286295FFD9C4);
s_Il2CppMethodInitialized = true;
}
Exception_t* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0;
L_0 = ErrorInfo_get_Error_mF34947899E06A00CA22985B73034CE96610FBD2B_inline((&___errorInfo0), NULL);
V_1 = L_0;
int32_t L_1 = V_1;
if ((((int32_t)L_1) > ((int32_t)((int32_t)65547))))
{
goto IL_004e;
}
}
{
int32_t L_2 = V_1;
if ((((int32_t)L_2) > ((int32_t)((int32_t)65542))))
{
goto IL_0033;
}
}
{
int32_t L_3 = V_1;
if ((((int32_t)L_3) == ((int32_t)((int32_t)65538))))
{
goto IL_00dd;
}
}
{
int32_t L_4 = V_1;
if ((((int32_t)L_4) == ((int32_t)((int32_t)65542))))
{
goto IL_012e;
}
}
{
goto IL_0196;
}
IL_0033:
{
int32_t L_5 = V_1;
if ((((int32_t)L_5) == ((int32_t)((int32_t)65544))))
{
goto IL_00dd;
}
}
{
int32_t L_6 = V_1;
if ((((int32_t)L_6) == ((int32_t)((int32_t)65547))))
{
goto IL_0160;
}
}
{
goto IL_0196;
}
IL_004e:
{
int32_t L_7 = V_1;
if ((((int32_t)L_7) > ((int32_t)((int32_t)65558))))
{
goto IL_0071;
}
}
{
int32_t L_8 = V_1;
if ((((int32_t)L_8) == ((int32_t)((int32_t)65556))))
{
goto IL_0176;
}
}
{
int32_t L_9 = V_1;
if ((((int32_t)L_9) == ((int32_t)((int32_t)65558))))
{
goto IL_0166;
}
}
{
goto IL_0196;
}
IL_0071:
{
int32_t L_10 = V_1;
if ((((int32_t)L_10) == ((int32_t)((int32_t)65573))))
{
goto IL_010a;
}
}
{
int32_t L_11 = V_1;
if ((((int32_t)L_11) == ((int32_t)((int32_t)65581))))
{
goto IL_0091;
}
}
{
int32_t L_12 = V_1;
if ((((int32_t)L_12) == ((int32_t)((int32_t)65602))))
{
goto IL_00dd;
}
}
{
goto IL_0196;
}
IL_0091:
{
bool L_13 = ___isDirectory2;
if (!L_13)
{
goto IL_00b8;
}
}
{
String_t* L_14 = ___path1;
bool L_15;
L_15 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_14, NULL);
if (!L_15)
{
goto IL_00a7;
}
}
{
DirectoryNotFoundException_tBE92A20AAC24C3B22DE38973ABE6886FA97419BF* L_16 = (DirectoryNotFoundException_tBE92A20AAC24C3B22DE38973ABE6886FA97419BF*)il2cpp_codegen_object_new(DirectoryNotFoundException_tBE92A20AAC24C3B22DE38973ABE6886FA97419BF_il2cpp_TypeInfo_var);
NullCheck(L_16);
DirectoryNotFoundException__ctor_mA7F098E81D1D163C09BF5E64A34634290B76F235(L_16, _stringLiteral8A8643E91A3472B185B02A5F88F56AB678880D65, NULL);
return L_16;
}
IL_00a7:
{
String_t* L_17 = ___path1;
String_t* L_18;
L_18 = SR_Format_mB99C6F1BE061EA1427A45176E0CAFB2A2C76D03F(_stringLiteralF298420007D4E42F3A228C88928B608D8F69AE57, L_17, NULL);
DirectoryNotFoundException_tBE92A20AAC24C3B22DE38973ABE6886FA97419BF* L_19 = (DirectoryNotFoundException_tBE92A20AAC24C3B22DE38973ABE6886FA97419BF*)il2cpp_codegen_object_new(DirectoryNotFoundException_tBE92A20AAC24C3B22DE38973ABE6886FA97419BF_il2cpp_TypeInfo_var);
NullCheck(L_19);
DirectoryNotFoundException__ctor_mA7F098E81D1D163C09BF5E64A34634290B76F235(L_19, L_18, NULL);
return L_19;
}
IL_00b8:
{
String_t* L_20 = ___path1;
bool L_21;
L_21 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_20, NULL);
if (!L_21)
{
goto IL_00cb;
}
}
{
FileNotFoundException_t17F1B49AD996E4A60C87C7ADC9D3A25EB5808A9A* L_22 = (FileNotFoundException_t17F1B49AD996E4A60C87C7ADC9D3A25EB5808A9A*)il2cpp_codegen_object_new(FileNotFoundException_t17F1B49AD996E4A60C87C7ADC9D3A25EB5808A9A_il2cpp_TypeInfo_var);
NullCheck(L_22);
FileNotFoundException__ctor_mA8C9C93DB8C5B96D6B5E59B2AE07154F265FB1A1(L_22, _stringLiteralAA8B4A4C4CB6611C6ED82449A0AA123F20839416, NULL);
return L_22;
}
IL_00cb:
{
String_t* L_23 = ___path1;
String_t* L_24;
L_24 = SR_Format_mB99C6F1BE061EA1427A45176E0CAFB2A2C76D03F(_stringLiteral3C6CF51A587C627F6C6EE34036C6723F4B925EFF, L_23, NULL);
String_t* L_25 = ___path1;
FileNotFoundException_t17F1B49AD996E4A60C87C7ADC9D3A25EB5808A9A* L_26 = (FileNotFoundException_t17F1B49AD996E4A60C87C7ADC9D3A25EB5808A9A*)il2cpp_codegen_object_new(FileNotFoundException_t17F1B49AD996E4A60C87C7ADC9D3A25EB5808A9A_il2cpp_TypeInfo_var);
NullCheck(L_26);
FileNotFoundException__ctor_mC4247CABF75A7B484A21790CD7F8EFA8AC101677(L_26, L_24, L_25, NULL);
return L_26;
}
IL_00dd:
{
ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8 L_27 = ___errorInfo0;
Exception_t* L_28;
L_28 = Interop_GetIOException_mE97DDE5F086D5A3A3C012E6052F15B4DF918333D(L_27, NULL);
V_0 = L_28;
String_t* L_29 = ___path1;
bool L_30;
L_30 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_29, NULL);
if (!L_30)
{
goto IL_00f8;
}
}
{
Exception_t* L_31 = V_0;
UnauthorizedAccessException_t8FC1F1DE7AA62456E9E25EFDFC658A623A626791* L_32 = (UnauthorizedAccessException_t8FC1F1DE7AA62456E9E25EFDFC658A623A626791*)il2cpp_codegen_object_new(UnauthorizedAccessException_t8FC1F1DE7AA62456E9E25EFDFC658A623A626791_il2cpp_TypeInfo_var);
NullCheck(L_32);
UnauthorizedAccessException__ctor_m37F82265DB9C7D153840E157E860BBF373E9459F(L_32, _stringLiteral9314E51D0364D320B5BB9F10EB1CB0704A3299F7, L_31, NULL);
return L_32;
}
IL_00f8:
{
String_t* L_33 = ___path1;
String_t* L_34;
L_34 = SR_Format_mB99C6F1BE061EA1427A45176E0CAFB2A2C76D03F(_stringLiteralE058B51F6E4C46804212A5C9AC795A219B9EFAD7, L_33, NULL);
Exception_t* L_35 = V_0;
UnauthorizedAccessException_t8FC1F1DE7AA62456E9E25EFDFC658A623A626791* L_36 = (UnauthorizedAccessException_t8FC1F1DE7AA62456E9E25EFDFC658A623A626791*)il2cpp_codegen_object_new(UnauthorizedAccessException_t8FC1F1DE7AA62456E9E25EFDFC658A623A626791_il2cpp_TypeInfo_var);
NullCheck(L_36);
UnauthorizedAccessException__ctor_m37F82265DB9C7D153840E157E860BBF373E9459F(L_36, L_34, L_35, NULL);
return L_36;
}
IL_010a:
{
String_t* L_37 = ___path1;
bool L_38;
L_38 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_37, NULL);
if (!L_38)
{
goto IL_011d;
}
}
{
PathTooLongException_tAF7644094546C2BD93B829405B0199BF3B3FC2E5* L_39 = (PathTooLongException_tAF7644094546C2BD93B829405B0199BF3B3FC2E5*)il2cpp_codegen_object_new(PathTooLongException_tAF7644094546C2BD93B829405B0199BF3B3FC2E5_il2cpp_TypeInfo_var);
NullCheck(L_39);
PathTooLongException__ctor_m2E98EE527C0503C02F7305BC57045AB86BB202A7(L_39, _stringLiteralC802F6A28E8FE91CFF56B63DFD0201D59F5E72F8, NULL);
return L_39;
}
IL_011d:
{
String_t* L_40 = ___path1;
String_t* L_41;
L_41 = SR_Format_mB99C6F1BE061EA1427A45176E0CAFB2A2C76D03F(_stringLiteralE1FB00E6628A397F7A0AAF615CAC25E7DF12710C, L_40, NULL);
PathTooLongException_tAF7644094546C2BD93B829405B0199BF3B3FC2E5* L_42 = (PathTooLongException_tAF7644094546C2BD93B829405B0199BF3B3FC2E5*)il2cpp_codegen_object_new(PathTooLongException_tAF7644094546C2BD93B829405B0199BF3B3FC2E5_il2cpp_TypeInfo_var);
NullCheck(L_42);
PathTooLongException__ctor_m2E98EE527C0503C02F7305BC57045AB86BB202A7(L_42, L_41, NULL);
return L_42;
}
IL_012e:
{
String_t* L_43 = ___path1;
bool L_44;
L_44 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_43, NULL);
if (!L_44)
{
goto IL_0148;
}
}
{
int32_t L_45;
L_45 = ErrorInfo_get_RawErrno_m1B6C0E156EF3B567945C1389B2B111C1A6FEB027((&___errorInfo0), NULL);
IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910* L_46 = (IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910*)il2cpp_codegen_object_new(IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910_il2cpp_TypeInfo_var);
NullCheck(L_46);
IOException__ctor_m9748591C355AD9F4C53B456CD8125C26C61B754A(L_46, _stringLiteral51F30CFFB908674FE7BC9CBFAE4EFD647D2D3594, L_45, NULL);
return L_46;
}
IL_0148:
{
String_t* L_47 = ___path1;
String_t* L_48;
L_48 = SR_Format_mB99C6F1BE061EA1427A45176E0CAFB2A2C76D03F(_stringLiteral516E89FB5F1967293F4DB1BE32E381475420AB44, L_47, NULL);
int32_t L_49;
L_49 = ErrorInfo_get_RawErrno_m1B6C0E156EF3B567945C1389B2B111C1A6FEB027((&___errorInfo0), NULL);
IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910* L_50 = (IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910*)il2cpp_codegen_object_new(IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910_il2cpp_TypeInfo_var);
NullCheck(L_50);
IOException__ctor_m9748591C355AD9F4C53B456CD8125C26C61B754A(L_50, L_48, L_49, NULL);
return L_50;
}
IL_0160:
{
OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662* L_51 = (OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662*)il2cpp_codegen_object_new(OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662_il2cpp_TypeInfo_var);
NullCheck(L_51);
OperationCanceledException__ctor_m2F34C3B8AEE2AA6C7EB2BB77AE5E0289101293E4(L_51, NULL);
return L_51;
}
IL_0166:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_52 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var);
NullCheck(L_52);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_52, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, _stringLiteralD3DA7A392EC73AFA8F12777ABB14CCBC99229BB9, NULL);
return L_52;
}
IL_0176:
{
String_t* L_53 = ___path1;
bool L_54;
L_54 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_53, NULL);
if (L_54)
{
goto IL_0196;
}
}
{
String_t* L_55 = ___path1;
String_t* L_56;
L_56 = SR_Format_mB99C6F1BE061EA1427A45176E0CAFB2A2C76D03F(_stringLiteralF6E5C3F4294DE895EA4E7238168E286295FFD9C4, L_55, NULL);
int32_t L_57;
L_57 = ErrorInfo_get_RawErrno_m1B6C0E156EF3B567945C1389B2B111C1A6FEB027((&___errorInfo0), NULL);
IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910* L_58 = (IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910*)il2cpp_codegen_object_new(IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910_il2cpp_TypeInfo_var);
NullCheck(L_58);
IOException__ctor_m9748591C355AD9F4C53B456CD8125C26C61B754A(L_58, L_56, L_57, NULL);
return L_58;
}
IL_0196:
{
ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8 L_59 = ___errorInfo0;
Exception_t* L_60;
L_60 = Interop_GetIOException_mE97DDE5F086D5A3A3C012E6052F15B4DF918333D(L_59, NULL);
return L_60;
}
}
// System.Exception Interop::GetIOException(Interop/ErrorInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Interop_GetIOException_mE97DDE5F086D5A3A3C012E6052F15B4DF918333D (ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8 ___errorInfo0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = ErrorInfo_GetErrorMessage_m8126CB6DD05026B361004182D21965A7AAC89B68((&___errorInfo0), NULL);
int32_t L_1;
L_1 = ErrorInfo_get_RawErrno_m1B6C0E156EF3B567945C1389B2B111C1A6FEB027((&___errorInfo0), NULL);
IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910* L_2 = (IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910*)il2cpp_codegen_object_new(IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910_il2cpp_TypeInfo_var);
NullCheck(L_2);
IOException__ctor_m9748591C355AD9F4C53B456CD8125C26C61B754A(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Void Interop::GetRandomBytes(System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Interop_GetRandomBytes_m2DEA3C88AAD51EEDCAF09A1855A07149EB945BFC (uint8_t* ___buffer0, int32_t ___length1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
uint8_t* L_0 = ___buffer0;
int32_t L_1 = ___length1;
il2cpp_codegen_runtime_class_init_inline(Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var);
Sys_GetNonCryptographicallySecureRandomBytes_m090E03E09C4E9882805D3DE806812F8CA075CE31(L_0, L_1, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Interop/ErrorInfo::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorInfo__ctor_m69D7F33C0932334C68D390C3249427538AB6BDBA (ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8* __this, int32_t ___errno0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___errno0;
il2cpp_codegen_runtime_class_init_inline(Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = Sys_ConvertErrorPlatformToPal_mD2A9ABF8E44536DADD4C7A347F711D26915E67E2(L_0, NULL);
__this->____error_0 = L_1;
int32_t L_2 = ___errno0;
__this->____rawErrno_1 = L_2;
return;
}
}
IL2CPP_EXTERN_C void ErrorInfo__ctor_m69D7F33C0932334C68D390C3249427538AB6BDBA_AdjustorThunk (RuntimeObject* __this, int32_t ___errno0, const RuntimeMethod* method)
{
ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8*>(__this + _offset);
ErrorInfo__ctor_m69D7F33C0932334C68D390C3249427538AB6BDBA(_thisAdjusted, ___errno0, method);
}
// System.Void Interop/ErrorInfo::.ctor(Interop/Error)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorInfo__ctor_m5BAA16B076ADF4BC99001F2AB4973313BB53ECBF (ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8* __this, int32_t ___error0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___error0;
__this->____error_0 = L_0;
__this->____rawErrno_1 = (-1);
return;
}
}
IL2CPP_EXTERN_C void ErrorInfo__ctor_m5BAA16B076ADF4BC99001F2AB4973313BB53ECBF_AdjustorThunk (RuntimeObject* __this, int32_t ___error0, const RuntimeMethod* method)
{
ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8*>(__this + _offset);
ErrorInfo__ctor_m5BAA16B076ADF4BC99001F2AB4973313BB53ECBF(_thisAdjusted, ___error0, method);
}
// Interop/Error Interop/ErrorInfo::get_Error()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ErrorInfo_get_Error_mF34947899E06A00CA22985B73034CE96610FBD2B (ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____error_0;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t ErrorInfo_get_Error_mF34947899E06A00CA22985B73034CE96610FBD2B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8*>(__this + _offset);
int32_t _returnValue;
_returnValue = ErrorInfo_get_Error_mF34947899E06A00CA22985B73034CE96610FBD2B_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 Interop/ErrorInfo::get_RawErrno()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ErrorInfo_get_RawErrno_m1B6C0E156EF3B567945C1389B2B111C1A6FEB027 (ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->____rawErrno_1;
if ((((int32_t)L_0) == ((int32_t)(-1))))
{
goto IL_0010;
}
}
{
int32_t L_1 = __this->____rawErrno_1;
return L_1;
}
IL_0010:
{
int32_t L_2 = __this->____error_0;
il2cpp_codegen_runtime_class_init_inline(Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var);
int32_t L_3;
L_3 = Sys_ConvertErrorPalToPlatform_m9DA36750ECD7454669B176DEA9B1E4323966835D(L_2, NULL);
int32_t L_4 = L_3;
V_0 = L_4;
__this->____rawErrno_1 = L_4;
int32_t L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C int32_t ErrorInfo_get_RawErrno_m1B6C0E156EF3B567945C1389B2B111C1A6FEB027_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8*>(__this + _offset);
int32_t _returnValue;
_returnValue = ErrorInfo_get_RawErrno_m1B6C0E156EF3B567945C1389B2B111C1A6FEB027(_thisAdjusted, method);
return _returnValue;
}
// System.String Interop/ErrorInfo::GetErrorMessage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ErrorInfo_GetErrorMessage_m8126CB6DD05026B361004182D21965A7AAC89B68 (ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0;
L_0 = ErrorInfo_get_RawErrno_m1B6C0E156EF3B567945C1389B2B111C1A6FEB027(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = Sys_StrError_mFE7FE901352D8DFF873575DE9AA77A2F96A93B45(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C String_t* ErrorInfo_GetErrorMessage_m8126CB6DD05026B361004182D21965A7AAC89B68_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8*>(__this + _offset);
String_t* _returnValue;
_returnValue = ErrorInfo_GetErrorMessage_m8126CB6DD05026B361004182D21965A7AAC89B68(_thisAdjusted, method);
return _returnValue;
}
// System.String Interop/ErrorInfo::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ErrorInfo_ToString_mCC02EC6DEB01119DE687B1B1488919C602065C17 (ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Error_tA96F6BC4A908C7D5F1E1C4A60CE2AC73DCA88D4A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08E7C6EEE80F9AC466CA0F2CDEE7A1AD9CA33809);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0;
L_0 = ErrorInfo_get_RawErrno_m1B6C0E156EF3B567945C1389B2B111C1A6FEB027(__this, NULL);
int32_t L_1 = L_0;
RuntimeObject* L_2 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_1);
int32_t L_3;
L_3 = ErrorInfo_get_Error_mF34947899E06A00CA22985B73034CE96610FBD2B_inline(__this, NULL);
int32_t L_4 = L_3;
RuntimeObject* L_5 = Box(Error_tA96F6BC4A908C7D5F1E1C4A60CE2AC73DCA88D4A_il2cpp_TypeInfo_var, &L_4);
String_t* L_6;
L_6 = ErrorInfo_GetErrorMessage_m8126CB6DD05026B361004182D21965A7AAC89B68(__this, NULL);
String_t* L_7;
L_7 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(_stringLiteral08E7C6EEE80F9AC466CA0F2CDEE7A1AD9CA33809, L_2, L_5, L_6, NULL);
return L_7;
}
}
IL2CPP_EXTERN_C String_t* ErrorInfo_ToString_mCC02EC6DEB01119DE687B1B1488919C602065C17_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8*>(__this + _offset);
String_t* _returnValue;
_returnValue = ErrorInfo_ToString_mCC02EC6DEB01119DE687B1B1488919C602065C17(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Interop/ErrorInfo Interop/Sys::GetLastErrorInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8 Sys_GetLastErrorInfo_m73FA29F9719F04859AD886D1EAC99FE23380130F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
int32_t L_0;
L_0 = Marshal_GetLastWin32Error_m776667F265B8ABFFF13E3DD51B1BC5C2B5611F43(NULL);
ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8 L_1;
memset((&L_1), 0, sizeof(L_1));
ErrorInfo__ctor_m69D7F33C0932334C68D390C3249427538AB6BDBA((&L_1), L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String Interop/Sys::StrError(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Sys_StrError_mFE7FE901352D8DFF873575DE9AA77A2F96A93B45 (int32_t ___platformErrno0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
uint8_t* V_1 = NULL;
uint8_t* V_2 = NULL;
{
V_0 = ((int32_t)1024);
int32_t L_0 = V_0;
int8_t* L_1 = (int8_t*) alloca(((uintptr_t)L_0));
memset(L_1, 0, ((uintptr_t)L_0));
V_1 = (uint8_t*)(L_1);
int32_t L_2 = ___platformErrno0;
uint8_t* L_3 = V_1;
int32_t L_4 = V_0;
il2cpp_codegen_runtime_class_init_inline(Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var);
uint8_t* L_5;
L_5 = Sys_StrErrorR_mDB4AED8FCA997789853EFB8AB6F3C52C53B00B63(L_2, L_3, L_4, NULL);
V_2 = L_5;
uint8_t* L_6 = V_2;
if ((!(((uintptr_t)L_6) == ((uintptr_t)((uintptr_t)0)))))
{
goto IL_001b;
}
}
{
uint8_t* L_7 = V_1;
V_2 = L_7;
}
IL_001b:
{
uint8_t* L_8 = V_2;
intptr_t L_9;
L_9 = IntPtr_op_Explicit_m04BEF6277775C13DD8A986812AAA3FCEC32DCCBE((void*)L_8, NULL);
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
String_t* L_10;
L_10 = Marshal_PtrToStringAnsi_m86CDF46D9E4810BD7DB9BB52C1036E24A7DD46EE(L_9, NULL);
return L_10;
}
}
// Interop/Error Interop/Sys::ConvertErrorPlatformToPal(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_ConvertErrorPlatformToPal_mD2A9ABF8E44536DADD4C7A347F711D26915E67E2 (int32_t ___platformErrno0, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (int32_t);
// Native function invocation
int32_t returnValue = reinterpret_cast<PInvokeFunc>(SystemNative_ConvertErrorPlatformToPal)(___platformErrno0);
return returnValue;
}
// System.Int32 Interop/Sys::ConvertErrorPalToPlatform(Interop/Error)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_ConvertErrorPalToPlatform_m9DA36750ECD7454669B176DEA9B1E4323966835D (int32_t ___error0, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_System_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("System.Native"), "SystemNative_ConvertErrorPalToPlatform", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_System_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(SystemNative_ConvertErrorPalToPlatform)(___error0);
#else
int32_t returnValue = il2cppPInvokeFunc(___error0);
#endif
return returnValue;
}
// System.Byte* Interop/Sys::StrErrorR(System.Int32,System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* Sys_StrErrorR_mDB4AED8FCA997789853EFB8AB6F3C52C53B00B63 (int32_t ___platformErrno0, uint8_t* ___buffer1, int32_t ___bufferSize2, const RuntimeMethod* method)
{
typedef uint8_t* (DEFAULT_CALL *PInvokeFunc) (int32_t, uint8_t*, int32_t);
// Native function invocation
uint8_t* returnValue = reinterpret_cast<PInvokeFunc>(SystemNative_StrErrorR)(___platformErrno0, ___buffer1, ___bufferSize2);
return returnValue;
}
// System.Void Interop/Sys::GetNonCryptographicallySecureRandomBytes(System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sys_GetNonCryptographicallySecureRandomBytes_m090E03E09C4E9882805D3DE806812F8CA075CE31 (uint8_t* ___buffer0, int32_t ___length1, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc) (uint8_t*, int32_t);
// Native function invocation
reinterpret_cast<PInvokeFunc>(SystemNative_GetNonCryptographicallySecureRandomBytes)(___buffer0, ___length1);
}
// System.IntPtr Interop/Sys::OpenDir(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Sys_OpenDir_m833D40C63F67EC4A08D47DBFB4F74833F5B26969 (String_t* ___path0, const RuntimeMethod* method)
{
typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (char*);
// Marshaling of parameter '___path0' to native representation
char* ____path0_marshaled = NULL;
____path0_marshaled = il2cpp_codegen_marshal_string(___path0);
// Native function invocation
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(SystemNative_OpenDir)(____path0_marshaled);
il2cpp_codegen_marshal_store_last_error();
// Marshaling cleanup of parameter '___path0' native representation
il2cpp_codegen_marshal_free(____path0_marshaled);
____path0_marshaled = NULL;
return returnValue;
}
// System.Int32 Interop/Sys::GetReadDirRBufferSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_GetReadDirRBufferSize_mC5C8CAAAC42CF6C03F3C51977A7589837230D426 (const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) ();
// Native function invocation
int32_t returnValue = reinterpret_cast<PInvokeFunc>(SystemNative_GetReadDirRBufferSize)();
return returnValue;
}
// System.Int32 Interop/Sys::ReadDirR(System.IntPtr,System.Byte*,System.Int32,Interop/Sys/DirectoryEntry&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_ReadDirR_m8D9D19A917770B6F8A98573021A68C0CCBE18C4F (intptr_t ___dir0, uint8_t* ___buffer1, int32_t ___bufferSize2, DirectoryEntry_t4FE272EECFF03032105F6F23CB60435287DB1CA2* ___outputEntry3, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, int32_t, DirectoryEntry_t4FE272EECFF03032105F6F23CB60435287DB1CA2*);
// Native function invocation
int32_t returnValue = reinterpret_cast<PInvokeFunc>(SystemNative_ReadDirR)(___dir0, ___buffer1, ___bufferSize2, ___outputEntry3);
return returnValue;
}
// System.Int32 Interop/Sys::CloseDir(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_CloseDir_m8A869EE865D22CB3F96F35A28E6423E768EC501B (intptr_t ___dir0, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
// Native function invocation
int32_t returnValue = reinterpret_cast<PInvokeFunc>(SystemNative_CloseDir)(___dir0);
il2cpp_codegen_marshal_store_last_error();
return returnValue;
}
// System.Int32 Interop/Sys::ReadLink(System.String,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_ReadLink_mD61629AC51AE2CB102AD7F21CCD2F5F4DFF9C570 (String_t* ___path0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buffer1, int32_t ___bufferSize2, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (char*, uint8_t*, int32_t);
// Marshaling of parameter '___path0' to native representation
char* ____path0_marshaled = NULL;
____path0_marshaled = il2cpp_codegen_marshal_string(___path0);
// Marshaling of parameter '___buffer1' to native representation
uint8_t* ____buffer1_marshaled = NULL;
if (___buffer1 != NULL)
{
____buffer1_marshaled = reinterpret_cast<uint8_t*>((___buffer1)->GetAddressAtUnchecked(0));
}
// Native function invocation
int32_t returnValue = reinterpret_cast<PInvokeFunc>(SystemNative_ReadLink)(____path0_marshaled, ____buffer1_marshaled, ___bufferSize2);
il2cpp_codegen_marshal_store_last_error();
// Marshaling cleanup of parameter '___path0' native representation
il2cpp_codegen_marshal_free(____path0_marshaled);
____path0_marshaled = NULL;
return returnValue;
}
// System.String Interop/Sys::ReadLink(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Sys_ReadLink_m2E8E48F6B7D1683E255387834625816C3FAE9D01 (String_t* ___path0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_mF8BCD25CBF8FDFF0B3B34EA3845722E4E10F310F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
int32_t V_2 = 0;
String_t* V_3 = NULL;
{
V_0 = ((int32_t)256);
}
IL_0006:
{
il2cpp_codegen_runtime_class_init_inline(ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07_il2cpp_TypeInfo_var);
ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07* L_0;
L_0 = ArrayPool_1_get_Shared_mF8BCD25CBF8FDFF0B3B34EA3845722E4E10F310F_inline(ArrayPool_1_get_Shared_mF8BCD25CBF8FDFF0B3B34EA3845722E4E10F310F_RuntimeMethod_var);
int32_t L_1 = V_0;
NullCheck(L_0);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2;
L_2 = VirtualFuncInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t >::Invoke(4 /* T[] System.Buffers.ArrayPool`1<System.Byte>::Rent(System.Int32) */, L_0, L_1);
V_1 = L_2;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_003d:
{// begin finally (depth: 1)
il2cpp_codegen_runtime_class_init_inline(ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07_il2cpp_TypeInfo_var);
ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07* L_3;
L_3 = ArrayPool_1_get_Shared_mF8BCD25CBF8FDFF0B3B34EA3845722E4E10F310F_inline(ArrayPool_1_get_Shared_mF8BCD25CBF8FDFF0B3B34EA3845722E4E10F310F_RuntimeMethod_var);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = V_1;
NullCheck(L_3);
VirtualActionInvoker2< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1<System.Byte>::Return(T[],System.Boolean) */, L_3, L_4, (bool)0);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
String_t* L_5 = ___path0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = V_1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = V_1;
NullCheck(L_7);
il2cpp_codegen_runtime_class_init_inline(Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var);
int32_t L_8;
L_8 = Sys_ReadLink_mD61629AC51AE2CB102AD7F21CCD2F5F4DFF9C570(L_5, L_6, ((int32_t)(((RuntimeArray*)L_7)->max_length)), NULL);
V_2 = L_8;
int32_t L_9 = V_2;
if ((((int32_t)L_9) >= ((int32_t)0)))
{
goto IL_0025_1;
}
}
{
V_3 = (String_t*)NULL;
goto IL_0050;
}
IL_0025_1:
{
int32_t L_10 = V_2;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = V_1;
NullCheck(L_11);
if ((((int32_t)L_10) >= ((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))
{
goto IL_003b_1;
}
}
{
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_12;
L_12 = Encoding_get_UTF8_m9700ADA8E0F244002B2A89B483F1B2133B8FE336(NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = V_1;
int32_t L_14 = V_2;
NullCheck(L_12);
String_t* L_15;
L_15 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(36 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_12, L_13, 0, L_14);
V_3 = L_15;
goto IL_0050;
}
IL_003b_1:
{
goto IL_004a;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_004a:
{
int32_t L_16 = V_0;
V_0 = ((int32_t)il2cpp_codegen_multiply(L_16, 2));
goto IL_0006;
}
IL_0050:
{
String_t* L_17 = V_3;
return L_17;
}
}
// System.Int32 Interop/Sys::Stat(System.String,Interop/Sys/FileStatus&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_Stat_m63486C657CE0FA95CCFD5EC5833F8D55022AEE0D (String_t* ___path0, FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2* ___output1, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (char*, FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2*);
// Marshaling of parameter '___path0' to native representation
char* ____path0_marshaled = NULL;
____path0_marshaled = il2cpp_codegen_marshal_string(___path0);
// Native function invocation
int32_t returnValue = reinterpret_cast<PInvokeFunc>(SystemNative_Stat2)(____path0_marshaled, ___output1);
il2cpp_codegen_marshal_store_last_error();
// Marshaling cleanup of parameter '___path0' native representation
il2cpp_codegen_marshal_free(____path0_marshaled);
____path0_marshaled = NULL;
return returnValue;
}
// System.UInt32 Interop/Sys::GetEGid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sys_GetEGid_m59D718F1E449D3F249054447EB4867E842336A99 (const RuntimeMethod* method)
{
typedef uint32_t (DEFAULT_CALL *PInvokeFunc) ();
// Native function invocation
uint32_t returnValue = reinterpret_cast<PInvokeFunc>(SystemNative_GetEGid)();
return returnValue;
}
// System.UInt32 Interop/Sys::GetEUid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sys_GetEUid_m39B2FE679BABC5774D6C5922E76DAA78E22F9F73 (const RuntimeMethod* method)
{
typedef uint32_t (DEFAULT_CALL *PInvokeFunc) ();
// Native function invocation
uint32_t returnValue = reinterpret_cast<PInvokeFunc>(SystemNative_GetEUid)();
return returnValue;
}
// System.Int32 Interop/Sys::LChflagsCanSetHiddenFlag()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_LChflagsCanSetHiddenFlag_mBD2E26BB382DF31E7794BAE41274C0FF1B6D121B (const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) ();
// Native function invocation
int32_t returnValue = reinterpret_cast<PInvokeFunc>(SystemNative_LChflagsCanSetHiddenFlag)();
return returnValue;
}
// System.Int32 Interop/Sys::MkDir(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_MkDir_m02E3569F2B74205D1C246755C696AA3198DADE3E (String_t* ___path0, int32_t ___mode1, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (char*, int32_t);
// Marshaling of parameter '___path0' to native representation
char* ____path0_marshaled = NULL;
____path0_marshaled = il2cpp_codegen_marshal_string(___path0);
// Native function invocation
int32_t returnValue = reinterpret_cast<PInvokeFunc>(SystemNative_MkDir)(____path0_marshaled, ___mode1);
il2cpp_codegen_marshal_store_last_error();
// Marshaling cleanup of parameter '___path0' native representation
il2cpp_codegen_marshal_free(____path0_marshaled);
____path0_marshaled = NULL;
return returnValue;
}
// System.Int32 Interop/Sys::RmDir(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_RmDir_m8842822E35742BC95BE189F461891D929F48040E (String_t* ___path0, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (char*);
// Marshaling of parameter '___path0' to native representation
char* ____path0_marshaled = NULL;
____path0_marshaled = il2cpp_codegen_marshal_string(___path0);
// Native function invocation
int32_t returnValue = reinterpret_cast<PInvokeFunc>(SystemNative_RmDir)(____path0_marshaled);
il2cpp_codegen_marshal_store_last_error();
// Marshaling cleanup of parameter '___path0' native representation
il2cpp_codegen_marshal_free(____path0_marshaled);
____path0_marshaled = NULL;
return returnValue;
}
// System.Int32 Interop/Sys::Stat(System.Byte&,Interop/Sys/FileStatus&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_Stat_mA9CD7C4AC11A17D8305ABE781633107429223BFF (uint8_t* ___path0, FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2* ___output1, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (uint8_t*, FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2*);
// Native function invocation
int32_t returnValue = reinterpret_cast<PInvokeFunc>(SystemNative_Stat2)(___path0, ___output1);
il2cpp_codegen_marshal_store_last_error();
return returnValue;
}
// System.Int32 Interop/Sys::Stat(System.ReadOnlySpan`1<System.Char>,Interop/Sys/FileStatus&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_Stat_m448B58AF321F334B7F89F928E4AAF257E83FFC06 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___path0, FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2* ___output1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m59D122F4A8516149EE7D183E97926157DF41EA1B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_mE18EBB601FBFA01BA29FE353364700952A9091FE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
ValueUtf8Converter_t46AD787999C475AFB40B2CCA5D2B1DA27E9E2266 V_1;
memset((&V_1), 0, sizeof(V_1));
{
int8_t* L_0 = (int8_t*) alloca(((uintptr_t)((int32_t)256)));
memset(L_0, 0, ((uintptr_t)((int32_t)256)));
V_0 = (uint8_t*)(L_0);
uint8_t* L_1 = V_0;
Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 L_2;
memset((&L_2), 0, sizeof(L_2));
Span_1__ctor_mE18EBB601FBFA01BA29FE353364700952A9091FE_inline((&L_2), (void*)L_1, ((int32_t)256), /*hidden argument*/Span_1__ctor_mE18EBB601FBFA01BA29FE353364700952A9091FE_RuntimeMethod_var);
ValueUtf8Converter__ctor_mC2AD8452442C044B152ABEEF3706892BB66C90D9((&V_1), L_2, NULL);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3 = ___path0;
Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 L_4;
L_4 = ValueUtf8Converter_ConvertAndTerminateString_m7525C8D794AB245BB9AD2D64D238B68AC55111A4((&V_1), L_3, NULL);
uint8_t* L_5;
L_5 = MemoryMarshal_GetReference_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m59D122F4A8516149EE7D183E97926157DF41EA1B(L_4, MemoryMarshal_GetReference_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m59D122F4A8516149EE7D183E97926157DF41EA1B_RuntimeMethod_var);
FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2* L_6 = ___output1;
il2cpp_codegen_runtime_class_init_inline(Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var);
int32_t L_7;
L_7 = Sys_Stat_mA9CD7C4AC11A17D8305ABE781633107429223BFF(L_5, L_6, NULL);
ValueUtf8Converter_Dispose_m601586EE197FB0A58CD6A0F67C91DC4530B2EAE2((&V_1), NULL);
return L_7;
}
}
// System.Int32 Interop/Sys::LStat(System.Byte&,Interop/Sys/FileStatus&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_LStat_mA19992F19722FB633D5ABF1ABBD23196F6C9AC3B (uint8_t* ___path0, FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2* ___output1, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (uint8_t*, FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2*);
// Native function invocation
int32_t returnValue = reinterpret_cast<PInvokeFunc>(SystemNative_LStat2)(___path0, ___output1);
il2cpp_codegen_marshal_store_last_error();
return returnValue;
}
// System.Int32 Interop/Sys::LStat(System.ReadOnlySpan`1<System.Char>,Interop/Sys/FileStatus&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_LStat_m83DE72F0BFA5A766F46578EDE2565A52A96A58A2 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___path0, FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2* ___output1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m59D122F4A8516149EE7D183E97926157DF41EA1B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_mE18EBB601FBFA01BA29FE353364700952A9091FE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
ValueUtf8Converter_t46AD787999C475AFB40B2CCA5D2B1DA27E9E2266 V_1;
memset((&V_1), 0, sizeof(V_1));
{
int8_t* L_0 = (int8_t*) alloca(((uintptr_t)((int32_t)256)));
memset(L_0, 0, ((uintptr_t)((int32_t)256)));
V_0 = (uint8_t*)(L_0);
uint8_t* L_1 = V_0;
Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 L_2;
memset((&L_2), 0, sizeof(L_2));
Span_1__ctor_mE18EBB601FBFA01BA29FE353364700952A9091FE_inline((&L_2), (void*)L_1, ((int32_t)256), /*hidden argument*/Span_1__ctor_mE18EBB601FBFA01BA29FE353364700952A9091FE_RuntimeMethod_var);
ValueUtf8Converter__ctor_mC2AD8452442C044B152ABEEF3706892BB66C90D9((&V_1), L_2, NULL);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3 = ___path0;
Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 L_4;
L_4 = ValueUtf8Converter_ConvertAndTerminateString_m7525C8D794AB245BB9AD2D64D238B68AC55111A4((&V_1), L_3, NULL);
uint8_t* L_5;
L_5 = MemoryMarshal_GetReference_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m59D122F4A8516149EE7D183E97926157DF41EA1B(L_4, MemoryMarshal_GetReference_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m59D122F4A8516149EE7D183E97926157DF41EA1B_RuntimeMethod_var);
FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2* L_6 = ___output1;
il2cpp_codegen_runtime_class_init_inline(Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var);
int32_t L_7;
L_7 = Sys_LStat_mA19992F19722FB633D5ABF1ABBD23196F6C9AC3B(L_5, L_6, NULL);
ValueUtf8Converter_Dispose_m601586EE197FB0A58CD6A0F67C91DC4530B2EAE2((&V_1), NULL);
return L_7;
}
}
// System.Int32 Interop/Sys::Unlink(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_Unlink_mC3A585793B62CA686F3E4B958159B9514D1893B8 (String_t* ___pathname0, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (char*);
// Marshaling of parameter '___pathname0' to native representation
char* ____pathname0_marshaled = NULL;
____pathname0_marshaled = il2cpp_codegen_marshal_string(___pathname0);
// Native function invocation
int32_t returnValue = reinterpret_cast<PInvokeFunc>(SystemNative_Unlink)(____pathname0_marshaled);
il2cpp_codegen_marshal_store_last_error();
// Marshaling cleanup of parameter '___pathname0' native representation
il2cpp_codegen_marshal_free(____pathname0_marshaled);
____pathname0_marshaled = NULL;
return returnValue;
}
// System.Int32 Interop/Sys::DoubleToString(System.Double,System.Byte*,System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sys_DoubleToString_m512055F0A662D50B4618E457D0DAE70632497D31 (double ___value0, uint8_t* ___format1, uint8_t* ___buffer2, int32_t ___bufferLength3, const RuntimeMethod* method)
{
typedef int32_t (*Sys_DoubleToString_m512055F0A662D50B4618E457D0DAE70632497D31_ftn) (double, uint8_t*, uint8_t*, int32_t);
using namespace il2cpp::icalls;
return ((Sys_DoubleToString_m512055F0A662D50B4618E457D0DAE70632497D31_ftn)mscorlib::Interop::Sys::DoubleToString) (___value0, ___format1, ___buffer2, ___bufferLength3);
}
// System.Void Interop/Sys::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sys__cctor_m7A7276DE43528278BC3E59E6BD81FEB980572F30 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0;
L_0 = Sys_LChflagsCanSetHiddenFlag_mBD2E26BB382DF31E7794BAE41274C0FF1B6D121B(NULL);
((Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_StaticFields*)il2cpp_codegen_static_fields_for(Sys_tE4FBEFBB8F788192C8E494DA0EC7EFE86D952AD8_il2cpp_TypeInfo_var))->___CanSetHiddenFlag_0 = (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ReadOnlySpan`1<System.Char> Interop/Sys/DirectoryEntry::GetName(System.Span`1<System.Char>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 DirectoryEntry_GetName_mF08AE47152428B103C9ADC1C339DD5FA41BAE996 (DirectoryEntry_t4FE272EECFF03032105F6F23CB60435287DB1CA2* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___buffer0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_IndexOf_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m7197AE4C3B5AED7D1480493A456B279ED35FC4FF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1__ctor_m470D1527EF015478E8677C7BCB52C8410A1DB604_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_op_Implicit_mD65020B112814C67FED9F2C3DE2B0B78D4E2A486_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D G_B3_0;
memset((&G_B3_0), 0, sizeof(G_B3_0));
{
int32_t L_0 = __this->___NameLength_1;
if ((((int32_t)L_0) == ((int32_t)(-1))))
{
goto IL_001c;
}
}
{
uint8_t* L_1 = __this->___Name_0;
int32_t L_2 = __this->___NameLength_1;
ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D L_3;
memset((&L_3), 0, sizeof(L_3));
ReadOnlySpan_1__ctor_m470D1527EF015478E8677C7BCB52C8410A1DB604_inline((&L_3), (void*)L_1, L_2, /*hidden argument*/ReadOnlySpan_1__ctor_m470D1527EF015478E8677C7BCB52C8410A1DB604_RuntimeMethod_var);
G_B3_0 = L_3;
goto IL_003d;
}
IL_001c:
{
uint8_t* L_4 = __this->___Name_0;
uint8_t* L_5 = __this->___Name_0;
ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D L_6;
memset((&L_6), 0, sizeof(L_6));
ReadOnlySpan_1__ctor_m470D1527EF015478E8677C7BCB52C8410A1DB604_inline((&L_6), (void*)L_5, ((int32_t)256), /*hidden argument*/ReadOnlySpan_1__ctor_m470D1527EF015478E8677C7BCB52C8410A1DB604_RuntimeMethod_var);
int32_t L_7;
L_7 = MemoryExtensions_IndexOf_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m7197AE4C3B5AED7D1480493A456B279ED35FC4FF_inline(L_6, (uint8_t)0, MemoryExtensions_IndexOf_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m7197AE4C3B5AED7D1480493A456B279ED35FC4FF_RuntimeMethod_var);
ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D L_8;
memset((&L_8), 0, sizeof(L_8));
ReadOnlySpan_1__ctor_m470D1527EF015478E8677C7BCB52C8410A1DB604_inline((&L_8), (void*)L_4, L_7, /*hidden argument*/ReadOnlySpan_1__ctor_m470D1527EF015478E8677C7BCB52C8410A1DB604_RuntimeMethod_var);
G_B3_0 = L_8;
}
IL_003d:
{
V_0 = G_B3_0;
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_9;
L_9 = Encoding_get_UTF8_m9700ADA8E0F244002B2A89B483F1B2133B8FE336(NULL);
ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D L_10 = V_0;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_11 = ___buffer0;
NullCheck(L_9);
int32_t L_12;
L_12 = VirtualFuncInvoker2< int32_t, ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D >::Invoke(29 /* System.Int32 System.Text.Encoding::GetChars(System.ReadOnlySpan`1<System.Byte>,System.Span`1<System.Char>) */, L_9, L_10, L_11);
V_1 = L_12;
int32_t L_13 = V_1;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_14;
L_14 = Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_inline((&___buffer0), 0, L_13, Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_15;
L_15 = Span_1_op_Implicit_mD65020B112814C67FED9F2C3DE2B0B78D4E2A486(L_14, Span_1_op_Implicit_mD65020B112814C67FED9F2C3DE2B0B78D4E2A486_RuntimeMethod_var);
return L_15;
}
}
IL2CPP_EXTERN_C ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 DirectoryEntry_GetName_mF08AE47152428B103C9ADC1C339DD5FA41BAE996_AdjustorThunk (RuntimeObject* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___buffer0, const RuntimeMethod* method)
{
DirectoryEntry_t4FE272EECFF03032105F6F23CB60435287DB1CA2* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DirectoryEntry_t4FE272EECFF03032105F6F23CB60435287DB1CA2*>(__this + _offset);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 _returnValue;
_returnValue = DirectoryEntry_GetName_mF08AE47152428B103C9ADC1C339DD5FA41BAE996(_thisAdjusted, ___buffer0, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#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
// Interop/ErrorInfo InteropErrorExtensions::Info(Interop/Error)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8 InteropErrorExtensions_Info_mC43E0CB571DF2F6399A838387576DD599403E9B8 (int32_t ___error0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___error0;
ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8 L_1;
memset((&L_1), 0, sizeof(L_1));
ErrorInfo__ctor_m5BAA16B076ADF4BC99001F2AB4973313BB53ECBF((&L_1), 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.String Locale::GetText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6 (String_t* ___msg0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___msg0;
return L_0;
}
}
// System.String Locale::GetText(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m897E8F2E94AE401ACB03447E96CAAC33508C0608 (String_t* ___fmt0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___fmt0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = ___args1;
String_t* L_2;
L_2 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(L_0, L_1, NULL);
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String SR::GetString(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_mF713FCC09E41A8D1C0DE44EDD0932A57800A9BA3 (String_t* ___name0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_1 = ___name0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = ___args1;
String_t* L_3;
L_3 = SR_GetString_m454D1970E3F748CAF175886AA3C31A646A2C5BE6(L_0, L_1, L_2, NULL);
return L_3;
}
}
// System.String SR::GetString(System.Globalization.CultureInfo,System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m454D1970E3F748CAF175886AA3C31A646A2C5BE6 (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture0, String_t* ___name1, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args2, const RuntimeMethod* method)
{
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = ___culture0;
String_t* L_1 = ___name1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = ___args2;
String_t* L_3;
L_3 = String_Format_mBFACD7FE8657957CE3D5DA54D519AB418AF421E7(L_0, L_1, L_2, NULL);
return L_3;
}
}
// System.String SR::GetString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D (String_t* ___name0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
return L_0;
}
}
// System.String SR::Format(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_mB99C6F1BE061EA1427A45176E0CAFB2A2C76D03F (String_t* ___resourceFormat0, RuntimeObject* ___p11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_1 = ___resourceFormat0;
RuntimeObject* L_2 = ___p11;
String_t* L_3;
L_3 = String_Format_m75580778A544C5C8DA0F2ACEE7972A2AC944063A(L_0, L_1, L_2, NULL);
return L_3;
}
}
// System.String SR::Format(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_mCBC2E13309DB2E03F48F50E5189DD215B5BA7186 (String_t* ___resourceFormat0, RuntimeObject* ___p11, RuntimeObject* ___p22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_1 = ___resourceFormat0;
RuntimeObject* L_2 = ___p11;
RuntimeObject* L_3 = ___p22;
String_t* L_4;
L_4 = String_Format_m69D52D3917F3D1BAC76B506B9BAA68A41B483DEF(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
// System.String SR::Format(System.String,System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m5102376BD38100A76712F091B19E9E8ED9554613 (String_t* ___resourceFormat0, RuntimeObject* ___p11, RuntimeObject* ___p22, RuntimeObject* ___p33, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_1 = ___resourceFormat0;
RuntimeObject* L_2 = ___p11;
RuntimeObject* L_3 = ___p22;
RuntimeObject* L_4 = ___p33;
String_t* L_5;
L_5 = String_Format_m47B2846E44214E013BF3069B0F9015AD223FF16E(L_0, L_1, L_2, L_3, L_4, NULL);
return L_5;
}
}
// System.String SR::GetResourceString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetResourceString_m347394628FA1F8F1FF26D228EC918F62FDE31624 (String_t* ___str0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___str0;
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
// Mono.ISystemDependencyProvider Mono.DependencyInjector::get_SystemProvider()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DependencyInjector_get_SystemProvider_m6CE5E1B86CF3BDFB1B84B1E47BB78E24351CD42F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
bool V_1 = false;
RuntimeObject* V_2 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var);
RuntimeObject* L_0 = ((DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_StaticFields*)il2cpp_codegen_static_fields_for(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var))->___systemDependency_1;
if (!L_0)
{
goto IL_000d;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var);
RuntimeObject* L_1 = ((DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_StaticFields*)il2cpp_codegen_static_fields_for(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var))->___systemDependency_1;
return L_1;
}
IL_000d:
{
il2cpp_codegen_runtime_class_init_inline(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var);
RuntimeObject* L_2 = ((DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_StaticFields*)il2cpp_codegen_static_fields_for(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var))->___locker_0;
V_0 = L_2;
V_1 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0050:
{// begin finally (depth: 1)
{
bool L_3 = V_1;
if (!L_3)
{
goto IL_0059;
}
}
{
RuntimeObject* L_4 = V_0;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_4, NULL);
}
IL_0059:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
RuntimeObject* L_5 = V_0;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_5, (&V_1), NULL);
il2cpp_codegen_runtime_class_init_inline(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var);
RuntimeObject* L_6 = ((DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_StaticFields*)il2cpp_codegen_static_fields_for(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var))->___systemDependency_1;
if (!L_6)
{
goto IL_002c_1;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var);
RuntimeObject* L_7 = ((DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_StaticFields*)il2cpp_codegen_static_fields_for(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var))->___systemDependency_1;
V_2 = L_7;
goto IL_005a;
}
IL_002c_1:
{
il2cpp_codegen_runtime_class_init_inline(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var);
RuntimeObject* L_8;
L_8 = DependencyInjector_ReflectionLoad_m00664F020B6D1D451E4E7E7A1C47508DED78F0EE(NULL);
((DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_StaticFields*)il2cpp_codegen_static_fields_for(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var))->___systemDependency_1 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&((DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_StaticFields*)il2cpp_codegen_static_fields_for(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var))->___systemDependency_1), (void*)L_8);
RuntimeObject* L_9 = ((DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_StaticFields*)il2cpp_codegen_static_fields_for(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var))->___systemDependency_1;
if (L_9)
{
goto IL_0048_1;
}
}
{
PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* L_10 = (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A_il2cpp_TypeInfo_var)));
NullCheck(L_10);
PlatformNotSupportedException__ctor_mC5103EE3FE4FE245039B1107D6685296D9CC6560(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1C7656CA0B44B8A13DDAE16208E637334F28B714)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DependencyInjector_get_SystemProvider_m6CE5E1B86CF3BDFB1B84B1E47BB78E24351CD42F_RuntimeMethod_var)));
}
IL_0048_1:
{
il2cpp_codegen_runtime_class_init_inline(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var);
RuntimeObject* L_11 = ((DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_StaticFields*)il2cpp_codegen_static_fields_for(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var))->___systemDependency_1;
V_2 = L_11;
goto IL_005a;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_005a:
{
RuntimeObject* L_12 = V_2;
return L_12;
}
}
// System.Void Mono.DependencyInjector::Register(Mono.ISystemDependencyProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DependencyInjector_Register_m3444B2EA82C8E7C7113BA46020950A80A22E4AF5 (RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
bool V_1 = false;
{
il2cpp_codegen_runtime_class_init_inline(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var);
RuntimeObject* L_0 = ((DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_StaticFields*)il2cpp_codegen_static_fields_for(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var))->___locker_0;
V_0 = L_0;
V_1 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_002d:
{// begin finally (depth: 1)
{
bool L_1 = V_1;
if (!L_1)
{
goto IL_0036;
}
}
{
RuntimeObject* L_2 = V_0;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_2, NULL);
}
IL_0036:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
RuntimeObject* L_3 = V_0;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_3, (&V_1), NULL);
il2cpp_codegen_runtime_class_init_inline(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var);
RuntimeObject* L_4 = ((DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_StaticFields*)il2cpp_codegen_static_fields_for(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var))->___systemDependency_1;
if (!L_4)
{
goto IL_0025_1;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var);
RuntimeObject* L_5 = ((DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_StaticFields*)il2cpp_codegen_static_fields_for(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var))->___systemDependency_1;
RuntimeObject* L_6 = ___provider0;
if ((((RuntimeObject*)(RuntimeObject*)L_5) == ((RuntimeObject*)(RuntimeObject*)L_6)))
{
goto IL_0025_1;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_7 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_7);
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_7, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DependencyInjector_Register_m3444B2EA82C8E7C7113BA46020950A80A22E4AF5_RuntimeMethod_var)));
}
IL_0025_1:
{
RuntimeObject* L_8 = ___provider0;
il2cpp_codegen_runtime_class_init_inline(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var);
((DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_StaticFields*)il2cpp_codegen_static_fields_for(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var))->___systemDependency_1 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&((DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_StaticFields*)il2cpp_codegen_static_fields_for(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var))->___systemDependency_1), (void*)L_8);
goto IL_0037;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0037:
{
return;
}
}
// Mono.ISystemDependencyProvider Mono.DependencyInjector::ReflectionLoad()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DependencyInjector_ReflectionLoad_m00664F020B6D1D451E4E7E7A1C47508DED78F0EE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DependencyInjector_ReflectionLoad_m00664F020B6D1D451E4E7E7A1C47508DED78F0EE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISystemDependencyProvider_t67FD40AAF1EB33AF5C2CF8AF28881178203ADCFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m80C621C4D91A89DDEE6D3DDF343925B30F99BC45_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8172BAC95C9A5BE9FAE6423959034DB348689962);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA85279DAEAEFAE42C70F6F7090424414FCD68261);
s_Il2CppMethodInitialized = true;
}
Type_t* V_0 = NULL;
PropertyInfo_t* V_1 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_0;
L_0 = il2cpp_codegen_get_type(_stringLiteralA85279DAEAEFAE42C70F6F7090424414FCD68261, Type_GetType_m80C621C4D91A89DDEE6D3DDF343925B30F99BC45_RuntimeMethod_var, DependencyInjector_ReflectionLoad_m00664F020B6D1D451E4E7E7A1C47508DED78F0EE_RuntimeMethod_var);
V_0 = L_0;
Type_t* L_1 = V_0;
bool L_2;
L_2 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_1, (Type_t*)NULL, NULL);
if (!L_2)
{
goto IL_0016;
}
}
{
return (RuntimeObject*)NULL;
}
IL_0016:
{
Type_t* L_3 = V_0;
NullCheck(L_3);
PropertyInfo_t* L_4;
L_4 = Type_GetProperty_m6E63875E6098E89250149F4E76FAD40844708391(L_3, _stringLiteral8172BAC95C9A5BE9FAE6423959034DB348689962, ((int32_t)26), NULL);
V_1 = L_4;
PropertyInfo_t* L_5 = V_1;
bool L_6;
L_6 = PropertyInfo_op_Equality_mD077C524E99EF7A3C977705217D3A88AB4DE5C13(L_5, (PropertyInfo_t*)NULL, NULL);
if (!L_6)
{
goto IL_002f;
}
}
{
return (RuntimeObject*)NULL;
}
IL_002f:
{
PropertyInfo_t* L_7 = V_1;
NullCheck(L_7);
RuntimeObject* L_8;
L_8 = PropertyInfo_GetValue_m89576462107E2A4DF5B7775216AEC29D74FF6088(L_7, NULL, NULL);
return ((RuntimeObject*)Castclass((RuntimeObject*)L_8, ISystemDependencyProvider_t67FD40AAF1EB33AF5C2CF8AF28881178203ADCFC_il2cpp_TypeInfo_var));
}
}
// System.Void Mono.DependencyInjector::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DependencyInjector__cctor_m5D5805D2BFC7BA67A2ED96C9D1325C85F38F08FF (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
NullCheck(L_0);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL);
((DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_StaticFields*)il2cpp_codegen_static_fields_for(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var))->___locker_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_StaticFields*)il2cpp_codegen_static_fields_for(DependencyInjector_tB5CBF00D172A8E073EBC53D983F229EF86399C9F_il2cpp_TypeInfo_var))->___locker_0), (void*)L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Runtime::mono_runtime_install_handlers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Runtime_mono_runtime_install_handlers_m89BFC5610FAB5B9DA0F97EFA4DC899ACBE1A0282 (const RuntimeMethod* method)
{
typedef void (*Runtime_mono_runtime_install_handlers_m89BFC5610FAB5B9DA0F97EFA4DC899ACBE1A0282_ftn) ();
using namespace il2cpp::icalls;
((Runtime_mono_runtime_install_handlers_m89BFC5610FAB5B9DA0F97EFA4DC899ACBE1A0282_ftn)mscorlib::Mono::Runtime::mono_runtime_install_handlers) ();
}
// System.Void Mono.Runtime::InstallSignalHandlers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Runtime_InstallSignalHandlers_m8253459A90D37B29D29227ABBA0F2BB2BCF91115 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
Runtime_mono_runtime_install_handlers_m89BFC5610FAB5B9DA0F97EFA4DC899ACBE1A0282(NULL);
return;
}
}
// System.Void Mono.Runtime::mono_runtime_cleanup_handlers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Runtime_mono_runtime_cleanup_handlers_m5C27480E9A31108836E3F01D5B584B08E0B44E7D (const RuntimeMethod* method)
{
typedef void (*Runtime_mono_runtime_cleanup_handlers_m5C27480E9A31108836E3F01D5B584B08E0B44E7D_ftn) ();
using namespace il2cpp::icalls;
((Runtime_mono_runtime_cleanup_handlers_m5C27480E9A31108836E3F01D5B584B08E0B44E7D_ftn)mscorlib::Mono::Runtime::mono_runtime_cleanup_handlers) ();
}
// System.Void Mono.Runtime::RemoveSignalHandlers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Runtime_RemoveSignalHandlers_m32110AE51C94C1A0423B405162F1A9B7397A9184 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
Runtime_mono_runtime_cleanup_handlers_m5C27480E9A31108836E3F01D5B584B08E0B44E7D(NULL);
return;
}
}
// System.String Mono.Runtime::GetDisplayName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Runtime_GetDisplayName_mCD396E22A133E04C4903E8977E5C4BFBC771A09C (const RuntimeMethod* method)
{
typedef String_t* (*Runtime_GetDisplayName_mCD396E22A133E04C4903E8977E5C4BFBC771A09C_ftn) ();
using namespace il2cpp::icalls;
return ((Runtime_GetDisplayName_mCD396E22A133E04C4903E8977E5C4BFBC771A09C_ftn)mscorlib::Mono::Runtime::GetDisplayName) ();
}
// System.String Mono.Runtime::GetNativeStackTrace(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Runtime_GetNativeStackTrace_mC5F980A71719467C0971E2F03280E4604C465F20 (Exception_t* ___exception0, const RuntimeMethod* method)
{
typedef String_t* (*Runtime_GetNativeStackTrace_mC5F980A71719467C0971E2F03280E4604C465F20_ftn) (Exception_t*);
using namespace il2cpp::icalls;
return ((Runtime_GetNativeStackTrace_mC5F980A71719467C0971E2F03280E4604C465F20_ftn)mscorlib::Mono::Runtime::GetNativeStackTrace) (___exception0);
}
// System.Boolean Mono.Runtime::SetGCAllowSynchronousMajor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Runtime_SetGCAllowSynchronousMajor_m4F548EA3F2CF68B4E8BDF9967E33018A58CC3CC3 (bool ___flag0, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.String Mono.Runtime::ExceptionToState_internal(System.Exception,System.UInt64&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Runtime_ExceptionToState_internal_m8CF868DAA5DD1DD6DE311AA9FAAE8B4D12BC02FA (Exception_t* ___exc0, uint64_t* ___portable_hash1, uint64_t* ___unportable_hash2, const RuntimeMethod* method)
{
typedef String_t* (*Runtime_ExceptionToState_internal_m8CF868DAA5DD1DD6DE311AA9FAAE8B4D12BC02FA_ftn) (Exception_t*, uint64_t*, uint64_t*);
using namespace il2cpp::icalls;
return ((Runtime_ExceptionToState_internal_m8CF868DAA5DD1DD6DE311AA9FAAE8B4D12BC02FA_ftn)mscorlib::Mono::Runtime::ExceptionToState_internal) (___exc0, ___portable_hash1, ___unportable_hash2);
}
// System.Tuple`3<System.String,System.UInt64,System.UInt64> Mono.Runtime::ExceptionToState(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Tuple_3_tE40FE480A28B7206460EF9B5B38F67335B38A686* Runtime_ExceptionToState_mDA84B7F8A562866CBCBB710FD7ED964267E71181 (Exception_t* ___exc0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_3__ctor_m91E0FC20B54BD4EBCC7AA95A0BADDADCDD8FB6EA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_3_tE40FE480A28B7206460EF9B5B38F67335B38A686_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint64_t V_0 = 0;
uint64_t V_1 = 0;
{
Exception_t* L_0 = ___exc0;
il2cpp_codegen_runtime_class_init_inline(Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = Runtime_ExceptionToState_internal_m8CF868DAA5DD1DD6DE311AA9FAAE8B4D12BC02FA(L_0, (&V_0), (&V_1), NULL);
uint64_t L_2 = V_0;
uint64_t L_3 = V_1;
Tuple_3_tE40FE480A28B7206460EF9B5B38F67335B38A686* L_4 = (Tuple_3_tE40FE480A28B7206460EF9B5B38F67335B38A686*)il2cpp_codegen_object_new(Tuple_3_tE40FE480A28B7206460EF9B5B38F67335B38A686_il2cpp_TypeInfo_var);
NullCheck(L_4);
Tuple_3__ctor_m91E0FC20B54BD4EBCC7AA95A0BADDADCDD8FB6EA(L_4, L_1, L_2, L_3, Tuple_3__ctor_m91E0FC20B54BD4EBCC7AA95A0BADDADCDD8FB6EA_RuntimeMethod_var);
return L_4;
}
}
// System.String Mono.Runtime::DumpStateSingle_internal(System.UInt64&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Runtime_DumpStateSingle_internal_m58C4DF93D92E2A976A4B75A819E95B8A9226D463 (uint64_t* ___portable_hash0, uint64_t* ___unportable_hash1, const RuntimeMethod* method)
{
typedef String_t* (*Runtime_DumpStateSingle_internal_m58C4DF93D92E2A976A4B75A819E95B8A9226D463_ftn) (uint64_t*, uint64_t*);
using namespace il2cpp::icalls;
return ((Runtime_DumpStateSingle_internal_m58C4DF93D92E2A976A4B75A819E95B8A9226D463_ftn)mscorlib::Mono::Runtime::DumpStateSingle_internal) (___portable_hash0, ___unportable_hash1);
}
// System.String Mono.Runtime::DumpStateTotal_internal(System.UInt64&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Runtime_DumpStateTotal_internal_m4F081B9984D4FDD9850E9D726AE86E3880C7CEBB (uint64_t* ___portable_hash0, uint64_t* ___unportable_hash1, const RuntimeMethod* method)
{
typedef String_t* (*Runtime_DumpStateTotal_internal_m4F081B9984D4FDD9850E9D726AE86E3880C7CEBB_ftn) (uint64_t*, uint64_t*);
using namespace il2cpp::icalls;
return ((Runtime_DumpStateTotal_internal_m4F081B9984D4FDD9850E9D726AE86E3880C7CEBB_ftn)mscorlib::Mono::Runtime::DumpStateTotal_internal) (___portable_hash0, ___unportable_hash1);
}
// System.Tuple`3<System.String,System.UInt64,System.UInt64> Mono.Runtime::DumpStateSingle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Tuple_3_tE40FE480A28B7206460EF9B5B38F67335B38A686* Runtime_DumpStateSingle_m3DAF77396E7292177D11A4F1C519A2BC5A74FEBE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_3__ctor_m91E0FC20B54BD4EBCC7AA95A0BADDADCDD8FB6EA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_3_tE40FE480A28B7206460EF9B5B38F67335B38A686_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint64_t V_0 = 0;
uint64_t V_1 = 0;
String_t* V_2 = NULL;
RuntimeObject* V_3 = NULL;
bool V_4 = false;
{
il2cpp_codegen_runtime_class_init_inline(Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
RuntimeObject* L_0 = ((Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_StaticFields*)il2cpp_codegen_static_fields_for(Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var))->___dump_0;
V_3 = L_0;
V_4 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001d:
{// begin finally (depth: 1)
{
bool L_1 = V_4;
if (!L_1)
{
goto IL_0027;
}
}
{
RuntimeObject* L_2 = V_3;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_2, NULL);
}
IL_0027:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
RuntimeObject* L_3 = V_3;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_3, (&V_4), NULL);
il2cpp_codegen_runtime_class_init_inline(Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
String_t* L_4;
L_4 = Runtime_DumpStateSingle_internal_m58C4DF93D92E2A976A4B75A819E95B8A9226D463((&V_0), (&V_1), NULL);
V_2 = L_4;
goto IL_0028;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0028:
{
String_t* L_5 = V_2;
uint64_t L_6 = V_0;
uint64_t L_7 = V_1;
Tuple_3_tE40FE480A28B7206460EF9B5B38F67335B38A686* L_8 = (Tuple_3_tE40FE480A28B7206460EF9B5B38F67335B38A686*)il2cpp_codegen_object_new(Tuple_3_tE40FE480A28B7206460EF9B5B38F67335B38A686_il2cpp_TypeInfo_var);
NullCheck(L_8);
Tuple_3__ctor_m91E0FC20B54BD4EBCC7AA95A0BADDADCDD8FB6EA(L_8, L_5, L_6, L_7, Tuple_3__ctor_m91E0FC20B54BD4EBCC7AA95A0BADDADCDD8FB6EA_RuntimeMethod_var);
return L_8;
}
}
// System.Tuple`3<System.String,System.UInt64,System.UInt64> Mono.Runtime::DumpStateTotal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Tuple_3_tE40FE480A28B7206460EF9B5B38F67335B38A686* Runtime_DumpStateTotal_m3565CB78FB51238D629CAB6BC992E719862D984B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_3__ctor_m91E0FC20B54BD4EBCC7AA95A0BADDADCDD8FB6EA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_3_tE40FE480A28B7206460EF9B5B38F67335B38A686_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint64_t V_0 = 0;
uint64_t V_1 = 0;
String_t* V_2 = NULL;
RuntimeObject* V_3 = NULL;
bool V_4 = false;
{
il2cpp_codegen_runtime_class_init_inline(Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
RuntimeObject* L_0 = ((Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_StaticFields*)il2cpp_codegen_static_fields_for(Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var))->___dump_0;
V_3 = L_0;
V_4 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001d:
{// begin finally (depth: 1)
{
bool L_1 = V_4;
if (!L_1)
{
goto IL_0027;
}
}
{
RuntimeObject* L_2 = V_3;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_2, NULL);
}
IL_0027:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
RuntimeObject* L_3 = V_3;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_3, (&V_4), NULL);
il2cpp_codegen_runtime_class_init_inline(Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
String_t* L_4;
L_4 = Runtime_DumpStateTotal_internal_m4F081B9984D4FDD9850E9D726AE86E3880C7CEBB((&V_0), (&V_1), NULL);
V_2 = L_4;
goto IL_0028;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0028:
{
String_t* L_5 = V_2;
uint64_t L_6 = V_0;
uint64_t L_7 = V_1;
Tuple_3_tE40FE480A28B7206460EF9B5B38F67335B38A686* L_8 = (Tuple_3_tE40FE480A28B7206460EF9B5B38F67335B38A686*)il2cpp_codegen_object_new(Tuple_3_tE40FE480A28B7206460EF9B5B38F67335B38A686_il2cpp_TypeInfo_var);
NullCheck(L_8);
Tuple_3__ctor_m91E0FC20B54BD4EBCC7AA95A0BADDADCDD8FB6EA(L_8, L_5, L_6, L_7, Tuple_3__ctor_m91E0FC20B54BD4EBCC7AA95A0BADDADCDD8FB6EA_RuntimeMethod_var);
return L_8;
}
}
// System.Void Mono.Runtime::RegisterReportingForAllNativeLibs_internal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Runtime_RegisterReportingForAllNativeLibs_internal_m7C157ECF03A31520B8CB8041AFBB4280E1B9E5D9 (const RuntimeMethod* method)
{
typedef void (*Runtime_RegisterReportingForAllNativeLibs_internal_m7C157ECF03A31520B8CB8041AFBB4280E1B9E5D9_ftn) ();
using namespace il2cpp::icalls;
((Runtime_RegisterReportingForAllNativeLibs_internal_m7C157ECF03A31520B8CB8041AFBB4280E1B9E5D9_ftn)mscorlib::Mono::Runtime::RegisterReportingForAllNativeLibs_internal) ();
}
// System.Void Mono.Runtime::RegisterReportingForAllNativeLibs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Runtime_RegisterReportingForAllNativeLibs_m1E7577DE2821410739759100F1A223C9C0DF8250 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
Runtime_RegisterReportingForAllNativeLibs_internal_m7C157ECF03A31520B8CB8041AFBB4280E1B9E5D9(NULL);
return;
}
}
// System.Void Mono.Runtime::RegisterReportingForNativeLib_internal(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Runtime_RegisterReportingForNativeLib_internal_m504D24387DB4B0BE4329EA84703D49DBAAF88B71 (intptr_t ___modulePathSuffix0, intptr_t ___moduleName1, const RuntimeMethod* method)
{
typedef void (*Runtime_RegisterReportingForNativeLib_internal_m504D24387DB4B0BE4329EA84703D49DBAAF88B71_ftn) (intptr_t, intptr_t);
using namespace il2cpp::icalls;
((Runtime_RegisterReportingForNativeLib_internal_m504D24387DB4B0BE4329EA84703D49DBAAF88B71_ftn)mscorlib::Mono::Runtime::RegisterReportingForNativeLib_internal) (___modulePathSuffix0, ___moduleName1);
}
// System.Void Mono.Runtime::RegisterReportingForNativeLib(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Runtime_RegisterReportingForNativeLib_m104F4EA333EED090A5CE7DCE63A055D651F23DBB (String_t* ___modulePathSuffix_str0, String_t* ___moduleName_str1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E V_0;
memset((&V_0), 0, sizeof(V_0));
SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E V_1;
memset((&V_1), 0, sizeof(V_1));
{
String_t* L_0 = ___modulePathSuffix_str0;
SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E L_1;
L_1 = RuntimeMarshal_MarshalString_mFABF7D528CDAD4B2B809F4A963AA4AFE5A6258C7(L_0, NULL);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0031:
{// begin finally (depth: 1)
SafeStringMarshal_Dispose_m34D77253DF878A33052EEA9771C93252C2B02A0F((&V_0), NULL);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
String_t* L_2 = ___moduleName_str1;
SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E L_3;
L_3 = RuntimeMarshal_MarshalString_mFABF7D528CDAD4B2B809F4A963AA4AFE5A6258C7(L_2, NULL);
V_1 = L_3;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0023_1:
{// begin finally (depth: 2)
SafeStringMarshal_Dispose_m34D77253DF878A33052EEA9771C93252C2B02A0F((&V_1), NULL);
return;
}// end finally (depth: 2)
});
try
{// begin try (depth: 2)
intptr_t L_4;
L_4 = SafeStringMarshal_get_Value_m33E0497DD37A963B09B47083091BE63D90C06CBC((&V_0), NULL);
intptr_t L_5;
L_5 = SafeStringMarshal_get_Value_m33E0497DD37A963B09B47083091BE63D90C06CBC((&V_1), NULL);
il2cpp_codegen_runtime_class_init_inline(Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
Runtime_RegisterReportingForNativeLib_internal_m504D24387DB4B0BE4329EA84703D49DBAAF88B71(L_4, L_5, NULL);
goto IL_003f;
}// end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_003f:
{
return;
}
}
// System.Void Mono.Runtime::EnableCrashReportLog_internal(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Runtime_EnableCrashReportLog_internal_m0E52F877B7D114A460EE4CBA66C296286D1AA876 (intptr_t ___directory0, const RuntimeMethod* method)
{
typedef void (*Runtime_EnableCrashReportLog_internal_m0E52F877B7D114A460EE4CBA66C296286D1AA876_ftn) (intptr_t);
using namespace il2cpp::icalls;
((Runtime_EnableCrashReportLog_internal_m0E52F877B7D114A460EE4CBA66C296286D1AA876_ftn)mscorlib::Mono::Runtime::EnableCrashReportLog_internal) (___directory0);
}
// System.Void Mono.Runtime::EnableCrashReportLog(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Runtime_EnableCrashReportLog_m17D6B8C86E342E1B0685E2123676C1C91A1C6D85 (String_t* ___directory_str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E V_0;
memset((&V_0), 0, sizeof(V_0));
{
String_t* L_0 = ___directory_str0;
SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E L_1;
L_1 = RuntimeMarshal_MarshalString_mFABF7D528CDAD4B2B809F4A963AA4AFE5A6258C7(L_0, NULL);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0015:
{// begin finally (depth: 1)
SafeStringMarshal_Dispose_m34D77253DF878A33052EEA9771C93252C2B02A0F((&V_0), NULL);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
intptr_t L_2;
L_2 = SafeStringMarshal_get_Value_m33E0497DD37A963B09B47083091BE63D90C06CBC((&V_0), NULL);
il2cpp_codegen_runtime_class_init_inline(Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
Runtime_EnableCrashReportLog_internal_m0E52F877B7D114A460EE4CBA66C296286D1AA876(L_2, NULL);
goto IL_0023;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0023:
{
return;
}
}
// System.Int32 Mono.Runtime::CheckCrashReportLog_internal(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Runtime_CheckCrashReportLog_internal_m780128607A16FAEAE3B1C81D1A0C954136E180B3 (intptr_t ___directory0, bool ___clear1, const RuntimeMethod* method)
{
typedef int32_t (*Runtime_CheckCrashReportLog_internal_m780128607A16FAEAE3B1C81D1A0C954136E180B3_ftn) (intptr_t, bool);
using namespace il2cpp::icalls;
return ((Runtime_CheckCrashReportLog_internal_m780128607A16FAEAE3B1C81D1A0C954136E180B3_ftn)mscorlib::Mono::Runtime::CheckCrashReportLog_internal) (___directory0, ___clear1);
}
// Mono.Runtime/CrashReportLogLevel Mono.Runtime::CheckCrashReportLog(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Runtime_CheckCrashReportLog_m5F128BD1DE7EC6B31DECE1D41AE5542804440DFE (String_t* ___directory_str0, bool ___clear1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
{
String_t* L_0 = ___directory_str0;
SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E L_1;
L_1 = RuntimeMarshal_MarshalString_mFABF7D528CDAD4B2B809F4A963AA4AFE5A6258C7(L_0, NULL);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0017:
{// begin finally (depth: 1)
SafeStringMarshal_Dispose_m34D77253DF878A33052EEA9771C93252C2B02A0F((&V_0), NULL);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
intptr_t L_2;
L_2 = SafeStringMarshal_get_Value_m33E0497DD37A963B09B47083091BE63D90C06CBC((&V_0), NULL);
bool L_3 = ___clear1;
il2cpp_codegen_runtime_class_init_inline(Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
int32_t L_4;
L_4 = Runtime_CheckCrashReportLog_internal_m780128607A16FAEAE3B1C81D1A0C954136E180B3(L_2, L_3, NULL);
V_1 = L_4;
goto IL_0025;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0025:
{
int32_t L_5 = V_1;
return L_5;
}
}
// System.String Mono.Runtime::get_breadcrumb_value(System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Runtime_get_breadcrumb_value_m3BC90939BE78487F18FD7266CDDAE0339DB9FF2B (String_t* ___file_prefix0, String_t* ___directory_str1, bool ___clear2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_ForEach_TisString_t_mAF5597CCBD76310716DE9D8AC6787CD0BDE7E345_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3Cget_breadcrumb_valueU3Eb__23_0_m4F4C6E0B824099D3D5AB0BD46FEDF74F2872DEFE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t39428702032562232588419EB77C47EF332C843C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB512CB5A2205B8F3CD393A0325321BA3637664F2);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* G_B5_0 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B5_1 = NULL;
Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* G_B4_0 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B4_1 = NULL;
{
String_t* L_0 = ___directory_str1;
String_t* L_1 = ___file_prefix0;
String_t* L_2;
L_2 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_1, _stringLiteralB512CB5A2205B8F3CD393A0325321BA3637664F2, NULL);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3;
L_3 = Directory_GetFiles_m2E5907ADCF2B7E795692FD961E466E4B6612A70F(L_0, L_2, NULL);
V_0 = L_3;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = V_0;
NullCheck(L_4);
if ((((RuntimeArray*)L_4)->max_length))
{
goto IL_001c;
}
}
{
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_5;
}
IL_001c:
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = V_0;
NullCheck(L_6);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))) <= ((int32_t)1)))
{
goto IL_0052;
}
}
try
{// begin try (depth: 1)
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = V_0;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t39428702032562232588419EB77C47EF332C843C_il2cpp_TypeInfo_var);
Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* L_8 = ((U3CU3Ec_t39428702032562232588419EB77C47EF332C843C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t39428702032562232588419EB77C47EF332C843C_il2cpp_TypeInfo_var))->___U3CU3E9__23_0_1;
Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* L_9 = L_8;
G_B4_0 = L_9;
G_B4_1 = L_7;
if (L_9)
{
G_B5_0 = L_9;
G_B5_1 = L_7;
goto IL_0042_1;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t39428702032562232588419EB77C47EF332C843C_il2cpp_TypeInfo_var);
U3CU3Ec_t39428702032562232588419EB77C47EF332C843C* L_10 = ((U3CU3Ec_t39428702032562232588419EB77C47EF332C843C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t39428702032562232588419EB77C47EF332C843C_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* L_11 = (Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A*)il2cpp_codegen_object_new(Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A_il2cpp_TypeInfo_var);
NullCheck(L_11);
Action_1__ctor_m9DC2953C55C4D7D4B7BEFE03D84DA1F9362D652C(L_11, L_10, (intptr_t)((void*)U3CU3Ec_U3Cget_breadcrumb_valueU3Eb__23_0_m4F4C6E0B824099D3D5AB0BD46FEDF74F2872DEFE_RuntimeMethod_var), NULL);
Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* L_12 = L_11;
((U3CU3Ec_t39428702032562232588419EB77C47EF332C843C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t39428702032562232588419EB77C47EF332C843C_il2cpp_TypeInfo_var))->___U3CU3E9__23_0_1 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t39428702032562232588419EB77C47EF332C843C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t39428702032562232588419EB77C47EF332C843C_il2cpp_TypeInfo_var))->___U3CU3E9__23_0_1), (void*)L_12);
G_B5_0 = L_12;
G_B5_1 = G_B4_1;
}
IL_0042_1:
{
Array_ForEach_TisString_t_mAF5597CCBD76310716DE9D8AC6787CD0BDE7E345(G_B5_1, G_B5_0, Array_ForEach_TisString_t_mAF5597CCBD76310716DE9D8AC6787CD0BDE7E345_RuntimeMethod_var);
goto IL_004c;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0049;
}
throw e;
}
CATCH_0049:
{// begin catch(System.Exception)
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_004c;
}// end catch (depth: 1)
IL_004c:
{
String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_13;
}
IL_0052:
{
bool L_14 = ___clear2;
if (!L_14)
{
goto IL_005d;
}
}
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = V_0;
NullCheck(L_15);
int32_t L_16 = 0;
String_t* L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
File_Delete_mB5CB249F5370D49747243BCA9C56CCC48D3E6A08(L_17, NULL);
}
IL_005d:
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18 = V_0;
NullCheck(L_18);
int32_t L_19 = 0;
String_t* L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
String_t* L_21;
L_21 = Path_GetFileName_mEBC73E0C8D8C56214D1DA4BA8409C5B5F00457A5(L_20, NULL);
String_t* L_22 = ___file_prefix0;
NullCheck(L_22);
int32_t L_23;
L_23 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_22, NULL);
NullCheck(L_21);
String_t* L_24;
L_24 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_21, ((int32_t)il2cpp_codegen_add(L_23, 1)), NULL);
return L_24;
}
}
// System.Int64 Mono.Runtime::CheckCrashReportHash(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Runtime_CheckCrashReportHash_m839096618656F9EE0D3B2ED47004B329B6BA0CDA (String_t* ___directory_str0, bool ___clear1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC950538B30A7FC0EC157E7B907E84712E48665E2);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
String_t* L_0 = ___directory_str0;
bool L_1 = ___clear1;
il2cpp_codegen_runtime_class_init_inline(Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = Runtime_get_breadcrumb_value_m3BC90939BE78487F18FD7266CDDAE0339DB9FF2B(_stringLiteralC950538B30A7FC0EC157E7B907E84712E48665E2, L_0, L_1, NULL);
V_0 = L_2;
String_t* L_3 = V_0;
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
bool L_5;
L_5 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_3, L_4, NULL);
if (!L_5)
{
goto IL_001d;
}
}
{
return ((int64_t)0);
}
IL_001d:
{
String_t* L_6 = V_0;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int64_t L_7;
L_7 = Convert_ToInt64_m6162CDF3331970FD93F6619040733A50E5766DDC(L_6, ((int32_t)16), NULL);
return L_7;
}
}
// System.String Mono.Runtime::CheckCrashReportReason(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Runtime_CheckCrashReportReason_m3FAAF3A230954F644ABF7DB45129D3776209D380 (String_t* ___directory_str0, bool ___clear1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9E4ABCD30553304771411B61E617566C509EC3E);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___directory_str0;
bool L_1 = ___clear1;
il2cpp_codegen_runtime_class_init_inline(Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = Runtime_get_breadcrumb_value_m3BC90939BE78487F18FD7266CDDAE0339DB9FF2B(_stringLiteralF9E4ABCD30553304771411B61E617566C509EC3E, L_0, L_1, NULL);
return L_2;
}
}
// System.Void Mono.Runtime::AnnotateMicrosoftTelemetry_internal(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Runtime_AnnotateMicrosoftTelemetry_internal_m4A7745FC79E3FEC2A112A883B1CB329A55113FA1 (intptr_t ___key0, intptr_t ___val1, const RuntimeMethod* method)
{
typedef void (*Runtime_AnnotateMicrosoftTelemetry_internal_m4A7745FC79E3FEC2A112A883B1CB329A55113FA1_ftn) (intptr_t, intptr_t);
using namespace il2cpp::icalls;
((Runtime_AnnotateMicrosoftTelemetry_internal_m4A7745FC79E3FEC2A112A883B1CB329A55113FA1_ftn)mscorlib::Mono::Runtime::AnnotateMicrosoftTelemetry_internal) (___key0, ___val1);
}
// System.Void Mono.Runtime::AnnotateMicrosoftTelemetry(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Runtime_AnnotateMicrosoftTelemetry_m7C25D16B5BED48EBE996729BBACAEFECB3F56240 (String_t* ___key0, String_t* ___val1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E V_0;
memset((&V_0), 0, sizeof(V_0));
SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E V_1;
memset((&V_1), 0, sizeof(V_1));
RuntimeObject* V_2 = NULL;
bool V_3 = false;
{
String_t* L_0 = ___key0;
SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E L_1;
L_1 = RuntimeMarshal_MarshalString_mFABF7D528CDAD4B2B809F4A963AA4AFE5A6258C7(L_0, NULL);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_004b:
{// begin finally (depth: 1)
SafeStringMarshal_Dispose_m34D77253DF878A33052EEA9771C93252C2B02A0F((&V_0), NULL);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
String_t* L_2 = ___val1;
SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E L_3;
L_3 = RuntimeMarshal_MarshalString_mFABF7D528CDAD4B2B809F4A963AA4AFE5A6258C7(L_2, NULL);
V_1 = L_3;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_003d_1:
{// begin finally (depth: 2)
SafeStringMarshal_Dispose_m34D77253DF878A33052EEA9771C93252C2B02A0F((&V_1), NULL);
return;
}// end finally (depth: 2)
});
try
{// begin try (depth: 2)
{
il2cpp_codegen_runtime_class_init_inline(Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
RuntimeObject* L_4 = ((Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_StaticFields*)il2cpp_codegen_static_fields_for(Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var))->___dump_0;
V_2 = L_4;
V_3 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0033_2:
{// begin finally (depth: 3)
{
bool L_5 = V_3;
if (!L_5)
{
goto IL_003c_2;
}
}
{
RuntimeObject* L_6 = V_2;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_6, NULL);
}
IL_003c_2:
{
return;
}
}// end finally (depth: 3)
});
try
{// begin try (depth: 3)
RuntimeObject* L_7 = V_2;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_7, (&V_3), NULL);
intptr_t L_8;
L_8 = SafeStringMarshal_get_Value_m33E0497DD37A963B09B47083091BE63D90C06CBC((&V_0), NULL);
intptr_t L_9;
L_9 = SafeStringMarshal_get_Value_m33E0497DD37A963B09B47083091BE63D90C06CBC((&V_1), NULL);
il2cpp_codegen_runtime_class_init_inline(Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
Runtime_AnnotateMicrosoftTelemetry_internal_m4A7745FC79E3FEC2A112A883B1CB329A55113FA1(L_8, L_9, NULL);
goto IL_0059;
}// end try (depth: 3)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
}// end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0059:
{
return;
}
}
// System.Void Mono.Runtime::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Runtime__cctor_m2339B1B93E48C10B8D252E494DBF2DD4D99D9C19 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
NullCheck(L_0);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL);
((Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_StaticFields*)il2cpp_codegen_static_fields_for(Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var))->___dump_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_StaticFields*)il2cpp_codegen_static_fields_for(Runtime_tCE6A44C19FEF6A8D28F17A01934A7989D46E6CAE_il2cpp_TypeInfo_var))->___dump_0), (void*)L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Runtime/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m149C93D17E7B8AD4492AFE95774036EDD16DB7B8 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t39428702032562232588419EB77C47EF332C843C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t39428702032562232588419EB77C47EF332C843C* L_0 = (U3CU3Ec_t39428702032562232588419EB77C47EF332C843C*)il2cpp_codegen_object_new(U3CU3Ec_t39428702032562232588419EB77C47EF332C843C_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_m20FEE644D4A46D1FC86EDC311A09258D035E7D73(L_0, NULL);
((U3CU3Ec_t39428702032562232588419EB77C47EF332C843C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t39428702032562232588419EB77C47EF332C843C_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t39428702032562232588419EB77C47EF332C843C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t39428702032562232588419EB77C47EF332C843C_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void Mono.Runtime/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m20FEE644D4A46D1FC86EDC311A09258D035E7D73 (U3CU3Ec_t39428702032562232588419EB77C47EF332C843C* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void Mono.Runtime/<>c::<get_breadcrumb_value>b__23_0(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3Cget_breadcrumb_valueU3Eb__23_0_m4F4C6E0B824099D3D5AB0BD46FEDF74F2872DEFE (U3CU3Ec_t39428702032562232588419EB77C47EF332C843C* __this, String_t* ___f0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___f0;
File_Delete_mB5CB249F5370D49747243BCA9C56CCC48D3E6A08(L_0, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.RuntimeClassHandle::.ctor(Mono.RuntimeStructs/MonoClass*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeClassHandle__ctor_mCBFDB2FEABD43D5F1900DFE64DB401E3415E7D34 (RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72* __this, MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* ___value0, const RuntimeMethod* method)
{
{
MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* L_0 = ___value0;
__this->___value_0 = L_0;
return;
}
}
IL2CPP_EXTERN_C void RuntimeClassHandle__ctor_mCBFDB2FEABD43D5F1900DFE64DB401E3415E7D34_AdjustorThunk (RuntimeObject* __this, MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* ___value0, const RuntimeMethod* method)
{
RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72*>(__this + _offset);
RuntimeClassHandle__ctor_mCBFDB2FEABD43D5F1900DFE64DB401E3415E7D34_inline(_thisAdjusted, ___value0, method);
}
// System.Void Mono.RuntimeClassHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeClassHandle__ctor_m7021F8E7933C8ABC27B2FDF562EF608FBDF0D9C3 (RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72* __this, intptr_t ___ptr0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___ptr0;
void* L_1;
L_1 = IntPtr_op_Explicit_m693F2F9E685EE117D4AC080342B8959DAF684294(L_0, NULL);
__this->___value_0 = (MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90*)L_1;
return;
}
}
IL2CPP_EXTERN_C void RuntimeClassHandle__ctor_m7021F8E7933C8ABC27B2FDF562EF608FBDF0D9C3_AdjustorThunk (RuntimeObject* __this, intptr_t ___ptr0, const RuntimeMethod* method)
{
RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72*>(__this + _offset);
RuntimeClassHandle__ctor_m7021F8E7933C8ABC27B2FDF562EF608FBDF0D9C3(_thisAdjusted, ___ptr0, method);
}
// Mono.RuntimeStructs/MonoClass* Mono.RuntimeClassHandle::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* RuntimeClassHandle_get_Value_m25D4B9C7BC4BB723CDD408E0F490D8DAB54B5EFB (RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72* __this, const RuntimeMethod* method)
{
{
MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* L_0 = __this->___value_0;
return L_0;
}
}
IL2CPP_EXTERN_C MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* RuntimeClassHandle_get_Value_m25D4B9C7BC4BB723CDD408E0F490D8DAB54B5EFB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72*>(__this + _offset);
MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* _returnValue;
_returnValue = RuntimeClassHandle_get_Value_m25D4B9C7BC4BB723CDD408E0F490D8DAB54B5EFB_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean Mono.RuntimeClassHandle::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeClassHandle_Equals_m7FE8F7C9EE7048C140FCC548CEE30372DE734E05 (RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72 V_0;
memset((&V_0), 0, sizeof(V_0));
{
RuntimeObject* L_0 = ___obj0;
if (!L_0)
{
goto IL_0020;
}
}
{
RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72 L_1 = (*(RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72*)__this);
RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72 L_2 = L_1;
RuntimeObject* L_3 = Box(RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72_il2cpp_TypeInfo_var, &L_2);
Type_t* L_4;
L_4 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_3, NULL);
RuntimeObject* L_5 = ___obj0;
NullCheck(L_5);
Type_t* L_6;
L_6 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_5, NULL);
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5(L_4, L_6, NULL);
if (!L_7)
{
goto IL_0022;
}
}
IL_0020:
{
return (bool)0;
}
IL_0022:
{
MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* L_8 = __this->___value_0;
RuntimeObject* L_9 = ___obj0;
V_0 = ((*(RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72*)((RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72*)(RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72*)UnBox(L_9, RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72_il2cpp_TypeInfo_var))));
MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* L_10;
L_10 = RuntimeClassHandle_get_Value_m25D4B9C7BC4BB723CDD408E0F490D8DAB54B5EFB_inline((&V_0), NULL);
return (bool)((((intptr_t)L_8) == ((intptr_t)L_10))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool RuntimeClassHandle_Equals_m7FE8F7C9EE7048C140FCC548CEE30372DE734E05_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72*>(__this + _offset);
bool _returnValue;
_returnValue = RuntimeClassHandle_Equals_m7FE8F7C9EE7048C140FCC548CEE30372DE734E05(_thisAdjusted, ___obj0, method);
return _returnValue;
}
// System.Int32 Mono.RuntimeClassHandle::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeClassHandle_GetHashCode_m2AD338C1E8108B685A6F95C07CC83FCDC2CBC514 (RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72* __this, const RuntimeMethod* method)
{
intptr_t V_0;
memset((&V_0), 0, sizeof(V_0));
{
MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* L_0 = __this->___value_0;
intptr_t L_1;
L_1 = IntPtr_op_Explicit_m04BEF6277775C13DD8A986812AAA3FCEC32DCCBE((void*)L_0, NULL);
V_0 = L_1;
int32_t L_2;
L_2 = IntPtr_GetHashCode_m669B16AD7483C1C396E48F41D9CAC4B719E38F3D((&V_0), NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t RuntimeClassHandle_GetHashCode_m2AD338C1E8108B685A6F95C07CC83FCDC2CBC514_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72*>(__this + _offset);
int32_t _returnValue;
_returnValue = RuntimeClassHandle_GetHashCode_m2AD338C1E8108B685A6F95C07CC83FCDC2CBC514(_thisAdjusted, method);
return _returnValue;
}
// System.IntPtr Mono.RuntimeClassHandle::GetTypeFromClass(Mono.RuntimeStructs/MonoClass*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeClassHandle_GetTypeFromClass_m60A53A7355F2C4C59A319CA4C069FF39F6EB3DB6 (MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* ___klass0, const RuntimeMethod* method)
{
typedef intptr_t (*RuntimeClassHandle_GetTypeFromClass_m60A53A7355F2C4C59A319CA4C069FF39F6EB3DB6_ftn) (MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90*);
using namespace il2cpp::icalls;
return ((RuntimeClassHandle_GetTypeFromClass_m60A53A7355F2C4C59A319CA4C069FF39F6EB3DB6_ftn)mscorlib::Mono::RuntimeClassHandle::GetTypeFromClass) (___klass0);
}
// System.RuntimeTypeHandle Mono.RuntimeClassHandle::GetTypeHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B RuntimeClassHandle_GetTypeHandle_mC2B0186E8B2CAEBA30296C2CE29D96B9894957CD (RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72* __this, const RuntimeMethod* method)
{
{
MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* L_0 = __this->___value_0;
intptr_t L_1;
L_1 = RuntimeClassHandle_GetTypeFromClass_m60A53A7355F2C4C59A319CA4C069FF39F6EB3DB6(L_0, NULL);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2;
memset((&L_2), 0, sizeof(L_2));
RuntimeTypeHandle__ctor_m3B7A6EF106E5F7259DA89488C4D23622533C09A8_inline((&L_2), L_1, /*hidden argument*/NULL);
return L_2;
}
}
IL2CPP_EXTERN_C RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B RuntimeClassHandle_GetTypeHandle_mC2B0186E8B2CAEBA30296C2CE29D96B9894957CD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72*>(__this + _offset);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B _returnValue;
_returnValue = RuntimeClassHandle_GetTypeHandle_mC2B0186E8B2CAEBA30296C2CE29D96B9894957CD(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Mono.RuntimeClassHandle Mono.RuntimeRemoteClassHandle::get_ProxyClass()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72 RuntimeRemoteClassHandle_get_ProxyClass_mB696A6AF46F5ACB381B40DC37F92F9DA67625E9B (RuntimeRemoteClassHandle_t47A1D2639335E036FE04C79F1858CF28663F1FDF* __this, const RuntimeMethod* method)
{
{
RemoteClass_t8F343021C09FCE40A298F94523C6E988DD3E3DD0* L_0 = __this->___value_0;
NullCheck(L_0);
MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* L_1 = L_0->___proxy_class_2;
RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72 L_2;
memset((&L_2), 0, sizeof(L_2));
RuntimeClassHandle__ctor_mCBFDB2FEABD43D5F1900DFE64DB401E3415E7D34_inline((&L_2), L_1, /*hidden argument*/NULL);
return L_2;
}
}
IL2CPP_EXTERN_C RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72 RuntimeRemoteClassHandle_get_ProxyClass_mB696A6AF46F5ACB381B40DC37F92F9DA67625E9B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
RuntimeRemoteClassHandle_t47A1D2639335E036FE04C79F1858CF28663F1FDF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimeRemoteClassHandle_t47A1D2639335E036FE04C79F1858CF28663F1FDF*>(__this + _offset);
RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72 _returnValue;
_returnValue = RuntimeRemoteClassHandle_get_ProxyClass_mB696A6AF46F5ACB381B40DC37F92F9DA67625E9B(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.RuntimeGenericParamInfoHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeGenericParamInfoHandle__ctor_m635F2C947EEDF45BE0E17E66F06C718AC2D10F4E (RuntimeGenericParamInfoHandle_tB2D1F49FE251724E14058F948AB148F5782C536B* __this, intptr_t ___ptr0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___ptr0;
void* L_1;
L_1 = IntPtr_op_Explicit_m693F2F9E685EE117D4AC080342B8959DAF684294(L_0, NULL);
__this->___value_0 = (GenericParamInfo_t21CBDE383378B1B960A986DC192D423946ADE726*)L_1;
return;
}
}
IL2CPP_EXTERN_C void RuntimeGenericParamInfoHandle__ctor_m635F2C947EEDF45BE0E17E66F06C718AC2D10F4E_AdjustorThunk (RuntimeObject* __this, intptr_t ___ptr0, const RuntimeMethod* method)
{
RuntimeGenericParamInfoHandle_tB2D1F49FE251724E14058F948AB148F5782C536B* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimeGenericParamInfoHandle_tB2D1F49FE251724E14058F948AB148F5782C536B*>(__this + _offset);
RuntimeGenericParamInfoHandle__ctor_m635F2C947EEDF45BE0E17E66F06C718AC2D10F4E(_thisAdjusted, ___ptr0, method);
}
// System.Type[] Mono.RuntimeGenericParamInfoHandle::get_Constraints()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* RuntimeGenericParamInfoHandle_get_Constraints_mE96BF6947E1F6990FB52B0A8219A901FF3A6B7A6 (RuntimeGenericParamInfoHandle_tB2D1F49FE251724E14058F948AB148F5782C536B* __this, const RuntimeMethod* method)
{
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0;
L_0 = RuntimeGenericParamInfoHandle_GetConstraints_m1C3E51699D5D9F77FE215BEB00B8A76BC20AA54C(__this, NULL);
return L_0;
}
}
IL2CPP_EXTERN_C TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* RuntimeGenericParamInfoHandle_get_Constraints_mE96BF6947E1F6990FB52B0A8219A901FF3A6B7A6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
RuntimeGenericParamInfoHandle_tB2D1F49FE251724E14058F948AB148F5782C536B* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimeGenericParamInfoHandle_tB2D1F49FE251724E14058F948AB148F5782C536B*>(__this + _offset);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* _returnValue;
_returnValue = RuntimeGenericParamInfoHandle_get_Constraints_mE96BF6947E1F6990FB52B0A8219A901FF3A6B7A6(_thisAdjusted, method);
return _returnValue;
}
// System.Reflection.GenericParameterAttributes Mono.RuntimeGenericParamInfoHandle::get_Attributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeGenericParamInfoHandle_get_Attributes_m3CF6E048BFD00D5218DE1E343A3A194BF93E8729 (RuntimeGenericParamInfoHandle_tB2D1F49FE251724E14058F948AB148F5782C536B* __this, const RuntimeMethod* method)
{
{
GenericParamInfo_t21CBDE383378B1B960A986DC192D423946ADE726* L_0 = __this->___value_0;
NullCheck(L_0);
uint16_t L_1 = L_0->___flags_2;
return (int32_t)(L_1);
}
}
IL2CPP_EXTERN_C int32_t RuntimeGenericParamInfoHandle_get_Attributes_m3CF6E048BFD00D5218DE1E343A3A194BF93E8729_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
RuntimeGenericParamInfoHandle_tB2D1F49FE251724E14058F948AB148F5782C536B* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimeGenericParamInfoHandle_tB2D1F49FE251724E14058F948AB148F5782C536B*>(__this + _offset);
int32_t _returnValue;
_returnValue = RuntimeGenericParamInfoHandle_get_Attributes_m3CF6E048BFD00D5218DE1E343A3A194BF93E8729(_thisAdjusted, method);
return _returnValue;
}
// System.Type[] Mono.RuntimeGenericParamInfoHandle::GetConstraints()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* RuntimeGenericParamInfoHandle_GetConstraints_m1C3E51699D5D9F77FE215BEB00B8A76BC20AA54C (RuntimeGenericParamInfoHandle_tB2D1F49FE251724E14058F948AB148F5782C536B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_1 = NULL;
int32_t V_2 = 0;
RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72 V_3;
memset((&V_3), 0, sizeof(V_3));
{
int32_t L_0;
L_0 = RuntimeGenericParamInfoHandle_GetConstraintsCount_mC615FBDA56188D3DB17BC436025177B3214E2A51(__this, NULL);
V_0 = L_0;
int32_t L_1 = V_0;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_2 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)L_1);
V_1 = L_2;
V_2 = 0;
goto IL_0042;
}
IL_0012:
{
GenericParamInfo_t21CBDE383378B1B960A986DC192D423946ADE726* L_3 = __this->___value_0;
NullCheck(L_3);
MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90** L_4 = L_3->___constraints_4;
int32_t L_5 = V_2;
uint32_t L_6 = sizeof(MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90*);
RuntimeClassHandle__ctor_mCBFDB2FEABD43D5F1900DFE64DB401E3415E7D34_inline((&V_3), (MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90*)(*((intptr_t*)((MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90**)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), (int32_t)L_6)))))), NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_7 = V_1;
int32_t L_8 = V_2;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_9;
L_9 = RuntimeClassHandle_GetTypeHandle_mC2B0186E8B2CAEBA30296C2CE29D96B9894957CD((&V_3), NULL);
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_10;
L_10 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_9, NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_10);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (Type_t*)L_10);
int32_t L_11 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_0042:
{
int32_t L_12 = V_2;
int32_t L_13 = V_0;
if ((((int32_t)L_12) < ((int32_t)L_13)))
{
goto IL_0012;
}
}
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_14 = V_1;
return L_14;
}
}
IL2CPP_EXTERN_C TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* RuntimeGenericParamInfoHandle_GetConstraints_m1C3E51699D5D9F77FE215BEB00B8A76BC20AA54C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
RuntimeGenericParamInfoHandle_tB2D1F49FE251724E14058F948AB148F5782C536B* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimeGenericParamInfoHandle_tB2D1F49FE251724E14058F948AB148F5782C536B*>(__this + _offset);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* _returnValue;
_returnValue = RuntimeGenericParamInfoHandle_GetConstraints_m1C3E51699D5D9F77FE215BEB00B8A76BC20AA54C(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 Mono.RuntimeGenericParamInfoHandle::GetConstraintsCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeGenericParamInfoHandle_GetConstraintsCount_mC615FBDA56188D3DB17BC436025177B3214E2A51 (RuntimeGenericParamInfoHandle_tB2D1F49FE251724E14058F948AB148F5782C536B* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90** V_1 = NULL;
{
V_0 = 0;
GenericParamInfo_t21CBDE383378B1B960A986DC192D423946ADE726* L_0 = __this->___value_0;
NullCheck(L_0);
MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90** L_1 = L_0->___constraints_4;
V_1 = L_1;
goto IL_001d;
}
IL_0010:
{
MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90** L_2 = V_1;
uint32_t L_3 = sizeof(MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90*);
V_1 = ((MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90**)il2cpp_codegen_add((intptr_t)L_2, (int32_t)L_3));
int32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1));
}
IL_001d:
{
MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90** L_5 = V_1;
if ((((intptr_t)L_5) == ((intptr_t)((uintptr_t)0))))
{
goto IL_0028;
}
}
{
MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90** L_6 = V_1;
if ((!(((uintptr_t)(*((intptr_t*)L_6))) == ((uintptr_t)((uintptr_t)0)))))
{
goto IL_0010;
}
}
IL_0028:
{
int32_t L_7 = V_0;
return L_7;
}
}
IL2CPP_EXTERN_C int32_t RuntimeGenericParamInfoHandle_GetConstraintsCount_mC615FBDA56188D3DB17BC436025177B3214E2A51_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
RuntimeGenericParamInfoHandle_tB2D1F49FE251724E14058F948AB148F5782C536B* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimeGenericParamInfoHandle_tB2D1F49FE251724E14058F948AB148F5782C536B*>(__this + _offset);
int32_t _returnValue;
_returnValue = RuntimeGenericParamInfoHandle_GetConstraintsCount_mC615FBDA56188D3DB17BC436025177B3214E2A51(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.RuntimeEventHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeEventHandle__ctor_m9712CDDC8FAB489928A3C5C37D91A79E5C344F78 (RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26* __this, intptr_t ___v0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___v0;
__this->___value_0 = L_0;
return;
}
}
IL2CPP_EXTERN_C void RuntimeEventHandle__ctor_m9712CDDC8FAB489928A3C5C37D91A79E5C344F78_AdjustorThunk (RuntimeObject* __this, intptr_t ___v0, const RuntimeMethod* method)
{
RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26*>(__this + _offset);
RuntimeEventHandle__ctor_m9712CDDC8FAB489928A3C5C37D91A79E5C344F78_inline(_thisAdjusted, ___v0, method);
}
// System.IntPtr Mono.RuntimeEventHandle::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeEventHandle_get_Value_mE84A702C797FF1933824906BE69AE5E3D3304B30 (RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26* __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->___value_0;
return L_0;
}
}
IL2CPP_EXTERN_C intptr_t RuntimeEventHandle_get_Value_mE84A702C797FF1933824906BE69AE5E3D3304B30_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26*>(__this + _offset);
intptr_t _returnValue;
_returnValue = RuntimeEventHandle_get_Value_mE84A702C797FF1933824906BE69AE5E3D3304B30_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean Mono.RuntimeEventHandle::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeEventHandle_Equals_m1A48EE5D85A84BDF4BE92A04D5203E0C5B1444A2 (RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26 V_0;
memset((&V_0), 0, sizeof(V_0));
{
RuntimeObject* L_0 = ___obj0;
if (!L_0)
{
goto IL_0020;
}
}
{
RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26 L_1 = (*(RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26*)__this);
RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26 L_2 = L_1;
RuntimeObject* L_3 = Box(RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26_il2cpp_TypeInfo_var, &L_2);
Type_t* L_4;
L_4 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_3, NULL);
RuntimeObject* L_5 = ___obj0;
NullCheck(L_5);
Type_t* L_6;
L_6 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_5, NULL);
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5(L_4, L_6, NULL);
if (!L_7)
{
goto IL_0022;
}
}
IL_0020:
{
return (bool)0;
}
IL_0022:
{
intptr_t L_8 = __this->___value_0;
RuntimeObject* L_9 = ___obj0;
V_0 = ((*(RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26*)((RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26*)(RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26*)UnBox(L_9, RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26_il2cpp_TypeInfo_var))));
intptr_t L_10;
L_10 = RuntimeEventHandle_get_Value_mE84A702C797FF1933824906BE69AE5E3D3304B30_inline((&V_0), NULL);
bool L_11;
L_11 = IntPtr_op_Equality_m73759B51FE326460AC87A0E386480226EF2FABED(L_8, L_10, NULL);
return L_11;
}
}
IL2CPP_EXTERN_C bool RuntimeEventHandle_Equals_m1A48EE5D85A84BDF4BE92A04D5203E0C5B1444A2_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26*>(__this + _offset);
bool _returnValue;
_returnValue = RuntimeEventHandle_Equals_m1A48EE5D85A84BDF4BE92A04D5203E0C5B1444A2(_thisAdjusted, ___obj0, method);
return _returnValue;
}
// System.Int32 Mono.RuntimeEventHandle::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeEventHandle_GetHashCode_m0F827612114C8976DB1D91AA6FEFAE10876F1CC6 (RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26* __this, const RuntimeMethod* method)
{
{
intptr_t* L_0 = (&__this->___value_0);
int32_t L_1;
L_1 = IntPtr_GetHashCode_m669B16AD7483C1C396E48F41D9CAC4B719E38F3D(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t RuntimeEventHandle_GetHashCode_m0F827612114C8976DB1D91AA6FEFAE10876F1CC6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26*>(__this + _offset);
int32_t _returnValue;
_returnValue = RuntimeEventHandle_GetHashCode_m0F827612114C8976DB1D91AA6FEFAE10876F1CC6(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.RuntimePropertyHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimePropertyHandle__ctor_m0D2C702D16F3F51A9E9AA1AC9E808C82F92E711E (RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48* __this, intptr_t ___v0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___v0;
__this->___value_0 = L_0;
return;
}
}
IL2CPP_EXTERN_C void RuntimePropertyHandle__ctor_m0D2C702D16F3F51A9E9AA1AC9E808C82F92E711E_AdjustorThunk (RuntimeObject* __this, intptr_t ___v0, const RuntimeMethod* method)
{
RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48*>(__this + _offset);
RuntimePropertyHandle__ctor_m0D2C702D16F3F51A9E9AA1AC9E808C82F92E711E_inline(_thisAdjusted, ___v0, method);
}
// System.IntPtr Mono.RuntimePropertyHandle::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimePropertyHandle_get_Value_mDF730CAE1334309B5B59074DCACBC34884C34406 (RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48* __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->___value_0;
return L_0;
}
}
IL2CPP_EXTERN_C intptr_t RuntimePropertyHandle_get_Value_mDF730CAE1334309B5B59074DCACBC34884C34406_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48*>(__this + _offset);
intptr_t _returnValue;
_returnValue = RuntimePropertyHandle_get_Value_mDF730CAE1334309B5B59074DCACBC34884C34406_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean Mono.RuntimePropertyHandle::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimePropertyHandle_Equals_m73642985E7C7804645C7DC5AD6528D8C467398A3 (RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48 V_0;
memset((&V_0), 0, sizeof(V_0));
{
RuntimeObject* L_0 = ___obj0;
if (!L_0)
{
goto IL_0020;
}
}
{
RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48 L_1 = (*(RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48*)__this);
RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48 L_2 = L_1;
RuntimeObject* L_3 = Box(RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48_il2cpp_TypeInfo_var, &L_2);
Type_t* L_4;
L_4 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_3, NULL);
RuntimeObject* L_5 = ___obj0;
NullCheck(L_5);
Type_t* L_6;
L_6 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_5, NULL);
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5(L_4, L_6, NULL);
if (!L_7)
{
goto IL_0022;
}
}
IL_0020:
{
return (bool)0;
}
IL_0022:
{
intptr_t L_8 = __this->___value_0;
RuntimeObject* L_9 = ___obj0;
V_0 = ((*(RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48*)((RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48*)(RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48*)UnBox(L_9, RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48_il2cpp_TypeInfo_var))));
intptr_t L_10;
L_10 = RuntimePropertyHandle_get_Value_mDF730CAE1334309B5B59074DCACBC34884C34406_inline((&V_0), NULL);
bool L_11;
L_11 = IntPtr_op_Equality_m73759B51FE326460AC87A0E386480226EF2FABED(L_8, L_10, NULL);
return L_11;
}
}
IL2CPP_EXTERN_C bool RuntimePropertyHandle_Equals_m73642985E7C7804645C7DC5AD6528D8C467398A3_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48*>(__this + _offset);
bool _returnValue;
_returnValue = RuntimePropertyHandle_Equals_m73642985E7C7804645C7DC5AD6528D8C467398A3(_thisAdjusted, ___obj0, method);
return _returnValue;
}
// System.Int32 Mono.RuntimePropertyHandle::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimePropertyHandle_GetHashCode_m880542202D105E75C7EF76C31EA48A5761A15B30 (RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48* __this, const RuntimeMethod* method)
{
{
intptr_t* L_0 = (&__this->___value_0);
int32_t L_1;
L_1 = IntPtr_GetHashCode_m669B16AD7483C1C396E48F41D9CAC4B719E38F3D(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t RuntimePropertyHandle_GetHashCode_m880542202D105E75C7EF76C31EA48A5761A15B30_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48*>(__this + _offset);
int32_t _returnValue;
_returnValue = RuntimePropertyHandle_GetHashCode_m880542202D105E75C7EF76C31EA48A5761A15B30(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.RuntimeGPtrArrayHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeGPtrArrayHandle__ctor_m696952A5ABC50F0813EE450DCCE1E8117AB8AEED (RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328* __this, intptr_t ___ptr0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___ptr0;
void* L_1;
L_1 = IntPtr_op_Explicit_m693F2F9E685EE117D4AC080342B8959DAF684294(L_0, NULL);
__this->___value_0 = (GPtrArray_tDA7DBF233077B6EA96A6E6F670BEB9A77FF0CADF*)L_1;
return;
}
}
IL2CPP_EXTERN_C void RuntimeGPtrArrayHandle__ctor_m696952A5ABC50F0813EE450DCCE1E8117AB8AEED_AdjustorThunk (RuntimeObject* __this, intptr_t ___ptr0, const RuntimeMethod* method)
{
RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328*>(__this + _offset);
RuntimeGPtrArrayHandle__ctor_m696952A5ABC50F0813EE450DCCE1E8117AB8AEED(_thisAdjusted, ___ptr0, method);
}
// System.Int32 Mono.RuntimeGPtrArrayHandle::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeGPtrArrayHandle_get_Length_mDDE04771772F71BC95A38A7CC1FBB11642B8C502 (RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328* __this, const RuntimeMethod* method)
{
{
GPtrArray_tDA7DBF233077B6EA96A6E6F670BEB9A77FF0CADF* L_0 = __this->___value_0;
NullCheck(L_0);
int32_t L_1 = L_0->___len_1;
return L_1;
}
}
IL2CPP_EXTERN_C int32_t RuntimeGPtrArrayHandle_get_Length_mDDE04771772F71BC95A38A7CC1FBB11642B8C502_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328*>(__this + _offset);
int32_t _returnValue;
_returnValue = RuntimeGPtrArrayHandle_get_Length_mDDE04771772F71BC95A38A7CC1FBB11642B8C502(_thisAdjusted, method);
return _returnValue;
}
// System.IntPtr Mono.RuntimeGPtrArrayHandle::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeGPtrArrayHandle_get_Item_m3B72E2CB5341796FD2EAD42592ED5FA28623F249 (RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328* __this, int32_t ___i0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___i0;
intptr_t L_1;
L_1 = RuntimeGPtrArrayHandle_Lookup_mB4AD9A1C79DAACB220FEB7C8E51352B384293309(__this, L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C intptr_t RuntimeGPtrArrayHandle_get_Item_m3B72E2CB5341796FD2EAD42592ED5FA28623F249_AdjustorThunk (RuntimeObject* __this, int32_t ___i0, const RuntimeMethod* method)
{
RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328*>(__this + _offset);
intptr_t _returnValue;
_returnValue = RuntimeGPtrArrayHandle_get_Item_m3B72E2CB5341796FD2EAD42592ED5FA28623F249(_thisAdjusted, ___i0, method);
return _returnValue;
}
// System.IntPtr Mono.RuntimeGPtrArrayHandle::Lookup(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeGPtrArrayHandle_Lookup_mB4AD9A1C79DAACB220FEB7C8E51352B384293309 (RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328* __this, int32_t ___i0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___i0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0024;
}
}
{
int32_t L_1 = ___i0;
int32_t L_2;
L_2 = RuntimeGPtrArrayHandle_get_Length_mDDE04771772F71BC95A38A7CC1FBB11642B8C502(__this, NULL);
if ((((int32_t)L_1) >= ((int32_t)L_2)))
{
goto IL_0024;
}
}
{
GPtrArray_tDA7DBF233077B6EA96A6E6F670BEB9A77FF0CADF* L_3 = __this->___value_0;
NullCheck(L_3);
intptr_t* L_4 = L_3->___data_0;
int32_t L_5 = ___i0;
uint32_t L_6 = sizeof(intptr_t);
return ((*(((intptr_t*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), (int32_t)L_6)))))));
}
IL_0024:
{
IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_7 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var)));
NullCheck(L_7);
IndexOutOfRangeException__ctor_m270ED9671475CE680EEA8C62A7A43308AE4188EF(L_7, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeGPtrArrayHandle_Lookup_mB4AD9A1C79DAACB220FEB7C8E51352B384293309_RuntimeMethod_var)));
}
}
IL2CPP_EXTERN_C intptr_t RuntimeGPtrArrayHandle_Lookup_mB4AD9A1C79DAACB220FEB7C8E51352B384293309_AdjustorThunk (RuntimeObject* __this, int32_t ___i0, const RuntimeMethod* method)
{
RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328*>(__this + _offset);
intptr_t _returnValue;
_returnValue = RuntimeGPtrArrayHandle_Lookup_mB4AD9A1C79DAACB220FEB7C8E51352B384293309(_thisAdjusted, ___i0, method);
return _returnValue;
}
// System.Void Mono.RuntimeGPtrArrayHandle::GPtrArrayFree(Mono.RuntimeStructs/GPtrArray*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeGPtrArrayHandle_GPtrArrayFree_m37A044789B5956429BD042C6960F1E41DDED0474 (GPtrArray_tDA7DBF233077B6EA96A6E6F670BEB9A77FF0CADF* ___value0, const RuntimeMethod* method)
{
typedef void (*RuntimeGPtrArrayHandle_GPtrArrayFree_m37A044789B5956429BD042C6960F1E41DDED0474_ftn) (GPtrArray_tDA7DBF233077B6EA96A6E6F670BEB9A77FF0CADF*);
using namespace il2cpp::icalls;
((RuntimeGPtrArrayHandle_GPtrArrayFree_m37A044789B5956429BD042C6960F1E41DDED0474_ftn)mscorlib::Mono::RuntimeGPtrArrayHandle::GPtrArrayFree) (___value0);
}
// System.Void Mono.RuntimeGPtrArrayHandle::DestroyAndFree(Mono.RuntimeGPtrArrayHandle&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeGPtrArrayHandle_DestroyAndFree_m0BE18D019C25F033FAC7DAEFC3352AFD0E52E6A5 (RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328* ___h0, const RuntimeMethod* method)
{
{
RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328* L_0 = ___h0;
GPtrArray_tDA7DBF233077B6EA96A6E6F670BEB9A77FF0CADF* L_1 = L_0->___value_0;
RuntimeGPtrArrayHandle_GPtrArrayFree_m37A044789B5956429BD042C6960F1E41DDED0474(L_1, NULL);
RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328* L_2 = ___h0;
L_2->___value_0 = (GPtrArray_tDA7DBF233077B6EA96A6E6F670BEB9A77FF0CADF*)((uintptr_t)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.String Mono.RuntimeMarshal::PtrToUtf8String(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeMarshal_PtrToUtf8String_mF31741E31E17BBA8BFA1CB6D49DD600C80E47DDB (intptr_t ___ptr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
int32_t V_1 = 0;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
intptr_t L_0 = ___ptr0;
bool L_1;
L_1 = IntPtr_op_Equality_m73759B51FE326460AC87A0E386480226EF2FABED(L_0, (0), NULL);
if (!L_1)
{
goto IL_0013;
}
}
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_2;
}
IL_0013:
{
intptr_t L_3 = ___ptr0;
void* L_4;
L_4 = IntPtr_op_Explicit_m693F2F9E685EE117D4AC080342B8959DAF684294(L_3, NULL);
V_0 = (uint8_t*)L_4;
V_1 = 0;
}
try
{// begin try (depth: 1)
{
goto IL_0022_1;
}
IL_001e_1:
{
int32_t L_5 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_5, 1));
}
IL_0022_1:
{
uint8_t* L_6 = V_0;
uint8_t* L_7 = L_6;
V_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, 1));
int32_t L_8 = *((uint8_t*)L_7);
if (L_8)
{
goto IL_001e_1;
}
}
{
goto IL_003d;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_002c;
}
throw e;
}
CATCH_002c:
{// begin catch(System.NullReferenceException)
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_9 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_9);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE493A589C92D423742E94550596D4C4E4B20CC33)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6F30587D636DD02AA8802E2D71D364E879582D89)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeMarshal_PtrToUtf8String_mF31741E31E17BBA8BFA1CB6D49DD600C80E47DDB_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_003d:
{
intptr_t L_10 = ___ptr0;
void* L_11;
L_11 = IntPtr_op_Explicit_m693F2F9E685EE117D4AC080342B8959DAF684294(L_10, NULL);
int32_t L_12 = V_1;
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_13;
L_13 = Encoding_get_UTF8_m9700ADA8E0F244002B2A89B483F1B2133B8FE336(NULL);
String_t* L_14;
L_14 = String_CreateString_mA014E75717E6CE25BA9D641971AD637F70532339(NULL, (int8_t*)L_11, 0, L_12, L_13, NULL);
return L_14;
}
}
// Mono.SafeStringMarshal Mono.RuntimeMarshal::MarshalString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E RuntimeMarshal_MarshalString_mFABF7D528CDAD4B2B809F4A963AA4AFE5A6258C7 (String_t* ___str0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___str0;
SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E L_1;
memset((&L_1), 0, sizeof(L_1));
SafeStringMarshal__ctor_m45953FD7665BA4526596D2D30A9BF2141B037AA8((&L_1), L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 Mono.RuntimeMarshal::DecodeBlobSize(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeMarshal_DecodeBlobSize_m787CD94E26FD5DF5FCED591F2B5D25B5CE1F517B (intptr_t ___in_ptr0, intptr_t* ___out_ptr1, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
uint8_t* V_1 = NULL;
{
intptr_t L_0 = ___in_ptr0;
void* L_1;
L_1 = IntPtr_op_Explicit_m693F2F9E685EE117D4AC080342B8959DAF684294(L_0, NULL);
V_1 = (uint8_t*)L_1;
uint8_t* L_2 = V_1;
int32_t L_3 = *((uint8_t*)L_2);
if (((int32_t)(L_3&((int32_t)128))))
{
goto IL_001d;
}
}
{
uint8_t* L_4 = V_1;
int32_t L_5 = *((uint8_t*)L_4);
V_0 = ((int32_t)(L_5&((int32_t)127)));
uint8_t* L_6 = V_1;
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, 1));
goto IL_0058;
}
IL_001d:
{
uint8_t* L_7 = V_1;
int32_t L_8 = *((uint8_t*)L_7);
if (((int32_t)(L_8&((int32_t)64))))
{
goto IL_0037;
}
}
{
uint8_t* L_9 = V_1;
int32_t L_10 = *((uint8_t*)L_9);
uint8_t* L_11 = V_1;
int32_t L_12 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, 1)));
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(L_10&((int32_t)63)))<<8)), L_12));
uint8_t* L_13 = V_1;
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_13, 2));
goto IL_0058;
}
IL_0037:
{
uint8_t* L_14 = V_1;
int32_t L_15 = *((uint8_t*)L_14);
uint8_t* L_16 = V_1;
int32_t L_17 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, 1)));
uint8_t* L_18 = V_1;
int32_t L_19 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_18, 2)));
uint8_t* L_20 = V_1;
int32_t L_21 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_20, 3)));
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)(L_15&((int32_t)31)))<<((int32_t)24))), ((int32_t)(L_17<<((int32_t)16))))), ((int32_t)(L_19<<8)))), L_21));
uint8_t* L_22 = V_1;
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_22, 4));
}
IL_0058:
{
intptr_t* L_23 = ___out_ptr1;
uint8_t* L_24 = V_1;
intptr_t L_25;
L_25 = IntPtr_op_Explicit_m04BEF6277775C13DD8A986812AAA3FCEC32DCCBE((void*)L_24, NULL);
*((intptr_t*)L_23) = (intptr_t)L_25;
uint32_t L_26 = V_0;
return L_26;
}
}
// System.Byte[] Mono.RuntimeMarshal::DecodeBlobArray(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* RuntimeMarshal_DecodeBlobArray_m1DD58777227BF8D6770EC3428A8D9F86A3413595 (intptr_t ___ptr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
intptr_t V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL;
{
intptr_t L_0 = ___ptr0;
int32_t L_1;
L_1 = RuntimeMarshal_DecodeBlobSize_m787CD94E26FD5DF5FCED591F2B5D25B5CE1F517B(L_0, (&V_0), NULL);
V_1 = L_1;
int32_t L_2 = V_1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_2);
V_2 = L_3;
intptr_t L_4 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = V_2;
int32_t L_6 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_Copy_m92700C9E60BAB2FDAF6CE02C16EFE9DCB7D6035E(L_4, L_5, 0, L_6, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = V_2;
return L_7;
}
}
// System.Int32 Mono.RuntimeMarshal::AsciHexDigitValue(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeMarshal_AsciHexDigitValue_m654F9FEBE562FBCE91E512B5298E6D8D679126D7 (int32_t ___c0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___c0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)48))))
{
goto IL_000f;
}
}
{
int32_t L_1 = ___c0;
if ((((int32_t)L_1) > ((int32_t)((int32_t)57))))
{
goto IL_000f;
}
}
{
int32_t L_2 = ___c0;
return ((int32_t)il2cpp_codegen_subtract(L_2, ((int32_t)48)));
}
IL_000f:
{
int32_t L_3 = ___c0;
if ((((int32_t)L_3) < ((int32_t)((int32_t)97))))
{
goto IL_0021;
}
}
{
int32_t L_4 = ___c0;
if ((((int32_t)L_4) > ((int32_t)((int32_t)102))))
{
goto IL_0021;
}
}
{
int32_t L_5 = ___c0;
return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_5, ((int32_t)97))), ((int32_t)10)));
}
IL_0021:
{
int32_t L_6 = ___c0;
return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_6, ((int32_t)65))), ((int32_t)10)));
}
}
// System.Void Mono.RuntimeMarshal::FreeAssemblyName(Mono.MonoAssemblyName&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeMarshal_FreeAssemblyName_m08DD852805F65A5B3F4470594BAC685DE8C86A63 (MonoAssemblyName_t86B4669C242DAF7EE82C100B54589B0390A8D4FF* ___name0, bool ___freeStruct1, const RuntimeMethod* method)
{
typedef void (*RuntimeMarshal_FreeAssemblyName_m08DD852805F65A5B3F4470594BAC685DE8C86A63_ftn) (MonoAssemblyName_t86B4669C242DAF7EE82C100B54589B0390A8D4FF*, bool);
using namespace il2cpp::icalls;
((RuntimeMarshal_FreeAssemblyName_m08DD852805F65A5B3F4470594BAC685DE8C86A63_ftn)mscorlib::Mono::RuntimeMarshal::FreeAssemblyName) (___name0, ___freeStruct1);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.SafeGPtrArrayHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeGPtrArrayHandle__ctor_m8EF7E312EF9558E92061E6A1FEABE43F5AE80579 (SafeGPtrArrayHandle_t31BDC8B49810E694FFB8B78F7B4CDC70F952A76F* __this, intptr_t ___ptr0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___ptr0;
RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328 L_1;
memset((&L_1), 0, sizeof(L_1));
RuntimeGPtrArrayHandle__ctor_m696952A5ABC50F0813EE450DCCE1E8117AB8AEED((&L_1), L_0, /*hidden argument*/NULL);
__this->___handle_0 = L_1;
return;
}
}
IL2CPP_EXTERN_C void SafeGPtrArrayHandle__ctor_m8EF7E312EF9558E92061E6A1FEABE43F5AE80579_AdjustorThunk (RuntimeObject* __this, intptr_t ___ptr0, const RuntimeMethod* method)
{
SafeGPtrArrayHandle_t31BDC8B49810E694FFB8B78F7B4CDC70F952A76F* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SafeGPtrArrayHandle_t31BDC8B49810E694FFB8B78F7B4CDC70F952A76F*>(__this + _offset);
SafeGPtrArrayHandle__ctor_m8EF7E312EF9558E92061E6A1FEABE43F5AE80579(_thisAdjusted, ___ptr0, method);
}
// System.Void Mono.SafeGPtrArrayHandle::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeGPtrArrayHandle_Dispose_mEC245DEB021C0DC3BA74E80B202049AC198096C8 (SafeGPtrArrayHandle_t31BDC8B49810E694FFB8B78F7B4CDC70F952A76F* __this, const RuntimeMethod* method)
{
{
RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328* L_0 = (&__this->___handle_0);
RuntimeGPtrArrayHandle_DestroyAndFree_m0BE18D019C25F033FAC7DAEFC3352AFD0E52E6A5(L_0, NULL);
return;
}
}
IL2CPP_EXTERN_C void SafeGPtrArrayHandle_Dispose_mEC245DEB021C0DC3BA74E80B202049AC198096C8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
SafeGPtrArrayHandle_t31BDC8B49810E694FFB8B78F7B4CDC70F952A76F* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SafeGPtrArrayHandle_t31BDC8B49810E694FFB8B78F7B4CDC70F952A76F*>(__this + _offset);
SafeGPtrArrayHandle_Dispose_mEC245DEB021C0DC3BA74E80B202049AC198096C8(_thisAdjusted, method);
}
// System.Int32 Mono.SafeGPtrArrayHandle::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SafeGPtrArrayHandle_get_Length_m5F09438379A2372A92EA78B5F1E719D6072BEC6E (SafeGPtrArrayHandle_t31BDC8B49810E694FFB8B78F7B4CDC70F952A76F* __this, const RuntimeMethod* method)
{
{
RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328* L_0 = (&__this->___handle_0);
int32_t L_1;
L_1 = RuntimeGPtrArrayHandle_get_Length_mDDE04771772F71BC95A38A7CC1FBB11642B8C502(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t SafeGPtrArrayHandle_get_Length_m5F09438379A2372A92EA78B5F1E719D6072BEC6E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
SafeGPtrArrayHandle_t31BDC8B49810E694FFB8B78F7B4CDC70F952A76F* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SafeGPtrArrayHandle_t31BDC8B49810E694FFB8B78F7B4CDC70F952A76F*>(__this + _offset);
int32_t _returnValue;
_returnValue = SafeGPtrArrayHandle_get_Length_m5F09438379A2372A92EA78B5F1E719D6072BEC6E(_thisAdjusted, method);
return _returnValue;
}
// System.IntPtr Mono.SafeGPtrArrayHandle::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafeGPtrArrayHandle_get_Item_m0417A32AA69F65032DE50E6168189B231CF29BB5 (SafeGPtrArrayHandle_t31BDC8B49810E694FFB8B78F7B4CDC70F952A76F* __this, int32_t ___i0, const RuntimeMethod* method)
{
{
RuntimeGPtrArrayHandle_t9C6250F1365ABD88E9E40A6AE91C2BC389200328* L_0 = (&__this->___handle_0);
int32_t L_1 = ___i0;
intptr_t L_2;
L_2 = RuntimeGPtrArrayHandle_get_Item_m3B72E2CB5341796FD2EAD42592ED5FA28623F249(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C intptr_t SafeGPtrArrayHandle_get_Item_m0417A32AA69F65032DE50E6168189B231CF29BB5_AdjustorThunk (RuntimeObject* __this, int32_t ___i0, const RuntimeMethod* method)
{
SafeGPtrArrayHandle_t31BDC8B49810E694FFB8B78F7B4CDC70F952A76F* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SafeGPtrArrayHandle_t31BDC8B49810E694FFB8B78F7B4CDC70F952A76F*>(__this + _offset);
intptr_t _returnValue;
_returnValue = SafeGPtrArrayHandle_get_Item_m0417A32AA69F65032DE50E6168189B231CF29BB5(_thisAdjusted, ___i0, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: Mono.SafeStringMarshal
IL2CPP_EXTERN_C void SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E_marshal_pinvoke(const SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E& unmarshaled, SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E_marshaled_pinvoke& marshaled)
{
marshaled.___str_0 = il2cpp_codegen_marshal_string(unmarshaled.___str_0);
marshaled.___marshaled_string_1 = unmarshaled.___marshaled_string_1;
}
IL2CPP_EXTERN_C void SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E_marshal_pinvoke_back(const SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E_marshaled_pinvoke& marshaled, SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E& unmarshaled)
{
unmarshaled.___str_0 = il2cpp_codegen_marshal_string_result(marshaled.___str_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___str_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___str_0));
intptr_t unmarshaledmarshaled_string_temp_1;
memset((&unmarshaledmarshaled_string_temp_1), 0, sizeof(unmarshaledmarshaled_string_temp_1));
unmarshaledmarshaled_string_temp_1 = marshaled.___marshaled_string_1;
unmarshaled.___marshaled_string_1 = unmarshaledmarshaled_string_temp_1;
}
// Conversion method for clean up from marshalling of: Mono.SafeStringMarshal
IL2CPP_EXTERN_C void SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E_marshal_pinvoke_cleanup(SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___str_0);
marshaled.___str_0 = NULL;
}
// Conversion methods for marshalling of: Mono.SafeStringMarshal
IL2CPP_EXTERN_C void SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E_marshal_com(const SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E& unmarshaled, SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E_marshaled_com& marshaled)
{
marshaled.___str_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___str_0);
marshaled.___marshaled_string_1 = unmarshaled.___marshaled_string_1;
}
IL2CPP_EXTERN_C void SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E_marshal_com_back(const SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E_marshaled_com& marshaled, SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E& unmarshaled)
{
unmarshaled.___str_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___str_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___str_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___str_0));
intptr_t unmarshaledmarshaled_string_temp_1;
memset((&unmarshaledmarshaled_string_temp_1), 0, sizeof(unmarshaledmarshaled_string_temp_1));
unmarshaledmarshaled_string_temp_1 = marshaled.___marshaled_string_1;
unmarshaled.___marshaled_string_1 = unmarshaledmarshaled_string_temp_1;
}
// Conversion method for clean up from marshalling of: Mono.SafeStringMarshal
IL2CPP_EXTERN_C void SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E_marshal_com_cleanup(SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___str_0);
marshaled.___str_0 = NULL;
}
// System.IntPtr Mono.SafeStringMarshal::StringToUtf8_icall(System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafeStringMarshal_StringToUtf8_icall_mD637596FD1F278960EAC1C8BB6660284D0E1C121 (String_t** ___str0, const RuntimeMethod* method)
{
typedef intptr_t (*SafeStringMarshal_StringToUtf8_icall_mD637596FD1F278960EAC1C8BB6660284D0E1C121_ftn) (String_t**);
using namespace il2cpp::icalls;
return ((SafeStringMarshal_StringToUtf8_icall_mD637596FD1F278960EAC1C8BB6660284D0E1C121_ftn)mscorlib::Mono::SafeStringMarshal::StringToUtf8_icall) (___str0);
}
// System.IntPtr Mono.SafeStringMarshal::StringToUtf8(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafeStringMarshal_StringToUtf8_m0FB1DB5314B0565530B477934F47E71C489FC60D (String_t* ___str0, const RuntimeMethod* method)
{
{
intptr_t L_0;
L_0 = SafeStringMarshal_StringToUtf8_icall_mD637596FD1F278960EAC1C8BB6660284D0E1C121((&___str0), NULL);
return L_0;
}
}
// System.Void Mono.SafeStringMarshal::GFree(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeStringMarshal_GFree_m1D822BAA2693FEBFAE7698920BDEE5F047D9B65C (intptr_t ___ptr0, const RuntimeMethod* method)
{
typedef void (*SafeStringMarshal_GFree_m1D822BAA2693FEBFAE7698920BDEE5F047D9B65C_ftn) (intptr_t);
using namespace il2cpp::icalls;
((SafeStringMarshal_GFree_m1D822BAA2693FEBFAE7698920BDEE5F047D9B65C_ftn)mscorlib::Mono::SafeStringMarshal::GFree) (___ptr0);
}
// System.Void Mono.SafeStringMarshal::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeStringMarshal__ctor_m45953FD7665BA4526596D2D30A9BF2141B037AA8 (SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E* __this, String_t* ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___str0;
__this->___str_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___str_0), (void*)L_0);
__this->___marshaled_string_1 = (0);
return;
}
}
IL2CPP_EXTERN_C void SafeStringMarshal__ctor_m45953FD7665BA4526596D2D30A9BF2141B037AA8_AdjustorThunk (RuntimeObject* __this, String_t* ___str0, const RuntimeMethod* method)
{
SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E*>(__this + _offset);
SafeStringMarshal__ctor_m45953FD7665BA4526596D2D30A9BF2141B037AA8(_thisAdjusted, ___str0, method);
}
// System.IntPtr Mono.SafeStringMarshal::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafeStringMarshal_get_Value_m33E0497DD37A963B09B47083091BE63D90C06CBC (SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
intptr_t L_0 = __this->___marshaled_string_1;
bool L_1;
L_1 = IntPtr_op_Equality_m73759B51FE326460AC87A0E386480226EF2FABED(L_0, (0), NULL);
if (!L_1)
{
goto IL_002b;
}
}
{
String_t* L_2 = __this->___str_0;
if (!L_2)
{
goto IL_002b;
}
}
{
String_t* L_3 = __this->___str_0;
intptr_t L_4;
L_4 = SafeStringMarshal_StringToUtf8_m0FB1DB5314B0565530B477934F47E71C489FC60D(L_3, NULL);
__this->___marshaled_string_1 = L_4;
}
IL_002b:
{
intptr_t L_5 = __this->___marshaled_string_1;
return L_5;
}
}
IL2CPP_EXTERN_C intptr_t SafeStringMarshal_get_Value_m33E0497DD37A963B09B47083091BE63D90C06CBC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E*>(__this + _offset);
intptr_t _returnValue;
_returnValue = SafeStringMarshal_get_Value_m33E0497DD37A963B09B47083091BE63D90C06CBC(_thisAdjusted, method);
return _returnValue;
}
// System.Void Mono.SafeStringMarshal::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeStringMarshal_Dispose_m34D77253DF878A33052EEA9771C93252C2B02A0F (SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
intptr_t L_0 = __this->___marshaled_string_1;
bool L_1;
L_1 = IntPtr_op_Inequality_m2F715312CBFCE7E1A81D0689F68B97218E37E5D1(L_0, (0), NULL);
if (!L_1)
{
goto IL_0028;
}
}
{
intptr_t L_2 = __this->___marshaled_string_1;
SafeStringMarshal_GFree_m1D822BAA2693FEBFAE7698920BDEE5F047D9B65C(L_2, NULL);
__this->___marshaled_string_1 = (0);
}
IL_0028:
{
return;
}
}
IL2CPP_EXTERN_C void SafeStringMarshal_Dispose_m34D77253DF878A33052EEA9771C93252C2B02A0F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SafeStringMarshal_t37C5C4D85118BDD5A55E3A20736550CF11C76C2E*>(__this + _offset);
SafeStringMarshal_Dispose_m34D77253DF878A33052EEA9771C93252C2B02A0F(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Xml.SecurityParser::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser__ctor_m9CFF36872A436CDA5A7464053BB9CB7979AFB67D (SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
SmallXmlParser__ctor_mD1AE9A75F441E331A19E111706DC130F64F7B83A(__this, NULL);
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_0 = (Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47*)il2cpp_codegen_object_new(Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47_il2cpp_TypeInfo_var);
NullCheck(L_0);
Stack__ctor_m4E3FE5A70C400B82DAB9E38E61A934E4E4DE01A7(L_0, NULL);
__this->___stack_14 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___stack_14), (void*)L_0);
return;
}
}
// System.Void Mono.Xml.SecurityParser::LoadXml(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_LoadXml_m2B7A235847A86F18A3F832336D83D2D07FDC7F14 (SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652* __this, String_t* ___xml0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
__this->___root_12 = (SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___root_12), (void*)(SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55*)NULL);
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_0 = __this->___stack_14;
NullCheck(L_0);
VirtualActionInvoker0::Invoke(13 /* System.Void System.Collections.Stack::Clear() */, L_0);
String_t* L_1 = ___xml0;
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_2 = (StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8*)il2cpp_codegen_object_new(StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8_il2cpp_TypeInfo_var);
NullCheck(L_2);
StringReader__ctor_m72556EC1062F49E05CF41B0825AC7FA2DB2A81C0(L_2, L_1, NULL);
SmallXmlParser_Parse_mDBDCE208B61E525047652DEFB54D2B75695E0CBA(__this, L_2, __this, NULL);
return;
}
}
// System.Security.SecurityElement Mono.Xml.SecurityParser::ToXml()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* SecurityParser_ToXml_m69BAA04EF966D7C3F9101112D8C3F17EA57B7A0B (SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652* __this, const RuntimeMethod* method)
{
{
SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* L_0 = __this->___root_12;
return L_0;
}
}
// System.Void Mono.Xml.SecurityParser::OnStartParsing(Mono.Xml.SmallXmlParser)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_OnStartParsing_mDAF853773D7464BA3158F2DD6BF4B7AD6E0877CD (SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652* __this, SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* ___parser0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void Mono.Xml.SecurityParser::OnProcessingInstruction(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_OnProcessingInstruction_mB5FE3916D93222FAA58C6A71738657E5DD90C09C (SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652* __this, String_t* ___name0, String_t* ___text1, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void Mono.Xml.SecurityParser::OnIgnorableWhitespace(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_OnIgnorableWhitespace_m2671014791449F2548B9EE2AF8E09E3541B1CAF9 (SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652* __this, String_t* ___s0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void Mono.Xml.SecurityParser::OnStartElement(System.String,Mono.Xml.SmallXmlParser/IAttrList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_OnStartElement_m3B85B009CAD27910D11EBE0D3496C049A95CD7D8 (SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652* __this, String_t* ___name0, RuntimeObject* ___attrs1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
String_t* L_0 = ___name0;
SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* L_1 = (SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55*)il2cpp_codegen_object_new(SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55_il2cpp_TypeInfo_var);
NullCheck(L_1);
SecurityElement__ctor_m1BC698E428D96ECEF625ADF86F95D30B5E4CD184(L_1, L_0, NULL);
V_0 = L_1;
SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* L_2 = __this->___root_12;
if (L_2)
{
goto IL_001f;
}
}
{
SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* L_3 = V_0;
__this->___root_12 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___root_12), (void*)L_3);
SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* L_4 = V_0;
__this->___current_13 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___current_13), (void*)L_4);
goto IL_0035;
}
IL_001f:
{
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_5 = __this->___stack_14;
NullCheck(L_5);
RuntimeObject* L_6;
L_6 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object System.Collections.Stack::Peek() */, L_5);
SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* L_7 = V_0;
NullCheck(((SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55*)CastclassSealed((RuntimeObject*)L_6, SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55_il2cpp_TypeInfo_var)));
SecurityElement_AddChild_m3718404151331EFAA46D25D354B5C4AA1FD8DDFE(((SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55*)CastclassSealed((RuntimeObject*)L_6, SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55_il2cpp_TypeInfo_var)), L_7, NULL);
}
IL_0035:
{
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_8 = __this->___stack_14;
SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* L_9 = V_0;
NullCheck(L_8);
VirtualActionInvoker1< RuntimeObject* >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_8, L_9);
SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* L_10 = V_0;
__this->___current_13 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&__this->___current_13), (void*)L_10);
RuntimeObject* L_11 = ___attrs1;
NullCheck(L_11);
int32_t L_12;
L_12 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 Mono.Xml.SmallXmlParser/IAttrList::get_Length() */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_11);
V_1 = L_12;
V_2 = 0;
goto IL_0075;
}
IL_0053:
{
SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* L_13 = __this->___current_13;
RuntimeObject* L_14 = ___attrs1;
int32_t L_15 = V_2;
NullCheck(L_14);
String_t* L_16;
L_16 = InterfaceFuncInvoker1< String_t*, int32_t >::Invoke(1 /* System.String Mono.Xml.SmallXmlParser/IAttrList::GetName(System.Int32) */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_14, L_15);
RuntimeObject* L_17 = ___attrs1;
int32_t L_18 = V_2;
NullCheck(L_17);
String_t* L_19;
L_19 = InterfaceFuncInvoker1< String_t*, int32_t >::Invoke(2 /* System.String Mono.Xml.SmallXmlParser/IAttrList::GetValue(System.Int32) */, IAttrList_tF7C959E78AD6798B49CC725D67B2684D625EAE74_il2cpp_TypeInfo_var, L_17, L_18);
il2cpp_codegen_runtime_class_init_inline(SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55_il2cpp_TypeInfo_var);
String_t* L_20;
L_20 = SecurityElement_Escape_m5ED6BB8294E500ACC8B3B5F1011752E357F4A175(L_19, NULL);
NullCheck(L_13);
SecurityElement_AddAttribute_mF31D985A7B289E7858F3EBFE782ECCC74F1F08AC(L_13, L_16, L_20, NULL);
int32_t L_21 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_21, 1));
}
IL_0075:
{
int32_t L_22 = V_2;
int32_t L_23 = V_1;
if ((((int32_t)L_22) < ((int32_t)L_23)))
{
goto IL_0053;
}
}
{
return;
}
}
// System.Void Mono.Xml.SecurityParser::OnEndElement(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_OnEndElement_mE8FE504154397BAEEC9186CCCBF57B8B978B2BB6 (SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652* __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_0 = __this->___stack_14;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_0);
__this->___current_13 = ((SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55*)CastclassSealed((RuntimeObject*)L_1, SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((void**)(&__this->___current_13), (void*)((SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55*)CastclassSealed((RuntimeObject*)L_1, SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55_il2cpp_TypeInfo_var)));
return;
}
}
// System.Void Mono.Xml.SecurityParser::OnChars(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_OnChars_m40DC4DFA87EBF0EB03B7FE9F89B36DA358B94862 (SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652* __this, String_t* ___ch0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* L_0 = __this->___current_13;
String_t* L_1 = ___ch0;
il2cpp_codegen_runtime_class_init_inline(SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = SecurityElement_Escape_m5ED6BB8294E500ACC8B3B5F1011752E357F4A175(L_1, NULL);
NullCheck(L_0);
SecurityElement_set_Text_m734B7FFAF5F408359D6C55C9CF9196D2FF992D2D(L_0, L_2, NULL);
return;
}
}
// System.Void Mono.Xml.SecurityParser::OnEndParsing(Mono.Xml.SmallXmlParser)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_OnEndParsing_mCB2B8385029652B789199C7663BE819D384E9D4D (SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652* __this, SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* ___parser0, const RuntimeMethod* method)
{
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Xml.SmallXmlParser::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser__ctor_mD1AE9A75F441E331A19E111706DC130F64F7B83A (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_0 = (Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47*)il2cpp_codegen_object_new(Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47_il2cpp_TypeInfo_var);
NullCheck(L_0);
Stack__ctor_m4E3FE5A70C400B82DAB9E38E61A934E4E4DE01A7(L_0, NULL);
__this->___elementNames_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___elementNames_2), (void*)L_0);
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_1 = (Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47*)il2cpp_codegen_object_new(Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47_il2cpp_TypeInfo_var);
NullCheck(L_1);
Stack__ctor_m4E3FE5A70C400B82DAB9E38E61A934E4E4DE01A7(L_1, NULL);
__this->___xmlSpaces_3 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlSpaces_3), (void*)L_1);
StringBuilder_t* L_2 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_2);
StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5(L_2, ((int32_t)200), NULL);
__this->___buffer_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___buffer_5), (void*)L_2);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30));
__this->___nameBuffer_6 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___nameBuffer_6), (void*)L_3);
AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* L_4 = (AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827*)il2cpp_codegen_object_new(AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827_il2cpp_TypeInfo_var);
NullCheck(L_4);
AttrListImpl__ctor_mC0D30F283DD1CC3CF56E56ED29462F421FAF98FC(L_4, NULL);
__this->___attributes_8 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___attributes_8), (void*)L_4);
__this->___line_9 = 1;
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Exception Mono.Xml.SmallXmlParser::Error(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* SmallXmlParser_Error_m3F640CECF90C00645752DDF52A1DA3536BEC6568 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, String_t* ___msg0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmallXmlParserException_t49EDAE5290024E0707864CCCFE1266C5AE5475C7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___msg0;
int32_t L_1 = __this->___line_9;
int32_t L_2 = __this->___column_10;
SmallXmlParserException_t49EDAE5290024E0707864CCCFE1266C5AE5475C7* L_3 = (SmallXmlParserException_t49EDAE5290024E0707864CCCFE1266C5AE5475C7*)il2cpp_codegen_object_new(SmallXmlParserException_t49EDAE5290024E0707864CCCFE1266C5AE5475C7_il2cpp_TypeInfo_var);
NullCheck(L_3);
SmallXmlParserException__ctor_mA574796034F0F01B0A66CCEB66097F0CA729A27B(L_3, L_0, L_1, L_2, NULL);
return L_3;
}
}
// System.Exception Mono.Xml.SmallXmlParser::UnexpectedEndError()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* SmallXmlParser_UnexpectedEndError_m49611771ED1216C9DF756338DDDB97B227F81FB9 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA64E96030EBA05DC44D50FF6155C02A2BD6699EF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL;
{
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_0 = __this->___elementNames_2;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_0);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)L_1);
V_0 = L_2;
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_3 = __this->___elementNames_2;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = V_0;
NullCheck(L_3);
VirtualActionInvoker2< RuntimeArray*, int32_t >::Invoke(15 /* System.Void System.Collections.Stack::CopyTo(System.Array,System.Int32) */, L_3, (RuntimeArray*)L_4, 0);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = V_0;
String_t* L_6;
L_6 = String_Join_mE405D676C6881553258F8BAD40A20B462D611068(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, L_5, NULL);
String_t* L_7;
L_7 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(_stringLiteralA64E96030EBA05DC44D50FF6155C02A2BD6699EF, L_6, NULL);
Exception_t* L_8;
L_8 = SmallXmlParser_Error_m3F640CECF90C00645752DDF52A1DA3536BEC6568(__this, L_7, NULL);
return L_8;
}
}
// System.Boolean Mono.Xml.SmallXmlParser::IsNameChar(System.Char,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SmallXmlParser_IsNameChar_mF93D58506A1B3E4407F50B04793005D10899A0BE (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, Il2CppChar ___c0, bool ___start1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Il2CppChar L_0 = ___c0;
if ((!(((uint32_t)L_0) <= ((uint32_t)((int32_t)46)))))
{
goto IL_0011;
}
}
{
Il2CppChar L_1 = ___c0;
if ((((int32_t)L_1) == ((int32_t)((int32_t)45))))
{
goto IL_001d;
}
}
{
Il2CppChar L_2 = ___c0;
if ((((int32_t)L_2) == ((int32_t)((int32_t)46))))
{
goto IL_001d;
}
}
{
goto IL_0022;
}
IL_0011:
{
Il2CppChar L_3 = ___c0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)58))))
{
goto IL_001b;
}
}
{
Il2CppChar L_4 = ___c0;
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)95)))))
{
goto IL_0022;
}
}
IL_001b:
{
return (bool)1;
}
IL_001d:
{
bool L_5 = ___start1;
return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
}
IL_0022:
{
Il2CppChar L_6 = ___c0;
if ((((int32_t)L_6) <= ((int32_t)((int32_t)256))))
{
goto IL_0056;
}
}
{
Il2CppChar L_7 = ___c0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)1369))))
{
goto IL_0042;
}
}
{
Il2CppChar L_8 = ___c0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)1765))))
{
goto IL_0042;
}
}
{
Il2CppChar L_9 = ___c0;
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)1766)))))
{
goto IL_0044;
}
}
IL_0042:
{
return (bool)1;
}
IL_0044:
{
Il2CppChar L_10 = ___c0;
if ((((int32_t)((int32_t)699)) > ((int32_t)L_10)))
{
goto IL_0056;
}
}
{
Il2CppChar L_11 = ___c0;
if ((((int32_t)L_11) > ((int32_t)((int32_t)705))))
{
goto IL_0056;
}
}
{
return (bool)1;
}
IL_0056:
{
Il2CppChar L_12 = ___c0;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
int32_t L_13;
L_13 = Char_GetUnicodeCategory_m8BC9F8A973843AD3B62358285AED47C5185B0BE1(L_12, NULL);
V_0 = L_13;
int32_t L_14 = V_0;
switch (L_14)
{
case 0:
{
goto IL_008d;
}
case 1:
{
goto IL_008d;
}
case 2:
{
goto IL_008d;
}
case 3:
{
goto IL_008f;
}
case 4:
{
goto IL_008d;
}
case 5:
{
goto IL_008f;
}
case 6:
{
goto IL_008f;
}
case 7:
{
goto IL_008f;
}
case 8:
{
goto IL_008f;
}
case 9:
{
goto IL_008d;
}
}
}
{
goto IL_0094;
}
IL_008d:
{
return (bool)1;
}
IL_008f:
{
bool L_15 = ___start1;
return (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0);
}
IL_0094:
{
return (bool)0;
}
}
// System.Boolean Mono.Xml.SmallXmlParser::IsWhitespace(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SmallXmlParser_IsWhitespace_m66E95B828FFBD98E1A8C7B53F334F1C746FA7221 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, int32_t ___c0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___c0;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_0, ((int32_t)9)))) > ((uint32_t)1))))
{
goto IL_0011;
}
}
{
int32_t L_1 = ___c0;
if ((((int32_t)L_1) == ((int32_t)((int32_t)13))))
{
goto IL_0011;
}
}
{
int32_t L_2 = ___c0;
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)32)))))
{
goto IL_0013;
}
}
IL_0011:
{
return (bool)1;
}
IL_0013:
{
return (bool)0;
}
}
// System.Void Mono.Xml.SmallXmlParser::SkipWhitespaces()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_SkipWhitespaces_m47DD8BD20F773B8E7854DBEB1BFF705B61BEF311 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method)
{
{
SmallXmlParser_SkipWhitespaces_mDC28EBFD4733F067C178259ACB05862C60AA7C2F(__this, (bool)0, NULL);
return;
}
}
// System.Void Mono.Xml.SmallXmlParser::HandleWhitespaces()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_HandleWhitespaces_mD1E22581F64763EED215226E814A765473E97D7D (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method)
{
{
goto IL_0015;
}
IL_0002:
{
StringBuilder_t* L_0 = __this->___buffer_5;
int32_t L_1;
L_1 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
NullCheck(L_0);
StringBuilder_t* L_2;
L_2 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_0, ((int32_t)(uint16_t)L_1), NULL);
}
IL_0015:
{
int32_t L_3;
L_3 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
bool L_4;
L_4 = SmallXmlParser_IsWhitespace_m66E95B828FFBD98E1A8C7B53F334F1C746FA7221(__this, L_3, NULL);
if (L_4)
{
goto IL_0002;
}
}
{
int32_t L_5;
L_5 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
if ((((int32_t)L_5) == ((int32_t)((int32_t)60))))
{
goto IL_003d;
}
}
{
int32_t L_6;
L_6 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
if ((((int32_t)L_6) < ((int32_t)0)))
{
goto IL_003d;
}
}
{
__this->___isWhitespace_7 = (bool)0;
}
IL_003d:
{
return;
}
}
// System.Void Mono.Xml.SmallXmlParser::SkipWhitespaces(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_SkipWhitespaces_mDC28EBFD4733F067C178259ACB05862C60AA7C2F (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, bool ___expected0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
IL_0000:
{
int32_t L_0;
L_0 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
V_0 = L_0;
int32_t L_1 = V_0;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_1, ((int32_t)9)))) > ((uint32_t)1))))
{
goto IL_0018;
}
}
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)((int32_t)13))))
{
goto IL_0018;
}
}
{
int32_t L_3 = V_0;
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)32)))))
{
goto IL_0027;
}
}
IL_0018:
{
int32_t L_4;
L_4 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
bool L_5 = ___expected0;
if (!L_5)
{
goto IL_0000;
}
}
{
___expected0 = (bool)0;
goto IL_0000;
}
IL_0027:
{
bool L_6 = ___expected0;
if (!L_6)
{
goto IL_0036;
}
}
{
Exception_t* L_7;
L_7 = SmallXmlParser_Error_m3F640CECF90C00645752DDF52A1DA3536BEC6568(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9C597032B7C6DEBC66AD134CE8D12A054D0A25A0)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_SkipWhitespaces_mDC28EBFD4733F067C178259ACB05862C60AA7C2F_RuntimeMethod_var)));
}
IL_0036:
{
return;
}
}
// System.Int32 Mono.Xml.SmallXmlParser::Peek()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method)
{
{
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_0 = __this->___reader_1;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Peek() */, L_0);
return L_1;
}
}
// System.Int32 Mono.Xml.SmallXmlParser::Read()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method)
{
int32_t G_B2_0 = 0;
int32_t G_B1_0 = 0;
int32_t G_B4_0 = 0;
int32_t G_B3_0 = 0;
{
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_0 = __this->___reader_1;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_0);
int32_t L_2 = L_1;
G_B1_0 = L_2;
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)10)))))
{
G_B2_0 = L_2;
goto IL_0017;
}
}
{
__this->___resetColumn_11 = (bool)1;
G_B2_0 = G_B1_0;
}
IL_0017:
{
bool L_3 = __this->___resetColumn_11;
G_B3_0 = G_B2_0;
if (!L_3)
{
G_B4_0 = G_B2_0;
goto IL_003c;
}
}
{
int32_t L_4 = __this->___line_9;
__this->___line_9 = ((int32_t)il2cpp_codegen_add(L_4, 1));
__this->___resetColumn_11 = (bool)0;
__this->___column_10 = 1;
return G_B3_0;
}
IL_003c:
{
int32_t L_5 = __this->___column_10;
__this->___column_10 = ((int32_t)il2cpp_codegen_add(L_5, 1));
return G_B4_0;
}
}
// System.Void Mono.Xml.SmallXmlParser::Expect(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_Expect_m21286B905098308BBA7DD06FE553C65C059031F3 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, int32_t ___c0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0;
L_0 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
V_0 = L_0;
int32_t L_1 = V_0;
if ((((int32_t)L_1) >= ((int32_t)0)))
{
goto IL_0012;
}
}
{
Exception_t* L_2;
L_2 = SmallXmlParser_UnexpectedEndError_m49611771ED1216C9DF756338DDDB97B227F81FB9(__this, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_Expect_m21286B905098308BBA7DD06FE553C65C059031F3_RuntimeMethod_var)));
}
IL_0012:
{
int32_t L_3 = V_0;
int32_t L_4 = ___c0;
if ((((int32_t)L_3) == ((int32_t)L_4)))
{
goto IL_0035;
}
}
{
int32_t L_5 = ___c0;
Il2CppChar L_6 = ((Il2CppChar)((int32_t)(uint16_t)L_5));
RuntimeObject* L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_6);
int32_t L_8 = V_0;
Il2CppChar L_9 = ((Il2CppChar)((int32_t)(uint16_t)L_8));
RuntimeObject* L_10 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_9);
String_t* L_11;
L_11 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral87788F8601C24A0EB26FE8614DF502D90FAE0419)), L_7, L_10, NULL);
Exception_t* L_12;
L_12 = SmallXmlParser_Error_m3F640CECF90C00645752DDF52A1DA3536BEC6568(__this, L_11, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_Expect_m21286B905098308BBA7DD06FE553C65C059031F3_RuntimeMethod_var)));
}
IL_0035:
{
return;
}
}
// System.String Mono.Xml.SmallXmlParser::ReadUntil(System.Char,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmallXmlParser_ReadUntil_mDC60A5A463115D6539E27E81420AD54105242D64 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, Il2CppChar ___until0, bool ___handleReferences1, const RuntimeMethod* method)
{
Il2CppChar V_0 = 0x0;
IL_0000:
{
int32_t L_0;
L_0 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0010;
}
}
{
Exception_t* L_1;
L_1 = SmallXmlParser_UnexpectedEndError_m49611771ED1216C9DF756338DDDB97B227F81FB9(__this, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadUntil_mDC60A5A463115D6539E27E81420AD54105242D64_RuntimeMethod_var)));
}
IL_0010:
{
int32_t L_2;
L_2 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
V_0 = ((int32_t)(uint16_t)L_2);
Il2CppChar L_3 = V_0;
Il2CppChar L_4 = ___until0;
if ((((int32_t)L_3) == ((int32_t)L_4)))
{
goto IL_003b;
}
}
{
bool L_5 = ___handleReferences1;
if (!L_5)
{
goto IL_002c;
}
}
{
Il2CppChar L_6 = V_0;
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)38)))))
{
goto IL_002c;
}
}
{
SmallXmlParser_ReadReference_m33EEC080ACA6D08AD59AC077D37B8554DCD72E15(__this, NULL);
goto IL_0000;
}
IL_002c:
{
StringBuilder_t* L_7 = __this->___buffer_5;
Il2CppChar L_8 = V_0;
NullCheck(L_7);
StringBuilder_t* L_9;
L_9 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_7, L_8, NULL);
goto IL_0000;
}
IL_003b:
{
StringBuilder_t* L_10 = __this->___buffer_5;
NullCheck(L_10);
String_t* L_11;
L_11 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10);
StringBuilder_t* L_12 = __this->___buffer_5;
NullCheck(L_12);
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_12, 0, NULL);
return L_11;
}
}
// System.String Mono.Xml.SmallXmlParser::ReadName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmallXmlParser_ReadName_mD407A500AC7F1519047ABE64F978064CA4CA87B6 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Il2CppChar V_2 = 0x0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_3 = NULL;
{
V_0 = 0;
int32_t L_0;
L_0 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_001b;
}
}
{
int32_t L_1;
L_1 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
bool L_2;
L_2 = SmallXmlParser_IsNameChar_mF93D58506A1B3E4407F50B04793005D10899A0BE(__this, ((int32_t)(uint16_t)L_1), (bool)1, NULL);
if (L_2)
{
goto IL_0027;
}
}
IL_001b:
{
Exception_t* L_3;
L_3 = SmallXmlParser_Error_m3F640CECF90C00645752DDF52A1DA3536BEC6568(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5B58855139A125726544ED5CAC3077D928C41B40)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadName_mD407A500AC7F1519047ABE64F978064CA4CA87B6_RuntimeMethod_var)));
}
IL_0027:
{
int32_t L_4;
L_4 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
V_1 = L_4;
goto IL_0080;
}
IL_0030:
{
int32_t L_5 = V_1;
V_2 = ((int32_t)(uint16_t)L_5);
Il2CppChar L_6 = V_2;
bool L_7;
L_7 = SmallXmlParser_IsNameChar_mF93D58506A1B3E4407F50B04793005D10899A0BE(__this, L_6, (bool)0, NULL);
if (!L_7)
{
goto IL_0084;
}
}
{
int32_t L_8 = V_0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = __this->___nameBuffer_6;
NullCheck(L_9);
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))))))
{
goto IL_0065;
}
}
{
int32_t L_10 = V_0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(L_10, 2)));
V_3 = L_11;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = __this->___nameBuffer_6;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_13 = V_3;
int32_t L_14 = V_0;
Array_Copy_m4239F97ECC23A71F4191B8722362A1AA38E2E98F((RuntimeArray*)L_12, (RuntimeArray*)L_13, L_14, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_15 = V_3;
__this->___nameBuffer_6 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&__this->___nameBuffer_6), (void*)L_15);
}
IL_0065:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_16 = __this->___nameBuffer_6;
int32_t L_17 = V_0;
int32_t L_18 = L_17;
V_0 = ((int32_t)il2cpp_codegen_add(L_18, 1));
Il2CppChar L_19 = V_2;
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (Il2CppChar)L_19);
int32_t L_20;
L_20 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
int32_t L_21;
L_21 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
V_1 = L_21;
}
IL_0080:
{
int32_t L_22 = V_1;
if ((((int32_t)L_22) >= ((int32_t)0)))
{
goto IL_0030;
}
}
IL_0084:
{
int32_t L_23 = V_0;
if (L_23)
{
goto IL_0093;
}
}
{
Exception_t* L_24;
L_24 = SmallXmlParser_Error_m3F640CECF90C00645752DDF52A1DA3536BEC6568(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral45156A8D2466CD5E8D665BB78DFE524EEFDD922A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadName_mD407A500AC7F1519047ABE64F978064CA4CA87B6_RuntimeMethod_var)));
}
IL_0093:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_25 = __this->___nameBuffer_6;
int32_t L_26 = V_0;
String_t* L_27;
L_27 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_25, 0, L_26, NULL);
return L_27;
}
}
// System.Void Mono.Xml.SmallXmlParser::Parse(System.IO.TextReader,Mono.Xml.SmallXmlParser/IContentHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_Parse_mDBDCE208B61E525047652DEFB54D2B75695E0CBA (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___input0, RuntimeObject* ___handler1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IContentHandler_t42B6158911AAA5AA2E051C8FF7807073422E6C25_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_0 = ___input0;
__this->___reader_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___reader_1), (void*)L_0);
RuntimeObject* L_1 = ___handler1;
__this->___handler_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___handler_0), (void*)L_1);
RuntimeObject* L_2 = ___handler1;
NullCheck(L_2);
InterfaceActionInvoker1< SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* >::Invoke(0 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnStartParsing(Mono.Xml.SmallXmlParser) */, IContentHandler_t42B6158911AAA5AA2E051C8FF7807073422E6C25_il2cpp_TypeInfo_var, L_2, __this);
goto IL_001d;
}
IL_0017:
{
SmallXmlParser_ReadContent_m2EAB63A9A7EA70F4A524AF223B2B699CEE50DD93(__this, NULL);
}
IL_001d:
{
int32_t L_3;
L_3 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0017;
}
}
{
SmallXmlParser_HandleBufferedContent_mA1EAFD112B1289A13B471498995E75F409AFE5EE(__this, NULL);
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_4 = __this->___elementNames_2;
NullCheck(L_4);
int32_t L_5;
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_4);
if ((((int32_t)L_5) <= ((int32_t)0)))
{
goto IL_0056;
}
}
{
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_6 = __this->___elementNames_2;
NullCheck(L_6);
RuntimeObject* L_7;
L_7 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object System.Collections.Stack::Peek() */, L_6);
String_t* L_8;
L_8 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral03B46450C9E1B2EDEB8A6AAE5F044BF93B41FA5D)), L_7, NULL);
Exception_t* L_9;
L_9 = SmallXmlParser_Error_m3F640CECF90C00645752DDF52A1DA3536BEC6568(__this, L_8, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_Parse_mDBDCE208B61E525047652DEFB54D2B75695E0CBA_RuntimeMethod_var)));
}
IL_0056:
{
RuntimeObject* L_10 = ___handler1;
NullCheck(L_10);
InterfaceActionInvoker1< SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* >::Invoke(1 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnEndParsing(Mono.Xml.SmallXmlParser) */, IContentHandler_t42B6158911AAA5AA2E051C8FF7807073422E6C25_il2cpp_TypeInfo_var, L_10, __this);
SmallXmlParser_Cleanup_mB4BE7BFA8E2FAB80B40172E98FC750083EED982F(__this, NULL);
return;
}
}
// System.Void Mono.Xml.SmallXmlParser::Cleanup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_Cleanup_mB4BE7BFA8E2FAB80B40172E98FC750083EED982F (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method)
{
{
__this->___line_9 = 1;
__this->___column_10 = 0;
__this->___handler_0 = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___handler_0), (void*)(RuntimeObject*)NULL);
__this->___reader_1 = (TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___reader_1), (void*)(TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7*)NULL);
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_0 = __this->___elementNames_2;
NullCheck(L_0);
VirtualActionInvoker0::Invoke(13 /* System.Void System.Collections.Stack::Clear() */, L_0);
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_1 = __this->___xmlSpaces_3;
NullCheck(L_1);
VirtualActionInvoker0::Invoke(13 /* System.Void System.Collections.Stack::Clear() */, L_1);
AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* L_2 = __this->___attributes_8;
NullCheck(L_2);
AttrListImpl_Clear_m928937942612617F5E5EC6B1849942D831C34E41(L_2, NULL);
StringBuilder_t* L_3 = __this->___buffer_5;
NullCheck(L_3);
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_3, 0, NULL);
__this->___xmlSpace_4 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlSpace_4), (void*)(String_t*)NULL);
__this->___isWhitespace_7 = (bool)0;
return;
}
}
// System.Void Mono.Xml.SmallXmlParser::ReadContent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadContent_m2EAB63A9A7EA70F4A524AF223B2B699CEE50DD93 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IContentHandler_t42B6158911AAA5AA2E051C8FF7807073422E6C25_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral738F291E53E97C08DAE378C71EF70A60E31AE900);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA10AFD0FBAD152979B3F2273DA98BA5C9686E69C);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
int32_t V_3 = 0;
{
int32_t L_0;
L_0 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
bool L_1;
L_1 = SmallXmlParser_IsWhitespace_m66E95B828FFBD98E1A8C7B53F334F1C746FA7221(__this, L_0, NULL);
if (!L_1)
{
goto IL_0028;
}
}
{
StringBuilder_t* L_2 = __this->___buffer_5;
NullCheck(L_2);
int32_t L_3;
L_3 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_2, NULL);
if (L_3)
{
goto IL_0022;
}
}
{
__this->___isWhitespace_7 = (bool)1;
}
IL_0022:
{
SmallXmlParser_HandleWhitespaces_mD1E22581F64763EED215226E814A765473E97D7D(__this, NULL);
}
IL_0028:
{
int32_t L_4;
L_4 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)60)))))
{
goto IL_0285;
}
}
{
int32_t L_5;
L_5 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
int32_t L_6;
L_6 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
V_3 = L_6;
int32_t L_7 = V_3;
if ((((int32_t)L_7) == ((int32_t)((int32_t)33))))
{
goto IL_005d;
}
}
{
int32_t L_8 = V_3;
if ((((int32_t)L_8) == ((int32_t)((int32_t)47))))
{
goto IL_0145;
}
}
{
int32_t L_9 = V_3;
if ((((int32_t)L_9) == ((int32_t)((int32_t)63))))
{
goto IL_00dd;
}
}
{
goto IL_01ee;
}
IL_005d:
{
int32_t L_10;
L_10 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
int32_t L_11;
L_11 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)91)))))
{
goto IL_00a2;
}
}
{
int32_t L_12;
L_12 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
String_t* L_13;
L_13 = SmallXmlParser_ReadName_mD407A500AC7F1519047ABE64F978064CA4CA87B6(__this, NULL);
bool L_14;
L_14 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_13, _stringLiteralA10AFD0FBAD152979B3F2273DA98BA5C9686E69C, NULL);
if (!L_14)
{
goto IL_0093;
}
}
{
Exception_t* L_15;
L_15 = SmallXmlParser_Error_m3F640CECF90C00645752DDF52A1DA3536BEC6568(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29F4EA55DD5B588CCE1FE1BBB9B911C4B9AFF232)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadContent_m2EAB63A9A7EA70F4A524AF223B2B699CEE50DD93_RuntimeMethod_var)));
}
IL_0093:
{
SmallXmlParser_Expect_m21286B905098308BBA7DD06FE553C65C059031F3(__this, ((int32_t)91), NULL);
SmallXmlParser_ReadCDATASection_m959663B4552B92B7040E13B23BB395905EC50BA1(__this, NULL);
return;
}
IL_00a2:
{
int32_t L_16;
L_16 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)45)))))
{
goto IL_00b3;
}
}
{
SmallXmlParser_ReadComment_m1D1D6B2E2C6C7C532717D1989E1B5A3CAA998684(__this, NULL);
return;
}
IL_00b3:
{
String_t* L_17;
L_17 = SmallXmlParser_ReadName_mD407A500AC7F1519047ABE64F978064CA4CA87B6(__this, NULL);
bool L_18;
L_18 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C)), NULL);
if (!L_18)
{
goto IL_00d1;
}
}
{
Exception_t* L_19;
L_19 = SmallXmlParser_Error_m3F640CECF90C00645752DDF52A1DA3536BEC6568(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E750D5E6CC6A882337F102C93B3A378286EF1B4)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadContent_m2EAB63A9A7EA70F4A524AF223B2B699CEE50DD93_RuntimeMethod_var)));
}
IL_00d1:
{
Exception_t* L_20;
L_20 = SmallXmlParser_Error_m3F640CECF90C00645752DDF52A1DA3536BEC6568(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral383355447EEB1AF0BE901CEADDE1BA8E0858F766)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadContent_m2EAB63A9A7EA70F4A524AF223B2B699CEE50DD93_RuntimeMethod_var)));
}
IL_00dd:
{
SmallXmlParser_HandleBufferedContent_mA1EAFD112B1289A13B471498995E75F409AFE5EE(__this, NULL);
int32_t L_21;
L_21 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
String_t* L_22;
L_22 = SmallXmlParser_ReadName_mD407A500AC7F1519047ABE64F978064CA4CA87B6(__this, NULL);
V_0 = L_22;
SmallXmlParser_SkipWhitespaces_m47DD8BD20F773B8E7854DBEB1BFF705B61BEF311(__this, NULL);
String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
V_1 = L_23;
int32_t L_24;
L_24 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
if ((((int32_t)L_24) == ((int32_t)((int32_t)63))))
{
goto IL_012f;
}
}
IL_0107:
{
String_t* L_25 = V_1;
String_t* L_26;
L_26 = SmallXmlParser_ReadUntil_mDC60A5A463115D6539E27E81420AD54105242D64(__this, ((int32_t)63), (bool)0, NULL);
String_t* L_27;
L_27 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_25, L_26, NULL);
V_1 = L_27;
int32_t L_28;
L_28 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
if ((((int32_t)L_28) == ((int32_t)((int32_t)62))))
{
goto IL_012f;
}
}
{
String_t* L_29 = V_1;
String_t* L_30;
L_30 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_29, _stringLiteral738F291E53E97C08DAE378C71EF70A60E31AE900, NULL);
V_1 = L_30;
goto IL_0107;
}
IL_012f:
{
RuntimeObject* L_31 = __this->___handler_0;
String_t* L_32 = V_0;
String_t* L_33 = V_1;
NullCheck(L_31);
InterfaceActionInvoker2< String_t*, String_t* >::Invoke(4 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnProcessingInstruction(System.String,System.String) */, IContentHandler_t42B6158911AAA5AA2E051C8FF7807073422E6C25_il2cpp_TypeInfo_var, L_31, L_32, L_33);
SmallXmlParser_Expect_m21286B905098308BBA7DD06FE553C65C059031F3(__this, ((int32_t)62), NULL);
return;
}
IL_0145:
{
SmallXmlParser_HandleBufferedContent_mA1EAFD112B1289A13B471498995E75F409AFE5EE(__this, NULL);
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_34 = __this->___elementNames_2;
NullCheck(L_34);
int32_t L_35;
L_35 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_34);
if (L_35)
{
goto IL_015f;
}
}
{
Exception_t* L_36;
L_36 = SmallXmlParser_UnexpectedEndError_m49611771ED1216C9DF756338DDDB97B227F81FB9(__this, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadContent_m2EAB63A9A7EA70F4A524AF223B2B699CEE50DD93_RuntimeMethod_var)));
}
IL_015f:
{
int32_t L_37;
L_37 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
String_t* L_38;
L_38 = SmallXmlParser_ReadName_mD407A500AC7F1519047ABE64F978064CA4CA87B6(__this, NULL);
V_0 = L_38;
SmallXmlParser_SkipWhitespaces_m47DD8BD20F773B8E7854DBEB1BFF705B61BEF311(__this, NULL);
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_39 = __this->___elementNames_2;
NullCheck(L_39);
RuntimeObject* L_40;
L_40 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_39);
V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_40, String_t_il2cpp_TypeInfo_var));
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_41 = __this->___xmlSpaces_3;
NullCheck(L_41);
RuntimeObject* L_42;
L_42 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_41);
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_43 = __this->___xmlSpaces_3;
NullCheck(L_43);
int32_t L_44;
L_44 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_43);
if ((((int32_t)L_44) <= ((int32_t)0)))
{
goto IL_01b6;
}
}
{
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_45 = __this->___xmlSpaces_3;
NullCheck(L_45);
RuntimeObject* L_46;
L_46 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object System.Collections.Stack::Peek() */, L_45);
__this->___xmlSpace_4 = ((String_t*)CastclassSealed((RuntimeObject*)L_46, String_t_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlSpace_4), (void*)((String_t*)CastclassSealed((RuntimeObject*)L_46, String_t_il2cpp_TypeInfo_var)));
goto IL_01bd;
}
IL_01b6:
{
__this->___xmlSpace_4 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlSpace_4), (void*)(String_t*)NULL);
}
IL_01bd:
{
String_t* L_47 = V_0;
String_t* L_48 = V_2;
bool L_49;
L_49 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_47, L_48, NULL);
if (!L_49)
{
goto IL_01d9;
}
}
{
String_t* L_50 = V_2;
String_t* L_51 = V_0;
String_t* L_52;
L_52 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral022B0E9B09F68A8CB6BCCB96E171E2D48495A4E9)), L_50, L_51, NULL);
Exception_t* L_53;
L_53 = SmallXmlParser_Error_m3F640CECF90C00645752DDF52A1DA3536BEC6568(__this, L_52, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadContent_m2EAB63A9A7EA70F4A524AF223B2B699CEE50DD93_RuntimeMethod_var)));
}
IL_01d9:
{
RuntimeObject* L_54 = __this->___handler_0;
String_t* L_55 = V_0;
NullCheck(L_54);
InterfaceActionInvoker1< String_t* >::Invoke(3 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnEndElement(System.String) */, IContentHandler_t42B6158911AAA5AA2E051C8FF7807073422E6C25_il2cpp_TypeInfo_var, L_54, L_55);
SmallXmlParser_Expect_m21286B905098308BBA7DD06FE553C65C059031F3(__this, ((int32_t)62), NULL);
return;
}
IL_01ee:
{
SmallXmlParser_HandleBufferedContent_mA1EAFD112B1289A13B471498995E75F409AFE5EE(__this, NULL);
String_t* L_56;
L_56 = SmallXmlParser_ReadName_mD407A500AC7F1519047ABE64F978064CA4CA87B6(__this, NULL);
V_0 = L_56;
goto IL_0209;
}
IL_01fd:
{
AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* L_57 = __this->___attributes_8;
SmallXmlParser_ReadAttribute_m68F93A21DBAA757306E4A8469E563A86A5C37E09(__this, L_57, NULL);
}
IL_0209:
{
int32_t L_58;
L_58 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
if ((((int32_t)L_58) == ((int32_t)((int32_t)62))))
{
goto IL_021d;
}
}
{
int32_t L_59;
L_59 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)47)))))
{
goto IL_01fd;
}
}
IL_021d:
{
RuntimeObject* L_60 = __this->___handler_0;
String_t* L_61 = V_0;
AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* L_62 = __this->___attributes_8;
NullCheck(L_60);
InterfaceActionInvoker2< String_t*, RuntimeObject* >::Invoke(2 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnStartElement(System.String,Mono.Xml.SmallXmlParser/IAttrList) */, IContentHandler_t42B6158911AAA5AA2E051C8FF7807073422E6C25_il2cpp_TypeInfo_var, L_60, L_61, L_62);
AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* L_63 = __this->___attributes_8;
NullCheck(L_63);
AttrListImpl_Clear_m928937942612617F5E5EC6B1849942D831C34E41(L_63, NULL);
SmallXmlParser_SkipWhitespaces_m47DD8BD20F773B8E7854DBEB1BFF705B61BEF311(__this, NULL);
int32_t L_64;
L_64 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
if ((!(((uint32_t)L_64) == ((uint32_t)((int32_t)47)))))
{
goto IL_025f;
}
}
{
int32_t L_65;
L_65 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
RuntimeObject* L_66 = __this->___handler_0;
String_t* L_67 = V_0;
NullCheck(L_66);
InterfaceActionInvoker1< String_t* >::Invoke(3 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnEndElement(System.String) */, IContentHandler_t42B6158911AAA5AA2E051C8FF7807073422E6C25_il2cpp_TypeInfo_var, L_66, L_67);
goto IL_027c;
}
IL_025f:
{
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_68 = __this->___elementNames_2;
String_t* L_69 = V_0;
NullCheck(L_68);
VirtualActionInvoker1< RuntimeObject* >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_68, L_69);
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_70 = __this->___xmlSpaces_3;
String_t* L_71 = __this->___xmlSpace_4;
NullCheck(L_70);
VirtualActionInvoker1< RuntimeObject* >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_70, L_71);
}
IL_027c:
{
SmallXmlParser_Expect_m21286B905098308BBA7DD06FE553C65C059031F3(__this, ((int32_t)62), NULL);
return;
}
IL_0285:
{
SmallXmlParser_ReadCharacters_m5C6573F4EBB4EE6123BF5A53E9E6989AF024D4A7(__this, NULL);
return;
}
}
// System.Void Mono.Xml.SmallXmlParser::HandleBufferedContent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_HandleBufferedContent_mA1EAFD112B1289A13B471498995E75F409AFE5EE (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IContentHandler_t42B6158911AAA5AA2E051C8FF7807073422E6C25_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
StringBuilder_t* L_0 = __this->___buffer_5;
NullCheck(L_0);
int32_t L_1;
L_1 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_0, NULL);
if (L_1)
{
goto IL_000e;
}
}
{
return;
}
IL_000e:
{
bool L_2 = __this->___isWhitespace_7;
if (!L_2)
{
goto IL_002e;
}
}
{
RuntimeObject* L_3 = __this->___handler_0;
StringBuilder_t* L_4 = __this->___buffer_5;
NullCheck(L_4);
String_t* L_5;
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4);
NullCheck(L_3);
InterfaceActionInvoker1< String_t* >::Invoke(6 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnIgnorableWhitespace(System.String) */, IContentHandler_t42B6158911AAA5AA2E051C8FF7807073422E6C25_il2cpp_TypeInfo_var, L_3, L_5);
goto IL_0044;
}
IL_002e:
{
RuntimeObject* L_6 = __this->___handler_0;
StringBuilder_t* L_7 = __this->___buffer_5;
NullCheck(L_7);
String_t* L_8;
L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7);
NullCheck(L_6);
InterfaceActionInvoker1< String_t* >::Invoke(5 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnChars(System.String) */, IContentHandler_t42B6158911AAA5AA2E051C8FF7807073422E6C25_il2cpp_TypeInfo_var, L_6, L_8);
}
IL_0044:
{
StringBuilder_t* L_9 = __this->___buffer_5;
NullCheck(L_9);
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_9, 0, NULL);
__this->___isWhitespace_7 = (bool)0;
return;
}
}
// System.Void Mono.Xml.SmallXmlParser::ReadCharacters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadCharacters_m5C6573F4EBB4EE6123BF5A53E9E6989AF024D4A7 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
__this->___isWhitespace_7 = (bool)0;
}
IL_0007:
{
int32_t L_0;
L_0 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
V_0 = L_0;
int32_t L_1 = V_0;
if ((((int32_t)L_1) == ((int32_t)(-1))))
{
goto IL_001e;
}
}
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)((int32_t)38))))
{
goto IL_0020;
}
}
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)60))))
{
goto IL_001f;
}
}
{
goto IL_002f;
}
IL_001e:
{
return;
}
IL_001f:
{
return;
}
IL_0020:
{
int32_t L_4;
L_4 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
SmallXmlParser_ReadReference_m33EEC080ACA6D08AD59AC077D37B8554DCD72E15(__this, NULL);
goto IL_0007;
}
IL_002f:
{
StringBuilder_t* L_5 = __this->___buffer_5;
int32_t L_6;
L_6 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
NullCheck(L_5);
StringBuilder_t* L_7;
L_7 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_5, ((int32_t)(uint16_t)L_6), NULL);
goto IL_0007;
}
}
// System.Void Mono.Xml.SmallXmlParser::ReadReference()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadReference_m33EEC080ACA6D08AD59AC077D37B8554DCD72E15 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1710B4477A01FFE20514D8AA61891F364D71C25B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral513659CEF285C73478E9829E41D7E4C23DB53E12);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral893D84FF4ED81AC205FBC0C67CBEE1C0C752B406);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96930EC8C6FD5250BB36A5E1040AB06A9588FD62);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
int32_t L_0;
L_0 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)35)))))
{
goto IL_0019;
}
}
{
int32_t L_1;
L_1 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
int32_t L_2;
L_2 = SmallXmlParser_ReadCharacterReference_mBA7ADD269054BF1D6C751B0B7434A70AF5BAD9A7(__this, NULL);
return;
}
IL_0019:
{
String_t* L_3;
L_3 = SmallXmlParser_ReadName_mD407A500AC7F1519047ABE64F978064CA4CA87B6(__this, NULL);
V_0 = L_3;
SmallXmlParser_Expect_m21286B905098308BBA7DD06FE553C65C059031F3(__this, ((int32_t)59), NULL);
String_t* L_4 = V_0;
bool L_5;
L_5 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_4, _stringLiteral96930EC8C6FD5250BB36A5E1040AB06A9588FD62, NULL);
if (L_5)
{
goto IL_006b;
}
}
{
String_t* L_6 = V_0;
bool L_7;
L_7 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_6, _stringLiteral893D84FF4ED81AC205FBC0C67CBEE1C0C752B406, NULL);
if (L_7)
{
goto IL_007a;
}
}
{
String_t* L_8 = V_0;
bool L_9;
L_9 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_8, _stringLiteral513659CEF285C73478E9829E41D7E4C23DB53E12, NULL);
if (L_9)
{
goto IL_0089;
}
}
{
String_t* L_10 = V_0;
bool L_11;
L_11 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_10, _stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9, NULL);
if (L_11)
{
goto IL_0098;
}
}
{
String_t* L_12 = V_0;
bool L_13;
L_13 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_12, _stringLiteral1710B4477A01FFE20514D8AA61891F364D71C25B, NULL);
if (L_13)
{
goto IL_00a7;
}
}
{
goto IL_00b6;
}
IL_006b:
{
StringBuilder_t* L_14 = __this->___buffer_5;
NullCheck(L_14);
StringBuilder_t* L_15;
L_15 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_14, ((int32_t)38), NULL);
return;
}
IL_007a:
{
StringBuilder_t* L_16 = __this->___buffer_5;
NullCheck(L_16);
StringBuilder_t* L_17;
L_17 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_16, ((int32_t)34), NULL);
return;
}
IL_0089:
{
StringBuilder_t* L_18 = __this->___buffer_5;
NullCheck(L_18);
StringBuilder_t* L_19;
L_19 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_18, ((int32_t)39), NULL);
return;
}
IL_0098:
{
StringBuilder_t* L_20 = __this->___buffer_5;
NullCheck(L_20);
StringBuilder_t* L_21;
L_21 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_20, ((int32_t)60), NULL);
return;
}
IL_00a7:
{
StringBuilder_t* L_22 = __this->___buffer_5;
NullCheck(L_22);
StringBuilder_t* L_23;
L_23 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_22, ((int32_t)62), NULL);
return;
}
IL_00b6:
{
Exception_t* L_24;
L_24 = SmallXmlParser_Error_m3F640CECF90C00645752DDF52A1DA3536BEC6568(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral486127276D66E3B1DB7A039EE3BF49F54F065D65)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadReference_m33EEC080ACA6D08AD59AC077D37B8554DCD72E15_RuntimeMethod_var)));
}
}
// System.Int32 Mono.Xml.SmallXmlParser::ReadCharacterReference()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlParser_ReadCharacterReference_mBA7ADD269054BF1D6C751B0B7434A70AF5BAD9A7 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
V_0 = 0;
int32_t L_0;
L_0 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)120)))))
{
goto IL_007c;
}
}
{
int32_t L_1;
L_1 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
int32_t L_2;
L_2 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
V_1 = L_2;
goto IL_0076;
}
IL_001c:
{
int32_t L_3 = V_1;
if ((((int32_t)((int32_t)48)) > ((int32_t)L_3)))
{
goto IL_0034;
}
}
{
int32_t L_4 = V_1;
if ((((int32_t)L_4) > ((int32_t)((int32_t)57))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_0;
int32_t L_6 = V_1;
V_0 = ((int32_t)(L_5<<((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(4, L_6)), ((int32_t)48)))&((int32_t)31)))));
goto IL_0068;
}
IL_0034:
{
int32_t L_7 = V_1;
if ((((int32_t)((int32_t)65)) > ((int32_t)L_7)))
{
goto IL_004f;
}
}
{
int32_t L_8 = V_1;
if ((((int32_t)L_8) > ((int32_t)((int32_t)70))))
{
goto IL_004f;
}
}
{
int32_t L_9 = V_0;
int32_t L_10 = V_1;
V_0 = ((int32_t)(L_9<<((int32_t)(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(4, L_10)), ((int32_t)65))), ((int32_t)10)))&((int32_t)31)))));
goto IL_0068;
}
IL_004f:
{
int32_t L_11 = V_1;
if ((((int32_t)((int32_t)97)) > ((int32_t)L_11)))
{
goto IL_00ad;
}
}
{
int32_t L_12 = V_1;
if ((((int32_t)L_12) > ((int32_t)((int32_t)102))))
{
goto IL_00ad;
}
}
{
int32_t L_13 = V_0;
int32_t L_14 = V_1;
V_0 = ((int32_t)(L_13<<((int32_t)(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(4, L_14)), ((int32_t)97))), ((int32_t)10)))&((int32_t)31)))));
}
IL_0068:
{
int32_t L_15;
L_15 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
int32_t L_16;
L_16 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
V_1 = L_16;
}
IL_0076:
{
int32_t L_17 = V_1;
if ((((int32_t)L_17) >= ((int32_t)0)))
{
goto IL_001c;
}
}
{
goto IL_00ad;
}
IL_007c:
{
int32_t L_18;
L_18 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
V_2 = L_18;
goto IL_00a9;
}
IL_0085:
{
int32_t L_19 = V_2;
if ((((int32_t)((int32_t)48)) > ((int32_t)L_19)))
{
goto IL_00ad;
}
}
{
int32_t L_20 = V_2;
if ((((int32_t)L_20) > ((int32_t)((int32_t)57))))
{
goto IL_00ad;
}
}
{
int32_t L_21 = V_0;
int32_t L_22 = V_2;
V_0 = ((int32_t)(L_21<<((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(4, L_22)), ((int32_t)48)))&((int32_t)31)))));
int32_t L_23;
L_23 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
int32_t L_24;
L_24 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
V_2 = L_24;
}
IL_00a9:
{
int32_t L_25 = V_2;
if ((((int32_t)L_25) >= ((int32_t)0)))
{
goto IL_0085;
}
}
IL_00ad:
{
int32_t L_26 = V_0;
return L_26;
}
}
// System.Void Mono.Xml.SmallXmlParser::ReadAttribute(Mono.Xml.SmallXmlParser/AttrListImpl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadAttribute_m68F93A21DBAA757306E4A8469E563A86A5C37E09 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* ___a0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0BA8D0495A770319CD6FF4DCD0C01BCCC30A901);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
int32_t V_2 = 0;
{
SmallXmlParser_SkipWhitespaces_mDC28EBFD4733F067C178259ACB05862C60AA7C2F(__this, (bool)1, NULL);
int32_t L_0;
L_0 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
if ((((int32_t)L_0) == ((int32_t)((int32_t)47))))
{
goto IL_001b;
}
}
{
int32_t L_1;
L_1 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)62)))))
{
goto IL_001c;
}
}
IL_001b:
{
return;
}
IL_001c:
{
String_t* L_2;
L_2 = SmallXmlParser_ReadName_mD407A500AC7F1519047ABE64F978064CA4CA87B6(__this, NULL);
V_0 = L_2;
SmallXmlParser_SkipWhitespaces_m47DD8BD20F773B8E7854DBEB1BFF705B61BEF311(__this, NULL);
SmallXmlParser_Expect_m21286B905098308BBA7DD06FE553C65C059031F3(__this, ((int32_t)61), NULL);
SmallXmlParser_SkipWhitespaces_m47DD8BD20F773B8E7854DBEB1BFF705B61BEF311(__this, NULL);
int32_t L_3;
L_3 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
V_2 = L_3;
int32_t L_4 = V_2;
if ((((int32_t)L_4) == ((int32_t)((int32_t)34))))
{
goto IL_0054;
}
}
{
int32_t L_5 = V_2;
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)39)))))
{
goto IL_0060;
}
}
{
String_t* L_6;
L_6 = SmallXmlParser_ReadUntil_mDC60A5A463115D6539E27E81420AD54105242D64(__this, ((int32_t)39), (bool)1, NULL);
V_1 = L_6;
goto IL_006c;
}
IL_0054:
{
String_t* L_7;
L_7 = SmallXmlParser_ReadUntil_mDC60A5A463115D6539E27E81420AD54105242D64(__this, ((int32_t)34), (bool)1, NULL);
V_1 = L_7;
goto IL_006c;
}
IL_0060:
{
Exception_t* L_8;
L_8 = SmallXmlParser_Error_m3F640CECF90C00645752DDF52A1DA3536BEC6568(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral812C96C792369F4F61D694362CDDAE257125AB04)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadAttribute_m68F93A21DBAA757306E4A8469E563A86A5C37E09_RuntimeMethod_var)));
}
IL_006c:
{
String_t* L_9 = V_0;
bool L_10;
L_10 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_9, _stringLiteralA0BA8D0495A770319CD6FF4DCD0C01BCCC30A901, NULL);
if (!L_10)
{
goto IL_0080;
}
}
{
String_t* L_11 = V_1;
__this->___xmlSpace_4 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlSpace_4), (void*)L_11);
}
IL_0080:
{
AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* L_12 = ___a0;
String_t* L_13 = V_0;
String_t* L_14 = V_1;
NullCheck(L_12);
AttrListImpl_Add_m809157F38C92F7E9BB2463BE1F4A35703536B4FD(L_12, L_13, L_14, NULL);
return;
}
}
// System.Void Mono.Xml.SmallXmlParser::ReadCDATASection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadCDATASection_m959663B4552B92B7040E13B23BB395905EC50BA1 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Il2CppChar V_1 = 0x0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
V_0 = 0;
}
IL_0002:
{
int32_t L_0;
L_0 = SmallXmlParser_Peek_mD173A8049A313FE6B94687AB8AEA3A3E98B5E7DD(__this, NULL);
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0012;
}
}
{
Exception_t* L_1;
L_1 = SmallXmlParser_UnexpectedEndError_m49611771ED1216C9DF756338DDDB97B227F81FB9(__this, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadCDATASection_m959663B4552B92B7040E13B23BB395905EC50BA1_RuntimeMethod_var)));
}
IL_0012:
{
int32_t L_2;
L_2 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
V_1 = ((int32_t)(uint16_t)L_2);
Il2CppChar L_3 = V_1;
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)93)))))
{
goto IL_0025;
}
}
{
int32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1));
goto IL_0002;
}
IL_0025:
{
Il2CppChar L_5 = V_1;
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)62)))))
{
goto IL_0049;
}
}
{
int32_t L_6 = V_0;
if ((((int32_t)L_6) <= ((int32_t)1)))
{
goto IL_0049;
}
}
{
int32_t L_7 = V_0;
V_2 = L_7;
goto IL_0044;
}
IL_0032:
{
StringBuilder_t* L_8 = __this->___buffer_5;
NullCheck(L_8);
StringBuilder_t* L_9;
L_9 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_8, ((int32_t)93), NULL);
int32_t L_10 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
}
IL_0044:
{
int32_t L_11 = V_2;
if ((((int32_t)L_11) > ((int32_t)2)))
{
goto IL_0032;
}
}
{
return;
}
IL_0049:
{
V_3 = 0;
goto IL_005f;
}
IL_004d:
{
StringBuilder_t* L_12 = __this->___buffer_5;
NullCheck(L_12);
StringBuilder_t* L_13;
L_13 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_12, ((int32_t)93), NULL);
int32_t L_14 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_14, 1));
}
IL_005f:
{
int32_t L_15 = V_3;
int32_t L_16 = V_0;
if ((((int32_t)L_15) < ((int32_t)L_16)))
{
goto IL_004d;
}
}
{
V_0 = 0;
StringBuilder_t* L_17 = __this->___buffer_5;
Il2CppChar L_18 = V_1;
NullCheck(L_17);
StringBuilder_t* L_19;
L_19 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_17, L_18, NULL);
goto IL_0002;
}
}
// System.Void Mono.Xml.SmallXmlParser::ReadComment()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadComment_m1D1D6B2E2C6C7C532717D1989E1B5A3CAA998684 (SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB* __this, const RuntimeMethod* method)
{
{
SmallXmlParser_Expect_m21286B905098308BBA7DD06FE553C65C059031F3(__this, ((int32_t)45), NULL);
SmallXmlParser_Expect_m21286B905098308BBA7DD06FE553C65C059031F3(__this, ((int32_t)45), NULL);
}
IL_0010:
{
int32_t L_0;
L_0 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)45)))))
{
goto IL_0010;
}
}
{
int32_t L_1;
L_1 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)45)))))
{
goto IL_0010;
}
}
{
int32_t L_2;
L_2 = SmallXmlParser_Read_m6FD131F7AC40E5B591FF5473083C69E4CBBA9F0C(__this, NULL);
if ((((int32_t)L_2) == ((int32_t)((int32_t)62))))
{
goto IL_003a;
}
}
{
Exception_t* L_3;
L_3 = SmallXmlParser_Error_m3F640CECF90C00645752DDF52A1DA3536BEC6568(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3FDD093FD971BAD6BFF1C29ED951F8C924AB9E05)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadComment_m1D1D6B2E2C6C7C532717D1989E1B5A3CAA998684_RuntimeMethod_var)));
}
IL_003a:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 Mono.Xml.SmallXmlParser/AttrListImpl::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AttrListImpl_get_Length_m9E060BADDCC782FA1FAEACDD91A767F9BE8BF539 (AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_0 = __this->___attrNames_0;
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_inline(L_0, List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var);
return L_1;
}
}
// System.String Mono.Xml.SmallXmlParser/AttrListImpl::GetName(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AttrListImpl_GetName_mDBB44FAE3CAB98DA24C9919415859D1EAE4AFC52 (AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* __this, int32_t ___i0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_0 = __this->___attrNames_0;
int32_t L_1 = ___i0;
NullCheck(L_0);
String_t* L_2;
L_2 = List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8(L_0, L_1, List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var);
return L_2;
}
}
// System.String Mono.Xml.SmallXmlParser/AttrListImpl::GetValue(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AttrListImpl_GetValue_m0BBA966FD39D11E25F2DFAD943172AF9D9DDFDED (AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* __this, int32_t ___i0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_0 = __this->___attrValues_1;
int32_t L_1 = ___i0;
NullCheck(L_0);
String_t* L_2;
L_2 = List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8(L_0, L_1, List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var);
return L_2;
}
}
// System.String Mono.Xml.SmallXmlParser/AttrListImpl::GetValue(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AttrListImpl_GetValue_m55BCF5C0D3EF063230E5A06869667BF398B30EEF (AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_0029;
}
IL_0004:
{
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_0 = __this->___attrNames_0;
int32_t L_1 = V_0;
NullCheck(L_0);
String_t* L_2;
L_2 = List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8(L_0, L_1, List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var);
String_t* L_3 = ___name0;
bool L_4;
L_4 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_2, L_3, NULL);
if (!L_4)
{
goto IL_0025;
}
}
{
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_5 = __this->___attrValues_1;
int32_t L_6 = V_0;
NullCheck(L_5);
String_t* L_7;
L_7 = List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8(L_5, L_6, List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var);
return L_7;
}
IL_0025:
{
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0029:
{
int32_t L_9 = V_0;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_10 = __this->___attrNames_0;
NullCheck(L_10);
int32_t L_11;
L_11 = List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_inline(L_10, List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var);
if ((((int32_t)L_9) < ((int32_t)L_11)))
{
goto IL_0004;
}
}
{
return (String_t*)NULL;
}
}
// System.String[] Mono.Xml.SmallXmlParser/AttrListImpl::get_Names()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* AttrListImpl_get_Names_mDBC3BA14CD60EC2FD45471AB4FE62EC443C4B469 (AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_0 = __this->___attrNames_0;
NullCheck(L_0);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1;
L_1 = List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A(L_0, List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A_RuntimeMethod_var);
return L_1;
}
}
// System.String[] Mono.Xml.SmallXmlParser/AttrListImpl::get_Values()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* AttrListImpl_get_Values_mFC1DA9F412537B574BF86F1592BB0CC253324BC1 (AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_0 = __this->___attrValues_1;
NullCheck(L_0);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1;
L_1 = List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A(L_0, List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A_RuntimeMethod_var);
return L_1;
}
}
// System.Void Mono.Xml.SmallXmlParser/AttrListImpl::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttrListImpl_Clear_m928937942612617F5E5EC6B1849942D831C34E41 (AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mC6C7AEBB0F980A717A87C0D12377984A464F0934_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_0 = __this->___attrNames_0;
NullCheck(L_0);
List_1_Clear_mC6C7AEBB0F980A717A87C0D12377984A464F0934_inline(L_0, List_1_Clear_mC6C7AEBB0F980A717A87C0D12377984A464F0934_RuntimeMethod_var);
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_1 = __this->___attrValues_1;
NullCheck(L_1);
List_1_Clear_mC6C7AEBB0F980A717A87C0D12377984A464F0934_inline(L_1, List_1_Clear_mC6C7AEBB0F980A717A87C0D12377984A464F0934_RuntimeMethod_var);
return;
}
}
// System.Void Mono.Xml.SmallXmlParser/AttrListImpl::Add(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttrListImpl_Add_m809157F38C92F7E9BB2463BE1F4A35703536B4FD (AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_0 = __this->___attrNames_0;
String_t* L_1 = ___name0;
NullCheck(L_0);
List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_0, L_1, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_2 = __this->___attrValues_1;
String_t* L_3 = ___value1;
NullCheck(L_2);
List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_2, L_3, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
return;
}
}
// System.Void Mono.Xml.SmallXmlParser/AttrListImpl::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttrListImpl__ctor_mC0D30F283DD1CC3CF56E56ED29462F421FAF98FC (AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_0 = (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)il2cpp_codegen_object_new(List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E(L_0, List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var);
__this->___attrNames_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___attrNames_0), (void*)L_0);
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_1 = (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)il2cpp_codegen_object_new(List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
NullCheck(L_1);
List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E(L_1, List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var);
__this->___attrValues_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___attrValues_1), (void*)L_1);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Xml.SmallXmlParserException::.ctor(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParserException__ctor_mA574796034F0F01B0A66CCEB66097F0CA729A27B (SmallXmlParserException_t49EDAE5290024E0707864CCCFE1266C5AE5475C7* __this, String_t* ___msg0, int32_t ___line1, int32_t ___column2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46FD4E76FB7B00BBA6C5853EE81B91AE4514F80E);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___msg0;
int32_t L_1 = ___line1;
int32_t L_2 = L_1;
RuntimeObject* L_3 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_2);
int32_t L_4 = ___column2;
int32_t L_5 = L_4;
RuntimeObject* L_6 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_5);
String_t* L_7;
L_7 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(_stringLiteral46FD4E76FB7B00BBA6C5853EE81B91AE4514F80E, L_0, L_3, L_6, NULL);
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, L_7, NULL);
int32_t L_8 = ___line1;
__this->___line_18 = L_8;
int32_t L_9 = ___column2;
__this->___column_19 = L_9;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Interop.MonoPInvokeCallbackAttribute::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoPInvokeCallbackAttribute__ctor_m074347E9E2DF3ADF5EFF0F1BAC92E1D5D2C3B521 (MonoPInvokeCallbackAttribute_tCB0F576FE9D9F83EAC879DEAB365905A52052C7F* __this, Type_t* ___t0, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Globalization.Unicode.CodePointIndexer::.ctor(System.Int32[],System.Int32[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CodePointIndexer__ctor_m795A291D258C73A5AD0D38F8A0E3007AE3B56D62 (CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* __this, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___starts0, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___ends1, int32_t ___defaultIndex2, int32_t ___defaultCP3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
int32_t G_B3_2 = 0;
TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21* G_B3_3 = NULL;
int32_t G_B2_0 = 0;
int32_t G_B2_1 = 0;
int32_t G_B2_2 = 0;
TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21* G_B2_3 = NULL;
int32_t G_B4_0 = 0;
int32_t G_B4_1 = 0;
int32_t G_B4_2 = 0;
int32_t G_B4_3 = 0;
TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21* G_B4_4 = NULL;
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___defaultIndex2;
__this->___defaultIndex_2 = L_0;
int32_t L_1 = ___defaultCP3;
__this->___defaultCP_3 = L_1;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = ___starts0;
NullCheck(L_2);
TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21* L_3 = (TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21*)(TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21*)SZArrayNew(TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)));
__this->___ranges_0 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___ranges_0), (void*)L_3);
V_0 = 0;
goto IL_006f;
}
IL_0027:
{
TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21* L_4 = __this->___ranges_0;
int32_t L_5 = V_0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = ___starts0;
int32_t L_7 = V_0;
NullCheck(L_6);
int32_t L_8 = L_7;
int32_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_10 = ___ends1;
int32_t L_11 = V_0;
NullCheck(L_10);
int32_t L_12 = L_11;
int32_t L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
int32_t L_14 = V_0;
G_B2_0 = L_13;
G_B2_1 = L_9;
G_B2_2 = L_5;
G_B2_3 = L_4;
if (!L_14)
{
G_B3_0 = L_13;
G_B3_1 = L_9;
G_B3_2 = L_5;
G_B3_3 = L_4;
goto IL_0060;
}
}
{
TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21* L_15 = __this->___ranges_0;
int32_t L_16 = V_0;
NullCheck(L_15);
int32_t L_17 = ((L_15)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_16, 1)))))->___IndexStart_3;
TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21* L_18 = __this->___ranges_0;
int32_t L_19 = V_0;
NullCheck(L_18);
int32_t L_20 = ((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_19, 1)))))->___Count_2;
G_B4_0 = ((int32_t)il2cpp_codegen_add(L_17, L_20));
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
G_B4_3 = G_B2_2;
G_B4_4 = G_B2_3;
goto IL_0061;
}
IL_0060:
{
G_B4_0 = 0;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
G_B4_3 = G_B3_2;
G_B4_4 = G_B3_3;
}
IL_0061:
{
TableRange_tD242F3D62C818E84B6903C18A6CE33399672B497 L_21;
memset((&L_21), 0, sizeof(L_21));
TableRange__ctor_m2BA1ACE9CAB66F5A86AE0534524AF41C63618E1D((&L_21), G_B4_2, G_B4_1, G_B4_0, /*hidden argument*/NULL);
NullCheck(G_B4_4);
(G_B4_4)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_3), (TableRange_tD242F3D62C818E84B6903C18A6CE33399672B497)L_21);
int32_t L_22 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_22, 1));
}
IL_006f:
{
int32_t L_23 = V_0;
TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21* L_24 = __this->___ranges_0;
NullCheck(L_24);
if ((((int32_t)L_23) < ((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))
{
goto IL_0027;
}
}
{
V_1 = 0;
goto IL_00a0;
}
IL_007e:
{
int32_t L_25 = __this->___TotalCount_1;
TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21* L_26 = __this->___ranges_0;
int32_t L_27 = V_1;
NullCheck(L_26);
int32_t L_28 = ((L_26)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_27)))->___Count_2;
__this->___TotalCount_1 = ((int32_t)il2cpp_codegen_add(L_25, L_28));
int32_t L_29 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_29, 1));
}
IL_00a0:
{
int32_t L_30 = V_1;
TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21* L_31 = __this->___ranges_0;
NullCheck(L_31);
if ((((int32_t)L_30) < ((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))))
{
goto IL_007e;
}
}
{
return;
}
}
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer::ToIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CodePointIndexer_ToIndex_m5B3502DBB6A1CCDBA58E160B8CFA9625AE80EFF4 (CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* __this, int32_t ___cp0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_005d;
}
IL_0004:
{
int32_t L_0 = ___cp0;
TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21* L_1 = __this->___ranges_0;
int32_t L_2 = V_0;
NullCheck(L_1);
int32_t L_3 = ((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2)))->___Start_0;
if ((((int32_t)L_0) >= ((int32_t)L_3)))
{
goto IL_001f;
}
}
{
int32_t L_4 = __this->___defaultIndex_2;
return L_4;
}
IL_001f:
{
int32_t L_5 = ___cp0;
TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21* L_6 = __this->___ranges_0;
int32_t L_7 = V_0;
NullCheck(L_6);
int32_t L_8 = ((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)))->___End_1;
if ((((int32_t)L_5) >= ((int32_t)L_8)))
{
goto IL_0059;
}
}
{
int32_t L_9 = ___cp0;
TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21* L_10 = __this->___ranges_0;
int32_t L_11 = V_0;
NullCheck(L_10);
int32_t L_12 = ((L_10)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_11)))->___Start_0;
TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21* L_13 = __this->___ranges_0;
int32_t L_14 = V_0;
NullCheck(L_13);
int32_t L_15 = ((L_13)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_14)))->___IndexStart_3;
return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_9, L_12)), L_15));
}
IL_0059:
{
int32_t L_16 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_16, 1));
}
IL_005d:
{
int32_t L_17 = V_0;
TableRangeU5BU5D_t48FDC71BE004C7C65E25D6794D545C3A17133F21* L_18 = __this->___ranges_0;
NullCheck(L_18);
if ((((int32_t)L_17) < ((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))
{
goto IL_0004;
}
}
{
int32_t L_19 = __this->___defaultIndex_2;
return L_19;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Globalization.Unicode.CodePointIndexer/TableRange::.ctor(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TableRange__ctor_m2BA1ACE9CAB66F5A86AE0534524AF41C63618E1D (TableRange_tD242F3D62C818E84B6903C18A6CE33399672B497* __this, int32_t ___start0, int32_t ___end1, int32_t ___indexStart2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___start0;
__this->___Start_0 = L_0;
int32_t L_1 = ___end1;
__this->___End_1 = L_1;
int32_t L_2 = __this->___End_1;
int32_t L_3 = __this->___Start_0;
__this->___Count_2 = ((int32_t)il2cpp_codegen_subtract(L_2, L_3));
int32_t L_4 = ___indexStart2;
__this->___IndexStart_3 = L_4;
int32_t L_5 = __this->___IndexStart_3;
int32_t L_6 = __this->___Count_2;
__this->___IndexEnd_4 = ((int32_t)il2cpp_codegen_add(L_5, L_6));
return;
}
}
IL2CPP_EXTERN_C void TableRange__ctor_m2BA1ACE9CAB66F5A86AE0534524AF41C63618E1D_AdjustorThunk (RuntimeObject* __this, int32_t ___start0, int32_t ___end1, int32_t ___indexStart2, const RuntimeMethod* method)
{
TableRange_tD242F3D62C818E84B6903C18A6CE33399672B497* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TableRange_tD242F3D62C818E84B6903C18A6CE33399672B497*>(__this + _offset);
TableRange__ctor_m2BA1ACE9CAB66F5A86AE0534524AF41C63618E1D(_thisAdjusted, ___start0, ___end1, ___indexStart2, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Globalization.Unicode.TailoringInfo::.ctor(System.Int32,System.Int32,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TailoringInfo__ctor_m8FE45B7864406D005E092AD69597178C4F081F4E (TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* __this, int32_t ___lcid0, int32_t ___tailoringIndex1, int32_t ___tailoringCount2, bool ___frenchSort3, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___lcid0;
__this->___LCID_0 = L_0;
int32_t L_1 = ___tailoringIndex1;
__this->___TailoringIndex_1 = L_1;
int32_t L_2 = ___tailoringCount2;
__this->___TailoringCount_2 = L_2;
bool L_3 = ___frenchSort3;
__this->___FrenchSort_3 = L_3;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Globalization.Unicode.Contraction::.ctor(System.Int32,System.Char[],System.String,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Contraction__ctor_m393EA5668662462C9EB8D30405E2BC0D007E954C (Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* __this, int32_t ___index0, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___source1, String_t* ___replacement2, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___sortkey3, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___index0;
__this->___Index_0 = L_0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___source1;
__this->___Source_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___Source_1), (void*)L_1);
String_t* L_2 = ___replacement2;
__this->___Replacement_2 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___Replacement_2), (void*)L_2);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___sortkey3;
__this->___SortKey_3 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___SortKey_3), (void*)L_3);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 Mono.Globalization.Unicode.ContractionComparer::Compare(Mono.Globalization.Unicode.Contraction,Mono.Globalization.Unicode.Contraction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ContractionComparer_Compare_m76E1EEA597F015701BFDAAF18A2678C0E1CC676E (ContractionComparer_t1CE1C4539C6840E11BB0D3F7E5C5BE815A40144B* __this, Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* ___c10, Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* ___c21, const RuntimeMethod* method)
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t G_B3_0 = 0;
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_0 = ___c10;
NullCheck(L_0);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = L_0->___Source_1;
V_0 = L_1;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_2 = ___c21;
NullCheck(L_2);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = L_2->___Source_1;
V_1 = L_3;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = V_0;
NullCheck(L_4);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = V_1;
NullCheck(L_5);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))) > ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))
{
goto IL_001b;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = V_0;
NullCheck(L_6);
G_B3_0 = ((int32_t)(((RuntimeArray*)L_6)->max_length));
goto IL_001e;
}
IL_001b:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = V_1;
NullCheck(L_7);
G_B3_0 = ((int32_t)(((RuntimeArray*)L_7)->max_length));
}
IL_001e:
{
V_2 = G_B3_0;
V_3 = 0;
goto IL_0037;
}
IL_0023:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = V_0;
int32_t L_9 = V_3;
NullCheck(L_8);
int32_t L_10 = L_9;
uint16_t L_11 = (uint16_t)(L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = V_1;
int32_t L_13 = V_3;
NullCheck(L_12);
int32_t L_14 = L_13;
uint16_t L_15 = (uint16_t)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
if ((((int32_t)L_11) == ((int32_t)L_15)))
{
goto IL_0033;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_16 = V_0;
int32_t L_17 = V_3;
NullCheck(L_16);
int32_t L_18 = L_17;
uint16_t L_19 = (uint16_t)(L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_20 = V_1;
int32_t L_21 = V_3;
NullCheck(L_20);
int32_t L_22 = L_21;
uint16_t L_23 = (uint16_t)(L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_23));
}
IL_0033:
{
int32_t L_24 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_24, 1));
}
IL_0037:
{
int32_t L_25 = V_3;
int32_t L_26 = V_2;
if ((((int32_t)L_25) < ((int32_t)L_26)))
{
goto IL_0023;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_27 = V_0;
NullCheck(L_27);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_28 = V_1;
NullCheck(L_28);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))) == ((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))))
{
goto IL_004b;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_29 = V_0;
NullCheck(L_29);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_30 = V_1;
NullCheck(L_30);
return ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_29)->max_length)), ((int32_t)(((RuntimeArray*)L_30)->max_length))));
}
IL_004b:
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_31 = ___c10;
NullCheck(L_31);
int32_t L_32 = L_31->___Index_0;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_33 = ___c21;
NullCheck(L_33);
int32_t L_34 = L_33->___Index_0;
return ((int32_t)il2cpp_codegen_subtract(L_32, L_34));
}
}
// System.Void Mono.Globalization.Unicode.ContractionComparer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContractionComparer__ctor_mB4EA5A722C5583D0D50CD88937D0A90BA8603826 (ContractionComparer_t1CE1C4539C6840E11BB0D3F7E5C5BE815A40144B* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void Mono.Globalization.Unicode.ContractionComparer::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContractionComparer__cctor_mAFA7EE4D2E253ACDC09B9E462BE010F2EFFF29E3 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContractionComparer_t1CE1C4539C6840E11BB0D3F7E5C5BE815A40144B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ContractionComparer_t1CE1C4539C6840E11BB0D3F7E5C5BE815A40144B* L_0 = (ContractionComparer_t1CE1C4539C6840E11BB0D3F7E5C5BE815A40144B*)il2cpp_codegen_object_new(ContractionComparer_t1CE1C4539C6840E11BB0D3F7E5C5BE815A40144B_il2cpp_TypeInfo_var);
NullCheck(L_0);
ContractionComparer__ctor_mB4EA5A722C5583D0D50CD88937D0A90BA8603826(L_0, NULL);
((ContractionComparer_t1CE1C4539C6840E11BB0D3F7E5C5BE815A40144B_StaticFields*)il2cpp_codegen_static_fields_for(ContractionComparer_t1CE1C4539C6840E11BB0D3F7E5C5BE815A40144B_il2cpp_TypeInfo_var))->___Instance_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((ContractionComparer_t1CE1C4539C6840E11BB0D3F7E5C5BE815A40144B_StaticFields*)il2cpp_codegen_static_fields_for(ContractionComparer_t1CE1C4539C6840E11BB0D3F7E5C5BE815A40144B_il2cpp_TypeInfo_var))->___Instance_0), (void*)L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Globalization.Unicode.Level2Map::.ctor(System.Byte,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Level2Map__ctor_m2171A26B3D0F4CE222E9B83CEA97ACF486DA7B0B (Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1* __this, uint8_t ___source0, uint8_t ___replace1, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
uint8_t L_0 = ___source0;
__this->___Source_0 = L_0;
uint8_t L_1 = ___replace1;
__this->___Replace_1 = L_1;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Mono.Globalization.Unicode.TailoringInfo Mono.Globalization.Unicode.MSCompatUnicodeTable::GetTailoringInfo(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* MSCompatUnicodeTable_GetTailoringInfo_m88C29F4AB2BD0BD5D31CC822F34A29CD14332667 (int32_t ___lcid0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_001f;
}
IL_0004:
{
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
TailoringInfoU5BU5D_t91193FADA23E3EB0EF7B06A3320C11A012717AEE* L_0 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___tailoringInfos_16;
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
NullCheck(L_3);
int32_t L_4 = L_3->___LCID_0;
int32_t L_5 = ___lcid0;
if ((!(((uint32_t)L_4) == ((uint32_t)L_5))))
{
goto IL_001b;
}
}
{
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
TailoringInfoU5BU5D_t91193FADA23E3EB0EF7B06A3320C11A012717AEE* L_6 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___tailoringInfos_16;
int32_t L_7 = V_0;
NullCheck(L_6);
int32_t L_8 = L_7;
TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
return L_9;
}
IL_001b:
{
int32_t L_10 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_10, 1));
}
IL_001f:
{
int32_t L_11 = V_0;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
TailoringInfoU5BU5D_t91193FADA23E3EB0EF7B06A3320C11A012717AEE* L_12 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___tailoringInfos_16;
NullCheck(L_12);
if ((((int32_t)L_11) < ((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))
{
goto IL_0004;
}
}
{
return (TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A*)NULL;
}
}
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::BuildTailoringTables(System.Globalization.CultureInfo,Mono.Globalization.Unicode.TailoringInfo,Mono.Globalization.Unicode.Contraction[]&,Mono.Globalization.Unicode.Level2Map[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MSCompatUnicodeTable_BuildTailoringTables_m30381D3C2CF5B3FF1AC43C148EF426A5D8E3F01F (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture0, TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* ___t1, ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E** ___contractions2, Level2MapU5BU5D_t0A034BF792949B2B7421CBAFAD423AFB86CEED0C** ___diacriticals3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Comparison_1_t9348BD07A42E0B64874D56D54EB3C5984E623BCE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContractionComparer_t1CE1C4539C6840E11BB0D3F7E5C5BE815A40144B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m55D04C26E04FE90F518E851CE3487279121F5219_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mA712408EB20FE442926FB62ED8BD9A081438F91B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Sort_m37936F298F44633B62E94F28FA811A9564FF4A89_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Sort_mB410DEDC02C80B09BBBA1D5E4349DF97842CE78C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m98422ED392AD80F51FB67422E8037A59508EB065_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_mDB9A5833D13B76B178E20283BB565A8336B614DA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC8997D2202766FB8AD08F8355CCE9D9BF57B3757_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mDED626FB9D28DA7191C6BC79601486000B0DAE3C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4B07534C6EDA44BFBF4CD81E023B10C2692A5258_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CBuildTailoringTablesU3Eb__17_0_m602688B6CEE9BDA27C40F4750616F62FDCA2A3F2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
List_1_t4B07534C6EDA44BFBF4CD81E023B10C2692A5258* V_0 = NULL;
List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07* V_1 = NULL;
int32_t V_2 = 0;
Il2CppChar* V_3 = NULL;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_4 = NULL;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_8 = NULL;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_9 = NULL;
int32_t V_10 = 0;
String_t* V_11 = NULL;
Il2CppChar V_12 = 0x0;
int32_t V_13 = 0;
Comparison_1_t9348BD07A42E0B64874D56D54EB3C5984E623BCE* G_B26_0 = NULL;
List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07* G_B26_1 = NULL;
Comparison_1_t9348BD07A42E0B64874D56D54EB3C5984E623BCE* G_B25_0 = NULL;
List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07* G_B25_1 = NULL;
{
List_1_t4B07534C6EDA44BFBF4CD81E023B10C2692A5258* L_0 = (List_1_t4B07534C6EDA44BFBF4CD81E023B10C2692A5258*)il2cpp_codegen_object_new(List_1_t4B07534C6EDA44BFBF4CD81E023B10C2692A5258_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_mC8997D2202766FB8AD08F8355CCE9D9BF57B3757(L_0, List_1__ctor_mC8997D2202766FB8AD08F8355CCE9D9BF57B3757_RuntimeMethod_var);
V_0 = L_0;
List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07* L_1 = (List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07*)il2cpp_codegen_object_new(List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07_il2cpp_TypeInfo_var);
NullCheck(L_1);
List_1__ctor_mDED626FB9D28DA7191C6BC79601486000B0DAE3C(L_1, List_1__ctor_mDED626FB9D28DA7191C6BC79601486000B0DAE3C_RuntimeMethod_var);
V_1 = L_1;
V_2 = 0;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___tailoringArr_15;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = L_2;
V_4 = L_3;
if (!L_3)
{
goto IL_001e;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = V_4;
NullCheck(L_4);
if (((int32_t)(((RuntimeArray*)L_4)->max_length)))
{
goto IL_0023;
}
}
IL_001e:
{
V_3 = (Il2CppChar*)((uintptr_t)0);
goto IL_002d;
}
IL_0023:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = V_4;
NullCheck(L_5);
V_3 = (Il2CppChar*)((uintptr_t)((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))));
}
IL_002d:
{
TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* L_6 = ___t1;
NullCheck(L_6);
int32_t L_7 = L_6->___TailoringIndex_1;
V_5 = L_7;
int32_t L_8 = V_5;
TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* L_9 = ___t1;
NullCheck(L_9);
int32_t L_10 = L_9->___TailoringCount_2;
V_6 = ((int32_t)il2cpp_codegen_add(L_8, L_10));
goto IL_01d3;
}
IL_0045:
{
int32_t L_11 = V_5;
V_7 = ((int32_t)il2cpp_codegen_add(L_11, 1));
V_8 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL;
Il2CppChar* L_12 = V_3;
int32_t L_13 = V_5;
int32_t L_14 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), 2)))));
V_12 = L_14;
Il2CppChar L_15 = V_12;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_15, 1)))
{
case 0:
{
goto IL_0072;
}
case 1:
{
goto IL_00fa;
}
case 2:
{
goto IL_0126;
}
}
}
{
goto IL_01ab;
}
IL_0072:
{
int32_t L_16 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_16, 1));
goto IL_0080;
}
IL_007a:
{
int32_t L_17 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_17, 1));
}
IL_0080:
{
Il2CppChar* L_18 = V_3;
int32_t L_19 = V_7;
int32_t L_20 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_19), 2)))));
if (L_20)
{
goto IL_007a;
}
}
{
int32_t L_21 = V_7;
int32_t L_22 = V_5;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_23 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract(L_21, L_22)));
V_8 = L_23;
Il2CppChar* L_24 = V_3;
int32_t L_25 = V_5;
intptr_t L_26;
L_26 = IntPtr_op_Explicit_m04BEF6277775C13DD8A986812AAA3FCEC32DCCBE((void*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_25), 2)))), NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_27 = V_8;
int32_t L_28 = V_7;
int32_t L_29 = V_5;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_Copy_mB319AE8CC4416FF8F2F4567B600C96CBB4886931(L_26, L_27, 0, ((int32_t)il2cpp_codegen_subtract(L_28, L_29)), NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)4);
V_9 = L_30;
V_13 = 0;
goto IL_00d5;
}
IL_00bc:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_31 = V_9;
int32_t L_32 = V_13;
Il2CppChar* L_33 = V_3;
int32_t L_34 = V_7;
int32_t L_35 = V_13;
int32_t L_36 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_34, 1)), L_35))), 2)))));
NullCheck(L_31);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(L_32), (uint8_t)((int32_t)(uint8_t)L_36));
int32_t L_37 = V_13;
V_13 = ((int32_t)il2cpp_codegen_add(L_37, 1));
}
IL_00d5:
{
int32_t L_38 = V_13;
if ((((int32_t)L_38) < ((int32_t)4)))
{
goto IL_00bc;
}
}
{
List_1_t4B07534C6EDA44BFBF4CD81E023B10C2692A5258* L_39 = V_0;
int32_t L_40 = V_2;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_41 = V_8;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42 = V_9;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_43 = (Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540*)il2cpp_codegen_object_new(Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540_il2cpp_TypeInfo_var);
NullCheck(L_43);
Contraction__ctor_m393EA5668662462C9EB8D30405E2BC0D007E954C(L_43, L_40, L_41, (String_t*)NULL, L_42, NULL);
NullCheck(L_39);
List_1_Add_m55D04C26E04FE90F518E851CE3487279121F5219_inline(L_39, L_43, List_1_Add_m55D04C26E04FE90F518E851CE3487279121F5219_RuntimeMethod_var);
int32_t L_44 = V_7;
V_5 = ((int32_t)il2cpp_codegen_add(L_44, 6));
int32_t L_45 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_45, 1));
goto IL_01d3;
}
IL_00fa:
{
List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07* L_46 = V_1;
Il2CppChar* L_47 = V_3;
int32_t L_48 = V_5;
int32_t L_49 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_48, 1))), 2)))));
Il2CppChar* L_50 = V_3;
int32_t L_51 = V_5;
int32_t L_52 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_50, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_51, 2))), 2)))));
Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1* L_53 = (Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1*)il2cpp_codegen_object_new(Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1_il2cpp_TypeInfo_var);
NullCheck(L_53);
Level2Map__ctor_m2171A26B3D0F4CE222E9B83CEA97ACF486DA7B0B(L_53, (uint8_t)((int32_t)(uint8_t)L_49), (uint8_t)((int32_t)(uint8_t)L_52), NULL);
NullCheck(L_46);
List_1_Add_mA712408EB20FE442926FB62ED8BD9A081438F91B_inline(L_46, L_53, List_1_Add_mA712408EB20FE442926FB62ED8BD9A081438F91B_RuntimeMethod_var);
int32_t L_54 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_54, 3));
goto IL_01d3;
}
IL_0126:
{
int32_t L_55 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_55, 1));
goto IL_0134;
}
IL_012e:
{
int32_t L_56 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_56, 1));
}
IL_0134:
{
Il2CppChar* L_57 = V_3;
int32_t L_58 = V_7;
int32_t L_59 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_57, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_58), 2)))));
if (L_59)
{
goto IL_012e;
}
}
{
int32_t L_60 = V_7;
int32_t L_61 = V_5;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_62 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract(L_60, L_61)));
V_8 = L_62;
Il2CppChar* L_63 = V_3;
int32_t L_64 = V_5;
intptr_t L_65;
L_65 = IntPtr_op_Explicit_m04BEF6277775C13DD8A986812AAA3FCEC32DCCBE((void*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_63, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_64), 2)))), NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_66 = V_8;
int32_t L_67 = V_7;
int32_t L_68 = V_5;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_Copy_mB319AE8CC4416FF8F2F4567B600C96CBB4886931(L_65, L_66, 0, ((int32_t)il2cpp_codegen_subtract(L_67, L_68)), NULL);
int32_t L_69 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_69, 1));
int32_t L_70 = V_7;
V_10 = L_70;
goto IL_0175;
}
IL_016f:
{
int32_t L_71 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add(L_71, 1));
}
IL_0175:
{
Il2CppChar* L_72 = V_3;
int32_t L_73 = V_10;
int32_t L_74 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_72, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_73), 2)))));
if (L_74)
{
goto IL_016f;
}
}
{
Il2CppChar* L_75 = V_3;
int32_t L_76 = V_7;
int32_t L_77 = V_10;
int32_t L_78 = V_7;
String_t* L_79;
L_79 = String_CreateString_m3F8794FEB452558B8A68C65E1F0B603B3D94E0E2(NULL, L_75, L_76, ((int32_t)il2cpp_codegen_subtract(L_77, L_78)), NULL);
V_11 = L_79;
List_1_t4B07534C6EDA44BFBF4CD81E023B10C2692A5258* L_80 = V_0;
int32_t L_81 = V_2;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_82 = V_8;
String_t* L_83 = V_11;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_84 = (Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540*)il2cpp_codegen_object_new(Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540_il2cpp_TypeInfo_var);
NullCheck(L_84);
Contraction__ctor_m393EA5668662462C9EB8D30405E2BC0D007E954C(L_84, L_81, L_82, L_83, (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL, NULL);
NullCheck(L_80);
List_1_Add_m55D04C26E04FE90F518E851CE3487279121F5219_inline(L_80, L_84, List_1_Add_m55D04C26E04FE90F518E851CE3487279121F5219_RuntimeMethod_var);
int32_t L_85 = V_10;
V_5 = ((int32_t)il2cpp_codegen_add(L_85, 1));
int32_t L_86 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_86, 1));
goto IL_01d3;
}
IL_01ab:
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_87 = ___culture0;
NullCheck(L_87);
int32_t L_88;
L_88 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_87);
int32_t L_89 = L_88;
RuntimeObject* L_90 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_89);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_91 = ___culture0;
NullCheck(L_91);
String_t* L_92;
L_92 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_91);
int32_t L_93 = V_5;
int32_t L_94 = L_93;
RuntimeObject* L_95 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_94);
String_t* L_96;
L_96 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9ABD0C34749B0AA1E5D52F198A80EB2AA3298525)), L_90, L_92, L_95, NULL);
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_97 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
NullCheck(L_97);
NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_97, L_96, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_97, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MSCompatUnicodeTable_BuildTailoringTables_m30381D3C2CF5B3FF1AC43C148EF426A5D8E3F01F_RuntimeMethod_var)));
}
IL_01d3:
{
int32_t L_98 = V_5;
int32_t L_99 = V_6;
if ((((int32_t)L_98) < ((int32_t)L_99)))
{
goto IL_0045;
}
}
{
V_4 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL;
List_1_t4B07534C6EDA44BFBF4CD81E023B10C2692A5258* L_100 = V_0;
il2cpp_codegen_runtime_class_init_inline(ContractionComparer_t1CE1C4539C6840E11BB0D3F7E5C5BE815A40144B_il2cpp_TypeInfo_var);
ContractionComparer_t1CE1C4539C6840E11BB0D3F7E5C5BE815A40144B* L_101 = ((ContractionComparer_t1CE1C4539C6840E11BB0D3F7E5C5BE815A40144B_StaticFields*)il2cpp_codegen_static_fields_for(ContractionComparer_t1CE1C4539C6840E11BB0D3F7E5C5BE815A40144B_il2cpp_TypeInfo_var))->___Instance_0;
NullCheck(L_100);
List_1_Sort_m37936F298F44633B62E94F28FA811A9564FF4A89(L_100, L_101, List_1_Sort_m37936F298F44633B62E94F28FA811A9564FF4A89_RuntimeMethod_var);
List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07* L_102 = V_1;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596_il2cpp_TypeInfo_var);
Comparison_1_t9348BD07A42E0B64874D56D54EB3C5984E623BCE* L_103 = ((U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596_il2cpp_TypeInfo_var))->___U3CU3E9__17_0_1;
Comparison_1_t9348BD07A42E0B64874D56D54EB3C5984E623BCE* L_104 = L_103;
G_B25_0 = L_104;
G_B25_1 = L_102;
if (L_104)
{
G_B26_0 = L_104;
G_B26_1 = L_102;
goto IL_020a;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596_il2cpp_TypeInfo_var);
U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596* L_105 = ((U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Comparison_1_t9348BD07A42E0B64874D56D54EB3C5984E623BCE* L_106 = (Comparison_1_t9348BD07A42E0B64874D56D54EB3C5984E623BCE*)il2cpp_codegen_object_new(Comparison_1_t9348BD07A42E0B64874D56D54EB3C5984E623BCE_il2cpp_TypeInfo_var);
NullCheck(L_106);
Comparison_1__ctor_m910FD568C9AF4E20495457AE45128A1C1CF42E1C(L_106, L_105, (intptr_t)((void*)U3CU3Ec_U3CBuildTailoringTablesU3Eb__17_0_m602688B6CEE9BDA27C40F4750616F62FDCA2A3F2_RuntimeMethod_var), NULL);
Comparison_1_t9348BD07A42E0B64874D56D54EB3C5984E623BCE* L_107 = L_106;
((U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596_il2cpp_TypeInfo_var))->___U3CU3E9__17_0_1 = L_107;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596_il2cpp_TypeInfo_var))->___U3CU3E9__17_0_1), (void*)L_107);
G_B26_0 = L_107;
G_B26_1 = G_B25_1;
}
IL_020a:
{
NullCheck(G_B26_1);
List_1_Sort_mB410DEDC02C80B09BBBA1D5E4349DF97842CE78C(G_B26_1, G_B26_0, List_1_Sort_mB410DEDC02C80B09BBBA1D5E4349DF97842CE78C_RuntimeMethod_var);
ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E** L_108 = ___contractions2;
List_1_t4B07534C6EDA44BFBF4CD81E023B10C2692A5258* L_109 = V_0;
NullCheck(L_109);
ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* L_110;
L_110 = List_1_ToArray_mDB9A5833D13B76B178E20283BB565A8336B614DA(L_109, List_1_ToArray_mDB9A5833D13B76B178E20283BB565A8336B614DA_RuntimeMethod_var);
*((RuntimeObject**)L_108) = (RuntimeObject*)L_110;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_108, (void*)(RuntimeObject*)L_110);
Level2MapU5BU5D_t0A034BF792949B2B7421CBAFAD423AFB86CEED0C** L_111 = ___diacriticals3;
List_1_t5CAE2B09460C18583E8D73B71F73B8D58CE5DC07* L_112 = V_1;
NullCheck(L_112);
Level2MapU5BU5D_t0A034BF792949B2B7421CBAFAD423AFB86CEED0C* L_113;
L_113 = List_1_ToArray_m98422ED392AD80F51FB67422E8037A59508EB065(L_112, List_1_ToArray_m98422ED392AD80F51FB67422E8037A59508EB065_RuntimeMethod_var);
*((RuntimeObject**)L_111) = (RuntimeObject*)L_113;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_111, (void*)(RuntimeObject*)L_113);
return;
}
}
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::SetCJKReferences(System.String,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MSCompatUnicodeTable_SetCJKReferences_m6F88F84CD2067FE66FA41AD6434E4CDDF6B5F3B6 (String_t* ___name0, CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** ___lv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C45DB50527FCFAD456E74EB416B617329505309);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B0E509E3481549FC8F096287EFB425FAAFC38A4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral737BFFF97B66248A4653D6DA8ADA91C6C1065CAF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA65DBA682C40E29506EA08E50296520D49939CB9);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
bool L_1;
L_1 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_0, _stringLiteralA65DBA682C40E29506EA08E50296520D49939CB9, NULL);
if (L_1)
{
goto IL_0035;
}
}
{
String_t* L_2 = ___name0;
bool L_3;
L_3 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_2, _stringLiteral737BFFF97B66248A4653D6DA8ADA91C6C1065CAF, NULL);
if (L_3)
{
goto IL_004b;
}
}
{
String_t* L_4 = ___name0;
bool L_5;
L_5 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_4, _stringLiteral0C45DB50527FCFAD456E74EB416B617329505309, NULL);
if (L_5)
{
goto IL_0061;
}
}
{
String_t* L_6 = ___name0;
bool L_7;
L_7 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_6, _stringLiteral4B0E509E3481549FC8F096287EFB425FAAFC38A4, NULL);
if (L_7)
{
goto IL_0077;
}
}
{
return;
}
IL_0035:
{
uint8_t** L_8 = ___catTable2;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t* L_9 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkCHScategory_6;
*((intptr_t*)L_8) = (intptr_t)L_9;
uint8_t** L_10 = ___lv1Table3;
uint8_t* L_11 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkCHSlv1_10;
*((intptr_t*)L_10) = (intptr_t)L_11;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** L_12 = ___cjkIndexer1;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var);
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_13 = ((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___CjkCHS_5;
*((RuntimeObject**)L_12) = (RuntimeObject*)L_13;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_12, (void*)(RuntimeObject*)L_13);
return;
}
IL_004b:
{
uint8_t** L_14 = ___catTable2;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t* L_15 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkCHTcategory_7;
*((intptr_t*)L_14) = (intptr_t)L_15;
uint8_t** L_16 = ___lv1Table3;
uint8_t* L_17 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkCHTlv1_11;
*((intptr_t*)L_16) = (intptr_t)L_17;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** L_18 = ___cjkIndexer1;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var);
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_19 = ((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___Cjk_6;
*((RuntimeObject**)L_18) = (RuntimeObject*)L_19;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_18, (void*)(RuntimeObject*)L_19);
return;
}
IL_0061:
{
uint8_t** L_20 = ___catTable2;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t* L_21 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkJAcategory_8;
*((intptr_t*)L_20) = (intptr_t)L_21;
uint8_t** L_22 = ___lv1Table3;
uint8_t* L_23 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkJAlv1_12;
*((intptr_t*)L_22) = (intptr_t)L_23;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** L_24 = ___cjkIndexer1;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var);
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_25 = ((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___Cjk_6;
*((RuntimeObject**)L_24) = (RuntimeObject*)L_25;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_24, (void*)(RuntimeObject*)L_25);
return;
}
IL_0077:
{
uint8_t** L_26 = ___catTable2;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t* L_27 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkKOcategory_9;
*((intptr_t*)L_26) = (intptr_t)L_27;
uint8_t** L_28 = ___lv1Table3;
uint8_t* L_29 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkKOlv1_13;
*((intptr_t*)L_28) = (intptr_t)L_29;
uint8_t** L_30 = ___lv2Table5;
uint8_t* L_31 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkKOlv2_14;
*((intptr_t*)L_30) = (intptr_t)L_31;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** L_32 = ___cjkIndexer1;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var);
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_33 = ((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___Cjk_6;
*((RuntimeObject**)L_32) = (RuntimeObject*)L_33;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_32, (void*)(RuntimeObject*)L_33);
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** L_34 = ___lv2Indexer4;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_35 = ((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___Cjk_6;
*((RuntimeObject**)L_34) = (RuntimeObject*)L_35;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_34, (void*)(RuntimeObject*)L_35);
return;
}
}
// System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Category(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t MSCompatUnicodeTable_Category_m2516C983E8E9057703BB7136D03A4617F2806D54 (int32_t ___cp0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t* L_0 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___categories_2;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var);
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_1 = ((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___Category_1;
int32_t L_2 = ___cp0;
NullCheck(L_1);
int32_t L_3;
L_3 = CodePointIndexer_ToIndex_m5B3502DBB6A1CCDBA58E160B8CFA9625AE80EFF4(L_1, L_2, NULL);
int32_t L_4 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, L_3)));
return (uint8_t)L_4;
}
}
// System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Level1(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t MSCompatUnicodeTable_Level1_m52E22BCB6AC97C00EFDC11F33465B9B120F41549 (int32_t ___cp0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t* L_0 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___level1_3;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var);
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_1 = ((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___Level1_2;
int32_t L_2 = ___cp0;
NullCheck(L_1);
int32_t L_3;
L_3 = CodePointIndexer_ToIndex_m5B3502DBB6A1CCDBA58E160B8CFA9625AE80EFF4(L_1, L_2, NULL);
int32_t L_4 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, L_3)));
return (uint8_t)L_4;
}
}
// System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Level2(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t MSCompatUnicodeTable_Level2_m7A27D6403FFD1A6AF593F4D48B729E44C19A1082 (int32_t ___cp0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t* L_0 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___level2_4;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var);
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_1 = ((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___Level2_3;
int32_t L_2 = ___cp0;
NullCheck(L_1);
int32_t L_3;
L_3 = CodePointIndexer_ToIndex_m5B3502DBB6A1CCDBA58E160B8CFA9625AE80EFF4(L_1, L_2, NULL);
int32_t L_4 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, L_3)));
return (uint8_t)L_4;
}
}
// System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Level3(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t MSCompatUnicodeTable_Level3_mEB25D2A4C81C790FE99CB2C14AB1330CE199EC84 (int32_t ___cp0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t* L_0 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___level3_5;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var);
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_1 = ((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___Level3_4;
int32_t L_2 = ___cp0;
NullCheck(L_1);
int32_t L_3;
L_3 = CodePointIndexer_ToIndex_m5B3502DBB6A1CCDBA58E160B8CFA9625AE80EFF4(L_1, L_2, NULL);
int32_t L_4 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, L_3)));
return (uint8_t)L_4;
}
}
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsIgnorable(System.Int32,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsIgnorable_m13393425857135DF1AB09C81D248E5E49FCEBCE1 (int32_t ___cp0, uint8_t ___flag1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ___cp0;
if (L_0)
{
goto IL_0005;
}
}
{
return (bool)1;
}
IL_0005:
{
uint8_t L_1 = ___flag1;
if (!((int32_t)((int32_t)L_1&1)))
{
goto IL_0029;
}
}
{
int32_t L_2 = ___cp0;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
int32_t L_3;
L_3 = Char_GetUnicodeCategory_m8BC9F8A973843AD3B62358285AED47C5185B0BE1(((int32_t)(uint16_t)L_2), NULL);
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)29)))))
{
goto IL_0017;
}
}
{
return (bool)1;
}
IL_0017:
{
int32_t L_4 = ___cp0;
if ((((int32_t)((int32_t)55424)) > ((int32_t)L_4)))
{
goto IL_0029;
}
}
{
int32_t L_5 = ___cp0;
if ((((int32_t)L_5) >= ((int32_t)((int32_t)56192))))
{
goto IL_0029;
}
}
{
return (bool)1;
}
IL_0029:
{
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var);
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_6 = ((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___Ignorable_0;
int32_t L_7 = ___cp0;
NullCheck(L_6);
int32_t L_8;
L_8 = CodePointIndexer_ToIndex_m5B3502DBB6A1CCDBA58E160B8CFA9625AE80EFF4(L_6, L_7, NULL);
V_0 = L_8;
int32_t L_9 = V_0;
if ((((int32_t)L_9) < ((int32_t)0)))
{
goto IL_0047;
}
}
{
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t* L_10 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___ignorableFlags_1;
int32_t L_11 = V_0;
int32_t L_12 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, L_11)));
uint8_t L_13 = ___flag1;
return (bool)((!(((uint32_t)((int32_t)(L_12&(int32_t)L_13))) <= ((uint32_t)0)))? 1 : 0);
}
IL_0047:
{
return (bool)0;
}
}
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsIgnorableNonSpacing(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsIgnorableNonSpacing_mA1B7A05D0904121B6CFE5976182FCEE34F7DB1AB (int32_t ___cp0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___cp0;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
bool L_1;
L_1 = MSCompatUnicodeTable_IsIgnorable_m13393425857135DF1AB09C81D248E5E49FCEBCE1(L_0, (uint8_t)4, NULL);
return L_1;
}
}
// System.Int32 Mono.Globalization.Unicode.MSCompatUnicodeTable::ToKanaTypeInsensitive(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MSCompatUnicodeTable_ToKanaTypeInsensitive_m5602703DCDFCC5D24BC7B0F6819F56A8F18BE670 (int32_t ___i0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___i0;
if ((((int32_t)((int32_t)12353)) > ((int32_t)L_0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___i0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)12436))))
{
goto IL_0012;
}
}
IL_0010:
{
int32_t L_2 = ___i0;
return L_2;
}
IL_0012:
{
int32_t L_3 = ___i0;
return ((int32_t)il2cpp_codegen_add(L_3, ((int32_t)96)));
}
}
// System.Int32 Mono.Globalization.Unicode.MSCompatUnicodeTable::ToWidthCompat(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MSCompatUnicodeTable_ToWidthCompat_m1D0FE1AF0AD1AB27D0744787A88C58BD42374C37 (int32_t ___i0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___i0;
if ((((int32_t)L_0) >= ((int32_t)((int32_t)8592))))
{
goto IL_000a;
}
}
{
int32_t L_1 = ___i0;
return L_1;
}
IL_000a:
{
int32_t L_2 = ___i0;
if ((((int32_t)L_2) <= ((int32_t)((int32_t)65280))))
{
goto IL_0079;
}
}
{
int32_t L_3 = ___i0;
if ((((int32_t)L_3) > ((int32_t)((int32_t)65374))))
{
goto IL_0025;
}
}
{
int32_t L_4 = ___i0;
return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_4, ((int32_t)65280))), ((int32_t)32)));
}
IL_0025:
{
int32_t L_5 = ___i0;
switch (((int32_t)il2cpp_codegen_subtract(L_5, ((int32_t)65504))))
{
case 0:
{
goto IL_004f;
}
case 1:
{
goto IL_0055;
}
case 2:
{
goto IL_005b;
}
case 3:
{
goto IL_0061;
}
case 4:
{
goto IL_0067;
}
case 5:
{
goto IL_006d;
}
case 6:
{
goto IL_0073;
}
}
}
{
goto IL_0079;
}
IL_004f:
{
return ((int32_t)162);
}
IL_0055:
{
return ((int32_t)163);
}
IL_005b:
{
return ((int32_t)172);
}
IL_0061:
{
return ((int32_t)175);
}
IL_0067:
{
return ((int32_t)166);
}
IL_006d:
{
return ((int32_t)165);
}
IL_0073:
{
return ((int32_t)8361);
}
IL_0079:
{
int32_t L_6 = ___i0;
if ((((int32_t)L_6) <= ((int32_t)((int32_t)13054))))
{
goto IL_0083;
}
}
{
int32_t L_7 = ___i0;
return L_7;
}
IL_0083:
{
int32_t L_8 = ___i0;
if ((((int32_t)L_8) > ((int32_t)((int32_t)8595))))
{
goto IL_0093;
}
}
{
int32_t L_9 = ___i0;
return ((int32_t)il2cpp_codegen_add(((int32_t)56921), L_9));
}
IL_0093:
{
int32_t L_10 = ___i0;
if ((((int32_t)L_10) >= ((int32_t)((int32_t)9474))))
{
goto IL_009d;
}
}
{
int32_t L_11 = ___i0;
return L_11;
}
IL_009d:
{
int32_t L_12 = ___i0;
if ((((int32_t)L_12) > ((int32_t)((int32_t)9675))))
{
goto IL_00d3;
}
}
{
int32_t L_13 = ___i0;
if ((((int32_t)L_13) == ((int32_t)((int32_t)9474))))
{
goto IL_00bf;
}
}
{
int32_t L_14 = ___i0;
if ((((int32_t)L_14) == ((int32_t)((int32_t)9632))))
{
goto IL_00c5;
}
}
{
int32_t L_15 = ___i0;
if ((((int32_t)L_15) == ((int32_t)((int32_t)9675))))
{
goto IL_00cb;
}
}
{
goto IL_00d1;
}
IL_00bf:
{
return ((int32_t)65512);
}
IL_00c5:
{
return ((int32_t)65517);
}
IL_00cb:
{
return ((int32_t)65518);
}
IL_00d1:
{
int32_t L_16 = ___i0;
return L_16;
}
IL_00d3:
{
int32_t L_17 = ___i0;
if ((((int32_t)L_17) >= ((int32_t)((int32_t)12288))))
{
goto IL_00dd;
}
}
{
int32_t L_18 = ___i0;
return L_18;
}
IL_00dd:
{
int32_t L_19 = ___i0;
if ((((int32_t)L_19) >= ((int32_t)((int32_t)12593))))
{
goto IL_0144;
}
}
{
int32_t L_20 = ___i0;
if ((((int32_t)L_20) > ((int32_t)((int32_t)12300))))
{
goto IL_010f;
}
}
{
int32_t L_21 = ___i0;
switch (((int32_t)il2cpp_codegen_subtract(L_21, ((int32_t)12288))))
{
case 0:
{
goto IL_0121;
}
case 1:
{
goto IL_0124;
}
case 2:
{
goto IL_012a;
}
}
}
{
int32_t L_22 = ___i0;
if ((((int32_t)L_22) == ((int32_t)((int32_t)12300))))
{
goto IL_0130;
}
}
{
goto IL_0142;
}
IL_010f:
{
int32_t L_23 = ___i0;
if ((((int32_t)L_23) == ((int32_t)((int32_t)12301))))
{
goto IL_0136;
}
}
{
int32_t L_24 = ___i0;
if ((((int32_t)L_24) == ((int32_t)((int32_t)12539))))
{
goto IL_013c;
}
}
{
goto IL_0142;
}
IL_0121:
{
return ((int32_t)32);
}
IL_0124:
{
return ((int32_t)65380);
}
IL_012a:
{
return ((int32_t)65377);
}
IL_0130:
{
return ((int32_t)65378);
}
IL_0136:
{
return ((int32_t)65379);
}
IL_013c:
{
return ((int32_t)65381);
}
IL_0142:
{
int32_t L_25 = ___i0;
return L_25;
}
IL_0144:
{
int32_t L_26 = ___i0;
if ((((int32_t)L_26) >= ((int32_t)((int32_t)12644))))
{
goto IL_015a;
}
}
{
int32_t L_27 = ___i0;
return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_27, ((int32_t)12592))), ((int32_t)65440)));
}
IL_015a:
{
int32_t L_28 = ___i0;
if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)12644)))))
{
goto IL_0168;
}
}
{
return ((int32_t)65440);
}
IL_0168:
{
int32_t L_29 = ___i0;
return L_29;
}
}
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::HasSpecialWeight(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_HasSpecialWeight_m098343D82D7AC6164F57AA52167EF20B30BF066E (Il2CppChar ___c0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___c0;
if ((((int32_t)L_0) >= ((int32_t)((int32_t)12353))))
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
Il2CppChar L_1 = ___c0;
if ((((int32_t)((int32_t)65382)) > ((int32_t)L_1)))
{
goto IL_001c;
}
}
{
Il2CppChar L_2 = ___c0;
if ((((int32_t)L_2) >= ((int32_t)((int32_t)65438))))
{
goto IL_001c;
}
}
{
return (bool)1;
}
IL_001c:
{
Il2CppChar L_3 = ___c0;
if ((((int32_t)((int32_t)13056)) > ((int32_t)L_3)))
{
goto IL_0026;
}
}
{
return (bool)0;
}
IL_0026:
{
Il2CppChar L_4 = ___c0;
if ((((int32_t)L_4) >= ((int32_t)((int32_t)12445))))
{
goto IL_0037;
}
}
{
Il2CppChar L_5 = ___c0;
return (bool)((((int32_t)L_5) < ((int32_t)((int32_t)12441)))? 1 : 0);
}
IL_0037:
{
Il2CppChar L_6 = ___c0;
if ((((int32_t)L_6) >= ((int32_t)((int32_t)12544))))
{
goto IL_004b;
}
}
{
Il2CppChar L_7 = ___c0;
return (bool)((((int32_t)((((int32_t)L_7) == ((int32_t)((int32_t)12539)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_004b:
{
Il2CppChar L_8 = ___c0;
if ((((int32_t)L_8) >= ((int32_t)((int32_t)13008))))
{
goto IL_0055;
}
}
{
return (bool)0;
}
IL_0055:
{
Il2CppChar L_9 = ___c0;
if ((((int32_t)L_9) >= ((int32_t)((int32_t)13055))))
{
goto IL_005f;
}
}
{
return (bool)1;
}
IL_005f:
{
return (bool)0;
}
}
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsHalfWidthKana(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsHalfWidthKana_m581D2C8677F65CBEA37B0DD7B39F522CB16D437F (Il2CppChar ___c0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___c0;
if ((((int32_t)((int32_t)65382)) > ((int32_t)L_0)))
{
goto IL_0014;
}
}
{
Il2CppChar L_1 = ___c0;
return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)((int32_t)65437)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0014:
{
return (bool)0;
}
}
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsHiragana(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsHiragana_mD8EE5F5E9FEFE4C75AF7370407B2C60F77CD2166 (Il2CppChar ___c0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___c0;
if ((((int32_t)((int32_t)12353)) > ((int32_t)L_0)))
{
goto IL_0014;
}
}
{
Il2CppChar L_1 = ___c0;
return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)((int32_t)12436)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0014:
{
return (bool)0;
}
}
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsJapaneseSmallLetter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsJapaneseSmallLetter_mA04FA6BB203A875C356D6F1C6122DD5C0C397ABC (Il2CppChar ___c0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___c0;
if ((((int32_t)((int32_t)65383)) > ((int32_t)L_0)))
{
goto IL_0012;
}
}
{
Il2CppChar L_1 = ___c0;
if ((((int32_t)L_1) > ((int32_t)((int32_t)65391))))
{
goto IL_0012;
}
}
{
return (bool)1;
}
IL_0012:
{
Il2CppChar L_2 = ___c0;
if ((((int32_t)((int32_t)12352)) >= ((int32_t)L_2)))
{
goto IL_0121;
}
}
{
Il2CppChar L_3 = ___c0;
if ((((int32_t)L_3) >= ((int32_t)((int32_t)12538))))
{
goto IL_0121;
}
}
{
Il2CppChar L_4 = ___c0;
if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)12457)))))
{
goto IL_00d5;
}
}
{
Il2CppChar L_5 = ___c0;
if ((!(((uint32_t)L_5) <= ((uint32_t)((int32_t)12387)))))
{
goto IL_007b;
}
}
{
Il2CppChar L_6 = ___c0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, ((int32_t)12353))))
{
case 0:
{
goto IL_011f;
}
case 1:
{
goto IL_0121;
}
case 2:
{
goto IL_011f;
}
case 3:
{
goto IL_0121;
}
case 4:
{
goto IL_011f;
}
case 5:
{
goto IL_0121;
}
case 6:
{
goto IL_011f;
}
case 7:
{
goto IL_0121;
}
case 8:
{
goto IL_011f;
}
}
}
{
Il2CppChar L_7 = ___c0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)12387))))
{
goto IL_011f;
}
}
{
goto IL_0121;
}
IL_007b:
{
Il2CppChar L_8 = ___c0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, ((int32_t)12419))))
{
case 0:
{
goto IL_011f;
}
case 1:
{
goto IL_0121;
}
case 2:
{
goto IL_011f;
}
case 3:
{
goto IL_0121;
}
case 4:
{
goto IL_011f;
}
}
}
{
Il2CppChar L_9 = ___c0;
if ((((int32_t)L_9) == ((int32_t)((int32_t)12430))))
{
goto IL_011f;
}
}
{
Il2CppChar L_10 = ___c0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, ((int32_t)12449))))
{
case 0:
{
goto IL_011f;
}
case 1:
{
goto IL_0121;
}
case 2:
{
goto IL_011f;
}
case 3:
{
goto IL_0121;
}
case 4:
{
goto IL_011f;
}
case 5:
{
goto IL_0121;
}
case 6:
{
goto IL_011f;
}
case 7:
{
goto IL_0121;
}
case 8:
{
goto IL_011f;
}
}
}
{
goto IL_0121;
}
IL_00d5:
{
Il2CppChar L_11 = ___c0;
if ((!(((uint32_t)L_11) <= ((uint32_t)((int32_t)12519)))))
{
goto IL_0107;
}
}
{
Il2CppChar L_12 = ___c0;
if ((((int32_t)L_12) == ((int32_t)((int32_t)12483))))
{
goto IL_011f;
}
}
{
Il2CppChar L_13 = ___c0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, ((int32_t)12515))))
{
case 0:
{
goto IL_011f;
}
case 1:
{
goto IL_0121;
}
case 2:
{
goto IL_011f;
}
case 3:
{
goto IL_0121;
}
case 4:
{
goto IL_011f;
}
}
}
{
goto IL_0121;
}
IL_0107:
{
Il2CppChar L_14 = ___c0;
if ((((int32_t)L_14) == ((int32_t)((int32_t)12526))))
{
goto IL_011f;
}
}
{
Il2CppChar L_15 = ___c0;
if ((((int32_t)L_15) == ((int32_t)((int32_t)12533))))
{
goto IL_011f;
}
}
{
Il2CppChar L_16 = ___c0;
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)12534)))))
{
goto IL_0121;
}
}
IL_011f:
{
return (bool)1;
}
IL_0121:
{
return (bool)0;
}
}
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::get_IsReady()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_get_IsReady_m6BFB22DA662CAB98F0E7F3669075196C5095A7A6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
bool L_0 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___isReady_18;
return L_0;
}
}
// System.IntPtr Mono.Globalization.Unicode.MSCompatUnicodeTable::GetResource(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t MSCompatUnicodeTable_GetResource_mC98D3515C2BA8B20C80A76D8FAE5443F7D1D6022 (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_GetResource_mC98D3515C2BA8B20C80A76D8FAE5443F7D1D6022_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeAssembly_tA26A4DE82E77826DFC3D58AD976BCFC6BCA918AF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* V_1 = NULL;
{
Assembly_t* L_0;
L_0 = il2cpp_codegen_get_executing_assembly(MSCompatUnicodeTable_GetResource_mC98D3515C2BA8B20C80A76D8FAE5443F7D1D6022_RuntimeMethod_var);
String_t* L_1 = ___name0;
NullCheck(((RuntimeAssembly_tA26A4DE82E77826DFC3D58AD976BCFC6BCA918AF*)CastclassClass((RuntimeObject*)L_0, RuntimeAssembly_tA26A4DE82E77826DFC3D58AD976BCFC6BCA918AF_il2cpp_TypeInfo_var)));
intptr_t L_2;
L_2 = RuntimeAssembly_GetManifestResourceInternal_m42C3E9A9A678777B6B889144EFC663E6B0DBF362(((RuntimeAssembly_tA26A4DE82E77826DFC3D58AD976BCFC6BCA918AF*)CastclassClass((RuntimeObject*)L_0, RuntimeAssembly_tA26A4DE82E77826DFC3D58AD976BCFC6BCA918AF_il2cpp_TypeInfo_var)), L_1, (&V_0), (&V_1), NULL);
return L_2;
}
}
// System.UInt32 Mono.Globalization.Unicode.MSCompatUnicodeTable::UInt32FromBytePtr(System.Byte*,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MSCompatUnicodeTable_UInt32FromBytePtr_m49759283C4DACD7F84FA9AD04CEF5E82D4CBA510 (uint8_t* ___raw0, uint32_t ___idx1, const RuntimeMethod* method)
{
{
uint8_t* L_0 = ___raw0;
uint32_t L_1 = ___idx1;
int32_t L_2 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((uintptr_t)L_1))));
uint8_t* L_3 = ___raw0;
uint32_t L_4 = ___idx1;
int32_t L_5 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, 1))))));
uint8_t* L_6 = ___raw0;
uint32_t L_7 = ___idx1;
int32_t L_8 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, 2))))));
uint8_t* L_9 = ___raw0;
uint32_t L_10 = ___idx1;
int32_t L_11 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, 3))))));
return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_2, ((int32_t)(L_5<<8)))), ((int32_t)(L_8<<((int32_t)16))))), ((int32_t)(L_11<<((int32_t)24)))));
}
}
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::.cctor()
#if IL2CPP_TARGET_XBOXONE
IL2CPP_DISABLE_OPTIMIZATIONS
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MSCompatUnicodeTable__cctor_m12E22B12192CB9AC9E5D539B1F331A3EB6578435 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TailoringInfoU5BU5D_t91193FADA23E3EB0EF7B06A3320C11A012717AEE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B387A0B65C6A93464FB0B268584E15E02AE9BEC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51E32388186E3C054444183AA4F66F30E4D384D2);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
uint8_t* V_1 = NULL;
uint32_t V_2 = 0;
uint32_t V_3 = 0;
intptr_t V_4;
memset((&V_4), 0, sizeof(V_4));
uint32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* V_9 = NULL;
int32_t V_10 = 0;
{
((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___MaxExpansionLength_0 = 3;
RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
NullCheck(L_0);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL);
((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___forLock_17 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___forLock_17), (void*)L_0);
V_3 = 0;
intptr_t L_1;
L_1 = MSCompatUnicodeTable_GetResource_mC98D3515C2BA8B20C80A76D8FAE5443F7D1D6022(_stringLiteral0B387A0B65C6A93464FB0B268584E15E02AE9BEC, NULL);
V_4 = L_1;
intptr_t L_2 = V_4;
bool L_3;
L_3 = IntPtr_op_Equality_m73759B51FE326460AC87A0E386480226EF2FABED(L_2, (0), NULL);
if (!L_3)
{
goto IL_002d;
}
}
{
return;
}
IL_002d:
{
intptr_t L_4 = V_4;
void* L_5;
L_5 = IntPtr_op_Explicit_m693F2F9E685EE117D4AC080342B8959DAF684294(L_4, NULL);
V_0 = (uint8_t*)L_5;
intptr_t L_6;
L_6 = MSCompatUnicodeTable_GetResource_mC98D3515C2BA8B20C80A76D8FAE5443F7D1D6022(_stringLiteral51E32388186E3C054444183AA4F66F30E4D384D2, NULL);
V_4 = L_6;
intptr_t L_7 = V_4;
bool L_8;
L_8 = IntPtr_op_Equality_m73759B51FE326460AC87A0E386480226EF2FABED(L_7, (0), NULL);
if (!L_8)
{
goto IL_0050;
}
}
{
return;
}
IL_0050:
{
intptr_t L_9 = V_4;
void* L_10;
L_10 = IntPtr_op_Explicit_m693F2F9E685EE117D4AC080342B8959DAF684294(L_9, NULL);
V_1 = (uint8_t*)L_10;
uint8_t* L_11 = V_0;
if ((((intptr_t)L_11) == ((intptr_t)((uintptr_t)0))))
{
goto IL_0062;
}
}
{
uint8_t* L_12 = V_1;
if ((!(((uintptr_t)L_12) == ((uintptr_t)((uintptr_t)0)))))
{
goto IL_0063;
}
}
IL_0062:
{
return;
}
IL_0063:
{
uint8_t* L_13 = V_0;
int32_t L_14 = *((uint8_t*)L_13);
if ((!(((uint32_t)L_14) == ((uint32_t)3))))
{
goto IL_006d;
}
}
{
uint8_t* L_15 = V_1;
int32_t L_16 = *((uint8_t*)L_15);
if ((((int32_t)L_16) == ((int32_t)3)))
{
goto IL_006e;
}
}
IL_006d:
{
return;
}
IL_006e:
{
V_3 = 1;
uint8_t* L_17 = V_0;
uint32_t L_18 = V_3;
uint32_t L_19;
L_19 = MSCompatUnicodeTable_UInt32FromBytePtr_m49759283C4DACD7F84FA9AD04CEF5E82D4CBA510(L_17, L_18, NULL);
V_2 = L_19;
uint32_t L_20 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, 4));
uint8_t* L_21 = V_0;
uint32_t L_22 = V_3;
((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___ignorableFlags_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_21, (intptr_t)((uintptr_t)L_22)));
uint32_t L_23 = V_3;
uint32_t L_24 = V_2;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24));
uint8_t* L_25 = V_0;
uint32_t L_26 = V_3;
uint32_t L_27;
L_27 = MSCompatUnicodeTable_UInt32FromBytePtr_m49759283C4DACD7F84FA9AD04CEF5E82D4CBA510(L_25, L_26, NULL);
V_2 = L_27;
uint32_t L_28 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, 4));
uint8_t* L_29 = V_0;
uint32_t L_30 = V_3;
((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___categories_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_29, (intptr_t)((uintptr_t)L_30)));
uint32_t L_31 = V_3;
uint32_t L_32 = V_2;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32));
uint8_t* L_33 = V_0;
uint32_t L_34 = V_3;
uint32_t L_35;
L_35 = MSCompatUnicodeTable_UInt32FromBytePtr_m49759283C4DACD7F84FA9AD04CEF5E82D4CBA510(L_33, L_34, NULL);
V_2 = L_35;
uint32_t L_36 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, 4));
uint8_t* L_37 = V_0;
uint32_t L_38 = V_3;
((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___level1_3 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, (intptr_t)((uintptr_t)L_38)));
uint32_t L_39 = V_3;
uint32_t L_40 = V_2;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40));
uint8_t* L_41 = V_0;
uint32_t L_42 = V_3;
uint32_t L_43;
L_43 = MSCompatUnicodeTable_UInt32FromBytePtr_m49759283C4DACD7F84FA9AD04CEF5E82D4CBA510(L_41, L_42, NULL);
V_2 = L_43;
uint32_t L_44 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, 4));
uint8_t* L_45 = V_0;
uint32_t L_46 = V_3;
((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___level2_4 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_45, (intptr_t)((uintptr_t)L_46)));
uint32_t L_47 = V_3;
uint32_t L_48 = V_2;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)L_48));
uint8_t* L_49 = V_0;
uint32_t L_50 = V_3;
uint32_t L_51;
L_51 = MSCompatUnicodeTable_UInt32FromBytePtr_m49759283C4DACD7F84FA9AD04CEF5E82D4CBA510(L_49, L_50, NULL);
V_2 = L_51;
uint32_t L_52 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, 4));
uint8_t* L_53 = V_0;
uint32_t L_54 = V_3;
((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___level3_5 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_53, (intptr_t)((uintptr_t)L_54)));
uint32_t L_55 = V_3;
uint32_t L_56 = V_2;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)L_56));
V_3 = 1;
uint8_t* L_57 = V_1;
uint32_t L_58 = V_3;
uint32_t L_59;
L_59 = MSCompatUnicodeTable_UInt32FromBytePtr_m49759283C4DACD7F84FA9AD04CEF5E82D4CBA510(L_57, L_58, NULL);
V_5 = L_59;
uint32_t L_60 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, 4));
uint32_t L_61 = V_5;
TailoringInfoU5BU5D_t91193FADA23E3EB0EF7B06A3320C11A012717AEE* L_62 = (TailoringInfoU5BU5D_t91193FADA23E3EB0EF7B06A3320C11A012717AEE*)(TailoringInfoU5BU5D_t91193FADA23E3EB0EF7B06A3320C11A012717AEE*)SZArrayNew(TailoringInfoU5BU5D_t91193FADA23E3EB0EF7B06A3320C11A012717AEE_il2cpp_TypeInfo_var, (uint32_t)L_61);
((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___tailoringInfos_16 = L_62;
Il2CppCodeGenWriteBarrier((void**)(&((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___tailoringInfos_16), (void*)L_62);
V_6 = 0;
goto IL_0159;
}
IL_010d:
{
uint8_t* L_63 = V_1;
uint32_t L_64 = V_3;
uint32_t L_65;
L_65 = MSCompatUnicodeTable_UInt32FromBytePtr_m49759283C4DACD7F84FA9AD04CEF5E82D4CBA510(L_63, L_64, NULL);
uint32_t L_66 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, 4));
uint8_t* L_67 = V_1;
uint32_t L_68 = V_3;
uint32_t L_69;
L_69 = MSCompatUnicodeTable_UInt32FromBytePtr_m49759283C4DACD7F84FA9AD04CEF5E82D4CBA510(L_67, L_68, NULL);
V_7 = L_69;
uint32_t L_70 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, 4));
uint8_t* L_71 = V_1;
uint32_t L_72 = V_3;
uint32_t L_73;
L_73 = MSCompatUnicodeTable_UInt32FromBytePtr_m49759283C4DACD7F84FA9AD04CEF5E82D4CBA510(L_71, L_72, NULL);
V_8 = L_73;
uint32_t L_74 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, 4));
int32_t L_75 = V_7;
int32_t L_76 = V_8;
uint8_t* L_77 = V_1;
uint32_t L_78 = V_3;
uint32_t L_79 = L_78;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, 1));
int32_t L_80 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_77, (intptr_t)((uintptr_t)L_79))));
TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* L_81 = (TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A*)il2cpp_codegen_object_new(TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A_il2cpp_TypeInfo_var);
NullCheck(L_81);
TailoringInfo__ctor_m8FE45B7864406D005E092AD69597178C4F081F4E(L_81, L_65, L_75, L_76, (bool)((!(((uint32_t)L_80) <= ((uint32_t)0)))? 1 : 0), NULL);
V_9 = L_81;
TailoringInfoU5BU5D_t91193FADA23E3EB0EF7B06A3320C11A012717AEE* L_82 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___tailoringInfos_16;
int32_t L_83 = V_6;
TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* L_84 = V_9;
NullCheck(L_82);
ArrayElementTypeCheck (L_82, L_84);
(L_82)->SetAt(static_cast<il2cpp_array_size_t>(L_83), (TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A*)L_84);
int32_t L_85 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_85, 1));
}
IL_0159:
{
int32_t L_86 = V_6;
uint32_t L_87 = V_5;
if ((((int64_t)((int64_t)L_86)) < ((int64_t)((int64_t)(uint64_t)L_87))))
{
goto IL_010d;
}
}
{
uint32_t L_88 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, 2));
uint8_t* L_89 = V_1;
uint32_t L_90 = V_3;
uint32_t L_91;
L_91 = MSCompatUnicodeTable_UInt32FromBytePtr_m49759283C4DACD7F84FA9AD04CEF5E82D4CBA510(L_89, L_90, NULL);
V_5 = L_91;
uint32_t L_92 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, 4));
uint32_t L_93 = V_5;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_94 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)L_93);
((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___tailoringArr_15 = L_94;
Il2CppCodeGenWriteBarrier((void**)(&((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___tailoringArr_15), (void*)L_94);
V_10 = 0;
goto IL_01a5;
}
IL_0183:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_95 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___tailoringArr_15;
int32_t L_96 = V_10;
uint8_t* L_97 = V_1;
uint32_t L_98 = V_3;
int32_t L_99 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_97, (intptr_t)((uintptr_t)L_98))));
uint8_t* L_100 = V_1;
uint32_t L_101 = V_3;
int32_t L_102 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_100, (intptr_t)((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_101, 1))))));
NullCheck(L_95);
(L_95)->SetAt(static_cast<il2cpp_array_size_t>(L_96), (Il2CppChar)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_99, ((int32_t)(L_102<<8))))));
int32_t L_103 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add(L_103, 1));
uint32_t L_104 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, 2));
}
IL_01a5:
{
int32_t L_105 = V_10;
uint32_t L_106 = V_5;
if ((((int64_t)((int64_t)L_105)) < ((int64_t)((int64_t)(uint64_t)L_106))))
{
goto IL_0183;
}
}
{
((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___isReady_18 = (bool)1;
return;
}
}
#if IL2CPP_TARGET_XBOXONE
IL2CPP_ENABLE_OPTIMIZATIONS
#endif
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::FillCJK(System.String,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MSCompatUnicodeTable_FillCJK_m0FD1315314CD19A8972FEF6670A169CBF1E35851 (String_t* ___culture0, CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** ___lv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
bool V_1 = false;
{
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
RuntimeObject* L_0 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___forLock_17;
V_0 = L_0;
V_1 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_002c:
{// begin finally (depth: 1)
{
bool L_1 = V_1;
if (!L_1)
{
goto IL_0035;
}
}
{
RuntimeObject* L_2 = V_0;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_2, NULL);
}
IL_0035:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
RuntimeObject* L_3 = V_0;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_3, (&V_1), NULL);
String_t* L_4 = ___culture0;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** L_5 = ___cjkIndexer1;
uint8_t** L_6 = ___catTable2;
uint8_t** L_7 = ___lv1Table3;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** L_8 = ___lv2Indexer4;
uint8_t** L_9 = ___lv2Table5;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
MSCompatUnicodeTable_FillCJKCore_m3F388EBFE91ACC360309C5FB068F03BD66A1D3EB(L_4, L_5, L_6, L_7, L_8, L_9, NULL);
String_t* L_10 = ___culture0;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** L_11 = ___cjkIndexer1;
uint8_t** L_12 = ___catTable2;
uint8_t** L_13 = ___lv1Table3;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** L_14 = ___lv2Indexer4;
uint8_t** L_15 = ___lv2Table5;
MSCompatUnicodeTable_SetCJKReferences_m6F88F84CD2067FE66FA41AD6434E4CDDF6B5F3B6(L_10, L_11, L_12, L_13, L_14, L_15, NULL);
goto IL_0036;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0036:
{
return;
}
}
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::FillCJKCore(System.String,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MSCompatUnicodeTable_FillCJKCore_m3F388EBFE91ACC360309C5FB068F03BD66A1D3EB (String_t* ___culture0, CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** ___cjkLv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C45DB50527FCFAD456E74EB416B617329505309);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F91B436F1FDA448531F89F242574E9FC1A8183B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B0E509E3481549FC8F096287EFB425FAAFC38A4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E984ABC3F146D0F73D38E9AEB96864C5CB5FE7C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral737BFFF97B66248A4653D6DA8ADA91C6C1065CAF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DDEA8BF887EF34A1240A262845FAFAF04EFC4DE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA65DBA682C40E29506EA08E50296520D49939CB9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC7E2F23A67BD173305EF6BA6A3E5DDED9F9E2465);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB2FE77231F429D3D9DC375DB50B86F3FE7DF081);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE984241AE97EB8CC7E8796D3939F5F1C4D012B3A);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
uint8_t* V_1 = NULL;
uint32_t V_2 = 0;
intptr_t V_3;
memset((&V_3), 0, sizeof(V_3));
uint32_t V_4 = 0;
{
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
bool L_0;
L_0 = MSCompatUnicodeTable_get_IsReady_m6BFB22DA662CAB98F0E7F3669075196C5095A7A6_inline(NULL);
if (L_0)
{
goto IL_0008;
}
}
{
return;
}
IL_0008:
{
V_0 = (String_t*)NULL;
String_t* L_1 = ___culture0;
bool L_2;
L_2 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_1, _stringLiteralA65DBA682C40E29506EA08E50296520D49939CB9, NULL);
if (L_2)
{
goto IL_0040;
}
}
{
String_t* L_3 = ___culture0;
bool L_4;
L_4 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_3, _stringLiteral737BFFF97B66248A4653D6DA8ADA91C6C1065CAF, NULL);
if (L_4)
{
goto IL_0056;
}
}
{
String_t* L_5 = ___culture0;
bool L_6;
L_6 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_5, _stringLiteral0C45DB50527FCFAD456E74EB416B617329505309, NULL);
if (L_6)
{
goto IL_006c;
}
}
{
String_t* L_7 = ___culture0;
bool L_8;
L_8 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_7, _stringLiteral4B0E509E3481549FC8F096287EFB425FAAFC38A4, NULL);
if (L_8)
{
goto IL_0082;
}
}
{
goto IL_0096;
}
IL_0040:
{
V_0 = _stringLiteralC7E2F23A67BD173305EF6BA6A3E5DDED9F9E2465;
uint8_t** L_9 = ___catTable2;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t* L_10 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkCHScategory_6;
*((intptr_t*)L_9) = (intptr_t)L_10;
uint8_t** L_11 = ___lv1Table3;
uint8_t* L_12 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkCHSlv1_10;
*((intptr_t*)L_11) = (intptr_t)L_12;
goto IL_0096;
}
IL_0056:
{
V_0 = _stringLiteral9DDEA8BF887EF34A1240A262845FAFAF04EFC4DE;
uint8_t** L_13 = ___catTable2;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t* L_14 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkCHTcategory_7;
*((intptr_t*)L_13) = (intptr_t)L_14;
uint8_t** L_15 = ___lv1Table3;
uint8_t* L_16 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkCHTlv1_11;
*((intptr_t*)L_15) = (intptr_t)L_16;
goto IL_0096;
}
IL_006c:
{
V_0 = _stringLiteral2F91B436F1FDA448531F89F242574E9FC1A8183B;
uint8_t** L_17 = ___catTable2;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t* L_18 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkJAcategory_8;
*((intptr_t*)L_17) = (intptr_t)L_18;
uint8_t** L_19 = ___lv1Table3;
uint8_t* L_20 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkJAlv1_12;
*((intptr_t*)L_19) = (intptr_t)L_20;
goto IL_0096;
}
IL_0082:
{
V_0 = _stringLiteralE984241AE97EB8CC7E8796D3939F5F1C4D012B3A;
uint8_t** L_21 = ___catTable2;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t* L_22 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkKOcategory_9;
*((intptr_t*)L_21) = (intptr_t)L_22;
uint8_t** L_23 = ___lv1Table3;
uint8_t* L_24 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkKOlv1_13;
*((intptr_t*)L_23) = (intptr_t)L_24;
}
IL_0096:
{
String_t* L_25 = V_0;
if (!L_25)
{
goto IL_009f;
}
}
{
uint8_t** L_26 = ___lv1Table3;
if ((((intptr_t)(*((intptr_t*)L_26))) == ((intptr_t)((uintptr_t)0))))
{
goto IL_00a0;
}
}
IL_009f:
{
return;
}
IL_00a0:
{
V_2 = 0;
String_t* L_27 = V_0;
String_t* L_28;
L_28 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(_stringLiteralCB2FE77231F429D3D9DC375DB50B86F3FE7DF081, L_27, NULL);
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
intptr_t L_29;
L_29 = MSCompatUnicodeTable_GetResource_mC98D3515C2BA8B20C80A76D8FAE5443F7D1D6022(L_28, NULL);
V_3 = L_29;
intptr_t L_30 = V_3;
bool L_31;
L_31 = IntPtr_op_Equality_m73759B51FE326460AC87A0E386480226EF2FABED(L_30, (0), NULL);
if (!L_31)
{
goto IL_00c1;
}
}
{
return;
}
IL_00c1:
{
intptr_t L_32 = V_3;
void* L_33;
L_33 = IntPtr_op_Explicit_m693F2F9E685EE117D4AC080342B8959DAF684294(L_32, NULL);
V_1 = (uint8_t*)L_33;
uint32_t L_34 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, 1));
uint8_t* L_35 = V_1;
uint32_t L_36 = V_2;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint32_t L_37;
L_37 = MSCompatUnicodeTable_UInt32FromBytePtr_m49759283C4DACD7F84FA9AD04CEF5E82D4CBA510(L_35, L_36, NULL);
V_4 = L_37;
uint32_t L_38 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, 4));
uint8_t** L_39 = ___catTable2;
uint8_t* L_40 = V_1;
uint32_t L_41 = V_2;
*((intptr_t*)L_39) = (intptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_40, (intptr_t)((uintptr_t)L_41)));
uint8_t** L_42 = ___lv1Table3;
uint8_t* L_43 = V_1;
uint32_t L_44 = V_2;
uint32_t L_45 = V_4;
*((intptr_t*)L_42) = (intptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_43, (intptr_t)((uintptr_t)L_44))), (intptr_t)((uintptr_t)L_45)));
String_t* L_46 = ___culture0;
bool L_47;
L_47 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_46, _stringLiteralA65DBA682C40E29506EA08E50296520D49939CB9, NULL);
if (L_47)
{
goto IL_011f;
}
}
{
String_t* L_48 = ___culture0;
bool L_49;
L_49 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_48, _stringLiteral737BFFF97B66248A4653D6DA8ADA91C6C1065CAF, NULL);
if (L_49)
{
goto IL_012f;
}
}
{
String_t* L_50 = ___culture0;
bool L_51;
L_51 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_50, _stringLiteral0C45DB50527FCFAD456E74EB416B617329505309, NULL);
if (L_51)
{
goto IL_013f;
}
}
{
String_t* L_52 = ___culture0;
bool L_53;
L_53 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_52, _stringLiteral4B0E509E3481549FC8F096287EFB425FAAFC38A4, NULL);
if (L_53)
{
goto IL_014f;
}
}
{
goto IL_015d;
}
IL_011f:
{
uint8_t** L_54 = ___catTable2;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkCHScategory_6 = (uint8_t*)(*((intptr_t*)L_54));
uint8_t** L_55 = ___lv1Table3;
((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkCHSlv1_10 = (uint8_t*)(*((intptr_t*)L_55));
goto IL_015d;
}
IL_012f:
{
uint8_t** L_56 = ___catTable2;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkCHTcategory_7 = (uint8_t*)(*((intptr_t*)L_56));
uint8_t** L_57 = ___lv1Table3;
((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkCHTlv1_11 = (uint8_t*)(*((intptr_t*)L_57));
goto IL_015d;
}
IL_013f:
{
uint8_t** L_58 = ___catTable2;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkJAcategory_8 = (uint8_t*)(*((intptr_t*)L_58));
uint8_t** L_59 = ___lv1Table3;
((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkJAlv1_12 = (uint8_t*)(*((intptr_t*)L_59));
goto IL_015d;
}
IL_014f:
{
uint8_t** L_60 = ___catTable2;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkKOcategory_9 = (uint8_t*)(*((intptr_t*)L_60));
uint8_t** L_61 = ___lv1Table3;
((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkKOlv1_13 = (uint8_t*)(*((intptr_t*)L_61));
}
IL_015d:
{
String_t* L_62 = V_0;
bool L_63;
L_63 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_62, _stringLiteralE984241AE97EB8CC7E8796D3939F5F1C4D012B3A, NULL);
if (!L_63)
{
goto IL_016b;
}
}
{
return;
}
IL_016b:
{
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
intptr_t L_64;
L_64 = MSCompatUnicodeTable_GetResource_mC98D3515C2BA8B20C80A76D8FAE5443F7D1D6022(_stringLiteral5E984ABC3F146D0F73D38E9AEB96864C5CB5FE7C, NULL);
V_3 = L_64;
intptr_t L_65 = V_3;
bool L_66;
L_66 = IntPtr_op_Equality_m73759B51FE326460AC87A0E386480226EF2FABED(L_65, (0), NULL);
if (!L_66)
{
goto IL_0184;
}
}
{
return;
}
IL_0184:
{
intptr_t L_67 = V_3;
void* L_68;
L_68 = IntPtr_op_Explicit_m693F2F9E685EE117D4AC080342B8959DAF684294(L_67, NULL);
V_1 = (uint8_t*)L_68;
V_2 = 5;
uint8_t* L_69 = V_1;
uint32_t L_70 = V_2;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkKOlv2_14 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_69, (intptr_t)((uintptr_t)L_70)));
uint8_t** L_71 = ___lv2Table5;
uint8_t* L_72 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___cjkKOlv2_14;
*((intptr_t*)L_71) = (intptr_t)L_72;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m3763570677D12D6FECDBE8CABF9D8AB820BA0783 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596* L_0 = (U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596*)il2cpp_codegen_object_new(U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_m886B600753BE0193E56546B842AB8528FECB1ED8(L_0, NULL);
((U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m886B600753BE0193E56546B842AB8528FECB1ED8 (U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Int32 Mono.Globalization.Unicode.MSCompatUnicodeTable/<>c::<BuildTailoringTables>b__17_0(Mono.Globalization.Unicode.Level2Map,Mono.Globalization.Unicode.Level2Map)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3CBuildTailoringTablesU3Eb__17_0_m602688B6CEE9BDA27C40F4750616F62FDCA2A3F2 (U3CU3Ec_t8466330897CC37D47C537BF3D889518D35A01596* __this, Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1* ___a0, Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1* ___b1, const RuntimeMethod* method)
{
{
Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1* L_0 = ___a0;
NullCheck(L_0);
uint8_t L_1 = L_0->___Source_0;
Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1* L_2 = ___b1;
NullCheck(L_2);
uint8_t L_3 = L_2->___Source_0;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_3));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MSCompatUnicodeTableUtil__cctor_m0EF94B07BB08E2873E898138EFDA50D9ED793107 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____042957A0DB5FF2D38A343AC5AE5F8635B88F10C32EB87A238B1DFB4756468476_2_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____0F9E3C7E66CDEF5C44FA29E65CA676C480F7A2A4A067F70107FDC292C68D38B0_6_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____2403FBEA85D0741C5727760E97EF16C9BF23294F21C0F1265A4BAF7F22202A64_16_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____3D95E4501B1964D7FCE16E3F5682A038752B462357D87343880B1E819F6163FE_22_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____42E1421FC2A5A6A33E964D7EB9603EB101818D858DDA09B2BC9B5A888C1C351C_24_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____BB425A9B43E10C921902A25D07A4317DEFF9F606A788672E1B21633C143407F0_81_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____E32C465157D21F39B3DBF186A98FB02185C63B0260B47247A7A5FDF2B061EAA8_104_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____E5F4F6214036DF103321A8A0CE30C2EF935694B4199D52BC538E7EF3F045CB92_105_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____EF82B163CA8252A793A6E73F57775D843C9A21F65586926EB11893FA8BB603E9_111_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____FEC387BA57A54BB6066E4CA8A4F9C0FF9C36B9CBD6600C3683F6FB1BDB5077EB_120_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_0 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_1 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_2 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_3 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_4 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_5 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_6 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_7 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_8 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_9 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_10 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_11 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_12 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_13 = NULL;
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)3);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = L_0;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)((int32_t)40960));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = L_1;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(2), (int32_t)((int32_t)63744));
V_0 = L_2;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_3 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)3);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_4 = L_3;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_5 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____042957A0DB5FF2D38A343AC5AE5F8635B88F10C32EB87A238B1DFB4756468476_2_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_4, L_5, NULL);
V_1 = L_4;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)6);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_7 = L_6;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_8 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____FEC387BA57A54BB6066E4CA8A4F9C0FF9C36B9CBD6600C3683F6FB1BDB5077EB_120_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_7, L_8, NULL);
V_2 = L_7;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_9 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)6);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_10 = L_9;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_11 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____E5F4F6214036DF103321A8A0CE30C2EF935694B4199D52BC538E7EF3F045CB92_105_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_10, L_11, NULL);
V_3 = L_10;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_12 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)6);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_13 = L_12;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_14 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____FEC387BA57A54BB6066E4CA8A4F9C0FF9C36B9CBD6600C3683F6FB1BDB5077EB_120_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_13, L_14, NULL);
V_4 = L_13;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_15 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)6);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_16 = L_15;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_17 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____E5F4F6214036DF103321A8A0CE30C2EF935694B4199D52BC538E7EF3F045CB92_105_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_16, L_17, NULL);
V_5 = L_16;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_18 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)4);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_19 = L_18;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_20 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____3D95E4501B1964D7FCE16E3F5682A038752B462357D87343880B1E819F6163FE_22_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_19, L_20, NULL);
V_6 = L_19;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_21 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)4);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_22 = L_21;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_23 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____BB425A9B43E10C921902A25D07A4317DEFF9F606A788672E1B21633C143407F0_81_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_22, L_23, NULL);
V_7 = L_22;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_24 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)4);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_25 = L_24;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_26 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____3D95E4501B1964D7FCE16E3F5682A038752B462357D87343880B1E819F6163FE_22_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_25, L_26, NULL);
V_8 = L_25;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_27 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)4);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_28 = L_27;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_29 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____EF82B163CA8252A793A6E73F57775D843C9A21F65586926EB11893FA8BB603E9_111_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_28, L_29, NULL);
V_9 = L_28;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_30 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)3);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_31 = L_30;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_32 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____0F9E3C7E66CDEF5C44FA29E65CA676C480F7A2A4A067F70107FDC292C68D38B0_6_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_31, L_32, NULL);
V_10 = L_31;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_33 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)3);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_34 = L_33;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_35 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____42E1421FC2A5A6A33E964D7EB9603EB101818D858DDA09B2BC9B5A888C1C351C_24_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_34, L_35, NULL);
V_11 = L_34;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_36 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)3);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_37 = L_36;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_38 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____2403FBEA85D0741C5727760E97EF16C9BF23294F21C0F1265A4BAF7F22202A64_16_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_37, L_38, NULL);
V_12 = L_37;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_39 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)3);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_40 = L_39;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_41 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____E32C465157D21F39B3DBF186A98FB02185C63B0260B47247A7A5FDF2B061EAA8_104_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_40, L_41, NULL);
V_13 = L_40;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_42 = V_0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_43 = V_1;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_44 = (CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF*)il2cpp_codegen_object_new(CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF_il2cpp_TypeInfo_var);
NullCheck(L_44);
CodePointIndexer__ctor_m795A291D258C73A5AD0D38F8A0E3007AE3B56D62(L_44, L_42, L_43, (-1), (-1), NULL);
((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___Ignorable_0 = L_44;
Il2CppCodeGenWriteBarrier((void**)(&((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___Ignorable_0), (void*)L_44);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_45 = V_2;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_46 = V_3;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_47 = (CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF*)il2cpp_codegen_object_new(CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF_il2cpp_TypeInfo_var);
NullCheck(L_47);
CodePointIndexer__ctor_m795A291D258C73A5AD0D38F8A0E3007AE3B56D62(L_47, L_45, L_46, 0, 0, NULL);
((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___Category_1 = L_47;
Il2CppCodeGenWriteBarrier((void**)(&((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___Category_1), (void*)L_47);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_48 = V_4;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_49 = V_5;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_50 = (CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF*)il2cpp_codegen_object_new(CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF_il2cpp_TypeInfo_var);
NullCheck(L_50);
CodePointIndexer__ctor_m795A291D258C73A5AD0D38F8A0E3007AE3B56D62(L_50, L_48, L_49, 0, 0, NULL);
((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___Level1_2 = L_50;
Il2CppCodeGenWriteBarrier((void**)(&((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___Level1_2), (void*)L_50);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_51 = V_6;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_52 = V_7;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_53 = (CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF*)il2cpp_codegen_object_new(CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF_il2cpp_TypeInfo_var);
NullCheck(L_53);
CodePointIndexer__ctor_m795A291D258C73A5AD0D38F8A0E3007AE3B56D62(L_53, L_51, L_52, 0, 0, NULL);
((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___Level2_3 = L_53;
Il2CppCodeGenWriteBarrier((void**)(&((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___Level2_3), (void*)L_53);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_54 = V_8;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_55 = V_9;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_56 = (CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF*)il2cpp_codegen_object_new(CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF_il2cpp_TypeInfo_var);
NullCheck(L_56);
CodePointIndexer__ctor_m795A291D258C73A5AD0D38F8A0E3007AE3B56D62(L_56, L_54, L_55, 0, 0, NULL);
((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___Level3_4 = L_56;
Il2CppCodeGenWriteBarrier((void**)(&((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___Level3_4), (void*)L_56);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_57 = V_10;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_58 = V_11;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_59 = (CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF*)il2cpp_codegen_object_new(CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF_il2cpp_TypeInfo_var);
NullCheck(L_59);
CodePointIndexer__ctor_m795A291D258C73A5AD0D38F8A0E3007AE3B56D62(L_59, L_57, L_58, (-1), (-1), NULL);
((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___CjkCHS_5 = L_59;
Il2CppCodeGenWriteBarrier((void**)(&((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___CjkCHS_5), (void*)L_59);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_60 = V_12;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_61 = V_13;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_62 = (CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF*)il2cpp_codegen_object_new(CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF_il2cpp_TypeInfo_var);
NullCheck(L_62);
CodePointIndexer__ctor_m795A291D258C73A5AD0D38F8A0E3007AE3B56D62(L_62, L_60, L_61, (-1), (-1), NULL);
((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___Cjk_6 = L_62;
Il2CppCodeGenWriteBarrier((void**)(&((MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t60D574A3DED36AB95979696A37D88094A50FE927_il2cpp_TypeInfo_var))->___Cjk_6), (void*)L_62);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Globalization.Unicode.NormalizationTableUtil::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NormalizationTableUtil__cctor_m6AA11C7F0D1E0438E96A85706C3E77130B6B3B77 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____4623CA5867960AA898AA1F65E720CD5ECD3552542E0C6F6FB65B21D14DD1CBC2_26_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____508085E0DDEEA9CE48BFAE98CEC779F8D06301AE973555D37680D08190CAFA70_31_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____9960C7FC60CDD325C8A2A00995BE7064EAC3F6295C6A5C4E797D2281846131E4_69_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____99E66DACA3EFF94776AF1258E0E5B2F4DF2900E4EA32351B0DF37A87F2426B1F_70_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____A2DFDF9C2CED8BB1C0B9B06064345ACC9C22DFE5FEC9976FF061F0994451519B_72_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____BABD01C34E7E65E57E4C431281E782B4101CE0644A8090AD6E501F1C6CF2C9DF_80_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____C250CAD28060A4EB63B4C4A643DDA196CCD35FD2FC67FB749ADF4BAC6D62E1A0_82_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____CAFFFC9D15E4037EE8FBDB1A45DFE456F0936BDC7310F1882EAF14B706A76658_89_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____D896D464C3726A21162F271ACB711464AD07EA9C9CE78E0297FD0DE934471FA6_96_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____EBE07C3718876777F609CD22058F4C3A6CCCC695F5BDE90998DC1E12E0CBE63D_108_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_0 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_1 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_2 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_3 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_4 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_5 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_6 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_7 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_8 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_9 = NULL;
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)11));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = L_0;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____508085E0DDEEA9CE48BFAE98CEC779F8D06301AE973555D37680D08190CAFA70_31_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_1, L_2, NULL);
V_0 = L_1;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_3 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)11));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_4 = L_3;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_5 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____99E66DACA3EFF94776AF1258E0E5B2F4DF2900E4EA32351B0DF37A87F2426B1F_70_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_4, L_5, NULL);
V_1 = L_4;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_7 = L_6;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_8 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____9960C7FC60CDD325C8A2A00995BE7064EAC3F6295C6A5C4E797D2281846131E4_69_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_7, L_8, NULL);
V_2 = L_7;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_9 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_10 = L_9;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_11 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____CAFFFC9D15E4037EE8FBDB1A45DFE456F0936BDC7310F1882EAF14B706A76658_89_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_10, L_11, NULL);
V_3 = L_10;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_12 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_13 = L_12;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_14 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____A2DFDF9C2CED8BB1C0B9B06064345ACC9C22DFE5FEC9976FF061F0994451519B_72_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_13, L_14, NULL);
V_4 = L_13;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_15 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_16 = L_15;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_17 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____4623CA5867960AA898AA1F65E720CD5ECD3552542E0C6F6FB65B21D14DD1CBC2_26_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_16, L_17, NULL);
V_5 = L_16;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_18 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)3);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_19 = L_18;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_20 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____EBE07C3718876777F609CD22058F4C3A6CCCC695F5BDE90998DC1E12E0CBE63D_108_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_19, L_20, NULL);
V_6 = L_19;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_21 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)3);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_22 = L_21;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_23 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____D896D464C3726A21162F271ACB711464AD07EA9C9CE78E0297FD0DE934471FA6_96_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_22, L_23, NULL);
V_7 = L_22;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_24 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_25 = L_24;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_26 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____C250CAD28060A4EB63B4C4A643DDA196CCD35FD2FC67FB749ADF4BAC6D62E1A0_82_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_25, L_26, NULL);
V_8 = L_25;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_27 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_28 = L_27;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_29 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____BABD01C34E7E65E57E4C431281E782B4101CE0644A8090AD6E501F1C6CF2C9DF_80_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_28, L_29, NULL);
V_9 = L_28;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_30 = V_0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_31 = V_1;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_32 = (CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF*)il2cpp_codegen_object_new(CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF_il2cpp_TypeInfo_var);
NullCheck(L_32);
CodePointIndexer__ctor_m795A291D258C73A5AD0D38F8A0E3007AE3B56D62(L_32, L_30, L_31, 0, 0, NULL);
((NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_StaticFields*)il2cpp_codegen_static_fields_for(NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_il2cpp_TypeInfo_var))->___Prop_0 = L_32;
Il2CppCodeGenWriteBarrier((void**)(&((NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_StaticFields*)il2cpp_codegen_static_fields_for(NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_il2cpp_TypeInfo_var))->___Prop_0), (void*)L_32);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_33 = V_2;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_34 = V_3;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_35 = (CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF*)il2cpp_codegen_object_new(CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF_il2cpp_TypeInfo_var);
NullCheck(L_35);
CodePointIndexer__ctor_m795A291D258C73A5AD0D38F8A0E3007AE3B56D62(L_35, L_33, L_34, 0, 0, NULL);
((NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_StaticFields*)il2cpp_codegen_static_fields_for(NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_il2cpp_TypeInfo_var))->___Map_1 = L_35;
Il2CppCodeGenWriteBarrier((void**)(&((NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_StaticFields*)il2cpp_codegen_static_fields_for(NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_il2cpp_TypeInfo_var))->___Map_1), (void*)L_35);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_36 = V_4;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_37 = V_5;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_38 = (CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF*)il2cpp_codegen_object_new(CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF_il2cpp_TypeInfo_var);
NullCheck(L_38);
CodePointIndexer__ctor_m795A291D258C73A5AD0D38F8A0E3007AE3B56D62(L_38, L_36, L_37, 0, 0, NULL);
((NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_StaticFields*)il2cpp_codegen_static_fields_for(NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_il2cpp_TypeInfo_var))->___Combining_2 = L_38;
Il2CppCodeGenWriteBarrier((void**)(&((NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_StaticFields*)il2cpp_codegen_static_fields_for(NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_il2cpp_TypeInfo_var))->___Combining_2), (void*)L_38);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_39 = V_6;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_40 = V_7;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_41 = (CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF*)il2cpp_codegen_object_new(CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF_il2cpp_TypeInfo_var);
NullCheck(L_41);
CodePointIndexer__ctor_m795A291D258C73A5AD0D38F8A0E3007AE3B56D62(L_41, L_39, L_40, 0, 0, NULL);
((NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_StaticFields*)il2cpp_codegen_static_fields_for(NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_il2cpp_TypeInfo_var))->___Composite_3 = L_41;
Il2CppCodeGenWriteBarrier((void**)(&((NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_StaticFields*)il2cpp_codegen_static_fields_for(NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_il2cpp_TypeInfo_var))->___Composite_3), (void*)L_41);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_42 = V_8;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_43 = V_9;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_44 = (CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF*)il2cpp_codegen_object_new(CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF_il2cpp_TypeInfo_var);
NullCheck(L_44);
CodePointIndexer__ctor_m795A291D258C73A5AD0D38F8A0E3007AE3B56D62(L_44, L_42, L_43, 0, 0, NULL);
((NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_StaticFields*)il2cpp_codegen_static_fields_for(NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_il2cpp_TypeInfo_var))->___Helper_4 = L_44;
Il2CppCodeGenWriteBarrier((void**)(&((NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_StaticFields*)il2cpp_codegen_static_fields_for(NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_il2cpp_TypeInfo_var))->___Helper_4), (void*)L_44);
return;
}
}
// System.Int32 Mono.Globalization.Unicode.NormalizationTableUtil::PropIdx(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NormalizationTableUtil_PropIdx_mEA20D0162BD52E4629251B209E6B9DA689DC6D20 (int32_t ___cp0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_il2cpp_TypeInfo_var);
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_0 = ((NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_StaticFields*)il2cpp_codegen_static_fields_for(NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_il2cpp_TypeInfo_var))->___Prop_0;
int32_t L_1 = ___cp0;
NullCheck(L_0);
int32_t L_2;
L_2 = CodePointIndexer_ToIndex_m5B3502DBB6A1CCDBA58E160B8CFA9625AE80EFF4(L_0, L_1, NULL);
return L_2;
}
}
// System.Int32 Mono.Globalization.Unicode.NormalizationTableUtil::MapIdx(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NormalizationTableUtil_MapIdx_m103C35AB19242438BF5E2E63AB5B20C1B4A24633 (int32_t ___cp0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_il2cpp_TypeInfo_var);
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_0 = ((NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_StaticFields*)il2cpp_codegen_static_fields_for(NormalizationTableUtil_t1FE345A09617E136461E19D9B97D74D0CBF6E940_il2cpp_TypeInfo_var))->___Map_1;
int32_t L_1 = ___cp0;
NullCheck(L_0);
int32_t L_2;
L_2 = CodePointIndexer_ToIndex_m5B3502DBB6A1CCDBA58E160B8CFA9625AE80EFF4(L_0, L_1, NULL);
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Globalization.Unicode.SimpleCollator::.ctor(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator__ctor_m457B2E914BEC0BB426FFE60448571037A0F3C499 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* V_0 = NULL;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* V_1 = NULL;
ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* V_2 = NULL;
int32_t V_3 = 0;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* V_4 = NULL;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_5 = NULL;
int32_t V_6 = 0;
Il2CppChar V_7 = 0x0;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* V_8 = NULL;
Il2CppChar V_9 = 0x0;
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = ___culture0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_0);
__this->___lcid_10 = L_1;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2 = ___culture0;
NullCheck(L_2);
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_3;
L_3 = VirtualFuncInvoker0< TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_2);
__this->___textInfo_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___textInfo_1), (void*)L_3);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_4 = ___culture0;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** L_5 = (&__this->___cjkIndexer_2);
uint8_t** L_6 = (&__this->___cjkCatTable_6);
uint8_t** L_7 = (&__this->___cjkLv1Table_7);
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** L_8 = (&__this->___cjkLv2Indexer_9);
uint8_t** L_9 = (&__this->___cjkLv2Table_8);
SimpleCollator_SetCJKTable_mCCCB23CC548A4BAF92C2AA5B17CA14459D0E9B8F(__this, L_4, L_5, L_6, L_7, L_8, L_9, NULL);
V_0 = (TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A*)NULL;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_10 = ___culture0;
V_1 = L_10;
goto IL_005f;
}
IL_0049:
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_11 = V_1;
NullCheck(L_11);
int32_t L_12;
L_12 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_11);
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* L_13;
L_13 = MSCompatUnicodeTable_GetTailoringInfo_m88C29F4AB2BD0BD5D31CC822F34A29CD14332667(L_12, NULL);
V_0 = L_13;
TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* L_14 = V_0;
if (L_14)
{
goto IL_0069;
}
}
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_15 = V_1;
NullCheck(L_15);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_16;
L_16 = VirtualFuncInvoker0< CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* >::Invoke(9 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_15);
V_1 = L_16;
}
IL_005f:
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_17 = V_1;
NullCheck(L_17);
int32_t L_18;
L_18 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_17);
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)127)))))
{
goto IL_0049;
}
}
IL_0069:
{
TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* L_19 = V_0;
if (L_19)
{
goto IL_0074;
}
}
{
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* L_20;
L_20 = MSCompatUnicodeTable_GetTailoringInfo_m88C29F4AB2BD0BD5D31CC822F34A29CD14332667(((int32_t)127), NULL);
V_0 = L_20;
}
IL_0074:
{
TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* L_21 = V_0;
NullCheck(L_21);
bool L_22 = L_21->___FrenchSort_3;
__this->___frenchSort_11 = L_22;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_23 = ___culture0;
TailoringInfo_t90C886DE804805F1156719A9F63CB07E3BA7A84A* L_24 = V_0;
ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E** L_25 = (&__this->___contractions_3);
Level2MapU5BU5D_t0A034BF792949B2B7421CBAFAD423AFB86CEED0C** L_26 = (&__this->___level2Maps_4);
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
MSCompatUnicodeTable_BuildTailoringTables_m30381D3C2CF5B3FF1AC43C148EF426A5D8E3F01F(L_23, L_24, L_25, L_26, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)96));
__this->___unsafeFlags_5 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&__this->___unsafeFlags_5), (void*)L_27);
ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* L_28 = __this->___contractions_3;
V_2 = L_28;
V_3 = 0;
goto IL_0101;
}
IL_00ab:
{
ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* L_29 = V_2;
int32_t L_30 = V_3;
NullCheck(L_29);
int32_t L_31 = L_30;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
V_4 = L_32;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_33 = V_4;
NullCheck(L_33);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_34 = L_33->___Source_1;
NullCheck(L_34);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length))) <= ((int32_t)1)))
{
goto IL_00fd;
}
}
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_35 = V_4;
NullCheck(L_35);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_36 = L_35->___Source_1;
V_5 = L_36;
V_6 = 0;
goto IL_00f5;
}
IL_00ca:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_37 = V_5;
int32_t L_38 = V_6;
NullCheck(L_37);
int32_t L_39 = L_38;
uint16_t L_40 = (uint16_t)(L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
V_7 = L_40;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41 = __this->___unsafeFlags_5;
Il2CppChar L_42 = V_7;
NullCheck(L_41);
uint8_t* L_43 = ((L_41)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)((int32_t)L_42/8)))));
int32_t L_44 = *((uint8_t*)L_43);
Il2CppChar L_45 = V_7;
*((int8_t*)L_43) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_44|((int32_t)(uint8_t)((int32_t)(1<<((int32_t)(((int32_t)((int32_t)L_45&7))&((int32_t)31)))))))));
int32_t L_46 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_46, 1));
}
IL_00f5:
{
int32_t L_47 = V_6;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_48 = V_5;
NullCheck(L_48);
if ((((int32_t)L_47) < ((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))))
{
goto IL_00ca;
}
}
IL_00fd:
{
int32_t L_49 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_49, 1));
}
IL_0101:
{
int32_t L_50 = V_3;
ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* L_51 = V_2;
NullCheck(L_51);
if ((((int32_t)L_50) < ((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length)))))
{
goto IL_00ab;
}
}
{
int32_t L_52 = __this->___lcid_10;
if ((((int32_t)L_52) == ((int32_t)((int32_t)127))))
{
goto IL_017c;
}
}
{
il2cpp_codegen_runtime_class_init_inline(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* L_53 = ((SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_StaticFields*)il2cpp_codegen_static_fields_for(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var))->___invariant_0;
NullCheck(L_53);
ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* L_54 = L_53->___contractions_3;
V_2 = L_54;
V_3 = 0;
goto IL_0176;
}
IL_0120:
{
ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* L_55 = V_2;
int32_t L_56 = V_3;
NullCheck(L_55);
int32_t L_57 = L_56;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_58 = (L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
V_8 = L_58;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_59 = V_8;
NullCheck(L_59);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_60 = L_59->___Source_1;
NullCheck(L_60);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_60)->max_length))) <= ((int32_t)1)))
{
goto IL_0172;
}
}
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_61 = V_8;
NullCheck(L_61);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_62 = L_61->___Source_1;
V_5 = L_62;
V_6 = 0;
goto IL_016a;
}
IL_013f:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_63 = V_5;
int32_t L_64 = V_6;
NullCheck(L_63);
int32_t L_65 = L_64;
uint16_t L_66 = (uint16_t)(L_63)->GetAt(static_cast<il2cpp_array_size_t>(L_65));
V_9 = L_66;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_67 = __this->___unsafeFlags_5;
Il2CppChar L_68 = V_9;
NullCheck(L_67);
uint8_t* L_69 = ((L_67)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)((int32_t)L_68/8)))));
int32_t L_70 = *((uint8_t*)L_69);
Il2CppChar L_71 = V_9;
*((int8_t*)L_69) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_70|((int32_t)(uint8_t)((int32_t)(1<<((int32_t)(((int32_t)((int32_t)L_71&7))&((int32_t)31)))))))));
int32_t L_72 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_72, 1));
}
IL_016a:
{
int32_t L_73 = V_6;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_74 = V_5;
NullCheck(L_74);
if ((((int32_t)L_73) < ((int32_t)((int32_t)(((RuntimeArray*)L_74)->max_length)))))
{
goto IL_013f;
}
}
IL_0172:
{
int32_t L_75 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_75, 1));
}
IL_0176:
{
int32_t L_76 = V_3;
ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* L_77 = V_2;
NullCheck(L_77);
if ((((int32_t)L_76) < ((int32_t)((int32_t)(((RuntimeArray*)L_77)->max_length)))))
{
goto IL_0120;
}
}
IL_017c:
{
return;
}
}
// System.Void Mono.Globalization.Unicode.SimpleCollator::SetCJKTable(System.Globalization.CultureInfo,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_SetCJKTable_mCCCB23CC548A4BAF92C2AA5B17CA14459D0E9B8F (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture0, CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** ___lv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = ___culture0;
il2cpp_codegen_runtime_class_init_inline(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1;
L_1 = SimpleCollator_GetNeutralCulture_mD65D268998BD3449D46BDB4353A28C6C555B017B(L_0, NULL);
NullCheck(L_1);
String_t* L_2;
L_2 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_1);
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** L_3 = ___cjkIndexer1;
uint8_t** L_4 = ___catTable2;
uint8_t** L_5 = ___lv1Table3;
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF** L_6 = ___lv2Indexer4;
uint8_t** L_7 = ___lv2Table5;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
MSCompatUnicodeTable_FillCJK_m0FD1315314CD19A8972FEF6670A169CBF1E35851(L_2, L_3, L_4, L_5, L_6, L_7, NULL);
return;
}
}
// System.Globalization.CultureInfo Mono.Globalization.Unicode.SimpleCollator::GetNeutralCulture(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* SimpleCollator_GetNeutralCulture_mD65D268998BD3449D46BDB4353A28C6C555B017B (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___info0, const RuntimeMethod* method)
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* V_0 = NULL;
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = ___info0;
V_0 = L_0;
goto IL_000b;
}
IL_0004:
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1 = V_0;
NullCheck(L_1);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2;
L_2 = VirtualFuncInvoker0< CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* >::Invoke(9 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_1);
V_0 = L_2;
}
IL_000b:
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_3 = V_0;
NullCheck(L_3);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_4;
L_4 = VirtualFuncInvoker0< CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* >::Invoke(9 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_3);
if (!L_4)
{
goto IL_0022;
}
}
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_5 = V_0;
NullCheck(L_5);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_6;
L_6 = VirtualFuncInvoker0< CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* >::Invoke(9 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_5);
NullCheck(L_6);
int32_t L_7;
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_6);
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)127)))))
{
goto IL_0004;
}
}
IL_0022:
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_8 = V_0;
return L_8;
}
}
// System.Byte Mono.Globalization.Unicode.SimpleCollator::Category(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_Category_m22903A606A470F92300513060587DF33ECB95309 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, int32_t ___cp0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ___cp0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)12288))))
{
goto IL_0012;
}
}
{
uint8_t* L_1 = __this->___cjkCatTable_6;
if ((!(((uintptr_t)L_1) == ((uintptr_t)((uintptr_t)0)))))
{
goto IL_0019;
}
}
IL_0012:
{
int32_t L_2 = ___cp0;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t L_3;
L_3 = MSCompatUnicodeTable_Category_m2516C983E8E9057703BB7136D03A4617F2806D54(L_2, NULL);
return L_3;
}
IL_0019:
{
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_4 = __this->___cjkIndexer_2;
int32_t L_5 = ___cp0;
NullCheck(L_4);
int32_t L_6;
L_6 = CodePointIndexer_ToIndex_m5B3502DBB6A1CCDBA58E160B8CFA9625AE80EFF4(L_4, L_5, NULL);
V_0 = L_6;
int32_t L_7 = V_0;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
uint8_t* L_8 = __this->___cjkCatTable_6;
int32_t L_9 = V_0;
int32_t L_10 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, L_9)));
return (uint8_t)L_10;
}
IL_0034:
{
int32_t L_11 = ___cp0;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t L_12;
L_12 = MSCompatUnicodeTable_Category_m2516C983E8E9057703BB7136D03A4617F2806D54(L_11, NULL);
return L_12;
}
}
// System.Byte Mono.Globalization.Unicode.SimpleCollator::Level1(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_Level1_m4008243B3E16594F5B3384E35D9413D8A82459C7 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, int32_t ___cp0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ___cp0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)12288))))
{
goto IL_0012;
}
}
{
uint8_t* L_1 = __this->___cjkLv1Table_7;
if ((!(((uintptr_t)L_1) == ((uintptr_t)((uintptr_t)0)))))
{
goto IL_0019;
}
}
IL_0012:
{
int32_t L_2 = ___cp0;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t L_3;
L_3 = MSCompatUnicodeTable_Level1_m52E22BCB6AC97C00EFDC11F33465B9B120F41549(L_2, NULL);
return L_3;
}
IL_0019:
{
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_4 = __this->___cjkIndexer_2;
int32_t L_5 = ___cp0;
NullCheck(L_4);
int32_t L_6;
L_6 = CodePointIndexer_ToIndex_m5B3502DBB6A1CCDBA58E160B8CFA9625AE80EFF4(L_4, L_5, NULL);
V_0 = L_6;
int32_t L_7 = V_0;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
uint8_t* L_8 = __this->___cjkLv1Table_7;
int32_t L_9 = V_0;
int32_t L_10 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, L_9)));
return (uint8_t)L_10;
}
IL_0034:
{
int32_t L_11 = ___cp0;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t L_12;
L_12 = MSCompatUnicodeTable_Level1_m52E22BCB6AC97C00EFDC11F33465B9B120F41549(L_11, NULL);
return L_12;
}
}
// System.Byte Mono.Globalization.Unicode.SimpleCollator::Level2(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_Level2_m6354F0CA1939D40CC1E400494382D7D3CE219EBC (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, int32_t ___cp0, int32_t ___ext1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
uint8_t V_1 = 0x0;
int32_t V_2 = 0;
int32_t G_B10_0 = 0;
{
int32_t L_0 = ___ext1;
if ((!(((uint32_t)L_0) == ((uint32_t)4))))
{
goto IL_0006;
}
}
{
return (uint8_t)5;
}
IL_0006:
{
int32_t L_1 = ___ext1;
if ((!(((uint32_t)L_1) == ((uint32_t)3))))
{
goto IL_000c;
}
}
{
return (uint8_t)0;
}
IL_000c:
{
int32_t L_2 = ___cp0;
if ((((int32_t)L_2) < ((int32_t)((int32_t)12288))))
{
goto IL_001e;
}
}
{
uint8_t* L_3 = __this->___cjkLv2Table_8;
if ((!(((uintptr_t)L_3) == ((uintptr_t)((uintptr_t)0)))))
{
goto IL_0025;
}
}
IL_001e:
{
int32_t L_4 = ___cp0;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t L_5;
L_5 = MSCompatUnicodeTable_Level2_m7A27D6403FFD1A6AF593F4D48B729E44C19A1082(L_4, NULL);
return L_5;
}
IL_0025:
{
CodePointIndexer_tDB29485BEDB55D414DA8F327ACDC24A37B5300EF* L_6 = __this->___cjkLv2Indexer_9;
int32_t L_7 = ___cp0;
NullCheck(L_6);
int32_t L_8;
L_8 = CodePointIndexer_ToIndex_m5B3502DBB6A1CCDBA58E160B8CFA9625AE80EFF4(L_6, L_7, NULL);
V_0 = L_8;
int32_t L_9 = V_0;
if ((((int32_t)L_9) < ((int32_t)0)))
{
goto IL_0041;
}
}
{
uint8_t* L_10 = __this->___cjkLv2Table_8;
int32_t L_11 = V_0;
int32_t L_12 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, L_11)));
G_B10_0 = L_12;
goto IL_0042;
}
IL_0041:
{
G_B10_0 = 0;
}
IL_0042:
{
V_1 = (uint8_t)G_B10_0;
uint8_t L_13 = V_1;
if (!L_13)
{
goto IL_0048;
}
}
{
uint8_t L_14 = V_1;
return L_14;
}
IL_0048:
{
int32_t L_15 = ___cp0;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t L_16;
L_16 = MSCompatUnicodeTable_Level2_m7A27D6403FFD1A6AF593F4D48B729E44C19A1082(L_15, NULL);
V_1 = L_16;
Level2MapU5BU5D_t0A034BF792949B2B7421CBAFAD423AFB86CEED0C* L_17 = __this->___level2Maps_4;
NullCheck(L_17);
if ((((RuntimeArray*)L_17)->max_length))
{
goto IL_005a;
}
}
{
uint8_t L_18 = V_1;
return L_18;
}
IL_005a:
{
V_2 = 0;
goto IL_0090;
}
IL_005e:
{
Level2MapU5BU5D_t0A034BF792949B2B7421CBAFAD423AFB86CEED0C* L_19 = __this->___level2Maps_4;
int32_t L_20 = V_2;
NullCheck(L_19);
int32_t L_21 = L_20;
Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1* L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
NullCheck(L_22);
uint8_t L_23 = L_22->___Source_0;
uint8_t L_24 = V_1;
if ((!(((uint32_t)L_23) == ((uint32_t)L_24))))
{
goto IL_007c;
}
}
{
Level2MapU5BU5D_t0A034BF792949B2B7421CBAFAD423AFB86CEED0C* L_25 = __this->___level2Maps_4;
int32_t L_26 = V_2;
NullCheck(L_25);
int32_t L_27 = L_26;
Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1* L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
NullCheck(L_28);
uint8_t L_29 = L_28->___Replace_1;
return L_29;
}
IL_007c:
{
Level2MapU5BU5D_t0A034BF792949B2B7421CBAFAD423AFB86CEED0C* L_30 = __this->___level2Maps_4;
int32_t L_31 = V_2;
NullCheck(L_30);
int32_t L_32 = L_31;
Level2Map_t5D4D125900566ECEC690FF07AF3EABF34F7A7EC1* L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
NullCheck(L_33);
uint8_t L_34 = L_33->___Source_0;
uint8_t L_35 = V_1;
if ((((int32_t)L_34) > ((int32_t)L_35)))
{
goto IL_009b;
}
}
{
int32_t L_36 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_36, 1));
}
IL_0090:
{
int32_t L_37 = V_2;
Level2MapU5BU5D_t0A034BF792949B2B7421CBAFAD423AFB86CEED0C* L_38 = __this->___level2Maps_4;
NullCheck(L_38);
if ((((int32_t)L_37) < ((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length)))))
{
goto IL_005e;
}
}
IL_009b:
{
uint8_t L_39 = V_1;
return L_39;
}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsHalfKana(System.Int32,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsHalfKana_m97D3C08295BADE6FA52F7A63442813167E96DB8A (int32_t ___cp0, int32_t ___opt1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___opt1;
if (((int32_t)((int32_t)L_0&((int32_t)16))))
{
goto IL_000e;
}
}
{
int32_t L_1 = ___cp0;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
bool L_2;
L_2 = MSCompatUnicodeTable_IsHalfWidthKana_m581D2C8677F65CBEA37B0DD7B39F522CB16D437F(((int32_t)(uint16_t)L_1), NULL);
return L_2;
}
IL_000e:
{
return (bool)1;
}
}
// Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetContraction(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* SimpleCollator_GetContraction_mDF3596DA78670F18CBFB344E7456FB0E84AD5795 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* V_0 = NULL;
{
String_t* L_0 = ___s0;
int32_t L_1 = ___start1;
int32_t L_2 = ___end2;
ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* L_3 = __this->___contractions_3;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_4;
L_4 = SimpleCollator_GetContraction_m2445BD1740B0C42EFE1052BEF11FE44E337CD1D6(__this, L_0, L_1, L_2, L_3, NULL);
V_0 = L_4;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_5 = V_0;
if (L_5)
{
goto IL_001d;
}
}
{
int32_t L_6 = __this->___lcid_10;
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)127)))))
{
goto IL_001f;
}
}
IL_001d:
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_7 = V_0;
return L_7;
}
IL_001f:
{
String_t* L_8 = ___s0;
int32_t L_9 = ___start1;
int32_t L_10 = ___end2;
il2cpp_codegen_runtime_class_init_inline(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* L_11 = ((SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_StaticFields*)il2cpp_codegen_static_fields_for(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var))->___invariant_0;
NullCheck(L_11);
ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* L_12 = L_11->___contractions_3;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_13;
L_13 = SimpleCollator_GetContraction_m2445BD1740B0C42EFE1052BEF11FE44E337CD1D6(__this, L_8, L_9, L_10, L_12, NULL);
return L_13;
}
}
// Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetContraction(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.Contraction[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* SimpleCollator_GetContraction_m2445BD1740B0C42EFE1052BEF11FE44E337CD1D6 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* ___clist3, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* V_1 = NULL;
int32_t V_2 = 0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_3 = NULL;
bool V_4 = false;
int32_t V_5 = 0;
{
V_0 = 0;
goto IL_0067;
}
IL_0004:
{
ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* L_0 = ___clist3;
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
V_1 = L_3;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_4 = V_1;
NullCheck(L_4);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = L_4->___Source_1;
NullCheck(L_5);
int32_t L_6 = 0;
uint16_t L_7 = (uint16_t)(L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
String_t* L_8 = ___s0;
int32_t L_9 = ___start1;
NullCheck(L_8);
Il2CppChar L_10;
L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, L_9, NULL);
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_10));
int32_t L_11 = V_2;
if ((((int32_t)L_11) <= ((int32_t)0)))
{
goto IL_0020;
}
}
{
return (Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540*)NULL;
}
IL_0020:
{
int32_t L_12 = V_2;
if ((((int32_t)L_12) < ((int32_t)0)))
{
goto IL_0063;
}
}
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_13 = V_1;
NullCheck(L_13);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_14 = L_13->___Source_1;
V_3 = L_14;
int32_t L_15 = ___end2;
int32_t L_16 = ___start1;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_17 = V_3;
NullCheck(L_17);
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_15, L_16))) < ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))
{
goto IL_0063;
}
}
{
V_4 = (bool)1;
V_5 = 0;
goto IL_0056;
}
IL_003b:
{
String_t* L_18 = ___s0;
int32_t L_19 = ___start1;
int32_t L_20 = V_5;
NullCheck(L_18);
Il2CppChar L_21;
L_21 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_18, ((int32_t)il2cpp_codegen_add(L_19, L_20)), NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_22 = V_3;
int32_t L_23 = V_5;
NullCheck(L_22);
int32_t L_24 = L_23;
uint16_t L_25 = (uint16_t)(L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
if ((((int32_t)L_21) == ((int32_t)L_25)))
{
goto IL_0050;
}
}
{
V_4 = (bool)0;
goto IL_005d;
}
IL_0050:
{
int32_t L_26 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_26, 1));
}
IL_0056:
{
int32_t L_27 = V_5;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_28 = V_3;
NullCheck(L_28);
if ((((int32_t)L_27) < ((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))))
{
goto IL_003b;
}
}
IL_005d:
{
bool L_29 = V_4;
if (!L_29)
{
goto IL_0063;
}
}
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_30 = V_1;
return L_30;
}
IL_0063:
{
int32_t L_31 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_31, 1));
}
IL_0067:
{
int32_t L_32 = V_0;
ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* L_33 = ___clist3;
NullCheck(L_33);
if ((((int32_t)L_32) < ((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))))
{
goto IL_0004;
}
}
{
return (Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540*)NULL;
}
}
// Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetTailContraction(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* SimpleCollator_GetTailContraction_m9C3AD899404EEB2A61C0DA596E97CF81E62F4BC1 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* V_0 = NULL;
{
String_t* L_0 = ___s0;
int32_t L_1 = ___start1;
int32_t L_2 = ___end2;
ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* L_3 = __this->___contractions_3;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_4;
L_4 = SimpleCollator_GetTailContraction_m5B278B3F2B83D8C24ADFB172C071ABB40D3D9004(__this, L_0, L_1, L_2, L_3, NULL);
V_0 = L_4;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_5 = V_0;
if (L_5)
{
goto IL_001d;
}
}
{
int32_t L_6 = __this->___lcid_10;
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)127)))))
{
goto IL_001f;
}
}
IL_001d:
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_7 = V_0;
return L_7;
}
IL_001f:
{
String_t* L_8 = ___s0;
int32_t L_9 = ___start1;
int32_t L_10 = ___end2;
il2cpp_codegen_runtime_class_init_inline(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* L_11 = ((SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_StaticFields*)il2cpp_codegen_static_fields_for(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var))->___invariant_0;
NullCheck(L_11);
ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* L_12 = L_11->___contractions_3;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_13;
L_13 = SimpleCollator_GetTailContraction_m5B278B3F2B83D8C24ADFB172C071ABB40D3D9004(__this, L_8, L_9, L_10, L_12, NULL);
return L_13;
}
}
// Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetTailContraction(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.Contraction[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* SimpleCollator_GetTailContraction_m5B278B3F2B83D8C24ADFB172C071ABB40D3D9004 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* ___clist3, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* V_1 = NULL;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_2 = NULL;
bool V_3 = false;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
int32_t L_0 = ___start1;
int32_t L_1 = ___end2;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_001c;
}
}
{
int32_t L_2 = ___end2;
if ((((int32_t)L_2) < ((int32_t)(-1))))
{
goto IL_001c;
}
}
{
int32_t L_3 = ___start1;
String_t* L_4 = ___s0;
NullCheck(L_4);
int32_t L_5;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
if ((((int32_t)L_3) >= ((int32_t)L_5)))
{
goto IL_001c;
}
}
{
String_t* L_6 = ___s0;
NullCheck(L_6);
int32_t L_7;
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
int32_t L_8 = ___end2;
if ((((int32_t)L_7) > ((int32_t)((int32_t)il2cpp_codegen_add(L_8, 1)))))
{
goto IL_0039;
}
}
IL_001c:
{
int32_t L_9 = ___start1;
int32_t L_10 = L_9;
RuntimeObject* L_11 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_10);
int32_t L_12 = ___end2;
int32_t L_13 = L_12;
RuntimeObject* L_14 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_13);
String_t* L_15 = ___s0;
String_t* L_16;
L_16 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE132EE424C20BA450E30E9FE0BA4CA35C197C729)), L_11, L_14, L_15, NULL);
SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295* L_17 = (SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295_il2cpp_TypeInfo_var)));
NullCheck(L_17);
SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(L_17, L_16, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SimpleCollator_GetTailContraction_m5B278B3F2B83D8C24ADFB172C071ABB40D3D9004_RuntimeMethod_var)));
}
IL_0039:
{
V_0 = 0;
goto IL_009f;
}
IL_003d:
{
ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* L_18 = ___clist3;
int32_t L_19 = V_0;
NullCheck(L_18);
int32_t L_20 = L_19;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
V_1 = L_21;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_22 = V_1;
NullCheck(L_22);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_23 = L_22->___Source_1;
V_2 = L_23;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_24 = V_2;
NullCheck(L_24);
int32_t L_25 = ___start1;
int32_t L_26 = ___end2;
if ((((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))) > ((int32_t)((int32_t)il2cpp_codegen_subtract(L_25, L_26)))))
{
goto IL_009b;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_27 = V_2;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_28 = V_2;
NullCheck(L_28);
NullCheck(L_27);
int32_t L_29 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_28)->max_length)), 1));
uint16_t L_30 = (uint16_t)(L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
String_t* L_31 = ___s0;
int32_t L_32 = ___start1;
NullCheck(L_31);
Il2CppChar L_33;
L_33 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_31, L_32, NULL);
if ((!(((uint32_t)L_30) == ((uint32_t)L_33))))
{
goto IL_009b;
}
}
{
V_3 = (bool)1;
V_4 = 0;
int32_t L_34 = ___start1;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_35 = V_2;
NullCheck(L_35);
V_5 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_34, ((int32_t)(((RuntimeArray*)L_35)->max_length)))), 1));
goto IL_008f;
}
IL_0071:
{
String_t* L_36 = ___s0;
int32_t L_37 = V_5;
NullCheck(L_36);
Il2CppChar L_38;
L_38 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_36, L_37, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_39 = V_2;
int32_t L_40 = V_4;
NullCheck(L_39);
int32_t L_41 = L_40;
uint16_t L_42 = (uint16_t)(L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
if ((((int32_t)L_38) == ((int32_t)L_42)))
{
goto IL_0083;
}
}
{
V_3 = (bool)0;
goto IL_0096;
}
IL_0083:
{
int32_t L_43 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_43, 1));
int32_t L_44 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_44, 1));
}
IL_008f:
{
int32_t L_45 = V_4;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_46 = V_2;
NullCheck(L_46);
if ((((int32_t)L_45) < ((int32_t)((int32_t)(((RuntimeArray*)L_46)->max_length)))))
{
goto IL_0071;
}
}
IL_0096:
{
bool L_47 = V_3;
if (!L_47)
{
goto IL_009b;
}
}
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_48 = V_1;
return L_48;
}
IL_009b:
{
int32_t L_49 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_49, 1));
}
IL_009f:
{
int32_t L_50 = V_0;
ContractionU5BU5D_tD76701CE220641F1712FA6E03D3144F77CD8508E* L_51 = ___clist3;
NullCheck(L_51);
if ((((int32_t)L_50) < ((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length)))))
{
goto IL_003d;
}
}
{
return (Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540*)NULL;
}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::FilterOptions(System.Int32,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_FilterOptions_mE92B378C251252A64051EDB933B71BE24EE52CE2 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, int32_t ___i0, int32_t ___opt1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ___opt1;
if (!((int32_t)((int32_t)L_0&((int32_t)16))))
{
goto IL_0013;
}
}
{
int32_t L_1 = ___i0;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = MSCompatUnicodeTable_ToWidthCompat_m1D0FE1AF0AD1AB27D0744787A88C58BD42374C37(L_1, NULL);
V_0 = L_2;
int32_t L_3 = V_0;
if (!L_3)
{
goto IL_0013;
}
}
{
int32_t L_4 = V_0;
___i0 = L_4;
}
IL_0013:
{
int32_t L_5 = ___opt1;
if (!((int32_t)((int32_t)L_5&((int32_t)268435456))))
{
goto IL_002b;
}
}
{
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_6 = __this->___textInfo_1;
int32_t L_7 = ___i0;
NullCheck(L_6);
Il2CppChar L_8;
L_8 = VirtualFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_6, ((int32_t)(uint16_t)L_7));
___i0 = L_8;
}
IL_002b:
{
int32_t L_9 = ___opt1;
if (!((int32_t)((int32_t)L_9&1)))
{
goto IL_003f;
}
}
{
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_10 = __this->___textInfo_1;
int32_t L_11 = ___i0;
NullCheck(L_10);
Il2CppChar L_12;
L_12 = VirtualFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_10, ((int32_t)(uint16_t)L_11));
___i0 = L_12;
}
IL_003f:
{
int32_t L_13 = ___opt1;
if (!((int32_t)((int32_t)L_13&8)))
{
goto IL_004c;
}
}
{
int32_t L_14 = ___i0;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
int32_t L_15;
L_15 = MSCompatUnicodeTable_ToKanaTypeInsensitive_m5602703DCDFCC5D24BC7B0F6819F56A8F18BE670(L_14, NULL);
___i0 = L_15;
}
IL_004c:
{
int32_t L_16 = ___i0;
return L_16;
}
}
// Mono.Globalization.Unicode.SimpleCollator/ExtenderType Mono.Globalization.Unicode.SimpleCollator::GetExtenderType(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_GetExtenderType_mDCC56E8E80B230652C5C342BE1BCCF94C71025E8 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, int32_t ___i0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___i0;
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)8213)))))
{
goto IL_0016;
}
}
{
int32_t L_1 = __this->___lcid_10;
if ((((int32_t)L_1) == ((int32_t)((int32_t)16))))
{
goto IL_0014;
}
}
{
return (int32_t)(0);
}
IL_0014:
{
return (int32_t)(3);
}
IL_0016:
{
int32_t L_2 = ___i0;
if ((((int32_t)L_2) < ((int32_t)((int32_t)12293))))
{
goto IL_0026;
}
}
{
int32_t L_3 = ___i0;
if ((((int32_t)L_3) <= ((int32_t)((int32_t)65392))))
{
goto IL_0028;
}
}
IL_0026:
{
return (int32_t)(0);
}
IL_0028:
{
int32_t L_4 = ___i0;
if ((((int32_t)L_4) < ((int32_t)((int32_t)65148))))
{
goto IL_0054;
}
}
{
int32_t L_5 = ___i0;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_5, ((int32_t)65148)))) > ((uint32_t)1))))
{
goto IL_004e;
}
}
{
int32_t L_6 = ___i0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)65392))))
{
goto IL_0050;
}
}
{
int32_t L_7 = ___i0;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_7, ((int32_t)65438)))) > ((uint32_t)1))))
{
goto IL_0052;
}
}
{
goto IL_0054;
}
IL_004e:
{
return (int32_t)(1);
}
IL_0050:
{
return (int32_t)(3);
}
IL_0052:
{
return (int32_t)(2);
}
IL_0054:
{
int32_t L_8 = ___i0;
if ((((int32_t)L_8) <= ((int32_t)((int32_t)12542))))
{
goto IL_005e;
}
}
{
return (int32_t)(0);
}
IL_005e:
{
int32_t L_9 = ___i0;
if ((((int32_t)L_9) > ((int32_t)((int32_t)12338))))
{
goto IL_007a;
}
}
{
int32_t L_10 = ___i0;
if ((((int32_t)L_10) == ((int32_t)((int32_t)12293))))
{
goto IL_00a4;
}
}
{
int32_t L_11 = ___i0;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_11, ((int32_t)12337)))) > ((uint32_t)1))))
{
goto IL_00a6;
}
}
{
goto IL_00ac;
}
IL_007a:
{
int32_t L_12 = ___i0;
if ((((int32_t)L_12) == ((int32_t)((int32_t)12445))))
{
goto IL_00a6;
}
}
{
int32_t L_13 = ___i0;
if ((((int32_t)L_13) == ((int32_t)((int32_t)12446))))
{
goto IL_00a8;
}
}
{
int32_t L_14 = ___i0;
switch (((int32_t)il2cpp_codegen_subtract(L_14, ((int32_t)12540))))
{
case 0:
{
goto IL_00aa;
}
case 1:
{
goto IL_00a6;
}
case 2:
{
goto IL_00a8;
}
}
}
{
goto IL_00ac;
}
IL_00a4:
{
return (int32_t)(4);
}
IL_00a6:
{
return (int32_t)(1);
}
IL_00a8:
{
return (int32_t)(2);
}
IL_00aa:
{
return (int32_t)(3);
}
IL_00ac:
{
return (int32_t)(0);
}
}
// System.Byte Mono.Globalization.Unicode.SimpleCollator::ToDashTypeValue(Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_ToDashTypeValue_m138C5544555269CBA2B61ACD9184B006AAE2026E (int32_t ___ext0, int32_t ___opt1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___opt1;
if (!((int32_t)((int32_t)L_0&2)))
{
goto IL_0007;
}
}
{
return (uint8_t)3;
}
IL_0007:
{
int32_t L_1 = ___ext0;
if (!L_1)
{
goto IL_0010;
}
}
{
int32_t L_2 = ___ext0;
if ((((int32_t)L_2) == ((int32_t)3)))
{
goto IL_0012;
}
}
{
goto IL_0014;
}
IL_0010:
{
return (uint8_t)3;
}
IL_0012:
{
return (uint8_t)5;
}
IL_0014:
{
return (uint8_t)4;
}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::FilterExtender(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_FilterExtender_mAB7448D68BB6D66289428602916BA8265EBBAF65 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, int32_t ___i0, int32_t ___ext1, int32_t ___opt2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
{
int32_t L_0 = ___ext1;
if ((!(((uint32_t)L_0) == ((uint32_t)3))))
{
goto IL_00c7;
}
}
{
int32_t L_1 = ___i0;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
bool L_2;
L_2 = MSCompatUnicodeTable_HasSpecialWeight_m098343D82D7AC6164F57AA52167EF20B30BF066E(((int32_t)(uint16_t)L_1), NULL);
if (!L_2)
{
goto IL_00c7;
}
}
{
int32_t L_3 = ___i0;
int32_t L_4 = ___opt2;
il2cpp_codegen_runtime_class_init_inline(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
bool L_5;
L_5 = SimpleCollator_IsHalfKana_m97D3C08295BADE6FA52F7A63442813167E96DB8A(((int32_t)(uint16_t)L_3), L_4, NULL);
V_0 = L_5;
int32_t L_6 = ___i0;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
bool L_7;
L_7 = MSCompatUnicodeTable_IsHiragana_mD8EE5F5E9FEFE4C75AF7370407B2C60F77CD2166(((int32_t)(uint16_t)L_6), NULL);
V_1 = (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
int32_t L_8 = ___i0;
uint8_t L_9;
L_9 = SimpleCollator_Level1_m4008243B3E16594F5B3384E35D9413D8A82459C7(__this, L_8, NULL);
V_2 = ((int32_t)((int32_t)L_9&7));
int32_t L_10 = V_2;
switch (((int32_t)il2cpp_codegen_subtract(L_10, 2)))
{
case 0:
{
goto IL_004f;
}
case 1:
{
goto IL_0067;
}
case 2:
{
goto IL_007f;
}
case 3:
{
goto IL_0097;
}
case 4:
{
goto IL_00af;
}
}
}
{
goto IL_00c7;
}
IL_004f:
{
bool L_11 = V_0;
if (L_11)
{
goto IL_0061;
}
}
{
bool L_12 = V_1;
if (L_12)
{
goto IL_005b;
}
}
{
return ((int32_t)12354);
}
IL_005b:
{
return ((int32_t)12450);
}
IL_0061:
{
return ((int32_t)65393);
}
IL_0067:
{
bool L_13 = V_0;
if (L_13)
{
goto IL_0079;
}
}
{
bool L_14 = V_1;
if (L_14)
{
goto IL_0073;
}
}
{
return ((int32_t)12356);
}
IL_0073:
{
return ((int32_t)12452);
}
IL_0079:
{
return ((int32_t)65394);
}
IL_007f:
{
bool L_15 = V_0;
if (L_15)
{
goto IL_0091;
}
}
{
bool L_16 = V_1;
if (L_16)
{
goto IL_008b;
}
}
{
return ((int32_t)12358);
}
IL_008b:
{
return ((int32_t)12454);
}
IL_0091:
{
return ((int32_t)65395);
}
IL_0097:
{
bool L_17 = V_0;
if (L_17)
{
goto IL_00a9;
}
}
{
bool L_18 = V_1;
if (L_18)
{
goto IL_00a3;
}
}
{
return ((int32_t)12360);
}
IL_00a3:
{
return ((int32_t)12456);
}
IL_00a9:
{
return ((int32_t)65396);
}
IL_00af:
{
bool L_19 = V_0;
if (L_19)
{
goto IL_00c1;
}
}
{
bool L_20 = V_1;
if (L_20)
{
goto IL_00bb;
}
}
{
return ((int32_t)12362);
}
IL_00bb:
{
return ((int32_t)12458);
}
IL_00c1:
{
return ((int32_t)65397);
}
IL_00c7:
{
int32_t L_21 = ___i0;
return L_21;
}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsIgnorable(System.Int32,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsIgnorable_mB6C1A3AE4972F41F7CA723F5585CB6657872E9B3 (int32_t ___i0, int32_t ___opt1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t G_B2_0 = 0;
int32_t G_B1_0 = 0;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
int32_t G_B5_0 = 0;
int32_t G_B5_1 = 0;
int32_t G_B4_0 = 0;
int32_t G_B4_1 = 0;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
int32_t G_B6_2 = 0;
int32_t G_B8_0 = 0;
int32_t G_B8_1 = 0;
int32_t G_B7_0 = 0;
int32_t G_B7_1 = 0;
int32_t G_B9_0 = 0;
int32_t G_B9_1 = 0;
int32_t G_B9_2 = 0;
{
int32_t L_0 = ___i0;
int32_t L_1 = ___opt1;
G_B1_0 = L_0;
if (!((int32_t)((int32_t)L_1&((int32_t)1342177280))))
{
G_B2_0 = L_0;
goto IL_000d;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_000e;
}
IL_000d:
{
G_B3_0 = 1;
G_B3_1 = G_B2_0;
}
IL_000e:
{
int32_t L_2 = ___opt1;
G_B4_0 = G_B3_0;
G_B4_1 = G_B3_1;
if (((int32_t)((int32_t)L_2&4)))
{
G_B5_0 = G_B3_0;
G_B5_1 = G_B3_1;
goto IL_0016;
}
}
{
G_B6_0 = 0;
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
goto IL_0017;
}
IL_0016:
{
G_B6_0 = 2;
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
}
IL_0017:
{
int32_t L_3 = ___opt1;
G_B7_0 = ((int32_t)il2cpp_codegen_add(G_B6_1, G_B6_0));
G_B7_1 = G_B6_2;
if (((int32_t)((int32_t)L_3&2)))
{
G_B8_0 = ((int32_t)il2cpp_codegen_add(G_B6_1, G_B6_0));
G_B8_1 = G_B6_2;
goto IL_0020;
}
}
{
G_B9_0 = 0;
G_B9_1 = G_B7_0;
G_B9_2 = G_B7_1;
goto IL_0021;
}
IL_0020:
{
G_B9_0 = 4;
G_B9_1 = G_B8_0;
G_B9_2 = G_B8_1;
}
IL_0021:
{
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
bool L_4;
L_4 = MSCompatUnicodeTable_IsIgnorable_m13393425857135DF1AB09C81D248E5E49FCEBCE1(G_B9_2, (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(G_B9_1, G_B9_0))), NULL);
return L_4;
}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSafe(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsSafe_mD24BAD3CE9F9AE2A16A4C201AC71B212E336FFAE (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, int32_t ___i0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___i0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->___unsafeFlags_5;
NullCheck(L_1);
if ((((int32_t)((int32_t)(L_0/8))) >= ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))
{
goto IL_0024;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->___unsafeFlags_5;
int32_t L_3 = ___i0;
NullCheck(L_2);
int32_t L_4 = ((int32_t)(L_3/8));
uint8_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
int32_t L_6 = ___i0;
return (bool)((((int32_t)((int32_t)((int32_t)L_5&((int32_t)(1<<((int32_t)(((int32_t)(L_6%8))&((int32_t)31)))))))) == ((int32_t)0))? 1 : 0);
}
IL_0024:
{
return (bool)1;
}
}
// System.Globalization.SortKey Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740* SimpleCollator_GetSortKey_mB911714D1A67E1D38D9343EC5860999D93BC924E (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t ___options1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___s0;
String_t* L_1 = ___s0;
NullCheck(L_1);
int32_t L_2;
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL);
int32_t L_3 = ___options1;
SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740* L_4;
L_4 = SimpleCollator_GetSortKey_m2C0748D8AC0E33CD46FF16C190261CA1173FB66E(__this, L_0, 0, L_2, L_3, NULL);
return L_4;
}
}
// System.Globalization.SortKey Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740* SimpleCollator_GetSortKey_m2C0748D8AC0E33CD46FF16C190261CA1173FB66E (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t ___start1, int32_t ___length2, int32_t ___options3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = __this->___lcid_10;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* L_1 = (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A*)il2cpp_codegen_object_new(SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A_il2cpp_TypeInfo_var);
NullCheck(L_1);
SortKeyBuffer__ctor_m44124385B07E9C713EE6C0CEECA51C4A4200E6FE(L_1, L_0, NULL);
V_0 = L_1;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* L_2 = V_0;
int32_t L_3 = ___options3;
int32_t L_4 = __this->___lcid_10;
String_t* L_5 = ___s0;
bool L_6 = __this->___frenchSort_11;
NullCheck(L_2);
SortKeyBuffer_Initialize_m4F998BC86CA746C8C3DEAC8D47D17FD2B5537C39(L_2, L_3, L_4, L_5, L_6, NULL);
int32_t L_7 = ___start1;
int32_t L_8 = ___length2;
V_1 = ((int32_t)il2cpp_codegen_add(L_7, L_8));
String_t* L_9 = ___s0;
int32_t L_10 = ___start1;
int32_t L_11 = V_1;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* L_12 = V_0;
int32_t L_13 = ___options3;
SimpleCollator_GetSortKey_m412F69F13CDC0508189A28A4EE43596FB5A47573(__this, L_9, L_10, L_11, L_12, L_13, NULL);
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* L_14 = V_0;
NullCheck(L_14);
SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740* L_15;
L_15 = SortKeyBuffer_GetResultAndReset_m3F0C22EAE5F965F5B9E82649F754847BF5593AFD(L_14, NULL);
return L_15;
}
}
// System.Void Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.SortKeyBuffer,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_GetSortKey_m412F69F13CDC0508189A28A4EE43596FB5A47573 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* ___buf3, int32_t ___opt4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* V_5 = NULL;
uint8_t* V_6 = NULL;
uint8_t* V_7 = NULL;
int32_t V_8 = 0;
int32_t G_B7_0 = 0;
int32_t G_B7_1 = 0;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* G_B7_2 = NULL;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* G_B6_2 = NULL;
int32_t G_B8_0 = 0;
int32_t G_B8_1 = 0;
int32_t G_B8_2 = 0;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* G_B8_3 = NULL;
int32_t G_B10_0 = 0;
int32_t G_B10_1 = 0;
int32_t G_B10_2 = 0;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* G_B10_3 = NULL;
int32_t G_B9_0 = 0;
int32_t G_B9_1 = 0;
int32_t G_B9_2 = 0;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* G_B9_3 = NULL;
int32_t G_B11_0 = 0;
int32_t G_B11_1 = 0;
int32_t G_B11_2 = 0;
int32_t G_B11_3 = 0;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* G_B11_4 = NULL;
int32_t G_B21_0 = 0;
int32_t G_B21_1 = 0;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* G_B21_2 = NULL;
int32_t G_B20_0 = 0;
int32_t G_B20_1 = 0;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* G_B20_2 = NULL;
int32_t G_B22_0 = 0;
int32_t G_B22_1 = 0;
int32_t G_B22_2 = 0;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* G_B22_3 = NULL;
int32_t G_B24_0 = 0;
int32_t G_B24_1 = 0;
int32_t G_B24_2 = 0;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* G_B24_3 = NULL;
int32_t G_B23_0 = 0;
int32_t G_B23_1 = 0;
int32_t G_B23_2 = 0;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* G_B23_3 = NULL;
int32_t G_B25_0 = 0;
int32_t G_B25_1 = 0;
int32_t G_B25_2 = 0;
int32_t G_B25_3 = 0;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* G_B25_4 = NULL;
{
int8_t* L_0 = (int8_t*) alloca(((uintptr_t)4));
memset(L_0, 0, ((uintptr_t)4));
V_0 = (uint8_t*)(L_0);
uint8_t* L_1 = V_0;
SimpleCollator_ClearBuffer_m4DC9B335D3EC5471AD7E6A2267B8AEB272A74726(__this, L_1, 4, NULL);
int32_t L_2 = ___opt4;
uint8_t* L_3 = V_0;
Context__ctor_m70A4A39D3B8B6ED37176CABC4DD2C026FDF97B5A((&V_1), L_2, (uint8_t*)((uintptr_t)0), (uint8_t*)((uintptr_t)0), (uint8_t*)((uintptr_t)0), (uint8_t*)((uintptr_t)0), L_3, NULL);
int32_t L_4 = ___start1;
V_2 = L_4;
goto IL_01ae;
}
IL_0026:
{
String_t* L_5 = ___s0;
int32_t L_6 = V_2;
NullCheck(L_5);
Il2CppChar L_7;
L_7 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_5, L_6, NULL);
V_3 = L_7;
int32_t L_8 = V_3;
int32_t L_9;
L_9 = SimpleCollator_GetExtenderType_mDCC56E8E80B230652C5C342BE1BCCF94C71025E8(__this, L_8, NULL);
V_4 = L_9;
int32_t L_10 = V_4;
if (!L_10)
{
goto IL_00b8;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE L_11 = V_1;
int32_t L_12 = L_11.___PrevCode_5;
int32_t L_13 = V_4;
int32_t L_14 = ___opt4;
int32_t L_15;
L_15 = SimpleCollator_FilterExtender_mAB7448D68BB6D66289428602916BA8265EBBAF65(__this, L_12, L_13, L_14, NULL);
V_3 = L_15;
int32_t L_16 = V_3;
if ((((int32_t)L_16) < ((int32_t)0)))
{
goto IL_0062;
}
}
{
int32_t L_17 = V_3;
int32_t L_18 = V_4;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* L_19 = ___buf3;
int32_t L_20 = ___opt4;
SimpleCollator_FillSortKeyRaw_mFDBF293D1A4255B0E59E8DCCB34EF6E2C76C4B5E(__this, L_17, L_18, L_19, L_20, NULL);
goto IL_01aa;
}
IL_0062:
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE L_21 = V_1;
uint8_t* L_22 = L_21.___PrevSortKey_6;
if ((((intptr_t)L_22) == ((intptr_t)((uintptr_t)0))))
{
goto IL_01aa;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE L_23 = V_1;
uint8_t* L_24 = L_23.___PrevSortKey_6;
V_6 = L_24;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* L_25 = ___buf3;
uint8_t* L_26 = V_6;
int32_t L_27 = *((uint8_t*)L_26);
uint8_t* L_28 = V_6;
int32_t L_29 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_28, 1)));
uint8_t* L_30 = V_6;
int32_t L_31 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_30, 2)));
G_B6_0 = L_29;
G_B6_1 = L_27;
G_B6_2 = L_25;
if ((!(((uint32_t)L_31) == ((uint32_t)1))))
{
G_B7_0 = L_29;
G_B7_1 = L_27;
G_B7_2 = L_25;
goto IL_0094;
}
}
{
int32_t L_32 = V_3;
int32_t L_33 = V_4;
uint8_t L_34;
L_34 = SimpleCollator_Level2_m6354F0CA1939D40CC1E400494382D7D3CE219EBC(__this, L_32, L_33, NULL);
G_B8_0 = ((int32_t)(L_34));
G_B8_1 = G_B6_0;
G_B8_2 = G_B6_1;
G_B8_3 = G_B6_2;
goto IL_0099;
}
IL_0094:
{
uint8_t* L_35 = V_6;
int32_t L_36 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_35, 2)));
G_B8_0 = L_36;
G_B8_1 = G_B7_0;
G_B8_2 = G_B7_1;
G_B8_3 = G_B7_2;
}
IL_0099:
{
uint8_t* L_37 = V_6;
int32_t L_38 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, 3)));
G_B9_0 = G_B8_0;
G_B9_1 = G_B8_1;
G_B9_2 = G_B8_2;
G_B9_3 = G_B8_3;
if ((!(((uint32_t)L_38) == ((uint32_t)1))))
{
G_B10_0 = G_B8_0;
G_B10_1 = G_B8_1;
G_B10_2 = G_B8_2;
G_B10_3 = G_B8_3;
goto IL_00a9;
}
}
{
int32_t L_39 = V_3;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t L_40;
L_40 = MSCompatUnicodeTable_Level3_mEB25D2A4C81C790FE99CB2C14AB1330CE199EC84(L_39, NULL);
G_B11_0 = ((int32_t)(L_40));
G_B11_1 = G_B9_0;
G_B11_2 = G_B9_1;
G_B11_3 = G_B9_2;
G_B11_4 = G_B9_3;
goto IL_00ae;
}
IL_00a9:
{
uint8_t* L_41 = V_6;
int32_t L_42 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_41, 3)));
G_B11_0 = L_42;
G_B11_1 = G_B10_0;
G_B11_2 = G_B10_1;
G_B11_3 = G_B10_2;
G_B11_4 = G_B10_3;
}
IL_00ae:
{
NullCheck(G_B11_4);
SortKeyBuffer_AppendNormal_m27FD4478DCD42D4978D63021B5AF164B22D73AE4(G_B11_4, (uint8_t)G_B11_3, (uint8_t)G_B11_2, (uint8_t)G_B11_1, (uint8_t)G_B11_0, NULL);
goto IL_01aa;
}
IL_00b8:
{
int32_t L_43 = V_3;
int32_t L_44 = ___opt4;
il2cpp_codegen_runtime_class_init_inline(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
bool L_45;
L_45 = SimpleCollator_IsIgnorable_mB6C1A3AE4972F41F7CA723F5585CB6657872E9B3(L_43, L_44, NULL);
if (L_45)
{
goto IL_01aa;
}
}
{
int32_t L_46 = V_3;
int32_t L_47 = ___opt4;
int32_t L_48;
L_48 = SimpleCollator_FilterOptions_mE92B378C251252A64051EDB933B71BE24EE52CE2(__this, L_46, L_47, NULL);
V_3 = L_48;
String_t* L_49 = ___s0;
int32_t L_50 = V_2;
int32_t L_51 = ___end2;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_52;
L_52 = SimpleCollator_GetContraction_mDF3596DA78670F18CBFB344E7456FB0E84AD5795(__this, L_49, L_50, L_51, NULL);
V_5 = L_52;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_53 = V_5;
if (!L_53)
{
goto IL_018e;
}
}
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_54 = V_5;
NullCheck(L_54);
String_t* L_55 = L_54->___Replacement_2;
if (!L_55)
{
goto IL_010a;
}
}
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_56 = V_5;
NullCheck(L_56);
String_t* L_57 = L_56->___Replacement_2;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_58 = V_5;
NullCheck(L_58);
String_t* L_59 = L_58->___Replacement_2;
NullCheck(L_59);
int32_t L_60;
L_60 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_59, NULL);
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* L_61 = ___buf3;
int32_t L_62 = ___opt4;
SimpleCollator_GetSortKey_m412F69F13CDC0508189A28A4EE43596FB5A47573(__this, L_57, 0, L_60, L_61, L_62, NULL);
goto IL_017e;
}
IL_010a:
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE L_63 = V_1;
uint8_t* L_64 = L_63.___PrevSortKey_6;
V_7 = L_64;
V_8 = 0;
goto IL_012d;
}
IL_0117:
{
uint8_t* L_65 = V_7;
int32_t L_66 = V_8;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_67 = V_5;
NullCheck(L_67);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_68 = L_67->___SortKey_3;
int32_t L_69 = V_8;
NullCheck(L_68);
int32_t L_70 = L_69;
uint8_t L_71 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_65, L_66))) = (int8_t)L_71;
int32_t L_72 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add(L_72, 1));
}
IL_012d:
{
int32_t L_73 = V_8;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_74 = V_5;
NullCheck(L_74);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_75 = L_74->___SortKey_3;
NullCheck(L_75);
if ((((int32_t)L_73) < ((int32_t)((int32_t)(((RuntimeArray*)L_75)->max_length)))))
{
goto IL_0117;
}
}
{
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* L_76 = ___buf3;
uint8_t* L_77 = V_7;
int32_t L_78 = *((uint8_t*)L_77);
uint8_t* L_79 = V_7;
int32_t L_80 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_79, 1)));
uint8_t* L_81 = V_7;
int32_t L_82 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_81, 2)));
G_B20_0 = L_80;
G_B20_1 = L_78;
G_B20_2 = L_76;
if ((!(((uint32_t)L_82) == ((uint32_t)1))))
{
G_B21_0 = L_80;
G_B21_1 = L_78;
G_B21_2 = L_76;
goto IL_0157;
}
}
{
int32_t L_83 = V_3;
int32_t L_84 = V_4;
uint8_t L_85;
L_85 = SimpleCollator_Level2_m6354F0CA1939D40CC1E400494382D7D3CE219EBC(__this, L_83, L_84, NULL);
G_B22_0 = ((int32_t)(L_85));
G_B22_1 = G_B20_0;
G_B22_2 = G_B20_1;
G_B22_3 = G_B20_2;
goto IL_015c;
}
IL_0157:
{
uint8_t* L_86 = V_7;
int32_t L_87 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_86, 2)));
G_B22_0 = L_87;
G_B22_1 = G_B21_0;
G_B22_2 = G_B21_1;
G_B22_3 = G_B21_2;
}
IL_015c:
{
uint8_t* L_88 = V_7;
int32_t L_89 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_88, 3)));
G_B23_0 = G_B22_0;
G_B23_1 = G_B22_1;
G_B23_2 = G_B22_2;
G_B23_3 = G_B22_3;
if ((!(((uint32_t)L_89) == ((uint32_t)1))))
{
G_B24_0 = G_B22_0;
G_B24_1 = G_B22_1;
G_B24_2 = G_B22_2;
G_B24_3 = G_B22_3;
goto IL_016c;
}
}
{
int32_t L_90 = V_3;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t L_91;
L_91 = MSCompatUnicodeTable_Level3_mEB25D2A4C81C790FE99CB2C14AB1330CE199EC84(L_90, NULL);
G_B25_0 = ((int32_t)(L_91));
G_B25_1 = G_B23_0;
G_B25_2 = G_B23_1;
G_B25_3 = G_B23_2;
G_B25_4 = G_B23_3;
goto IL_0171;
}
IL_016c:
{
uint8_t* L_92 = V_7;
int32_t L_93 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_92, 3)));
G_B25_0 = L_93;
G_B25_1 = G_B24_0;
G_B25_2 = G_B24_1;
G_B25_3 = G_B24_2;
G_B25_4 = G_B24_3;
}
IL_0171:
{
NullCheck(G_B25_4);
SortKeyBuffer_AppendNormal_m27FD4478DCD42D4978D63021B5AF164B22D73AE4(G_B25_4, (uint8_t)G_B25_3, (uint8_t)G_B25_2, (uint8_t)G_B25_1, (uint8_t)G_B25_0, NULL);
(&V_1)->___PrevCode_5 = (-1);
}
IL_017e:
{
int32_t L_94 = V_2;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_95 = V_5;
NullCheck(L_95);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_96 = L_95->___Source_1;
NullCheck(L_96);
V_2 = ((int32_t)il2cpp_codegen_add(L_94, ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_96)->max_length)), 1))));
goto IL_01aa;
}
IL_018e:
{
int32_t L_97 = V_3;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
bool L_98;
L_98 = MSCompatUnicodeTable_IsIgnorableNonSpacing_mA1B7A05D0904121B6CFE5976182FCEE34F7DB1AB(L_97, NULL);
if (L_98)
{
goto IL_019e;
}
}
{
int32_t L_99 = V_3;
(&V_1)->___PrevCode_5 = L_99;
}
IL_019e:
{
int32_t L_100 = V_3;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* L_101 = ___buf3;
int32_t L_102 = ___opt4;
SimpleCollator_FillSortKeyRaw_mFDBF293D1A4255B0E59E8DCCB34EF6E2C76C4B5E(__this, L_100, 0, L_101, L_102, NULL);
}
IL_01aa:
{
int32_t L_103 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_103, 1));
}
IL_01ae:
{
int32_t L_104 = V_2;
int32_t L_105 = ___end2;
if ((((int32_t)L_104) < ((int32_t)L_105)))
{
goto IL_0026;
}
}
{
return;
}
}
// System.Void Mono.Globalization.Unicode.SimpleCollator::FillSortKeyRaw(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.SortKeyBuffer,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_FillSortKeyRaw_mFDBF293D1A4255B0E59E8DCCB34EF6E2C76C4B5E (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, int32_t ___i0, int32_t ___ext1, SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* ___buf2, int32_t ___opt3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
uint8_t V_1 = 0x0;
int32_t V_2 = 0;
int32_t V_3 = 0;
uint8_t V_4 = 0x0;
{
int32_t L_0 = ___i0;
if ((((int32_t)((int32_t)13312)) > ((int32_t)L_0)))
{
goto IL_0034;
}
}
{
int32_t L_1 = ___i0;
if ((((int32_t)L_1) > ((int32_t)((int32_t)19893))))
{
goto IL_0034;
}
}
{
int32_t L_2 = ___i0;
V_2 = ((int32_t)il2cpp_codegen_subtract(L_2, ((int32_t)13312)));
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* L_3 = ___buf2;
int32_t L_4 = V_2;
int32_t L_5 = V_2;
NullCheck(L_3);
SortKeyBuffer_AppendCJKExtension_m64F33BC8021B4D895B765F7BC34723B1341F0A15(L_3, (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)16), ((int32_t)(L_4/((int32_t)254)))))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)(L_5%((int32_t)254))), 2))), NULL);
return;
}
IL_0034:
{
int32_t L_6 = ___i0;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
int32_t L_7;
L_7 = Char_GetUnicodeCategory_m8BC9F8A973843AD3B62358285AED47C5185B0BE1(((int32_t)(uint16_t)L_6), NULL);
V_0 = L_7;
int32_t L_8 = V_0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)16))))
{
goto IL_006f;
}
}
{
int32_t L_9 = V_0;
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)17)))))
{
goto IL_0078;
}
}
{
int32_t L_10 = ___i0;
V_3 = ((int32_t)il2cpp_codegen_subtract(L_10, ((int32_t)57344)));
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* L_11 = ___buf2;
int32_t L_12 = V_3;
int32_t L_13 = V_3;
NullCheck(L_11);
SortKeyBuffer_AppendNormal_m27FD4478DCD42D4978D63021B5AF164B22D73AE4(L_11, (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)229), ((int32_t)(L_12/((int32_t)254)))))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)(L_13%((int32_t)254))), 2))), (uint8_t)0, (uint8_t)0, NULL);
return;
}
IL_006f:
{
int32_t L_14 = ___i0;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* L_15 = ___buf2;
SimpleCollator_FillSurrogateSortKeyRaw_m70AB1F51D1BED2F7CEFABB8CBD6B834DDF0569E7(__this, L_14, L_15, NULL);
return;
}
IL_0078:
{
int32_t L_16 = ___i0;
int32_t L_17 = ___ext1;
uint8_t L_18;
L_18 = SimpleCollator_Level2_m6354F0CA1939D40CC1E400494382D7D3CE219EBC(__this, L_16, L_17, NULL);
V_1 = L_18;
int32_t L_19 = ___i0;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
bool L_20;
L_20 = MSCompatUnicodeTable_HasSpecialWeight_m098343D82D7AC6164F57AA52167EF20B30BF066E(((int32_t)(uint16_t)L_19), NULL);
if (!L_20)
{
goto IL_00e0;
}
}
{
int32_t L_21 = ___i0;
uint8_t L_22;
L_22 = SimpleCollator_Level1_m4008243B3E16594F5B3384E35D9413D8A82459C7(__this, L_21, NULL);
V_4 = L_22;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* L_23 = ___buf2;
int32_t L_24 = ___i0;
uint8_t L_25;
L_25 = SimpleCollator_Category_m22903A606A470F92300513060587DF33ECB95309(__this, L_24, NULL);
uint8_t L_26 = V_4;
uint8_t L_27 = V_1;
int32_t L_28 = ___i0;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t L_29;
L_29 = MSCompatUnicodeTable_Level3_mEB25D2A4C81C790FE99CB2C14AB1330CE199EC84(L_28, NULL);
int32_t L_30 = ___i0;
bool L_31;
L_31 = MSCompatUnicodeTable_IsJapaneseSmallLetter_mA04FA6BB203A875C356D6F1C6122DD5C0C397ABC(((int32_t)(uint16_t)L_30), NULL);
int32_t L_32 = ___ext1;
int32_t L_33 = ___opt3;
il2cpp_codegen_runtime_class_init_inline(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
uint8_t L_34;
L_34 = SimpleCollator_ToDashTypeValue_m138C5544555269CBA2B61ACD9184B006AAE2026E(L_32, L_33, NULL);
int32_t L_35 = ___i0;
bool L_36;
L_36 = MSCompatUnicodeTable_IsHiragana_mD8EE5F5E9FEFE4C75AF7370407B2C60F77CD2166(((int32_t)(uint16_t)L_35), NULL);
int32_t L_37 = ___i0;
int32_t L_38 = ___opt3;
bool L_39;
L_39 = SimpleCollator_IsHalfKana_m97D3C08295BADE6FA52F7A63442813167E96DB8A(((int32_t)(uint16_t)L_37), L_38, NULL);
NullCheck(L_23);
SortKeyBuffer_AppendKana_m18A005FE17B519E36265D20FD12EFFE99E5132F9(L_23, L_25, L_26, L_27, L_29, L_31, L_34, (bool)((((int32_t)L_36) == ((int32_t)0))? 1 : 0), L_39, NULL);
int32_t L_40 = ___opt3;
if (((int32_t)((int32_t)L_40&2)))
{
goto IL_00fb;
}
}
{
int32_t L_41 = ___ext1;
if ((!(((uint32_t)L_41) == ((uint32_t)2))))
{
goto IL_00fb;
}
}
{
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* L_42 = ___buf2;
NullCheck(L_42);
SortKeyBuffer_AppendNormal_m27FD4478DCD42D4978D63021B5AF164B22D73AE4(L_42, (uint8_t)1, (uint8_t)1, (uint8_t)1, (uint8_t)0, NULL);
return;
}
IL_00e0:
{
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* L_43 = ___buf2;
int32_t L_44 = ___i0;
uint8_t L_45;
L_45 = SimpleCollator_Category_m22903A606A470F92300513060587DF33ECB95309(__this, L_44, NULL);
int32_t L_46 = ___i0;
uint8_t L_47;
L_47 = SimpleCollator_Level1_m4008243B3E16594F5B3384E35D9413D8A82459C7(__this, L_46, NULL);
uint8_t L_48 = V_1;
int32_t L_49 = ___i0;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t L_50;
L_50 = MSCompatUnicodeTable_Level3_mEB25D2A4C81C790FE99CB2C14AB1330CE199EC84(L_49, NULL);
NullCheck(L_43);
SortKeyBuffer_AppendNormal_m27FD4478DCD42D4978D63021B5AF164B22D73AE4(L_43, L_45, L_47, L_48, L_50, NULL);
}
IL_00fb:
{
return;
}
}
// System.Void Mono.Globalization.Unicode.SimpleCollator::FillSurrogateSortKeyRaw(System.Int32,Mono.Globalization.Unicode.SortKeyBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_FillSurrogateSortKeyRaw_m70AB1F51D1BED2F7CEFABB8CBD6B834DDF0569E7 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, int32_t ___i0, SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* ___buf1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
uint8_t V_2 = 0x0;
int32_t V_3 = 0;
int32_t G_B4_0 = 0;
{
V_0 = 0;
V_1 = 0;
V_2 = (uint8_t)0;
int32_t L_0 = ___i0;
if ((((int32_t)L_0) >= ((int32_t)((int32_t)55360))))
{
goto IL_0029;
}
}
{
V_0 = ((int32_t)55296);
V_1 = ((int32_t)65);
int32_t L_1 = ___i0;
if ((((int32_t)L_1) == ((int32_t)((int32_t)55296))))
{
goto IL_0023;
}
}
{
G_B4_0 = ((int32_t)63);
goto IL_0025;
}
IL_0023:
{
G_B4_0 = ((int32_t)62);
}
IL_0025:
{
V_2 = (uint8_t)((int32_t)(uint8_t)G_B4_0);
goto IL_0077;
}
IL_0029:
{
int32_t L_2 = ___i0;
if ((((int32_t)((int32_t)55360)) > ((int32_t)L_2)))
{
goto IL_004a;
}
}
{
int32_t L_3 = ___i0;
if ((((int32_t)L_3) >= ((int32_t)((int32_t)55424))))
{
goto IL_004a;
}
}
{
V_0 = ((int32_t)55360);
V_1 = ((int32_t)242);
V_2 = (uint8_t)((int32_t)62);
goto IL_0077;
}
IL_004a:
{
int32_t L_4 = ___i0;
if ((((int32_t)((int32_t)56192)) > ((int32_t)L_4)))
{
goto IL_006b;
}
}
{
int32_t L_5 = ___i0;
if ((((int32_t)L_5) >= ((int32_t)((int32_t)56320))))
{
goto IL_006b;
}
}
{
V_0 = ((int32_t)56128);
V_1 = ((int32_t)254);
V_2 = (uint8_t)((int32_t)62);
goto IL_0077;
}
IL_006b:
{
V_0 = ((int32_t)56074);
V_1 = ((int32_t)65);
V_2 = (uint8_t)((int32_t)63);
}
IL_0077:
{
int32_t L_6 = ___i0;
int32_t L_7 = V_0;
V_3 = ((int32_t)il2cpp_codegen_subtract(L_6, L_7));
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* L_8 = ___buf1;
int32_t L_9 = V_1;
int32_t L_10 = V_3;
int32_t L_11 = V_3;
uint8_t L_12 = V_2;
uint8_t L_13 = V_2;
NullCheck(L_8);
SortKeyBuffer_AppendNormal_m27FD4478DCD42D4978D63021B5AF164B22D73AE4(L_8, (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(L_9, ((int32_t)(L_10/((int32_t)254)))))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)(L_11%((int32_t)254))), 2))), L_12, L_13, NULL);
return;
}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::System.Globalization.ISimpleCollator.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_System_Globalization_ISimpleCollator_Compare_m19D2615DA1216400BCED1C8514AEF19ED635B650 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, int32_t ___options6, const RuntimeMethod* method)
{
{
String_t* L_0 = ___s10;
int32_t L_1 = ___idx11;
int32_t L_2 = ___len12;
String_t* L_3 = ___s23;
int32_t L_4 = ___idx24;
int32_t L_5 = ___len25;
int32_t L_6 = ___options6;
int32_t L_7;
L_7 = SimpleCollator_Compare_m3D60A3799386624D26100C40A1832400EB9D2746(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, NULL);
return L_7;
}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_Compare_m3D60A3799386624D26100C40A1832400EB9D2746 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, int32_t ___options6, const RuntimeMethod* method)
{
uint8_t* V_0 = NULL;
uint8_t* V_1 = NULL;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE V_2;
memset((&V_2), 0, sizeof(V_2));
bool V_3 = false;
bool V_4 = false;
int32_t V_5 = 0;
{
int8_t* L_0 = (int8_t*) alloca(((uintptr_t)4));
memset(L_0, 0, ((uintptr_t)4));
V_0 = (uint8_t*)(L_0);
int8_t* L_1 = (int8_t*) alloca(((uintptr_t)4));
memset(L_1, 0, ((uintptr_t)4));
V_1 = (uint8_t*)(L_1);
uint8_t* L_2 = V_0;
SimpleCollator_ClearBuffer_m4DC9B335D3EC5471AD7E6A2267B8AEB272A74726(__this, L_2, 4, NULL);
uint8_t* L_3 = V_1;
SimpleCollator_ClearBuffer_m4DC9B335D3EC5471AD7E6A2267B8AEB272A74726(__this, L_3, 4, NULL);
int32_t L_4 = ___options6;
uint8_t* L_5 = V_0;
uint8_t* L_6 = V_1;
Context__ctor_m70A4A39D3B8B6ED37176CABC4DD2C026FDF97B5A((&V_2), L_4, (uint8_t*)((uintptr_t)0), (uint8_t*)((uintptr_t)0), L_5, L_6, (uint8_t*)((uintptr_t)0), NULL);
String_t* L_7 = ___s10;
int32_t L_8 = ___idx11;
int32_t L_9 = ___len12;
String_t* L_10 = ___s23;
int32_t L_11 = ___idx24;
int32_t L_12 = ___len25;
int32_t L_13;
L_13 = SimpleCollator_CompareInternal_m1922639329B7F77643CD82F2A491BD12E6FE4191(__this, L_7, L_8, L_9, L_10, L_11, L_12, (&V_3), (&V_4), (bool)1, (bool)0, (&V_2), NULL);
V_5 = L_13;
int32_t L_14 = V_5;
if (!L_14)
{
goto IL_0051;
}
}
{
int32_t L_15 = V_5;
if ((((int32_t)L_15) < ((int32_t)0)))
{
goto IL_004f;
}
}
{
return 1;
}
IL_004f:
{
return (-1);
}
IL_0051:
{
return 0;
}
}
// System.Void Mono.Globalization.Unicode.SimpleCollator::ClearBuffer(System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_ClearBuffer_m4DC9B335D3EC5471AD7E6A2267B8AEB272A74726 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, uint8_t* ___buffer0, int32_t ___size1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_000d;
}
IL_0004:
{
uint8_t* L_0 = ___buffer0;
int32_t L_1 = V_0;
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, L_1))) = (int8_t)0;
int32_t L_2 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_2, 1));
}
IL_000d:
{
int32_t L_3 = V_0;
int32_t L_4 = ___size1;
if ((((int32_t)L_3) < ((int32_t)L_4)))
{
goto IL_0004;
}
}
{
return;
}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareInternal(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Boolean&,System.Boolean&,System.Boolean,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_CompareInternal_m1922639329B7F77643CD82F2A491BD12E6FE4191 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, bool* ___targetConsumed6, bool* ___sourceConsumed7, bool ___skipHeadingExtenders8, bool ___immediateBreakup9, Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* ___ctx10, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
PreviousInfo_t4E178296147ACBF0CEBE0A60D25D2AF0C9D5A103 V_5;
memset((&V_5), 0, sizeof(V_5));
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t V_9 = 0;
int32_t V_10 = 0;
int32_t V_11 = 0;
int32_t V_12 = 0;
int32_t V_13 = 0;
int32_t V_14 = 0;
int32_t V_15 = 0;
bool V_16 = false;
bool V_17 = false;
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 V_18;
memset((&V_18), 0, sizeof(V_18));
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 V_19;
memset((&V_19), 0, sizeof(V_19));
int32_t V_20 = 0;
int32_t V_21 = 0;
uint8_t* V_22 = NULL;
uint8_t* V_23 = NULL;
int32_t V_24 = 0;
int32_t V_25 = 0;
bool V_26 = false;
bool V_27 = false;
uint8_t V_28 = 0x0;
uint8_t V_29 = 0x0;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* V_30 = NULL;
int32_t V_31 = 0;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* V_32 = NULL;
int32_t V_33 = 0;
int32_t V_34 = 0;
int32_t V_35 = 0;
int32_t V_36 = 0;
int32_t V_37 = 0;
int32_t G_B66_0 = 0;
int32_t G_B74_0 = 0;
int32_t G_B141_0 = 0;
int32_t G_B151_0 = 0;
int32_t G_B164_0 = 0;
int32_t G_B169_0 = 0;
int32_t G_B172_0 = 0;
int32_t G_B175_0 = 0;
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_0 = ___ctx10;
int32_t L_1 = L_0->___Option_0;
V_0 = L_1;
int32_t L_2 = ___idx11;
V_1 = L_2;
int32_t L_3 = ___idx24;
V_2 = L_3;
int32_t L_4 = ___idx11;
int32_t L_5 = ___len12;
V_3 = ((int32_t)il2cpp_codegen_add(L_4, L_5));
int32_t L_6 = ___idx24;
int32_t L_7 = ___len25;
V_4 = ((int32_t)il2cpp_codegen_add(L_6, L_7));
bool* L_8 = ___targetConsumed6;
*((int8_t*)L_8) = (int8_t)0;
bool* L_9 = ___sourceConsumed7;
*((int8_t*)L_9) = (int8_t)0;
PreviousInfo__ctor_m78ED776E41CA06EB8EBAB9C0997C04B8D22AB18E((&V_5), (bool)0, NULL);
V_6 = 0;
V_7 = 5;
V_8 = (-1);
V_9 = (-1);
V_10 = 0;
V_11 = 0;
bool L_10 = ___skipHeadingExtenders8;
if (!L_10)
{
goto IL_0077;
}
}
{
goto IL_0054;
}
IL_0040:
{
String_t* L_11 = ___s10;
int32_t L_12 = ___idx11;
NullCheck(L_11);
Il2CppChar L_13;
L_13 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_11, L_12, NULL);
int32_t L_14;
L_14 = SimpleCollator_GetExtenderType_mDCC56E8E80B230652C5C342BE1BCCF94C71025E8(__this, L_13, NULL);
if (!L_14)
{
goto IL_0071;
}
}
{
int32_t L_15 = ___idx11;
___idx11 = ((int32_t)il2cpp_codegen_add(L_15, 1));
}
IL_0054:
{
int32_t L_16 = ___idx11;
int32_t L_17 = V_3;
if ((((int32_t)L_16) < ((int32_t)L_17)))
{
goto IL_0040;
}
}
{
goto IL_0071;
}
IL_005a:
{
String_t* L_18 = ___s23;
int32_t L_19 = ___idx24;
NullCheck(L_18);
Il2CppChar L_20;
L_20 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_18, L_19, NULL);
int32_t L_21;
L_21 = SimpleCollator_GetExtenderType_mDCC56E8E80B230652C5C342BE1BCCF94C71025E8(__this, L_20, NULL);
if (!L_21)
{
goto IL_0077;
}
}
{
int32_t L_22 = ___idx24;
___idx24 = ((int32_t)il2cpp_codegen_add(L_22, 1));
}
IL_0071:
{
int32_t L_23 = ___idx24;
int32_t L_24 = V_4;
if ((((int32_t)L_23) < ((int32_t)L_24)))
{
goto IL_005a;
}
}
IL_0077:
{
V_12 = 0;
V_13 = 0;
int32_t L_25 = ___idx11;
V_14 = L_25;
int32_t L_26 = ___idx24;
V_15 = L_26;
int32_t L_27 = V_0;
V_16 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_27&((int32_t)536870912)))) <= ((uint32_t)0)))? 1 : 0);
int32_t L_28 = V_0;
V_17 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_28&2))) <= ((uint32_t)0)))? 1 : 0);
il2cpp_codegen_initobj((&V_18), sizeof(Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178));
il2cpp_codegen_initobj((&V_19), sizeof(Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178));
goto IL_00be;
}
IL_00aa:
{
String_t* L_29 = ___s10;
int32_t L_30 = ___idx11;
NullCheck(L_29);
Il2CppChar L_31;
L_31 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_29, L_30, NULL);
int32_t L_32 = V_0;
il2cpp_codegen_runtime_class_init_inline(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
bool L_33;
L_33 = SimpleCollator_IsIgnorable_mB6C1A3AE4972F41F7CA723F5585CB6657872E9B3(L_31, L_32, NULL);
if (!L_33)
{
goto IL_00db;
}
}
{
int32_t L_34 = ___idx11;
___idx11 = ((int32_t)il2cpp_codegen_add(L_34, 1));
}
IL_00be:
{
int32_t L_35 = ___idx11;
int32_t L_36 = V_3;
if ((((int32_t)L_35) < ((int32_t)L_36)))
{
goto IL_00aa;
}
}
{
goto IL_00db;
}
IL_00c4:
{
String_t* L_37 = ___s23;
int32_t L_38 = ___idx24;
NullCheck(L_37);
Il2CppChar L_39;
L_39 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_37, L_38, NULL);
int32_t L_40 = V_0;
il2cpp_codegen_runtime_class_init_inline(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
bool L_41;
L_41 = SimpleCollator_IsIgnorable_mB6C1A3AE4972F41F7CA723F5585CB6657872E9B3(L_39, L_40, NULL);
if (!L_41)
{
goto IL_00e1;
}
}
{
int32_t L_42 = ___idx24;
___idx24 = ((int32_t)il2cpp_codegen_add(L_42, 1));
}
IL_00db:
{
int32_t L_43 = ___idx24;
int32_t L_44 = V_4;
if ((((int32_t)L_43) < ((int32_t)L_44)))
{
goto IL_00c4;
}
}
IL_00e1:
{
int32_t L_45 = ___idx11;
int32_t L_46 = V_3;
if ((((int32_t)L_45) < ((int32_t)L_46)))
{
goto IL_0126;
}
}
{
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 L_47 = V_18;
String_t* L_48 = L_47.___Source_0;
if (!L_48)
{
goto IL_0882;
}
}
{
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 L_49 = V_18;
String_t* L_50 = L_49.___Source_0;
___s10 = L_50;
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 L_51 = V_18;
int32_t L_52 = L_51.___Start_2;
V_1 = L_52;
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 L_53 = V_18;
int32_t L_54 = L_53.___Index_1;
___idx11 = L_54;
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 L_55 = V_18;
int32_t L_56 = L_55.___End_3;
V_3 = L_56;
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 L_57 = V_18;
int32_t L_58 = L_57.___Optional_4;
V_14 = L_58;
(&V_18)->___Source_0 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&(&V_18)->___Source_0), (void*)(String_t*)NULL);
goto IL_00be;
}
IL_0126:
{
int32_t L_59 = ___idx24;
int32_t L_60 = V_4;
if ((((int32_t)L_59) < ((int32_t)L_60)))
{
goto IL_0171;
}
}
{
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 L_61 = V_19;
String_t* L_62 = L_61.___Source_0;
if (!L_62)
{
goto IL_0882;
}
}
{
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 L_63 = V_19;
String_t* L_64 = L_63.___Source_0;
___s23 = L_64;
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 L_65 = V_19;
int32_t L_66 = L_65.___Start_2;
V_2 = L_66;
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 L_67 = V_19;
int32_t L_68 = L_67.___Index_1;
___idx24 = L_68;
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 L_69 = V_19;
int32_t L_70 = L_69.___End_3;
V_4 = L_70;
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 L_71 = V_19;
int32_t L_72 = L_71.___Optional_4;
V_15 = L_72;
(&V_19)->___Source_0 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&(&V_19)->___Source_0), (void*)(String_t*)NULL);
goto IL_00be;
}
IL_0171:
{
int32_t L_73 = V_14;
int32_t L_74 = ___idx11;
if ((((int32_t)L_73) >= ((int32_t)L_74)))
{
goto IL_024b;
}
}
{
int32_t L_75 = V_15;
int32_t L_76 = ___idx24;
if ((((int32_t)L_75) >= ((int32_t)L_76)))
{
goto IL_024b;
}
}
{
goto IL_018f;
}
IL_0184:
{
int32_t L_77 = ___idx11;
___idx11 = ((int32_t)il2cpp_codegen_add(L_77, 1));
int32_t L_78 = ___idx24;
___idx24 = ((int32_t)il2cpp_codegen_add(L_78, 1));
}
IL_018f:
{
int32_t L_79 = ___idx11;
int32_t L_80 = V_3;
if ((((int32_t)L_79) >= ((int32_t)L_80)))
{
goto IL_01ab;
}
}
{
int32_t L_81 = ___idx24;
int32_t L_82 = V_4;
if ((((int32_t)L_81) >= ((int32_t)L_82)))
{
goto IL_01ab;
}
}
{
String_t* L_83 = ___s10;
int32_t L_84 = ___idx11;
NullCheck(L_83);
Il2CppChar L_85;
L_85 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_83, L_84, NULL);
String_t* L_86 = ___s23;
int32_t L_87 = ___idx24;
NullCheck(L_86);
Il2CppChar L_88;
L_88 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_86, L_87, NULL);
if ((((int32_t)L_85) == ((int32_t)L_88)))
{
goto IL_0184;
}
}
IL_01ab:
{
int32_t L_89 = ___idx11;
int32_t L_90 = V_3;
if ((((int32_t)L_89) == ((int32_t)L_90)))
{
goto IL_00be;
}
}
{
int32_t L_91 = ___idx24;
int32_t L_92 = V_4;
if ((((int32_t)L_91) == ((int32_t)L_92)))
{
goto IL_00be;
}
}
{
int32_t L_93 = V_14;
V_34 = L_93;
int32_t L_94 = V_15;
V_35 = L_94;
int32_t L_95 = ___idx11;
V_14 = L_95;
int32_t L_96 = ___idx24;
V_15 = L_96;
int32_t L_97 = ___idx11;
___idx11 = ((int32_t)il2cpp_codegen_subtract(L_97, 1));
int32_t L_98 = ___idx24;
___idx24 = ((int32_t)il2cpp_codegen_subtract(L_98, 1));
goto IL_01ec;
}
IL_01d7:
{
String_t* L_99 = ___s10;
int32_t L_100 = ___idx11;
NullCheck(L_99);
Il2CppChar L_101;
L_101 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_99, L_100, NULL);
uint8_t L_102;
L_102 = SimpleCollator_Category_m22903A606A470F92300513060587DF33ECB95309(__this, L_101, NULL);
if ((!(((uint32_t)L_102) == ((uint32_t)1))))
{
goto IL_020b;
}
}
{
int32_t L_103 = ___idx11;
___idx11 = ((int32_t)il2cpp_codegen_subtract(L_103, 1));
}
IL_01ec:
{
int32_t L_104 = ___idx11;
int32_t L_105 = V_34;
if ((((int32_t)L_104) > ((int32_t)L_105)))
{
goto IL_01d7;
}
}
{
goto IL_020b;
}
IL_01f3:
{
String_t* L_106 = ___s23;
int32_t L_107 = ___idx24;
NullCheck(L_106);
Il2CppChar L_108;
L_108 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_106, L_107, NULL);
uint8_t L_109;
L_109 = SimpleCollator_Category_m22903A606A470F92300513060587DF33ECB95309(__this, L_108, NULL);
if ((!(((uint32_t)L_109) == ((uint32_t)1))))
{
goto IL_0227;
}
}
{
int32_t L_110 = ___idx24;
___idx24 = ((int32_t)il2cpp_codegen_subtract(L_110, 1));
}
IL_020b:
{
int32_t L_111 = ___idx24;
int32_t L_112 = V_35;
if ((((int32_t)L_111) > ((int32_t)L_112)))
{
goto IL_01f3;
}
}
{
goto IL_0227;
}
IL_0213:
{
String_t* L_113 = ___s10;
int32_t L_114 = ___idx11;
NullCheck(L_113);
Il2CppChar L_115;
L_115 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_113, L_114, NULL);
bool L_116;
L_116 = SimpleCollator_IsSafe_mD24BAD3CE9F9AE2A16A4C201AC71B212E336FFAE(__this, L_115, NULL);
if (L_116)
{
goto IL_0245;
}
}
{
int32_t L_117 = ___idx11;
___idx11 = ((int32_t)il2cpp_codegen_subtract(L_117, 1));
}
IL_0227:
{
int32_t L_118 = ___idx11;
int32_t L_119 = V_34;
if ((((int32_t)L_118) > ((int32_t)L_119)))
{
goto IL_0213;
}
}
{
goto IL_0245;
}
IL_022e:
{
String_t* L_120 = ___s23;
int32_t L_121 = ___idx24;
NullCheck(L_120);
Il2CppChar L_122;
L_122 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_120, L_121, NULL);
bool L_123;
L_123 = SimpleCollator_IsSafe_mD24BAD3CE9F9AE2A16A4C201AC71B212E336FFAE(__this, L_122, NULL);
if (L_123)
{
goto IL_024b;
}
}
{
int32_t L_124 = ___idx24;
___idx24 = ((int32_t)il2cpp_codegen_subtract(L_124, 1));
}
IL_0245:
{
int32_t L_125 = ___idx24;
int32_t L_126 = V_35;
if ((((int32_t)L_125) > ((int32_t)L_126)))
{
goto IL_022e;
}
}
IL_024b:
{
int32_t L_127 = ___idx11;
V_20 = L_127;
int32_t L_128 = ___idx24;
V_21 = L_128;
V_22 = (uint8_t*)((uintptr_t)0);
V_23 = (uint8_t*)((uintptr_t)0);
String_t* L_129 = ___s10;
int32_t L_130 = ___idx11;
NullCheck(L_129);
Il2CppChar L_131;
L_131 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_129, L_130, NULL);
int32_t L_132 = V_0;
int32_t L_133;
L_133 = SimpleCollator_FilterOptions_mE92B378C251252A64051EDB933B71BE24EE52CE2(__this, L_131, L_132, NULL);
V_24 = L_133;
String_t* L_134 = ___s23;
int32_t L_135 = ___idx24;
NullCheck(L_134);
Il2CppChar L_136;
L_136 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_134, L_135, NULL);
int32_t L_137 = V_0;
int32_t L_138;
L_138 = SimpleCollator_FilterOptions_mE92B378C251252A64051EDB933B71BE24EE52CE2(__this, L_136, L_137, NULL);
V_25 = L_138;
V_26 = (bool)0;
V_27 = (bool)0;
int32_t L_139 = V_24;
int32_t L_140;
L_140 = SimpleCollator_GetExtenderType_mDCC56E8E80B230652C5C342BE1BCCF94C71025E8(__this, L_139, NULL);
V_12 = L_140;
int32_t L_141 = V_12;
if (!L_141)
{
goto IL_02cc;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_142 = ___ctx10;
int32_t L_143 = L_142->___PrevCode_5;
if ((((int32_t)L_143) >= ((int32_t)0)))
{
goto IL_02ba;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_144 = ___ctx10;
uint8_t* L_145 = L_144->___PrevSortKey_6;
if ((!(((uintptr_t)L_145) == ((uintptr_t)((uintptr_t)0)))))
{
goto IL_02af;
}
}
{
int32_t L_146 = ___idx11;
___idx11 = ((int32_t)il2cpp_codegen_add(L_146, 1));
goto IL_00be;
}
IL_02af:
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_147 = ___ctx10;
uint8_t* L_148 = L_147->___PrevSortKey_6;
V_22 = L_148;
goto IL_02cc;
}
IL_02ba:
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_149 = ___ctx10;
int32_t L_150 = L_149->___PrevCode_5;
int32_t L_151 = V_12;
int32_t L_152 = V_0;
int32_t L_153;
L_153 = SimpleCollator_FilterExtender_mAB7448D68BB6D66289428602916BA8265EBBAF65(__this, L_150, L_151, L_152, NULL);
V_24 = L_153;
}
IL_02cc:
{
int32_t L_154 = V_25;
int32_t L_155;
L_155 = SimpleCollator_GetExtenderType_mDCC56E8E80B230652C5C342BE1BCCF94C71025E8(__this, L_154, NULL);
V_13 = L_155;
int32_t L_156 = V_13;
if (!L_156)
{
goto IL_0317;
}
}
{
PreviousInfo_t4E178296147ACBF0CEBE0A60D25D2AF0C9D5A103 L_157 = V_5;
int32_t L_158 = L_157.___Code_0;
if ((((int32_t)L_158) >= ((int32_t)0)))
{
goto IL_0305;
}
}
{
PreviousInfo_t4E178296147ACBF0CEBE0A60D25D2AF0C9D5A103 L_159 = V_5;
uint8_t* L_160 = L_159.___SortKey_1;
if ((!(((uintptr_t)L_160) == ((uintptr_t)((uintptr_t)0)))))
{
goto IL_02fa;
}
}
{
int32_t L_161 = ___idx24;
___idx24 = ((int32_t)il2cpp_codegen_add(L_161, 1));
goto IL_00be;
}
IL_02fa:
{
PreviousInfo_t4E178296147ACBF0CEBE0A60D25D2AF0C9D5A103 L_162 = V_5;
uint8_t* L_163 = L_162.___SortKey_1;
V_23 = L_163;
goto IL_0317;
}
IL_0305:
{
PreviousInfo_t4E178296147ACBF0CEBE0A60D25D2AF0C9D5A103 L_164 = V_5;
int32_t L_165 = L_164.___Code_0;
int32_t L_166 = V_13;
int32_t L_167 = V_0;
int32_t L_168;
L_168 = SimpleCollator_FilterExtender_mAB7448D68BB6D66289428602916BA8265EBBAF65(__this, L_165, L_166, L_167, NULL);
V_25 = L_168;
}
IL_0317:
{
int32_t L_169 = V_24;
uint8_t L_170;
L_170 = SimpleCollator_Category_m22903A606A470F92300513060587DF33ECB95309(__this, L_169, NULL);
V_28 = L_170;
int32_t L_171 = V_25;
uint8_t L_172;
L_172 = SimpleCollator_Category_m22903A606A470F92300513060587DF33ECB95309(__this, L_171, NULL);
V_29 = L_172;
uint8_t L_173 = V_28;
if ((!(((uint32_t)L_173) == ((uint32_t)6))))
{
goto IL_037e;
}
}
{
bool L_174 = V_16;
if (L_174)
{
goto IL_0370;
}
}
{
int32_t L_175 = V_7;
if ((!(((uint32_t)L_175) == ((uint32_t)5))))
{
goto IL_0370;
}
}
{
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 L_176 = V_18;
String_t* L_177 = L_176.___Source_0;
if (L_177)
{
goto IL_0348;
}
}
{
int32_t L_178 = V_20;
int32_t L_179 = V_1;
G_B66_0 = ((int32_t)il2cpp_codegen_subtract(L_178, L_179));
goto IL_0357;
}
IL_0348:
{
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 L_180 = V_18;
int32_t L_181 = L_180.___Index_1;
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 L_182 = V_18;
int32_t L_183 = L_182.___Start_2;
G_B66_0 = ((int32_t)il2cpp_codegen_subtract(L_181, L_183));
}
IL_0357:
{
V_8 = G_B66_0;
int32_t L_184 = V_24;
uint8_t L_185;
L_185 = SimpleCollator_Level1_m4008243B3E16594F5B3384E35D9413D8A82459C7(__this, L_184, NULL);
int32_t L_186 = V_24;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t L_187;
L_187 = MSCompatUnicodeTable_Level3_mEB25D2A4C81C790FE99CB2C14AB1330CE199EC84(L_186, NULL);
V_10 = ((int32_t)((int32_t)L_185<<((int32_t)(((int32_t)il2cpp_codegen_add(8, (int32_t)L_187))&((int32_t)31)))));
}
IL_0370:
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_188 = ___ctx10;
int32_t L_189 = V_24;
L_188->___PrevCode_5 = L_189;
int32_t L_190 = ___idx11;
___idx11 = ((int32_t)il2cpp_codegen_add(L_190, 1));
}
IL_037e:
{
uint8_t L_191 = V_29;
if ((!(((uint32_t)L_191) == ((uint32_t)6))))
{
goto IL_03d2;
}
}
{
bool L_192 = V_16;
if (L_192)
{
goto IL_03c3;
}
}
{
int32_t L_193 = V_7;
if ((!(((uint32_t)L_193) == ((uint32_t)5))))
{
goto IL_03c3;
}
}
{
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 L_194 = V_19;
String_t* L_195 = L_194.___Source_0;
if (L_195)
{
goto IL_039b;
}
}
{
int32_t L_196 = V_21;
int32_t L_197 = V_2;
G_B74_0 = ((int32_t)il2cpp_codegen_subtract(L_196, L_197));
goto IL_03aa;
}
IL_039b:
{
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 L_198 = V_19;
int32_t L_199 = L_198.___Index_1;
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 L_200 = V_19;
int32_t L_201 = L_200.___Start_2;
G_B74_0 = ((int32_t)il2cpp_codegen_subtract(L_199, L_201));
}
IL_03aa:
{
V_9 = G_B74_0;
int32_t L_202 = V_25;
uint8_t L_203;
L_203 = SimpleCollator_Level1_m4008243B3E16594F5B3384E35D9413D8A82459C7(__this, L_202, NULL);
int32_t L_204 = V_25;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t L_205;
L_205 = MSCompatUnicodeTable_Level3_mEB25D2A4C81C790FE99CB2C14AB1330CE199EC84(L_204, NULL);
V_11 = ((int32_t)((int32_t)L_203<<((int32_t)(((int32_t)il2cpp_codegen_add(8, (int32_t)L_205))&((int32_t)31)))));
}
IL_03c3:
{
int32_t L_206 = V_25;
(&V_5)->___Code_0 = L_206;
int32_t L_207 = ___idx24;
___idx24 = ((int32_t)il2cpp_codegen_add(L_207, 1));
}
IL_03d2:
{
uint8_t L_208 = V_28;
if ((((int32_t)L_208) == ((int32_t)6)))
{
goto IL_03dc;
}
}
{
uint8_t L_209 = V_29;
if ((!(((uint32_t)L_209) == ((uint32_t)6))))
{
goto IL_0403;
}
}
IL_03dc:
{
int32_t L_210 = V_7;
if ((!(((uint32_t)L_210) == ((uint32_t)5))))
{
goto IL_00be;
}
}
{
int32_t L_211 = V_10;
int32_t L_212 = V_11;
if ((!(((uint32_t)L_211) == ((uint32_t)L_212))))
{
goto IL_03fb;
}
}
{
int32_t L_213 = (-1);
V_9 = L_213;
V_8 = L_213;
int32_t L_214 = 0;
V_11 = L_214;
V_10 = L_214;
goto IL_00be;
}
IL_03fb:
{
V_7 = 4;
goto IL_00be;
}
IL_0403:
{
V_30 = (Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540*)NULL;
int32_t L_215 = V_12;
if (L_215)
{
goto IL_0415;
}
}
{
String_t* L_216 = ___s10;
int32_t L_217 = ___idx11;
int32_t L_218 = V_3;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_219;
L_219 = SimpleCollator_GetContraction_mDF3596DA78670F18CBFB344E7456FB0E84AD5795(__this, L_216, L_217, L_218, NULL);
V_30 = L_219;
}
IL_0415:
{
V_31 = 1;
uint8_t* L_220 = V_22;
if ((((intptr_t)L_220) == ((intptr_t)((uintptr_t)0))))
{
goto IL_0426;
}
}
{
V_31 = 1;
goto IL_0546;
}
IL_0426:
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_221 = V_30;
if (!L_221)
{
goto IL_04e5;
}
}
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_222 = V_30;
NullCheck(L_222);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_223 = L_222->___Source_1;
NullCheck(L_223);
V_31 = ((int32_t)(((RuntimeArray*)L_223)->max_length));
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_224 = V_30;
NullCheck(L_224);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_225 = L_224->___SortKey_3;
if (!L_225)
{
goto IL_0488;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_226 = ___ctx10;
uint8_t* L_227 = L_226->___Buffer1_3;
V_22 = L_227;
V_36 = 0;
goto IL_0465;
}
IL_044f:
{
uint8_t* L_228 = V_22;
int32_t L_229 = V_36;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_230 = V_30;
NullCheck(L_230);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_231 = L_230->___SortKey_3;
int32_t L_232 = V_36;
NullCheck(L_231);
int32_t L_233 = L_232;
uint8_t L_234 = (L_231)->GetAt(static_cast<il2cpp_array_size_t>(L_233));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_228, L_229))) = (int8_t)L_234;
int32_t L_235 = V_36;
V_36 = ((int32_t)il2cpp_codegen_add(L_235, 1));
}
IL_0465:
{
int32_t L_236 = V_36;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_237 = V_30;
NullCheck(L_237);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_238 = L_237->___SortKey_3;
NullCheck(L_238);
if ((((int32_t)L_236) < ((int32_t)((int32_t)(((RuntimeArray*)L_238)->max_length)))))
{
goto IL_044f;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_239 = ___ctx10;
L_239->___PrevCode_5 = (-1);
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_240 = ___ctx10;
uint8_t* L_241 = V_22;
L_240->___PrevSortKey_6 = L_241;
goto IL_0546;
}
IL_0488:
{
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 L_242 = V_18;
String_t* L_243 = L_242.___Source_0;
if (L_243)
{
goto IL_0546;
}
}
{
String_t* L_244 = ___s10;
(&V_18)->___Source_0 = L_244;
Il2CppCodeGenWriteBarrier((void**)(&(&V_18)->___Source_0), (void*)L_244);
int32_t L_245 = V_1;
(&V_18)->___Start_2 = L_245;
int32_t L_246 = V_20;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_247 = V_30;
NullCheck(L_247);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_248 = L_247->___Source_1;
NullCheck(L_248);
(&V_18)->___Index_1 = ((int32_t)il2cpp_codegen_add(L_246, ((int32_t)(((RuntimeArray*)L_248)->max_length))));
int32_t L_249 = V_3;
(&V_18)->___End_3 = L_249;
int32_t L_250 = V_14;
(&V_18)->___Optional_4 = L_250;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_251 = V_30;
NullCheck(L_251);
String_t* L_252 = L_251->___Replacement_2;
___s10 = L_252;
___idx11 = 0;
V_1 = 0;
String_t* L_253 = ___s10;
NullCheck(L_253);
int32_t L_254;
L_254 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_253, NULL);
V_3 = L_254;
V_14 = 0;
goto IL_00be;
}
IL_04e5:
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_255 = ___ctx10;
uint8_t* L_256 = L_255->___Buffer1_3;
V_22 = L_256;
uint8_t* L_257 = V_22;
uint8_t L_258 = V_28;
*((int8_t*)L_257) = (int8_t)L_258;
uint8_t* L_259 = V_22;
int32_t L_260 = V_24;
uint8_t L_261;
L_261 = SimpleCollator_Level1_m4008243B3E16594F5B3384E35D9413D8A82459C7(__this, L_260, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_259, 1))) = (int8_t)L_261;
bool L_262 = V_17;
if (L_262)
{
goto IL_0518;
}
}
{
int32_t L_263 = V_7;
if ((((int32_t)L_263) <= ((int32_t)1)))
{
goto IL_0518;
}
}
{
uint8_t* L_264 = V_22;
int32_t L_265 = V_24;
int32_t L_266 = V_12;
uint8_t L_267;
L_267 = SimpleCollator_Level2_m6354F0CA1939D40CC1E400494382D7D3CE219EBC(__this, L_265, L_266, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_264, 2))) = (int8_t)L_267;
}
IL_0518:
{
int32_t L_268 = V_7;
if ((((int32_t)L_268) <= ((int32_t)2)))
{
goto IL_0529;
}
}
{
uint8_t* L_269 = V_22;
int32_t L_270 = V_24;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t L_271;
L_271 = MSCompatUnicodeTable_Level3_mEB25D2A4C81C790FE99CB2C14AB1330CE199EC84(L_270, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_269, 3))) = (int8_t)L_271;
}
IL_0529:
{
int32_t L_272 = V_7;
if ((((int32_t)L_272) <= ((int32_t)3)))
{
goto IL_0538;
}
}
{
int32_t L_273 = V_24;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
bool L_274;
L_274 = MSCompatUnicodeTable_HasSpecialWeight_m098343D82D7AC6164F57AA52167EF20B30BF066E(((int32_t)(uint16_t)L_273), NULL);
V_26 = L_274;
}
IL_0538:
{
uint8_t L_275 = V_28;
if ((((int32_t)L_275) <= ((int32_t)1)))
{
goto IL_0546;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_276 = ___ctx10;
int32_t L_277 = V_24;
L_276->___PrevCode_5 = L_277;
}
IL_0546:
{
V_32 = (Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540*)NULL;
int32_t L_278 = V_13;
if (L_278)
{
goto IL_055b;
}
}
{
String_t* L_279 = ___s23;
int32_t L_280 = ___idx24;
int32_t L_281 = V_4;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_282;
L_282 = SimpleCollator_GetContraction_mDF3596DA78670F18CBFB344E7456FB0E84AD5795(__this, L_279, L_280, L_281, NULL);
V_32 = L_282;
}
IL_055b:
{
uint8_t* L_283 = V_23;
if ((((intptr_t)L_283) == ((intptr_t)((uintptr_t)0))))
{
goto IL_056c;
}
}
{
int32_t L_284 = ___idx24;
___idx24 = ((int32_t)il2cpp_codegen_add(L_284, 1));
goto IL_0699;
}
IL_056c:
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_285 = V_32;
if (!L_285)
{
goto IL_0632;
}
}
{
int32_t L_286 = ___idx24;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_287 = V_32;
NullCheck(L_287);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_288 = L_287->___Source_1;
NullCheck(L_288);
___idx24 = ((int32_t)il2cpp_codegen_add(L_286, ((int32_t)(((RuntimeArray*)L_288)->max_length))));
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_289 = V_32;
NullCheck(L_289);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_290 = L_289->___SortKey_3;
if (!L_290)
{
goto IL_05d1;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_291 = ___ctx10;
uint8_t* L_292 = L_291->___Buffer2_4;
V_23 = L_292;
V_37 = 0;
goto IL_05ae;
}
IL_0598:
{
uint8_t* L_293 = V_23;
int32_t L_294 = V_37;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_295 = V_32;
NullCheck(L_295);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_296 = L_295->___SortKey_3;
int32_t L_297 = V_37;
NullCheck(L_296);
int32_t L_298 = L_297;
uint8_t L_299 = (L_296)->GetAt(static_cast<il2cpp_array_size_t>(L_298));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_293, L_294))) = (int8_t)L_299;
int32_t L_300 = V_37;
V_37 = ((int32_t)il2cpp_codegen_add(L_300, 1));
}
IL_05ae:
{
int32_t L_301 = V_37;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_302 = V_32;
NullCheck(L_302);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_303 = L_302->___SortKey_3;
NullCheck(L_303);
if ((((int32_t)L_301) < ((int32_t)((int32_t)(((RuntimeArray*)L_303)->max_length)))))
{
goto IL_0598;
}
}
{
(&V_5)->___Code_0 = (-1);
uint8_t* L_304 = V_23;
(&V_5)->___SortKey_1 = L_304;
goto IL_0699;
}
IL_05d1:
{
Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178 L_305 = V_19;
String_t* L_306 = L_305.___Source_0;
if (L_306)
{
goto IL_0699;
}
}
{
String_t* L_307 = ___s23;
(&V_19)->___Source_0 = L_307;
Il2CppCodeGenWriteBarrier((void**)(&(&V_19)->___Source_0), (void*)L_307);
int32_t L_308 = V_2;
(&V_19)->___Start_2 = L_308;
int32_t L_309 = V_21;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_310 = V_32;
NullCheck(L_310);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_311 = L_310->___Source_1;
NullCheck(L_311);
(&V_19)->___Index_1 = ((int32_t)il2cpp_codegen_add(L_309, ((int32_t)(((RuntimeArray*)L_311)->max_length))));
int32_t L_312 = V_4;
(&V_19)->___End_3 = L_312;
int32_t L_313 = V_15;
(&V_19)->___Optional_4 = L_313;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_314 = V_32;
NullCheck(L_314);
String_t* L_315 = L_314->___Replacement_2;
___s23 = L_315;
___idx24 = 0;
V_2 = 0;
String_t* L_316 = ___s23;
NullCheck(L_316);
int32_t L_317;
L_317 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_316, NULL);
V_4 = L_317;
V_15 = 0;
goto IL_00be;
}
IL_0632:
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_318 = ___ctx10;
uint8_t* L_319 = L_318->___Buffer2_4;
V_23 = L_319;
uint8_t* L_320 = V_23;
uint8_t L_321 = V_29;
*((int8_t*)L_320) = (int8_t)L_321;
uint8_t* L_322 = V_23;
int32_t L_323 = V_25;
uint8_t L_324;
L_324 = SimpleCollator_Level1_m4008243B3E16594F5B3384E35D9413D8A82459C7(__this, L_323, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_322, 1))) = (int8_t)L_324;
bool L_325 = V_17;
if (L_325)
{
goto IL_0665;
}
}
{
int32_t L_326 = V_7;
if ((((int32_t)L_326) <= ((int32_t)1)))
{
goto IL_0665;
}
}
{
uint8_t* L_327 = V_23;
int32_t L_328 = V_25;
int32_t L_329 = V_13;
uint8_t L_330;
L_330 = SimpleCollator_Level2_m6354F0CA1939D40CC1E400494382D7D3CE219EBC(__this, L_328, L_329, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_327, 2))) = (int8_t)L_330;
}
IL_0665:
{
int32_t L_331 = V_7;
if ((((int32_t)L_331) <= ((int32_t)2)))
{
goto IL_0676;
}
}
{
uint8_t* L_332 = V_23;
int32_t L_333 = V_25;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t L_334;
L_334 = MSCompatUnicodeTable_Level3_mEB25D2A4C81C790FE99CB2C14AB1330CE199EC84(L_333, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_332, 3))) = (int8_t)L_334;
}
IL_0676:
{
int32_t L_335 = V_7;
if ((((int32_t)L_335) <= ((int32_t)3)))
{
goto IL_0685;
}
}
{
int32_t L_336 = V_25;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
bool L_337;
L_337 = MSCompatUnicodeTable_HasSpecialWeight_m098343D82D7AC6164F57AA52167EF20B30BF066E(((int32_t)(uint16_t)L_336), NULL);
V_27 = L_337;
}
IL_0685:
{
uint8_t L_338 = V_29;
if ((((int32_t)L_338) <= ((int32_t)1)))
{
goto IL_0693;
}
}
{
int32_t L_339 = V_25;
(&V_5)->___Code_0 = L_339;
}
IL_0693:
{
int32_t L_340 = ___idx24;
___idx24 = ((int32_t)il2cpp_codegen_add(L_340, 1));
}
IL_0699:
{
int32_t L_341 = ___idx11;
int32_t L_342 = V_31;
___idx11 = ((int32_t)il2cpp_codegen_add(L_341, L_342));
bool L_343 = V_17;
if (L_343)
{
goto IL_0731;
}
}
{
goto IL_06e4;
}
IL_06a8:
{
String_t* L_344 = ___s10;
int32_t L_345 = ___idx11;
NullCheck(L_344);
Il2CppChar L_346;
L_346 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_344, L_345, NULL);
uint8_t L_347;
L_347 = SimpleCollator_Category_m22903A606A470F92300513060587DF33ECB95309(__this, L_346, NULL);
if ((!(((uint32_t)L_347) == ((uint32_t)1))))
{
goto IL_072b;
}
}
{
uint8_t* L_348 = V_22;
int32_t L_349 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_348, 2)));
if (L_349)
{
goto IL_06c5;
}
}
{
uint8_t* L_350 = V_22;
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_350, 2))) = (int8_t)2;
}
IL_06c5:
{
uint8_t* L_351 = V_22;
uint8_t* L_352 = V_22;
int32_t L_353 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_352, 2)));
String_t* L_354 = ___s10;
int32_t L_355 = ___idx11;
NullCheck(L_354);
Il2CppChar L_356;
L_356 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_354, L_355, NULL);
uint8_t L_357;
L_357 = SimpleCollator_Level2_m6354F0CA1939D40CC1E400494382D7D3CE219EBC(__this, L_356, 0, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_351, 2))) = (int8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(L_353, (int32_t)L_357)));
int32_t L_358 = ___idx11;
___idx11 = ((int32_t)il2cpp_codegen_add(L_358, 1));
}
IL_06e4:
{
int32_t L_359 = ___idx11;
int32_t L_360 = V_3;
if ((((int32_t)L_359) < ((int32_t)L_360)))
{
goto IL_06a8;
}
}
{
goto IL_072b;
}
IL_06ea:
{
String_t* L_361 = ___s23;
int32_t L_362 = ___idx24;
NullCheck(L_361);
Il2CppChar L_363;
L_363 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_361, L_362, NULL);
uint8_t L_364;
L_364 = SimpleCollator_Category_m22903A606A470F92300513060587DF33ECB95309(__this, L_363, NULL);
if ((!(((uint32_t)L_364) == ((uint32_t)1))))
{
goto IL_0731;
}
}
{
uint8_t* L_365 = V_23;
int32_t L_366 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_365, 2)));
if (L_366)
{
goto IL_0709;
}
}
{
uint8_t* L_367 = V_23;
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_367, 2))) = (int8_t)2;
}
IL_0709:
{
uint8_t* L_368 = V_23;
uint8_t* L_369 = V_23;
int32_t L_370 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_369, 2)));
String_t* L_371 = ___s23;
int32_t L_372 = ___idx24;
NullCheck(L_371);
Il2CppChar L_373;
L_373 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_371, L_372, NULL);
uint8_t L_374;
L_374 = SimpleCollator_Level2_m6354F0CA1939D40CC1E400494382D7D3CE219EBC(__this, L_373, 0, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_368, 2))) = (int8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(L_370, (int32_t)L_374)));
int32_t L_375 = ___idx24;
___idx24 = ((int32_t)il2cpp_codegen_add(L_375, 1));
}
IL_072b:
{
int32_t L_376 = ___idx24;
int32_t L_377 = V_4;
if ((((int32_t)L_376) < ((int32_t)L_377)))
{
goto IL_06ea;
}
}
IL_0731:
{
uint8_t* L_378 = V_22;
int32_t L_379 = *((uint8_t*)L_378);
uint8_t* L_380 = V_23;
int32_t L_381 = *((uint8_t*)L_380);
V_33 = ((int32_t)il2cpp_codegen_subtract(L_379, L_381));
int32_t L_382 = V_33;
if (L_382)
{
goto IL_074b;
}
}
{
uint8_t* L_383 = V_22;
int32_t L_384 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_383, 1)));
uint8_t* L_385 = V_23;
int32_t L_386 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_385, 1)));
G_B141_0 = ((int32_t)il2cpp_codegen_subtract(L_384, L_386));
goto IL_074d;
}
IL_074b:
{
int32_t L_387 = V_33;
G_B141_0 = L_387;
}
IL_074d:
{
V_33 = G_B141_0;
int32_t L_388 = V_33;
if (!L_388)
{
goto IL_0756;
}
}
{
int32_t L_389 = V_33;
return L_389;
}
IL_0756:
{
int32_t L_390 = V_7;
if ((((int32_t)L_390) == ((int32_t)1)))
{
goto IL_00be;
}
}
{
bool L_391 = V_17;
if (L_391)
{
goto IL_0790;
}
}
{
uint8_t* L_392 = V_22;
int32_t L_393 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_392, 2)));
uint8_t* L_394 = V_23;
int32_t L_395 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_394, 2)));
V_33 = ((int32_t)il2cpp_codegen_subtract(L_393, L_395));
int32_t L_396 = V_33;
if (!L_396)
{
goto IL_0790;
}
}
{
int32_t L_397 = V_33;
V_6 = L_397;
bool L_398 = ___immediateBreakup9;
if (!L_398)
{
goto IL_077d;
}
}
{
return (-1);
}
IL_077d:
{
bool L_399 = __this->___frenchSort_11;
if (L_399)
{
goto IL_0788;
}
}
{
G_B151_0 = 1;
goto IL_0789;
}
IL_0788:
{
G_B151_0 = 2;
}
IL_0789:
{
V_7 = G_B151_0;
goto IL_00be;
}
IL_0790:
{
int32_t L_400 = V_7;
if ((((int32_t)L_400) == ((int32_t)2)))
{
goto IL_00be;
}
}
{
uint8_t* L_401 = V_22;
int32_t L_402 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_401, 3)));
uint8_t* L_403 = V_23;
int32_t L_404 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_403, 3)));
V_33 = ((int32_t)il2cpp_codegen_subtract(L_402, L_404));
int32_t L_405 = V_33;
if (!L_405)
{
goto IL_07bb;
}
}
{
int32_t L_406 = V_33;
V_6 = L_406;
bool L_407 = ___immediateBreakup9;
if (!L_407)
{
goto IL_07b3;
}
}
{
return (-1);
}
IL_07b3:
{
V_7 = 2;
goto IL_00be;
}
IL_07bb:
{
int32_t L_408 = V_7;
if ((((int32_t)L_408) == ((int32_t)3)))
{
goto IL_00be;
}
}
{
bool L_409 = V_26;
bool L_410 = V_27;
if ((((int32_t)L_409) == ((int32_t)L_410)))
{
goto IL_07e1;
}
}
{
bool L_411 = ___immediateBreakup9;
if (!L_411)
{
goto IL_07cf;
}
}
{
return (-1);
}
IL_07cf:
{
bool L_412 = V_26;
if (L_412)
{
goto IL_07d6;
}
}
{
G_B164_0 = (-1);
goto IL_07d7;
}
IL_07d6:
{
G_B164_0 = 1;
}
IL_07d7:
{
V_6 = G_B164_0;
V_7 = 3;
goto IL_00be;
}
IL_07e1:
{
bool L_413 = V_26;
if (!L_413)
{
goto IL_00be;
}
}
{
int32_t L_414 = V_24;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
bool L_415;
L_415 = MSCompatUnicodeTable_IsJapaneseSmallLetter_mA04FA6BB203A875C356D6F1C6122DD5C0C397ABC(((int32_t)(uint16_t)L_414), NULL);
int32_t L_416 = V_25;
bool L_417;
L_417 = MSCompatUnicodeTable_IsJapaneseSmallLetter_mA04FA6BB203A875C356D6F1C6122DD5C0C397ABC(((int32_t)(uint16_t)L_416), NULL);
int32_t L_418;
L_418 = SimpleCollator_CompareFlagPair_m36C5153103A3912D35FA164B03521FA5C078838B(__this, (bool)((((int32_t)L_415) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)L_417) == ((int32_t)0))? 1 : 0), NULL);
V_33 = L_418;
int32_t L_419 = V_33;
if (L_419)
{
goto IL_081d;
}
}
{
int32_t L_420 = V_12;
int32_t L_421 = V_0;
il2cpp_codegen_runtime_class_init_inline(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
uint8_t L_422;
L_422 = SimpleCollator_ToDashTypeValue_m138C5544555269CBA2B61ACD9184B006AAE2026E(L_420, L_421, NULL);
int32_t L_423 = V_13;
int32_t L_424 = V_0;
uint8_t L_425;
L_425 = SimpleCollator_ToDashTypeValue_m138C5544555269CBA2B61ACD9184B006AAE2026E(L_423, L_424, NULL);
G_B169_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_422, (int32_t)L_425));
goto IL_081f;
}
IL_081d:
{
int32_t L_426 = V_33;
G_B169_0 = L_426;
}
IL_081f:
{
V_33 = G_B169_0;
int32_t L_427 = V_33;
if (L_427)
{
goto IL_083d;
}
}
{
int32_t L_428 = V_24;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
bool L_429;
L_429 = MSCompatUnicodeTable_IsHiragana_mD8EE5F5E9FEFE4C75AF7370407B2C60F77CD2166(((int32_t)(uint16_t)L_428), NULL);
int32_t L_430 = V_25;
bool L_431;
L_431 = MSCompatUnicodeTable_IsHiragana_mD8EE5F5E9FEFE4C75AF7370407B2C60F77CD2166(((int32_t)(uint16_t)L_430), NULL);
int32_t L_432;
L_432 = SimpleCollator_CompareFlagPair_m36C5153103A3912D35FA164B03521FA5C078838B(__this, L_429, L_431, NULL);
G_B172_0 = L_432;
goto IL_083f;
}
IL_083d:
{
int32_t L_433 = V_33;
G_B172_0 = L_433;
}
IL_083f:
{
V_33 = G_B172_0;
int32_t L_434 = V_33;
if (L_434)
{
goto IL_0865;
}
}
{
int32_t L_435 = V_24;
int32_t L_436 = V_0;
il2cpp_codegen_runtime_class_init_inline(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
bool L_437;
L_437 = SimpleCollator_IsHalfKana_m97D3C08295BADE6FA52F7A63442813167E96DB8A(((int32_t)(uint16_t)L_435), L_436, NULL);
int32_t L_438 = V_25;
int32_t L_439 = V_0;
bool L_440;
L_440 = SimpleCollator_IsHalfKana_m97D3C08295BADE6FA52F7A63442813167E96DB8A(((int32_t)(uint16_t)L_438), L_439, NULL);
int32_t L_441;
L_441 = SimpleCollator_CompareFlagPair_m36C5153103A3912D35FA164B03521FA5C078838B(__this, (bool)((((int32_t)L_437) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)L_440) == ((int32_t)0))? 1 : 0), NULL);
G_B175_0 = L_441;
goto IL_0867;
}
IL_0865:
{
int32_t L_442 = V_33;
G_B175_0 = L_442;
}
IL_0867:
{
V_33 = G_B175_0;
int32_t L_443 = V_33;
if (!L_443)
{
goto IL_00be;
}
}
{
bool L_444 = ___immediateBreakup9;
if (!L_444)
{
goto IL_0876;
}
}
{
return (-1);
}
IL_0876:
{
int32_t L_445 = V_33;
V_6 = L_445;
V_7 = 3;
goto IL_00be;
}
IL_0882:
{
bool L_446 = V_17;
if (L_446)
{
goto IL_08ff;
}
}
{
int32_t L_447 = V_6;
if (!L_447)
{
goto IL_08ff;
}
}
{
int32_t L_448 = V_7;
if ((((int32_t)L_448) <= ((int32_t)2)))
{
goto IL_08ff;
}
}
{
goto IL_08f5;
}
IL_0891:
{
String_t* L_449 = ___s10;
int32_t L_450 = ___idx11;
NullCheck(L_449);
Il2CppChar L_451;
L_451 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_449, L_450, NULL);
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
bool L_452;
L_452 = MSCompatUnicodeTable_IsIgnorableNonSpacing_mA1B7A05D0904121B6CFE5976182FCEE34F7DB1AB(L_451, NULL);
if (!L_452)
{
goto IL_08ff;
}
}
{
String_t* L_453 = ___s23;
int32_t L_454 = ___idx24;
NullCheck(L_453);
Il2CppChar L_455;
L_455 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_453, L_454, NULL);
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
bool L_456;
L_456 = MSCompatUnicodeTable_IsIgnorableNonSpacing_mA1B7A05D0904121B6CFE5976182FCEE34F7DB1AB(L_455, NULL);
if (!L_456)
{
goto IL_08ff;
}
}
{
String_t* L_457 = ___s10;
int32_t L_458 = ___idx11;
NullCheck(L_457);
Il2CppChar L_459;
L_459 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_457, L_458, NULL);
int32_t L_460 = V_0;
int32_t L_461;
L_461 = SimpleCollator_FilterOptions_mE92B378C251252A64051EDB933B71BE24EE52CE2(__this, L_459, L_460, NULL);
int32_t L_462 = V_12;
uint8_t L_463;
L_463 = SimpleCollator_Level2_m6354F0CA1939D40CC1E400494382D7D3CE219EBC(__this, L_461, L_462, NULL);
String_t* L_464 = ___s23;
int32_t L_465 = ___idx24;
NullCheck(L_464);
Il2CppChar L_466;
L_466 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_464, L_465, NULL);
int32_t L_467 = V_0;
int32_t L_468;
L_468 = SimpleCollator_FilterOptions_mE92B378C251252A64051EDB933B71BE24EE52CE2(__this, L_466, L_467, NULL);
int32_t L_469 = V_13;
uint8_t L_470;
L_470 = SimpleCollator_Level2_m6354F0CA1939D40CC1E400494382D7D3CE219EBC(__this, L_468, L_469, NULL);
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_463, (int32_t)L_470));
int32_t L_471 = V_6;
if (L_471)
{
goto IL_08ff;
}
}
{
int32_t L_472 = ___idx11;
___idx11 = ((int32_t)il2cpp_codegen_add(L_472, 1));
int32_t L_473 = ___idx24;
___idx24 = ((int32_t)il2cpp_codegen_add(L_473, 1));
V_12 = 0;
V_13 = 0;
}
IL_08f5:
{
int32_t L_474 = ___idx11;
int32_t L_475 = V_3;
if ((((int32_t)L_474) >= ((int32_t)L_475)))
{
goto IL_08ff;
}
}
{
int32_t L_476 = ___idx24;
int32_t L_477 = V_4;
if ((((int32_t)L_476) < ((int32_t)L_477)))
{
goto IL_0891;
}
}
IL_08ff:
{
int32_t L_478 = V_7;
if ((!(((uint32_t)L_478) == ((uint32_t)1))))
{
goto IL_093f;
}
}
{
int32_t L_479 = V_6;
if (!L_479)
{
goto IL_093f;
}
}
{
goto IL_091d;
}
IL_090a:
{
String_t* L_480 = ___s10;
int32_t L_481 = ___idx11;
NullCheck(L_480);
Il2CppChar L_482;
L_482 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_480, L_481, NULL);
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
bool L_483;
L_483 = MSCompatUnicodeTable_IsIgnorableNonSpacing_mA1B7A05D0904121B6CFE5976182FCEE34F7DB1AB(L_482, NULL);
if (!L_483)
{
goto IL_0939;
}
}
{
int32_t L_484 = ___idx11;
___idx11 = ((int32_t)il2cpp_codegen_add(L_484, 1));
}
IL_091d:
{
int32_t L_485 = ___idx11;
int32_t L_486 = V_3;
if ((((int32_t)L_485) < ((int32_t)L_486)))
{
goto IL_090a;
}
}
{
goto IL_0939;
}
IL_0923:
{
String_t* L_487 = ___s23;
int32_t L_488 = ___idx24;
NullCheck(L_487);
Il2CppChar L_489;
L_489 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_487, L_488, NULL);
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
bool L_490;
L_490 = MSCompatUnicodeTable_IsIgnorableNonSpacing_mA1B7A05D0904121B6CFE5976182FCEE34F7DB1AB(L_489, NULL);
if (!L_490)
{
goto IL_093f;
}
}
{
int32_t L_491 = ___idx24;
___idx24 = ((int32_t)il2cpp_codegen_add(L_491, 1));
}
IL_0939:
{
int32_t L_492 = ___idx24;
int32_t L_493 = V_4;
if ((((int32_t)L_492) < ((int32_t)L_493)))
{
goto IL_0923;
}
}
IL_093f:
{
int32_t L_494 = V_6;
if (L_494)
{
goto IL_0973;
}
}
{
int32_t L_495 = V_8;
if ((((int32_t)L_495) >= ((int32_t)0)))
{
goto IL_0952;
}
}
{
int32_t L_496 = V_9;
if ((((int32_t)L_496) < ((int32_t)0)))
{
goto IL_0952;
}
}
{
V_6 = (-1);
goto IL_0973;
}
IL_0952:
{
int32_t L_497 = V_9;
if ((((int32_t)L_497) >= ((int32_t)0)))
{
goto IL_0961;
}
}
{
int32_t L_498 = V_8;
if ((((int32_t)L_498) < ((int32_t)0)))
{
goto IL_0961;
}
}
{
V_6 = 1;
goto IL_0973;
}
IL_0961:
{
int32_t L_499 = V_8;
int32_t L_500 = V_9;
V_6 = ((int32_t)il2cpp_codegen_subtract(L_499, L_500));
int32_t L_501 = V_6;
if (L_501)
{
goto IL_0973;
}
}
{
int32_t L_502 = V_10;
int32_t L_503 = V_11;
V_6 = ((int32_t)il2cpp_codegen_subtract(L_502, L_503));
}
IL_0973:
{
int32_t L_504 = V_6;
if (L_504)
{
goto IL_0989;
}
}
{
int32_t L_505 = ___idx24;
int32_t L_506 = V_4;
if ((!(((uint32_t)L_505) == ((uint32_t)L_506))))
{
goto IL_0981;
}
}
{
bool* L_507 = ___targetConsumed6;
*((int8_t*)L_507) = (int8_t)1;
}
IL_0981:
{
int32_t L_508 = ___idx11;
int32_t L_509 = V_3;
if ((!(((uint32_t)L_508) == ((uint32_t)L_509))))
{
goto IL_0989;
}
}
{
bool* L_510 = ___sourceConsumed7;
*((int8_t*)L_510) = (int8_t)1;
}
IL_0989:
{
int32_t L_511 = ___idx11;
int32_t L_512 = V_3;
if ((!(((uint32_t)L_511) == ((uint32_t)L_512))))
{
goto IL_0998;
}
}
{
int32_t L_513 = ___idx24;
int32_t L_514 = V_4;
if ((((int32_t)L_513) == ((int32_t)L_514)))
{
goto IL_0995;
}
}
{
return (-1);
}
IL_0995:
{
int32_t L_515 = V_6;
return L_515;
}
IL_0998:
{
return 1;
}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareFlagPair(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_CompareFlagPair_m36C5153103A3912D35FA164B03521FA5C078838B (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, bool ___b10, bool ___b21, const RuntimeMethod* method)
{
{
bool L_0 = ___b10;
bool L_1 = ___b21;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_000b;
}
}
{
bool L_2 = ___b10;
if (L_2)
{
goto IL_0009;
}
}
{
return (-1);
}
IL_0009:
{
return 1;
}
IL_000b:
{
return 0;
}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsPrefix_mC43D1D377C10F1158BAB512392BF26FA77BF4C00 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___src0, String_t* ___target1, int32_t ___opt2, const RuntimeMethod* method)
{
{
String_t* L_0 = ___src0;
String_t* L_1 = ___target1;
String_t* L_2 = ___src0;
NullCheck(L_2);
int32_t L_3;
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
int32_t L_4 = ___opt2;
bool L_5;
L_5 = SimpleCollator_IsPrefix_mD1DEA97AE880EBCA09C11F5D64C1A8BF2BBF5D8E(__this, L_0, L_1, 0, L_3, L_4, NULL);
return L_5;
}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsPrefix_mD1DEA97AE880EBCA09C11F5D64C1A8BF2BBF5D8E (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method)
{
uint8_t* V_0 = NULL;
uint8_t* V_1 = NULL;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE V_2;
memset((&V_2), 0, sizeof(V_2));
{
String_t* L_0 = ___target1;
NullCheck(L_0);
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
if (L_1)
{
goto IL_000a;
}
}
{
return (bool)1;
}
IL_000a:
{
int8_t* L_2 = (int8_t*) alloca(((uintptr_t)4));
memset(L_2, 0, ((uintptr_t)4));
V_0 = (uint8_t*)(L_2);
int8_t* L_3 = (int8_t*) alloca(((uintptr_t)4));
memset(L_3, 0, ((uintptr_t)4));
V_1 = (uint8_t*)(L_3);
uint8_t* L_4 = V_0;
SimpleCollator_ClearBuffer_m4DC9B335D3EC5471AD7E6A2267B8AEB272A74726(__this, L_4, 4, NULL);
uint8_t* L_5 = V_1;
SimpleCollator_ClearBuffer_m4DC9B335D3EC5471AD7E6A2267B8AEB272A74726(__this, L_5, 4, NULL);
int32_t L_6 = ___opt4;
uint8_t* L_7 = V_0;
uint8_t* L_8 = V_1;
Context__ctor_m70A4A39D3B8B6ED37176CABC4DD2C026FDF97B5A((&V_2), L_6, (uint8_t*)((uintptr_t)0), (uint8_t*)((uintptr_t)0), L_7, L_8, (uint8_t*)((uintptr_t)0), NULL);
String_t* L_9 = ___s0;
String_t* L_10 = ___target1;
int32_t L_11 = ___start2;
int32_t L_12 = ___length3;
bool L_13;
L_13 = SimpleCollator_IsPrefix_mA60DF9D84E40E774783313C812198E41460BA4CF(__this, L_9, L_10, L_11, L_12, (bool)1, (&V_2), NULL);
return L_13;
}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Int32,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsPrefix_mA60DF9D84E40E774783313C812198E41460BA4CF (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, bool ___skipHeadingExtenders4, Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* ___ctx5, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
String_t* L_0 = ___s0;
int32_t L_1 = ___start2;
int32_t L_2 = ___length3;
String_t* L_3 = ___target1;
String_t* L_4 = ___target1;
NullCheck(L_4);
int32_t L_5;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
bool L_6 = ___skipHeadingExtenders4;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_7 = ___ctx5;
int32_t L_8;
L_8 = SimpleCollator_CompareInternal_m1922639329B7F77643CD82F2A491BD12E6FE4191(__this, L_0, L_1, L_2, L_3, 0, L_5, (&V_0), (&V_1), L_6, (bool)1, L_7, NULL);
bool L_9 = V_0;
return L_9;
}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSuffix(System.String,System.String,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsSuffix_mD9793ECCF4F98858817770EF1C349E17B6FC347F (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___src0, String_t* ___target1, int32_t ___opt2, const RuntimeMethod* method)
{
{
String_t* L_0 = ___src0;
String_t* L_1 = ___target1;
String_t* L_2 = ___src0;
NullCheck(L_2);
int32_t L_3;
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
String_t* L_4 = ___src0;
NullCheck(L_4);
int32_t L_5;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
int32_t L_6 = ___opt2;
bool L_7;
L_7 = SimpleCollator_IsSuffix_m9E4F334A9BFF2B6DF2D776382573DF0463EF919C(__this, L_0, L_1, ((int32_t)il2cpp_codegen_subtract(L_3, 1)), L_5, L_6, NULL);
return L_7;
}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSuffix(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsSuffix_m9E4F334A9BFF2B6DF2D776382573DF0463EF919C (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
String_t* L_0 = ___target1;
NullCheck(L_0);
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
if (L_1)
{
goto IL_000a;
}
}
{
return (bool)1;
}
IL_000a:
{
String_t* L_2 = ___s0;
String_t* L_3 = ___target1;
int32_t L_4 = ___start2;
int32_t L_5 = ___length3;
int32_t L_6 = ___opt4;
int32_t L_7;
L_7 = SimpleCollator_LastIndexOf_mA10DF8A160173336E3159912701A4EA27D670EA4(__this, L_2, L_3, L_4, L_5, L_6, NULL);
V_0 = L_7;
int32_t L_8 = V_0;
if ((((int32_t)L_8) < ((int32_t)0)))
{
goto IL_003a;
}
}
{
String_t* L_9 = ___s0;
int32_t L_10 = V_0;
String_t* L_11 = ___s0;
NullCheck(L_11);
int32_t L_12;
L_12 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_11, NULL);
int32_t L_13 = V_0;
String_t* L_14 = ___target1;
String_t* L_15 = ___target1;
NullCheck(L_15);
int32_t L_16;
L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_15, NULL);
int32_t L_17 = ___opt4;
int32_t L_18;
L_18 = SimpleCollator_Compare_m3D60A3799386624D26100C40A1832400EB9D2746(__this, L_9, L_10, ((int32_t)il2cpp_codegen_subtract(L_12, L_13)), L_14, 0, L_16, L_17, NULL);
return (bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0);
}
IL_003a:
{
return (bool)0;
}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::QuickIndexOf(System.String,System.String,System.Int32,System.Int32,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_QuickIndexOf_m6815934F5AAB5546ED93F5DCDC09FABAC7680B18 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, bool* ___testWasUnable4, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
bool V_4 = false;
int32_t V_5 = 0;
Il2CppChar V_6 = 0x0;
Il2CppChar V_7 = 0x0;
{
V_0 = (-1);
V_1 = (-1);
bool* L_0 = ___testWasUnable4;
*((int8_t*)L_0) = (int8_t)1;
String_t* L_1 = ___target1;
NullCheck(L_1);
int32_t L_2;
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL);
if (L_2)
{
goto IL_0012;
}
}
{
return 0;
}
IL_0012:
{
String_t* L_3 = ___target1;
NullCheck(L_3);
int32_t L_4;
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
int32_t L_5 = ___length3;
if ((((int32_t)L_4) <= ((int32_t)L_5)))
{
goto IL_001e;
}
}
{
return (-1);
}
IL_001e:
{
bool* L_6 = ___testWasUnable4;
*((int8_t*)L_6) = (int8_t)0;
int32_t L_7 = ___start2;
int32_t L_8 = ___length3;
String_t* L_9 = ___target1;
NullCheck(L_9);
int32_t L_10;
L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_9, NULL);
V_2 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_7, L_8)), L_10)), 1));
int32_t L_11 = ___start2;
V_3 = L_11;
goto IL_00c2;
}
IL_0037:
{
V_4 = (bool)0;
V_5 = 0;
goto IL_00ae;
}
IL_003f:
{
int32_t L_12 = V_1;
int32_t L_13 = V_5;
if ((((int32_t)L_12) >= ((int32_t)L_13)))
{
goto IL_0064;
}
}
{
String_t* L_14 = ___target1;
int32_t L_15 = V_5;
NullCheck(L_14);
Il2CppChar L_16;
L_16 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_14, L_15, NULL);
V_6 = L_16;
Il2CppChar L_17 = V_6;
if (!L_17)
{
goto IL_005b;
}
}
{
Il2CppChar L_18 = V_6;
if ((((int32_t)L_18) < ((int32_t)((int32_t)128))))
{
goto IL_0061;
}
}
IL_005b:
{
bool* L_19 = ___testWasUnable4;
*((int8_t*)L_19) = (int8_t)1;
return (-1);
}
IL_0061:
{
int32_t L_20 = V_5;
V_1 = L_20;
}
IL_0064:
{
int32_t L_21 = V_0;
int32_t L_22 = V_3;
int32_t L_23 = V_5;
if ((((int32_t)L_21) >= ((int32_t)((int32_t)il2cpp_codegen_add(L_22, L_23)))))
{
goto IL_008f;
}
}
{
String_t* L_24 = ___s0;
int32_t L_25 = V_3;
int32_t L_26 = V_5;
NullCheck(L_24);
Il2CppChar L_27;
L_27 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_24, ((int32_t)il2cpp_codegen_add(L_25, L_26)), NULL);
V_7 = L_27;
Il2CppChar L_28 = V_7;
if (!L_28)
{
goto IL_0084;
}
}
{
Il2CppChar L_29 = V_7;
if ((((int32_t)L_29) < ((int32_t)((int32_t)128))))
{
goto IL_008a;
}
}
IL_0084:
{
bool* L_30 = ___testWasUnable4;
*((int8_t*)L_30) = (int8_t)1;
return (-1);
}
IL_008a:
{
int32_t L_31 = V_3;
int32_t L_32 = V_5;
V_0 = ((int32_t)il2cpp_codegen_add(L_31, L_32));
}
IL_008f:
{
String_t* L_33 = ___s0;
int32_t L_34 = V_3;
int32_t L_35 = V_5;
NullCheck(L_33);
Il2CppChar L_36;
L_36 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_33, ((int32_t)il2cpp_codegen_add(L_34, L_35)), NULL);
String_t* L_37 = ___target1;
int32_t L_38 = V_5;
NullCheck(L_37);
Il2CppChar L_39;
L_39 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_37, L_38, NULL);
if ((((int32_t)L_36) == ((int32_t)L_39)))
{
goto IL_00a8;
}
}
{
V_4 = (bool)1;
goto IL_00b8;
}
IL_00a8:
{
int32_t L_40 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_40, 1));
}
IL_00ae:
{
int32_t L_41 = V_5;
String_t* L_42 = ___target1;
NullCheck(L_42);
int32_t L_43;
L_43 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_42, NULL);
if ((((int32_t)L_41) < ((int32_t)L_43)))
{
goto IL_003f;
}
}
IL_00b8:
{
bool L_44 = V_4;
if (L_44)
{
goto IL_00be;
}
}
{
int32_t L_45 = V_3;
return L_45;
}
IL_00be:
{
int32_t L_46 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_46, 1));
}
IL_00c2:
{
int32_t L_47 = V_3;
int32_t L_48 = V_2;
if ((((int32_t)L_47) < ((int32_t)L_48)))
{
goto IL_0037;
}
}
{
return (-1);
}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOf_mA4E0147AD4E1892A2865084EDBFE68A05D160373 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method)
{
uint8_t* V_0 = NULL;
uint8_t* V_1 = NULL;
uint8_t* V_2 = NULL;
uint8_t* V_3 = NULL;
uint8_t* V_4 = NULL;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE V_5;
memset((&V_5), 0, sizeof(V_5));
bool V_6 = false;
int32_t V_7 = 0;
{
int32_t L_0 = ___opt4;
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)1073741824)))))
{
goto IL_0014;
}
}
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_1);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD4F5AB3DB8A9A36171F6BAE4DC5ED6137E31D30B)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SimpleCollator_IndexOf_mA4E0147AD4E1892A2865084EDBFE68A05D160373_RuntimeMethod_var)));
}
IL_0014:
{
int32_t L_2 = ___opt4;
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)268435456)))))
{
goto IL_0028;
}
}
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_3 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_3);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD4F5AB3DB8A9A36171F6BAE4DC5ED6137E31D30B)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SimpleCollator_IndexOf_mA4E0147AD4E1892A2865084EDBFE68A05D160373_RuntimeMethod_var)));
}
IL_0028:
{
int32_t L_4 = ___opt4;
if (L_4)
{
goto IL_0042;
}
}
{
String_t* L_5 = ___s0;
String_t* L_6 = ___target1;
int32_t L_7 = ___start2;
int32_t L_8 = ___length3;
int32_t L_9;
L_9 = SimpleCollator_QuickIndexOf_m6815934F5AAB5546ED93F5DCDC09FABAC7680B18(__this, L_5, L_6, L_7, L_8, (&V_6), NULL);
V_7 = L_9;
bool L_10 = V_6;
if (L_10)
{
goto IL_0042;
}
}
{
int32_t L_11 = V_7;
return L_11;
}
IL_0042:
{
int8_t* L_12 = (int8_t*) alloca(((uintptr_t)((int32_t)16)));
memset(L_12, 0, ((uintptr_t)((int32_t)16)));
V_0 = (uint8_t*)(L_12);
int8_t* L_13 = (int8_t*) alloca(((uintptr_t)((int32_t)16)));
memset(L_13, 0, ((uintptr_t)((int32_t)16)));
V_1 = (uint8_t*)(L_13);
int8_t* L_14 = (int8_t*) alloca(((uintptr_t)4));
memset(L_14, 0, ((uintptr_t)4));
V_2 = (uint8_t*)(L_14);
int8_t* L_15 = (int8_t*) alloca(((uintptr_t)4));
memset(L_15, 0, ((uintptr_t)4));
V_3 = (uint8_t*)(L_15);
int8_t* L_16 = (int8_t*) alloca(((uintptr_t)4));
memset(L_16, 0, ((uintptr_t)4));
V_4 = (uint8_t*)(L_16);
uint8_t* L_17 = V_0;
SimpleCollator_ClearBuffer_m4DC9B335D3EC5471AD7E6A2267B8AEB272A74726(__this, L_17, ((int32_t)16), NULL);
uint8_t* L_18 = V_1;
SimpleCollator_ClearBuffer_m4DC9B335D3EC5471AD7E6A2267B8AEB272A74726(__this, L_18, ((int32_t)16), NULL);
uint8_t* L_19 = V_2;
SimpleCollator_ClearBuffer_m4DC9B335D3EC5471AD7E6A2267B8AEB272A74726(__this, L_19, 4, NULL);
uint8_t* L_20 = V_3;
SimpleCollator_ClearBuffer_m4DC9B335D3EC5471AD7E6A2267B8AEB272A74726(__this, L_20, 4, NULL);
uint8_t* L_21 = V_4;
SimpleCollator_ClearBuffer_m4DC9B335D3EC5471AD7E6A2267B8AEB272A74726(__this, L_21, 4, NULL);
int32_t L_22 = ___opt4;
uint8_t* L_23 = V_0;
uint8_t* L_24 = V_1;
uint8_t* L_25 = V_3;
uint8_t* L_26 = V_4;
Context__ctor_m70A4A39D3B8B6ED37176CABC4DD2C026FDF97B5A((&V_5), L_22, L_23, L_24, L_25, L_26, (uint8_t*)((uintptr_t)0), NULL);
String_t* L_27 = ___s0;
String_t* L_28 = ___target1;
int32_t L_29 = ___start2;
int32_t L_30 = ___length3;
uint8_t* L_31 = V_2;
int32_t L_32;
L_32 = SimpleCollator_IndexOf_m11B2D9FB7B98647C6B6DC4B647A174B0C54B591D(__this, L_27, L_28, L_29, L_30, L_31, (&V_5), NULL);
return L_32;
}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfOrdinal(System.String,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOfOrdinal_m7196DECD403B6631D6A3B9D04A34088BA91B43BC (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
int32_t V_3 = 0;
{
String_t* L_0 = ___target1;
NullCheck(L_0);
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
if (L_1)
{
goto IL_000a;
}
}
{
return 0;
}
IL_000a:
{
String_t* L_2 = ___target1;
NullCheck(L_2);
int32_t L_3;
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
int32_t L_4 = ___length3;
if ((((int32_t)L_3) <= ((int32_t)L_4)))
{
goto IL_0016;
}
}
{
return (-1);
}
IL_0016:
{
int32_t L_5 = ___start2;
int32_t L_6 = ___length3;
String_t* L_7 = ___target1;
NullCheck(L_7);
int32_t L_8;
L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL);
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_5, L_6)), L_8)), 1));
int32_t L_9 = ___start2;
V_1 = L_9;
goto IL_005a;
}
IL_0028:
{
V_2 = (bool)0;
V_3 = 0;
goto IL_0048;
}
IL_002e:
{
String_t* L_10 = ___s0;
int32_t L_11 = V_1;
int32_t L_12 = V_3;
NullCheck(L_10);
Il2CppChar L_13;
L_13 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_10, ((int32_t)il2cpp_codegen_add(L_11, L_12)), NULL);
String_t* L_14 = ___target1;
int32_t L_15 = V_3;
NullCheck(L_14);
Il2CppChar L_16;
L_16 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_14, L_15, NULL);
if ((((int32_t)L_13) == ((int32_t)L_16)))
{
goto IL_0044;
}
}
{
V_2 = (bool)1;
goto IL_0051;
}
IL_0044:
{
int32_t L_17 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_17, 1));
}
IL_0048:
{
int32_t L_18 = V_3;
String_t* L_19 = ___target1;
NullCheck(L_19);
int32_t L_20;
L_20 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_19, NULL);
if ((((int32_t)L_18) < ((int32_t)L_20)))
{
goto IL_002e;
}
}
IL_0051:
{
bool L_21 = V_2;
if (L_21)
{
goto IL_0056;
}
}
{
int32_t L_22 = V_1;
return L_22;
}
IL_0056:
{
int32_t L_23 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_23, 1));
}
IL_005a:
{
int32_t L_24 = V_1;
int32_t L_25 = V_0;
if ((((int32_t)L_24) < ((int32_t)L_25)))
{
goto IL_0028;
}
}
{
return (-1);
}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfOrdinal(System.String,System.Char,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOfOrdinal_mAC77E8D165ABA6EC71A06BFCC1D7299E333811C7 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, Il2CppChar ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
int32_t L_0 = ___start2;
int32_t L_1 = ___length3;
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
int32_t L_2 = ___start2;
V_1 = L_2;
goto IL_0019;
}
IL_0009:
{
String_t* L_3 = ___s0;
int32_t L_4 = V_1;
NullCheck(L_3);
Il2CppChar L_5;
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, L_4, NULL);
Il2CppChar L_6 = ___target1;
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
{
goto IL_0015;
}
}
{
int32_t L_7 = V_1;
return L_7;
}
IL_0015:
{
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0019:
{
int32_t L_9 = V_1;
int32_t L_10 = V_0;
if ((((int32_t)L_9) < ((int32_t)L_10)))
{
goto IL_0009;
}
}
{
return (-1);
}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfSortKey(System.String,System.Int32,System.Int32,System.Byte*,System.Char,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOfSortKey_m8F31818D0A985D2B5E8183E15D5A92D57293F3D6 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t ___start1, int32_t ___length2, uint8_t* ___sortkey3, Il2CppChar ___target4, int32_t ___ti5, bool ___noLv46, Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* ___ctx7, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = ___start1;
int32_t L_1 = ___length2;
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
int32_t L_2 = ___start1;
V_1 = L_2;
goto IL_0020;
}
IL_0008:
{
int32_t L_3 = V_1;
V_2 = L_3;
String_t* L_4 = ___s0;
int32_t L_5 = V_0;
int32_t L_6 = ___ti5;
uint8_t* L_7 = ___sortkey3;
bool L_8 = ___noLv46;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_9 = ___ctx7;
bool L_10;
L_10 = SimpleCollator_MatchesForward_m8CA755E21AD13E1BF8DD83078F133730D33E4536(__this, L_4, (&V_1), L_5, L_6, L_7, L_8, L_9, NULL);
if (!L_10)
{
goto IL_0020;
}
}
{
int32_t L_11 = V_2;
return L_11;
}
IL_0020:
{
int32_t L_12 = V_1;
int32_t L_13 = V_0;
if ((((int32_t)L_12) < ((int32_t)L_13)))
{
goto IL_0008;
}
}
{
return (-1);
}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Byte*,Mono.Globalization.Unicode.SimpleCollator/Context&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOf_m11B2D9FB7B98647C6B6DC4B647A174B0C54B591D (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, uint8_t* ___targetSortKey4, Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* ___ctx5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* V_2 = NULL;
String_t* V_3 = NULL;
uint8_t* V_4 = NULL;
bool V_5 = false;
Il2CppChar V_6 = 0x0;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t V_9 = 0;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* V_10 = NULL;
String_t* G_B11_0 = NULL;
uintptr_t G_B14_0;
memset((&G_B14_0), 0, sizeof(G_B14_0));
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_0 = ___ctx5;
int32_t L_1 = L_0->___Option_0;
V_0 = L_1;
V_1 = 0;
goto IL_001f;
}
IL_000c:
{
String_t* L_2 = ___target1;
int32_t L_3 = V_1;
NullCheck(L_2);
Il2CppChar L_4;
L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, L_3, NULL);
int32_t L_5 = V_0;
il2cpp_codegen_runtime_class_init_inline(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
bool L_6;
L_6 = SimpleCollator_IsIgnorable_mB6C1A3AE4972F41F7CA723F5585CB6657872E9B3(L_4, L_5, NULL);
if (!L_6)
{
goto IL_0028;
}
}
{
int32_t L_7 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_7, 1));
}
IL_001f:
{
int32_t L_8 = V_1;
String_t* L_9 = ___target1;
NullCheck(L_9);
int32_t L_10;
L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_9, NULL);
if ((((int32_t)L_8) < ((int32_t)L_10)))
{
goto IL_000c;
}
}
IL_0028:
{
int32_t L_11 = V_1;
String_t* L_12 = ___target1;
NullCheck(L_12);
int32_t L_13;
L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL);
if ((!(((uint32_t)L_11) == ((uint32_t)L_13))))
{
goto IL_0051;
}
}
{
String_t* L_14 = ___target1;
String_t* L_15 = ___target1;
NullCheck(L_15);
int32_t L_16;
L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_15, NULL);
int32_t L_17;
L_17 = SimpleCollator_IndexOfOrdinal_mAC77E8D165ABA6EC71A06BFCC1D7299E333811C7(__this, L_14, 0, 0, L_16, NULL);
if ((((int32_t)L_17) >= ((int32_t)0)))
{
goto IL_0045;
}
}
{
int32_t L_18 = ___start2;
return L_18;
}
IL_0045:
{
String_t* L_19 = ___s0;
String_t* L_20 = ___target1;
int32_t L_21 = ___start2;
int32_t L_22 = ___length3;
int32_t L_23;
L_23 = SimpleCollator_IndexOfOrdinal_m7196DECD403B6631D6A3B9D04A34088BA91B43BC(__this, L_19, L_20, L_21, L_22, NULL);
return L_23;
}
IL_0051:
{
String_t* L_24 = ___target1;
int32_t L_25 = V_1;
String_t* L_26 = ___target1;
NullCheck(L_26);
int32_t L_27;
L_27 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_26, NULL);
int32_t L_28 = V_1;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_29;
L_29 = SimpleCollator_GetContraction_mDF3596DA78670F18CBFB344E7456FB0E84AD5795(__this, L_24, L_25, ((int32_t)il2cpp_codegen_subtract(L_27, L_28)), NULL);
V_2 = L_29;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_30 = V_2;
if (L_30)
{
goto IL_0068;
}
}
{
G_B11_0 = ((String_t*)(NULL));
goto IL_006e;
}
IL_0068:
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_31 = V_2;
NullCheck(L_31);
String_t* L_32 = L_31->___Replacement_2;
G_B11_0 = L_32;
}
IL_006e:
{
V_3 = G_B11_0;
String_t* L_33 = V_3;
if (!L_33)
{
goto IL_0076;
}
}
{
G_B14_0 = ((uintptr_t)0);
goto IL_0078;
}
IL_0076:
{
uint8_t* L_34 = ___targetSortKey4;
G_B14_0 = ((uintptr_t)(intptr_t)(L_34));
}
IL_0078:
{
V_4 = (uint8_t*)G_B14_0;
V_5 = (bool)1;
V_6 = 0;
V_7 = (-1);
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_35 = V_2;
if (!L_35)
{
goto IL_00b4;
}
}
{
uint8_t* L_36 = V_4;
if ((((intptr_t)L_36) == ((intptr_t)((uintptr_t)0))))
{
goto IL_00b4;
}
}
{
V_8 = 0;
goto IL_00a6;
}
IL_0091:
{
uint8_t* L_37 = V_4;
int32_t L_38 = V_8;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_39 = V_2;
NullCheck(L_39);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_40 = L_39->___SortKey_3;
int32_t L_41 = V_8;
NullCheck(L_40);
int32_t L_42 = L_41;
uint8_t L_43 = (L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, L_38))) = (int8_t)L_43;
int32_t L_44 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add(L_44, 1));
}
IL_00a6:
{
int32_t L_45 = V_8;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_46 = V_2;
NullCheck(L_46);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_47 = L_46->___SortKey_3;
NullCheck(L_47);
if ((((int32_t)L_45) < ((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))))
{
goto IL_0091;
}
}
{
goto IL_0117;
}
IL_00b4:
{
uint8_t* L_48 = V_4;
if ((((intptr_t)L_48) == ((intptr_t)((uintptr_t)0))))
{
goto IL_0117;
}
}
{
String_t* L_49 = ___target1;
int32_t L_50 = V_1;
NullCheck(L_49);
Il2CppChar L_51;
L_51 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_49, L_50, NULL);
V_6 = L_51;
String_t* L_52 = ___target1;
int32_t L_53 = V_1;
NullCheck(L_52);
Il2CppChar L_54;
L_54 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_52, L_53, NULL);
int32_t L_55 = V_0;
int32_t L_56;
L_56 = SimpleCollator_FilterOptions_mE92B378C251252A64051EDB933B71BE24EE52CE2(__this, L_54, L_55, NULL);
V_7 = L_56;
uint8_t* L_57 = V_4;
int32_t L_58 = V_7;
uint8_t L_59;
L_59 = SimpleCollator_Category_m22903A606A470F92300513060587DF33ECB95309(__this, L_58, NULL);
*((int8_t*)L_57) = (int8_t)L_59;
uint8_t* L_60 = V_4;
int32_t L_61 = V_7;
uint8_t L_62;
L_62 = SimpleCollator_Level1_m4008243B3E16594F5B3384E35D9413D8A82459C7(__this, L_61, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_60, 1))) = (int8_t)L_62;
int32_t L_63 = V_0;
if (((int32_t)((int32_t)L_63&2)))
{
goto IL_00fe;
}
}
{
uint8_t* L_64 = V_4;
int32_t L_65 = V_7;
uint8_t L_66;
L_66 = SimpleCollator_Level2_m6354F0CA1939D40CC1E400494382D7D3CE219EBC(__this, L_65, 0, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_64, 2))) = (int8_t)L_66;
}
IL_00fe:
{
uint8_t* L_67 = V_4;
int32_t L_68 = V_7;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t L_69;
L_69 = MSCompatUnicodeTable_Level3_mEB25D2A4C81C790FE99CB2C14AB1330CE199EC84(L_68, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_67, 3))) = (int8_t)L_69;
int32_t L_70 = V_7;
bool L_71;
L_71 = MSCompatUnicodeTable_HasSpecialWeight_m098343D82D7AC6164F57AA52167EF20B30BF066E(((int32_t)(uint16_t)L_70), NULL);
V_5 = (bool)((((int32_t)L_71) == ((int32_t)0))? 1 : 0);
}
IL_0117:
{
uint8_t* L_72 = V_4;
if ((((intptr_t)L_72) == ((intptr_t)((uintptr_t)0))))
{
goto IL_0167;
}
}
{
int32_t L_73 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_73, 1));
goto IL_015e;
}
IL_0123:
{
String_t* L_74 = ___target1;
int32_t L_75 = V_1;
NullCheck(L_74);
Il2CppChar L_76;
L_76 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_74, L_75, NULL);
uint8_t L_77;
L_77 = SimpleCollator_Category_m22903A606A470F92300513060587DF33ECB95309(__this, L_76, NULL);
if ((!(((uint32_t)L_77) == ((uint32_t)1))))
{
goto IL_0167;
}
}
{
uint8_t* L_78 = V_4;
int32_t L_79 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_78, 2)));
if (L_79)
{
goto IL_0140;
}
}
{
uint8_t* L_80 = V_4;
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_80, 2))) = (int8_t)2;
}
IL_0140:
{
uint8_t* L_81 = V_4;
uint8_t* L_82 = V_4;
int32_t L_83 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_82, 2)));
String_t* L_84 = ___target1;
int32_t L_85 = V_1;
NullCheck(L_84);
Il2CppChar L_86;
L_86 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_84, L_85, NULL);
uint8_t L_87;
L_87 = SimpleCollator_Level2_m6354F0CA1939D40CC1E400494382D7D3CE219EBC(__this, L_86, 0, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_81, 2))) = (int8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(L_83, (int32_t)L_87)));
int32_t L_88 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_88, 1));
}
IL_015e:
{
int32_t L_89 = V_1;
String_t* L_90 = ___target1;
NullCheck(L_90);
int32_t L_91;
L_91 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_90, NULL);
if ((((int32_t)L_89) < ((int32_t)L_91)))
{
goto IL_0123;
}
}
IL_0167:
{
V_9 = 0;
String_t* L_92 = V_3;
if (!L_92)
{
goto IL_0180;
}
}
{
String_t* L_93 = ___s0;
String_t* L_94 = V_3;
int32_t L_95 = ___start2;
int32_t L_96 = ___length3;
uint8_t* L_97 = ___targetSortKey4;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_98 = ___ctx5;
int32_t L_99;
L_99 = SimpleCollator_IndexOf_m11B2D9FB7B98647C6B6DC4B647A174B0C54B591D(__this, L_93, L_94, L_95, L_96, L_97, L_98, NULL);
V_9 = L_99;
goto IL_0196;
}
IL_0180:
{
String_t* L_100 = ___s0;
int32_t L_101 = ___start2;
int32_t L_102 = ___length3;
uint8_t* L_103 = V_4;
Il2CppChar L_104 = V_6;
int32_t L_105 = V_7;
bool L_106 = V_5;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_107 = ___ctx5;
int32_t L_108;
L_108 = SimpleCollator_IndexOfSortKey_m8F31818D0A985D2B5E8183E15D5A92D57293F3D6(__this, L_100, L_101, L_102, L_103, L_104, L_105, L_106, L_107, NULL);
V_9 = L_108;
}
IL_0196:
{
int32_t L_109 = V_9;
if ((((int32_t)L_109) >= ((int32_t)0)))
{
goto IL_019d;
}
}
{
return (-1);
}
IL_019d:
{
int32_t L_110 = ___length3;
int32_t L_111 = V_9;
int32_t L_112 = ___start2;
___length3 = ((int32_t)il2cpp_codegen_subtract(L_110, ((int32_t)il2cpp_codegen_subtract(L_111, L_112))));
int32_t L_113 = V_9;
___start2 = L_113;
String_t* L_114 = ___s0;
String_t* L_115 = ___target1;
int32_t L_116 = ___start2;
int32_t L_117 = ___length3;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_118 = ___ctx5;
bool L_119;
L_119 = SimpleCollator_IsPrefix_mA60DF9D84E40E774783313C812198E41460BA4CF(__this, L_114, L_115, L_116, L_117, (bool)0, L_118, NULL);
if (!L_119)
{
goto IL_01bd;
}
}
{
int32_t L_120 = V_9;
return L_120;
}
IL_01bd:
{
String_t* L_121 = ___s0;
int32_t L_122 = ___start2;
int32_t L_123 = ___length3;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_124;
L_124 = SimpleCollator_GetContraction_mDF3596DA78670F18CBFB344E7456FB0E84AD5795(__this, L_121, L_122, L_123, NULL);
V_10 = L_124;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_125 = V_10;
if (!L_125)
{
goto IL_01ea;
}
}
{
int32_t L_126 = ___start2;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_127 = V_10;
NullCheck(L_127);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_128 = L_127->___Source_1;
NullCheck(L_128);
___start2 = ((int32_t)il2cpp_codegen_add(L_126, ((int32_t)(((RuntimeArray*)L_128)->max_length))));
int32_t L_129 = ___length3;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_130 = V_10;
NullCheck(L_130);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_131 = L_130->___Source_1;
NullCheck(L_131);
___length3 = ((int32_t)il2cpp_codegen_subtract(L_129, ((int32_t)(((RuntimeArray*)L_131)->max_length))));
goto IL_01f5;
}
IL_01ea:
{
int32_t L_132 = ___start2;
___start2 = ((int32_t)il2cpp_codegen_add(L_132, 1));
int32_t L_133 = ___length3;
___length3 = ((int32_t)il2cpp_codegen_subtract(L_133, 1));
}
IL_01f5:
{
int32_t L_134 = ___length3;
if ((((int32_t)L_134) > ((int32_t)0)))
{
goto IL_0167;
}
}
{
return (-1);
}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOf_mA10DF8A160173336E3159912701A4EA27D670EA4 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method)
{
uint8_t* V_0 = NULL;
uint8_t* V_1 = NULL;
uint8_t* V_2 = NULL;
uint8_t* V_3 = NULL;
uint8_t* V_4 = NULL;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE V_5;
memset((&V_5), 0, sizeof(V_5));
{
int32_t L_0 = ___opt4;
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)1073741824)))))
{
goto IL_0014;
}
}
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_1);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD4F5AB3DB8A9A36171F6BAE4DC5ED6137E31D30B)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SimpleCollator_LastIndexOf_mA10DF8A160173336E3159912701A4EA27D670EA4_RuntimeMethod_var)));
}
IL_0014:
{
int32_t L_2 = ___opt4;
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)268435456)))))
{
goto IL_0028;
}
}
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_3 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_3);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD4F5AB3DB8A9A36171F6BAE4DC5ED6137E31D30B)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SimpleCollator_LastIndexOf_mA10DF8A160173336E3159912701A4EA27D670EA4_RuntimeMethod_var)));
}
IL_0028:
{
int8_t* L_4 = (int8_t*) alloca(((uintptr_t)((int32_t)16)));
memset(L_4, 0, ((uintptr_t)((int32_t)16)));
V_0 = (uint8_t*)(L_4);
int8_t* L_5 = (int8_t*) alloca(((uintptr_t)((int32_t)16)));
memset(L_5, 0, ((uintptr_t)((int32_t)16)));
V_1 = (uint8_t*)(L_5);
int8_t* L_6 = (int8_t*) alloca(((uintptr_t)4));
memset(L_6, 0, ((uintptr_t)4));
V_2 = (uint8_t*)(L_6);
int8_t* L_7 = (int8_t*) alloca(((uintptr_t)4));
memset(L_7, 0, ((uintptr_t)4));
V_3 = (uint8_t*)(L_7);
int8_t* L_8 = (int8_t*) alloca(((uintptr_t)4));
memset(L_8, 0, ((uintptr_t)4));
V_4 = (uint8_t*)(L_8);
uint8_t* L_9 = V_0;
SimpleCollator_ClearBuffer_m4DC9B335D3EC5471AD7E6A2267B8AEB272A74726(__this, L_9, ((int32_t)16), NULL);
uint8_t* L_10 = V_1;
SimpleCollator_ClearBuffer_m4DC9B335D3EC5471AD7E6A2267B8AEB272A74726(__this, L_10, ((int32_t)16), NULL);
uint8_t* L_11 = V_2;
SimpleCollator_ClearBuffer_m4DC9B335D3EC5471AD7E6A2267B8AEB272A74726(__this, L_11, 4, NULL);
uint8_t* L_12 = V_3;
SimpleCollator_ClearBuffer_m4DC9B335D3EC5471AD7E6A2267B8AEB272A74726(__this, L_12, 4, NULL);
uint8_t* L_13 = V_4;
SimpleCollator_ClearBuffer_m4DC9B335D3EC5471AD7E6A2267B8AEB272A74726(__this, L_13, 4, NULL);
int32_t L_14 = ___opt4;
uint8_t* L_15 = V_0;
uint8_t* L_16 = V_1;
uint8_t* L_17 = V_3;
uint8_t* L_18 = V_4;
Context__ctor_m70A4A39D3B8B6ED37176CABC4DD2C026FDF97B5A((&V_5), L_14, L_15, L_16, L_17, L_18, (uint8_t*)((uintptr_t)0), NULL);
String_t* L_19 = ___s0;
String_t* L_20 = ___target1;
int32_t L_21 = ___start2;
int32_t L_22 = ___length3;
uint8_t* L_23 = V_2;
int32_t L_24;
L_24 = SimpleCollator_LastIndexOf_m488C8D25A2AB765863F915C6DB76AB6EE0F06720(__this, L_19, L_20, L_21, L_22, L_23, (&V_5), NULL);
return L_24;
}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOfOrdinal(System.String,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOfOrdinal_m322FE1FF86BFDE367B003E70455FD7B3C39B3196 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Il2CppChar V_1 = 0x0;
int32_t V_2 = 0;
int32_t V_3 = 0;
bool V_4 = false;
int32_t V_5 = 0;
{
String_t* L_0 = ___target1;
NullCheck(L_0);
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
if (L_1)
{
goto IL_000a;
}
}
{
int32_t L_2 = ___start2;
return L_2;
}
IL_000a:
{
String_t* L_3 = ___s0;
NullCheck(L_3);
int32_t L_4;
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
String_t* L_5 = ___target1;
NullCheck(L_5);
int32_t L_6;
L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_5, NULL);
if ((((int32_t)L_4) < ((int32_t)L_6)))
{
goto IL_0022;
}
}
{
String_t* L_7 = ___target1;
NullCheck(L_7);
int32_t L_8;
L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL);
int32_t L_9 = ___length3;
if ((((int32_t)L_8) <= ((int32_t)L_9)))
{
goto IL_0024;
}
}
IL_0022:
{
return (-1);
}
IL_0024:
{
int32_t L_10 = ___start2;
int32_t L_11 = ___length3;
String_t* L_12 = ___target1;
NullCheck(L_12);
int32_t L_13;
L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL);
V_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_10, L_11)), L_13)), 1));
String_t* L_14 = ___target1;
String_t* L_15 = ___target1;
NullCheck(L_15);
int32_t L_16;
L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_15, NULL);
NullCheck(L_14);
Il2CppChar L_17;
L_17 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_14, ((int32_t)il2cpp_codegen_subtract(L_16, 1)), NULL);
V_1 = L_17;
int32_t L_18 = ___start2;
V_2 = L_18;
goto IL_009d;
}
IL_0045:
{
String_t* L_19 = ___s0;
int32_t L_20 = V_2;
NullCheck(L_19);
Il2CppChar L_21;
L_21 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_19, L_20, NULL);
Il2CppChar L_22 = V_1;
if ((((int32_t)L_21) == ((int32_t)L_22)))
{
goto IL_0055;
}
}
{
int32_t L_23 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract(L_23, 1));
goto IL_009d;
}
IL_0055:
{
int32_t L_24 = V_2;
String_t* L_25 = ___target1;
NullCheck(L_25);
int32_t L_26;
L_26 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_25, NULL);
V_3 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_24, L_26)), 1));
int32_t L_27 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract(L_27, 1));
V_4 = (bool)0;
String_t* L_28 = ___target1;
NullCheck(L_28);
int32_t L_29;
L_29 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_28, NULL);
V_5 = ((int32_t)il2cpp_codegen_subtract(L_29, 2));
goto IL_0092;
}
IL_0073:
{
String_t* L_30 = ___s0;
int32_t L_31 = V_3;
int32_t L_32 = V_5;
NullCheck(L_30);
Il2CppChar L_33;
L_33 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_30, ((int32_t)il2cpp_codegen_add(L_31, L_32)), NULL);
String_t* L_34 = ___target1;
int32_t L_35 = V_5;
NullCheck(L_34);
Il2CppChar L_36;
L_36 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_34, L_35, NULL);
if ((((int32_t)L_33) == ((int32_t)L_36)))
{
goto IL_008c;
}
}
{
V_4 = (bool)1;
goto IL_0097;
}
IL_008c:
{
int32_t L_37 = V_5;
V_5 = ((int32_t)il2cpp_codegen_subtract(L_37, 1));
}
IL_0092:
{
int32_t L_38 = V_5;
if ((((int32_t)L_38) >= ((int32_t)0)))
{
goto IL_0073;
}
}
IL_0097:
{
bool L_39 = V_4;
if (L_39)
{
goto IL_009d;
}
}
{
int32_t L_40 = V_3;
return L_40;
}
IL_009d:
{
int32_t L_41 = V_2;
int32_t L_42 = V_0;
if ((((int32_t)L_41) > ((int32_t)L_42)))
{
goto IL_0045;
}
}
{
return (-1);
}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOfSortKey(System.String,System.Int32,System.Int32,System.Int32,System.Byte*,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOfSortKey_mF2FE6FAA26A35DA855DC31B896359E439794B759 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t ___start1, int32_t ___orgStart2, int32_t ___length3, uint8_t* ___sortkey4, int32_t ___ti5, bool ___noLv46, Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* ___ctx7, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = ___start1;
int32_t L_1 = ___length3;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_0, L_1));
int32_t L_2 = ___start1;
V_1 = L_2;
goto IL_0022;
}
IL_0009:
{
int32_t L_3 = V_1;
V_2 = L_3;
String_t* L_4 = ___s0;
int32_t L_5 = V_0;
int32_t L_6 = ___orgStart2;
int32_t L_7 = ___ti5;
uint8_t* L_8 = ___sortkey4;
bool L_9 = ___noLv46;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_10 = ___ctx7;
bool L_11;
L_11 = SimpleCollator_MatchesBackward_m9AC1281E6D19130EBA20AC6886E266BDE4BF0C8D(__this, L_4, (&V_1), L_5, L_6, L_7, L_8, L_9, L_10, NULL);
if (!L_11)
{
goto IL_0022;
}
}
{
int32_t L_12 = V_2;
return L_12;
}
IL_0022:
{
int32_t L_13 = V_1;
int32_t L_14 = V_0;
if ((((int32_t)L_13) > ((int32_t)L_14)))
{
goto IL_0009;
}
}
{
return (-1);
}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Byte*,Mono.Globalization.Unicode.SimpleCollator/Context&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOf_m488C8D25A2AB765863F915C6DB76AB6EE0F06720 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, uint8_t* ___targetSortKey4, Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* ___ctx5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* V_3 = NULL;
String_t* V_4 = NULL;
uint8_t* V_5 = NULL;
bool V_6 = false;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t V_9 = 0;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* V_10 = NULL;
String_t* G_B11_0 = NULL;
uintptr_t G_B14_0;
memset((&G_B14_0), 0, sizeof(G_B14_0));
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_0 = ___ctx5;
int32_t L_1 = L_0->___Option_0;
V_0 = L_1;
int32_t L_2 = ___start2;
V_1 = L_2;
V_2 = 0;
goto IL_0021;
}
IL_000e:
{
String_t* L_3 = ___target1;
int32_t L_4 = V_2;
NullCheck(L_3);
Il2CppChar L_5;
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, L_4, NULL);
int32_t L_6 = V_0;
il2cpp_codegen_runtime_class_init_inline(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
bool L_7;
L_7 = SimpleCollator_IsIgnorable_mB6C1A3AE4972F41F7CA723F5585CB6657872E9B3(L_5, L_6, NULL);
if (!L_7)
{
goto IL_002a;
}
}
{
int32_t L_8 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0021:
{
int32_t L_9 = V_2;
String_t* L_10 = ___target1;
NullCheck(L_10);
int32_t L_11;
L_11 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_10, NULL);
if ((((int32_t)L_9) < ((int32_t)L_11)))
{
goto IL_000e;
}
}
IL_002a:
{
int32_t L_12 = V_2;
String_t* L_13 = ___target1;
NullCheck(L_13);
int32_t L_14;
L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL);
if ((!(((uint32_t)L_12) == ((uint32_t)L_14))))
{
goto IL_0053;
}
}
{
String_t* L_15 = ___target1;
String_t* L_16 = ___target1;
NullCheck(L_16);
int32_t L_17;
L_17 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_16, NULL);
int32_t L_18;
L_18 = SimpleCollator_IndexOfOrdinal_mAC77E8D165ABA6EC71A06BFCC1D7299E333811C7(__this, L_15, 0, 0, L_17, NULL);
if ((((int32_t)L_18) >= ((int32_t)0)))
{
goto IL_0047;
}
}
{
int32_t L_19 = ___start2;
return L_19;
}
IL_0047:
{
String_t* L_20 = ___s0;
String_t* L_21 = ___target1;
int32_t L_22 = ___start2;
int32_t L_23 = ___length3;
int32_t L_24;
L_24 = SimpleCollator_LastIndexOfOrdinal_m322FE1FF86BFDE367B003E70455FD7B3C39B3196(__this, L_20, L_21, L_22, L_23, NULL);
return L_24;
}
IL_0053:
{
String_t* L_25 = ___target1;
int32_t L_26 = V_2;
String_t* L_27 = ___target1;
NullCheck(L_27);
int32_t L_28;
L_28 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_27, NULL);
int32_t L_29 = V_2;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_30;
L_30 = SimpleCollator_GetContraction_mDF3596DA78670F18CBFB344E7456FB0E84AD5795(__this, L_25, L_26, ((int32_t)il2cpp_codegen_subtract(L_28, L_29)), NULL);
V_3 = L_30;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_31 = V_3;
if (L_31)
{
goto IL_006a;
}
}
{
G_B11_0 = ((String_t*)(NULL));
goto IL_0070;
}
IL_006a:
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_32 = V_3;
NullCheck(L_32);
String_t* L_33 = L_32->___Replacement_2;
G_B11_0 = L_33;
}
IL_0070:
{
V_4 = G_B11_0;
String_t* L_34 = V_4;
if (!L_34)
{
goto IL_007a;
}
}
{
G_B14_0 = ((uintptr_t)0);
goto IL_007c;
}
IL_007a:
{
uint8_t* L_35 = ___targetSortKey4;
G_B14_0 = ((uintptr_t)(intptr_t)(L_35));
}
IL_007c:
{
V_5 = (uint8_t*)G_B14_0;
V_6 = (bool)1;
V_7 = (-1);
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_36 = V_3;
if (!L_36)
{
goto IL_00b5;
}
}
{
uint8_t* L_37 = V_5;
if ((((intptr_t)L_37) == ((intptr_t)((uintptr_t)0))))
{
goto IL_00b5;
}
}
{
V_8 = 0;
goto IL_00a7;
}
IL_0092:
{
uint8_t* L_38 = V_5;
int32_t L_39 = V_8;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_40 = V_3;
NullCheck(L_40);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41 = L_40->___SortKey_3;
int32_t L_42 = V_8;
NullCheck(L_41);
int32_t L_43 = L_42;
uint8_t L_44 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_38, L_39))) = (int8_t)L_44;
int32_t L_45 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add(L_45, 1));
}
IL_00a7:
{
int32_t L_46 = V_8;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_47 = V_3;
NullCheck(L_47);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_48 = L_47->___SortKey_3;
NullCheck(L_48);
if ((((int32_t)L_46) < ((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))))
{
goto IL_0092;
}
}
{
goto IL_010f;
}
IL_00b5:
{
uint8_t* L_49 = V_5;
if ((((intptr_t)L_49) == ((intptr_t)((uintptr_t)0))))
{
goto IL_010f;
}
}
{
String_t* L_50 = ___target1;
int32_t L_51 = V_2;
NullCheck(L_50);
Il2CppChar L_52;
L_52 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_50, L_51, NULL);
int32_t L_53 = V_0;
int32_t L_54;
L_54 = SimpleCollator_FilterOptions_mE92B378C251252A64051EDB933B71BE24EE52CE2(__this, L_52, L_53, NULL);
V_7 = L_54;
uint8_t* L_55 = V_5;
int32_t L_56 = V_7;
uint8_t L_57;
L_57 = SimpleCollator_Category_m22903A606A470F92300513060587DF33ECB95309(__this, L_56, NULL);
*((int8_t*)L_55) = (int8_t)L_57;
uint8_t* L_58 = V_5;
int32_t L_59 = V_7;
uint8_t L_60;
L_60 = SimpleCollator_Level1_m4008243B3E16594F5B3384E35D9413D8A82459C7(__this, L_59, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_58, 1))) = (int8_t)L_60;
int32_t L_61 = V_0;
if (((int32_t)((int32_t)L_61&2)))
{
goto IL_00f6;
}
}
{
uint8_t* L_62 = V_5;
int32_t L_63 = V_7;
uint8_t L_64;
L_64 = SimpleCollator_Level2_m6354F0CA1939D40CC1E400494382D7D3CE219EBC(__this, L_63, 0, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_62, 2))) = (int8_t)L_64;
}
IL_00f6:
{
uint8_t* L_65 = V_5;
int32_t L_66 = V_7;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t L_67;
L_67 = MSCompatUnicodeTable_Level3_mEB25D2A4C81C790FE99CB2C14AB1330CE199EC84(L_66, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_65, 3))) = (int8_t)L_67;
int32_t L_68 = V_7;
bool L_69;
L_69 = MSCompatUnicodeTable_HasSpecialWeight_m098343D82D7AC6164F57AA52167EF20B30BF066E(((int32_t)(uint16_t)L_68), NULL);
V_6 = (bool)((((int32_t)L_69) == ((int32_t)0))? 1 : 0);
}
IL_010f:
{
uint8_t* L_70 = V_5;
if ((((intptr_t)L_70) == ((intptr_t)((uintptr_t)0))))
{
goto IL_015f;
}
}
{
int32_t L_71 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_71, 1));
goto IL_0156;
}
IL_011b:
{
String_t* L_72 = ___target1;
int32_t L_73 = V_2;
NullCheck(L_72);
Il2CppChar L_74;
L_74 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_72, L_73, NULL);
uint8_t L_75;
L_75 = SimpleCollator_Category_m22903A606A470F92300513060587DF33ECB95309(__this, L_74, NULL);
if ((!(((uint32_t)L_75) == ((uint32_t)1))))
{
goto IL_015f;
}
}
{
uint8_t* L_76 = V_5;
int32_t L_77 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_76, 2)));
if (L_77)
{
goto IL_0138;
}
}
{
uint8_t* L_78 = V_5;
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_78, 2))) = (int8_t)2;
}
IL_0138:
{
uint8_t* L_79 = V_5;
uint8_t* L_80 = V_5;
int32_t L_81 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_80, 2)));
String_t* L_82 = ___target1;
int32_t L_83 = V_2;
NullCheck(L_82);
Il2CppChar L_84;
L_84 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_82, L_83, NULL);
uint8_t L_85;
L_85 = SimpleCollator_Level2_m6354F0CA1939D40CC1E400494382D7D3CE219EBC(__this, L_84, 0, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_79, 2))) = (int8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(L_81, (int32_t)L_85)));
int32_t L_86 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_86, 1));
}
IL_0156:
{
int32_t L_87 = V_2;
String_t* L_88 = ___target1;
NullCheck(L_88);
int32_t L_89;
L_89 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_88, NULL);
if ((((int32_t)L_87) < ((int32_t)L_89)))
{
goto IL_011b;
}
}
IL_015f:
{
V_9 = 0;
String_t* L_90 = V_4;
if (!L_90)
{
goto IL_017a;
}
}
{
String_t* L_91 = ___s0;
String_t* L_92 = V_4;
int32_t L_93 = ___start2;
int32_t L_94 = ___length3;
uint8_t* L_95 = ___targetSortKey4;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_96 = ___ctx5;
int32_t L_97;
L_97 = SimpleCollator_LastIndexOf_m488C8D25A2AB765863F915C6DB76AB6EE0F06720(__this, L_91, L_92, L_93, L_94, L_95, L_96, NULL);
V_9 = L_97;
goto IL_018f;
}
IL_017a:
{
String_t* L_98 = ___s0;
int32_t L_99 = ___start2;
int32_t L_100 = V_1;
int32_t L_101 = ___length3;
uint8_t* L_102 = V_5;
int32_t L_103 = V_7;
bool L_104 = V_6;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_105 = ___ctx5;
int32_t L_106;
L_106 = SimpleCollator_LastIndexOfSortKey_mF2FE6FAA26A35DA855DC31B896359E439794B759(__this, L_98, L_99, L_100, L_101, L_102, L_103, L_104, L_105, NULL);
V_9 = L_106;
}
IL_018f:
{
int32_t L_107 = V_9;
if ((((int32_t)L_107) >= ((int32_t)0)))
{
goto IL_0196;
}
}
{
return (-1);
}
IL_0196:
{
int32_t L_108 = ___length3;
int32_t L_109 = ___start2;
int32_t L_110 = V_9;
___length3 = ((int32_t)il2cpp_codegen_subtract(L_108, ((int32_t)il2cpp_codegen_subtract(L_109, L_110))));
int32_t L_111 = V_9;
___start2 = L_111;
String_t* L_112 = ___s0;
String_t* L_113 = ___target1;
int32_t L_114 = V_9;
int32_t L_115 = V_1;
int32_t L_116 = V_9;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_117 = ___ctx5;
bool L_118;
L_118 = SimpleCollator_IsPrefix_mA60DF9D84E40E774783313C812198E41460BA4CF(__this, L_112, L_113, L_114, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_115, L_116)), 1)), (bool)0, L_117, NULL);
if (!L_118)
{
goto IL_01d8;
}
}
{
goto IL_01d0;
}
IL_01ba:
{
String_t* L_119 = ___s0;
int32_t L_120 = V_9;
NullCheck(L_119);
Il2CppChar L_121;
L_121 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_119, L_120, NULL);
int32_t L_122 = V_0;
il2cpp_codegen_runtime_class_init_inline(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
bool L_123;
L_123 = SimpleCollator_IsIgnorable_mB6C1A3AE4972F41F7CA723F5585CB6657872E9B3(L_121, L_122, NULL);
if (!L_123)
{
goto IL_01d5;
}
}
{
int32_t L_124 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_124, 1));
}
IL_01d0:
{
int32_t L_125 = V_9;
int32_t L_126 = V_1;
if ((((int32_t)L_125) < ((int32_t)L_126)))
{
goto IL_01ba;
}
}
IL_01d5:
{
int32_t L_127 = V_9;
return L_127;
}
IL_01d8:
{
String_t* L_128 = ___s0;
int32_t L_129 = V_9;
int32_t L_130 = V_1;
int32_t L_131 = V_9;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_132;
L_132 = SimpleCollator_GetContraction_mDF3596DA78670F18CBFB344E7456FB0E84AD5795(__this, L_128, L_129, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_130, L_131)), 1)), NULL);
V_10 = L_132;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_133 = V_10;
if (!L_133)
{
goto IL_020a;
}
}
{
int32_t L_134 = ___start2;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_135 = V_10;
NullCheck(L_135);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_136 = L_135->___Source_1;
NullCheck(L_136);
___start2 = ((int32_t)il2cpp_codegen_subtract(L_134, ((int32_t)(((RuntimeArray*)L_136)->max_length))));
int32_t L_137 = ___length3;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_138 = V_10;
NullCheck(L_138);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_139 = L_138->___Source_1;
NullCheck(L_139);
___length3 = ((int32_t)il2cpp_codegen_subtract(L_137, ((int32_t)(((RuntimeArray*)L_139)->max_length))));
goto IL_0215;
}
IL_020a:
{
int32_t L_140 = ___start2;
___start2 = ((int32_t)il2cpp_codegen_subtract(L_140, 1));
int32_t L_141 = ___length3;
___length3 = ((int32_t)il2cpp_codegen_subtract(L_141, 1));
}
IL_0215:
{
int32_t L_142 = ___length3;
if ((((int32_t)L_142) > ((int32_t)0)))
{
goto IL_015f;
}
}
{
return (-1);
}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesForward(System.String,System.Int32&,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesForward_m8CA755E21AD13E1BF8DD83078F133730D33E4536 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___ti3, uint8_t* ___sortkey4, bool ___noLv45, Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* ___ctx6, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* V_2 = NULL;
{
String_t* L_0 = ___s0;
int32_t* L_1 = ___idx1;
int32_t L_2 = *((int32_t*)L_1);
NullCheck(L_0);
Il2CppChar L_3;
L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_0, L_2, NULL);
V_0 = L_3;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_4 = ___ctx6;
uint8_t* L_5 = L_4->___AlwaysMatchFlags_2;
if ((((intptr_t)L_5) == ((intptr_t)((uintptr_t)0))))
{
goto IL_0035;
}
}
{
int32_t L_6 = V_0;
if ((((int32_t)L_6) >= ((int32_t)((int32_t)128))))
{
goto IL_0035;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_7 = ___ctx6;
uint8_t* L_8 = L_7->___AlwaysMatchFlags_2;
int32_t L_9 = V_0;
int32_t L_10 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, ((int32_t)(L_9/8)))));
int32_t L_11 = V_0;
if (!((int32_t)(L_10&((int32_t)(1<<((int32_t)(((int32_t)(L_11%8))&((int32_t)31))))))))
{
goto IL_0035;
}
}
{
return (bool)1;
}
IL_0035:
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_12 = ___ctx6;
uint8_t* L_13 = L_12->___NeverMatchFlags_1;
if ((((intptr_t)L_13) == ((intptr_t)((uintptr_t)0))))
{
goto IL_0067;
}
}
{
int32_t L_14 = V_0;
if ((((int32_t)L_14) >= ((int32_t)((int32_t)128))))
{
goto IL_0067;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_15 = ___ctx6;
uint8_t* L_16 = L_15->___NeverMatchFlags_1;
int32_t L_17 = V_0;
int32_t L_18 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, ((int32_t)(L_17/8)))));
int32_t L_19 = V_0;
if (!((int32_t)(L_18&((int32_t)(1<<((int32_t)(((int32_t)(L_19%8))&((int32_t)31))))))))
{
goto IL_0067;
}
}
{
int32_t* L_20 = ___idx1;
int32_t* L_21 = ___idx1;
int32_t L_22 = *((int32_t*)L_21);
*((int32_t*)L_20) = (int32_t)((int32_t)il2cpp_codegen_add(L_22, 1));
return (bool)0;
}
IL_0067:
{
String_t* L_23 = ___s0;
int32_t* L_24 = ___idx1;
int32_t L_25 = *((int32_t*)L_24);
NullCheck(L_23);
Il2CppChar L_26;
L_26 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_23, L_25, NULL);
int32_t L_27;
L_27 = SimpleCollator_GetExtenderType_mDCC56E8E80B230652C5C342BE1BCCF94C71025E8(__this, L_26, NULL);
V_1 = L_27;
V_2 = (Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540*)NULL;
String_t* L_28 = ___s0;
int32_t* L_29 = ___idx1;
int32_t L_30 = ___end2;
int32_t L_31 = ___ti3;
uint8_t* L_32 = ___sortkey4;
bool L_33 = ___noLv45;
int32_t L_34 = V_1;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_35 = ___ctx6;
bool L_36;
L_36 = SimpleCollator_MatchesForwardCore_mA6CDEC5DC46755C2A778408FE4DA8F28D929F4EC(__this, L_28, L_29, L_30, L_31, L_32, L_33, L_34, (&V_2), L_35, NULL);
if (!L_36)
{
goto IL_00c2;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_37 = ___ctx6;
uint8_t* L_38 = L_37->___AlwaysMatchFlags_2;
if ((((intptr_t)L_38) == ((intptr_t)((uintptr_t)0))))
{
goto IL_00c0;
}
}
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_39 = V_2;
if (L_39)
{
goto IL_00c0;
}
}
{
int32_t L_40 = V_1;
if (L_40)
{
goto IL_00c0;
}
}
{
int32_t L_41 = V_0;
if ((((int32_t)L_41) >= ((int32_t)((int32_t)128))))
{
goto IL_00c0;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_42 = ___ctx6;
uint8_t* L_43 = L_42->___AlwaysMatchFlags_2;
int32_t L_44 = V_0;
uint8_t* L_45 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_43, ((int32_t)(L_44/8))));
int32_t L_46 = *((uint8_t*)L_45);
int32_t L_47 = V_0;
*((int8_t*)L_45) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_46|((int32_t)(uint8_t)((int32_t)(1<<((int32_t)(((int32_t)(L_47%8))&((int32_t)31)))))))));
}
IL_00c0:
{
return (bool)1;
}
IL_00c2:
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_48 = ___ctx6;
uint8_t* L_49 = L_48->___NeverMatchFlags_1;
if ((((intptr_t)L_49) == ((intptr_t)((uintptr_t)0))))
{
goto IL_00f4;
}
}
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_50 = V_2;
if (L_50)
{
goto IL_00f4;
}
}
{
int32_t L_51 = V_1;
if (L_51)
{
goto IL_00f4;
}
}
{
int32_t L_52 = V_0;
if ((((int32_t)L_52) >= ((int32_t)((int32_t)128))))
{
goto IL_00f4;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_53 = ___ctx6;
uint8_t* L_54 = L_53->___NeverMatchFlags_1;
int32_t L_55 = V_0;
uint8_t* L_56 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_54, ((int32_t)(L_55/8))));
int32_t L_57 = *((uint8_t*)L_56);
int32_t L_58 = V_0;
*((int8_t*)L_56) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_57|((int32_t)(uint8_t)((int32_t)(1<<((int32_t)(((int32_t)(L_58%8))&((int32_t)31)))))))));
}
IL_00f4:
{
return (bool)0;
}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesForwardCore(System.String,System.Int32&,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.Contraction&,Mono.Globalization.Unicode.SimpleCollator/Context&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesForwardCore_mA6CDEC5DC46755C2A778408FE4DA8F28D929F4EC (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___ti3, uint8_t* ___sortkey4, bool ___noLv45, int32_t ___ext6, Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540** ___ct7, Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* ___ctx8, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
uint8_t* V_1 = NULL;
bool V_2 = false;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
bool V_6 = false;
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_0 = ___ctx8;
int32_t L_1 = L_0->___Option_0;
V_0 = L_1;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_2 = ___ctx8;
uint8_t* L_3 = L_2->___Buffer1_3;
V_1 = L_3;
int32_t L_4 = V_0;
V_2 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_4&2))) <= ((uint32_t)0)))? 1 : 0);
V_3 = (-1);
int32_t L_5 = ___ext6;
if (L_5)
{
goto IL_002c;
}
}
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540** L_6 = ___ct7;
String_t* L_7 = ___s0;
int32_t* L_8 = ___idx1;
int32_t L_9 = *((int32_t*)L_8);
int32_t L_10 = ___end2;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_11;
L_11 = SimpleCollator_GetContraction_mDF3596DA78670F18CBFB344E7456FB0E84AD5795(__this, L_7, L_9, L_10, NULL);
*((RuntimeObject**)L_6) = (RuntimeObject*)L_11;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_6, (void*)(RuntimeObject*)L_11);
goto IL_0064;
}
IL_002c:
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_12 = ___ctx8;
int32_t L_13 = L_12->___PrevCode_5;
if ((((int32_t)L_13) >= ((int32_t)0)))
{
goto IL_0053;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_14 = ___ctx8;
uint8_t* L_15 = L_14->___PrevSortKey_6;
if ((!(((uintptr_t)L_15) == ((uintptr_t)((uintptr_t)0)))))
{
goto IL_0049;
}
}
{
int32_t* L_16 = ___idx1;
int32_t* L_17 = ___idx1;
int32_t L_18 = *((int32_t*)L_17);
*((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_add(L_18, 1));
return (bool)0;
}
IL_0049:
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_19 = ___ctx8;
uint8_t* L_20 = L_19->___PrevSortKey_6;
V_1 = L_20;
goto IL_0064;
}
IL_0053:
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_21 = ___ctx8;
int32_t L_22 = L_21->___PrevCode_5;
int32_t L_23 = ___ext6;
int32_t L_24 = V_0;
int32_t L_25;
L_25 = SimpleCollator_FilterExtender_mAB7448D68BB6D66289428602916BA8265EBBAF65(__this, L_22, L_23, L_24, NULL);
V_3 = L_25;
}
IL_0064:
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540** L_26 = ___ct7;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_27 = *((Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540**)L_26);
if (!L_27)
{
goto IL_00e1;
}
}
{
int32_t* L_28 = ___idx1;
int32_t* L_29 = ___idx1;
int32_t L_30 = *((int32_t*)L_29);
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540** L_31 = ___ct7;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_32 = *((Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540**)L_31);
NullCheck(L_32);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_33 = L_32->___Source_1;
NullCheck(L_33);
*((int32_t*)L_28) = (int32_t)((int32_t)il2cpp_codegen_add(L_30, ((int32_t)(((RuntimeArray*)L_33)->max_length))));
bool L_34 = ___noLv45;
if (L_34)
{
goto IL_007e;
}
}
{
return (bool)0;
}
IL_007e:
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540** L_35 = ___ct7;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_36 = *((Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540**)L_35);
NullCheck(L_36);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = L_36->___SortKey_3;
if (!L_37)
{
goto IL_00b8;
}
}
{
V_4 = 0;
goto IL_009e;
}
IL_008d:
{
uint8_t* L_38 = V_1;
int32_t L_39 = V_4;
uint8_t* L_40 = ___sortkey4;
int32_t L_41 = V_4;
int32_t L_42 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_40, L_41)));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_38, L_39))) = (int8_t)L_42;
int32_t L_43 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_43, 1));
}
IL_009e:
{
int32_t L_44 = V_4;
if ((((int32_t)L_44) < ((int32_t)4)))
{
goto IL_008d;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_45 = ___ctx8;
L_45->___PrevCode_5 = (-1);
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_46 = ___ctx8;
uint8_t* L_47 = V_1;
L_46->___PrevSortKey_6 = L_47;
goto IL_01bc;
}
IL_00b8:
{
V_5 = 0;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540** L_48 = ___ct7;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_49 = *((Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540**)L_48);
NullCheck(L_49);
String_t* L_50 = L_49->___Replacement_2;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540** L_51 = ___ct7;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_52 = *((Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540**)L_51);
NullCheck(L_52);
String_t* L_53 = L_52->___Replacement_2;
NullCheck(L_53);
int32_t L_54;
L_54 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_53, NULL);
int32_t L_55 = ___ti3;
uint8_t* L_56 = ___sortkey4;
bool L_57 = ___noLv45;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_58 = ___ctx8;
bool L_59;
L_59 = SimpleCollator_MatchesForward_m8CA755E21AD13E1BF8DD83078F133730D33E4536(__this, L_50, (&V_5), L_54, L_55, L_56, L_57, L_58, NULL);
return L_59;
}
IL_00e1:
{
int32_t L_60 = V_3;
if ((((int32_t)L_60) >= ((int32_t)0)))
{
goto IL_00f5;
}
}
{
String_t* L_61 = ___s0;
int32_t* L_62 = ___idx1;
int32_t L_63 = *((int32_t*)L_62);
NullCheck(L_61);
Il2CppChar L_64;
L_64 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_61, L_63, NULL);
int32_t L_65 = V_0;
int32_t L_66;
L_66 = SimpleCollator_FilterOptions_mE92B378C251252A64051EDB933B71BE24EE52CE2(__this, L_64, L_65, NULL);
V_3 = L_66;
}
IL_00f5:
{
int32_t* L_67 = ___idx1;
int32_t* L_68 = ___idx1;
int32_t L_69 = *((int32_t*)L_68);
*((int32_t*)L_67) = (int32_t)((int32_t)il2cpp_codegen_add(L_69, 1));
uint8_t* L_70 = V_1;
int32_t L_71 = V_3;
uint8_t L_72;
L_72 = SimpleCollator_Category_m22903A606A470F92300513060587DF33ECB95309(__this, L_71, NULL);
*((int8_t*)L_70) = (int8_t)L_72;
V_6 = (bool)0;
uint8_t* L_73 = ___sortkey4;
int32_t L_74 = *((uint8_t*)L_73);
uint8_t* L_75 = V_1;
int32_t L_76 = *((uint8_t*)L_75);
if ((!(((uint32_t)L_74) == ((uint32_t)L_76))))
{
goto IL_011b;
}
}
{
uint8_t* L_77 = V_1;
int32_t L_78 = V_3;
uint8_t L_79;
L_79 = SimpleCollator_Level1_m4008243B3E16594F5B3384E35D9413D8A82459C7(__this, L_78, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_77, 1))) = (int8_t)L_79;
goto IL_011e;
}
IL_011b:
{
V_6 = (bool)1;
}
IL_011e:
{
bool L_80 = V_2;
if (L_80)
{
goto IL_013b;
}
}
{
uint8_t* L_81 = ___sortkey4;
int32_t L_82 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_81, 1)));
uint8_t* L_83 = V_1;
int32_t L_84 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_83, 1)));
if ((!(((uint32_t)L_82) == ((uint32_t)L_84))))
{
goto IL_013b;
}
}
{
uint8_t* L_85 = V_1;
int32_t L_86 = V_3;
int32_t L_87 = ___ext6;
uint8_t L_88;
L_88 = SimpleCollator_Level2_m6354F0CA1939D40CC1E400494382D7D3CE219EBC(__this, L_86, L_87, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_85, 2))) = (int8_t)L_88;
goto IL_0141;
}
IL_013b:
{
bool L_89 = V_2;
if (L_89)
{
goto IL_0141;
}
}
{
V_6 = (bool)1;
}
IL_0141:
{
bool L_90 = V_6;
if (!L_90)
{
goto IL_0165;
}
}
{
goto IL_015e;
}
IL_0147:
{
String_t* L_91 = ___s0;
int32_t* L_92 = ___idx1;
int32_t L_93 = *((int32_t*)L_92);
NullCheck(L_91);
Il2CppChar L_94;
L_94 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_91, L_93, NULL);
uint8_t L_95;
L_95 = SimpleCollator_Category_m22903A606A470F92300513060587DF33ECB95309(__this, L_94, NULL);
if ((!(((uint32_t)L_95) == ((uint32_t)1))))
{
goto IL_0163;
}
}
{
int32_t* L_96 = ___idx1;
int32_t* L_97 = ___idx1;
int32_t L_98 = *((int32_t*)L_97);
*((int32_t*)L_96) = (int32_t)((int32_t)il2cpp_codegen_add(L_98, 1));
}
IL_015e:
{
int32_t* L_99 = ___idx1;
int32_t L_100 = *((int32_t*)L_99);
int32_t L_101 = ___end2;
if ((((int32_t)L_100) < ((int32_t)L_101)))
{
goto IL_0147;
}
}
IL_0163:
{
return (bool)0;
}
IL_0165:
{
uint8_t* L_102 = V_1;
int32_t L_103 = V_3;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t L_104;
L_104 = MSCompatUnicodeTable_Level3_mEB25D2A4C81C790FE99CB2C14AB1330CE199EC84(L_103, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_102, 3))) = (int8_t)L_104;
uint8_t* L_105 = V_1;
int32_t L_106 = *((uint8_t*)L_105);
if ((((int32_t)L_106) == ((int32_t)1)))
{
goto IL_01bc;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_107 = ___ctx8;
int32_t L_108 = V_3;
L_107->___PrevCode_5 = L_108;
goto IL_01bc;
}
IL_017e:
{
String_t* L_109 = ___s0;
int32_t* L_110 = ___idx1;
int32_t L_111 = *((int32_t*)L_110);
NullCheck(L_109);
Il2CppChar L_112;
L_112 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_109, L_111, NULL);
uint8_t L_113;
L_113 = SimpleCollator_Category_m22903A606A470F92300513060587DF33ECB95309(__this, L_112, NULL);
if ((!(((uint32_t)L_113) == ((uint32_t)1))))
{
goto IL_01c1;
}
}
{
bool L_114 = V_2;
if (L_114)
{
goto IL_01b6;
}
}
{
uint8_t* L_115 = V_1;
int32_t L_116 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_115, 2)));
if (L_116)
{
goto IL_019d;
}
}
{
uint8_t* L_117 = V_1;
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_117, 2))) = (int8_t)2;
}
IL_019d:
{
uint8_t* L_118 = V_1;
uint8_t* L_119 = V_1;
int32_t L_120 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_119, 2)));
String_t* L_121 = ___s0;
int32_t* L_122 = ___idx1;
int32_t L_123 = *((int32_t*)L_122);
NullCheck(L_121);
Il2CppChar L_124;
L_124 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_121, L_123, NULL);
uint8_t L_125;
L_125 = SimpleCollator_Level2_m6354F0CA1939D40CC1E400494382D7D3CE219EBC(__this, L_124, 0, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_118, 2))) = (int8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(L_120, (int32_t)L_125)));
}
IL_01b6:
{
int32_t* L_126 = ___idx1;
int32_t* L_127 = ___idx1;
int32_t L_128 = *((int32_t*)L_127);
*((int32_t*)L_126) = (int32_t)((int32_t)il2cpp_codegen_add(L_128, 1));
}
IL_01bc:
{
int32_t* L_129 = ___idx1;
int32_t L_130 = *((int32_t*)L_129);
int32_t L_131 = ___end2;
if ((((int32_t)L_130) < ((int32_t)L_131)))
{
goto IL_017e;
}
}
IL_01c1:
{
int32_t L_132 = V_0;
uint8_t* L_133 = V_1;
int32_t L_134 = V_3;
int32_t L_135 = ___ext6;
uint8_t* L_136 = ___sortkey4;
int32_t L_137 = ___ti3;
bool L_138 = ___noLv45;
bool L_139;
L_139 = SimpleCollator_MatchesPrimitive_m561EAF65597A2D0896CAA2DCF33992A2531A490E(__this, L_132, L_133, L_134, L_135, L_136, L_137, L_138, NULL);
return L_139;
}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesPrimitive(System.Globalization.CompareOptions,System.Byte*,System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Byte*,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesPrimitive_m561EAF65597A2D0896CAA2DCF33992A2531A490E (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, int32_t ___opt0, uint8_t* ___source1, int32_t ___si2, int32_t ___ext3, uint8_t* ___target4, int32_t ___ti5, bool ___noLv46, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
int32_t L_0 = ___opt0;
V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&2))) <= ((uint32_t)0)))? 1 : 0);
uint8_t* L_1 = ___source1;
int32_t L_2 = *((uint8_t*)L_1);
uint8_t* L_3 = ___target4;
int32_t L_4 = *((uint8_t*)L_3);
if ((!(((uint32_t)L_2) == ((uint32_t)L_4))))
{
goto IL_0032;
}
}
{
uint8_t* L_5 = ___source1;
int32_t L_6 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, 1)));
uint8_t* L_7 = ___target4;
int32_t L_8 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, 1)));
if ((!(((uint32_t)L_6) == ((uint32_t)L_8))))
{
goto IL_0032;
}
}
{
bool L_9 = V_0;
if (L_9)
{
goto IL_0027;
}
}
{
uint8_t* L_10 = ___source1;
int32_t L_11 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, 2)));
uint8_t* L_12 = ___target4;
int32_t L_13 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_12, 2)));
if ((!(((uint32_t)L_11) == ((uint32_t)L_13))))
{
goto IL_0032;
}
}
IL_0027:
{
uint8_t* L_14 = ___source1;
int32_t L_15 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, 3)));
uint8_t* L_16 = ___target4;
int32_t L_17 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, 3)));
if ((((int32_t)L_15) == ((int32_t)L_17)))
{
goto IL_0034;
}
}
IL_0032:
{
return (bool)0;
}
IL_0034:
{
bool L_18 = ___noLv46;
if (!L_18)
{
goto IL_0047;
}
}
{
int32_t L_19 = ___si2;
if ((((int32_t)L_19) < ((int32_t)0)))
{
goto IL_0045;
}
}
{
int32_t L_20 = ___si2;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
bool L_21;
L_21 = MSCompatUnicodeTable_HasSpecialWeight_m098343D82D7AC6164F57AA52167EF20B30BF066E(((int32_t)(uint16_t)L_20), NULL);
if (L_21)
{
goto IL_0047;
}
}
IL_0045:
{
return (bool)1;
}
IL_0047:
{
bool L_22 = ___noLv46;
if (!L_22)
{
goto IL_004d;
}
}
{
return (bool)0;
}
IL_004d:
{
bool L_23 = V_0;
if (L_23)
{
goto IL_0057;
}
}
{
int32_t L_24 = ___ext3;
if ((!(((uint32_t)L_24) == ((uint32_t)3))))
{
goto IL_0057;
}
}
{
return (bool)0;
}
IL_0057:
{
int32_t L_25 = ___si2;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
bool L_26;
L_26 = MSCompatUnicodeTable_IsJapaneseSmallLetter_mA04FA6BB203A875C356D6F1C6122DD5C0C397ABC(((int32_t)(uint16_t)L_25), NULL);
int32_t L_27 = ___ti5;
bool L_28;
L_28 = MSCompatUnicodeTable_IsJapaneseSmallLetter_mA04FA6BB203A875C356D6F1C6122DD5C0C397ABC(((int32_t)(uint16_t)L_27), NULL);
if ((!(((uint32_t)L_26) == ((uint32_t)L_28))))
{
goto IL_00a3;
}
}
{
int32_t L_29 = ___ext3;
int32_t L_30 = ___opt0;
il2cpp_codegen_runtime_class_init_inline(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
uint8_t L_31;
L_31 = SimpleCollator_ToDashTypeValue_m138C5544555269CBA2B61ACD9184B006AAE2026E(L_29, L_30, NULL);
int32_t L_32 = ___opt0;
uint8_t L_33;
L_33 = SimpleCollator_ToDashTypeValue_m138C5544555269CBA2B61ACD9184B006AAE2026E(0, L_32, NULL);
if ((!(((uint32_t)L_31) == ((uint32_t)L_33))))
{
goto IL_00a3;
}
}
{
int32_t L_34 = ___si2;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
bool L_35;
L_35 = MSCompatUnicodeTable_IsHiragana_mD8EE5F5E9FEFE4C75AF7370407B2C60F77CD2166(((int32_t)(uint16_t)L_34), NULL);
int32_t L_36 = ___ti5;
bool L_37;
L_37 = MSCompatUnicodeTable_IsHiragana_mD8EE5F5E9FEFE4C75AF7370407B2C60F77CD2166(((int32_t)(uint16_t)L_36), NULL);
if ((!(((uint32_t)((((int32_t)L_35) == ((int32_t)0))? 1 : 0)) == ((uint32_t)((((int32_t)L_37) == ((int32_t)0))? 1 : 0)))))
{
goto IL_00a3;
}
}
{
int32_t L_38 = ___si2;
int32_t L_39 = ___opt0;
il2cpp_codegen_runtime_class_init_inline(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
bool L_40;
L_40 = SimpleCollator_IsHalfKana_m97D3C08295BADE6FA52F7A63442813167E96DB8A(((int32_t)(uint16_t)L_38), L_39, NULL);
int32_t L_41 = ___ti5;
int32_t L_42 = ___opt0;
bool L_43;
L_43 = SimpleCollator_IsHalfKana_m97D3C08295BADE6FA52F7A63442813167E96DB8A(((int32_t)(uint16_t)L_41), L_42, NULL);
if ((((int32_t)L_40) == ((int32_t)L_43)))
{
goto IL_00a5;
}
}
IL_00a3:
{
return (bool)0;
}
IL_00a5:
{
return (bool)1;
}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesBackward(System.String,System.Int32&,System.Int32,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesBackward_m9AC1281E6D19130EBA20AC6886E266BDE4BF0C8D (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___orgStart3, int32_t ___ti4, uint8_t* ___sortkey5, bool ___noLv46, Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* ___ctx7, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* V_2 = NULL;
{
String_t* L_0 = ___s0;
int32_t* L_1 = ___idx1;
int32_t L_2 = *((int32_t*)L_1);
NullCheck(L_0);
Il2CppChar L_3;
L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_0, L_2, NULL);
V_0 = L_3;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_4 = ___ctx7;
uint8_t* L_5 = L_4->___AlwaysMatchFlags_2;
if ((((intptr_t)L_5) == ((intptr_t)((uintptr_t)0))))
{
goto IL_0035;
}
}
{
int32_t L_6 = V_0;
if ((((int32_t)L_6) >= ((int32_t)((int32_t)128))))
{
goto IL_0035;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_7 = ___ctx7;
uint8_t* L_8 = L_7->___AlwaysMatchFlags_2;
int32_t L_9 = V_0;
int32_t L_10 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, ((int32_t)(L_9/8)))));
int32_t L_11 = V_0;
if (!((int32_t)(L_10&((int32_t)(1<<((int32_t)(((int32_t)(L_11%8))&((int32_t)31))))))))
{
goto IL_0035;
}
}
{
return (bool)1;
}
IL_0035:
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_12 = ___ctx7;
uint8_t* L_13 = L_12->___NeverMatchFlags_1;
if ((((intptr_t)L_13) == ((intptr_t)((uintptr_t)0))))
{
goto IL_0067;
}
}
{
int32_t L_14 = V_0;
if ((((int32_t)L_14) >= ((int32_t)((int32_t)128))))
{
goto IL_0067;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_15 = ___ctx7;
uint8_t* L_16 = L_15->___NeverMatchFlags_1;
int32_t L_17 = V_0;
int32_t L_18 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, ((int32_t)(L_17/8)))));
int32_t L_19 = V_0;
if (!((int32_t)(L_18&((int32_t)(1<<((int32_t)(((int32_t)(L_19%8))&((int32_t)31))))))))
{
goto IL_0067;
}
}
{
int32_t* L_20 = ___idx1;
int32_t* L_21 = ___idx1;
int32_t L_22 = *((int32_t*)L_21);
*((int32_t*)L_20) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_22, 1));
return (bool)0;
}
IL_0067:
{
String_t* L_23 = ___s0;
int32_t* L_24 = ___idx1;
int32_t L_25 = *((int32_t*)L_24);
NullCheck(L_23);
Il2CppChar L_26;
L_26 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_23, L_25, NULL);
int32_t L_27;
L_27 = SimpleCollator_GetExtenderType_mDCC56E8E80B230652C5C342BE1BCCF94C71025E8(__this, L_26, NULL);
V_1 = L_27;
V_2 = (Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540*)NULL;
String_t* L_28 = ___s0;
int32_t* L_29 = ___idx1;
int32_t L_30 = ___end2;
int32_t L_31 = ___orgStart3;
int32_t L_32 = ___ti4;
uint8_t* L_33 = ___sortkey5;
bool L_34 = ___noLv46;
int32_t L_35 = V_1;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_36 = ___ctx7;
bool L_37;
L_37 = SimpleCollator_MatchesBackwardCore_m060643AEAF22958885C7CE7E2D0436CC51A39188(__this, L_28, L_29, L_30, L_31, L_32, L_33, L_34, L_35, (&V_2), L_36, NULL);
if (!L_37)
{
goto IL_00c4;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_38 = ___ctx7;
uint8_t* L_39 = L_38->___AlwaysMatchFlags_2;
if ((((intptr_t)L_39) == ((intptr_t)((uintptr_t)0))))
{
goto IL_00c2;
}
}
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_40 = V_2;
if (L_40)
{
goto IL_00c2;
}
}
{
int32_t L_41 = V_1;
if (L_41)
{
goto IL_00c2;
}
}
{
int32_t L_42 = V_0;
if ((((int32_t)L_42) >= ((int32_t)((int32_t)128))))
{
goto IL_00c2;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_43 = ___ctx7;
uint8_t* L_44 = L_43->___AlwaysMatchFlags_2;
int32_t L_45 = V_0;
uint8_t* L_46 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_44, ((int32_t)(L_45/8))));
int32_t L_47 = *((uint8_t*)L_46);
int32_t L_48 = V_0;
*((int8_t*)L_46) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_47|((int32_t)(uint8_t)((int32_t)(1<<((int32_t)(((int32_t)(L_48%8))&((int32_t)31)))))))));
}
IL_00c2:
{
return (bool)1;
}
IL_00c4:
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_49 = ___ctx7;
uint8_t* L_50 = L_49->___NeverMatchFlags_1;
if ((((intptr_t)L_50) == ((intptr_t)((uintptr_t)0))))
{
goto IL_00f6;
}
}
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_51 = V_2;
if (L_51)
{
goto IL_00f6;
}
}
{
int32_t L_52 = V_1;
if (L_52)
{
goto IL_00f6;
}
}
{
int32_t L_53 = V_0;
if ((((int32_t)L_53) >= ((int32_t)((int32_t)128))))
{
goto IL_00f6;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_54 = ___ctx7;
uint8_t* L_55 = L_54->___NeverMatchFlags_1;
int32_t L_56 = V_0;
uint8_t* L_57 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_55, ((int32_t)(L_56/8))));
int32_t L_58 = *((uint8_t*)L_57);
int32_t L_59 = V_0;
*((int8_t*)L_57) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_58|((int32_t)(uint8_t)((int32_t)(1<<((int32_t)(((int32_t)(L_59%8))&((int32_t)31)))))))));
}
IL_00f6:
{
return (bool)0;
}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesBackwardCore(System.String,System.Int32&,System.Int32,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.Contraction&,Mono.Globalization.Unicode.SimpleCollator/Context&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesBackwardCore_m060643AEAF22958885C7CE7E2D0436CC51A39188 (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___orgStart3, int32_t ___ti4, uint8_t* ___sortkey5, bool ___noLv46, int32_t ___ext7, Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540** ___ct8, Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* ___ctx9, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
uint8_t* V_1 = NULL;
bool V_2 = false;
int32_t V_3 = 0;
int32_t V_4 = 0;
uint8_t V_5 = 0x0;
int32_t V_6 = 0;
int32_t V_7 = 0;
uint8_t V_8 = 0x0;
int32_t V_9 = 0;
int32_t V_10 = 0;
bool V_11 = false;
int32_t V_12 = 0;
uint8_t* G_B13_0 = NULL;
uint8_t* G_B12_0 = NULL;
int32_t G_B14_0 = 0;
uint8_t* G_B14_1 = NULL;
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_0 = ___ctx9;
int32_t L_1 = L_0->___Option_0;
V_0 = L_1;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_2 = ___ctx9;
uint8_t* L_3 = L_2->___Buffer1_3;
V_1 = L_3;
int32_t L_4 = V_0;
V_2 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_4&2))) <= ((uint32_t)0)))? 1 : 0);
int32_t* L_5 = ___idx1;
int32_t L_6 = *((int32_t*)L_5);
V_3 = L_6;
V_4 = (-1);
int32_t L_7 = ___ext7;
if (!L_7)
{
goto IL_00da;
}
}
{
V_5 = (uint8_t)0;
int32_t* L_8 = ___idx1;
int32_t L_9 = *((int32_t*)L_8);
V_6 = L_9;
}
IL_002b:
{
int32_t L_10 = V_6;
if ((((int32_t)L_10) >= ((int32_t)0)))
{
goto IL_0032;
}
}
{
return (bool)0;
}
IL_0032:
{
String_t* L_11 = ___s0;
int32_t L_12 = V_6;
NullCheck(L_11);
Il2CppChar L_13;
L_13 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_11, L_12, NULL);
int32_t L_14 = V_0;
il2cpp_codegen_runtime_class_init_inline(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
bool L_15;
L_15 = SimpleCollator_IsIgnorable_mB6C1A3AE4972F41F7CA723F5585CB6657872E9B3(L_13, L_14, NULL);
if (L_15)
{
goto IL_00c9;
}
}
{
String_t* L_16 = ___s0;
int32_t L_17 = V_6;
NullCheck(L_16);
Il2CppChar L_18;
L_18 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_16, L_17, NULL);
int32_t L_19 = V_0;
int32_t L_20;
L_20 = SimpleCollator_FilterOptions_mE92B378C251252A64051EDB933B71BE24EE52CE2(__this, L_18, L_19, NULL);
V_7 = L_20;
int32_t L_21 = V_7;
uint8_t L_22;
L_22 = SimpleCollator_Category_m22903A606A470F92300513060587DF33ECB95309(__this, L_21, NULL);
V_8 = L_22;
uint8_t L_23 = V_8;
if ((!(((uint32_t)L_23) == ((uint32_t)1))))
{
goto IL_0072;
}
}
{
int32_t L_24 = V_7;
uint8_t L_25;
L_25 = SimpleCollator_Level2_m6354F0CA1939D40CC1E400494382D7D3CE219EBC(__this, L_24, 0, NULL);
V_5 = L_25;
goto IL_00c9;
}
IL_0072:
{
int32_t L_26 = V_7;
int32_t L_27 = ___ext7;
int32_t L_28 = V_0;
int32_t L_29;
L_29 = SimpleCollator_FilterExtender_mAB7448D68BB6D66289428602916BA8265EBBAF65(__this, L_26, L_27, L_28, NULL);
V_4 = L_29;
uint8_t* L_30 = V_1;
uint8_t L_31 = V_8;
*((int8_t*)L_30) = (int8_t)L_31;
uint8_t* L_32 = V_1;
int32_t L_33 = V_4;
uint8_t L_34;
L_34 = SimpleCollator_Level1_m4008243B3E16594F5B3384E35D9413D8A82459C7(__this, L_33, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_32, 1))) = (int8_t)L_34;
bool L_35 = V_2;
if (L_35)
{
goto IL_00a0;
}
}
{
uint8_t* L_36 = V_1;
int32_t L_37 = V_4;
int32_t L_38 = ___ext7;
uint8_t L_39;
L_39 = SimpleCollator_Level2_m6354F0CA1939D40CC1E400494382D7D3CE219EBC(__this, L_37, L_38, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_36, 2))) = (int8_t)L_39;
}
IL_00a0:
{
uint8_t* L_40 = V_1;
int32_t L_41 = V_4;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t L_42;
L_42 = MSCompatUnicodeTable_Level3_mEB25D2A4C81C790FE99CB2C14AB1330CE199EC84(L_41, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_40, 3))) = (int8_t)L_42;
int32_t L_43 = ___ext7;
if ((((int32_t)L_43) == ((int32_t)3)))
{
goto IL_00d4;
}
}
{
uint8_t L_44 = V_5;
if (!L_44)
{
goto IL_00d4;
}
}
{
uint8_t* L_45 = V_1;
uint8_t* L_46 = V_1;
int32_t L_47 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_46, 2)));
G_B12_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_45, 2));
if (!L_47)
{
G_B13_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_45, 2));
goto IL_00c1;
}
}
{
uint8_t L_48 = V_5;
G_B14_0 = ((int32_t)(L_48));
G_B14_1 = G_B12_0;
goto IL_00c6;
}
IL_00c1:
{
uint8_t L_49 = V_5;
G_B14_0 = ((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_49, 2)));
G_B14_1 = G_B13_0;
}
IL_00c6:
{
*((int8_t*)G_B14_1) = (int8_t)G_B14_0;
goto IL_00d4;
}
IL_00c9:
{
int32_t L_50 = V_6;
V_6 = ((int32_t)il2cpp_codegen_subtract(L_50, 1));
goto IL_002b;
}
IL_00d4:
{
int32_t* L_51 = ___idx1;
int32_t* L_52 = ___idx1;
int32_t L_53 = *((int32_t*)L_52);
*((int32_t*)L_51) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_53, 1));
}
IL_00da:
{
int32_t L_54 = ___ext7;
if (L_54)
{
goto IL_00eb;
}
}
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540** L_55 = ___ct8;
String_t* L_56 = ___s0;
int32_t* L_57 = ___idx1;
int32_t L_58 = *((int32_t*)L_57);
int32_t L_59 = ___end2;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_60;
L_60 = SimpleCollator_GetTailContraction_m9C3AD899404EEB2A61C0DA596E97CF81E62F4BC1(__this, L_56, L_58, L_59, NULL);
*((RuntimeObject**)L_55) = (RuntimeObject*)L_60;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_55, (void*)(RuntimeObject*)L_60);
}
IL_00eb:
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540** L_61 = ___ct8;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_62 = *((Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540**)L_61);
if (!L_62)
{
goto IL_0181;
}
}
{
int32_t* L_63 = ___idx1;
int32_t* L_64 = ___idx1;
int32_t L_65 = *((int32_t*)L_64);
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540** L_66 = ___ct8;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_67 = *((Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540**)L_66);
NullCheck(L_67);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_68 = L_67->___Source_1;
NullCheck(L_68);
*((int32_t*)L_63) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_65, ((int32_t)(((RuntimeArray*)L_68)->max_length))));
bool L_69 = ___noLv46;
if (L_69)
{
goto IL_0108;
}
}
{
return (bool)0;
}
IL_0108:
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540** L_70 = ___ct8;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_71 = *((Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540**)L_70);
NullCheck(L_71);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_72 = L_71->___SortKey_3;
if (!L_72)
{
goto IL_0142;
}
}
{
V_9 = 0;
goto IL_0128;
}
IL_0117:
{
uint8_t* L_73 = V_1;
int32_t L_74 = V_9;
uint8_t* L_75 = ___sortkey5;
int32_t L_76 = V_9;
int32_t L_77 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_75, L_76)));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_73, L_74))) = (int8_t)L_77;
int32_t L_78 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_78, 1));
}
IL_0128:
{
int32_t L_79 = V_9;
if ((((int32_t)L_79) < ((int32_t)4)))
{
goto IL_0117;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_80 = ___ctx9;
L_80->___PrevCode_5 = (-1);
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_81 = ___ctx9;
uint8_t* L_82 = V_1;
L_81->___PrevSortKey_6 = L_82;
goto IL_020c;
}
IL_0142:
{
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540** L_83 = ___ct8;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_84 = *((Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540**)L_83);
NullCheck(L_84);
String_t* L_85 = L_84->___Replacement_2;
NullCheck(L_85);
int32_t L_86;
L_86 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_85, NULL);
V_10 = ((int32_t)il2cpp_codegen_subtract(L_86, 1));
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540** L_87 = ___ct8;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_88 = *((Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540**)L_87);
NullCheck(L_88);
String_t* L_89 = L_88->___Replacement_2;
int32_t L_90 = V_10;
int32_t L_91 = V_10;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540** L_92 = ___ct8;
Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540* L_93 = *((Contraction_tAF10226C6FA2A0D9BE367AA4354E0145837F0540**)L_92);
NullCheck(L_93);
String_t* L_94 = L_93->___Replacement_2;
NullCheck(L_94);
int32_t L_95;
L_95 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_94, NULL);
uint8_t* L_96 = ___sortkey5;
int32_t L_97 = ___ti4;
bool L_98 = ___noLv46;
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_99 = ___ctx9;
int32_t L_100;
L_100 = SimpleCollator_LastIndexOfSortKey_mF2FE6FAA26A35DA855DC31B896359E439794B759(__this, L_89, L_90, L_91, L_95, L_96, L_97, L_98, L_99, NULL);
return (bool)((((int32_t)((((int32_t)0) > ((int32_t)L_100))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0181:
{
int32_t L_101 = ___ext7;
if (L_101)
{
goto IL_020c;
}
}
{
int32_t L_102 = V_4;
if ((((int32_t)L_102) >= ((int32_t)0)))
{
goto IL_019e;
}
}
{
String_t* L_103 = ___s0;
int32_t* L_104 = ___idx1;
int32_t L_105 = *((int32_t*)L_104);
NullCheck(L_103);
Il2CppChar L_106;
L_106 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_103, L_105, NULL);
int32_t L_107 = V_0;
int32_t L_108;
L_108 = SimpleCollator_FilterOptions_mE92B378C251252A64051EDB933B71BE24EE52CE2(__this, L_106, L_107, NULL);
V_4 = L_108;
}
IL_019e:
{
int32_t* L_109 = ___idx1;
int32_t* L_110 = ___idx1;
int32_t L_111 = *((int32_t*)L_110);
*((int32_t*)L_109) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_111, 1));
V_11 = (bool)0;
uint8_t* L_112 = V_1;
int32_t L_113 = V_4;
uint8_t L_114;
L_114 = SimpleCollator_Category_m22903A606A470F92300513060587DF33ECB95309(__this, L_113, NULL);
*((int8_t*)L_112) = (int8_t)L_114;
uint8_t* L_115 = V_1;
int32_t L_116 = *((uint8_t*)L_115);
uint8_t* L_117 = ___sortkey5;
int32_t L_118 = *((uint8_t*)L_117);
if ((!(((uint32_t)L_116) == ((uint32_t)L_118))))
{
goto IL_01c6;
}
}
{
uint8_t* L_119 = V_1;
int32_t L_120 = V_4;
uint8_t L_121;
L_121 = SimpleCollator_Level1_m4008243B3E16594F5B3384E35D9413D8A82459C7(__this, L_120, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_119, 1))) = (int8_t)L_121;
goto IL_01c9;
}
IL_01c6:
{
V_11 = (bool)1;
}
IL_01c9:
{
bool L_122 = V_2;
if (L_122)
{
goto IL_01e7;
}
}
{
uint8_t* L_123 = V_1;
int32_t L_124 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_123, 1)));
uint8_t* L_125 = ___sortkey5;
int32_t L_126 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_125, 1)));
if ((!(((uint32_t)L_124) == ((uint32_t)L_126))))
{
goto IL_01e7;
}
}
{
uint8_t* L_127 = V_1;
int32_t L_128 = V_4;
int32_t L_129 = ___ext7;
uint8_t L_130;
L_130 = SimpleCollator_Level2_m6354F0CA1939D40CC1E400494382D7D3CE219EBC(__this, L_128, L_129, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_127, 2))) = (int8_t)L_130;
goto IL_01ed;
}
IL_01e7:
{
bool L_131 = V_2;
if (L_131)
{
goto IL_01ed;
}
}
{
V_11 = (bool)1;
}
IL_01ed:
{
bool L_132 = V_11;
if (!L_132)
{
goto IL_01f3;
}
}
{
return (bool)0;
}
IL_01f3:
{
uint8_t* L_133 = V_1;
int32_t L_134 = V_4;
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
uint8_t L_135;
L_135 = MSCompatUnicodeTable_Level3_mEB25D2A4C81C790FE99CB2C14AB1330CE199EC84(L_134, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_133, 3))) = (int8_t)L_135;
uint8_t* L_136 = V_1;
int32_t L_137 = *((uint8_t*)L_136);
if ((((int32_t)L_137) == ((int32_t)1)))
{
goto IL_020c;
}
}
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* L_138 = ___ctx9;
int32_t L_139 = V_4;
L_138->___PrevCode_5 = L_139;
}
IL_020c:
{
int32_t L_140 = ___ext7;
if (L_140)
{
goto IL_025b;
}
}
{
int32_t L_141 = V_3;
V_12 = ((int32_t)il2cpp_codegen_add(L_141, 1));
goto IL_0255;
}
IL_0217:
{
String_t* L_142 = ___s0;
int32_t L_143 = V_12;
NullCheck(L_142);
Il2CppChar L_144;
L_144 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_142, L_143, NULL);
uint8_t L_145;
L_145 = SimpleCollator_Category_m22903A606A470F92300513060587DF33ECB95309(__this, L_144, NULL);
if ((!(((uint32_t)L_145) == ((uint32_t)1))))
{
goto IL_025b;
}
}
{
bool L_146 = V_2;
if (L_146)
{
goto IL_024f;
}
}
{
uint8_t* L_147 = V_1;
int32_t L_148 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_147, 2)));
if (L_148)
{
goto IL_0236;
}
}
{
uint8_t* L_149 = V_1;
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_149, 2))) = (int8_t)2;
}
IL_0236:
{
uint8_t* L_150 = V_1;
uint8_t* L_151 = V_1;
int32_t L_152 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_151, 2)));
String_t* L_153 = ___s0;
int32_t L_154 = V_12;
NullCheck(L_153);
Il2CppChar L_155;
L_155 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_153, L_154, NULL);
uint8_t L_156;
L_156 = SimpleCollator_Level2_m6354F0CA1939D40CC1E400494382D7D3CE219EBC(__this, L_155, 0, NULL);
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_150, 2))) = (int8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(L_152, (int32_t)L_156)));
}
IL_024f:
{
int32_t L_157 = V_12;
V_12 = ((int32_t)il2cpp_codegen_add(L_157, 1));
}
IL_0255:
{
int32_t L_158 = V_12;
int32_t L_159 = ___orgStart3;
if ((((int32_t)L_158) < ((int32_t)L_159)))
{
goto IL_0217;
}
}
IL_025b:
{
int32_t L_160 = V_0;
uint8_t* L_161 = V_1;
int32_t L_162 = V_4;
int32_t L_163 = ___ext7;
uint8_t* L_164 = ___sortkey5;
int32_t L_165 = ___ti4;
bool L_166 = ___noLv46;
bool L_167;
L_167 = SimpleCollator_MatchesPrimitive_m561EAF65597A2D0896CAA2DCF33992A2531A490E(__this, L_160, L_161, L_162, L_163, L_164, L_165, L_166, NULL);
return L_167;
}
}
// System.Void Mono.Globalization.Unicode.SimpleCollator::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator__cctor_mF431A2543BE3CB971EA5399A566340AAD3734149 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D* L_1 = (SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D*)il2cpp_codegen_object_new(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var);
NullCheck(L_1);
SimpleCollator__ctor_m457B2E914BEC0BB426FFE60448571037A0F3C499(L_1, L_0, NULL);
((SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_StaticFields*)il2cpp_codegen_static_fields_for(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var))->___invariant_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_StaticFields*)il2cpp_codegen_static_fields_for(SimpleCollator_t701E438CB72A78D06CCC83F129BCF57769A5939D_il2cpp_TypeInfo_var))->___invariant_0), (void*)L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Globalization.Unicode.SimpleCollator/Context::.ctor(System.Globalization.CompareOptions,System.Byte*,System.Byte*,System.Byte*,System.Byte*,System.Byte*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Context__ctor_m70A4A39D3B8B6ED37176CABC4DD2C026FDF97B5A (Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* __this, int32_t ___opt0, uint8_t* ___alwaysMatchFlags1, uint8_t* ___neverMatchFlags2, uint8_t* ___buffer13, uint8_t* ___buffer24, uint8_t* ___prev15, const RuntimeMethod* method)
{
{
int32_t L_0 = ___opt0;
__this->___Option_0 = L_0;
uint8_t* L_1 = ___alwaysMatchFlags1;
__this->___AlwaysMatchFlags_2 = L_1;
uint8_t* L_2 = ___neverMatchFlags2;
__this->___NeverMatchFlags_1 = L_2;
uint8_t* L_3 = ___buffer13;
__this->___Buffer1_3 = L_3;
uint8_t* L_4 = ___buffer24;
__this->___Buffer2_4 = L_4;
uint8_t* L_5 = ___prev15;
__this->___PrevSortKey_6 = L_5;
__this->___PrevCode_5 = (-1);
return;
}
}
IL2CPP_EXTERN_C void Context__ctor_m70A4A39D3B8B6ED37176CABC4DD2C026FDF97B5A_AdjustorThunk (RuntimeObject* __this, int32_t ___opt0, uint8_t* ___alwaysMatchFlags1, uint8_t* ___neverMatchFlags2, uint8_t* ___buffer13, uint8_t* ___buffer24, uint8_t* ___prev15, const RuntimeMethod* method)
{
Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Context_tD15AE54D147D83573FFCE185D3D3A64A3C75E7BE*>(__this + _offset);
Context__ctor_m70A4A39D3B8B6ED37176CABC4DD2C026FDF97B5A(_thisAdjusted, ___opt0, ___alwaysMatchFlags1, ___neverMatchFlags2, ___buffer13, ___buffer24, ___prev15, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Globalization.Unicode.SimpleCollator/PreviousInfo::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PreviousInfo__ctor_m78ED776E41CA06EB8EBAB9C0997C04B8D22AB18E (PreviousInfo_t4E178296147ACBF0CEBE0A60D25D2AF0C9D5A103* __this, bool ___dummy0, const RuntimeMethod* method)
{
{
__this->___Code_0 = (-1);
__this->___SortKey_1 = (uint8_t*)((uintptr_t)0);
return;
}
}
IL2CPP_EXTERN_C void PreviousInfo__ctor_m78ED776E41CA06EB8EBAB9C0997C04B8D22AB18E_AdjustorThunk (RuntimeObject* __this, bool ___dummy0, const RuntimeMethod* method)
{
PreviousInfo_t4E178296147ACBF0CEBE0A60D25D2AF0C9D5A103* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PreviousInfo_t4E178296147ACBF0CEBE0A60D25D2AF0C9D5A103*>(__this + _offset);
PreviousInfo__ctor_m78ED776E41CA06EB8EBAB9C0997C04B8D22AB18E(_thisAdjusted, ___dummy0, 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
// Conversion methods for marshalling of: Mono.Globalization.Unicode.SimpleCollator/Escape
IL2CPP_EXTERN_C void Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178_marshal_pinvoke(const Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178& unmarshaled, Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178_marshaled_pinvoke& marshaled)
{
marshaled.___Source_0 = il2cpp_codegen_marshal_string(unmarshaled.___Source_0);
marshaled.___Index_1 = unmarshaled.___Index_1;
marshaled.___Start_2 = unmarshaled.___Start_2;
marshaled.___End_3 = unmarshaled.___End_3;
marshaled.___Optional_4 = unmarshaled.___Optional_4;
}
IL2CPP_EXTERN_C void Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178_marshal_pinvoke_back(const Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178_marshaled_pinvoke& marshaled, Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178& unmarshaled)
{
unmarshaled.___Source_0 = il2cpp_codegen_marshal_string_result(marshaled.___Source_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___Source_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___Source_0));
int32_t unmarshaledIndex_temp_1 = 0;
unmarshaledIndex_temp_1 = marshaled.___Index_1;
unmarshaled.___Index_1 = unmarshaledIndex_temp_1;
int32_t unmarshaledStart_temp_2 = 0;
unmarshaledStart_temp_2 = marshaled.___Start_2;
unmarshaled.___Start_2 = unmarshaledStart_temp_2;
int32_t unmarshaledEnd_temp_3 = 0;
unmarshaledEnd_temp_3 = marshaled.___End_3;
unmarshaled.___End_3 = unmarshaledEnd_temp_3;
int32_t unmarshaledOptional_temp_4 = 0;
unmarshaledOptional_temp_4 = marshaled.___Optional_4;
unmarshaled.___Optional_4 = unmarshaledOptional_temp_4;
}
// Conversion method for clean up from marshalling of: Mono.Globalization.Unicode.SimpleCollator/Escape
IL2CPP_EXTERN_C void Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178_marshal_pinvoke_cleanup(Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___Source_0);
marshaled.___Source_0 = NULL;
}
// Conversion methods for marshalling of: Mono.Globalization.Unicode.SimpleCollator/Escape
IL2CPP_EXTERN_C void Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178_marshal_com(const Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178& unmarshaled, Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178_marshaled_com& marshaled)
{
marshaled.___Source_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___Source_0);
marshaled.___Index_1 = unmarshaled.___Index_1;
marshaled.___Start_2 = unmarshaled.___Start_2;
marshaled.___End_3 = unmarshaled.___End_3;
marshaled.___Optional_4 = unmarshaled.___Optional_4;
}
IL2CPP_EXTERN_C void Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178_marshal_com_back(const Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178_marshaled_com& marshaled, Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178& unmarshaled)
{
unmarshaled.___Source_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___Source_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___Source_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___Source_0));
int32_t unmarshaledIndex_temp_1 = 0;
unmarshaledIndex_temp_1 = marshaled.___Index_1;
unmarshaled.___Index_1 = unmarshaledIndex_temp_1;
int32_t unmarshaledStart_temp_2 = 0;
unmarshaledStart_temp_2 = marshaled.___Start_2;
unmarshaled.___Start_2 = unmarshaledStart_temp_2;
int32_t unmarshaledEnd_temp_3 = 0;
unmarshaledEnd_temp_3 = marshaled.___End_3;
unmarshaled.___End_3 = unmarshaledEnd_temp_3;
int32_t unmarshaledOptional_temp_4 = 0;
unmarshaledOptional_temp_4 = marshaled.___Optional_4;
unmarshaled.___Optional_4 = unmarshaledOptional_temp_4;
}
// Conversion method for clean up from marshalling of: Mono.Globalization.Unicode.SimpleCollator/Escape
IL2CPP_EXTERN_C void Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178_marshal_com_cleanup(Escape_tBDF8B9DE3CB50EC7389A1FCAD8AE65F6AA289178_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___Source_0);
marshaled.___Source_0 = NULL;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer__ctor_m44124385B07E9C713EE6C0CEECA51C4A4200E6FE (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, int32_t ___lcid0, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_Reset_mAE7016EB08B676BDA41F9B85ACB485E4CE9B7BF1 (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = 0;
V_0 = L_0;
__this->___l5_16 = L_0;
int32_t L_1 = V_0;
int32_t L_2 = L_1;
V_0 = L_2;
__this->___l4w_15 = L_2;
int32_t L_3 = V_0;
int32_t L_4 = L_3;
V_0 = L_4;
__this->___l4k_14 = L_4;
int32_t L_5 = V_0;
int32_t L_6 = L_5;
V_0 = L_6;
__this->___l4t_13 = L_6;
int32_t L_7 = V_0;
int32_t L_8 = L_7;
V_0 = L_8;
__this->___l4s_12 = L_8;
int32_t L_9 = V_0;
int32_t L_10 = L_9;
V_0 = L_10;
__this->___l3_11 = L_10;
int32_t L_11 = V_0;
int32_t L_12 = L_11;
V_0 = L_12;
__this->___l2_10 = L_12;
int32_t L_13 = V_0;
__this->___l1_9 = L_13;
__this->___frenchSorted_21 = (bool)0;
return;
}
}
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::Initialize(System.Globalization.CompareOptions,System.Int32,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_Initialize_m4F998BC86CA746C8C3DEAC8D47D17FD2B5537C39 (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, int32_t ___options0, int32_t ___lcid1, String_t* ___s2, bool ___frenchSort3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
String_t* L_0 = ___s2;
__this->___source_8 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___source_8), (void*)L_0);
int32_t L_1 = ___lcid1;
__this->___lcid_17 = L_1;
int32_t L_2 = ___options0;
__this->___options_18 = L_2;
String_t* L_3 = ___s2;
NullCheck(L_3);
int32_t L_4;
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
V_0 = L_4;
int32_t L_5 = ___options0;
__this->___processLevel2_19 = (bool)((((int32_t)((int32_t)((int32_t)L_5&2))) == ((int32_t)0))? 1 : 0);
bool L_6 = ___frenchSort3;
__this->___frenchSort_20 = L_6;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = __this->___l1b_0;
if (!L_7)
{
goto IL_0043;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = __this->___l1b_0;
NullCheck(L_8);
int32_t L_9 = V_0;
if ((((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))) >= ((int32_t)L_9)))
{
goto IL_0054;
}
}
IL_0043:
{
int32_t L_10 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_10, 2)), ((int32_t)10))));
__this->___l1b_0 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___l1b_0), (void*)L_11);
}
IL_0054:
{
bool L_12 = __this->___processLevel2_19;
if (!L_12)
{
goto IL_007e;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = __this->___l2b_1;
if (!L_13)
{
goto IL_006f;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = __this->___l2b_1;
NullCheck(L_14);
int32_t L_15 = V_0;
if ((((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))) >= ((int32_t)L_15)))
{
goto IL_007e;
}
}
IL_006f:
{
int32_t L_16 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_16, ((int32_t)10))));
__this->___l2b_1 = L_17;
Il2CppCodeGenWriteBarrier((void**)(&__this->___l2b_1), (void*)L_17);
}
IL_007e:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = __this->___l3b_2;
if (!L_18)
{
goto IL_0091;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = __this->___l3b_2;
NullCheck(L_19);
int32_t L_20 = V_0;
if ((((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))) >= ((int32_t)L_20)))
{
goto IL_00a0;
}
}
IL_0091:
{
int32_t L_21 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_21, ((int32_t)10))));
__this->___l3b_2 = L_22;
Il2CppCodeGenWriteBarrier((void**)(&__this->___l3b_2), (void*)L_22);
}
IL_00a0:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = __this->___l4sb_3;
if (L_23)
{
goto IL_00b5;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10));
__this->___l4sb_3 = L_24;
Il2CppCodeGenWriteBarrier((void**)(&__this->___l4sb_3), (void*)L_24);
}
IL_00b5:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_25 = __this->___l4tb_4;
if (L_25)
{
goto IL_00ca;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10));
__this->___l4tb_4 = L_26;
Il2CppCodeGenWriteBarrier((void**)(&__this->___l4tb_4), (void*)L_26);
}
IL_00ca:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = __this->___l4kb_5;
if (L_27)
{
goto IL_00df;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10));
__this->___l4kb_5 = L_28;
Il2CppCodeGenWriteBarrier((void**)(&__this->___l4kb_5), (void*)L_28);
}
IL_00df:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29 = __this->___l4wb_6;
if (L_29)
{
goto IL_00f4;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10));
__this->___l4wb_6 = L_30;
Il2CppCodeGenWriteBarrier((void**)(&__this->___l4wb_6), (void*)L_30);
}
IL_00f4:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_31 = __this->___l5b_7;
if (L_31)
{
goto IL_0109;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10));
__this->___l5b_7 = L_32;
Il2CppCodeGenWriteBarrier((void**)(&__this->___l5b_7), (void*)L_32);
}
IL_0109:
{
return;
}
}
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendCJKExtension(System.Byte,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendCJKExtension_m64F33BC8021B4D895B765F7BC34723B1341F0A15 (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, uint8_t ___lv1msb0, uint8_t ___lv1lsb1, const RuntimeMethod* method)
{
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_0 = (&__this->___l1b_0);
int32_t* L_1 = (&__this->___l1_9);
SortKeyBuffer_AppendBufferPrimitive_mE7C5844B149DE19732C96F5540CD43B4B166BB99(__this, (uint8_t)((int32_t)254), L_0, L_1, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_2 = (&__this->___l1b_0);
int32_t* L_3 = (&__this->___l1_9);
SortKeyBuffer_AppendBufferPrimitive_mE7C5844B149DE19732C96F5540CD43B4B166BB99(__this, (uint8_t)((int32_t)255), L_2, L_3, NULL);
uint8_t L_4 = ___lv1msb0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_5 = (&__this->___l1b_0);
int32_t* L_6 = (&__this->___l1_9);
SortKeyBuffer_AppendBufferPrimitive_mE7C5844B149DE19732C96F5540CD43B4B166BB99(__this, L_4, L_5, L_6, NULL);
uint8_t L_7 = ___lv1lsb1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_8 = (&__this->___l1b_0);
int32_t* L_9 = (&__this->___l1_9);
SortKeyBuffer_AppendBufferPrimitive_mE7C5844B149DE19732C96F5540CD43B4B166BB99(__this, L_7, L_8, L_9, NULL);
bool L_10 = __this->___processLevel2_19;
if (!L_10)
{
goto IL_006f;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_11 = (&__this->___l2b_1);
int32_t* L_12 = (&__this->___l2_10);
SortKeyBuffer_AppendBufferPrimitive_mE7C5844B149DE19732C96F5540CD43B4B166BB99(__this, (uint8_t)2, L_11, L_12, NULL);
}
IL_006f:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_13 = (&__this->___l3b_2);
int32_t* L_14 = (&__this->___l3_11);
SortKeyBuffer_AppendBufferPrimitive_mE7C5844B149DE19732C96F5540CD43B4B166BB99(__this, (uint8_t)2, L_13, L_14, NULL);
return;
}
}
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendKana(System.Byte,System.Byte,System.Byte,System.Byte,System.Boolean,System.Byte,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendKana_m18A005FE17B519E36265D20FD12EFFE99E5132F9 (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, uint8_t ___category0, uint8_t ___lv11, uint8_t ___lv22, uint8_t ___lv33, bool ___isSmallKana4, uint8_t ___markType5, bool ___isKatakana6, bool ___isHalfWidth7, const RuntimeMethod* method)
{
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* G_B2_0 = NULL;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* G_B3_1 = NULL;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* G_B5_0 = NULL;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* G_B6_1 = NULL;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* G_B8_0 = NULL;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* G_B7_0 = NULL;
int32_t G_B9_0 = 0;
SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* G_B9_1 = NULL;
{
uint8_t L_0 = ___category0;
uint8_t L_1 = ___lv11;
uint8_t L_2 = ___lv22;
uint8_t L_3 = ___lv33;
SortKeyBuffer_AppendNormal_m27FD4478DCD42D4978D63021B5AF164B22D73AE4(__this, L_0, L_1, L_2, L_3, NULL);
bool L_4 = ___isSmallKana4;
G_B1_0 = __this;
if (L_4)
{
G_B2_0 = __this;
goto IL_0017;
}
}
{
G_B3_0 = ((int32_t)228);
G_B3_1 = G_B1_0;
goto IL_001c;
}
IL_0017:
{
G_B3_0 = ((int32_t)196);
G_B3_1 = G_B2_0;
}
IL_001c:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_5 = (&__this->___l4sb_3);
int32_t* L_6 = (&__this->___l4s_12);
NullCheck(G_B3_1);
SortKeyBuffer_AppendBufferPrimitive_mE7C5844B149DE19732C96F5540CD43B4B166BB99(G_B3_1, (uint8_t)((int32_t)(uint8_t)G_B3_0), L_5, L_6, NULL);
uint8_t L_7 = ___markType5;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_8 = (&__this->___l4tb_4);
int32_t* L_9 = (&__this->___l4t_13);
SortKeyBuffer_AppendBufferPrimitive_mE7C5844B149DE19732C96F5540CD43B4B166BB99(__this, L_7, L_8, L_9, NULL);
bool L_10 = ___isKatakana6;
G_B4_0 = __this;
if (L_10)
{
G_B5_0 = __this;
goto IL_004e;
}
}
{
G_B6_0 = ((int32_t)228);
G_B6_1 = G_B4_0;
goto IL_0053;
}
IL_004e:
{
G_B6_0 = ((int32_t)196);
G_B6_1 = G_B5_0;
}
IL_0053:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_11 = (&__this->___l4kb_5);
int32_t* L_12 = (&__this->___l4k_14);
NullCheck(G_B6_1);
SortKeyBuffer_AppendBufferPrimitive_mE7C5844B149DE19732C96F5540CD43B4B166BB99(G_B6_1, (uint8_t)((int32_t)(uint8_t)G_B6_0), L_11, L_12, NULL);
bool L_13 = ___isHalfWidth7;
G_B7_0 = __this;
if (L_13)
{
G_B8_0 = __this;
goto IL_0071;
}
}
{
G_B9_0 = ((int32_t)228);
G_B9_1 = G_B7_0;
goto IL_0076;
}
IL_0071:
{
G_B9_0 = ((int32_t)196);
G_B9_1 = G_B8_0;
}
IL_0076:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_14 = (&__this->___l4wb_6);
int32_t* L_15 = (&__this->___l4w_15);
NullCheck(G_B9_1);
SortKeyBuffer_AppendBufferPrimitive_mE7C5844B149DE19732C96F5540CD43B4B166BB99(G_B9_1, (uint8_t)((int32_t)(uint8_t)G_B9_0), L_14, L_15, NULL);
return;
}
}
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendNormal(System.Byte,System.Byte,System.Byte,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendNormal_m27FD4478DCD42D4978D63021B5AF164B22D73AE4 (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, uint8_t ___category0, uint8_t ___lv11, uint8_t ___lv22, uint8_t ___lv33, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
uint8_t L_0 = ___lv22;
if (L_0)
{
goto IL_0006;
}
}
{
___lv22 = (uint8_t)2;
}
IL_0006:
{
uint8_t L_1 = ___lv33;
if (L_1)
{
goto IL_000d;
}
}
{
___lv33 = (uint8_t)2;
}
IL_000d:
{
uint8_t L_2 = ___category0;
if ((!(((uint32_t)L_2) == ((uint32_t)6))))
{
goto IL_0028;
}
}
{
int32_t L_3 = __this->___options_18;
if (((int32_t)((int32_t)L_3&((int32_t)536870912))))
{
goto IL_0028;
}
}
{
uint8_t L_4 = ___category0;
uint8_t L_5 = ___lv11;
SortKeyBuffer_AppendLevel5_m43A602E98AD77ECF099203FFBD5EB25150A97263(__this, L_4, L_5, NULL);
return;
}
IL_0028:
{
bool L_6 = __this->___processLevel2_19;
if (!L_6)
{
goto IL_0074;
}
}
{
uint8_t L_7 = ___category0;
if ((!(((uint32_t)L_7) == ((uint32_t)1))))
{
goto IL_0074;
}
}
{
int32_t L_8 = __this->___l1_9;
if ((((int32_t)L_8) <= ((int32_t)0)))
{
goto IL_0074;
}
}
{
uint8_t L_9 = ___lv22;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = __this->___l2b_1;
int32_t L_11 = __this->___l2_10;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_11, 1));
int32_t L_12 = V_0;
__this->___l2_10 = L_12;
int32_t L_13 = V_0;
NullCheck(L_10);
int32_t L_14 = L_13;
uint8_t L_15 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
___lv22 = (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_15)));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = __this->___l3b_2;
int32_t L_17 = __this->___l3_11;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_17, 1));
int32_t L_18 = V_0;
__this->___l3_11 = L_18;
int32_t L_19 = V_0;
NullCheck(L_16);
int32_t L_20 = L_19;
uint8_t L_21 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
___lv33 = L_21;
}
IL_0074:
{
uint8_t L_22 = ___category0;
if ((((int32_t)L_22) == ((int32_t)1)))
{
goto IL_009e;
}
}
{
uint8_t L_23 = ___category0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_24 = (&__this->___l1b_0);
int32_t* L_25 = (&__this->___l1_9);
SortKeyBuffer_AppendBufferPrimitive_mE7C5844B149DE19732C96F5540CD43B4B166BB99(__this, L_23, L_24, L_25, NULL);
uint8_t L_26 = ___lv11;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_27 = (&__this->___l1b_0);
int32_t* L_28 = (&__this->___l1_9);
SortKeyBuffer_AppendBufferPrimitive_mE7C5844B149DE19732C96F5540CD43B4B166BB99(__this, L_26, L_27, L_28, NULL);
}
IL_009e:
{
bool L_29 = __this->___processLevel2_19;
if (!L_29)
{
goto IL_00b9;
}
}
{
uint8_t L_30 = ___lv22;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_31 = (&__this->___l2b_1);
int32_t* L_32 = (&__this->___l2_10);
SortKeyBuffer_AppendBufferPrimitive_mE7C5844B149DE19732C96F5540CD43B4B166BB99(__this, L_30, L_31, L_32, NULL);
}
IL_00b9:
{
uint8_t L_33 = ___lv33;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_34 = (&__this->___l3b_2);
int32_t* L_35 = (&__this->___l3_11);
SortKeyBuffer_AppendBufferPrimitive_mE7C5844B149DE19732C96F5540CD43B4B166BB99(__this, L_33, L_34, L_35, NULL);
return;
}
}
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendLevel5(System.Byte,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendLevel5_m43A602E98AD77ECF099203FFBD5EB25150A97263 (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, uint8_t ___category0, uint8_t ___lv11, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->___l2_10;
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_add(L_0, 1))%((int32_t)8192)));
int32_t L_1 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_2 = (&__this->___l5b_7);
int32_t* L_3 = (&__this->___l5_16);
SortKeyBuffer_AppendBufferPrimitive_mE7C5844B149DE19732C96F5540CD43B4B166BB99(__this, (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)(L_1/((int32_t)64))), ((int32_t)128)))), L_2, L_3, NULL);
int32_t L_4 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_5 = (&__this->___l5b_7);
int32_t* L_6 = (&__this->___l5_16);
SortKeyBuffer_AppendBufferPrimitive_mE7C5844B149DE19732C96F5540CD43B4B166BB99(__this, (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)(L_4%((int32_t)64))), 4)), 3))), L_5, L_6, NULL);
uint8_t L_7 = ___category0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_8 = (&__this->___l5b_7);
int32_t* L_9 = (&__this->___l5_16);
SortKeyBuffer_AppendBufferPrimitive_mE7C5844B149DE19732C96F5540CD43B4B166BB99(__this, L_7, L_8, L_9, NULL);
uint8_t L_10 = ___lv11;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_11 = (&__this->___l5b_7);
int32_t* L_12 = (&__this->___l5_16);
SortKeyBuffer_AppendBufferPrimitive_mE7C5844B149DE19732C96F5540CD43B4B166BB99(__this, L_10, L_11, L_12, NULL);
return;
}
}
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendBufferPrimitive(System.Byte,System.Byte[]&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendBufferPrimitive_mE7C5844B149DE19732C96F5540CD43B4B166BB99 (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, uint8_t ___value0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** ___buf1, int32_t* ___bidx2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_0 = ___buf1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = *((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031**)L_0);
int32_t* L_2 = ___bidx2;
int32_t* L_3 = ___bidx2;
int32_t L_4 = *((int32_t*)L_3);
V_0 = L_4;
int32_t L_5 = V_0;
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add(L_5, 1));
int32_t L_6 = V_0;
uint8_t L_7 = ___value0;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (uint8_t)L_7);
int32_t* L_8 = ___bidx2;
int32_t L_9 = *((int32_t*)L_8);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_10 = ___buf1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = *((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031**)L_10);
NullCheck(L_11);
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))))))
{
goto IL_002e;
}
}
{
int32_t* L_12 = ___bidx2;
int32_t L_13 = *((int32_t*)L_12);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(L_13, 2)));
V_1 = L_14;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_15 = ___buf1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = *((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031**)L_15);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = V_1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_18 = ___buf1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = *((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031**)L_18);
NullCheck(L_19);
Array_Copy_m4239F97ECC23A71F4191B8722362A1AA38E2E98F((RuntimeArray*)L_16, (RuntimeArray*)L_17, ((int32_t)(((RuntimeArray*)L_19)->max_length)), NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_20 = ___buf1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = V_1;
*((RuntimeObject**)L_20) = (RuntimeObject*)L_21;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_20, (void*)(RuntimeObject*)L_21);
}
IL_002e:
{
return;
}
}
// System.Globalization.SortKey Mono.Globalization.Unicode.SortKeyBuffer::GetResultAndReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740* SortKeyBuffer_GetResultAndReset_m3F0C22EAE5F965F5B9E82649F754847BF5593AFD (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, const RuntimeMethod* method)
{
{
SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740* L_0;
L_0 = SortKeyBuffer_GetResult_m30B9014A75D75E2FEFA2957089E273851C493794(__this, NULL);
SortKeyBuffer_Reset_mAE7016EB08B676BDA41F9B85ACB485E4CE9B7BF1(__this, NULL);
return L_0;
}
}
// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::GetOptimizedLength(System.Byte[],System.Int32,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SortKeyBuffer_GetOptimizedLength_mEB37B3DAFE55CE8199DD8B14DC3198249D93EC95 (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___data0, int32_t ___len1, uint8_t ___defaultValue2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
V_0 = (-1);
V_1 = 0;
goto IL_0012;
}
IL_0006:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___data0;
int32_t L_1 = V_1;
NullCheck(L_0);
int32_t L_2 = L_1;
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
uint8_t L_4 = ___defaultValue2;
if ((((int32_t)L_3) == ((int32_t)L_4)))
{
goto IL_000e;
}
}
{
int32_t L_5 = V_1;
V_0 = L_5;
}
IL_000e:
{
int32_t L_6 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_6, 1));
}
IL_0012:
{
int32_t L_7 = V_1;
int32_t L_8 = ___len1;
if ((((int32_t)L_7) < ((int32_t)L_8)))
{
goto IL_0006;
}
}
{
int32_t L_9 = V_0;
return ((int32_t)il2cpp_codegen_add(L_9, 1));
}
}
// System.Globalization.SortKey Mono.Globalization.Unicode.SortKeyBuffer::GetResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740* SortKeyBuffer_GetResult_m30B9014A75D75E2FEFA2957089E273851C493794 (SortKeyBuffer_t1B22E86F4DDDE0CED3278657DDCAA823469E524A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Reverse_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m85EDFBEE5D82D7F502797E4EC74C3328315C5186_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t G_B12_0 = 0;
int32_t G_B11_0 = 0;
int32_t G_B14_0 = 0;
int32_t G_B13_0 = 0;
int32_t G_B16_0 = 0;
int32_t G_B15_0 = 0;
{
String_t* L_0 = __this->___source_8;
NullCheck(L_0);
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
if (L_1)
{
goto IL_0033;
}
}
{
int32_t L_2 = __this->___lcid_17;
String_t* L_3 = __this->___source_8;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)0);
int32_t L_5 = __this->___options_18;
SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740* L_6 = (SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740*)il2cpp_codegen_object_new(SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740_il2cpp_TypeInfo_var);
NullCheck(L_6);
SortKey__ctor_m17EC2276AE294AA8397E51FDCC4B89BF367EC7A5(L_6, L_2, L_3, L_4, L_5, 0, 0, 0, 0, 0, 0, 0, 0, NULL);
return L_6;
}
IL_0033:
{
bool L_7 = __this->___frenchSort_20;
if (!L_7)
{
goto IL_0082;
}
}
{
bool L_8 = __this->___frenchSorted_21;
if (L_8)
{
goto IL_0082;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = __this->___l2b_1;
if (!L_9)
{
goto IL_0082;
}
}
{
V_4 = 0;
goto IL_0061;
}
IL_0050:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = __this->___l2b_1;
int32_t L_11 = V_4;
NullCheck(L_10);
int32_t L_12 = L_11;
uint8_t L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
if (!L_13)
{
goto IL_006d;
}
}
{
int32_t L_14 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_14, 1));
}
IL_0061:
{
int32_t L_15 = V_4;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = __this->___l2b_1;
NullCheck(L_16);
if ((((int32_t)L_15) < ((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))
{
goto IL_0050;
}
}
IL_006d:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = __this->___l2b_1;
int32_t L_18 = V_4;
Array_Reverse_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m85EDFBEE5D82D7F502797E4EC74C3328315C5186(L_17, 0, L_18, Array_Reverse_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m85EDFBEE5D82D7F502797E4EC74C3328315C5186_RuntimeMethod_var);
__this->___frenchSorted_21 = (bool)1;
}
IL_0082:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = __this->___l2b_1;
int32_t L_20 = __this->___l2_10;
int32_t L_21;
L_21 = SortKeyBuffer_GetOptimizedLength_mEB37B3DAFE55CE8199DD8B14DC3198249D93EC95(__this, L_19, L_20, (uint8_t)2, NULL);
__this->___l2_10 = L_21;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = __this->___l3b_2;
int32_t L_23 = __this->___l3_11;
int32_t L_24;
L_24 = SortKeyBuffer_GetOptimizedLength_mEB37B3DAFE55CE8199DD8B14DC3198249D93EC95(__this, L_22, L_23, (uint8_t)2, NULL);
__this->___l3_11 = L_24;
int32_t L_25 = __this->___l4s_12;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = __this->___l4sb_3;
int32_t L_27 = __this->___l4s_12;
int32_t L_28;
L_28 = SortKeyBuffer_GetOptimizedLength_mEB37B3DAFE55CE8199DD8B14DC3198249D93EC95(__this, L_26, L_27, (uint8_t)((int32_t)228), NULL);
__this->___l4s_12 = L_28;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29 = __this->___l4tb_4;
int32_t L_30 = __this->___l4t_13;
int32_t L_31;
L_31 = SortKeyBuffer_GetOptimizedLength_mEB37B3DAFE55CE8199DD8B14DC3198249D93EC95(__this, L_29, L_30, (uint8_t)3, NULL);
__this->___l4t_13 = L_31;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = __this->___l4kb_5;
int32_t L_33 = __this->___l4k_14;
int32_t L_34;
L_34 = SortKeyBuffer_GetOptimizedLength_mEB37B3DAFE55CE8199DD8B14DC3198249D93EC95(__this, L_32, L_33, (uint8_t)((int32_t)228), NULL);
__this->___l4k_14 = L_34;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_35 = __this->___l4wb_6;
int32_t L_36 = __this->___l4w_15;
int32_t L_37;
L_37 = SortKeyBuffer_GetOptimizedLength_mEB37B3DAFE55CE8199DD8B14DC3198249D93EC95(__this, L_35, L_36, (uint8_t)((int32_t)228), NULL);
__this->___l4w_15 = L_37;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_38 = __this->___l5b_7;
int32_t L_39 = __this->___l5_16;
int32_t L_40;
L_40 = SortKeyBuffer_GetOptimizedLength_mEB37B3DAFE55CE8199DD8B14DC3198249D93EC95(__this, L_38, L_39, (uint8_t)2, NULL);
__this->___l5_16 = L_40;
int32_t L_41 = __this->___l1_9;
int32_t L_42 = __this->___l2_10;
int32_t L_43 = __this->___l3_11;
int32_t L_44 = __this->___l5_16;
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_41, L_42)), L_43)), L_44)), 5));
int32_t L_45 = __this->___l4s_12;
int32_t L_46 = __this->___l4t_13;
int32_t L_47 = __this->___l4k_14;
int32_t L_48 = __this->___l4w_15;
V_1 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_45, L_46)), L_47)), L_48));
int32_t L_49 = ((((int32_t)L_25) > ((int32_t)0))? 1 : 0);
G_B11_0 = L_49;
if (!L_49)
{
G_B12_0 = L_49;
goto IL_0189;
}
}
{
int32_t L_50 = V_0;
int32_t L_51 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add(L_50, ((int32_t)il2cpp_codegen_add(L_51, 4))));
G_B12_0 = G_B11_0;
}
IL_0189:
{
int32_t L_52 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_53 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_52);
V_2 = L_53;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_54 = __this->___l1b_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_55 = V_2;
int32_t L_56 = __this->___l1_9;
Array_Copy_m4239F97ECC23A71F4191B8722362A1AA38E2E98F((RuntimeArray*)L_54, (RuntimeArray*)L_55, L_56, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_57 = V_2;
int32_t L_58 = __this->___l1_9;
NullCheck(L_57);
(L_57)->SetAt(static_cast<il2cpp_array_size_t>(L_58), (uint8_t)1);
int32_t L_59 = __this->___l1_9;
V_3 = ((int32_t)il2cpp_codegen_add(L_59, 1));
int32_t L_60 = __this->___l2_10;
G_B13_0 = G_B12_0;
if ((((int32_t)L_60) <= ((int32_t)0)))
{
G_B14_0 = G_B12_0;
goto IL_01d1;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_61 = __this->___l2b_1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_62 = V_2;
int32_t L_63 = V_3;
int32_t L_64 = __this->___l2_10;
Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7((RuntimeArray*)L_61, 0, (RuntimeArray*)L_62, L_63, L_64, NULL);
G_B14_0 = G_B13_0;
}
IL_01d1:
{
int32_t L_65 = V_3;
int32_t L_66 = __this->___l2_10;
V_3 = ((int32_t)il2cpp_codegen_add(L_65, L_66));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_67 = V_2;
int32_t L_68 = V_3;
int32_t L_69 = L_68;
V_3 = ((int32_t)il2cpp_codegen_add(L_69, 1));
NullCheck(L_67);
(L_67)->SetAt(static_cast<il2cpp_array_size_t>(L_69), (uint8_t)1);
int32_t L_70 = __this->___l3_11;
G_B15_0 = G_B14_0;
if ((((int32_t)L_70) <= ((int32_t)0)))
{
G_B16_0 = G_B14_0;
goto IL_01ff;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_71 = __this->___l3b_2;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_72 = V_2;
int32_t L_73 = V_3;
int32_t L_74 = __this->___l3_11;
Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7((RuntimeArray*)L_71, 0, (RuntimeArray*)L_72, L_73, L_74, NULL);
G_B16_0 = G_B15_0;
}
IL_01ff:
{
int32_t L_75 = V_3;
int32_t L_76 = __this->___l3_11;
V_3 = ((int32_t)il2cpp_codegen_add(L_75, L_76));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_77 = V_2;
int32_t L_78 = V_3;
int32_t L_79 = L_78;
V_3 = ((int32_t)il2cpp_codegen_add(L_79, 1));
NullCheck(L_77);
(L_77)->SetAt(static_cast<il2cpp_array_size_t>(L_79), (uint8_t)1);
if (!G_B16_0)
{
goto IL_02b5;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_80 = __this->___l4sb_3;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_81 = V_2;
int32_t L_82 = V_3;
int32_t L_83 = __this->___l4s_12;
Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7((RuntimeArray*)L_80, 0, (RuntimeArray*)L_81, L_82, L_83, NULL);
int32_t L_84 = V_3;
int32_t L_85 = __this->___l4s_12;
V_3 = ((int32_t)il2cpp_codegen_add(L_84, L_85));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_86 = V_2;
int32_t L_87 = V_3;
int32_t L_88 = L_87;
V_3 = ((int32_t)il2cpp_codegen_add(L_88, 1));
NullCheck(L_86);
(L_86)->SetAt(static_cast<il2cpp_array_size_t>(L_88), (uint8_t)((int32_t)255));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_89 = __this->___l4tb_4;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_90 = V_2;
int32_t L_91 = V_3;
int32_t L_92 = __this->___l4t_13;
Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7((RuntimeArray*)L_89, 0, (RuntimeArray*)L_90, L_91, L_92, NULL);
int32_t L_93 = V_3;
int32_t L_94 = __this->___l4t_13;
V_3 = ((int32_t)il2cpp_codegen_add(L_93, L_94));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_95 = V_2;
int32_t L_96 = V_3;
int32_t L_97 = L_96;
V_3 = ((int32_t)il2cpp_codegen_add(L_97, 1));
NullCheck(L_95);
(L_95)->SetAt(static_cast<il2cpp_array_size_t>(L_97), (uint8_t)2);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_98 = __this->___l4kb_5;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_99 = V_2;
int32_t L_100 = V_3;
int32_t L_101 = __this->___l4k_14;
Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7((RuntimeArray*)L_98, 0, (RuntimeArray*)L_99, L_100, L_101, NULL);
int32_t L_102 = V_3;
int32_t L_103 = __this->___l4k_14;
V_3 = ((int32_t)il2cpp_codegen_add(L_102, L_103));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_104 = V_2;
int32_t L_105 = V_3;
int32_t L_106 = L_105;
V_3 = ((int32_t)il2cpp_codegen_add(L_106, 1));
NullCheck(L_104);
(L_104)->SetAt(static_cast<il2cpp_array_size_t>(L_106), (uint8_t)((int32_t)255));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_107 = __this->___l4wb_6;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_108 = V_2;
int32_t L_109 = V_3;
int32_t L_110 = __this->___l4w_15;
Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7((RuntimeArray*)L_107, 0, (RuntimeArray*)L_108, L_109, L_110, NULL);
int32_t L_111 = V_3;
int32_t L_112 = __this->___l4w_15;
V_3 = ((int32_t)il2cpp_codegen_add(L_111, L_112));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_113 = V_2;
int32_t L_114 = V_3;
int32_t L_115 = L_114;
V_3 = ((int32_t)il2cpp_codegen_add(L_115, 1));
NullCheck(L_113);
(L_113)->SetAt(static_cast<il2cpp_array_size_t>(L_115), (uint8_t)((int32_t)255));
}
IL_02b5:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_116 = V_2;
int32_t L_117 = V_3;
int32_t L_118 = L_117;
V_3 = ((int32_t)il2cpp_codegen_add(L_118, 1));
NullCheck(L_116);
(L_116)->SetAt(static_cast<il2cpp_array_size_t>(L_118), (uint8_t)1);
int32_t L_119 = __this->___l5_16;
if ((((int32_t)L_119) <= ((int32_t)0)))
{
goto IL_02da;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_120 = __this->___l5b_7;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_121 = V_2;
int32_t L_122 = V_3;
int32_t L_123 = __this->___l5_16;
Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7((RuntimeArray*)L_120, 0, (RuntimeArray*)L_121, L_122, L_123, NULL);
}
IL_02da:
{
int32_t L_124 = V_3;
int32_t L_125 = __this->___l5_16;
V_3 = ((int32_t)il2cpp_codegen_add(L_124, L_125));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_126 = V_2;
int32_t L_127 = V_3;
int32_t L_128 = L_127;
V_3 = ((int32_t)il2cpp_codegen_add(L_128, 1));
NullCheck(L_126);
(L_126)->SetAt(static_cast<il2cpp_array_size_t>(L_128), (uint8_t)0);
int32_t L_129 = __this->___lcid_17;
String_t* L_130 = __this->___source_8;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_131 = V_2;
int32_t L_132 = __this->___options_18;
int32_t L_133 = __this->___l1_9;
int32_t L_134 = __this->___l2_10;
int32_t L_135 = __this->___l3_11;
int32_t L_136 = __this->___l4s_12;
int32_t L_137 = __this->___l4t_13;
int32_t L_138 = __this->___l4k_14;
int32_t L_139 = __this->___l4w_15;
int32_t L_140 = __this->___l5_16;
SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740* L_141 = (SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740*)il2cpp_codegen_object_new(SortKey_tFE5594FAAAFF330066735114D1021DB0D5273740_il2cpp_TypeInfo_var);
NullCheck(L_141);
SortKey__ctor_m17EC2276AE294AA8397E51FDCC4B89BF367EC7A5(L_141, L_129, L_130, L_131, L_132, L_133, L_134, L_135, L_136, L_137, L_138, L_139, L_140, NULL);
return L_141;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.ASN1::.ctor(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1__ctor_mF3DE241B437BB4E96E0AFADF7B04D92F4E83AF36 (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* __this, uint8_t ___tag0, const RuntimeMethod* method)
{
{
uint8_t L_0 = ___tag0;
ASN1__ctor_m19BBFD462C3872DD181A28DB6D1133A4C96A3A6A(__this, L_0, (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL, NULL);
return;
}
}
// System.Void Mono.Security.ASN1::.ctor(System.Byte,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1__ctor_m19BBFD462C3872DD181A28DB6D1133A4C96A3A6A (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* __this, uint8_t ___tag0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___data1, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
uint8_t L_0 = ___tag0;
__this->___m_nTag_0 = L_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___data1;
__this->___m_aValue_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_aValue_1), (void*)L_1);
return;
}
}
// System.Void Mono.Security.ASN1::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1__ctor_m16F9D2315C66BB647D3274BB52925FAF5E50E35B (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___data0;
NullCheck(L_0);
int32_t L_1 = 0;
uint8_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
__this->___m_nTag_0 = L_2;
V_0 = 0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___data0;
NullCheck(L_3);
int32_t L_4 = 1;
uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_1 = L_5;
int32_t L_6 = V_1;
if ((((int32_t)L_6) <= ((int32_t)((int32_t)128))))
{
goto IL_0045;
}
}
{
int32_t L_7 = V_1;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_7, ((int32_t)128)));
V_1 = 0;
V_2 = 0;
goto IL_003f;
}
IL_002b:
{
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_multiply(L_8, ((int32_t)256)));
int32_t L_9 = V_1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = ___data0;
int32_t L_11 = V_2;
NullCheck(L_10);
int32_t L_12 = ((int32_t)il2cpp_codegen_add(L_11, 2));
uint8_t L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
V_1 = ((int32_t)il2cpp_codegen_add(L_9, (int32_t)L_13));
int32_t L_14 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_14, 1));
}
IL_003f:
{
int32_t L_15 = V_2;
int32_t L_16 = V_0;
if ((((int32_t)L_15) < ((int32_t)L_16)))
{
goto IL_002b;
}
}
{
goto IL_0058;
}
IL_0045:
{
int32_t L_17 = V_1;
if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)128)))))
{
goto IL_0058;
}
}
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_18 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_18);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral393DDC767F48626B0317297F8A961E12A2DFC6B6)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ASN1__ctor_m16F9D2315C66BB647D3274BB52925FAF5E50E35B_RuntimeMethod_var)));
}
IL_0058:
{
int32_t L_19 = V_1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_19);
__this->___m_aValue_1 = L_20;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_aValue_1), (void*)L_20);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = ___data0;
int32_t L_22 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = __this->___m_aValue_1;
int32_t L_24 = V_1;
Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_21, ((int32_t)il2cpp_codegen_add(2, L_22)), (RuntimeArray*)L_23, 0, L_24, NULL);
uint8_t L_25 = __this->___m_nTag_0;
if ((!(((uint32_t)((int32_t)((int32_t)L_25&((int32_t)32)))) == ((uint32_t)((int32_t)32)))))
{
goto IL_009a;
}
}
{
V_3 = 0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = __this->___m_aValue_1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = __this->___m_aValue_1;
NullCheck(L_27);
ASN1_Decode_m7BE40E52A307E02E30A1F9A6BF42EF4DB22C5675(__this, L_26, (&V_3), ((int32_t)(((RuntimeArray*)L_27)->max_length)), NULL);
}
IL_009a:
{
return;
}
}
// System.Int32 Mono.Security.ASN1::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASN1_get_Count_m4E3350E2A2934AFC4402DCE73A457057F165D416 (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* __this, const RuntimeMethod* method)
{
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->___elist_2;
if (L_0)
{
goto IL_000a;
}
}
{
return 0;
}
IL_000a:
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = __this->___elist_2;
NullCheck(L_1);
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1);
return L_2;
}
}
// System.Byte[] Mono.Security.ASN1::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ASN1_get_Value_mBD0ECE99C6C86D25747715D35551CF533324F273 (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___m_aValue_1;
if (L_0)
{
goto IL_000f;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1;
L_1 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, __this);
}
IL_000f:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->___m_aValue_1;
NullCheck((RuntimeArray*)L_2);
RuntimeObject* L_3;
L_3 = Array_Clone_m66C9D0727C9BAA0995E4142F29B45BC03582E042((RuntimeArray*)L_2, NULL);
return ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var));
}
}
// Mono.Security.ASN1 Mono.Security.ASN1::Add(Mono.Security.ASN1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* ASN1_Add_m4D8C747FD7863AD4EF0BE1EB0369D001E868B4EF (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* __this, ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* ___asn10, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* L_0 = ___asn10;
if (!L_0)
{
goto IL_0023;
}
}
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = __this->___elist_2;
if (L_1)
{
goto IL_0016;
}
}
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
NullCheck(L_2);
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_2, NULL);
__this->___elist_2 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___elist_2), (void*)L_2);
}
IL_0016:
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_3 = __this->___elist_2;
ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* L_4 = ___asn10;
NullCheck(L_3);
int32_t L_5;
L_5 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_4);
}
IL_0023:
{
ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* L_6 = ___asn10;
return L_6;
}
}
// System.Byte[] Mono.Security.ASN1::GetBytes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ASN1_GetBytes_m03FF4DA85E07B74D7099EE780A37ED853FB7E080 (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_4 = NULL;
int32_t V_5 = 0;
RuntimeObject* V_6 = NULL;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_7 = NULL;
RuntimeObject* V_8 = NULL;
int32_t V_9 = 0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_10 = NULL;
int32_t V_11 = 0;
{
V_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
int32_t L_0;
L_0 = ASN1_get_Count_m4E3350E2A2934AFC4402DCE73A457057F165D416(__this, NULL);
if ((((int32_t)L_0) <= ((int32_t)0)))
{
goto IL_00b8;
}
}
{
V_3 = 0;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
NullCheck(L_1);
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_1, NULL);
V_4 = L_1;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = __this->___elist_2;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2);
V_6 = L_3;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0055:
{// begin finally (depth: 1)
{
RuntimeObject* L_4 = V_6;
V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_4, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
RuntimeObject* L_5 = V_8;
if (!L_5)
{
goto IL_0069;
}
}
{
RuntimeObject* L_6 = V_8;
NullCheck(L_6);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6);
}
IL_0069:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_004a_1;
}
IL_0026_1:
{
RuntimeObject* L_7 = V_6;
NullCheck(L_7);
RuntimeObject* L_8;
L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_7);
NullCheck(((ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4*)CastclassClass((RuntimeObject*)L_8, ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4_il2cpp_TypeInfo_var)));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9;
L_9 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, ((ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4*)CastclassClass((RuntimeObject*)L_8, ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4_il2cpp_TypeInfo_var)));
V_7 = L_9;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_10 = V_4;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = V_7;
NullCheck(L_10);
int32_t L_12;
L_12 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_10, (RuntimeObject*)L_11);
int32_t L_13 = V_3;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = V_7;
NullCheck(L_14);
V_3 = ((int32_t)il2cpp_codegen_add(L_13, ((int32_t)(((RuntimeArray*)L_14)->max_length))));
}
IL_004a_1:
{
RuntimeObject* L_15 = V_6;
NullCheck(L_15);
bool L_16;
L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_15);
if (L_16)
{
goto IL_0026_1;
}
}
{
goto IL_006a;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_006a:
{
int32_t L_17 = V_3;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_17);
V_0 = L_18;
V_5 = 0;
V_9 = 0;
goto IL_00a7;
}
IL_0079:
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_19 = V_4;
int32_t L_20 = V_9;
NullCheck(L_19);
RuntimeObject* L_21;
L_21 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_19, L_20);
V_10 = ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_21, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = V_10;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = V_0;
int32_t L_24 = V_5;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_25 = V_10;
NullCheck(L_25);
Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_22, 0, (RuntimeArray*)L_23, L_24, ((int32_t)(((RuntimeArray*)L_25)->max_length)), NULL);
int32_t L_26 = V_5;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = V_10;
NullCheck(L_27);
V_5 = ((int32_t)il2cpp_codegen_add(L_26, ((int32_t)(((RuntimeArray*)L_27)->max_length))));
int32_t L_28 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_28, 1));
}
IL_00a7:
{
int32_t L_29 = V_9;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_30 = __this->___elist_2;
NullCheck(L_30);
int32_t L_31;
L_31 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_30);
if ((((int32_t)L_29) < ((int32_t)L_31)))
{
goto IL_0079;
}
}
{
goto IL_00c7;
}
IL_00b8:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = __this->___m_aValue_1;
if (!L_32)
{
goto IL_00c7;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = __this->___m_aValue_1;
V_0 = L_33;
}
IL_00c7:
{
V_2 = 0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_34 = V_0;
if (!L_34)
{
goto IL_01e6;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_35 = V_0;
NullCheck(L_35);
V_11 = ((int32_t)(((RuntimeArray*)L_35)->max_length));
int32_t L_36 = V_11;
if ((((int32_t)L_36) <= ((int32_t)((int32_t)127))))
{
goto IL_01bd;
}
}
{
int32_t L_37 = V_11;
if ((((int32_t)L_37) > ((int32_t)((int32_t)255))))
{
goto IL_010c;
}
}
{
int32_t L_38 = V_11;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_39 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(3, L_38)));
V_1 = L_39;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_40 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41 = V_1;
int32_t L_42 = V_11;
Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_40, 0, (RuntimeArray*)L_41, 3, L_42, NULL);
V_2 = ((int32_t)129);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_43 = V_1;
int32_t L_44 = V_11;
NullCheck(L_43);
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)((int32_t)(uint8_t)L_44));
goto IL_01d5;
}
IL_010c:
{
int32_t L_45 = V_11;
if ((((int32_t)L_45) > ((int32_t)((int32_t)65535))))
{
goto IL_0143;
}
}
{
int32_t L_46 = V_11;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_47 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(4, L_46)));
V_1 = L_47;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_48 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_49 = V_1;
int32_t L_50 = V_11;
Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_48, 0, (RuntimeArray*)L_49, 4, L_50, NULL);
V_2 = ((int32_t)130);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_51 = V_1;
int32_t L_52 = V_11;
NullCheck(L_51);
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)((int32_t)(uint8_t)((int32_t)(L_52>>8))));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_53 = V_1;
int32_t L_54 = V_11;
NullCheck(L_53);
(L_53)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)((int32_t)(uint8_t)L_54));
goto IL_01d5;
}
IL_0143:
{
int32_t L_55 = V_11;
if ((((int32_t)L_55) > ((int32_t)((int32_t)16777215))))
{
goto IL_0180;
}
}
{
int32_t L_56 = V_11;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_57 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(5, L_56)));
V_1 = L_57;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_58 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_59 = V_1;
int32_t L_60 = V_11;
Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_58, 0, (RuntimeArray*)L_59, 5, L_60, NULL);
V_2 = ((int32_t)131);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_61 = V_1;
int32_t L_62 = V_11;
NullCheck(L_61);
(L_61)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)((int32_t)(uint8_t)((int32_t)(L_62>>((int32_t)16)))));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_63 = V_1;
int32_t L_64 = V_11;
NullCheck(L_63);
(L_63)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)((int32_t)(uint8_t)((int32_t)(L_64>>8))));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_65 = V_1;
int32_t L_66 = V_11;
NullCheck(L_65);
(L_65)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)((int32_t)(uint8_t)L_66));
goto IL_01d5;
}
IL_0180:
{
int32_t L_67 = V_11;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_68 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(6, L_67)));
V_1 = L_68;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_69 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_70 = V_1;
int32_t L_71 = V_11;
Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_69, 0, (RuntimeArray*)L_70, 6, L_71, NULL);
V_2 = ((int32_t)132);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_72 = V_1;
int32_t L_73 = V_11;
NullCheck(L_72);
(L_72)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)((int32_t)(uint8_t)((int32_t)(L_73>>((int32_t)24)))));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_74 = V_1;
int32_t L_75 = V_11;
NullCheck(L_74);
(L_74)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)((int32_t)(uint8_t)((int32_t)(L_75>>((int32_t)16)))));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_76 = V_1;
int32_t L_77 = V_11;
NullCheck(L_76);
(L_76)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)((int32_t)(uint8_t)((int32_t)(L_77>>8))));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_78 = V_1;
int32_t L_79 = V_11;
NullCheck(L_78);
(L_78)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)((int32_t)(uint8_t)L_79));
goto IL_01d5;
}
IL_01bd:
{
int32_t L_80 = V_11;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_81 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(2, L_80)));
V_1 = L_81;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_82 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_83 = V_1;
int32_t L_84 = V_11;
Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_82, 0, (RuntimeArray*)L_83, 2, L_84, NULL);
int32_t L_85 = V_11;
V_2 = L_85;
}
IL_01d5:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_86 = __this->___m_aValue_1;
if (L_86)
{
goto IL_01ed;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_87 = V_0;
__this->___m_aValue_1 = L_87;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_aValue_1), (void*)L_87);
goto IL_01ed;
}
IL_01e6:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_88 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)2);
V_1 = L_88;
}
IL_01ed:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_89 = V_1;
uint8_t L_90 = __this->___m_nTag_0;
NullCheck(L_89);
(L_89)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_90);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_91 = V_1;
int32_t L_92 = V_2;
NullCheck(L_91);
(L_91)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)((int32_t)(uint8_t)L_92));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_93 = V_1;
return L_93;
}
}
// System.Void Mono.Security.ASN1::Decode(System.Byte[],System.Int32&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1_Decode_m7BE40E52A307E02E30A1F9A6BF42EF4DB22C5675 (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___asn10, int32_t* ___anPos1, int32_t ___anLength2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint8_t V_0 = 0x0;
int32_t V_1 = 0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL;
ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* V_3 = NULL;
int32_t V_4 = 0;
{
goto IL_0040;
}
IL_0002:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___asn10;
int32_t* L_1 = ___anPos1;
ASN1_DecodeTLV_m7AD7D324954FCA27BD6715DF58C4D0B3A54A1192(__this, L_0, L_1, (&V_0), (&V_1), (&V_2), NULL);
uint8_t L_2 = V_0;
if (!L_2)
{
goto IL_0040;
}
}
{
uint8_t L_3 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = V_2;
ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* L_5 = (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4*)il2cpp_codegen_object_new(ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4_il2cpp_TypeInfo_var);
NullCheck(L_5);
ASN1__ctor_m19BBFD462C3872DD181A28DB6D1133A4C96A3A6A(L_5, L_3, L_4, NULL);
ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* L_6;
L_6 = ASN1_Add_m4D8C747FD7863AD4EF0BE1EB0369D001E868B4EF(__this, L_5, NULL);
V_3 = L_6;
uint8_t L_7 = V_0;
if ((!(((uint32_t)((int32_t)((int32_t)L_7&((int32_t)32)))) == ((uint32_t)((int32_t)32)))))
{
goto IL_003a;
}
}
{
int32_t* L_8 = ___anPos1;
int32_t L_9 = *((int32_t*)L_8);
V_4 = L_9;
ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* L_10 = V_3;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = ___asn10;
int32_t L_12 = V_4;
int32_t L_13 = V_1;
NullCheck(L_10);
ASN1_Decode_m7BE40E52A307E02E30A1F9A6BF42EF4DB22C5675(L_10, L_11, (&V_4), ((int32_t)il2cpp_codegen_add(L_12, L_13)), NULL);
}
IL_003a:
{
int32_t* L_14 = ___anPos1;
int32_t* L_15 = ___anPos1;
int32_t L_16 = *((int32_t*)L_15);
int32_t L_17 = V_1;
*((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_add(L_16, L_17));
}
IL_0040:
{
int32_t* L_18 = ___anPos1;
int32_t L_19 = *((int32_t*)L_18);
int32_t L_20 = ___anLength2;
if ((((int32_t)L_19) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_20, 1)))))
{
goto IL_0002;
}
}
{
return;
}
}
// System.Void Mono.Security.ASN1::DecodeTLV(System.Byte[],System.Int32&,System.Byte&,System.Int32&,System.Byte[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1_DecodeTLV_m7AD7D324954FCA27BD6715DF58C4D0B3A54A1192 (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___asn10, int32_t* ___pos1, uint8_t* ___tag2, int32_t* ___length3, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** ___content4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
uint8_t* L_0 = ___tag2;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___asn10;
int32_t* L_2 = ___pos1;
int32_t* L_3 = ___pos1;
int32_t L_4 = *((int32_t*)L_3);
V_0 = L_4;
int32_t L_5 = V_0;
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add(L_5, 1));
int32_t L_6 = V_0;
NullCheck(L_1);
int32_t L_7 = L_6;
uint8_t L_8 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
*((int8_t*)L_0) = (int8_t)L_8;
int32_t* L_9 = ___length3;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = ___asn10;
int32_t* L_11 = ___pos1;
int32_t* L_12 = ___pos1;
int32_t L_13 = *((int32_t*)L_12);
V_0 = L_13;
int32_t L_14 = V_0;
*((int32_t*)L_11) = (int32_t)((int32_t)il2cpp_codegen_add(L_14, 1));
int32_t L_15 = V_0;
NullCheck(L_10);
int32_t L_16 = L_15;
uint8_t L_17 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
*((int32_t*)L_9) = (int32_t)L_17;
int32_t* L_18 = ___length3;
int32_t L_19 = *((int32_t*)L_18);
if ((!(((uint32_t)((int32_t)(L_19&((int32_t)128)))) == ((uint32_t)((int32_t)128)))))
{
goto IL_005a;
}
}
{
int32_t* L_20 = ___length3;
int32_t L_21 = *((int32_t*)L_20);
V_1 = ((int32_t)(L_21&((int32_t)127)));
int32_t* L_22 = ___length3;
*((int32_t*)L_22) = (int32_t)0;
V_2 = 0;
goto IL_0056;
}
IL_003a:
{
int32_t* L_23 = ___length3;
int32_t* L_24 = ___length3;
int32_t L_25 = *((int32_t*)L_24);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = ___asn10;
int32_t* L_27 = ___pos1;
int32_t* L_28 = ___pos1;
int32_t L_29 = *((int32_t*)L_28);
V_0 = L_29;
int32_t L_30 = V_0;
*((int32_t*)L_27) = (int32_t)((int32_t)il2cpp_codegen_add(L_30, 1));
int32_t L_31 = V_0;
NullCheck(L_26);
int32_t L_32 = L_31;
uint8_t L_33 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
*((int32_t*)L_23) = (int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_25, ((int32_t)256))), (int32_t)L_33));
int32_t L_34 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_34, 1));
}
IL_0056:
{
int32_t L_35 = V_2;
int32_t L_36 = V_1;
if ((((int32_t)L_35) < ((int32_t)L_36)))
{
goto IL_003a;
}
}
IL_005a:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_37 = ___content4;
int32_t* L_38 = ___length3;
int32_t L_39 = *((int32_t*)L_38);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_40 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_39);
*((RuntimeObject**)L_37) = (RuntimeObject*)L_40;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_37, (void*)(RuntimeObject*)L_40);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41 = ___asn10;
int32_t* L_42 = ___pos1;
int32_t L_43 = *((int32_t*)L_42);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_44 = ___content4;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_45 = *((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031**)L_44);
int32_t* L_46 = ___length3;
int32_t L_47 = *((int32_t*)L_46);
Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_41, L_43, (RuntimeArray*)L_45, 0, L_47, NULL);
return;
}
}
// System.String Mono.Security.ASN1::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ASN1_ToString_m7935EFB70C3BFA7267F42C635E530B92E533A3A5 (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m55011E8360A8199FB239A5787BA8631CDD6116FC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral103949F0C75755294C4E46F97193DE6B9FC8DAD7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A9141C6D604CE4530FB3983D2DD3178E36CC069);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B548BEAD44216247E991F18006F8DEA22021F68);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral949E308288B2FD68A8A495751C8D81446AE026E7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4A94E440E57B3321B2097CEC9E046D28EE1C0CD);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
int32_t V_1 = 0;
{
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_0);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL);
V_0 = L_0;
StringBuilder_t* L_1 = V_0;
uint8_t* L_2 = (&__this->___m_nTag_0);
String_t* L_3;
L_3 = Byte_ToString_m793A41EEEB7B422F6FE658E99D2F7683F59EE310(L_2, _stringLiteralB4A94E440E57B3321B2097CEC9E046D28EE1C0CD, NULL);
String_t* L_4;
L_4 = Environment_get_NewLine_m86172FA1FF2F93F740EFB5760938B35750DD35C0(NULL);
NullCheck(L_1);
StringBuilder_t* L_5;
L_5 = StringBuilder_AppendFormat_mAB076D92DC92723B2224D75987BE463AF1CE7132(L_1, _stringLiteral103949F0C75755294C4E46F97193DE6B9FC8DAD7, L_3, L_4, NULL);
StringBuilder_t* L_6 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7;
L_7 = ASN1_get_Value_mBD0ECE99C6C86D25747715D35551CF533324F273(__this, NULL);
NullCheck(L_7);
int32_t L_8 = ((int32_t)(((RuntimeArray*)L_7)->max_length));
RuntimeObject* L_9 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_8);
String_t* L_10;
L_10 = Environment_get_NewLine_m86172FA1FF2F93F740EFB5760938B35750DD35C0(NULL);
NullCheck(L_6);
StringBuilder_t* L_11;
L_11 = StringBuilder_AppendFormat_mAB076D92DC92723B2224D75987BE463AF1CE7132(L_6, _stringLiteral1B548BEAD44216247E991F18006F8DEA22021F68, L_9, L_10, NULL);
StringBuilder_t* L_12 = V_0;
NullCheck(L_12);
StringBuilder_t* L_13;
L_13 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_12, _stringLiteral1A9141C6D604CE4530FB3983D2DD3178E36CC069, NULL);
StringBuilder_t* L_14 = V_0;
String_t* L_15;
L_15 = Environment_get_NewLine_m86172FA1FF2F93F740EFB5760938B35750DD35C0(NULL);
NullCheck(L_14);
StringBuilder_t* L_16;
L_16 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_14, L_15, NULL);
V_1 = 0;
goto IL_00a0;
}
IL_0061:
{
StringBuilder_t* L_17 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18;
L_18 = ASN1_get_Value_mBD0ECE99C6C86D25747715D35551CF533324F273(__this, NULL);
int32_t L_19 = V_1;
NullCheck(L_18);
String_t* L_20;
L_20 = Byte_ToString_m793A41EEEB7B422F6FE658E99D2F7683F59EE310(((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_19))), _stringLiteralB4A94E440E57B3321B2097CEC9E046D28EE1C0CD, NULL);
NullCheck(L_17);
StringBuilder_t* L_21;
L_21 = StringBuilder_AppendFormat_mFA88863E4018C2912D1A783E0EA6DAE4F594124F(L_17, _stringLiteral949E308288B2FD68A8A495751C8D81446AE026E7, L_20, NULL);
int32_t L_22 = V_1;
if (((int32_t)(((int32_t)il2cpp_codegen_add(L_22, 1))%((int32_t)16))))
{
goto IL_009c;
}
}
{
StringBuilder_t* L_23 = V_0;
String_t* L_24;
L_24 = Environment_get_NewLine_m86172FA1FF2F93F740EFB5760938B35750DD35C0(NULL);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_25;
L_25 = Array_Empty_TisRuntimeObject_m55011E8360A8199FB239A5787BA8631CDD6116FC_inline(Array_Empty_TisRuntimeObject_m55011E8360A8199FB239A5787BA8631CDD6116FC_RuntimeMethod_var);
NullCheck(L_23);
StringBuilder_t* L_26;
L_26 = StringBuilder_AppendFormat_m14CB447291E6149BCF32E5E37DA21514BAD9C151(L_23, L_24, L_25, NULL);
}
IL_009c:
{
int32_t L_27 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_27, 1));
}
IL_00a0:
{
int32_t L_28 = V_1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29;
L_29 = ASN1_get_Value_mBD0ECE99C6C86D25747715D35551CF533324F273(__this, NULL);
NullCheck(L_29);
if ((((int32_t)L_28) < ((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))))
{
goto IL_0061;
}
}
{
StringBuilder_t* L_30 = V_0;
NullCheck(L_30);
String_t* L_31;
L_31 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_30);
return L_31;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Byte[] Mono.Security.BitConverterLE::GetUIntBytes(System.Byte*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* BitConverterLE_GetUIntBytes_m17A949C93C00AFDC326A5CABBAFBBE353633CFCA (uint8_t* ___bytes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
bool L_0 = ((BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var))->___IsLittleEndian_0;
if (!L_0)
{
goto IL_0028;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = L_1;
uint8_t* L_3 = ___bytes0;
int32_t L_4 = *((uint8_t*)L_3);
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = L_2;
uint8_t* L_6 = ___bytes0;
int32_t L_7 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, 1)));
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_7);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = L_5;
uint8_t* L_9 = ___bytes0;
int32_t L_10 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, 2)));
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_10);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = L_8;
uint8_t* L_12 = ___bytes0;
int32_t L_13 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_12, 3)));
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)L_13);
return L_11;
}
IL_0028:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = L_14;
uint8_t* L_16 = ___bytes0;
int32_t L_17 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, 3)));
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_17);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = L_15;
uint8_t* L_19 = ___bytes0;
int32_t L_20 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_19, 2)));
NullCheck(L_18);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_20);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = L_18;
uint8_t* L_22 = ___bytes0;
int32_t L_23 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_22, 1)));
NullCheck(L_21);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_23);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = L_21;
uint8_t* L_25 = ___bytes0;
int32_t L_26 = *((uint8_t*)L_25);
NullCheck(L_24);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)L_26);
return L_24;
}
}
// System.Byte[] Mono.Security.BitConverterLE::GetULongBytes(System.Byte*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* BitConverterLE_GetULongBytes_m4504E437DAFA1A8CFAA0ADDD7FEB39EFDDBDAAA5 (uint8_t* ___bytes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
bool L_0 = ((BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var))->___IsLittleEndian_0;
if (!L_0)
{
goto IL_0044;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)8);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = L_1;
uint8_t* L_3 = ___bytes0;
int32_t L_4 = *((uint8_t*)L_3);
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = L_2;
uint8_t* L_6 = ___bytes0;
int32_t L_7 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, 1)));
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_7);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = L_5;
uint8_t* L_9 = ___bytes0;
int32_t L_10 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, 2)));
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_10);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = L_8;
uint8_t* L_12 = ___bytes0;
int32_t L_13 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_12, 3)));
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)L_13);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = L_11;
uint8_t* L_15 = ___bytes0;
int32_t L_16 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_15, 4)));
NullCheck(L_14);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)L_16);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = L_14;
uint8_t* L_18 = ___bytes0;
int32_t L_19 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_18, 5)));
NullCheck(L_17);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)L_19);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = L_17;
uint8_t* L_21 = ___bytes0;
int32_t L_22 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_21, 6)));
NullCheck(L_20);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)L_22);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = L_20;
uint8_t* L_24 = ___bytes0;
int32_t L_25 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_24, 7)));
NullCheck(L_23);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)L_25);
return L_23;
}
IL_0044:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)8);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = L_26;
uint8_t* L_28 = ___bytes0;
int32_t L_29 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_28, 7)));
NullCheck(L_27);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_29);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = L_27;
uint8_t* L_31 = ___bytes0;
int32_t L_32 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_31, 6)));
NullCheck(L_30);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_32);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = L_30;
uint8_t* L_34 = ___bytes0;
int32_t L_35 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_34, 5)));
NullCheck(L_33);
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_35);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_36 = L_33;
uint8_t* L_37 = ___bytes0;
int32_t L_38 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, 4)));
NullCheck(L_36);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)L_38);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_39 = L_36;
uint8_t* L_40 = ___bytes0;
int32_t L_41 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_40, 3)));
NullCheck(L_39);
(L_39)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)L_41);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42 = L_39;
uint8_t* L_43 = ___bytes0;
int32_t L_44 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_43, 2)));
NullCheck(L_42);
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)L_44);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_45 = L_42;
uint8_t* L_46 = ___bytes0;
int32_t L_47 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_46, 1)));
NullCheck(L_45);
(L_45)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)L_47);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_48 = L_45;
uint8_t* L_49 = ___bytes0;
int32_t L_50 = *((uint8_t*)L_49);
NullCheck(L_48);
(L_48)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)L_50);
return L_48;
}
}
// System.Byte[] Mono.Security.BitConverterLE::GetBytes(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* BitConverterLE_GetBytes_m3CD5DDF12AF1E809184E9D9FA887F2E33F6EA788 (float ___value0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0;
L_0 = BitConverterLE_GetUIntBytes_m17A949C93C00AFDC326A5CABBAFBBE353633CFCA((uint8_t*)((uintptr_t)(&___value0)), NULL);
return L_0;
}
}
// System.Byte[] Mono.Security.BitConverterLE::GetBytes(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* BitConverterLE_GetBytes_mD75551F0E636588A78D1FCEF6F1487C018AA7F30 (double ___value0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0;
L_0 = BitConverterLE_GetULongBytes_m4504E437DAFA1A8CFAA0ADDD7FEB39EFDDBDAAA5((uint8_t*)((uintptr_t)(&___value0)), NULL);
return L_0;
}
}
// System.Void Mono.Security.BitConverterLE::UIntFromBytes(System.Byte*,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitConverterLE_UIntFromBytes_m6D2A1FD6F8951ED05AC2401A9AA10702B6874131 (uint8_t* ___dst0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___src1, int32_t ___startIndex2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
bool L_0 = ((BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var))->___IsLittleEndian_0;
if (!L_0)
{
goto IL_0028;
}
}
{
uint8_t* L_1 = ___dst0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___src1;
int32_t L_3 = ___startIndex2;
NullCheck(L_2);
int32_t L_4 = L_3;
uint8_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
*((int8_t*)L_1) = (int8_t)L_5;
uint8_t* L_6 = ___dst0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___src1;
int32_t L_8 = ___startIndex2;
NullCheck(L_7);
int32_t L_9 = ((int32_t)il2cpp_codegen_add(L_8, 1));
uint8_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, 1))) = (int8_t)L_10;
uint8_t* L_11 = ___dst0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___src1;
int32_t L_13 = ___startIndex2;
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_add(L_13, 2));
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, 2))) = (int8_t)L_15;
uint8_t* L_16 = ___dst0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = ___src1;
int32_t L_18 = ___startIndex2;
NullCheck(L_17);
int32_t L_19 = ((int32_t)il2cpp_codegen_add(L_18, 3));
uint8_t L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, 3))) = (int8_t)L_20;
return;
}
IL_0028:
{
uint8_t* L_21 = ___dst0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = ___src1;
int32_t L_23 = ___startIndex2;
NullCheck(L_22);
int32_t L_24 = ((int32_t)il2cpp_codegen_add(L_23, 3));
uint8_t L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
*((int8_t*)L_21) = (int8_t)L_25;
uint8_t* L_26 = ___dst0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = ___src1;
int32_t L_28 = ___startIndex2;
NullCheck(L_27);
int32_t L_29 = ((int32_t)il2cpp_codegen_add(L_28, 2));
uint8_t L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_26, 1))) = (int8_t)L_30;
uint8_t* L_31 = ___dst0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = ___src1;
int32_t L_33 = ___startIndex2;
NullCheck(L_32);
int32_t L_34 = ((int32_t)il2cpp_codegen_add(L_33, 1));
uint8_t L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_31, 2))) = (int8_t)L_35;
uint8_t* L_36 = ___dst0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = ___src1;
int32_t L_38 = ___startIndex2;
NullCheck(L_37);
int32_t L_39 = L_38;
uint8_t L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_36, 3))) = (int8_t)L_40;
return;
}
}
// System.Void Mono.Security.BitConverterLE::ULongFromBytes(System.Byte*,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitConverterLE_ULongFromBytes_mA199F0F8BC87447126E5BB401179DC48ED105260 (uint8_t* ___dst0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___src1, int32_t ___startIndex2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
bool L_0 = ((BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var))->___IsLittleEndian_0;
if (!L_0)
{
goto IL_001d;
}
}
{
V_0 = 0;
goto IL_0018;
}
IL_000b:
{
uint8_t* L_1 = ___dst0;
int32_t L_2 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___src1;
int32_t L_4 = ___startIndex2;
int32_t L_5 = V_0;
NullCheck(L_3);
int32_t L_6 = ((int32_t)il2cpp_codegen_add(L_4, L_5));
uint8_t L_7 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_1, L_2))) = (int8_t)L_7;
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0018:
{
int32_t L_9 = V_0;
if ((((int32_t)L_9) < ((int32_t)8)))
{
goto IL_000b;
}
}
{
return;
}
IL_001d:
{
V_1 = 0;
goto IL_0030;
}
IL_0021:
{
uint8_t* L_10 = ___dst0;
int32_t L_11 = V_1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___src1;
int32_t L_13 = ___startIndex2;
int32_t L_14 = V_1;
NullCheck(L_12);
int32_t L_15 = ((int32_t)il2cpp_codegen_add(L_13, ((int32_t)il2cpp_codegen_subtract(7, L_14))));
uint8_t L_16 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, L_11))) = (int8_t)L_16;
int32_t L_17 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_17, 1));
}
IL_0030:
{
int32_t L_18 = V_1;
if ((((int32_t)L_18) < ((int32_t)8)))
{
goto IL_0021;
}
}
{
return;
}
}
// System.Single Mono.Security.BitConverterLE::ToSingle(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BitConverterLE_ToSingle_m8EAF7ABC1380A29979166CCD2D4D61D69620E893 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___value0, int32_t ___startIndex1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___value0;
int32_t L_1 = ___startIndex1;
BitConverterLE_UIntFromBytes_m6D2A1FD6F8951ED05AC2401A9AA10702B6874131((uint8_t*)((uintptr_t)(&V_0)), L_0, L_1, NULL);
float L_2 = V_0;
return L_2;
}
}
// System.Double Mono.Security.BitConverterLE::ToDouble(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double BitConverterLE_ToDouble_mB229EE1B2767D519BFE77A1614D65C2669B37169 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___value0, int32_t ___startIndex1, const RuntimeMethod* method)
{
double V_0 = 0.0;
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___value0;
int32_t L_1 = ___startIndex1;
BitConverterLE_ULongFromBytes_mA199F0F8BC87447126E5BB401179DC48ED105260((uint8_t*)((uintptr_t)(&V_0)), L_0, L_1, NULL);
double L_2 = V_0;
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.Uri::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m8CB774E9B886E4EF1AF6C45BA80C91B43B482D7B (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, String_t* ___uriString0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___uriString0;
Uri__ctor_m07C8CCBEF4ED4A0DAAD44BAE3573E744013852D5(__this, L_0, (bool)0, NULL);
return;
}
}
// System.Void Mono.Security.Uri::.ctor(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m07C8CCBEF4ED4A0DAAD44BAE3573E744013852D5 (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, String_t* ___uriString0, bool ___dontEscape1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___scheme_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___scheme_2), (void*)L_0);
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___host_3 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___host_3), (void*)L_1);
__this->___port_4 = (-1);
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___path_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___path_5), (void*)L_2);
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___query_6 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___query_6), (void*)L_3);
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___fragment_7 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___fragment_7), (void*)L_4);
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___userinfo_8 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___userinfo_8), (void*)L_5);
__this->___reduce_15 = (bool)1;
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
bool L_6 = ___dontEscape1;
__this->___userEscaped_11 = L_6;
String_t* L_7 = ___uriString0;
__this->___source_1 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___source_1), (void*)L_7);
Uri_Parse_m004D6FB0B57C345DF6603EA2E5D00BD723E18296(__this, NULL);
return;
}
}
// System.String Mono.Security.Uri::get_AbsolutePath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_mBA7B63F7231A540CCA78FB911DE0435E01B4BD6E (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___path_5;
return L_0;
}
}
// System.Boolean Mono.Security.Uri::get_IsFile()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsFile_mC7F3E7FD3CA9C8A918718F0B41F5B9271EF9F1B6 (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = __this->___scheme_2;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_1 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeFile_18;
bool L_2;
L_2 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_0, L_1, NULL);
return L_2;
}
}
// System.Boolean Mono.Security.Uri::get_IsUnc()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsUnc_m6310535B172493FF69392995D49B8680D369AFE3 (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___isUnc_9;
return L_0;
}
}
// System.String Mono.Security.Uri::get_LocalPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_mB82C7442FD363F069176F5CBFC477FC893DCA675 (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
String_t* V_1 = NULL;
int32_t G_B10_0 = 0;
{
String_t* L_0 = __this->___cachedLocalPath_13;
if (!L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = __this->___cachedLocalPath_13;
return L_1;
}
IL_000f:
{
bool L_2;
L_2 = Uri_get_IsFile_mC7F3E7FD3CA9C8A918718F0B41F5B9271EF9F1B6(__this, NULL);
if (L_2)
{
goto IL_001e;
}
}
{
String_t* L_3;
L_3 = Uri_get_AbsolutePath_mBA7B63F7231A540CCA78FB911DE0435E01B4BD6E_inline(__this, NULL);
return L_3;
}
IL_001e:
{
String_t* L_4 = __this->___path_5;
NullCheck(L_4);
int32_t L_5;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
if ((((int32_t)L_5) <= ((int32_t)3)))
{
goto IL_0061;
}
}
{
String_t* L_6 = __this->___path_5;
NullCheck(L_6);
Il2CppChar L_7;
L_7 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_6, 1, NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)58)))))
{
goto IL_0061;
}
}
{
String_t* L_8 = __this->___path_5;
NullCheck(L_8);
Il2CppChar L_9;
L_9 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, 2, NULL);
if ((((int32_t)L_9) == ((int32_t)((int32_t)92))))
{
goto IL_005e;
}
}
{
String_t* L_10 = __this->___path_5;
NullCheck(L_10);
Il2CppChar L_11;
L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_10, 2, NULL);
G_B10_0 = ((((int32_t)L_11) == ((int32_t)((int32_t)47)))? 1 : 0);
goto IL_0062;
}
IL_005e:
{
G_B10_0 = 1;
goto IL_0062;
}
IL_0061:
{
G_B10_0 = 0;
}
IL_0062:
{
V_0 = (bool)G_B10_0;
bool L_12;
L_12 = Uri_get_IsUnc_m6310535B172493FF69392995D49B8680D369AFE3_inline(__this, NULL);
if (L_12)
{
goto IL_00a6;
}
}
{
String_t* L_13 = __this->___path_5;
String_t* L_14;
L_14 = Uri_Unescape_m254C7C527EDBBDAAC45EA2E2FC89E7C316957ADA(__this, L_13, NULL);
V_1 = L_14;
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
Il2CppChar L_15 = ((Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_StaticFields*)il2cpp_codegen_static_fields_for(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var))->___DirectorySeparatorChar_2;
bool L_16 = V_0;
if (!((int32_t)(((((int32_t)L_15) == ((int32_t)((int32_t)92)))? 1 : 0)|(int32_t)L_16)))
{
goto IL_009a;
}
}
{
String_t* L_17 = V_1;
NullCheck(L_17);
String_t* L_18;
L_18 = String_Replace_m86403DC5F422D8D5E1CFAAF255B103CB807EDAAF(L_17, ((int32_t)47), ((int32_t)92), NULL);
__this->___cachedLocalPath_13 = L_18;
Il2CppCodeGenWriteBarrier((void**)(&__this->___cachedLocalPath_13), (void*)L_18);
goto IL_0134;
}
IL_009a:
{
String_t* L_19 = V_1;
__this->___cachedLocalPath_13 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&__this->___cachedLocalPath_13), (void*)L_19);
goto IL_0134;
}
IL_00a6:
{
String_t* L_20 = __this->___path_5;
NullCheck(L_20);
int32_t L_21;
L_21 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_20, NULL);
if ((((int32_t)L_21) <= ((int32_t)1)))
{
goto IL_00e7;
}
}
{
String_t* L_22 = __this->___path_5;
NullCheck(L_22);
Il2CppChar L_23;
L_23 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_22, 1, NULL);
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)58)))))
{
goto IL_00e7;
}
}
{
String_t* L_24 = __this->___path_5;
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
Il2CppChar L_25 = ((Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_StaticFields*)il2cpp_codegen_static_fields_for(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var))->___AltDirectorySeparatorChar_1;
Il2CppChar L_26 = ((Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_StaticFields*)il2cpp_codegen_static_fields_for(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var))->___DirectorySeparatorChar_2;
NullCheck(L_24);
String_t* L_27;
L_27 = String_Replace_m86403DC5F422D8D5E1CFAAF255B103CB807EDAAF(L_24, L_25, L_26, NULL);
String_t* L_28;
L_28 = Uri_Unescape_m254C7C527EDBBDAAC45EA2E2FC89E7C316957ADA(__this, L_27, NULL);
__this->___cachedLocalPath_13 = L_28;
Il2CppCodeGenWriteBarrier((void**)(&__this->___cachedLocalPath_13), (void*)L_28);
goto IL_0134;
}
IL_00e7:
{
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
Il2CppChar L_29 = ((Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_StaticFields*)il2cpp_codegen_static_fields_for(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var))->___DirectorySeparatorChar_2;
if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)92)))))
{
goto IL_0122;
}
}
{
String_t* L_30 = __this->___host_3;
String_t* L_31 = __this->___path_5;
NullCheck(L_31);
String_t* L_32;
L_32 = String_Replace_m86403DC5F422D8D5E1CFAAF255B103CB807EDAAF(L_31, ((int32_t)47), ((int32_t)92), NULL);
String_t* L_33;
L_33 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_30, L_32, NULL);
String_t* L_34;
L_34 = Uri_Unescape_m254C7C527EDBBDAAC45EA2E2FC89E7C316957ADA(__this, L_33, NULL);
String_t* L_35;
L_35 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE, L_34, NULL);
__this->___cachedLocalPath_13 = L_35;
Il2CppCodeGenWriteBarrier((void**)(&__this->___cachedLocalPath_13), (void*)L_35);
goto IL_0134;
}
IL_0122:
{
String_t* L_36 = __this->___path_5;
String_t* L_37;
L_37 = Uri_Unescape_m254C7C527EDBBDAAC45EA2E2FC89E7C316957ADA(__this, L_36, NULL);
__this->___cachedLocalPath_13 = L_37;
Il2CppCodeGenWriteBarrier((void**)(&__this->___cachedLocalPath_13), (void*)L_37);
}
IL_0134:
{
String_t* L_38 = __this->___cachedLocalPath_13;
String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
bool L_40;
L_40 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_38, L_39, NULL);
if (!L_40)
{
goto IL_0156;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
String_t* L_41;
L_41 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&((Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_StaticFields*)il2cpp_codegen_static_fields_for(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var))->___DirectorySeparatorChar_2), NULL);
__this->___cachedLocalPath_13 = L_41;
Il2CppCodeGenWriteBarrier((void**)(&__this->___cachedLocalPath_13), (void*)L_41);
}
IL_0156:
{
String_t* L_42 = __this->___cachedLocalPath_13;
return L_42;
}
}
// System.Boolean Mono.Security.Uri::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_Equals_m731B4A7E15F8BB030C67811F7565196B8328B1D3 (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, RuntimeObject* ___comparant0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* V_0 = NULL;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* V_1 = NULL;
String_t* V_2 = NULL;
{
RuntimeObject* L_0 = ___comparant0;
if (L_0)
{
goto IL_0005;
}
}
{
return (bool)0;
}
IL_0005:
{
RuntimeObject* L_1 = ___comparant0;
V_0 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923*)IsInstClass((RuntimeObject*)L_1, Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var));
Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* L_2 = V_0;
if (L_2)
{
goto IL_0022;
}
}
{
RuntimeObject* L_3 = ___comparant0;
V_2 = ((String_t*)IsInstSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var));
String_t* L_4 = V_2;
if (L_4)
{
goto IL_001b;
}
}
{
return (bool)0;
}
IL_001b:
{
String_t* L_5 = V_2;
Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* L_6 = (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923*)il2cpp_codegen_object_new(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
NullCheck(L_6);
Uri__ctor_m8CB774E9B886E4EF1AF6C45BA80C91B43B482D7B(L_6, L_5, NULL);
V_0 = L_6;
}
IL_0022:
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_7;
L_7 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
V_1 = L_7;
String_t* L_8 = __this->___scheme_2;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_9 = V_1;
NullCheck(L_8);
String_t* L_10;
L_10 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_8, L_9, NULL);
Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* L_11 = V_0;
NullCheck(L_11);
String_t* L_12 = L_11->___scheme_2;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_13 = V_1;
NullCheck(L_12);
String_t* L_14;
L_14 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_12, L_13, NULL);
bool L_15;
L_15 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_10, L_14, NULL);
if (!L_15)
{
goto IL_00c4;
}
}
{
String_t* L_16 = __this->___userinfo_8;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_17 = V_1;
NullCheck(L_16);
String_t* L_18;
L_18 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_16, L_17, NULL);
Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* L_19 = V_0;
NullCheck(L_19);
String_t* L_20 = L_19->___userinfo_8;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_21 = V_1;
NullCheck(L_20);
String_t* L_22;
L_22 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_20, L_21, NULL);
bool L_23;
L_23 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_18, L_22, NULL);
if (!L_23)
{
goto IL_00c4;
}
}
{
String_t* L_24 = __this->___host_3;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_25 = V_1;
NullCheck(L_24);
String_t* L_26;
L_26 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_24, L_25, NULL);
Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* L_27 = V_0;
NullCheck(L_27);
String_t* L_28 = L_27->___host_3;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_29 = V_1;
NullCheck(L_28);
String_t* L_30;
L_30 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_28, L_29, NULL);
bool L_31;
L_31 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_26, L_30, NULL);
if (!L_31)
{
goto IL_00c4;
}
}
{
int32_t L_32 = __this->___port_4;
Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* L_33 = V_0;
NullCheck(L_33);
int32_t L_34 = L_33->___port_4;
if ((!(((uint32_t)L_32) == ((uint32_t)L_34))))
{
goto IL_00c4;
}
}
{
String_t* L_35 = __this->___path_5;
Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* L_36 = V_0;
NullCheck(L_36);
String_t* L_37 = L_36->___path_5;
bool L_38;
L_38 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_35, L_37, NULL);
if (!L_38)
{
goto IL_00c4;
}
}
{
String_t* L_39 = __this->___query_6;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_40 = V_1;
NullCheck(L_39);
String_t* L_41;
L_41 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_39, L_40, NULL);
Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* L_42 = V_0;
NullCheck(L_42);
String_t* L_43 = L_42->___query_6;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_44 = V_1;
NullCheck(L_43);
String_t* L_45;
L_45 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_43, L_44, NULL);
bool L_46;
L_46 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_41, L_45, NULL);
return L_46;
}
IL_00c4:
{
return (bool)0;
}
}
// System.Int32 Mono.Security.Uri::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_GetHashCode_mB374B3F04093A2DD87371271B277DF986A34A973 (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___cachedHashCode_14;
if (L_0)
{
goto IL_0050;
}
}
{
String_t* L_1 = __this->___scheme_2;
NullCheck(L_1);
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1);
String_t* L_3 = __this->___userinfo_8;
NullCheck(L_3);
int32_t L_4;
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_3);
String_t* L_5 = __this->___host_3;
NullCheck(L_5);
int32_t L_6;
L_6 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_5);
int32_t L_7 = __this->___port_4;
String_t* L_8 = __this->___path_5;
NullCheck(L_8);
int32_t L_9;
L_9 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_8);
String_t* L_10 = __this->___query_6;
NullCheck(L_10);
int32_t L_11;
L_11 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_10);
__this->___cachedHashCode_14 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_2, L_4)), L_6)), L_7)), L_9)), L_11));
}
IL_0050:
{
int32_t L_12 = __this->___cachedHashCode_14;
return L_12;
}
}
// System.String Mono.Security.Uri::GetLeftPart(Mono.Security.UriPartial)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetLeftPart_mE18CE2261A8C150F48B470A80C97893E875DD48C (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, int32_t ___part0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
StringBuilder_t* V_1 = NULL;
StringBuilder_t* V_2 = NULL;
{
int32_t L_0 = ___part0;
switch (L_0)
{
case 0:
{
goto IL_0017;
}
case 1:
{
goto IL_0029;
}
case 2:
{
goto IL_0126;
}
}
}
{
goto IL_01f4;
}
IL_0017:
{
String_t* L_1 = __this->___scheme_2;
String_t* L_2;
L_2 = Uri_GetOpaqueWiseSchemeDelimiter_m7E340FE3B5787780AC153CF4C6831AA010927C2E(__this, NULL);
String_t* L_3;
L_3 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_1, L_2, NULL);
return L_3;
}
IL_0029:
{
String_t* L_4 = __this->___host_3;
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
bool L_6;
L_6 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_4, L_5, NULL);
if (L_6)
{
goto IL_005f;
}
}
{
String_t* L_7 = __this->___scheme_2;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_8 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeMailto_23;
bool L_9;
L_9 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_7, L_8, NULL);
if (L_9)
{
goto IL_005f;
}
}
{
String_t* L_10 = __this->___scheme_2;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_11 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeNews_24;
bool L_12;
L_12 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_10, L_11, NULL);
if (!L_12)
{
goto IL_0065;
}
}
IL_005f:
{
String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_13;
}
IL_0065:
{
StringBuilder_t* L_14 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_14);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_14, NULL);
V_1 = L_14;
StringBuilder_t* L_15 = V_1;
String_t* L_16 = __this->___scheme_2;
NullCheck(L_15);
StringBuilder_t* L_17;
L_17 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_15, L_16, NULL);
StringBuilder_t* L_18 = V_1;
String_t* L_19;
L_19 = Uri_GetOpaqueWiseSchemeDelimiter_m7E340FE3B5787780AC153CF4C6831AA010927C2E(__this, NULL);
NullCheck(L_18);
StringBuilder_t* L_20;
L_20 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_18, L_19, NULL);
String_t* L_21 = __this->___path_5;
NullCheck(L_21);
int32_t L_22;
L_22 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_21, NULL);
if ((((int32_t)L_22) <= ((int32_t)1)))
{
goto IL_00be;
}
}
{
String_t* L_23 = __this->___path_5;
NullCheck(L_23);
Il2CppChar L_24;
L_24 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_23, 1, NULL);
if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)58)))))
{
goto IL_00be;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_25 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeFile_18;
String_t* L_26 = __this->___scheme_2;
bool L_27;
L_27 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_25, L_26, NULL);
if (!L_27)
{
goto IL_00be;
}
}
{
StringBuilder_t* L_28 = V_1;
NullCheck(L_28);
StringBuilder_t* L_29;
L_29 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_28, ((int32_t)47), NULL);
}
IL_00be:
{
String_t* L_30 = __this->___userinfo_8;
NullCheck(L_30);
int32_t L_31;
L_31 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_30, NULL);
if ((((int32_t)L_31) <= ((int32_t)0)))
{
goto IL_00e0;
}
}
{
StringBuilder_t* L_32 = V_1;
String_t* L_33 = __this->___userinfo_8;
NullCheck(L_32);
StringBuilder_t* L_34;
L_34 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_32, L_33, NULL);
NullCheck(L_34);
StringBuilder_t* L_35;
L_35 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_34, ((int32_t)64), NULL);
}
IL_00e0:
{
StringBuilder_t* L_36 = V_1;
String_t* L_37 = __this->___host_3;
NullCheck(L_36);
StringBuilder_t* L_38;
L_38 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_36, L_37, NULL);
String_t* L_39 = __this->___scheme_2;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
int32_t L_40;
L_40 = Uri_GetDefaultPort_m9E90B73424B48E0976553CDB21B29FDD9E1F5A4C(L_39, NULL);
V_0 = L_40;
int32_t L_41 = __this->___port_4;
if ((((int32_t)L_41) == ((int32_t)(-1))))
{
goto IL_011f;
}
}
{
int32_t L_42 = __this->___port_4;
int32_t L_43 = V_0;
if ((((int32_t)L_42) == ((int32_t)L_43)))
{
goto IL_011f;
}
}
{
StringBuilder_t* L_44 = V_1;
NullCheck(L_44);
StringBuilder_t* L_45;
L_45 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_44, ((int32_t)58), NULL);
int32_t L_46 = __this->___port_4;
NullCheck(L_45);
StringBuilder_t* L_47;
L_47 = StringBuilder_Append_m283B617AC29FB0DD6F3A7D8C01D385C25A5F0FAA(L_45, L_46, NULL);
}
IL_011f:
{
StringBuilder_t* L_48 = V_1;
NullCheck(L_48);
String_t* L_49;
L_49 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_48);
return L_49;
}
IL_0126:
{
StringBuilder_t* L_50 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_50);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_50, NULL);
V_2 = L_50;
StringBuilder_t* L_51 = V_2;
String_t* L_52 = __this->___scheme_2;
NullCheck(L_51);
StringBuilder_t* L_53;
L_53 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_51, L_52, NULL);
StringBuilder_t* L_54 = V_2;
String_t* L_55;
L_55 = Uri_GetOpaqueWiseSchemeDelimiter_m7E340FE3B5787780AC153CF4C6831AA010927C2E(__this, NULL);
NullCheck(L_54);
StringBuilder_t* L_56;
L_56 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_54, L_55, NULL);
String_t* L_57 = __this->___path_5;
NullCheck(L_57);
int32_t L_58;
L_58 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_57, NULL);
if ((((int32_t)L_58) <= ((int32_t)1)))
{
goto IL_017f;
}
}
{
String_t* L_59 = __this->___path_5;
NullCheck(L_59);
Il2CppChar L_60;
L_60 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_59, 1, NULL);
if ((!(((uint32_t)L_60) == ((uint32_t)((int32_t)58)))))
{
goto IL_017f;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_61 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeFile_18;
String_t* L_62 = __this->___scheme_2;
bool L_63;
L_63 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_61, L_62, NULL);
if (!L_63)
{
goto IL_017f;
}
}
{
StringBuilder_t* L_64 = V_2;
NullCheck(L_64);
StringBuilder_t* L_65;
L_65 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_64, ((int32_t)47), NULL);
}
IL_017f:
{
String_t* L_66 = __this->___userinfo_8;
NullCheck(L_66);
int32_t L_67;
L_67 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_66, NULL);
if ((((int32_t)L_67) <= ((int32_t)0)))
{
goto IL_01a1;
}
}
{
StringBuilder_t* L_68 = V_2;
String_t* L_69 = __this->___userinfo_8;
NullCheck(L_68);
StringBuilder_t* L_70;
L_70 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_68, L_69, NULL);
NullCheck(L_70);
StringBuilder_t* L_71;
L_71 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_70, ((int32_t)64), NULL);
}
IL_01a1:
{
StringBuilder_t* L_72 = V_2;
String_t* L_73 = __this->___host_3;
NullCheck(L_72);
StringBuilder_t* L_74;
L_74 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_72, L_73, NULL);
String_t* L_75 = __this->___scheme_2;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
int32_t L_76;
L_76 = Uri_GetDefaultPort_m9E90B73424B48E0976553CDB21B29FDD9E1F5A4C(L_75, NULL);
V_0 = L_76;
int32_t L_77 = __this->___port_4;
if ((((int32_t)L_77) == ((int32_t)(-1))))
{
goto IL_01e0;
}
}
{
int32_t L_78 = __this->___port_4;
int32_t L_79 = V_0;
if ((((int32_t)L_78) == ((int32_t)L_79)))
{
goto IL_01e0;
}
}
{
StringBuilder_t* L_80 = V_2;
NullCheck(L_80);
StringBuilder_t* L_81;
L_81 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_80, ((int32_t)58), NULL);
int32_t L_82 = __this->___port_4;
NullCheck(L_81);
StringBuilder_t* L_83;
L_83 = StringBuilder_Append_m283B617AC29FB0DD6F3A7D8C01D385C25A5F0FAA(L_81, L_82, NULL);
}
IL_01e0:
{
StringBuilder_t* L_84 = V_2;
String_t* L_85 = __this->___path_5;
NullCheck(L_84);
StringBuilder_t* L_86;
L_86 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_84, L_85, NULL);
StringBuilder_t* L_87 = V_2;
NullCheck(L_87);
String_t* L_88;
L_88 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_87);
return L_88;
}
IL_01f4:
{
return (String_t*)NULL;
}
}
// System.Int32 Mono.Security.Uri::FromHex(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_FromHex_m96E0494D91BAB1F76F62295849F04085E0359B2B (Il2CppChar ___digit0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___digit0;
if ((((int32_t)((int32_t)48)) > ((int32_t)L_0)))
{
goto IL_000f;
}
}
{
Il2CppChar L_1 = ___digit0;
if ((((int32_t)L_1) > ((int32_t)((int32_t)57))))
{
goto IL_000f;
}
}
{
Il2CppChar L_2 = ___digit0;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, ((int32_t)48)));
}
IL_000f:
{
Il2CppChar L_3 = ___digit0;
if ((((int32_t)((int32_t)97)) > ((int32_t)L_3)))
{
goto IL_0021;
}
}
{
Il2CppChar L_4 = ___digit0;
if ((((int32_t)L_4) > ((int32_t)((int32_t)102))))
{
goto IL_0021;
}
}
{
Il2CppChar L_5 = ___digit0;
return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract((int32_t)L_5, ((int32_t)97))), ((int32_t)10)));
}
IL_0021:
{
Il2CppChar L_6 = ___digit0;
if ((((int32_t)((int32_t)65)) > ((int32_t)L_6)))
{
goto IL_0033;
}
}
{
Il2CppChar L_7 = ___digit0;
if ((((int32_t)L_7) > ((int32_t)((int32_t)70))))
{
goto IL_0033;
}
}
{
Il2CppChar L_8 = ___digit0;
return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract((int32_t)L_8, ((int32_t)65))), ((int32_t)10)));
}
IL_0033:
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_9 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_9);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral491588DC50F24F885876BF828F202716C7BE3803)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_FromHex_m96E0494D91BAB1F76F62295849F04085E0359B2B_RuntimeMethod_var)));
}
}
// System.String Mono.Security.Uri::HexEscape(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_HexEscape_mFB7234E97D230350CACA1676D72B74BC19305A70 (Il2CppChar ___character0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
Il2CppChar L_0 = ___character0;
if ((((int32_t)L_0) <= ((int32_t)((int32_t)255))))
{
goto IL_0013;
}
}
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_1 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_1);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3267F0CD56D3C5A8F52B40628A4EC5E976FD0A9)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_HexEscape_mFB7234E97D230350CACA1676D72B74BC19305A70_RuntimeMethod_var)));
}
IL_0013:
{
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_2 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___hexUpperChars_16;
Il2CppChar L_3 = ___character0;
NullCheck(L_2);
Il2CppChar L_4;
L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, ((int32_t)(((int32_t)((int32_t)L_3&((int32_t)240)))>>4)), NULL);
V_0 = L_4;
String_t* L_5;
L_5 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&V_0), NULL);
String_t* L_6 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___hexUpperChars_16;
Il2CppChar L_7 = ___character0;
NullCheck(L_6);
Il2CppChar L_8;
L_8 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_6, ((int32_t)((int32_t)L_7&((int32_t)15))), NULL);
V_0 = L_8;
String_t* L_9;
L_9 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&V_0), NULL);
String_t* L_10;
L_10 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710, L_5, L_9, NULL);
return L_10;
}
}
// System.Char Mono.Security.Uri::HexUnescape(System.String,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Uri_HexUnescape_mE6E570B2DDA519E6B031FD7E09384D32DF501ADC (String_t* ___pattern0, int32_t* ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
String_t* L_0 = ___pattern0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_1);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD8CD2F2DA1948373D6BFA8C44122166BC25E3FC0)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_HexUnescape_mE6E570B2DDA519E6B031FD7E09384D32DF501ADC_RuntimeMethod_var)));
}
IL_000e:
{
int32_t* L_2 = ___index1;
int32_t L_3 = *((int32_t*)L_2);
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_001d;
}
}
{
int32_t* L_4 = ___index1;
int32_t L_5 = *((int32_t*)L_4);
String_t* L_6 = ___pattern0;
NullCheck(L_6);
int32_t L_7;
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
if ((((int32_t)L_5) < ((int32_t)L_7)))
{
goto IL_0028;
}
}
IL_001d:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_8 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_8);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_HexUnescape_mE6E570B2DDA519E6B031FD7E09384D32DF501ADC_RuntimeMethod_var)));
}
IL_0028:
{
V_0 = 0;
V_1 = 0;
}
IL_002c:
{
int32_t* L_9 = ___index1;
int32_t L_10 = *((int32_t*)L_9);
String_t* L_11 = ___pattern0;
NullCheck(L_11);
int32_t L_12;
L_12 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_11, NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_10, 3))) > ((int32_t)L_12)))
{
goto IL_0066;
}
}
{
String_t* L_13 = ___pattern0;
int32_t* L_14 = ___index1;
int32_t L_15 = *((int32_t*)L_14);
NullCheck(L_13);
Il2CppChar L_16;
L_16 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_13, L_15, NULL);
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)37)))))
{
goto IL_0066;
}
}
{
String_t* L_17 = ___pattern0;
int32_t* L_18 = ___index1;
int32_t L_19 = *((int32_t*)L_18);
NullCheck(L_17);
Il2CppChar L_20;
L_20 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_17, ((int32_t)il2cpp_codegen_add(L_19, 1)), NULL);
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
bool L_21;
L_21 = Uri_IsHexDigit_mCAC3830E1B728FBE3087A8C553EE32EBD280D50E(L_20, NULL);
if (!L_21)
{
goto IL_0066;
}
}
{
String_t* L_22 = ___pattern0;
int32_t* L_23 = ___index1;
int32_t L_24 = *((int32_t*)L_23);
NullCheck(L_22);
Il2CppChar L_25;
L_25 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_22, ((int32_t)il2cpp_codegen_add(L_24, 2)), NULL);
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
bool L_26;
L_26 = Uri_IsHexDigit_mCAC3830E1B728FBE3087A8C553EE32EBD280D50E(L_25, NULL);
if (L_26)
{
goto IL_007f;
}
}
IL_0066:
{
int32_t L_27 = V_0;
if (L_27)
{
goto IL_0154;
}
}
{
String_t* L_28 = ___pattern0;
int32_t* L_29 = ___index1;
int32_t* L_30 = ___index1;
int32_t L_31 = *((int32_t*)L_30);
V_4 = L_31;
int32_t L_32 = V_4;
*((int32_t*)L_29) = (int32_t)((int32_t)il2cpp_codegen_add(L_32, 1));
int32_t L_33 = V_4;
NullCheck(L_28);
Il2CppChar L_34;
L_34 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_28, L_33, NULL);
return L_34;
}
IL_007f:
{
int32_t* L_35 = ___index1;
int32_t* L_36 = ___index1;
int32_t L_37 = *((int32_t*)L_36);
*((int32_t*)L_35) = (int32_t)((int32_t)il2cpp_codegen_add(L_37, 1));
String_t* L_38 = ___pattern0;
int32_t* L_39 = ___index1;
int32_t* L_40 = ___index1;
int32_t L_41 = *((int32_t*)L_40);
V_4 = L_41;
int32_t L_42 = V_4;
*((int32_t*)L_39) = (int32_t)((int32_t)il2cpp_codegen_add(L_42, 1));
int32_t L_43 = V_4;
NullCheck(L_38);
Il2CppChar L_44;
L_44 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_38, L_43, NULL);
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
int32_t L_45;
L_45 = Uri_FromHex_m96E0494D91BAB1F76F62295849F04085E0359B2B(L_44, NULL);
String_t* L_46 = ___pattern0;
int32_t* L_47 = ___index1;
int32_t* L_48 = ___index1;
int32_t L_49 = *((int32_t*)L_48);
V_4 = L_49;
int32_t L_50 = V_4;
*((int32_t*)L_47) = (int32_t)((int32_t)il2cpp_codegen_add(L_50, 1));
int32_t L_51 = V_4;
NullCheck(L_46);
Il2CppChar L_52;
L_52 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_46, L_51, NULL);
int32_t L_53;
L_53 = Uri_FromHex_m96E0494D91BAB1F76F62295849F04085E0359B2B(L_52, NULL);
V_2 = L_53;
int32_t L_54 = V_2;
V_3 = ((int32_t)il2cpp_codegen_add(((int32_t)(L_45<<4)), L_54));
int32_t L_55 = V_0;
if (L_55)
{
goto IL_0136;
}
}
{
int32_t L_56 = V_3;
if ((((int32_t)L_56) >= ((int32_t)((int32_t)192))))
{
goto IL_00c7;
}
}
{
int32_t L_57 = V_3;
return ((int32_t)(uint16_t)L_57);
}
IL_00c7:
{
int32_t L_58 = V_3;
if ((((int32_t)L_58) >= ((int32_t)((int32_t)224))))
{
goto IL_00db;
}
}
{
int32_t L_59 = V_3;
V_1 = ((int32_t)il2cpp_codegen_subtract(L_59, ((int32_t)192)));
V_0 = 2;
goto IL_0129;
}
IL_00db:
{
int32_t L_60 = V_3;
if ((((int32_t)L_60) >= ((int32_t)((int32_t)240))))
{
goto IL_00ef;
}
}
{
int32_t L_61 = V_3;
V_1 = ((int32_t)il2cpp_codegen_subtract(L_61, ((int32_t)224)));
V_0 = 3;
goto IL_0129;
}
IL_00ef:
{
int32_t L_62 = V_3;
if ((((int32_t)L_62) >= ((int32_t)((int32_t)248))))
{
goto IL_0103;
}
}
{
int32_t L_63 = V_3;
V_1 = ((int32_t)il2cpp_codegen_subtract(L_63, ((int32_t)240)));
V_0 = 4;
goto IL_0129;
}
IL_0103:
{
int32_t L_64 = V_3;
if ((((int32_t)L_64) >= ((int32_t)((int32_t)251))))
{
goto IL_0117;
}
}
{
int32_t L_65 = V_3;
V_1 = ((int32_t)il2cpp_codegen_subtract(L_65, ((int32_t)248)));
V_0 = 5;
goto IL_0129;
}
IL_0117:
{
int32_t L_66 = V_3;
if ((((int32_t)L_66) >= ((int32_t)((int32_t)254))))
{
goto IL_0129;
}
}
{
int32_t L_67 = V_3;
V_1 = ((int32_t)il2cpp_codegen_subtract(L_67, ((int32_t)252)));
V_0 = 6;
}
IL_0129:
{
int32_t L_68 = V_1;
int32_t L_69 = V_0;
V_1 = ((int32_t)(L_68<<((int32_t)(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_subtract(L_69, 1)), 6))&((int32_t)31)))));
goto IL_0149;
}
IL_0136:
{
int32_t L_70 = V_1;
int32_t L_71 = V_3;
int32_t L_72 = V_0;
V_1 = ((int32_t)il2cpp_codegen_add(L_70, ((int32_t)(((int32_t)il2cpp_codegen_subtract(L_71, ((int32_t)128)))<<((int32_t)(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_subtract(L_72, 1)), 6))&((int32_t)31)))))));
}
IL_0149:
{
int32_t L_73 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_73, 1));
int32_t L_74 = V_0;
if ((((int32_t)L_74) > ((int32_t)0)))
{
goto IL_002c;
}
}
IL_0154:
{
int32_t L_75 = V_1;
return ((int32_t)(uint16_t)L_75);
}
}
// System.Boolean Mono.Security.Uri::IsHexDigit(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsHexDigit_mCAC3830E1B728FBE3087A8C553EE32EBD280D50E (Il2CppChar ___digit0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___digit0;
if ((((int32_t)((int32_t)48)) > ((int32_t)L_0)))
{
goto IL_000a;
}
}
{
Il2CppChar L_1 = ___digit0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)57))))
{
goto IL_0024;
}
}
IL_000a:
{
Il2CppChar L_2 = ___digit0;
if ((((int32_t)((int32_t)97)) > ((int32_t)L_2)))
{
goto IL_0014;
}
}
{
Il2CppChar L_3 = ___digit0;
if ((((int32_t)L_3) <= ((int32_t)((int32_t)102))))
{
goto IL_0024;
}
}
IL_0014:
{
Il2CppChar L_4 = ___digit0;
if ((((int32_t)((int32_t)65)) > ((int32_t)L_4)))
{
goto IL_0022;
}
}
{
Il2CppChar L_5 = ___digit0;
return (bool)((((int32_t)((((int32_t)L_5) > ((int32_t)((int32_t)70)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0022:
{
return (bool)0;
}
IL_0024:
{
return (bool)1;
}
}
// System.Boolean Mono.Security.Uri::IsHexEncoding(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsHexEncoding_m7221F6FB93F452B8FDF83F5CA47E47571C46B542 (String_t* ___pattern0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index1;
String_t* L_1 = ___pattern0;
NullCheck(L_1);
int32_t L_2;
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_0, 3))) <= ((int32_t)L_2)))
{
goto IL_000d;
}
}
{
return (bool)0;
}
IL_000d:
{
String_t* L_3 = ___pattern0;
int32_t L_4 = ___index1;
int32_t L_5 = L_4;
___index1 = ((int32_t)il2cpp_codegen_add(L_5, 1));
NullCheck(L_3);
Il2CppChar L_6;
L_6 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, L_5, NULL);
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)37)))))
{
goto IL_003d;
}
}
{
String_t* L_7 = ___pattern0;
int32_t L_8 = ___index1;
int32_t L_9 = L_8;
___index1 = ((int32_t)il2cpp_codegen_add(L_9, 1));
NullCheck(L_7);
Il2CppChar L_10;
L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_7, L_9, NULL);
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
bool L_11;
L_11 = Uri_IsHexDigit_mCAC3830E1B728FBE3087A8C553EE32EBD280D50E(L_10, NULL);
if (!L_11)
{
goto IL_003d;
}
}
{
String_t* L_12 = ___pattern0;
int32_t L_13 = ___index1;
NullCheck(L_12);
Il2CppChar L_14;
L_14 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_12, L_13, NULL);
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
bool L_15;
L_15 = Uri_IsHexDigit_mCAC3830E1B728FBE3087A8C553EE32EBD280D50E(L_14, NULL);
return L_15;
}
IL_003d:
{
return (bool)0;
}
}
// System.String Mono.Security.Uri::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_ToString_mA41913DE4A1B26829A953855511F2BAAC49E1F6C (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral738F291E53E97C08DAE378C71EF70A60E31AE900);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* G_B5_0 = NULL;
{
String_t* L_0 = __this->___cachedToString_12;
if (!L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = __this->___cachedToString_12;
return L_1;
}
IL_000f:
{
String_t* L_2 = __this->___query_6;
NullCheck(L_2);
bool L_3;
L_3 = String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0(L_2, _stringLiteral738F291E53E97C08DAE378C71EF70A60E31AE900, NULL);
if (L_3)
{
goto IL_002f;
}
}
{
String_t* L_4 = __this->___query_6;
String_t* L_5;
L_5 = Uri_Unescape_m254C7C527EDBBDAAC45EA2E2FC89E7C316957ADA(__this, L_4, NULL);
G_B5_0 = L_5;
goto IL_004b;
}
IL_002f:
{
String_t* L_6 = __this->___query_6;
NullCheck(L_6);
String_t* L_7;
L_7 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_6, 1, NULL);
String_t* L_8;
L_8 = Uri_Unescape_m254C7C527EDBBDAAC45EA2E2FC89E7C316957ADA(__this, L_7, NULL);
String_t* L_9;
L_9 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral738F291E53E97C08DAE378C71EF70A60E31AE900, L_8, NULL);
G_B5_0 = L_9;
}
IL_004b:
{
V_0 = G_B5_0;
String_t* L_10;
L_10 = Uri_GetLeftPart_mE18CE2261A8C150F48B470A80C97893E875DD48C(__this, 2, NULL);
String_t* L_11;
L_11 = Uri_Unescape_m0A1AE0134E15A7739F29B71E0E4132ED7C704CBB(__this, L_10, (bool)1, NULL);
String_t* L_12 = V_0;
String_t* L_13 = __this->___fragment_7;
String_t* L_14;
L_14 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_11, L_12, L_13, NULL);
__this->___cachedToString_12 = L_14;
Il2CppCodeGenWriteBarrier((void**)(&__this->___cachedToString_12), (void*)L_14);
String_t* L_15 = __this->___cachedToString_12;
return L_15;
}
}
// System.String Mono.Security.Uri::EscapeString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeString_mF28AD2C26D716D850D10484496DC06AFEED1BA87 (String_t* ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___str0;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = Uri_EscapeString_mBD3F207A24DDB9318B8CC6318624E2946FB8A42F(L_0, (bool)0, (bool)1, (bool)1, NULL);
return L_1;
}
}
// System.String Mono.Security.Uri::EscapeString(System.String,System.Boolean,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeString_mBD3F207A24DDB9318B8CC6318624E2946FB8A42F (String_t* ___str0, bool ___escapeReserved1, bool ___escapeHex2, bool ___escapeBrackets3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral84A0343BF19D2274E807E1B6505C382F81D6E3C9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF519FC195B373C2307E10550FD72BC484B0EF2BE);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
Il2CppChar V_6 = 0x0;
{
String_t* L_0 = ___str0;
if (L_0)
{
goto IL_0009;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_1;
}
IL_0009:
{
StringBuilder_t* L_2 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_2);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_2, NULL);
V_0 = L_2;
String_t* L_3 = ___str0;
NullCheck(L_3);
int32_t L_4;
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
V_1 = L_4;
V_2 = 0;
goto IL_00d7;
}
IL_001d:
{
String_t* L_5 = ___str0;
int32_t L_6 = V_2;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Uri_IsHexEncoding_m7221F6FB93F452B8FDF83F5CA47E47571C46B542(L_5, L_6, NULL);
if (!L_7)
{
goto IL_003e;
}
}
{
StringBuilder_t* L_8 = V_0;
String_t* L_9 = ___str0;
int32_t L_10 = V_2;
NullCheck(L_9);
String_t* L_11;
L_11 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_9, L_10, 3, NULL);
NullCheck(L_8);
StringBuilder_t* L_12;
L_12 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_8, L_11, NULL);
int32_t L_13 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_13, 2));
goto IL_00d3;
}
IL_003e:
{
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_14;
L_14 = Encoding_get_UTF8_m9700ADA8E0F244002B2A89B483F1B2133B8FE336(NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_15 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_16 = L_15;
String_t* L_17 = ___str0;
int32_t L_18 = V_2;
NullCheck(L_17);
Il2CppChar L_19;
L_19 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_17, L_18, NULL);
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)L_19);
NullCheck(L_14);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20;
L_20 = VirtualFuncInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* >::Invoke(15 /* System.Byte[] System.Text.Encoding::GetBytes(System.Char[]) */, L_14, L_16);
V_3 = L_20;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = V_3;
NullCheck(L_21);
V_4 = ((int32_t)(((RuntimeArray*)L_21)->max_length));
V_5 = 0;
goto IL_00cd;
}
IL_0063:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = V_3;
int32_t L_23 = V_5;
NullCheck(L_22);
int32_t L_24 = L_23;
uint8_t L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
V_6 = L_25;
Il2CppChar L_26 = V_6;
if ((((int32_t)L_26) <= ((int32_t)((int32_t)32))))
{
goto IL_00ae;
}
}
{
Il2CppChar L_27 = V_6;
if ((((int32_t)L_27) >= ((int32_t)((int32_t)127))))
{
goto IL_00ae;
}
}
{
Il2CppChar L_28 = V_6;
NullCheck(_stringLiteralF519FC195B373C2307E10550FD72BC484B0EF2BE);
int32_t L_29;
L_29 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(_stringLiteralF519FC195B373C2307E10550FD72BC484B0EF2BE, L_28, NULL);
if ((!(((uint32_t)L_29) == ((uint32_t)(-1)))))
{
goto IL_00ae;
}
}
{
bool L_30 = ___escapeHex2;
if (!L_30)
{
goto IL_008d;
}
}
{
Il2CppChar L_31 = V_6;
if ((((int32_t)L_31) == ((int32_t)((int32_t)35))))
{
goto IL_00ae;
}
}
IL_008d:
{
bool L_32 = ___escapeBrackets3;
if (!L_32)
{
goto IL_009c;
}
}
{
Il2CppChar L_33 = V_6;
if ((((int32_t)L_33) == ((int32_t)((int32_t)91))))
{
goto IL_00ae;
}
}
{
Il2CppChar L_34 = V_6;
if ((((int32_t)L_34) == ((int32_t)((int32_t)93))))
{
goto IL_00ae;
}
}
IL_009c:
{
bool L_35 = ___escapeReserved1;
if (!L_35)
{
goto IL_00be;
}
}
{
Il2CppChar L_36 = V_6;
NullCheck(_stringLiteral84A0343BF19D2274E807E1B6505C382F81D6E3C9);
int32_t L_37;
L_37 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(_stringLiteral84A0343BF19D2274E807E1B6505C382F81D6E3C9, L_36, NULL);
if ((((int32_t)L_37) == ((int32_t)(-1))))
{
goto IL_00be;
}
}
IL_00ae:
{
StringBuilder_t* L_38 = V_0;
Il2CppChar L_39 = V_6;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_40;
L_40 = Uri_HexEscape_mFB7234E97D230350CACA1676D72B74BC19305A70(L_39, NULL);
NullCheck(L_38);
StringBuilder_t* L_41;
L_41 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_38, L_40, NULL);
goto IL_00c7;
}
IL_00be:
{
StringBuilder_t* L_42 = V_0;
Il2CppChar L_43 = V_6;
NullCheck(L_42);
StringBuilder_t* L_44;
L_44 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_42, L_43, NULL);
}
IL_00c7:
{
int32_t L_45 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_45, 1));
}
IL_00cd:
{
int32_t L_46 = V_5;
int32_t L_47 = V_4;
if ((((int32_t)L_46) < ((int32_t)L_47)))
{
goto IL_0063;
}
}
IL_00d3:
{
int32_t L_48 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_48, 1));
}
IL_00d7:
{
int32_t L_49 = V_2;
int32_t L_50 = V_1;
if ((((int32_t)L_49) < ((int32_t)L_50)))
{
goto IL_001d;
}
}
{
StringBuilder_t* L_51 = V_0;
NullCheck(L_51);
String_t* L_52;
L_52 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_51);
return L_52;
}
}
// System.Void Mono.Security.Uri::Parse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_Parse_m004D6FB0B57C345DF6603EA2E5D00BD723E18296 (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = __this->___source_1;
Uri_Parse_m8801A78BE448912761B80E050227986550FC6872(__this, L_0, NULL);
bool L_1 = __this->___userEscaped_11;
if (!L_1)
{
goto IL_0015;
}
}
{
return;
}
IL_0015:
{
String_t* L_2 = __this->___host_3;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_3;
L_3 = Uri_EscapeString_mBD3F207A24DDB9318B8CC6318624E2946FB8A42F(L_2, (bool)0, (bool)1, (bool)0, NULL);
__this->___host_3 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___host_3), (void*)L_3);
String_t* L_4 = __this->___path_5;
String_t* L_5;
L_5 = Uri_EscapeString_mF28AD2C26D716D850D10484496DC06AFEED1BA87(L_4, NULL);
__this->___path_5 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___path_5), (void*)L_5);
return;
}
}
// System.String Mono.Security.Uri::Unescape(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_Unescape_m254C7C527EDBBDAAC45EA2E2FC89E7C316957ADA (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, String_t* ___str0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___str0;
String_t* L_1;
L_1 = Uri_Unescape_m0A1AE0134E15A7739F29B71E0E4132ED7C704CBB(__this, L_0, (bool)0, NULL);
return L_1;
}
}
// System.String Mono.Security.Uri::Unescape(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_Unescape_m0A1AE0134E15A7739F29B71E0E4132ED7C704CBB (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, String_t* ___str0, bool ___excludeSharp1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F867E542346F4FD171E87D0AE89A5DA4F78A7B6);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
Il2CppChar V_3 = 0x0;
Il2CppChar V_4 = 0x0;
{
String_t* L_0 = ___str0;
if (L_0)
{
goto IL_0009;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_1;
}
IL_0009:
{
StringBuilder_t* L_2 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_2);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_2, NULL);
V_0 = L_2;
String_t* L_3 = ___str0;
NullCheck(L_3);
int32_t L_4;
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
V_1 = L_4;
V_2 = 0;
goto IL_0063;
}
IL_001a:
{
String_t* L_5 = ___str0;
int32_t L_6 = V_2;
NullCheck(L_5);
Il2CppChar L_7;
L_7 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_5, L_6, NULL);
V_3 = L_7;
Il2CppChar L_8 = V_3;
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)37)))))
{
goto IL_0057;
}
}
{
String_t* L_9 = ___str0;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
Il2CppChar L_10;
L_10 = Uri_HexUnescape_mE6E570B2DDA519E6B031FD7E09384D32DF501ADC(L_9, (&V_2), NULL);
V_4 = L_10;
bool L_11 = ___excludeSharp1;
if (!L_11)
{
goto IL_0048;
}
}
{
Il2CppChar L_12 = V_4;
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)35)))))
{
goto IL_0048;
}
}
{
StringBuilder_t* L_13 = V_0;
NullCheck(L_13);
StringBuilder_t* L_14;
L_14 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_13, _stringLiteral1F867E542346F4FD171E87D0AE89A5DA4F78A7B6, NULL);
goto IL_0051;
}
IL_0048:
{
StringBuilder_t* L_15 = V_0;
Il2CppChar L_16 = V_4;
NullCheck(L_15);
StringBuilder_t* L_17;
L_17 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_15, L_16, NULL);
}
IL_0051:
{
int32_t L_18 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract(L_18, 1));
goto IL_005f;
}
IL_0057:
{
StringBuilder_t* L_19 = V_0;
Il2CppChar L_20 = V_3;
NullCheck(L_19);
StringBuilder_t* L_21;
L_21 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_19, L_20, NULL);
}
IL_005f:
{
int32_t L_22 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_22, 1));
}
IL_0063:
{
int32_t L_23 = V_2;
int32_t L_24 = V_1;
if ((((int32_t)L_23) < ((int32_t)L_24)))
{
goto IL_001a;
}
}
{
StringBuilder_t* L_25 = V_0;
NullCheck(L_25);
String_t* L_26;
L_26 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25);
return L_26;
}
}
// System.Void Mono.Security.Uri::ParseAsWindowsUNC(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_ParseAsWindowsUNC_mA8D9829D6A94DAF85039E96E0CB37EB0264F721E (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, String_t* ___uriString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_0 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeFile_18;
__this->___scheme_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___scheme_2), (void*)L_0);
__this->___port_4 = (-1);
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___fragment_7 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___fragment_7), (void*)L_1);
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___query_6 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___query_6), (void*)L_2);
__this->___isUnc_9 = (bool)1;
String_t* L_3 = ___uriString0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = L_4;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)92));
NullCheck(L_3);
String_t* L_6;
L_6 = String_TrimStart_m67833D80326BEA11CC3517CE03CD7B16669BCEEC(L_3, L_5, NULL);
___uriString0 = L_6;
String_t* L_7 = ___uriString0;
NullCheck(L_7);
int32_t L_8;
L_8 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_7, ((int32_t)92), NULL);
V_0 = L_8;
int32_t L_9 = V_0;
if ((((int32_t)L_9) <= ((int32_t)0)))
{
goto IL_006c;
}
}
{
String_t* L_10 = ___uriString0;
int32_t L_11 = V_0;
NullCheck(L_10);
String_t* L_12;
L_12 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_10, L_11, NULL);
__this->___path_5 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&__this->___path_5), (void*)L_12);
String_t* L_13 = ___uriString0;
int32_t L_14 = V_0;
NullCheck(L_13);
String_t* L_15;
L_15 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_13, 0, L_14, NULL);
__this->___host_3 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&__this->___host_3), (void*)L_15);
goto IL_007e;
}
IL_006c:
{
String_t* L_16 = ___uriString0;
__this->___host_3 = L_16;
Il2CppCodeGenWriteBarrier((void**)(&__this->___host_3), (void*)L_16);
String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___path_5 = L_17;
Il2CppCodeGenWriteBarrier((void**)(&__this->___path_5), (void*)L_17);
}
IL_007e:
{
String_t* L_18 = __this->___path_5;
NullCheck(L_18);
String_t* L_19;
L_19 = String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166(L_18, _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, NULL);
__this->___path_5 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&__this->___path_5), (void*)L_19);
return;
}
}
// System.Void Mono.Security.Uri::ParseAsWindowsAbsoluteFilePath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_ParseAsWindowsAbsoluteFilePath_mB0EB60186A1FAF1DC45C51F84D4C72F936EEA0C4 (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, String_t* ___uriString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___uriString0;
NullCheck(L_0);
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
if ((((int32_t)L_1) <= ((int32_t)2)))
{
goto IL_002a;
}
}
{
String_t* L_2 = ___uriString0;
NullCheck(L_2);
Il2CppChar L_3;
L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, 2, NULL);
if ((((int32_t)L_3) == ((int32_t)((int32_t)92))))
{
goto IL_002a;
}
}
{
String_t* L_4 = ___uriString0;
NullCheck(L_4);
Il2CppChar L_5;
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_4, 2, NULL);
if ((((int32_t)L_5) == ((int32_t)((int32_t)47))))
{
goto IL_002a;
}
}
{
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_6 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
NullCheck(L_6);
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDAD92B4A54CEA0360B2A68931656DCBA3D3CCB34)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_ParseAsWindowsAbsoluteFilePath_mB0EB60186A1FAF1DC45C51F84D4C72F936EEA0C4_RuntimeMethod_var)));
}
IL_002a:
{
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_7 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeFile_18;
__this->___scheme_2 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___scheme_2), (void*)L_7);
String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___host_3 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___host_3), (void*)L_8);
__this->___port_4 = (-1);
String_t* L_9 = ___uriString0;
NullCheck(L_9);
String_t* L_10;
L_10 = String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166(L_9, _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, NULL);
__this->___path_5 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&__this->___path_5), (void*)L_10);
String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___fragment_7 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___fragment_7), (void*)L_11);
String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___query_6 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&__this->___query_6), (void*)L_12);
return;
}
}
// System.Void Mono.Security.Uri::ParseAsUnixAbsoluteFilePath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_ParseAsUnixAbsoluteFilePath_mF98135CDFFABF7EA0495D3C8C777DEDE55AFFFB7 (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, String_t* ___uriString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A3368DAE484FE379E69F430C2A7AAC7B6DBF7C3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
s_Il2CppMethodInitialized = true;
}
{
__this->___isUnixFilePath_0 = (bool)1;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_0 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeFile_18;
__this->___scheme_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___scheme_2), (void*)L_0);
__this->___port_4 = (-1);
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___fragment_7 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___fragment_7), (void*)L_1);
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___query_6 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___query_6), (void*)L_2);
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___host_3 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___host_3), (void*)L_3);
__this->___path_5 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___path_5), (void*)(String_t*)NULL);
String_t* L_4 = ___uriString0;
NullCheck(L_4);
bool L_5;
L_5 = String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0(L_4, _stringLiteral1A3368DAE484FE379E69F430C2A7AAC7B6DBF7C3, NULL);
if (!L_5)
{
goto IL_0072;
}
}
{
String_t* L_6 = ___uriString0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = L_7;
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)47));
NullCheck(L_6);
String_t* L_9;
L_9 = String_TrimStart_m67833D80326BEA11CC3517CE03CD7B16669BCEEC(L_6, L_8, NULL);
___uriString0 = L_9;
String_t* L_10 = ___uriString0;
String_t* L_11;
L_11 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_10, NULL);
__this->___path_5 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___path_5), (void*)L_11);
}
IL_0072:
{
String_t* L_12 = __this->___path_5;
if (L_12)
{
goto IL_0081;
}
}
{
String_t* L_13 = ___uriString0;
__this->___path_5 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&__this->___path_5), (void*)L_13);
}
IL_0081:
{
return;
}
}
// System.Void Mono.Security.Uri::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_Parse_m8801A78BE448912761B80E050227986550FC6872 (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, String_t* ___uriString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0729E625AF80A93529683B8A44CF77CA195DC6A4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A3368DAE484FE379E69F430C2A7AAC7B6DBF7C3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4DF458E171DCDE89639B730164B9A345EB11392D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
Il2CppChar V_3 = 0x0;
String_t* V_4 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
int32_t G_B31_0 = 0;
{
String_t* L_0 = ___uriString0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_1);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6D153343DC0552ABAFC2B893F453DC72854A37BE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_Parse_m8801A78BE448912761B80E050227986550FC6872_RuntimeMethod_var)));
}
IL_000e:
{
String_t* L_2 = ___uriString0;
NullCheck(L_2);
int32_t L_3;
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
if ((((int32_t)L_3) > ((int32_t)1)))
{
goto IL_001d;
}
}
{
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_4 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
NullCheck(L_4);
FormatException__ctor_mF29D430E15E766845220AB94DEE48CFC341A2DFE(L_4, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_Parse_m8801A78BE448912761B80E050227986550FC6872_RuntimeMethod_var)));
}
IL_001d:
{
V_0 = 0;
String_t* L_5 = ___uriString0;
NullCheck(L_5);
int32_t L_6;
L_6 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_5, ((int32_t)58), NULL);
V_0 = L_6;
int32_t L_7 = V_0;
if ((((int32_t)L_7) >= ((int32_t)0)))
{
goto IL_005f;
}
}
{
String_t* L_8 = ___uriString0;
NullCheck(L_8);
Il2CppChar L_9;
L_9 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, 0, NULL);
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)47)))))
{
goto IL_003f;
}
}
{
String_t* L_10 = ___uriString0;
Uri_ParseAsUnixAbsoluteFilePath_mF98135CDFFABF7EA0495D3C8C777DEDE55AFFFB7(__this, L_10, NULL);
return;
}
IL_003f:
{
String_t* L_11 = ___uriString0;
NullCheck(L_11);
bool L_12;
L_12 = String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0(L_11, _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE, NULL);
if (!L_12)
{
goto IL_0054;
}
}
{
String_t* L_13 = ___uriString0;
Uri_ParseAsWindowsUNC_mA8D9829D6A94DAF85039E96E0CB37EB0264F721E(__this, L_13, NULL);
return;
}
IL_0054:
{
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_14 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
NullCheck(L_14);
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral434E2DFFDE30544C8AEF273BE34422328718C95A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_Parse_m8801A78BE448912761B80E050227986550FC6872_RuntimeMethod_var)));
}
IL_005f:
{
int32_t L_15 = V_0;
if ((!(((uint32_t)L_15) == ((uint32_t)1))))
{
goto IL_0084;
}
}
{
String_t* L_16 = ___uriString0;
NullCheck(L_16);
Il2CppChar L_17;
L_17 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_16, 0, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_18;
L_18 = Char_IsLetter_m8AA5C1E0E24784F5B681E5A7DB6A28D11DC7E678(L_17, NULL);
if (L_18)
{
goto IL_007c;
}
}
{
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_19 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
NullCheck(L_19);
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBF7B81A922BBD824D8DB63FD3DABB2EA8AA0DEE1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_Parse_m8801A78BE448912761B80E050227986550FC6872_RuntimeMethod_var)));
}
IL_007c:
{
String_t* L_20 = ___uriString0;
Uri_ParseAsWindowsAbsoluteFilePath_mB0EB60186A1FAF1DC45C51F84D4C72F936EEA0C4(__this, L_20, NULL);
return;
}
IL_0084:
{
String_t* L_21 = ___uriString0;
int32_t L_22 = V_0;
NullCheck(L_21);
String_t* L_23;
L_23 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_21, 0, L_22, NULL);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_24;
L_24 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
NullCheck(L_23);
String_t* L_25;
L_25 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_23, L_24, NULL);
__this->___scheme_2 = L_25;
Il2CppCodeGenWriteBarrier((void**)(&__this->___scheme_2), (void*)L_25);
String_t* L_26 = __this->___scheme_2;
NullCheck(L_26);
Il2CppChar L_27;
L_27 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_26, 0, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_28;
L_28 = Char_IsLetter_m8AA5C1E0E24784F5B681E5A7DB6A28D11DC7E678(L_27, NULL);
if (L_28)
{
goto IL_00ba;
}
}
{
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_29 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
NullCheck(L_29);
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_29, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBF7B81A922BBD824D8DB63FD3DABB2EA8AA0DEE1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_Parse_m8801A78BE448912761B80E050227986550FC6872_RuntimeMethod_var)));
}
IL_00ba:
{
V_2 = 1;
goto IL_0101;
}
IL_00be:
{
String_t* L_30 = __this->___scheme_2;
int32_t L_31 = V_2;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_32;
L_32 = Char_IsLetterOrDigit_m3CB80D9BE7A7D964BB81A9906B0757045A31C5FD(L_30, L_31, NULL);
if (L_32)
{
goto IL_00fd;
}
}
{
String_t* L_33 = __this->___scheme_2;
int32_t L_34 = V_2;
NullCheck(L_33);
Il2CppChar L_35;
L_35 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_33, L_34, NULL);
V_3 = L_35;
Il2CppChar L_36 = V_3;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_36, ((int32_t)43))))
{
case 0:
{
goto IL_00fd;
}
case 1:
{
goto IL_00f2;
}
case 2:
{
goto IL_00fd;
}
case 3:
{
goto IL_00fd;
}
}
}
IL_00f2:
{
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_37 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
NullCheck(L_37);
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_37, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECDE1A8854E78ABC0B1B82050208A2F93756EA8A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_Parse_m8801A78BE448912761B80E050227986550FC6872_RuntimeMethod_var)));
}
IL_00fd:
{
int32_t L_38 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_38, 1));
}
IL_0101:
{
int32_t L_39 = V_2;
String_t* L_40 = __this->___scheme_2;
NullCheck(L_40);
int32_t L_41;
L_41 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_40, NULL);
if ((((int32_t)L_39) < ((int32_t)L_41)))
{
goto IL_00be;
}
}
{
String_t* L_42 = ___uriString0;
int32_t L_43 = V_0;
NullCheck(L_42);
String_t* L_44;
L_44 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_42, ((int32_t)il2cpp_codegen_add(L_43, 1)), NULL);
___uriString0 = L_44;
String_t* L_45 = ___uriString0;
NullCheck(L_45);
int32_t L_46;
L_46 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_45, ((int32_t)35), NULL);
V_0 = L_46;
bool L_47;
L_47 = Uri_get_IsUnc_m6310535B172493FF69392995D49B8680D369AFE3_inline(__this, NULL);
if (L_47)
{
goto IL_0146;
}
}
{
int32_t L_48 = V_0;
if ((((int32_t)L_48) == ((int32_t)(-1))))
{
goto IL_0146;
}
}
{
String_t* L_49 = ___uriString0;
int32_t L_50 = V_0;
NullCheck(L_49);
String_t* L_51;
L_51 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_49, L_50, NULL);
__this->___fragment_7 = L_51;
Il2CppCodeGenWriteBarrier((void**)(&__this->___fragment_7), (void*)L_51);
String_t* L_52 = ___uriString0;
int32_t L_53 = V_0;
NullCheck(L_52);
String_t* L_54;
L_54 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_52, 0, L_53, NULL);
___uriString0 = L_54;
}
IL_0146:
{
String_t* L_55 = ___uriString0;
NullCheck(L_55);
int32_t L_56;
L_56 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_55, ((int32_t)63), NULL);
V_0 = L_56;
int32_t L_57 = V_0;
if ((((int32_t)L_57) == ((int32_t)(-1))))
{
goto IL_0183;
}
}
{
String_t* L_58 = ___uriString0;
int32_t L_59 = V_0;
NullCheck(L_58);
String_t* L_60;
L_60 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_58, L_59, NULL);
__this->___query_6 = L_60;
Il2CppCodeGenWriteBarrier((void**)(&__this->___query_6), (void*)L_60);
String_t* L_61 = ___uriString0;
int32_t L_62 = V_0;
NullCheck(L_61);
String_t* L_63;
L_63 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_61, 0, L_62, NULL);
___uriString0 = L_63;
bool L_64 = __this->___userEscaped_11;
if (L_64)
{
goto IL_0183;
}
}
{
String_t* L_65 = __this->___query_6;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_66;
L_66 = Uri_EscapeString_mF28AD2C26D716D850D10484496DC06AFEED1BA87(L_65, NULL);
__this->___query_6 = L_66;
Il2CppCodeGenWriteBarrier((void**)(&__this->___query_6), (void*)L_66);
}
IL_0183:
{
String_t* L_67 = __this->___scheme_2;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_68 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeFile_18;
bool L_69;
L_69 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_67, L_68, NULL);
if (!L_69)
{
goto IL_01a2;
}
}
{
String_t* L_70 = ___uriString0;
NullCheck(L_70);
bool L_71;
L_71 = String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0(L_70, _stringLiteral4DF458E171DCDE89639B730164B9A345EB11392D, NULL);
G_B31_0 = ((int32_t)(L_71));
goto IL_01a3;
}
IL_01a2:
{
G_B31_0 = 0;
}
IL_01a3:
{
V_1 = (bool)G_B31_0;
String_t* L_72 = ___uriString0;
NullCheck(L_72);
bool L_73;
L_73 = String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0(L_72, _stringLiteral1A3368DAE484FE379E69F430C2A7AAC7B6DBF7C3, NULL);
if (!L_73)
{
goto IL_01eb;
}
}
{
String_t* L_74 = ___uriString0;
NullCheck(L_74);
bool L_75;
L_75 = String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0(L_74, _stringLiteral0729E625AF80A93529683B8A44CF77CA195DC6A4, NULL);
if (!L_75)
{
goto IL_01c0;
}
}
{
V_1 = (bool)0;
}
IL_01c0:
{
String_t* L_76 = ___uriString0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_77 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_78 = L_77;
NullCheck(L_78);
(L_78)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)47));
NullCheck(L_76);
String_t* L_79;
L_79 = String_TrimStart_m67833D80326BEA11CC3517CE03CD7B16669BCEEC(L_76, L_78, NULL);
___uriString0 = L_79;
String_t* L_80 = ___uriString0;
NullCheck(L_80);
int32_t L_81;
L_81 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_80, NULL);
if ((((int32_t)L_81) <= ((int32_t)1)))
{
goto IL_0207;
}
}
{
String_t* L_82 = ___uriString0;
NullCheck(L_82);
Il2CppChar L_83;
L_83 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_82, 1, NULL);
if ((!(((uint32_t)L_83) == ((uint32_t)((int32_t)58)))))
{
goto IL_0207;
}
}
{
V_1 = (bool)0;
goto IL_0207;
}
IL_01eb:
{
String_t* L_84 = __this->___scheme_2;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
bool L_85;
L_85 = Uri_IsPredefinedScheme_m2C186C859C0D08507A7AFF1E6655183EEEF69D2A(L_84, NULL);
if (L_85)
{
goto IL_0207;
}
}
{
String_t* L_86 = ___uriString0;
__this->___path_5 = L_86;
Il2CppCodeGenWriteBarrier((void**)(&__this->___path_5), (void*)L_86);
__this->___isOpaquePart_10 = (bool)1;
return;
}
IL_0207:
{
String_t* L_87 = ___uriString0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_88 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)2);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_89 = L_88;
NullCheck(L_89);
(L_89)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)47));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_90 = L_89;
NullCheck(L_90);
(L_90)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)92));
NullCheck(L_87);
int32_t L_91;
L_91 = String_IndexOfAny_mC7AA4AE42B38667BDB9B214AA6230F322306CFF6(L_87, L_90, NULL);
V_0 = L_91;
bool L_92 = V_1;
if (!L_92)
{
goto IL_0223;
}
}
{
V_0 = (-1);
}
IL_0223:
{
int32_t L_93 = V_0;
if ((!(((uint32_t)L_93) == ((uint32_t)(-1)))))
{
goto IL_026a;
}
}
{
String_t* L_94 = __this->___scheme_2;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_95 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeMailto_23;
bool L_96;
L_96 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_94, L_95, NULL);
if (!L_96)
{
goto IL_0281;
}
}
{
String_t* L_97 = __this->___scheme_2;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_98 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeNews_24;
bool L_99;
L_99 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_97, L_98, NULL);
if (!L_99)
{
goto IL_0281;
}
}
{
String_t* L_100 = __this->___scheme_2;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_101 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeFile_18;
bool L_102;
L_102 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_100, L_101, NULL);
if (!L_102)
{
goto IL_0281;
}
}
{
__this->___path_5 = _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___path_5), (void*)_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
goto IL_0281;
}
IL_026a:
{
String_t* L_103 = ___uriString0;
int32_t L_104 = V_0;
NullCheck(L_103);
String_t* L_105;
L_105 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_103, L_104, NULL);
__this->___path_5 = L_105;
Il2CppCodeGenWriteBarrier((void**)(&__this->___path_5), (void*)L_105);
String_t* L_106 = ___uriString0;
int32_t L_107 = V_0;
NullCheck(L_106);
String_t* L_108;
L_108 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_106, 0, L_107, NULL);
___uriString0 = L_108;
}
IL_0281:
{
String_t* L_109 = ___uriString0;
NullCheck(L_109);
int32_t L_110;
L_110 = String_IndexOf_m69E9BDAFD93767C85A7FF861B453415D3B4A200F(L_109, _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476, NULL);
V_0 = L_110;
bool L_111 = V_1;
if (!L_111)
{
goto IL_0292;
}
}
{
V_0 = (-1);
}
IL_0292:
{
int32_t L_112 = V_0;
if ((((int32_t)L_112) == ((int32_t)(-1))))
{
goto IL_02b0;
}
}
{
String_t* L_113 = ___uriString0;
int32_t L_114 = V_0;
NullCheck(L_113);
String_t* L_115;
L_115 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_113, 0, L_114, NULL);
__this->___userinfo_8 = L_115;
Il2CppCodeGenWriteBarrier((void**)(&__this->___userinfo_8), (void*)L_115);
String_t* L_116 = ___uriString0;
int32_t L_117 = V_0;
NullCheck(L_116);
String_t* L_118;
L_118 = String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68(L_116, 0, ((int32_t)il2cpp_codegen_add(L_117, 1)), NULL);
___uriString0 = L_118;
}
IL_02b0:
{
__this->___port_4 = (-1);
String_t* L_119 = ___uriString0;
NullCheck(L_119);
int32_t L_120;
L_120 = String_LastIndexOf_m8923DBD89F2B3E5A34190B038B48F402E0C17E40(L_119, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, NULL);
V_0 = L_120;
bool L_121 = V_1;
if (!L_121)
{
goto IL_02c8;
}
}
{
V_0 = (-1);
}
IL_02c8:
{
int32_t L_122 = V_0;
if ((!(((uint32_t)L_122) == ((uint32_t)1))))
{
goto IL_02ee;
}
}
{
String_t* L_123 = __this->___scheme_2;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_124 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeFile_18;
bool L_125;
L_125 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_123, L_124, NULL);
if (!L_125)
{
goto IL_02ee;
}
}
{
String_t* L_126 = ___uriString0;
NullCheck(L_126);
Il2CppChar L_127;
L_127 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_126, 0, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_128;
L_128 = Char_IsLetter_m8AA5C1E0E24784F5B681E5A7DB6A28D11DC7E678(L_127, NULL);
if (!L_128)
{
goto IL_02ee;
}
}
{
V_0 = (-1);
}
IL_02ee:
{
int32_t L_129 = V_0;
if ((((int32_t)L_129) == ((int32_t)(-1))))
{
goto IL_0351;
}
}
{
int32_t L_130 = V_0;
String_t* L_131 = ___uriString0;
NullCheck(L_131);
int32_t L_132;
L_132 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_131, NULL);
if ((((int32_t)L_130) == ((int32_t)((int32_t)il2cpp_codegen_subtract(L_132, 1)))))
{
goto IL_0351;
}
}
{
String_t* L_133 = ___uriString0;
int32_t L_134 = V_0;
NullCheck(L_133);
String_t* L_135;
L_135 = String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68(L_133, 0, ((int32_t)il2cpp_codegen_add(L_134, 1)), NULL);
V_4 = L_135;
String_t* L_136 = V_4;
NullCheck(L_136);
int32_t L_137;
L_137 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_136, NULL);
if ((((int32_t)L_137) <= ((int32_t)1)))
{
goto IL_0351;
}
}
{
String_t* L_138 = V_4;
String_t* L_139 = V_4;
NullCheck(L_139);
int32_t L_140;
L_140 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_139, NULL);
NullCheck(L_138);
Il2CppChar L_141;
L_141 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_138, ((int32_t)il2cpp_codegen_subtract(L_140, 1)), NULL);
if ((((int32_t)L_141) == ((int32_t)((int32_t)93))))
{
goto IL_0351;
}
}
try
{// begin try (depth: 1)
String_t* L_142 = V_4;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_143;
L_143 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
uint32_t L_144;
L_144 = UInt32_Parse_m93352B8389E8B2700EFE5BC19B87030F56492B63(L_142, L_143, NULL);
__this->___port_4 = L_144;
String_t* L_145 = ___uriString0;
int32_t L_146 = V_0;
NullCheck(L_145);
String_t* L_147;
L_147 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_145, 0, L_146, NULL);
___uriString0 = L_147;
goto IL_0351;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0345;
}
throw e;
}
CATCH_0345:
{// begin catch(System.Exception)
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_148 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
NullCheck(L_148);
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_148, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral611264318924561E34AFAC0A949BBD0CF2697189)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_148, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_Parse_m8801A78BE448912761B80E050227986550FC6872_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_0351:
{
int32_t L_149 = __this->___port_4;
if ((!(((uint32_t)L_149) == ((uint32_t)(-1)))))
{
goto IL_036b;
}
}
{
String_t* L_150 = __this->___scheme_2;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
int32_t L_151;
L_151 = Uri_GetDefaultPort_m9E90B73424B48E0976553CDB21B29FDD9E1F5A4C(L_150, NULL);
__this->___port_4 = L_151;
}
IL_036b:
{
String_t* L_152 = ___uriString0;
__this->___host_3 = L_152;
Il2CppCodeGenWriteBarrier((void**)(&__this->___host_3), (void*)L_152);
bool L_153 = V_1;
if (!L_153)
{
goto IL_0396;
}
}
{
String_t* L_154 = ___uriString0;
String_t* L_155;
L_155 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_154, NULL);
__this->___path_5 = L_155;
Il2CppCodeGenWriteBarrier((void**)(&__this->___path_5), (void*)L_155);
String_t* L_156 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___host_3 = L_156;
Il2CppCodeGenWriteBarrier((void**)(&__this->___host_3), (void*)L_156);
goto IL_042b;
}
IL_0396:
{
String_t* L_157 = __this->___host_3;
NullCheck(L_157);
int32_t L_158;
L_158 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_157, NULL);
if ((!(((uint32_t)L_158) == ((uint32_t)2))))
{
goto IL_03d8;
}
}
{
String_t* L_159 = __this->___host_3;
NullCheck(L_159);
Il2CppChar L_160;
L_160 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_159, 1, NULL);
if ((!(((uint32_t)L_160) == ((uint32_t)((int32_t)58)))))
{
goto IL_03d8;
}
}
{
String_t* L_161 = __this->___host_3;
String_t* L_162 = __this->___path_5;
String_t* L_163;
L_163 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_161, L_162, NULL);
__this->___path_5 = L_163;
Il2CppCodeGenWriteBarrier((void**)(&__this->___path_5), (void*)L_163);
String_t* L_164 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___host_3 = L_164;
Il2CppCodeGenWriteBarrier((void**)(&__this->___host_3), (void*)L_164);
goto IL_042b;
}
IL_03d8:
{
bool L_165 = __this->___isUnixFilePath_0;
if (!L_165)
{
goto IL_03fa;
}
}
{
String_t* L_166 = ___uriString0;
String_t* L_167;
L_167 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral1A3368DAE484FE379E69F430C2A7AAC7B6DBF7C3, L_166, NULL);
___uriString0 = L_167;
String_t* L_168 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___host_3 = L_168;
Il2CppCodeGenWriteBarrier((void**)(&__this->___host_3), (void*)L_168);
goto IL_042b;
}
IL_03fa:
{
String_t* L_169 = __this->___host_3;
NullCheck(L_169);
int32_t L_170;
L_170 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_169, NULL);
if (L_170)
{
goto IL_0412;
}
}
{
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_171 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
NullCheck(L_171);
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_171, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral10D0E7911ABB44E31A8D39CCC24165A313D0AFD3)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_171, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_Parse_m8801A78BE448912761B80E050227986550FC6872_RuntimeMethod_var)));
}
IL_0412:
{
String_t* L_172 = __this->___scheme_2;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_173 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeFile_18;
bool L_174;
L_174 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_172, L_173, NULL);
if (!L_174)
{
goto IL_042b;
}
}
{
__this->___isUnc_9 = (bool)1;
}
IL_042b:
{
String_t* L_175 = __this->___scheme_2;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_176 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeMailto_23;
bool L_177;
L_177 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_175, L_176, NULL);
if (!L_177)
{
goto IL_047a;
}
}
{
String_t* L_178 = __this->___scheme_2;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_179 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeNews_24;
bool L_180;
L_180 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_178, L_179, NULL);
if (!L_180)
{
goto IL_047a;
}
}
{
String_t* L_181 = __this->___scheme_2;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_182 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeFile_18;
bool L_183;
L_183 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_181, L_182, NULL);
if (!L_183)
{
goto IL_047a;
}
}
{
bool L_184 = __this->___reduce_15;
if (!L_184)
{
goto IL_047a;
}
}
{
String_t* L_185 = __this->___path_5;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_186;
L_186 = Uri_Reduce_mCEDC9CA41EBB34081E62803CDE03EEF341746738(L_185, NULL);
__this->___path_5 = L_186;
Il2CppCodeGenWriteBarrier((void**)(&__this->___path_5), (void*)L_186);
}
IL_047a:
{
return;
}
}
// System.String Mono.Security.Uri::Reduce(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_Reduce_mCEDC9CA41EBB34081E62803CDE03EEF341746738 (String_t* ___path0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Insert_m4663EF87406A87696D170E2F4594CDB8C316DB49_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m031D3A21689276A872FCA7566C8F2F79F9581F0D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC9E6A16A2B862023CCDC29E42E5404E9ACD4F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* V_1 = NULL;
int32_t V_2 = 0;
String_t* V_3 = NULL;
int32_t V_4 = 0;
String_t* V_5 = NULL;
{
String_t* L_0 = ___path0;
NullCheck(L_0);
String_t* L_1;
L_1 = String_Replace_m86403DC5F422D8D5E1CFAAF255B103CB807EDAAF(L_0, ((int32_t)92), ((int32_t)47), NULL);
___path0 = L_1;
String_t* L_2 = ___path0;
NullCheck(L_2);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3;
L_3 = String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4(L_2, ((int32_t)47), 0, NULL);
V_0 = L_3;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_4 = (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)il2cpp_codegen_object_new(List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
NullCheck(L_4);
List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E(L_4, List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var);
V_1 = L_4;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = V_0;
NullCheck(L_5);
V_2 = ((int32_t)(((RuntimeArray*)L_5)->max_length));
V_4 = 0;
goto IL_0086;
}
IL_0025:
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = V_0;
int32_t L_7 = V_4;
NullCheck(L_6);
int32_t L_8 = L_7;
String_t* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
V_5 = L_9;
String_t* L_10 = V_5;
NullCheck(L_10);
int32_t L_11;
L_11 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_10, NULL);
if (!L_11)
{
goto IL_0080;
}
}
{
String_t* L_12 = V_5;
bool L_13;
L_13 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_12, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, NULL);
if (L_13)
{
goto IL_0080;
}
}
{
String_t* L_14 = V_5;
bool L_15;
L_15 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_14, _stringLiteral26DC9E6A16A2B862023CCDC29E42E5404E9ACD4F, NULL);
if (!L_15)
{
goto IL_0078;
}
}
{
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_16 = V_1;
NullCheck(L_16);
int32_t L_17;
L_17 = List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_inline(L_16, List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var);
if (L_17)
{
goto IL_0068;
}
}
{
int32_t L_18 = V_4;
if ((((int32_t)L_18) == ((int32_t)1)))
{
goto IL_0080;
}
}
{
Exception_t* L_19 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
NullCheck(L_19);
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral042F9A4DFE82AF122E32AE77AF3BBD191834888A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_Reduce_mCEDC9CA41EBB34081E62803CDE03EEF341746738_RuntimeMethod_var)));
}
IL_0068:
{
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_20 = V_1;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_21 = V_1;
NullCheck(L_21);
int32_t L_22;
L_22 = List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_inline(L_21, List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var);
NullCheck(L_20);
List_1_RemoveAt_m031D3A21689276A872FCA7566C8F2F79F9581F0D(L_20, ((int32_t)il2cpp_codegen_subtract(L_22, 1)), List_1_RemoveAt_m031D3A21689276A872FCA7566C8F2F79F9581F0D_RuntimeMethod_var);
goto IL_0080;
}
IL_0078:
{
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_23 = V_1;
String_t* L_24 = V_5;
NullCheck(L_23);
List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_23, L_24, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
}
IL_0080:
{
int32_t L_25 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_25, 1));
}
IL_0086:
{
int32_t L_26 = V_4;
int32_t L_27 = V_2;
if ((((int32_t)L_26) < ((int32_t)L_27)))
{
goto IL_0025;
}
}
{
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_28 = V_1;
NullCheck(L_28);
int32_t L_29;
L_29 = List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_inline(L_28, List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var);
if (L_29)
{
goto IL_0099;
}
}
{
return _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
}
IL_0099:
{
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_30 = V_1;
String_t* L_31 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
NullCheck(L_30);
List_1_Insert_m4663EF87406A87696D170E2F4594CDB8C316DB49(L_30, 0, L_31, List_1_Insert_m4663EF87406A87696D170E2F4594CDB8C316DB49_RuntimeMethod_var);
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_32 = V_1;
NullCheck(L_32);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_33;
L_33 = List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A(L_32, List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A_RuntimeMethod_var);
String_t* L_34;
L_34 = String_Join_mE405D676C6881553258F8BAD40A20B462D611068(_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_33, NULL);
V_3 = L_34;
String_t* L_35 = ___path0;
NullCheck(L_35);
bool L_36;
L_36 = String_EndsWith_mCD3754F5401E19CE7821CD398986E4EAA6AD87DC(L_35, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, NULL);
if (!L_36)
{
goto IL_00cf;
}
}
{
String_t* L_37 = V_3;
String_t* L_38;
L_38 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_37, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, NULL);
V_3 = L_38;
}
IL_00cf:
{
String_t* L_39 = V_3;
return L_39;
}
}
// System.String Mono.Security.Uri::GetSchemeDelimiter(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetSchemeDelimiter_m44A9EA89E5E59D7016528B9E8B232099E4E21830 (String_t* ___scheme0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_0031;
}
IL_0004:
{
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88* L_0 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___schemes_26;
int32_t L_1 = V_0;
NullCheck(L_0);
String_t* L_2 = ((L_0)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1)))->___scheme_0;
String_t* L_3 = ___scheme0;
bool L_4;
L_4 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_2, L_3, NULL);
if (!L_4)
{
goto IL_002d;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88* L_5 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___schemes_26;
int32_t L_6 = V_0;
NullCheck(L_5);
String_t* L_7 = ((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6)))->___delimiter_1;
return L_7;
}
IL_002d:
{
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0031:
{
int32_t L_9 = V_0;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88* L_10 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___schemes_26;
NullCheck(L_10);
if ((((int32_t)L_9) < ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))
{
goto IL_0004;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_11 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___SchemeDelimiter_17;
return L_11;
}
}
// System.Int32 Mono.Security.Uri::GetDefaultPort(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_GetDefaultPort_m9E90B73424B48E0976553CDB21B29FDD9E1F5A4C (String_t* ___scheme0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_0031;
}
IL_0004:
{
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88* L_0 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___schemes_26;
int32_t L_1 = V_0;
NullCheck(L_0);
String_t* L_2 = ((L_0)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1)))->___scheme_0;
String_t* L_3 = ___scheme0;
bool L_4;
L_4 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_2, L_3, NULL);
if (!L_4)
{
goto IL_002d;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88* L_5 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___schemes_26;
int32_t L_6 = V_0;
NullCheck(L_5);
int32_t L_7 = ((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6)))->___defaultPort_2;
return L_7;
}
IL_002d:
{
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0031:
{
int32_t L_9 = V_0;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88* L_10 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___schemes_26;
NullCheck(L_10);
if ((((int32_t)L_9) < ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))
{
goto IL_0004;
}
}
{
return (-1);
}
}
// System.String Mono.Security.Uri::GetOpaqueWiseSchemeDelimiter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetOpaqueWiseSchemeDelimiter_m7E340FE3B5787780AC153CF4C6831AA010927C2E (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->___isOpaquePart_10;
if (!L_0)
{
goto IL_000e;
}
}
{
return _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D;
}
IL_000e:
{
String_t* L_1 = __this->___scheme_2;
il2cpp_codegen_runtime_class_init_inline(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = Uri_GetSchemeDelimiter_m44A9EA89E5E59D7016528B9E8B232099E4E21830(L_1, NULL);
return L_2;
}
}
// System.Boolean Mono.Security.Uri::IsPredefinedScheme(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsPredefinedScheme_m2C186C859C0D08507A7AFF1E6655183EEEF69D2A (String_t* ___scheme0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58B716FF5428F7961E1403E6D969E605D0F27EAF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5FB56C8861544146EF414DAE01766AD43F440960);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8CB5CAE4A06CBA4A72564C688228877DD24B9906);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3C5DC11C0F491C18EA087784CC4C662A0629733);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE9CA5A938D04349B649020FA52D9EC24C97099D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE0A8A4B33338D09BDE82F544CF26FB4B56B9F98);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF27E4C631EBEFA337EC21BE8552E169C9DED78A2);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
{
String_t* L_0 = ___scheme0;
uint32_t L_1;
L_1 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m6D7A35973B6DBEB3664F5C76AC1EAC65AB733088(L_0, NULL);
V_0 = L_1;
uint32_t L_2 = V_0;
if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)-1427482813)))))
{
goto IL_004a;
}
}
{
uint32_t L_3 = V_0;
if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)1271381062)))))
{
goto IL_0032;
}
}
{
uint32_t L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)227981521))))
{
goto IL_00b5;
}
}
{
uint32_t L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)1271381062))))
{
goto IL_00e2;
}
}
{
goto IL_00f1;
}
IL_0032:
{
uint32_t L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)1315902419))))
{
goto IL_00d3;
}
}
{
uint32_t L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)-1427482813))))
{
goto IL_0097;
}
}
{
goto IL_00f1;
}
IL_004a:
{
uint32_t L_8 = V_0;
if ((!(((uint32_t)L_8) <= ((uint32_t)((int32_t)-916174683)))))
{
goto IL_0067;
}
}
{
uint32_t L_9 = V_0;
if ((((int32_t)L_9) == ((int32_t)((int32_t)-1193422811))))
{
goto IL_00a6;
}
}
{
uint32_t L_10 = V_0;
if ((((int32_t)L_10) == ((int32_t)((int32_t)-916174683))))
{
goto IL_0079;
}
}
{
goto IL_00f1;
}
IL_0067:
{
uint32_t L_11 = V_0;
if ((((int32_t)L_11) == ((int32_t)((int32_t)-794005976))))
{
goto IL_00c4;
}
}
{
uint32_t L_12 = V_0;
if ((((int32_t)L_12) == ((int32_t)((int32_t)-555833118))))
{
goto IL_0088;
}
}
{
goto IL_00f1;
}
IL_0079:
{
String_t* L_13 = ___scheme0;
bool L_14;
L_14 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_13, _stringLiteral58B716FF5428F7961E1403E6D969E605D0F27EAF, NULL);
if (L_14)
{
goto IL_00ef;
}
}
{
goto IL_00f1;
}
IL_0088:
{
String_t* L_15 = ___scheme0;
bool L_16;
L_16 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_15, _stringLiteralF27E4C631EBEFA337EC21BE8552E169C9DED78A2, NULL);
if (L_16)
{
goto IL_00ef;
}
}
{
goto IL_00f1;
}
IL_0097:
{
String_t* L_17 = ___scheme0;
bool L_18;
L_18 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_17, _stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E, NULL);
if (L_18)
{
goto IL_00ef;
}
}
{
goto IL_00f1;
}
IL_00a6:
{
String_t* L_19 = ___scheme0;
bool L_20;
L_20 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_19, _stringLiteral8CB5CAE4A06CBA4A72564C688228877DD24B9906, NULL);
if (L_20)
{
goto IL_00ef;
}
}
{
goto IL_00f1;
}
IL_00b5:
{
String_t* L_21 = ___scheme0;
bool L_22;
L_22 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_21, _stringLiteralA3C5DC11C0F491C18EA087784CC4C662A0629733, NULL);
if (L_22)
{
goto IL_00ef;
}
}
{
goto IL_00f1;
}
IL_00c4:
{
String_t* L_23 = ___scheme0;
bool L_24;
L_24 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_23, _stringLiteralBE9CA5A938D04349B649020FA52D9EC24C97099D, NULL);
if (L_24)
{
goto IL_00ef;
}
}
{
goto IL_00f1;
}
IL_00d3:
{
String_t* L_25 = ___scheme0;
bool L_26;
L_26 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_25, _stringLiteralDE0A8A4B33338D09BDE82F544CF26FB4B56B9F98, NULL);
if (L_26)
{
goto IL_00ef;
}
}
{
goto IL_00f1;
}
IL_00e2:
{
String_t* L_27 = ___scheme0;
bool L_28;
L_28 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_27, _stringLiteral5FB56C8861544146EF414DAE01766AD43F440960, NULL);
if (!L_28)
{
goto IL_00f1;
}
}
IL_00ef:
{
return (bool)1;
}
IL_00f1:
{
return (bool)0;
}
}
// System.Void Mono.Security.Uri::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__cctor_mA100E60612F833D3C80EDC848AB3D510B3448D92 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58B716FF5428F7961E1403E6D969E605D0F27EAF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5FB56C8861544146EF414DAE01766AD43F440960);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8CB5CAE4A06CBA4A72564C688228877DD24B9906);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3C5DC11C0F491C18EA087784CC4C662A0629733);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE9CA5A938D04349B649020FA52D9EC24C97099D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE0A8A4B33338D09BDE82F544CF26FB4B56B9F98);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF27E4C631EBEFA337EC21BE8552E169C9DED78A2);
s_Il2CppMethodInitialized = true;
}
{
((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___hexUpperChars_16 = _stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___hexUpperChars_16), (void*)_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84);
((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___SchemeDelimiter_17 = _stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___SchemeDelimiter_17), (void*)_stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A);
((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeFile_18 = _stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeFile_18), (void*)_stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E);
((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeFtp_19 = _stringLiteral8CB5CAE4A06CBA4A72564C688228877DD24B9906;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeFtp_19), (void*)_stringLiteral8CB5CAE4A06CBA4A72564C688228877DD24B9906);
((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeGopher_20 = _stringLiteralBE9CA5A938D04349B649020FA52D9EC24C97099D;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeGopher_20), (void*)_stringLiteralBE9CA5A938D04349B649020FA52D9EC24C97099D);
((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeHttp_21 = _stringLiteral58B716FF5428F7961E1403E6D969E605D0F27EAF;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeHttp_21), (void*)_stringLiteral58B716FF5428F7961E1403E6D969E605D0F27EAF);
((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeHttps_22 = _stringLiteralF27E4C631EBEFA337EC21BE8552E169C9DED78A2;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeHttps_22), (void*)_stringLiteralF27E4C631EBEFA337EC21BE8552E169C9DED78A2);
((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeMailto_23 = _stringLiteralDE0A8A4B33338D09BDE82F544CF26FB4B56B9F98;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeMailto_23), (void*)_stringLiteralDE0A8A4B33338D09BDE82F544CF26FB4B56B9F98);
((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeNews_24 = _stringLiteral5FB56C8861544146EF414DAE01766AD43F440960;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeNews_24), (void*)_stringLiteral5FB56C8861544146EF414DAE01766AD43F440960);
((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeNntp_25 = _stringLiteralA3C5DC11C0F491C18EA087784CC4C662A0629733;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeNntp_25), (void*)_stringLiteralA3C5DC11C0F491C18EA087784CC4C662A0629733);
UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88* L_0 = (UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88*)(UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88*)SZArrayNew(UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88_il2cpp_TypeInfo_var, (uint32_t)8);
UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88* L_1 = L_0;
String_t* L_2 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeHttp_21;
String_t* L_3 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___SchemeDelimiter_17;
UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794 L_4;
memset((&L_4), 0, sizeof(L_4));
UriScheme__ctor_m14E38EF1C8EF30B3B564F894A2F8E7E8602DD761((&L_4), L_2, L_3, ((int32_t)80), /*hidden argument*/NULL);
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794)L_4);
UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88* L_5 = L_1;
String_t* L_6 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeHttps_22;
String_t* L_7 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___SchemeDelimiter_17;
UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794 L_8;
memset((&L_8), 0, sizeof(L_8));
UriScheme__ctor_m14E38EF1C8EF30B3B564F894A2F8E7E8602DD761((&L_8), L_6, L_7, ((int32_t)443), /*hidden argument*/NULL);
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794)L_8);
UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88* L_9 = L_5;
String_t* L_10 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeFtp_19;
String_t* L_11 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___SchemeDelimiter_17;
UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794 L_12;
memset((&L_12), 0, sizeof(L_12));
UriScheme__ctor_m14E38EF1C8EF30B3B564F894A2F8E7E8602DD761((&L_12), L_10, L_11, ((int32_t)21), /*hidden argument*/NULL);
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(2), (UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794)L_12);
UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88* L_13 = L_9;
String_t* L_14 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeFile_18;
String_t* L_15 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___SchemeDelimiter_17;
UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794 L_16;
memset((&L_16), 0, sizeof(L_16));
UriScheme__ctor_m14E38EF1C8EF30B3B564F894A2F8E7E8602DD761((&L_16), L_14, L_15, (-1), /*hidden argument*/NULL);
NullCheck(L_13);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(3), (UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794)L_16);
UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88* L_17 = L_13;
String_t* L_18 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeMailto_23;
UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794 L_19;
memset((&L_19), 0, sizeof(L_19));
UriScheme__ctor_m14E38EF1C8EF30B3B564F894A2F8E7E8602DD761((&L_19), L_18, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, ((int32_t)25), /*hidden argument*/NULL);
NullCheck(L_17);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(4), (UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794)L_19);
UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88* L_20 = L_17;
String_t* L_21 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeNews_24;
UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794 L_22;
memset((&L_22), 0, sizeof(L_22));
UriScheme__ctor_m14E38EF1C8EF30B3B564F894A2F8E7E8602DD761((&L_22), L_21, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, (-1), /*hidden argument*/NULL);
NullCheck(L_20);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(5), (UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794)L_22);
UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88* L_23 = L_20;
String_t* L_24 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeNntp_25;
String_t* L_25 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___SchemeDelimiter_17;
UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794 L_26;
memset((&L_26), 0, sizeof(L_26));
UriScheme__ctor_m14E38EF1C8EF30B3B564F894A2F8E7E8602DD761((&L_26), L_24, L_25, ((int32_t)119), /*hidden argument*/NULL);
NullCheck(L_23);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(6), (UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794)L_26);
UriSchemeU5BU5D_t0698F6E387EF28E39CFE7D4CFCEDD931475E2E88* L_27 = L_23;
String_t* L_28 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___UriSchemeGopher_20;
String_t* L_29 = ((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___SchemeDelimiter_17;
UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794 L_30;
memset((&L_30), 0, sizeof(L_30));
UriScheme__ctor_m14E38EF1C8EF30B3B564F894A2F8E7E8602DD761((&L_30), L_28, L_29, ((int32_t)70), /*hidden argument*/NULL);
NullCheck(L_27);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(7), (UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794)L_30);
((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___schemes_26 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tDE16110D04BB22922863F9FB4735F61CD0175923_il2cpp_TypeInfo_var))->___schemes_26), (void*)L_27);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ErrorInfo_get_Error_mF34947899E06A00CA22985B73034CE96610FBD2B_inline (ErrorInfo_t776D0DEFF42C5321EB2548D87ED238CBE55467F8* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____error_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____stringLength_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeClassHandle__ctor_mCBFDB2FEABD43D5F1900DFE64DB401E3415E7D34_inline (RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72* __this, MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* ___value0, const RuntimeMethod* method)
{
{
MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* L_0 = ___value0;
__this->___value_0 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* RuntimeClassHandle_get_Value_m25D4B9C7BC4BB723CDD408E0F490D8DAB54B5EFB_inline (RuntimeClassHandle_t29423945E9504A998DE35448232198BBE08D8E72* __this, const RuntimeMethod* method)
{
{
MonoClass_t5D3CFC02F2F712B23EDBD78C02C8D37345E5CB90* L_0 = __this->___value_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeTypeHandle__ctor_m3B7A6EF106E5F7259DA89488C4D23622533C09A8_inline (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B* __this, intptr_t ___val0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___val0;
__this->___value_0 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeEventHandle__ctor_m9712CDDC8FAB489928A3C5C37D91A79E5C344F78_inline (RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26* __this, intptr_t ___v0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___v0;
__this->___value_0 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t RuntimeEventHandle_get_Value_mE84A702C797FF1933824906BE69AE5E3D3304B30_inline (RuntimeEventHandle_t2EE549FFF9A46DFAEC860C2EA657429391369C26* __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->___value_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimePropertyHandle__ctor_m0D2C702D16F3F51A9E9AA1AC9E808C82F92E711E_inline (RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48* __this, intptr_t ___v0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___v0;
__this->___value_0 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t RuntimePropertyHandle_get_Value_mDF730CAE1334309B5B59074DCACBC34884C34406_inline (RuntimePropertyHandle_tF29419B6B585E14B11225E0AAE12911E93447C48* __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->___value_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_get_IsReady_m6BFB22DA662CAB98F0E7F3669075196C5095A7A6_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var);
bool L_0 = ((MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t26E4B9B0E049DBAFAB2189A2DFCEAD9A5893F29E_il2cpp_TypeInfo_var))->___isReady_18;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_mBA7B63F7231A540CCA78FB911DE0435E01B4BD6E_inline (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___path_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Uri_get_IsUnc_m6310535B172493FF69392995D49B8680D369AFE3_inline (Uri_tDE16110D04BB22922863F9FB4735F61CD0175923* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___isUnc_9;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07* ArrayPool_1_get_Shared_mF8BCD25CBF8FDFF0B3B34EA3845722E4E10F310F_gshared_inline (const RuntimeMethod* method)
{
{
il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 0));
ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07* L_0 = ((ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->___U3CSharedU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mE18EBB601FBFA01BA29FE353364700952A9091FE_gshared_inline (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
if (!false)
{
goto IL_0016;
}
}
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (il2cpp_rgctx_type(InitializedTypeInfo(method->klass)->rgctx_data, 4)) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_0, NULL);
ThrowHelper_ThrowInvalidTypeWithPointersNotSupported_m6A58AD8706EDDB4CE9C309A6085249B6377C8CB5(L_1, NULL);
}
IL_0016:
{
int32_t L_2 = ___length1;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_001f;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_m272CE1B3040BA89B2C478E2CF629670574F30353(NULL);
}
IL_001f:
{
void* L_3 = ___pointer0;
uint8_t* L_4;
L_4 = il2cpp_unsafe_as_ref<uint8_t>((uint8_t*)L_3);
ByReference_1_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC L_5;
memset((&L_5), 0, sizeof(L_5));
il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_5), L_4);
__this->____pointer_0 = L_5;
int32_t L_6 = ___length1;
__this->____length_1 = L_6;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m470D1527EF015478E8677C7BCB52C8410A1DB604_gshared_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
if (!false)
{
goto IL_0016;
}
}
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (il2cpp_rgctx_type(InitializedTypeInfo(method->klass)->rgctx_data, 2)) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_0, NULL);
ThrowHelper_ThrowInvalidTypeWithPointersNotSupported_m6A58AD8706EDDB4CE9C309A6085249B6377C8CB5(L_1, NULL);
}
IL_0016:
{
int32_t L_2 = ___length1;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_001f;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_m272CE1B3040BA89B2C478E2CF629670574F30353(NULL);
}
IL_001f:
{
void* L_3 = ___pointer0;
uint8_t* L_4;
L_4 = il2cpp_unsafe_as_ref<uint8_t>((uint8_t*)L_3);
ByReference_1_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC L_5;
memset((&L_5), 0, sizeof(L_5));
il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_5), L_4);
__this->____pointer_0 = L_5;
int32_t L_6 = ___length1;
__this->____length_1 = L_6;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MemoryExtensions_IndexOf_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m7197AE4C3B5AED7D1480493A456B279ED35FC4FF_gshared_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D ___span0, uint8_t ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (il2cpp_rgctx_type(method->rgctx_data, 0)) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_0, NULL);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_0_0_0_var) };
Type_t* L_3;
L_3 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_2, NULL);
bool L_4;
L_4 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_1, L_3, NULL);
if (!L_4)
{
goto IL_003b;
}
}
{
ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D L_5 = ___span0;
uint8_t* L_6;
L_6 = (( uint8_t* (*) (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 1)))(L_5, il2cpp_rgctx_method(method->rgctx_data, 1));
uint8_t* L_7;
L_7 = il2cpp_unsafe_as_ref<uint8_t>(L_6);
uint8_t* L_8;
L_8 = il2cpp_unsafe_as_ref<uint8_t>((&___value1));
int32_t L_9 = *((uint8_t*)L_8);
int32_t L_10;
L_10 = ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_inline((&___span0), il2cpp_rgctx_method(method->rgctx_data, 2));
int32_t L_11;
L_11 = SpanHelpers_IndexOf_m0A829BB99BDEEEB5A92884FA139590B6E4EA7835(L_7, (uint8_t)L_9, L_10, NULL);
return L_11;
}
IL_003b:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_12 = { reinterpret_cast<intptr_t> (il2cpp_rgctx_type(method->rgctx_data, 0)) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_13;
L_13 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_12, NULL);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_14 = { reinterpret_cast<intptr_t> (Char_t521A6F19B456D956AF452D926C32709DC03D6B17_0_0_0_var) };
Type_t* L_15;
L_15 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_14, NULL);
bool L_16;
L_16 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_13, L_15, NULL);
if (!L_16)
{
goto IL_0076;
}
}
{
ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D L_17 = ___span0;
uint8_t* L_18;
L_18 = (( uint8_t* (*) (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 1)))(L_17, il2cpp_rgctx_method(method->rgctx_data, 1));
Il2CppChar* L_19;
L_19 = il2cpp_unsafe_as_ref<Il2CppChar>(L_18);
Il2CppChar* L_20;
L_20 = il2cpp_unsafe_as_ref<Il2CppChar>((&___value1));
int32_t L_21 = *((uint16_t*)L_20);
int32_t L_22;
L_22 = ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_inline((&___span0), il2cpp_rgctx_method(method->rgctx_data, 2));
int32_t L_23;
L_23 = SpanHelpers_IndexOf_mDE4E5FB8BEEEF1D365113B434C8A6A09E9EA3B20(L_19, (Il2CppChar)L_21, L_22, NULL);
return L_23;
}
IL_0076:
{
ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D L_24 = ___span0;
uint8_t* L_25;
L_25 = (( uint8_t* (*) (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 1)))(L_24, il2cpp_rgctx_method(method->rgctx_data, 1));
uint8_t L_26 = ___value1;
int32_t L_27;
L_27 = ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_inline((&___span0), il2cpp_rgctx_method(method->rgctx_data, 2));
int32_t L_28;
L_28 = (( int32_t (*) (uint8_t*, uint8_t, int32_t, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_25, L_26, L_27, il2cpp_rgctx_method(method->rgctx_data, 3));
return L_28;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method)
{
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 V_0;
memset((&V_0), 0, sizeof(V_0));
{
int32_t L_0 = ___start0;
int32_t L_1 = (int32_t)__this->____length_1;
if ((!(((uint32_t)L_0) <= ((uint32_t)L_1))))
{
goto IL_0014;
}
}
{
int32_t L_2 = ___length1;
int32_t L_3 = (int32_t)__this->____length_1;
int32_t L_4 = ___start0;
if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_3, L_4))))))
{
goto IL_0019;
}
}
IL_0014:
{
ThrowHelper_ThrowArgumentOutOfRangeException_m272CE1B3040BA89B2C478E2CF629670574F30353(NULL);
}
IL_0019:
{
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_5 = (ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5)__this->____pointer_0;
V_0 = L_5;
Il2CppChar* L_6;
L_6 = IL2CPP_BY_REFERENCE_GET_VALUE(Il2CppChar, (Il2CppByReference*)(&V_0));
int32_t L_7 = ___start0;
Il2CppChar* L_8;
L_8 = il2cpp_unsafe_add<Il2CppChar,int32_t>(L_6, L_7);
int32_t L_9 = ___length1;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_10;
memset((&L_10), 0, sizeof(L_10));
Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_inline((&L_10), L_8, L_9, /*hidden argument*/il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 10));
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
if (!true)
{
goto IL_0035;
}
}
{
int32_t L_1 = (int32_t)__this->____size_2;
V_0 = L_1;
__this->____size_2 = 0;
int32_t L_2 = V_0;
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_003c;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
int32_t L_4 = V_0;
Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_3, 0, L_4, NULL);
return;
}
IL_0035:
{
__this->____size_2 = 0;
}
IL_003c:
{
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
int32_t L_7 = V_1;
RuntimeObject* L_8 = ___item0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
return;
}
IL_0034:
{
RuntimeObject* L_9 = ___item0;
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_m55011E8360A8199FB239A5787BA8631CDD6116FC_gshared_inline (const RuntimeMethod* method)
{
{
il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 0));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ((EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 0)))->___Value_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_gshared_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____length_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, Il2CppChar* ___ptr0, int32_t ___length1, const RuntimeMethod* method)
{
{
Il2CppChar* L_0 = ___ptr0;
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_1;
memset((&L_1), 0, sizeof(L_1));
il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_1), L_0);
__this->____pointer_0 = L_1;
int32_t L_2 = ___length1;
__this->____length_1 = L_2;
return;
}
}